:root{--ayre-pink: #e50d7e;--ayre-pink-dark: #bd0867;--ayre-black: #030304;--ayre-ink: #101014;--ayre-charcoal: #17171b;--ayre-grey-900: #28282d;--ayre-grey-700: #5f5f67;--ayre-grey-500: #8b8b92;--ayre-grey-300: #d6d5da;--ayre-grey-200: #e7e6e9;--ayre-grey-100: #f3f2f4;--ayre-paper: #f7f6f4;--ayre-white: #ffffff;--ayre-success: #087a46;--ayre-warning: #a14c00;--ayre-danger: #9b1731;--ayre-radius: 0;--ayre-shadow: 0 22px 55px rgba(3, 3, 4, .12);--ayre-container: 1320px;--ayre-header-height: 80px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ayre-ink);background:var(--ayre-paper);font-family:Poppins,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{color:var(--ayre-white);background:var(--ayre-pink)}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:12px 16px;color:var(--ayre-white);background:var(--ayre-black);transform:translateY(-160%)}.skip-link:focus{transform:none}.ayre-container{width:min(calc(100% - 48px),var(--ayre-container));margin-inline:auto}.ayre-topbar{color:var(--ayre-white);background:var(--ayre-black);border-bottom:1px solid rgba(255,255,255,.14)}.ayre-topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ayre-topbar__inner a{transition:color .18s ease}.ayre-topbar__inner a:hover{color:var(--ayre-pink)}.site-header{position:sticky;top:0;z-index:90;color:var(--ayre-white);background:#030304f7;border-bottom:1px solid rgba(255,255,255,.13);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{min-height:var(--ayre-header-height);display:flex;align-items:center;justify-content:space-between;gap:36px}.site-logo{width:148px;flex:0 0 auto}.site-logo img{width:100%;height:auto}.site-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.site-nav a,.site-nav .link-button{position:relative;padding-block:12px;border:0;color:var(--ayre-white);background:none;font-size:13px;font-weight:700;letter-spacing:.035em}.site-nav a:after,.site-nav .link-button:after{content:"";position:absolute;right:0;bottom:5px;left:0;height:2px;background:var(--ayre-pink);transform:scaleX(0);transform-origin:right;transition:transform .2s ease}.site-nav a:hover:after,.site-nav a[aria-current=page]:after,.site-nav .link-button:hover:after{transform:scaleX(1);transform-origin:left}.site-nav form{margin:0}.nav-cta{display:inline-flex!important;min-height:44px;align-items:center;justify-content:center;padding:12px 18px!important;color:var(--ayre-white)!important;background:var(--ayre-pink)!important}.nav-cta:after{display:none!important}.nav-cta:hover{background:var(--ayre-pink-dark)!important}.header-search-toggle{width:44px;height:44px;display:inline-flex;flex:0 0 44px;align-items:center;justify-content:center;padding:0;border:0;color:var(--ayre-white);background:transparent;cursor:pointer;margin-left:-20px}.header-search-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.header-search-toggle:hover,.header-search-toggle:focus-visible{color:var(--ayre-pink)}.header-search-panel{position:absolute;top:100%;right:max(24px,calc((100vw - var(--ayre-container)) / 2));width:min(440px,calc(100% - 48px));padding:14px;color:var(--ayre-black);background:var(--ayre-white);box-shadow:var(--ayre-shadow)}.header-search-panel[hidden]{display:none}.header-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.header-search-form input{min-width:0;min-height:44px;border:1px solid var(--ayre-grey-200)}.header-search-form .primary-button{min-height:44px;padding-block:10px}.mobile-menu-button{display:none;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);color:var(--ayre-white);background:transparent}.mobile-menu-button span,.mobile-menu-button span:before,.mobile-menu-button span:after{display:block;width:21px;height:2px;background:currentColor;transition:.2s ease}.mobile-menu-button span{position:relative}.mobile-menu-button span:before,.mobile-menu-button span:after{content:"";position:absolute;left:0}.mobile-menu-button span:before{top:-7px}.mobile-menu-button span:after{top:7px}.mobile-menu-button[aria-expanded=true] span{background:transparent}.mobile-menu-button[aria-expanded=true] span:before{top:0;transform:rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:after{top:0;transform:rotate(-45deg)}.flash,.validation-summary{position:relative;padding:16px 54px 16px 24px;border-left:6px solid currentColor;font-weight:600}.flash{color:#075a36;background:#e5f6ed}.flash--error,.validation-summary{color:var(--ayre-danger);background:#fff0f3}.flash__close{position:absolute;top:8px;right:12px;width:36px;height:36px;border:0;color:inherit;background:transparent;font-size:24px}.validation-summary ul{margin:8px 0 0}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--ayre-pink);font-size:11px;font-weight:800;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.eyebrow:before{content:"";width:34px;height:3px;background:currentColor}.eyebrow--white{color:var(--ayre-white)}.eyebrow--plain:before{display:none}.display-title,.page-title,.section-title,.card-title,h1,h2,h3,h4{margin-top:0;color:inherit;font-weight:800;letter-spacing:-.035em;line-height:1.03}.display-title{max-width:1040px;margin-bottom:28px;font-size:clamp(54px,8.2vw,126px);letter-spacing:-.062em;line-height:.88}.display-title em{color:var(--ayre-pink);font-style:normal}.page-title{margin-bottom:20px;font-size:clamp(54px,7vw,100px);letter-spacing:-.055em;line-height:.91}.section-title{margin-bottom:16px;font-size:clamp(36px,4vw,62px)}.section-copy{max-width:720px;margin:0;color:var(--ayre-grey-700);font-size:18px}.lead{max-width:760px;font-size:clamp(18px,2vw,23px);line-height:1.55}.text-muted{color:var(--ayre-grey-700)}.text-small{font-size:13px}.text-pink{color:var(--ayre-pink)}.button,button.button,.primary-button,.secondary-button,.ghost-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:14px 23px;border:2px solid transparent;border-radius:0;font-size:13px;font-weight:800;letter-spacing:.035em;line-height:1.2;text-align:center;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.button:hover,.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-2px)}.primary-button,.button{color:var(--ayre-white);background:var(--ayre-pink)}.primary-button:hover,.button:hover{background:var(--ayre-pink-dark)}.secondary-button{color:var(--ayre-white);background:var(--ayre-black)}.secondary-button:hover{background:var(--ayre-grey-900)}.ghost-button{border-color:var(--ayre-black);color:var(--ayre-black);background:transparent}.ghost-button:hover{color:var(--ayre-white);background:var(--ayre-black)}.button--small{min-height:42px;padding:10px 16px}.button--full{width:100%}.button-arrow:after{content:"→";font-size:19px;line-height:0}.field,.form-field{display:grid;gap:8px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.field label,.form-field>label,.field-label{color:var(--ayre-ink);font-size:12px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.input,input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;min-height:54px;padding:14px 16px;border:1px solid var(--ayre-grey-300);border-radius:0;outline:none;color:var(--ayre-ink);background:var(--ayre-white);transition:border-color .18s ease,box-shadow .18s ease}textarea{min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--ayre-pink);box-shadow:0 0 0 3px #e50d7e24}input::placeholder,textarea::placeholder{color:#85858d}input[type=checkbox],input[type=radio]{accent-color:var(--ayre-pink)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.form-grid .full{grid-column:1 / -1}.form-help{margin:0;color:var(--ayre-grey-700);font-size:12px}.check-row{display:flex;align-items:flex-start;gap:11px;font-size:13px}.check-row input{width:18px;height:18px;margin-top:2px;flex:0 0 auto}.home-hero{position:relative;min-height:min(620px,calc(100vh - 116px));display:flex;align-items:center;overflow:hidden;color:var(--ayre-white);background:var(--ayre-black)}.home-hero:before{content:"";position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:linear-gradient(to right,transparent,#000 42%,#000);mask-image:linear-gradient(to right,transparent,#000 42%,#000)}.home-hero:after{content:"";position:absolute;width:min(49vw,680px);aspect-ratio:1;right:-18vw;top:-25%;border:clamp(65px,8vw,125px) solid var(--ayre-pink);border-radius:50%;opacity:.72}.home-hero__inner{position:relative;z-index:2;width:100%;padding-block:clamp(64px,7vw,104px)}.home-hero__copy{max-width:800px}.home-hero__copy>p:not(.eyebrow){max-width:690px;margin:0;color:#ffffffc7;font-size:clamp(17px,1.8vw,22px)}.hero-search{position:relative;z-index:3;max-width:980px;display:grid;grid-template-columns:1fr auto;margin-top:38px;background:var(--ayre-white);box-shadow:var(--ayre-shadow)}.hero-search input{min-height:70px;border:0;padding-inline:24px;font-size:17px}.hero-search button{min-width:230px;border:0}.hero-badges{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:27px;color:#ffffffd1;font-size:12px;font-weight:700;letter-spacing:.04em}.hero-badges span:before{content:"✓";margin-right:8px;color:var(--ayre-pink);font-weight:900}.trust-strip{color:var(--ayre-white);background:var(--ayre-pink)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.trust-item{min-height:118px;display:grid;align-content:center;padding:24px 30px;border-left:1px solid rgba(255,255,255,.35)}.trust-item:last-child{border-right:1px solid rgba(255,255,255,.35)}.trust-item .trust-item__title{font-size:18px;font-weight:700;letter-spacing:-.02em}.trust-item span{font-size:12px;opacity:.86}.content-section{padding-block:clamp(68px,8vw,112px)}.content-section--white{background:var(--ayre-white)}.content-section--black{color:var(--ayre-white);background:var(--ayre-black)}.content-section--compact{padding-block:58px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:38px}.section-heading__copy{max-width:760px}.text-link{display:inline-flex;align-items:center;gap:8px;padding-bottom:4px;border-bottom:2px solid var(--ayre-pink);font-size:13px;font-weight:800}.text-link:hover{color:var(--ayre-pink)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{position:relative;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;padding:25px;overflow:hidden;border:1px solid var(--ayre-grey-200);background:var(--ayre-white);transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.category-card:after{content:"→";position:absolute;right:22px;bottom:18px;color:var(--ayre-pink);font-size:25px;font-weight:700;transition:transform .2s ease}.category-card:hover{color:var(--ayre-white);background:var(--ayre-black);border-color:var(--ayre-black);transform:translateY(-5px)}.category-card:hover:after{transform:translate(4px)}.category-card:hover .category-card__count{color:#ffffffb8}.category-card:hover .category-card__name{color:var(--ayre-white)}.category-card__icon{width:74px;height:74px;object-fit:contain}.category-card__name{max-width:145px;padding-right:22px;font-size:16px;font-weight:800;line-height:1.18}.category-card__count{color:var(--ayre-grey-500);font-size:11px;font-weight:700;text-transform:uppercase}.split-feature{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);min-height:550px}.split-feature__visual{position:relative;min-height:450px;overflow:hidden;background:radial-gradient(circle at 35% 45%,rgba(229,13,126,.95) 0 14%,transparent 14.5%),linear-gradient(135deg,transparent 0 40%,rgba(229,13,126,.95) 40% 54%,transparent 54%),repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 1px,transparent 1px 58px),var(--ayre-black)}.split-feature__visual:after{content:"PRO HIRE";position:absolute;right:-10px;bottom:-18px;color:#ffffff1a;font-size:clamp(70px,10vw,150px);font-weight:900;letter-spacing:-.06em;line-height:.8}.split-feature__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(46px,7vw,92px);background:var(--ayre-white)}.feature-list{display:grid;gap:18px;margin:26px 0 34px;padding:0;list-style:none}.feature-list li{position:relative;padding-left:34px;font-weight:600}.feature-list li:before{content:"";position:absolute;top:.55em;left:0;width:15px;height:15px;background:var(--ayre-pink)}.page-hero{position:relative;overflow:hidden;color:var(--ayre-white);background:var(--ayre-black)}.page-hero:after{content:"";position:absolute;width:340px;height:340px;right:-110px;bottom:-210px;border:60px solid var(--ayre-pink);border-radius:50%}.page-hero__inner{position:relative;z-index:1;padding-block:clamp(64px,8vw,105px)}.page-hero .lead{margin-bottom:0;color:#ffffffbf}.catalogue-tools{position:relative;z-index:3;margin-top:-32px}.catalogue-search{display:grid;grid-template-columns:minmax(260px,1fr) minmax(210px,320px) auto;gap:0;padding:14px;background:var(--ayre-white);box-shadow:var(--ayre-shadow)}.catalogue-search input,.catalogue-search select{border:0;border-right:1px solid var(--ayre-grey-200)}.catalogue-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:50px 0 24px}.catalogue-meta p{margin:0;color:var(--ayre-grey-700)}.catalogue-meta__count{color:var(--ayre-black);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid var(--ayre-grey-200);background:var(--ayre-white);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.product-card:hover{border-color:var(--ayre-pink);box-shadow:0 20px 45px #03030417;transform:translateY(-4px)}.product-card__image{position:relative;aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;background:var(--ayre-grey-100)}.product-card__image>a{width:100%;height:100%;display:grid;place-items:center}.product-card__image img{width:100%;height:100%;object-fit:contain}.product-card__badge{position:absolute;top:14px;left:14px;z-index:1;padding:6px 9px;color:var(--ayre-white);background:var(--ayre-black);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-card__content{display:flex;flex:1;flex-direction:column;padding:22px}.product-card__category{margin-bottom:10px;color:var(--ayre-pink);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-card__title{margin-bottom:12px;font-size:19px;line-height:1.18}.product-card__summary{margin:0 0 18px;color:var(--ayre-grey-700);font-size:13px;line-height:1.55}.product-card__price{margin-top:auto;padding-top:16px;border-top:1px solid var(--ayre-grey-200)}.product-card__price .product-card__price-value{color:var(--ayre-black);font-size:23px;font-weight:700;letter-spacing:-.035em}.product-card__price span{color:var(--ayre-grey-700);font-size:11px}.product-card__action{display:grid;grid-template-columns:70px 1fr;gap:8px;padding:0 22px 22px}.product-card__action input{min-height:46px;padding-inline:10px;text-align:center}.product-card__action button{min-height:46px;padding:10px 14px}.empty-state{grid-column:1 / -1;padding:65px 30px;border:1px dashed var(--ayre-grey-300);background:var(--ayre-white);text-align:center}.empty-state h2{margin-bottom:10px;font-size:31px}.empty-state p{max-width:540px;margin:0 auto 24px;color:var(--ayre-grey-700)}.pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px}.pagination nav{width:100%}.pagination nav>div:first-child{display:none}.pagination nav>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:18px}.pagination span[aria-current=page] span,.pagination a,.pagination span[aria-disabled=true] span{display:inline-grid;min-width:42px;height:42px;place-items:center;padding:0 12px;border:1px solid var(--ayre-grey-300);background:var(--ayre-white)}.pagination span[aria-current=page] span{color:var(--ayre-white);background:var(--ayre-pink);border-color:var(--ayre-pink)}.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);gap:clamp(45px,7vw,95px);padding-block:clamp(56px,7vw,100px)}.product-detail__image{position:sticky;top:calc(var(--ayre-header-height) + 28px);align-self:start;aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;border:1px solid var(--ayre-grey-200);background:var(--ayre-white)}.product-detail__image img{width:100%;height:100%;object-fit:contain}.product-detail__content h1{margin-bottom:22px;font-size:clamp(42px,5vw,72px)}.product-detail__meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-bottom:24px;color:var(--ayre-grey-700);font-size:12px;font-weight:600}.product-detail__meta span:not(:last-child):after{content:"/";margin-left:18px;color:var(--ayre-grey-300)}.product-variant-summary{color:var(--ayre-grey-700)}.product-variant-summary__label{font-weight:700}.price-block{margin:30px 0;padding:25px 0;border-top:1px solid var(--ayre-grey-300);border-bottom:1px solid var(--ayre-grey-300)}.price-block__value{display:block;font-size:38px;font-weight:700;letter-spacing:-.05em}.price-block span:not(.price-block__value){color:var(--ayre-grey-700);font-size:12px}.add-to-list{display:grid;grid-template-columns:95px minmax(0,1fr);gap:10px}.add-to-list input{text-align:center}.product-copy{margin-top:40px}.product-copy h2{margin-bottom:15px;font-size:26px}.product-copy p{color:var(--ayre-grey-700)}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:25px;background:var(--ayre-grey-200)}.spec-grid div{padding:16px;background:var(--ayre-white)}.spec-grid dt{color:var(--ayre-grey-700);font-size:10px;font-weight:800;text-transform:uppercase}.spec-grid dd{margin:4px 0 0;font-weight:700}.basket-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:28px;padding-block:65px 100px}.panel{border:1px solid var(--ayre-grey-200);background:var(--ayre-white)}.panel__header{padding:25px 28px;border-bottom:1px solid var(--ayre-grey-200)}.panel__header h2{margin-bottom:6px;font-size:27px}.panel__header p{margin:0;color:var(--ayre-grey-700);font-size:13px}.panel__body{padding:28px}.date-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.date-form .full{grid-column:1 / -1}.basket-items{display:grid;gap:12px;margin-top:22px}.basket-item{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px;border:1px solid var(--ayre-grey-200);background:var(--ayre-white)}.basket-item__image{width:92px;aspect-ratio:1;display:grid;place-items:center;background:var(--ayre-grey-100)}.basket-item__image img{width:100%;height:100%;object-fit:contain}.basket-item__category{color:var(--ayre-pink);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.basket-item h3{margin:5px 0 7px;font-size:17px}.basket-item__price{color:var(--ayre-grey-700);font-size:12px}.basket-item__actions{display:flex;align-items:center;gap:8px}.basket-item__actions input{width:70px;min-height:44px;text-align:center}.basket-summary{position:sticky;top:calc(var(--ayre-header-height) + 24px);align-self:start}.summary-total{display:flex;align-items:baseline;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:2px solid var(--ayre-black)}.summary-total span{font-size:13px;font-weight:700}.summary-total strong{font-size:29px}.summary-note{margin:12px 0 22px;color:var(--ayre-grey-700);font-size:11px}.auth-shell{min-height:calc(100vh - 124px);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,610px);background:var(--ayre-black)}.auth-visual{position:relative;min-height:620px;overflow:hidden;background:linear-gradient(125deg,rgba(229,13,126,.1),transparent 58%),repeating-linear-gradient(0deg,rgba(255,255,255,.08) 0 1px,transparent 1px 62px),repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 1px,transparent 1px 62px),var(--ayre-black)}.auth-visual:before{content:"";position:absolute;width:480px;height:480px;top:16%;left:18%;border:85px solid var(--ayre-pink);border-radius:50%}.auth-visual__copy{position:absolute;z-index:1;right:50px;bottom:55px;left:50px;color:var(--ayre-white)}.auth-visual__copy h2{max-width:700px;margin-bottom:12px;font-size:clamp(42px,5vw,78px)}.auth-visual__copy p{max-width:580px;margin:0;color:#ffffffbd}.auth-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,5vw,68px);background:var(--ayre-white)}.auth-panel h1{margin-bottom:12px;font-size:clamp(42px,5vw,62px)}.auth-panel>p{margin:0 0 30px;color:var(--ayre-grey-700)}.auth-alternatives{display:grid;gap:13px;margin-top:24px;padding-top:22px;border-top:1px solid var(--ayre-grey-200)}.auth-alternatives p{margin:0;color:var(--ayre-grey-700);font-size:13px}.auth-alternatives p a{color:var(--ayre-pink);font-weight:700}.auth-alternatives p a:hover{text-decoration:underline}.success-shell{min-height:640px;display:grid;place-items:center;padding:70px 24px;background:var(--ayre-black)}.success-card{max-width:800px;padding:clamp(38px,6vw,75px);background:var(--ayre-white);text-align:center;box-shadow:var(--ayre-shadow)}.success-mark{width:82px;height:82px;display:grid;place-items:center;margin:0 auto 28px;color:var(--ayre-white);background:var(--ayre-pink);font-size:38px;font-weight:900}.success-card h1{margin-bottom:16px;font-size:clamp(48px,7vw,82px)}.success-reference{display:inline-block;margin:20px 0 30px;padding:11px 17px;color:var(--ayre-white);background:var(--ayre-black);font-weight:800;letter-spacing:.08em}.admin-shell{padding-block:60px 100px}.admin-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.admin-toolbar h1{margin:0;font-size:clamp(42px,5vw,70px)}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:32px}.stat-card{min-height:160px;padding:26px;color:var(--ayre-white);background:var(--ayre-black)}.stat-card:nth-child(2){background:var(--ayre-pink)}.stat-card strong{display:block;margin-bottom:9px;font-size:clamp(44px,5vw,68px);letter-spacing:-.06em;line-height:1}.stat-card span{font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.admin-section{margin-top:38px}.admin-section__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.admin-section__head h2{margin:0;font-size:30px}.data-table{width:100%;border-collapse:collapse;background:var(--ayre-white)}.data-table th,.data-table td{padding:17px 18px;border-bottom:1px solid var(--ayre-grey-200);text-align:left;vertical-align:top}.data-table th{color:var(--ayre-grey-700);background:var(--ayre-grey-100);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.data-table td{font-size:13px}.status-pill{display:inline-flex;padding:5px 9px;color:var(--ayre-white);background:var(--ayre-grey-900);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.status-pill--live{background:var(--ayre-success)}.status-pill--pink{background:var(--ayre-pink)}.admin-form{max-width:900px}.admin-checkboxes{display:flex;flex-wrap:wrap;gap:18px}.settings-page .settings-stack{display:grid;gap:38px}.settings-page .settings-heading h2{margin:0}.settings-page .settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.settings-page .settings-grid--users{grid-template-columns:minmax(280px,.75fr) minmax(0,2fr)}.settings-page .settings-card{min-width:0;padding:28px}.settings-page .settings-card>h3{margin-bottom:10px}.settings-page .settings-card>p{color:var(--ayre-grey-700);font-size:13px}.settings-page .settings-form{margin-top:22px}.settings-page .settings-form>label:not(.check-row){grid-column:1 / -1}.settings-page .settings-form .primary-button{grid-column:1 / -1;justify-self:start}.settings-page .settings-table-wrap{margin:20px -28px -28px;overflow-x:auto}.settings-page .settings-table{min-width:680px}.settings-page .settings-table td span,.settings-page .user-invite-status{color:var(--ayre-grey-700);font-size:11px}.settings-page .settings-table details{min-width:150px}.settings-page .settings-table summary{color:var(--ayre-pink);cursor:pointer;font-weight:800}.settings-page .inline-user-form{display:grid;gap:9px;margin-top:14px}.settings-page .inline-user-form label{display:flex;align-items:center;gap:7px}.settings-page .inline-user-form input:not([type=checkbox]){width:100%;min-height:42px}.settings-page .inline-user-form button,.settings-page .text-button{border:0;padding:8px 0;color:var(--ayre-pink);background:transparent;cursor:pointer;font-weight:800;text-align:left}.settings-page .status-line{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.settings-page .status-line h3{margin:0}.settings-page .settings-list{display:grid;gap:0;margin:24px 0}.settings-page .settings-list div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid var(--ayre-grey-200)}.settings-page .settings-list dt{color:var(--ayre-grey-700);font-size:11px;font-weight:800;text-transform:uppercase}.settings-page .settings-list dd{min-width:0;margin:0;overflow-wrap:anywhere;text-align:right}.settings-page .settings-form--inline{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.settings-page .settings-form--inline>label:not(.check-row),.settings-page .settings-form--inline .primary-button{grid-column:auto}@media(max-width:980px){.settings-page .settings-grid,.settings-page .settings-grid--users{grid-template-columns:1fr}}@media(max-width:680px){.settings-page .settings-card{padding:22px 18px}.settings-page .settings-table-wrap{margin:18px -18px -22px}.settings-page .settings-form--inline{grid-template-columns:1fr}.settings-page .settings-form--inline>label:not(.check-row),.settings-page .settings-form--inline .primary-button{grid-column:1}}.site-footer{color:var(--ayre-white);background:var(--ayre-black)}.site-footer__main{display:grid;grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(150px,.7fr));gap:50px;padding-block:72px 55px}.site-footer__brand img{width:175px;margin-bottom:22px}.site-footer__brand p{max-width:420px;margin:0;color:#ffffffa8;font-size:14px}.site-footer__label{margin:0 0 17px;color:var(--ayre-pink);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.site-footer ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.site-footer li,.site-footer a{color:#ffffffc7;font-size:13px}.footer-address{line-height:1.65}.footer-address__label{color:var(--ayre-white);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-footer a:hover{color:var(--ayre-pink)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:22px;border-top:1px solid rgba(255,255,255,.14);color:#ffffff8c;font-size:11px}.installer-body{min-height:100vh;margin:0;color:var(--ayre-ink);background:var(--ayre-black)}.installer-shell{min-height:100vh;display:grid;grid-template-columns:minmax(310px,.72fr) minmax(560px,1.28fr)}.installer-aside{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(36px,5vw,72px);overflow:hidden;color:var(--ayre-white);background:var(--ayre-black)}.installer-aside:before{content:"";position:absolute;width:420px;height:420px;right:-190px;bottom:3%;border:72px solid var(--ayre-pink);border-radius:50%}.installer-logo{position:relative;z-index:1;width:180px}.installer-aside__copy{position:relative;z-index:1}.installer-aside h1{max-width:590px;margin-bottom:22px;font-size:clamp(50px,6vw,88px);letter-spacing:-.06em;line-height:.9}.installer-aside h1 span{color:var(--ayre-pink)}.installer-aside p{max-width:540px;margin:0;color:#ffffffb3;font-size:16px}.installer-aside__foot{position:relative;z-index:1;color:#ffffff73;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.installer-main{padding:clamp(42px,6vw,85px);background:var(--ayre-paper)}.installer-main__inner{max-width:860px;margin-inline:auto}.installer-intro{margin-bottom:35px}.installer-intro h2{margin-bottom:12px;font-size:clamp(38px,5vw,64px)}.installer-intro p{max-width:700px;margin:0;color:var(--ayre-grey-700)}.checks-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:28px}.check-card{padding:14px 11px;border:1px solid var(--ayre-grey-200);background:var(--ayre-white);font-size:10px;font-weight:700;text-align:center}.check-card__mark{width:27px;height:27px;display:grid;place-items:center;margin:0 auto 7px;color:var(--ayre-white);background:var(--ayre-pink);font-size:14px;font-weight:900}.check-card--fail .check-card__mark{background:var(--ayre-danger)}.installer-form{display:grid;gap:18px}.setup-section{border:1px solid var(--ayre-grey-200);background:var(--ayre-white)}.setup-section__header{padding:25px 28px 20px;border-bottom:1px solid var(--ayre-grey-200)}.setup-section__number{color:var(--ayre-pink);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.setup-section__header h3{margin:5px 0 7px;font-size:27px}.setup-section__header p{margin:0;color:var(--ayre-grey-700);font-size:12px}.setup-section__body{padding:28px}.setup-secret{position:relative}.setup-secret input{padding-right:52px}.secret-toggle{position:absolute;right:1px;bottom:1px;width:50px;height:52px;border:0;color:var(--ayre-grey-700);background:transparent;font-size:11px;font-weight:800}.installer-submit{min-height:62px;font-size:15px}.installer-note{margin:0;color:var(--ayre-grey-700);font-size:11px;text-align:center}@media(max-width:1180px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__main{grid-template-columns:minmax(250px,1.4fr) repeat(2,minmax(150px,.7fr))}.site-footer__brand{grid-row:span 2}.installer-shell{grid-template-columns:minmax(300px,.6fr) minmax(560px,1.4fr)}.checks-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:930px){:root{--ayre-header-height: 74px}.ayre-container{width:min(calc(100% - 34px),var(--ayre-container))}.ayre-topbar{display:none}.site-logo{width:126px}.mobile-menu-button{display:inline-flex}.header-search-toggle{order:2;margin-left:auto}.mobile-menu-button{order:3}.header-search-panel{right:0;left:0;width:100%}.site-nav{position:fixed;top:var(--ayre-header-height);right:0;bottom:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:24px;overflow:auto;color:var(--ayre-white);background:var(--ayre-black)}.site-nav[data-open=true]{display:flex}.site-nav a,.site-nav .link-button{width:100%;padding:18px 4px;border-bottom:1px solid rgba(255,255,255,.14);text-align:left}.site-nav form{width:100%}.nav-cta{margin-top:18px;text-align:center!important}.home-hero{min-height:auto}.home-hero:after{opacity:.32;right:-34vw}.display-title{max-width:760px}.trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-item:nth-child(3){border-top:1px solid rgba(255,255,255,.35)}.trust-item:nth-child(4){border-top:1px solid rgba(255,255,255,.35)}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split-feature{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{grid-template-columns:1fr}.product-detail__image{position:relative;top:auto;max-width:700px}.basket-layout{grid-template-columns:1fr}.basket-summary{position:static}.auth-shell{grid-template-columns:1fr}.auth-visual{min-height:440px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__brand{grid-column:1 / -1;grid-row:auto}.installer-shell{display:block}.installer-aside{position:relative;height:auto;min-height:470px}.installer-aside__foot{margin-top:50px}}@media(max-width:680px){.ayre-container{width:min(calc(100% - 28px),var(--ayre-container))}.site-header__inner{min-height:70px}.home-hero__inner{padding-block:70px 82px}.display-title{font-size:clamp(48px,17vw,74px)}.hero-search{grid-template-columns:1fr}.hero-search input{min-height:62px}.hero-search button{min-width:0;min-height:56px}.hero-badges{display:grid;gap:10px}.trust-strip__grid{grid-template-columns:1fr}.trust-item{min-height:96px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.35);border-left:0}.section-heading{display:block}.section-heading .text-link{margin-top:20px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{min-height:175px;padding:18px}.category-card__icon{width:62px;height:62px}.catalogue-search{grid-template-columns:1fr;gap:8px}.catalogue-search input,.catalogue-search select{border:1px solid var(--ayre-grey-200)}.catalogue-meta{display:block}.product-grid{grid-template-columns:1fr}.product-card__title{min-height:auto}.form-grid,.date-form{grid-template-columns:1fr}.form-grid .full,.date-form .full{grid-column:auto}.basket-item{grid-template-columns:72px 1fr}.basket-item__image{width:72px}.basket-item__actions{grid-column:1 / -1;justify-content:flex-end}.auth-visual{display:none}.auth-panel{min-height:calc(100vh - 70px);padding:42px 24px}.stats-grid{grid-template-columns:1fr}.data-table{display:block;overflow-x:auto;white-space:nowrap}.admin-toolbar{display:block}.admin-toolbar .button{margin-top:18px}.site-footer__main{grid-template-columns:1fr;gap:35px}.site-footer__bottom{display:block}.site-footer__bottom span{display:block;margin-top:7px}.installer-aside{min-height:420px;padding:36px 24px}.installer-main{padding:42px 18px}.checks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-section__header,.setup-section__body{padding:22px 18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--ayre-page-pad: clamp(56px, 7vw, 92px);--ayre-page-pad-compact: clamp(42px, 5vw, 68px);--ayre-hero-min: 520px}.page-hero__inner,.home-hero__inner,.product-detail,.basket-layout,.admin-shell,.success-shell{width:min(calc(100% - 48px),var(--ayre-container));margin-inline:auto}.page-hero{min-height:390px;display:flex;align-items:center}.page-hero__inner{padding-block:var(--ayre-page-pad-compact)}.page-hero .page-title{max-width:900px;margin-bottom:16px}.page-hero .lead{max-width:760px}.home-hero{min-height:var(--ayre-hero-min)}.home-hero__inner{display:grid;grid-template-columns:minmax(0,760px) minmax(280px,1fr);align-items:center;gap:clamp(32px,6vw,90px);padding-block:clamp(54px,6vw,82px)}.home-hero__copy{max-width:720px}.home-hero .display-title{max-width:690px;margin-bottom:22px;font-size:clamp(58px,7.2vw,108px);line-height:.89}.home-hero__copy>p:not(.eyebrow){max-width:650px}.home-hero:after{width:min(40vw,560px);right:clamp(-230px,-11vw,-110px);top:50%;transform:translateY(-50%);border-width:clamp(54px,6vw,92px);opacity:.86}.hero-search{max-width:720px;margin-top:30px}.hero-search input{min-height:64px}.hero-search button{min-width:205px}.hero-badges{margin-top:22px}.catalogue-tools{margin-top:-28px}.catalogue-meta{margin-top:42px}.product-detail{padding-block:var(--ayre-page-pad)}.product-detail__content,.product-copy,.panel,.admin-section,.success-card{border-color:var(--ayre-grey-200)}.basket-layout,.admin-shell{padding-block:var(--ayre-page-pad-compact) var(--ayre-page-pad)}.auth-shell{min-height:calc(100vh - var(--ayre-header-height) - 36px);grid-template-columns:minmax(0,1.15fr) minmax(430px,560px)}.auth-visual{min-height:560px}.auth-visual__copy{right:clamp(34px,5vw,72px);bottom:clamp(38px,6vw,72px);left:clamp(34px,5vw,72px)}.auth-panel{padding:clamp(44px,5vw,70px)}.auth-panel h1{font-size:clamp(44px,4.8vw,60px)}.panel__header,.panel__body,.product-card__content,.category-card,.stat-card{padding-inline:clamp(22px,2.2vw,30px)}.form-grid{gap:18px}.input,input:not([type=checkbox]):not([type=radio]),select,textarea{min-height:52px}.site-footer__main{padding-block:64px 48px}.site-footer__bottom{min-height:64px}.catalogue-search{align-items:stretch}.catalogue-search .primary-button{min-height:54px}.empty-state{max-width:780px;margin-inline:auto}@media(max-width:1050px){.home-hero__inner{grid-template-columns:minmax(0,1fr) 280px}.home-hero:after{width:420px;right:-210px}.auth-shell{grid-template-columns:1fr 470px}}@media(max-width:820px){.page-hero{min-height:320px}.home-hero{min-height:auto}.home-hero__inner{display:block;padding-block:58px 74px}.home-hero:after{width:330px;right:-220px;top:44%}.home-hero .display-title{max-width:600px}.hero-search{max-width:100%}.auth-shell{display:block}.auth-visual{min-height:500px}.auth-panel{min-height:520px}}@media(max-width:620px){.ayre-container,.page-hero__inner,.home-hero__inner,.product-detail,.basket-layout,.admin-shell,.success-shell{width:min(calc(100% - 30px),var(--ayre-container))}.home-hero .display-title{font-size:clamp(48px,17vw,72px)}.hero-search{grid-template-columns:1fr}.hero-search button{min-width:0;width:100%}.page-hero{min-height:280px}.page-hero__inner{padding-block:46px}.page-title{font-size:clamp(44px,15vw,68px)}}:root{--ayre-rail-width: 48px}.home-hero{min-height:610px;position:relative;overflow:hidden;border-bottom:5px solid var(--ayre-pink)}.home-hero__inner{min-height:610px;grid-template-columns:minmax(0,650px) minmax(260px,1fr);gap:clamp(30px,5vw,76px);padding-block:clamp(58px,6vw,84px);padding-left:clamp(30px,4vw,58px)}.home-hero__copy{max-width:640px}.home-hero .display-title{max-width:620px;font-size:clamp(58px,6.2vw,96px);line-height:.91;letter-spacing:-.055em}.home-hero__copy>p:not(.eyebrow){max-width:590px;font-size:clamp(17px,1.25vw,21px);line-height:1.55}.home-hero:after{width:min(34vw,500px);aspect-ratio:1;right:clamp(-190px,-9vw,-105px);top:50%;transform:translateY(-50%);border-width:clamp(48px,5vw,76px);opacity:.88}.hero-search{max-width:640px}.hero-badges{max-width:640px;row-gap:10px;column-gap:22px}.hero-rail{position:absolute;inset:0 auto 0 0;z-index:3;width:var(--ayre-rail-width);overflow:hidden;border-right:1px solid rgba(255,255,255,.12);background:#030304d1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-rail__track{position:absolute;left:50%;top:0;display:flex;align-items:center;gap:18px;width:max-content;color:#fff;font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;transform-origin:0 0;transform:rotate(90deg) translateY(-50%);animation:ayre-rail-scroll 25s linear infinite}.hero-rail__track i{color:var(--ayre-pink);font-style:normal}.hero-rail:hover .hero-rail__track{animation-play-state:paused}@keyframes ayre-rail-scroll{0%{translate:0 0}to{translate:-50% 0}}.footer-ticker{overflow:hidden;background:var(--ayre-pink);color:#fff;border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(0,0,0,.14)}.footer-ticker__track{display:flex;align-items:center;gap:24px;width:max-content;min-height:48px;padding-inline:24px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;animation:ayre-footer-scroll 28s linear infinite}.footer-ticker__track i{font-style:normal;color:#111}.footer-ticker:hover .footer-ticker__track{animation-play-state:paused}@keyframes ayre-footer-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-footer{border-top:0}.site-footer__main--balanced{grid-template-columns:minmax(280px,1.45fr) minmax(150px,.65fr) minmax(170px,.75fr) minmax(260px,1fr);gap:clamp(36px,5vw,74px);align-items:start;padding-block:70px 52px}.site-footer__brand{max-width:390px}.site-footer__brand img{width:min(230px,100%);margin-bottom:22px}.site-footer__brand p{max-width:360px;color:#ffffffb8;line-height:1.65}.site-footer__label{margin-bottom:22px}.site-footer li+li{margin-top:11px}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.13);min-height:72px;align-items:center;color:#ffffff8c}.footer-address{margin-top:18px!important;color:#ffffffb3;line-height:1.55}.footer-address__label{color:#fff}.split-feature{margin-bottom:0}.content-section:last-child{padding-bottom:clamp(72px,8vw,110px)}@media(max-width:1050px){.home-hero__inner{grid-template-columns:minmax(0,1fr) 250px}.site-footer__main--balanced{grid-template-columns:1.35fr .7fr .8fr 1fr;gap:34px}}@media(max-width:820px){:root{--ayre-rail-width: 0px}.hero-rail{display:none}.home-hero{min-height:auto}.home-hero__inner{min-height:0;padding-left:0}.home-hero:after{width:300px;right:-190px;opacity:.55}.site-footer__main--balanced{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.home-hero{border-bottom-width:4px}.home-hero__inner{padding-block:52px 62px}.home-hero .display-title{font-size:clamp(50px,16vw,70px)}.footer-ticker__track{min-height:42px;font-size:10px;gap:18px}.site-footer__main--balanced{grid-template-columns:1fr;padding-block:54px 40px}.site-footer__bottom{min-height:88px;padding-block:20px}}@media(prefers-reduced-motion:reduce){.hero-rail__track,.footer-ticker__track{animation:none!important}}.home-hero__inner{grid-template-columns:minmax(0,720px) minmax(280px,1fr);padding-left:0;padding-right:0}.home-hero__copy{grid-column:1;justify-self:start;width:100%;max-width:720px;margin:0}.home-hero .display-title,.home-hero__copy>p:not(.eyebrow),.hero-search,.hero-badges{width:100%;max-width:720px}.home-hero:after{right:clamp(-250px,-12vw,-135px)}.hero-rail,.footer-ticker{display:none!important}.split-feature__visual{background:radial-gradient(circle at 35% 45%,rgba(229,13,126,.95) 0 14%,transparent 14.5%),linear-gradient(135deg,transparent 0 40%,rgba(229,13,126,.95) 40% 54%,transparent 54%),var(--ayre-black)}.split-feature__visual:after{content:none!important;display:none!important}.site-footer{border-top:1px solid rgba(255,255,255,.12)}.site-footer__main--balanced,.site-footer__bottom{width:min(calc(100% - 48px),var(--ayre-container));margin-inline:auto}.site-footer__main--balanced{padding-top:62px}.site-footer__bottom{padding-inline:0}@media(max-width:1050px){.home-hero__inner{grid-template-columns:minmax(0,1fr) 250px}}@media(max-width:820px){.home-hero__inner{display:block}.home-hero__copy{max-width:680px}}.home-hero>.ayre-container.home-hero__inner{width:min(calc(100% - 48px),var(--ayre-container))!important;max-width:var(--ayre-container)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box}.home-hero>.ayre-container.home-hero__inner>.home-hero__copy{grid-column:1!important;justify-self:stretch!important;width:100%!important;max-width:720px!important;margin:0!important}@media(max-width:930px){.home-hero>.ayre-container.home-hero__inner{width:min(calc(100% - 34px),var(--ayre-container))!important}}@media(max-width:680px){.home-hero>.ayre-container.home-hero__inner{width:min(calc(100% - 28px),var(--ayre-container))!important}}.home-hero>.home-hero__inner,.home-hero>.ayre-container.home-hero__inner{width:100%!important;max-width:none!important;margin-inline:0!important;padding-left:max(24px,calc((100vw - var(--ayre-container)) / 2))!important;padding-right:max(24px,calc((100vw - var(--ayre-container)) / 2))!important}.home-hero>.home-hero__inner>.home-hero__copy,.home-hero>.ayre-container.home-hero__inner>.home-hero__copy{width:min(720px,100%)!important;max-width:720px!important;justify-self:start!important}@media(max-width:930px){.home-hero>.home-hero__inner,.home-hero>.ayre-container.home-hero__inner{padding-left:17px!important;padding-right:17px!important}}@media(max-width:680px){.home-hero>.home-hero__inner,.home-hero>.ayre-container.home-hero__inner{padding-left:14px!important;padding-right:14px!important}}.toolbar-actions,.bulk-bar{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.catalogue-admin-filters{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:10px;padding:18px;margin-bottom:18px}.catalogue-admin-filters input,.catalogue-admin-filters select,.bulk-bar select{min-height:46px;border:1px solid #ddd;background:#fff;padding:0 14px}.bulk-bar{background:#0a0a0b;color:#fff;padding:14px 18px;margin-bottom:0}.bulk-bar select{min-width:190px}.status-pill--warning{background:#fff1bf;color:#5d4400}.taxonomy-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:24px;align-items:start}.taxonomy-master{margin-bottom:18px;padding:20px}.taxonomy-master__head{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #e8e8e8;padding-bottom:15px}.taxonomy-master__head input[name=name]{font-size:24px;font-weight:800;border:0;padding:5px 0;max-width:420px}.taxonomy-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.small-button{background:#000;color:#fff;border:0;padding:10px 15px;font-weight:700}.taxonomy-children{padding:12px 0}.taxonomy-child{display:grid;grid-template-columns:2fr 1fr auto auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #eee}.taxonomy-child input{border:1px solid #ddd;padding:10px}.taxonomy-add-child{display:grid;grid-template-columns:2fr 1fr auto;gap:10px;padding-top:15px}.taxonomy-add-child input{border:1px solid #ddd;padding:12px}.sticky-panel{position:sticky;top:110px}.group-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border:1px solid #ddd;padding:15px;max-height:300px;overflow:auto}.subgroup-strip{padding-top:28px}.subgroup-links{display:flex;gap:8px;flex-wrap:wrap}.subgroup-links a{border:1px solid #ddd;padding:10px 14px;font-weight:700;background:#fff}.stats-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1000px){.catalogue-admin-filters{grid-template-columns:1fr 1fr}.taxonomy-layout{grid-template-columns:1fr}.sticky-panel{position:static}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.catalogue-admin-filters,.taxonomy-child,.taxonomy-add-child,.group-checkbox-grid{grid-template-columns:1fr}.taxonomy-master__head{align-items:flex-start;flex-direction:column}.bulk-bar{align-items:stretch;flex-direction:column}}.product-card__image{padding:clamp(16px,2vw,28px);background:#fff}.product-card__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.product-detail__image{padding:clamp(24px,4vw,56px);background:#fff}.product-detail__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.admin-product-image-preview{aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;padding:24px;border:1px solid var(--ayre-grey-200);background:#fff}.admin-product-image-preview img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media(max-width:930px){html{scroll-padding-top:72px}body.menu-open{overflow:hidden;touch-action:none}.site-header{z-index:1000}.site-header__inner{min-height:72px;gap:18px}.site-logo{width:118px}.mobile-menu-button{position:relative;z-index:1002;width:44px;height:44px;flex:0 0 44px;cursor:pointer;-webkit-tap-highlight-color:transparent}.site-nav{position:fixed;z-index:1001;inset:72px 0 0;display:flex;visibility:hidden;flex-direction:column;align-items:stretch;gap:0;padding:18px 24px max(28px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;color:var(--ayre-white);background:#030304fe;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.site-nav[data-open=true]{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition-delay:0s}.site-nav a,.site-nav .link-button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:14px 2px;border-bottom:1px solid rgba(255,255,255,.13);font-size:17px;text-align:left}.site-nav a:after,.site-nav .link-button:after{bottom:0}.site-nav form{width:100%}.site-nav .nav-cta{min-height:56px;margin-top:20px;justify-content:center;border-bottom:0;text-align:center!important}}@media(max-width:680px){:root{--ayre-header-height: 68px}.ayre-container{width:min(calc(100% - 30px),var(--ayre-container))}.site-header__inner{min-height:68px}.site-logo{width:112px}.site-nav{top:68px;padding-inline:20px}.home-hero{min-height:auto!important;border-bottom-width:3px}.home-hero>.home-hero__inner,.home-hero>.ayre-container.home-hero__inner{width:min(calc(100% - 30px),var(--ayre-container))!important;margin-inline:auto!important;padding:42px 0 48px!important}.home-hero .eyebrow{margin-bottom:18px;font-size:10px;letter-spacing:.13em}.home-hero .display-title{max-width:100%;margin-bottom:22px;font-size:clamp(45px,14.4vw,62px)!important;line-height:.91;letter-spacing:-.062em}.home-hero__copy>p:not(.eyebrow){max-width:34rem;font-size:16px;line-height:1.52}.home-hero:after{width:260px!important;right:-165px!important;top:31%!important;border-width:48px!important;opacity:.42!important}.home-hero:before{opacity:.14;background-size:46px 46px}.hero-search{width:100%;max-width:none;grid-template-columns:1fr;margin-top:28px;box-shadow:0 14px 30px #0003}.hero-search input{width:100%;min-width:0;min-height:58px;padding:0 18px;font-size:16px;text-overflow:ellipsis}.hero-search button{min-height:54px}.hero-badges{grid-template-columns:1fr;gap:9px;margin-top:22px;font-size:12px}.trust-strip__grid{display:block}.trust-item{min-height:0;padding:22px 0;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.28);border-left:0!important}.trust-item:last-child{border-bottom:0}.trust-item .trust-item__title{font-size:17px}.trust-item span{margin-top:4px;font-size:12px;line-height:1.45}.content-section{padding-block:54px}.content-section--compact{padding-block:42px}.section-heading{margin-bottom:28px}.section-title{font-size:clamp(38px,11.5vw,52px);line-height:.98}.section-copy{font-size:16px;line-height:1.55}.section-heading .text-link{margin-top:18px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{min-height:148px;padding:16px}.category-card__icon{width:54px;height:54px}.category-card__name{max-width:112px;font-size:14px}.category-card__count{font-size:9px}.category-card:after{right:14px;bottom:13px;font-size:20px}.product-grid{gap:18px}.product-card{transform:none!important}.product-card:hover{transform:none!important;box-shadow:none}.product-card__image{aspect-ratio:4 / 3;padding:18px}.product-card__content{padding:18px}.product-card__title{font-size:18px}.product-card__summary{font-size:13px}.product-card__action{grid-template-columns:68px 1fr;padding:0 18px 18px}.product-card__action input,.product-card__action button{min-height:52px}.split-feature{min-height:0}.split-feature__visual{min-height:260px}.split-feature__content{padding:48px 24px 56px}.feature-list{gap:16px;margin:24px 0 30px}.feature-list li{padding-left:28px;font-size:15px;line-height:1.45}.feature-list li:before{width:12px;height:12px}.site-footer__main{padding-block:48px 38px}.site-footer__brand img{width:140px}}@media(max-width:390px){.home-hero .display-title{font-size:clamp(42px,13.7vw,54px)!important}.category-card{min-height:140px;padding:14px}.category-card__icon{width:50px;height:50px}}.product-accessories-section{background:#f7f6f4}.accessory-section-block+.accessory-section-block{margin-top:72px}.section-heading--compact{margin-bottom:28px}.included-accessory-list{display:grid;gap:10px}.included-accessory-row{display:grid;grid-template-columns:86px minmax(0,1fr) auto 28px;align-items:center;gap:18px;min-height:96px;padding:12px 18px;background:#fff;border:1px solid #e4e1e2;color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}a.included-accessory-row:hover{border-color:var(--pink,#e50d7e);transform:translateY(-2px);box-shadow:0 12px 28px #00000012}.included-accessory-row__image{width:72px;height:72px;display:grid;place-items:center;background:#faf9fa}.included-accessory-row__image img{width:100%;height:100%;object-fit:contain;padding:6px}.included-accessory-row__content{display:grid;gap:5px}.included-accessory-row__name{font-size:18px;font-weight:700}.included-accessory-row__content small{color:#6f6b70;line-height:1.45}.included-accessory-row__quantity{font-weight:700;white-space:nowrap}.included-accessory-row__arrow{color:var(--pink,#e50d7e);font-size:24px}.optional-accessory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.optional-accessory-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e4e1e2;min-width:0}.optional-accessory-card__link{color:inherit;text-decoration:none;display:flex;flex-direction:column;flex:1}.optional-accessory-card__image{aspect-ratio:4/3;padding:22px;display:grid;place-items:center;background:#faf9fa}.optional-accessory-card__image img{width:100%;height:100%;object-fit:contain}.optional-accessory-card__copy{padding:22px;display:grid;gap:10px}.optional-accessory-card__copy h3{margin:0;font-size:22px;line-height:1.08}.optional-accessory-card__copy p{margin:0;color:#68646b;line-height:1.5}.optional-accessory-card__copy--unavailable{min-height:220px}.optional-accessory-card__action{display:grid;grid-template-columns:72px minmax(0,1fr);gap:8px;padding:0 22px 22px}.optional-accessory-card__action input{width:100%;min-width:0;text-align:center}.optional-accessory-card__action button{width:100%}.admin-accessories-panel{margin-top:28px}.admin-accessories-head{display:flex;justify-content:space-between;gap:24px;align-items:center}.admin-accessory-row{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(150px,.7fr) 90px 90px;gap:14px;align-items:end;padding:20px 0;border-bottom:1px solid #e4e1e2}.admin-accessory-row:last-child{border-bottom:0}.admin-accessory-row__identity{display:flex;align-items:center;gap:14px;align-self:center}.admin-accessory-row__identity img{width:68px;height:68px;object-fit:contain;background:#faf9fa}.admin-accessory-row__identity div{display:grid;gap:5px}.admin-accessory-row__identity small{color:#777178}.admin-accessory-row .full{grid-column:1/-1}.compact-empty{padding:30px}@media(max-width:900px){.optional-accessory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-accessory-row{grid-template-columns:1fr 1fr}.admin-accessory-row__identity,.admin-accessory-row .full{grid-column:1/-1}}@media(max-width:620px){.accessory-section-block+.accessory-section-block{margin-top:48px}.included-accessory-row{grid-template-columns:62px minmax(0,1fr) auto;gap:12px;padding:10px}.included-accessory-row__image{width:58px;height:58px}.included-accessory-row__name{font-size:15px}.included-accessory-row__content small,.included-accessory-row__arrow{display:none}.included-accessory-row__quantity{font-size:12px}.optional-accessory-grid{grid-template-columns:1fr}.optional-accessory-card__image{aspect-ratio:16/10}.admin-accessories-head{align-items:flex-start;flex-direction:column}.admin-accessory-row{grid-template-columns:1fr}.admin-accessory-row__identity,.admin-accessory-row .full{grid-column:auto}}.admin-accessory-list{display:grid;gap:12px}.admin-accessory-card{border:1px solid #e5e2e3;background:#fff}.admin-accessory-card__summary{display:grid;grid-template-columns:96px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:14px 16px}.admin-accessory-card__image{width:96px;height:76px;display:grid;place-items:center;background:#faf9fa;border:1px solid #ece9ea;overflow:hidden}.admin-accessory-card__image img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;padding:6px}.admin-accessory-card__identity{min-width:0;display:grid;gap:5px}.admin-accessory-card__identity strong{font-size:16px;line-height:1.2;overflow-wrap:anywhere}.admin-accessory-card__identity small{color:#777178}.admin-accessory-card__badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-accessory-card__public{white-space:nowrap}.admin-accessory-card__details{border-top:1px solid #ece9ea}.admin-accessory-card__details>summary{cursor:pointer;padding:11px 16px;font-weight:700;list-style:none;color:#242126}.admin-accessory-card__details>summary::-webkit-details-marker{display:none}.admin-accessory-card__details>summary:after{content:"+";float:right;color:var(--pink,#e50d7e);font-size:20px;line-height:1}.admin-accessory-card__details[open]>summary:after{content:"−"}.admin-accessory-card__fields{display:grid;grid-template-columns:minmax(180px,1fr) 100px 100px;gap:14px;padding:4px 16px 16px}.admin-accessory-card__fields .full{grid-column:1/-1}.admin-accessory-card__fields textarea{min-height:86px}.product-accessories-section{overflow:hidden}.product-accessories-section .included-accessory-list{grid-template-columns:repeat(2,minmax(0,1fr))}.product-accessories-section .included-accessory-row{width:100%;min-width:0;overflow:hidden}.product-accessories-section .included-accessory-row__image{overflow:hidden}.product-accessories-section .included-accessory-row__image img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}.product-accessories-section .optional-accessory-card__image{height:260px;aspect-ratio:auto;overflow:hidden}.product-accessories-section .optional-accessory-card__image img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}@media(max-width:900px){.admin-accessory-card__summary{grid-template-columns:82px minmax(0,1fr) auto}.admin-accessory-card__image{width:82px;height:68px}.admin-accessory-card__public{grid-column:2}.admin-accessory-card__save{grid-column:3;grid-row:1/3}.admin-accessory-card__fields{grid-template-columns:1fr 1fr}.product-accessories-section .included-accessory-list{grid-template-columns:1fr}}@media(max-width:620px){.admin-accessory-card__summary{grid-template-columns:68px minmax(0,1fr);gap:12px;padding:12px}.admin-accessory-card__image{width:68px;height:60px}.admin-accessory-card__public,.admin-accessory-card__save{grid-column:auto;grid-row:auto}.admin-accessory-card__fields{grid-template-columns:1fr;padding:4px 12px 12px}.admin-accessory-card__fields .full{grid-column:auto}.product-accessories-section .optional-accessory-card__image{height:210px}}.product-accessories-section .optional-accessory-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch}.product-accessories-section .optional-accessory-card{height:100%;overflow:hidden}.product-accessories-section .optional-accessory-card__link{min-height:0}.product-accessories-section .optional-accessory-card__link--plain{cursor:default}.product-accessories-section .optional-accessory-card__image{height:230px;min-height:230px;padding:18px;background:#faf9fa}.product-accessories-section .optional-accessory-card__copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;min-height:230px}.product-accessories-section .optional-accessory-card__copy h3{min-height:48px}.product-accessories-section .optional-accessory-card__copy>p:not(.eyebrow){flex:1}.product-accessories-section .optional-accessory-card__copy .text-link,.product-accessories-section .optional-accessory-card__request-note{margin-top:auto}.product-accessories-section .optional-accessory-card__request-note{display:block;padding-top:10px;font-size:14px;font-weight:600;line-height:1.4}.product-accessories-section .optional-accessory-card__action{margin-top:auto;border-top:1px solid #ece9ea;padding-top:18px}.product-accessories-section .optional-accessory-card__footer{margin-top:auto;border-top:1px solid #ece9ea;padding:18px 22px 20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}@media(max-width:620px){.product-accessories-section .optional-accessory-card__image{height:210px;min-height:210px}.product-accessories-section .optional-accessory-card__copy,.product-accessories-section .optional-accessory-card__copy h3{min-height:0}}.product-accessories-section .optional-accessories-compact .optional-accessory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.product-accessories-section .optional-accessories-compact .optional-accessory-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e4e1e2}.product-accessories-section .optional-accessories-compact .optional-accessory-card__main{display:grid;grid-template-columns:128px minmax(0,1fr);gap:18px;padding:18px;min-height:164px;flex:1}.product-accessories-section .optional-accessories-compact .optional-accessory-card__image-link{display:block;color:inherit;text-decoration:none}.product-accessories-section .optional-accessories-compact .optional-accessory-card__image{width:128px;height:128px;padding:10px;display:grid;place-items:center;overflow:hidden;background:#faf9fa}.product-accessories-section .optional-accessories-compact .optional-accessory-card__image img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}.product-accessories-section .optional-accessories-compact .optional-accessory-card__copy{display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-width:0;padding:0}.product-accessories-section .optional-accessories-compact .optional-accessory-card__copy h3{margin:0;font-size:20px;line-height:1.08}.product-accessories-section .optional-accessories-compact .optional-accessory-card__copy .text-link,.product-accessories-section .optional-accessories-compact .optional-accessory-card__request-note{margin-top:auto}.product-accessories-section .optional-accessories-compact .optional-accessory-card__request-note{display:inline-flex;padding:7px 10px;background:#f3f1f2;color:#111014;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-accessories-section .optional-accessories-compact .optional-accessory-card__action{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;padding:0 18px 18px}.product-accessories-section .optional-accessories-compact .optional-accessory-card__action input{width:100%;min-width:0;text-align:center}.product-accessories-section .optional-accessories-compact .optional-accessory-card__action button{width:100%;min-height:52px;padding-inline:18px}.product-accessories-section .optional-accessories-compact .optional-accessory-card__footer{margin-top:auto;padding:14px 18px;border-top:1px solid #e4e1e2;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}@media(max-width:900px){.product-accessories-section .optional-accessories-compact .optional-accessory-grid{grid-template-columns:1fr}}@media(max-width:560px){.product-accessories-section .optional-accessories-compact .optional-accessory-card__main{grid-template-columns:92px minmax(0,1fr);gap:14px;padding:14px;min-height:124px}.product-accessories-section .optional-accessories-compact .optional-accessory-card__image{width:92px;height:92px;padding:8px}.product-accessories-section .optional-accessories-compact .optional-accessory-card__copy h3{font-size:18px}.product-accessories-section .optional-accessories-compact .optional-accessory-card__action{grid-template-columns:64px minmax(0,1fr);padding:0 14px 14px}}.product-accessories-section .optional-accessories-mini .optional-accessory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-accessories-section .optional-accessory-mini-card{background:#fff;border:1px solid #e7e4e6;display:flex;flex-direction:column;min-width:0}.product-accessories-section .optional-accessory-mini-card__product{color:inherit;display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:16px;align-items:center;min-height:116px;padding:16px;text-decoration:none}.product-accessories-section a.optional-accessory-mini-card__product:hover{border-color:#ea007f;box-shadow:inset 0 0 0 1px #ea007f}.product-accessories-section .optional-accessory-mini-card__image{align-items:center;background:#faf9fa;display:flex;height:82px;justify-content:center;overflow:hidden;width:92px}.product-accessories-section .optional-accessory-mini-card__image img{height:100%;object-fit:contain;width:100%}.product-accessories-section .optional-accessory-mini-card__identity h3{font-size:1rem;line-height:1.2;margin:8px 0 0}.product-accessories-section .optional-accessory-mini-card__meta{color:#ea007f;font-size:1.35rem}.product-accessories-section .optional-accessory-mini-card__action{align-items:end;border-top:1px solid #ece9eb;display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;margin-top:auto;padding:14px 16px 16px}.product-accessories-section .optional-accessory-mini-card__action label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.06em;margin-bottom:6px;text-transform:uppercase}.product-accessories-section .optional-accessory-mini-card__action input{grid-column:1;height:48px;margin:0;width:100%}.product-accessories-section .optional-accessory-mini-card__action label{grid-column:1}.product-accessories-section .optional-accessory-mini-card__action button{grid-column:2;grid-row:1 / span 2;min-height:48px;width:100%}.product-accessories-section .optional-accessory-mini-card__request{border-top:1px solid #ece9eb;font-size:.72rem;font-weight:800;letter-spacing:.08em;margin-top:auto;padding:16px;text-transform:uppercase}.admin-accessories-save{margin-top:20px}@media(max-width:820px){.product-accessories-section .optional-accessories-mini .optional-accessory-grid{grid-template-columns:1fr}}@media(max-width:560px){.product-accessories-section .optional-accessory-mini-card__product{grid-template-columns:72px minmax(0,1fr) auto;gap:12px;padding:12px}.product-accessories-section .optional-accessory-mini-card__image{height:68px;width:72px}.product-accessories-section .optional-accessory-mini-card__action{grid-template-columns:78px minmax(0,1fr);padding:12px}}.product-detail__content .admin-product-edit-link{align-items:center;align-self:flex-start;background:#111;border:1px solid #111;color:#fff;display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.06em;line-height:1;margin:12px 0 14px;padding:9px 12px;text-decoration:none;text-transform:uppercase}.product-detail__content .admin-product-edit-link:hover{background:#ea007f;border-color:#ea007f}@media(min-width:1180px){.product-accessories-section .optional-accessories-mini .optional-accessory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-accessories-section .optional-accessory-mini-card__product{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;min-height:94px;padding:12px}.product-accessories-section .optional-accessory-mini-card__image{height:64px;width:64px}.product-accessories-section .optional-accessory-mini-card__identity h3{font-size:.9rem;line-height:1.14;margin-top:6px}.product-accessories-section .optional-accessory-mini-card__action{grid-template-columns:58px minmax(0,1fr);gap:8px;padding:10px 12px 12px}.product-accessories-section .optional-accessory-mini-card__action input,.product-accessories-section .optional-accessory-mini-card__action button{min-height:44px;height:44px}.product-accessories-section .optional-accessory-mini-card__action button{font-size:.75rem;padding-left:8px;padding-right:8px}.product-accessories-section .optional-accessory-mini-card__request{padding:13px 12px}}@media(min-width:821px)and (max-width:1179px){.product-accessories-section .optional-accessories-mini .optional-accessory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-detail__image{padding:clamp(34px,5vw,72px)!important}.product-detail__image img{display:block;width:auto!important;height:auto!important;max-width:82%!important;max-height:82%!important;object-fit:contain!important;object-position:center!important}.product-card__image{padding:clamp(20px,2.4vw,34px)!important}.product-card__image img{display:block;width:auto!important;height:auto!important;max-width:88%!important;max-height:88%!important;object-fit:contain!important;object-position:center!important}.admin-product-image-preview img,.included-accessory-row__image img,.optional-accessory-mini-card__image img,.optional-accessory-card__image img{object-fit:contain!important;object-position:center!important}@media(max-width:930px){.product-detail__image{padding:clamp(24px,7vw,48px)!important}.product-detail__image img{max-width:86%!important;max-height:86%!important}}.product-category-trail{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 16px;color:var(--ayre-pink);font-size:11px;font-weight:800;letter-spacing:.075em;line-height:1.35;text-transform:uppercase}.product-category-trail a{color:var(--ayre-pink);text-decoration:none}.product-category-trail a:hover,.product-category-trail a:focus-visible{color:var(--ayre-black);text-decoration:underline;text-decoration-color:var(--ayre-pink);text-underline-offset:4px}.product-category-trail span[aria-hidden=true]{color:var(--ayre-pink);opacity:.75}.product-detail .add-to-list{grid-template-columns:82px minmax(200px,270px);justify-content:start;align-items:end;max-width:370px}.product-detail .add-to-list .field{min-width:0}.product-detail .add-to-list input,.product-detail .add-to-list .primary-button{min-height:50px;height:50px}.product-detail .add-to-list .primary-button{width:100%;padding-inline:22px;white-space:nowrap}@media(max-width:620px){.product-detail .add-to-list{grid-template-columns:78px minmax(0,1fr);max-width:none;width:100%}}.sr-only,.product-card__action label.sr-only,.optional-accessory-mini-card__action label.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;pointer-events:none!important}html.public-prices-hidden .price-block>*,html.public-prices-hidden .product-card__price>*{display:none!important}html.public-prices-hidden .price-block:before,html.public-prices-hidden .product-card__price:before{content:"Price on request";display:block;color:var(--ayre-black, #08080a);font-weight:800;letter-spacing:-.02em}html.public-prices-hidden .price-block:after{content:"Pricing will be confirmed for your dates, quantities and account terms.";display:block;margin-top:8px;color:var(--ayre-grey-700, #68656b);font-size:11px}.product-card__quantity-rule{display:flex;align-items:center;gap:8px;margin:0 22px 10px}.product-card__quantity-badge,.product-card .quantity-badge,.product-card__quantity-rule .quantity-badge{display:inline-flex;align-items:center;min-height:25px;padding:5px 9px;background:#09090b;color:#fff;font-size:10px;font-weight:800;letter-spacing:.075em;line-height:1;text-transform:uppercase;white-space:nowrap}.product-card__quantity-rule-summary,.product-card__quantity-rule .quantity-rule-summary{color:#666269;font-size:11px;line-height:1.25}@media(max-width:720px){.product-card__quantity-rule{margin-inline:18px}}.featured-marquee__viewport{--featured-marquee-gap: 16px;position:relative;width:100%;overflow:hidden}.featured-marquee__track{display:flex!important;flex-wrap:nowrap!important;align-items:stretch;gap:var(--featured-marquee-gap)!important;width:max-content!important;max-width:none!important;animation:ayre-featured-marquee-176 58s linear infinite;will-change:transform}.featured-marquee__track>.product-card{flex:0 0 clamp(250px,22vw,315px);width:clamp(250px,22vw,315px)}.featured-marquee__viewport:hover .featured-marquee__track,.featured-marquee__viewport:focus-within .featured-marquee__track{animation-play-state:paused}.featured-marquee__clone{pointer-events:none}@keyframes ayre-featured-marquee-176{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - (var(--featured-marquee-gap) / 2)),0,0)}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}@media(max-width:980px){.featured-marquee__track>.product-card{flex-basis:min(42vw,300px);width:min(42vw,300px)}}@media(max-width:640px){.featured-marquee__viewport{--featured-marquee-gap: 12px;overflow-x:auto}.featured-marquee__track>.product-card{flex-basis:82vw;width:82vw}}@media(prefers-reduced-motion:reduce){.featured-marquee__viewport{overflow-x:auto}.featured-marquee__track{animation:none!important;transform:none!important}.featured-marquee__clone{display:none!important}}.quick-edit-modal{border:0;padding:0;max-width:560px;width:calc(100% - 32px);box-shadow:0 24px 80px #00000059}.quick-edit-modal::backdrop{background:#0000008c}.quick-edit-form{padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.quick-edit-form h2,[data-quick-product-name],.quick-edit-errors,.quick-edit-actions{grid-column:1/-1}.quick-edit-modal__close{position:absolute;right:12px;top:10px}.quick-edit-modal__close button{border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer}.quick-edit-errors{background:#fff1f1;border-left:4px solid #c62828;color:#6f1111;padding:12px}.quick-edit-errors p{margin:0 0 6px}.quick-edit-errors p:last-child{margin-bottom:0}.quick-edit-actions{display:flex;justify-content:flex-end;gap:10px}.quick-edit-toast{position:fixed;right:20px;bottom:20px;z-index:20;background:#0a0a0b;color:#fff;padding:14px 18px;font-weight:800;box-shadow:0 12px 32px #00000038}@media(max-width:700px){.quick-edit-form{grid-template-columns:1fr}}.seo-editor{margin-top:24px}.seo-editor .seo-state{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--pink,#e6007e)}.seo-editor form+.panel__body{padding-top:0}.seo-advanced>summary,.taxonomy-seo>summary{cursor:pointer;font-weight:700}.seo-previews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.seo-preview-controls,.seo-preview--search{grid-column:1/-1}.seo-preview{border:1px solid #ddd;background:#fff;color:#202124;padding:16px;overflow:hidden}.seo-preview h3{margin:5px 0;color:#1a0dab;font-size:1.25rem}.seo-preview p{margin:4px 0;overflow-wrap:anywhere}.seo-preview small{color:#5f6368}.seo-preview img{width:100%;aspect-ratio:1.91/1;object-fit:cover;margin:10px 0}.seo-preview__missing{background:#eee;padding:32px;text-align:center;margin:10px 0}.seo-preview--mobile{max-width:390px}.taxonomy-seo{margin:12px}.taxonomy-seo>.seo-editor{margin-top:12px}@media(max-width:700px){.seo-previews{grid-template-columns:1fr}.seo-preview--social{grid-column:1}.seo-editor .panel__body{padding:16px}}.product-editor__header{align-items:center;margin-bottom:20px}.product-editor__header .section-title,.product-editor__header p{margin-bottom:4px}.product-editor__actions,.product-editor__tabs,.product-editor__seo-actions{display:flex;flex-wrap:wrap;gap:10px}.product-editor__tabs{margin-bottom:24px;border-bottom:1px solid var(--border,#ddd);gap:28px}.product-editor__tab{color:#0a0a0b;padding:12px 2px 10px;border-bottom:3px solid transparent;font-weight:800;text-decoration:none}.product-editor__tab.is-active{border-bottom-color:var(--pink,#e6007e)}.product-editor__form{max-width:none}.product-editor__section{margin-bottom:24px}.product-editor__media-layout{display:grid;grid-template-columns:minmax(180px,320px) minmax(0,1fr);gap:24px;align-items:start}.product-editor__automatic-seo{margin-bottom:24px}.product-editor [data-product-panel][hidden]{display:none}@media(max-width:700px){.product-editor__header{align-items:flex-start}.product-editor__actions,.product-editor__tabs{width:100%}.product-editor__tab,.product-editor__actions .button{flex:1;text-align:center}.product-editor__media-layout{grid-template-columns:1fr}}
