/*
Theme Name: Aqua Crystalis Brand
Theme URI: https://aquacrystalis.com/
Author: Aqua Crystalis
Description: Responsive custom WordPress theme for Aqua Crystalis, designed around the official brand identity.
Version: 5.3.28
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: aquacrystalis
*/

:root{
  --ac-navy:#172847;
  --ac-navy-deep:#0e1b31;
  --ac-navy-soft:#2c4164;
  --ac-white:#ffffff;
  --ac-paper:#f7f8fa;
  --ac-mist:#eef2f6;
  --ac-line:#dce2e9;
  --ac-text:#172847;
  --ac-muted:#66758a;
  --ac-max:1320px;
  --ac-radius:28px;
  --ac-radius-sm:18px;
  --ac-shadow:0 26px 72px rgba(23,40,71,.11);
  --ac-shadow-soft:0 14px 36px rgba(23,40,71,.055);
  --ac-green:#1ea34a;
  --ac-green-deep:#17853b;
  --ac-serif:"Trajan Pro","Times New Roman",Georgia,serif;
  --ac-sans:"SuperGroteskPro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{
  max-width:100%;
  overflow-x:hidden;
  margin:0;
  background:var(--ac-white);
  color:var(--ac-text);
  font-family:var(--ac-sans);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.ac-menu-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:var(--ac-navy);color:#fff}
:focus-visible{outline:2px solid var(--ac-navy);outline-offset:4px}

.ac-site,.ac-main{max-width:100%;overflow-x:clip}

.ac-container{width:min(var(--ac-max),calc(100% - 48px));margin-inline:auto}
.ac-section{padding:112px 0}
.ac-section--soft{background:var(--ac-paper)}
.ac-kicker{display:inline-flex;align-items:center;gap:12px;margin:0;color:var(--ac-navy);font-size:12px;font-weight:700;letter-spacing:.19em;text-transform:uppercase}
.ac-kicker:before{content:"";display:block;width:32px;height:1px;background:currentColor;opacity:.65}
.ac-title{font-family:var(--ac-serif);font-weight:400;letter-spacing:.025em;line-height:1.06;text-transform:uppercase;color:var(--ac-navy)}
.ac-section-head{max-width:780px;margin-bottom:48px}
.ac-section-head h2{font-size:clamp(36px,4.6vw,58px);margin:14px 0 18px}
.ac-section-head p{margin:0;max-width:650px;color:var(--ac-muted);font-size:18px}

.ac-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 26px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:750;letter-spacing:.025em;transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;will-change:transform}
.ac-button:hover{transform:translateY(-2px)}
.ac-button:active{transform:translateY(0)}
.ac-button--primary{background:var(--ac-navy);color:#fff;box-shadow:0 13px 30px rgba(23,40,71,.14)}
.ac-button--primary:hover{background:var(--ac-navy-deep)}
.ac-button--light{background:#fff;color:var(--ac-navy);border-color:rgba(255,255,255,.42)}
.ac-button--ghost{background:transparent;color:var(--ac-navy);border-color:var(--ac-line)}
.ac-product-actions .ac-button--primary{background:var(--ac-green);border-color:var(--ac-green);box-shadow:0 14px 30px rgba(30,163,74,.22)}
.ac-product-actions .ac-button--primary:hover{background:var(--ac-green-deep);border-color:var(--ac-green-deep);box-shadow:0 18px 36px rgba(30,163,74,.25)}
.ac-product-actions .ac-button--ghost{position:relative;background:#fff;padding-left:28px}
.ac-product-actions .ac-button--ghost:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:1px;height:34px;background:#dbe3ec}
.ac-arrow{font-size:18px;line-height:1;transition:transform .2s ease}.ac-button:hover .ac-arrow,.ac-category:hover .ac-arrow{transform:translateX(4px)}

/* Header */
.ac-announcement{background:var(--ac-navy);color:#fff;min-height:31px;display:flex;align-items:center;font-size:10px;letter-spacing:.15em;text-transform:uppercase}
.ac-announcement .ac-container{display:flex;justify-content:center;align-items:center;text-align:center}
.ac-announcement span{opacity:.82}
.ac-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.965);backdrop-filter:blur(20px) saturate(170%);border-bottom:1px solid rgba(23,40,71,.075);box-shadow:0 8px 28px rgba(23,40,71,.035)}
.ac-header-inner{min-height:78px;display:flex;align-items:center;gap:34px}
.ac-brand{display:inline-flex;align-items:center;flex:0 0 auto}
.ac-brand img{width:290px;max-width:none;height:auto}
.ac-nav{margin-left:auto}
.ac-nav .menu{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}
.ac-nav .menu>li{position:relative;margin:0;padding:0}
.ac-nav .menu>li>a{display:flex;align-items:center;min-height:78px;font-size:14px;font-weight:650;color:var(--ac-navy);white-space:nowrap;position:relative}
.ac-nav .menu>li>a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:1px;background:var(--ac-navy);transition:right .2s ease}
.ac-nav .menu>li:hover>a:after,.ac-nav .menu>li:focus-within>a:after,.ac-nav .current-menu-item>a:after{right:0}
.ac-nav .menu-item-has-children>a{padding-right:16px}
.ac-nav .menu-item-has-children>a:before{content:"";position:absolute;right:0;top:50%;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-65%) rotate(45deg)}
.ac-nav .sub-menu{position:absolute;top:calc(100% - 10px);left:-24px;width:282px;margin:0;padding:10px;list-style:none;background:#fff;border:1px solid rgba(23,40,71,.09);border-radius:20px;box-shadow:0 26px 66px rgba(23,40,71,.13);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease}
.ac-nav li:hover>.sub-menu,.ac-nav li:focus-within>.sub-menu,.ac-nav li.ac-submenu-open>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.ac-nav .sub-menu a{display:flex;padding:11px 13px;border-radius:10px;color:var(--ac-navy);font-size:13px;font-weight:600;line-height:1.35}
.ac-nav .sub-menu a:hover,.ac-nav .sub-menu a:focus{background:var(--ac-paper)}
.ac-submenu-toggle{display:none}
.ac-header-cta{flex:0 0 auto}
.ac-menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--ac-line);background:#fff;border-radius:50%;padding:0;align-items:center;justify-content:center;cursor:pointer}
.ac-menu-toggle-box{width:18px;height:13px;position:relative}
.ac-menu-toggle-box:before,.ac-menu-toggle-box:after,.ac-menu-toggle-box span{content:"";position:absolute;left:0;width:18px;height:1.5px;background:var(--ac-navy);transition:.2s ease}
.ac-menu-toggle-box:before{top:0}.ac-menu-toggle-box span{top:5.7px}.ac-menu-toggle-box:after{bottom:0}
.ac-menu-toggle[aria-expanded="true"] .ac-menu-toggle-box:before{top:5.7px;transform:rotate(45deg)}
.ac-menu-toggle[aria-expanded="true"] .ac-menu-toggle-box span{opacity:0}
.ac-menu-toggle[aria-expanded="true"] .ac-menu-toggle-box:after{bottom:5.7px;transform:rotate(-45deg)}

/* Hero */
.ac-hero{position:relative;overflow:hidden;background:#fff}
.ac-hero .ac-container{width:min(var(--ac-max),calc(100% - 48px))}
.ac-hero-grid{min-height:720px;display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.94fr);align-items:center;gap:82px;padding:78px 0 86px}
.ac-hero-copy{max-width:760px}
.ac-hero-copy h1{font-size:clamp(54px,5.7vw,86px);line-height:1.08;margin:22px 0 26px;letter-spacing:.018em}
.ac-hero-copy>p{font-size:19px;line-height:1.72;color:var(--ac-muted);max-width:690px;margin:0}
.ac-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.ac-hero-notes{display:flex;flex-wrap:wrap;gap:28px;margin-top:42px;padding-top:27px;border-top:1px solid var(--ac-line);max-width:760px}
.ac-hero-note{display:flex;gap:9px;align-items:center;font-size:12px;font-weight:700;color:var(--ac-muted)}
.ac-hero-note i{width:7px;height:7px;border-radius:50%;background:var(--ac-navy);display:block;opacity:.75}
.ac-hero-stage{position:relative;overflow:hidden;isolation:isolate}
.ac-hero-stage--family{min-height:0;background:transparent;border-radius:34px;box-shadow:none;display:block}
.ac-hero-stage--family:before,.ac-hero-stage--family:after{display:none}
.ac-hero-family-image{display:block;width:100%;height:auto;object-fit:initial;object-position:center;border-radius:34px;background:#fff;box-shadow:0 28px 72px rgba(23,40,71,.10)}

/* Categories */
.ac-category-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.ac-category{position:relative;min-height:270px;padding:30px;border-radius:var(--ac-radius);border:1px solid var(--ac-line);background:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ac-category:hover{transform:translateY(-4px);box-shadow:var(--ac-shadow);border-color:transparent}
.ac-category:nth-child(1),.ac-category:nth-child(2){grid-column:span 6}
.ac-category:nth-child(n+3){grid-column:span 4}
.ac-category h3{font-size:25px;line-height:1.15;margin:0 0 12px;color:var(--ac-navy);letter-spacing:-.02em}
.ac-category p{font-size:14px;line-height:1.6;margin:0;color:var(--ac-muted);max-width:330px}
.ac-category-foot{display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding-top:18px;border-top:1px solid var(--ac-line);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.ac-category-number{position:absolute;right:24px;top:18px;font-family:var(--ac-serif);font-size:64px;line-height:1;color:var(--ac-navy);opacity:.055;pointer-events:none}
.ac-category--navy{background:var(--ac-navy);border-color:var(--ac-navy);color:#fff}
.ac-category--navy h3,.ac-category--navy .ac-category-foot{color:#fff}.ac-category--navy p{color:rgba(255,255,255,.66)}.ac-category--navy .ac-category-foot{border-color:rgba(255,255,255,.18)}.ac-category--navy .ac-category-number{color:#fff;opacity:.08}

/* Brand story */
.ac-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:82px;align-items:center}
.ac-story-panel{position:relative;color:#fff}
.ac-story-panel-inner{min-height:560px;background:radial-gradient(circle at 18% 84%,rgba(255,255,255,.10) 0,rgba(255,255,255,.04) 28%,rgba(255,255,255,0) 29%),linear-gradient(145deg,#223965 0%,#172847 52%,#12213d 100%);border-radius:36px;position:relative;overflow:hidden;padding:44px 44px 40px;box-shadow:var(--ac-shadow)}
.ac-story-panel-inner:before{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:-250px;bottom:-230px;box-shadow:0 0 0 68px rgba(255,255,255,.04)}
.ac-story-panel-inner:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-360px;top:140px}
.ac-story-panel-logo{position:relative;z-index:3;width:min(84%,480px);margin-top:18px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.14))}
.ac-story-panel-meta{position:absolute;top:48%;right:44px;transform:translateY(-50%);z-index:3;text-align:left;font-size:12px;line-height:2.05;letter-spacing:.34em;text-transform:uppercase;color:rgba(255,255,255,.76)}
.ac-story-panel-meta:after{content:"";display:block;width:1px;height:56px;background:rgba(255,255,255,.34);margin-top:20px;margin-left:2px}
.ac-story-panel-wave{position:absolute;left:-12%;right:-6%;bottom:96px;height:180px;z-index:2;pointer-events:none;background:
 radial-gradient(120% 90% at 18% 80%, rgba(255,255,255,.22) 0 12%, rgba(255,255,255,0) 13%),
 linear-gradient(180deg,rgba(255,255,255,0) 0%, rgba(255,255,255,.04) 100%);
}
.ac-story-panel-wave:before,.ac-story-panel-wave:after{content:"";position:absolute;inset:0;border-radius:50%;border-top:2px solid rgba(255,255,255,.28);transform:rotate(-8deg) scale(1.15,.52)}
.ac-story-panel-wave:after{border-top-color:rgba(255,255,255,.5);transform:translateY(18px) rotate(6deg) scale(1.2,.48);filter:blur(.2px)}
.ac-story-panel-tagline{position:absolute;left:44px;bottom:58px;z-index:3;font-family:var(--ac-serif);font-size:25px;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}
.ac-story-panel-footer{display:flex;align-items:center;justify-content:center;gap:22px;padding-top:22px;font-size:12px;letter-spacing:.34em;text-transform:uppercase;color:#9aa9be}
.ac-story-panel-footer:before,.ac-story-panel-footer:after{content:"";display:block;width:86px;height:1px;background:var(--ac-line)}
.ac-story-copy{position:relative}
.ac-story-copy:before{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(23,40,71,.12);border-radius:50%;right:-180px;top:-90px;pointer-events:none}
.ac-story-copy:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#cfd8e5;right:32px;top:78px;box-shadow:0 0 0 10px rgba(207,216,229,.18);pointer-events:none}
.ac-story-copy h2{font-size:clamp(38px,4.6vw,60px);margin:14px 0 24px}
.ac-story-copy>p{font-size:18px;color:var(--ac-muted);margin:0;max-width:640px}
.ac-values{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}
.ac-value{display:flex;align-items:center;gap:16px;padding:22px 20px;border:1px solid var(--ac-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(23,40,71,.04)}
.ac-value .ac-value-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;min-width:54px;min-height:54px;flex:0 0 54px;padding:0;margin:0;border-radius:999px;background:#f4f6f9;border:1px solid #e8edf3;color:#6f8098;line-height:0;overflow:hidden}
.ac-value-copy{min-width:0;flex:1}
.ac-value strong{display:block;font-size:15px;margin-bottom:6px;color:var(--ac-navy)}
.ac-value-copy>span{display:block;color:var(--ac-muted);font-size:13px;line-height:1.6}

/* Wholesale */
.ac-wholesale{padding:0 0 104px}
.ac-wholesale--global{padding:88px 0 104px;background:#fff}
.ac-wholesale-box{background:var(--ac-navy);border-radius:36px;color:#fff;padding:58px 62px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;position:relative;overflow:hidden}
.ac-wholesale-box:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;border:1px solid rgba(255,255,255,.12);right:-100px;top:-160px;box-shadow:0 0 0 58px rgba(255,255,255,.02)}
.ac-wholesale-copy{position:relative;z-index:2}.ac-wholesale-copy .ac-kicker{color:#fff;opacity:.7}.ac-wholesale-copy h2{font-size:clamp(34px,4vw,52px);color:#fff;margin:14px 0 12px}.ac-wholesale-copy p{margin:0;color:rgba(255,255,255,.65);max-width:690px;font-size:16px}.ac-wholesale .ac-button{position:relative;z-index:2}

/* Standard pages/content */
.ac-page-hero{padding:82px 0 54px;background:var(--ac-paper);border-bottom:1px solid var(--ac-line)}
.ac-page-hero h1{font-size:clamp(42px,5.4vw,70px);margin:12px 0 0}
.ac-page{padding:68px 0 104px}
.ac-entry{max-width:1000px}
.ac-entry>:first-child{margin-top:0}.ac-entry>:last-child{margin-bottom:0}
.ac-entry h2,.ac-entry h3,.ac-entry h4{color:var(--ac-navy);line-height:1.2}.ac-entry h2{font-size:34px;margin-top:50px}.ac-entry h3{font-size:26px;margin-top:40px}
.ac-entry p,.ac-entry li{color:#394960}.ac-entry a{text-decoration:underline;text-underline-offset:3px}.ac-entry img{border-radius:16px}
.ac-entry .wp-block-columns{gap:22px}
.ac-entry .wp-block-group,.ac-entry .wp-block-cover{border-radius:22px;overflow:hidden}

/* Footer */
.ac-footer{background:var(--ac-navy-deep);color:#fff;border-top:0;padding:76px 0 30px;position:relative;overflow:hidden}
.ac-footer:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.07);right:-280px;top:-310px;box-shadow:0 0 0 70px rgba(255,255,255,.018)}
.ac-footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.45fr .8fr .8fr .9fr;gap:52px;padding-bottom:56px}
.ac-footer-logo{width:330px;max-width:100%}
.ac-footer-brand p{max-width:410px;margin:22px 0 0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.75}
.ac-footer-col h4{margin:0 0 20px;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.92)}
.ac-footer-col a{display:block;margin:11px 0;color:rgba(255,255,255,.62);font-size:13px;transition:color .18s ease,transform .18s ease}.ac-footer-col a:hover{color:#fff;transform:translateX(2px)}
.ac-footer-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.42);font-size:11px}

/* 404 */
.ac-404{text-align:center;padding:140px 0}.ac-404 h1{font-size:clamp(72px,13vw,150px);margin:0;line-height:1}.ac-404 h2{font-size:30px;margin:10px 0}.ac-404 p{color:var(--ac-muted);margin:0 auto 28px;max-width:520px}

@media (max-width:1080px){
  .ac-brand img{width:245px}.ac-nav .menu{gap:20px}.ac-header-cta{display:none}
  .ac-hero .ac-container{width:min(100% - 48px,1320px)}.ac-hero-grid{grid-template-columns:1fr .92fr;gap:46px}.ac-hero-stage--family{min-height:0}
  .ac-story-grid{gap:48px}.ac-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.ac-footer-brand{grid-column:1/-1}
}

@media (max-width:860px){
  .ac-container{width:min(100% - 34px,760px)}
  .ac-catalog-tabs{top:74px}
  .ac-section{padding:82px 0}
  .ac-header-inner{min-height:74px;gap:16px}
  .ac-brand img{width:230px}
  .ac-menu-toggle{display:flex;margin-left:auto;flex:0 0 46px}
  .ac-nav{position:fixed;top:108px;left:0;right:0;bottom:0;margin:0;background:#fff;border-top:1px solid var(--ac-line);padding:18px 18px 40px;overflow:auto;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease}
  .ac-nav.ac-open{opacity:1;visibility:visible;transform:none}
  .ac-nav .menu{display:block}
  .ac-nav .menu>li{border-bottom:1px solid var(--ac-line)}
  .ac-nav .menu>li>a{min-height:58px;font-size:18px;padding-right:52px}
  .ac-nav .menu>li>a:after,.ac-nav .menu-item-has-children>a:before{display:none}
  .ac-nav .sub-menu{position:static;width:auto;box-shadow:none;border:0;border-radius:0;background:transparent;padding:0 0 12px 14px;opacity:1;visibility:visible;transform:none;display:none}
  .ac-nav li.ac-submenu-open>.sub-menu{display:block}
  .ac-nav .sub-menu a{font-size:15px;padding:10px 12px;color:var(--ac-muted)}
  .ac-submenu-toggle{display:flex;position:absolute;right:0;top:7px;width:44px;height:44px;border:0;background:transparent;align-items:center;justify-content:center;cursor:pointer}
  .ac-submenu-toggle:after{content:"";width:8px;height:8px;border-right:1.5px solid var(--ac-navy);border-bottom:1.5px solid var(--ac-navy);transform:translateY(-2px) rotate(45deg);transition:.2s}
  .ac-submenu-toggle[aria-expanded="true"]:after{transform:translateY(2px) rotate(225deg)}
  .ac-hero-grid{min-height:0;grid-template-columns:1fr;padding:68px 0 76px;gap:46px}.ac-hero-copy{max-width:720px}.ac-hero-stage--family{min-height:0;max-width:760px;width:100%;margin-inline:auto}
  .ac-category:nth-child(n){grid-column:span 6}.ac-category:nth-child(1),.ac-category:nth-child(2){grid-column:span 6}
  .ac-story-grid{grid-template-columns:1fr}.ac-story-panel{order:2}.ac-story-panel-inner{border-radius:32px}.ac-story-panel-footer{padding-top:16px}.ac-wholesale-box{grid-template-columns:1fr;padding:46px}
  .ac-footer-grid{grid-template-columns:1fr 1fr}.ac-footer-brand{grid-column:1/-1}
}

@media (max-width:560px){
  .ac-container{width:calc(100% - 28px)}
  .ac-catalog-tabs{top:68px;margin-left:0;margin-right:0;padding-left:0;padding-right:0}
  .ac-announcement{min-height:30px;font-size:9px}
  .ac-header-inner{min-height:68px}.ac-brand img{width:194px}.ac-nav{top:98px}
  .ac-hero .ac-container{width:calc(100% - 28px)}.ac-hero-grid{padding:52px 0 62px;gap:34px}.ac-hero-copy h1{font-size:43px;letter-spacing:.015em}.ac-hero-copy>p{font-size:17px}.ac-hero-actions{display:grid;grid-template-columns:1fr}.ac-button{width:100%}.ac-hero-notes{display:grid;gap:12px;margin-top:30px}
  .ac-hero-stage--family{min-height:0;border-radius:24px;box-shadow:0 18px 46px rgba(23,40,71,.10)}
  .ac-section{padding:68px 0}.ac-section-head{margin-bottom:30px}.ac-section-head h2{font-size:36px}.ac-section-head p{font-size:16px}
  .ac-category-grid{gap:12px}.ac-category:nth-child(n){grid-column:span 12;min-height:220px;padding:24px}.ac-category h3{font-size:23px}.ac-category-number{font-size:52px}
  .ac-story-panel-inner{border-radius:26px}.ac-story-panel-footer{font-size:10px;letter-spacing:.22em;gap:12px}.ac-story-panel-footer:before,.ac-story-panel-footer:after{width:52px}.ac-story-copy h2{font-size:38px}.ac-values{grid-template-columns:1fr}.ac-value{padding:18px}.ac-value-icon{width:46px;height:46px;flex-basis:46px;font-size:20px}
  .ac-wholesale{padding-bottom:68px}.ac-wholesale--global{padding:58px 0 68px}.ac-wholesale-box{padding:34px 26px;border-radius:26px}.ac-wholesale-box h2{font-size:34px}
  .ac-page-hero{padding:54px 0 40px}.ac-page{padding:48px 0 74px}
  .ac-footer{padding-top:52px}.ac-footer-grid{grid-template-columns:1fr;gap:30px}.ac-footer-brand{grid-column:auto}.ac-footer-bottom{flex-direction:column}.ac-footer-logo{width:270px}
}

/* v2.2 mobile polish */
.ac-value .ac-value-icon svg{display:block;width:22px;height:22px;min-width:22px;min-height:22px;margin:0;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;overflow:visible}

/* Contact page */
.ac-contact{padding:76px 0 110px;background:linear-gradient(180deg,#f8fafc 0,#fff 56%)}
.ac-contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:36px;align-items:start}
.ac-contact-intro{position:sticky;top:126px;background:var(--ac-navy);color:#fff;border-radius:32px;padding:42px;overflow:hidden;min-height:420px}
.ac-contact-intro:before{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-190px;top:-180px;box-shadow:0 0 0 56px rgba(255,255,255,.025)}
.ac-contact-intro:after{content:"";position:absolute;left:-70px;right:-70px;bottom:70px;height:86px;border-radius:50%;border-top:1.5px solid rgba(255,255,255,.42);transform:rotate(-7deg)}
.ac-contact-intro>*{position:relative;z-index:2}
.ac-contact-intro .ac-kicker{color:#fff;opacity:.72}
.ac-contact-intro h1{font-size:clamp(38px,4vw,56px);color:#fff;margin:18px 0 20px}
.ac-contact-intro p{margin:0;color:rgba(255,255,255,.7);font-size:16px;max-width:420px}
.ac-contact-detail{display:flex;align-items:center;gap:12px;margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.16);font-size:14px;font-weight:700}
.ac-contact-detail-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}
.ac-contact-detail-icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ac-contact-card{background:#fff;border:1px solid var(--ac-line);border-radius:32px;padding:38px;box-shadow:0 22px 70px rgba(23,40,71,.08)}
.ac-contact-card .ac-contact-form>h1:first-child,.ac-contact-card .ac-contact-form>h2:first-child{display:none}
.ac-contact-card .ac-contact-form>h1,.ac-contact-card .ac-contact-form>h2{display:none}
.ac-contact-card .ac-entry{max-width:none}
.ac-contact-card .wpcf7{margin:0}
.ac-contact-card .wpcf7 form{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ac-contact-card .wpcf7 form>p{margin:0}
.ac-contact-card .wpcf7 form>p:nth-of-type(3),.ac-contact-card .wpcf7 form>p:nth-of-type(4),.ac-contact-card .wpcf7 form>p:nth-of-type(n+5){grid-column:1/-1}
.ac-contact-card .wpcf7 label{display:block;color:var(--ac-navy);font-size:13px;font-weight:700;letter-spacing:.015em}
.ac-contact-card .wpcf7-form-control-wrap{display:block;margin-top:8px}
.ac-contact-card .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ac-contact-card .wpcf7 textarea,
.ac-contact-card .wpcf7 select{width:100%;appearance:none;background:#fbfcfe;color:var(--ac-navy);border:1px solid #dbe2eb;border-radius:14px;min-height:54px;padding:13px 15px;outline:none;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.ac-contact-card .wpcf7 textarea{min-height:190px;resize:vertical;line-height:1.55}
.ac-contact-card .wpcf7 input:focus,.ac-contact-card .wpcf7 textarea:focus,.ac-contact-card .wpcf7 select:focus{background:#fff;border-color:#9fb0c8;box-shadow:0 0 0 4px rgba(23,40,71,.055)}
.ac-contact-card .wpcf7 input[type="submit"]{appearance:none;border:0;border-radius:999px;background:var(--ac-navy);color:#fff;min-height:54px;padding:0 28px;font-size:14px;font-weight:750;cursor:pointer;box-shadow:0 12px 26px rgba(23,40,71,.14);transition:transform .18s ease,background .18s ease}
.ac-contact-card .wpcf7 input[type="submit"]:hover{transform:translateY(-1px);background:var(--ac-navy-deep)}
.ac-contact-card .wpcf7 .wpcf7-not-valid-tip{font-size:12px;margin-top:6px;color:#a63d43}
.ac-contact-card .wpcf7 .wpcf7-response-output{grid-column:1/-1;margin:4px 0 0!important;border:0!important;border-radius:12px;padding:12px 14px!important;background:#f4f6f9;color:var(--ac-navy);font-size:13px}
.ac-contact-card .wpcf7 .wpcf7-spinner{margin:0 0 0 10px;vertical-align:middle}
.ac-contact-card .wpcf7 .wpcf7-recaptcha{max-width:100%;overflow:hidden}

@media (max-width:860px){
  .ac-header{backdrop-filter:none;background:#fff}
  .ac-header-inner{position:relative}
  .ac-nav{position:absolute;top:100%;left:50%;right:auto;bottom:auto;width:100vw;max-height:calc(100dvh - 74px);margin:0;background:#fff;border-top:1px solid var(--ac-line);padding:18px 18px 36px;overflow:auto;-webkit-overflow-scrolling:touch;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;box-shadow:0 28px 60px rgba(23,40,71,.12);z-index:1001}
  .ac-nav.ac-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
  body.ac-menu-open .ac-header{z-index:10000}
  .ac-contact{padding:56px 0 82px}
  .ac-contact-grid{grid-template-columns:1fr;gap:20px}
  .ac-contact-intro{position:relative;top:auto;min-height:0;padding:34px;border-radius:26px}
  .ac-contact-card{padding:28px;border-radius:26px}
}

@media (max-width:560px){
  .ac-nav{max-height:calc(100dvh - 68px);padding:10px 18px 28px}
  .ac-nav .menu>li>a{min-height:56px;font-size:17px}
  .ac-value{align-items:center;gap:14px}
  .ac-value .ac-value-icon{width:48px;height:48px;min-width:48px;min-height:48px;flex-basis:48px}
  .ac-value .ac-value-icon svg{width:20px;height:20px;min-width:20px;min-height:20px}
  .ac-contact{padding:34px 0 68px}
  .ac-contact-intro{padding:28px 24px;border-radius:24px}
  .ac-contact-intro h1{font-size:38px}
  .ac-contact-card{padding:22px 18px;border-radius:24px}
  .ac-contact-card .wpcf7 form{grid-template-columns:1fr;gap:16px}
  .ac-contact-card .wpcf7 form>p{grid-column:1!important}
  .ac-contact-card .wpcf7 textarea{min-height:150px}
  .ac-contact-card .wpcf7 input[type="submit"]{width:100%}
  .ac-contact-card .wpcf7 .g-recaptcha{transform-origin:left top;max-width:100%}
}



/* Product context / back navigation */
.ac-product-context-card{display:flex;flex-direction:column;gap:20px;margin:0 0 28px;padding:24px 28px;border:1px solid #dfe6ed;border-radius:28px;background:#f1f5f9;box-shadow:none;position:relative;overflow:hidden}
.ac-product-context-card:before{content:"";position:absolute;right:-88px;top:-108px;width:240px;height:240px;border-radius:50%;border:1px solid rgba(23,40,71,.06)}
.ac-product-context-card:after{content:"";position:absolute;left:-48px;bottom:-76px;width:260px;height:140px;border-radius:50%;background:radial-gradient(circle at center,rgba(37,79,158,.07) 0,rgba(37,79,158,.03) 50%,rgba(37,79,158,0) 74%)}
.ac-product-context-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start;gap:18px;flex-wrap:wrap}
.ac-product-context-main{position:relative;z-index:2;display:block;min-width:0}
.ac-product-back{display:inline-flex;align-items:center;gap:14px;align-self:flex-start;min-width:0;padding:10px 16px 10px 10px;border:1px solid #d7e0e8;border-radius:999px;background:#fff;color:var(--ac-navy);font-size:12px;font-weight:750;letter-spacing:.02em}
.ac-product-back-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#edf3f8;color:var(--ac-navy);font-size:16px;line-height:1}
.ac-product-back-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.ac-product-back-copy small{display:block;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8d9aac;line-height:1.2}
.ac-product-back strong{display:block;font-size:13px;font-weight:750;line-height:1.35;color:var(--ac-navy)}
.ac-product-context-copy{position:relative;z-index:2}
.ac-product-kicker{margin:0 0 10px 2px}
.ac-product-context-title{margin:0;font-size:30px;font-weight:750;letter-spacing:-.015em;line-height:1.06;color:var(--ac-navy)}
.ac-product-context-lead{margin:12px 0 0;color:var(--ac-muted);font-size:15px;line-height:1.72;max-width:720px}

/* Product detail pages */
.ac-product-hero{padding:52px 0 42px;background:#f8fafc;border-bottom:1px solid #e6ebf0}
.ac-product-top{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:32px;align-items:stretch;margin-top:20px}
.ac-product-media-card,.ac-product-summary{background:#fff;border:1px solid #dfe6ed;border-radius:32px;box-shadow:0 10px 28px rgba(23,40,71,.04)}
.ac-product-media-card{padding:34px;position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;justify-content:center;background:#fff}
.ac-product-media-card:before{content:"";position:absolute;right:-120px;top:-120px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(23,40,71,.06)}
.ac-product-media-stage{position:relative;z-index:2;width:100%;min-height:452px;background:#fff;display:flex;align-items:center;justify-content:center;padding:30px 24px;overflow:hidden}
.ac-product-media{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:center}
.ac-product-media img{max-height:420px;max-width:100%;width:auto;object-fit:contain;filter:none}
.ac-product-summary{padding:46px 48px 42px;display:flex;flex-direction:column;justify-content:center}
.ac-product-summary h1{font-size:clamp(42px,5vw,68px);margin:4px 0 18px;letter-spacing:.018em}
.ac-product-quickfacts{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 18px;padding-bottom:18px;border-bottom:1px solid #edf1f5}
.ac-product-quickfacts span{display:inline-flex;align-items:baseline;gap:6px;min-width:0;color:#5f6f85;font-size:12px;line-height:1.45}
.ac-product-quickfacts small{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#9aa6b5}
.ac-product-quickfacts strong{color:#344760;font-size:12px;font-weight:700}
.ac-product-intro{color:var(--ac-muted);font-size:18px;line-height:1.75}
.ac-product-intro p{margin:0 0 14px}.ac-product-intro p:last-child{margin-bottom:0}
.ac-feature-list{list-style:none;margin:4px 0 0;padding:36px 0 0;display:grid;grid-template-columns:1fr;gap:0;position:relative}
.ac-feature-list:before{content:"KEY BENEFITS";position:absolute;left:0;top:0;color:#8b99ac;font-size:10px;font-weight:800;letter-spacing:.18em;line-height:1;text-transform:uppercase}
.ac-feature-list li{position:relative;display:block;padding:14px 8px 14px 40px;color:#233552;font-size:15px;line-height:1.65;font-weight:550;min-height:0;cursor:default;transition:none}
.ac-feature-list li:hover{transform:none;color:#233552;box-shadow:none}
.ac-feature-list li:before{content:"✓";position:absolute;left:0;top:14px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;border:1px solid #d6dfe9;color:var(--ac-navy);font-size:12px;font-weight:800;line-height:1;box-shadow:none}
.ac-feature-list li:not(:last-child):after{content:"";position:absolute;left:40px;bottom:0;width:72px;height:1px;background:#e4eaf0}
.ac-product-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:30px;padding-top:28px;border-top:1px solid #edf1f5}
.ac-product-actions .ac-button{min-height:52px;padding-inline:24px}
.ac-product-actions .ac-button--primary{box-shadow:0 10px 22px rgba(30,163,74,.14)}
.ac-product-actions .ac-button--ghost:before{display:none}

.ac-product-body{padding:26px 0 104px;background:#fff}
.ac-product-section{padding-top:48px}.ac-product-section:first-child{padding-top:34px}
.ac-section-head--product{max-width:none;margin-bottom:26px}
.ac-section-head--product h2{margin-bottom:8px}
.ac-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ac-spec-item{padding:24px 24px;border:1px solid #e2e8ee;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(23,40,71,.035);transition:transform .2s ease,border-color .2s ease}
.ac-spec-item:hover{transform:translateY(-2px);border-color:#ccd7e3}
.ac-spec-label{display:block;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7b8798}
.ac-spec-value{display:block;font-size:22px;line-height:1.35;color:var(--ac-navy)}
.ac-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.ac-step-card{padding:26px 24px;border:1px solid var(--ac-line);border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fafbfd 100%);box-shadow:0 10px 26px rgba(23,40,71,.04);position:relative;overflow:hidden}
.ac-step-card:before{content:"";position:absolute;right:-28px;top:-28px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(23,40,71,.08) 0%,rgba(23,40,71,0) 72%)}
.ac-step-number{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--ac-navy);color:#fff;font-size:15px;font-weight:700;margin-bottom:14px;position:relative;z-index:2}
.ac-step-card h3{margin:0 0 10px;font-size:24px;line-height:1.2;color:var(--ac-navy);position:relative;z-index:2}
.ac-step-card ul{margin:0;padding-left:18px;position:relative;z-index:2}
.ac-step-card li{margin:0 0 8px;color:var(--ac-muted)}
.ac-product-section--details{padding-top:42px}
.ac-detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ac-detail-frame{margin:0;padding:18px;border-radius:22px;background:#fff;border:1px solid var(--ac-line);box-shadow:0 12px 30px rgba(23,40,71,.04);display:flex;align-items:center;justify-content:center;min-height:240px;overflow:hidden}
.ac-detail-frame img{width:100%;height:auto;display:block;object-fit:contain;background:#fff}
.ac-product-section--manual{padding-top:54px}
.ac-manual-shell{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);gap:24px;align-items:start}
.ac-manual-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ac-manual-frame{margin:0;padding:14px;border-radius:22px;background:#fff;border:1px solid var(--ac-line);box-shadow:0 14px 34px rgba(23,40,71,.05);display:flex;align-items:center;justify-content:center;min-height:220px;overflow:hidden}
.ac-manual-frame img{width:100%;height:auto;display:block;border-radius:14px;background:#fff}
.ac-manual-copy{padding:28px 26px;border-radius:24px;background:linear-gradient(180deg,#1d3155 0%,#172847 100%);color:#fff;position:sticky;top:120px;box-shadow:0 18px 46px rgba(23,40,71,.16)}
.ac-manual-copy:before{content:"";position:absolute;right:-70px;top:-80px;width:180px;height:180px;border-radius:50%;border:1px solid rgba(255,255,255,.12)}
.ac-manual-copy h3{position:relative;z-index:2;margin:0 0 14px;font-size:27px;line-height:1.15;color:#fff}
.ac-manual-copy ol{position:relative;z-index:2;margin:0;padding-left:20px}
.ac-manual-copy li{margin:0 0 10px;color:rgba(255,255,255,.82);line-height:1.7}
.ac-note-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ac-note-card{padding:28px 26px;border-radius:24px;background:var(--ac-navy);color:#fff;position:relative;overflow:hidden}
.ac-note-card:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:1px solid rgba(255,255,255,.12);right:-100px;top:-100px}
.ac-note-card h3{margin:0 0 12px;font-size:28px;line-height:1.15;color:#fff;position:relative;z-index:2}
.ac-note-copy,.ac-note-copy p,.ac-note-copy li{position:relative;z-index:2;color:rgba(255,255,255,.78);font-size:15px;line-height:1.75}
.ac-note-copy p{margin:0 0 10px}.ac-note-copy>*:last-child{margin-bottom:0}

@media (max-width:1080px){
  .ac-product-context-card{padding:24px 24px 22px;margin-bottom:24px}
  .ac-product-context-topbar{align-items:flex-start}
  .ac-product-top{grid-template-columns:1fr;gap:24px}
  .ac-product-media-card{min-height:440px}
  .ac-product-media-stage{min-height:400px}
  .ac-spec-grid{grid-template-columns:repeat(2,1fr)}
  .ac-manual-shell{grid-template-columns:1fr}
  .ac-detail-gallery{grid-template-columns:repeat(3,1fr)}
  .ac-manual-gallery{grid-template-columns:repeat(3,1fr)}
  .ac-manual-copy{position:relative;top:auto}
}

@media (max-width:860px){
  .ac-product-context-card{padding:22px 22px 20px;margin-bottom:22px;border-radius:24px}
  .ac-product-back{gap:10px;padding:9px 14px 9px 9px}
  .ac-product-hero{padding:52px 0 26px}
  .ac-product-summary{padding:32px}
  .ac-product-intro{font-size:17px}
  .ac-feature-list{grid-template-columns:1fr}
  .ac-steps-grid,.ac-note-grid{grid-template-columns:1fr}
  .ac-detail-gallery{grid-template-columns:repeat(2,1fr)}
  .ac-manual-gallery{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:560px){
  .ac-product-context-card{padding:18px 18px 16px;margin-bottom:18px;border-radius:22px}
  .ac-product-context-topbar{gap:14px}
  .ac-product-back strong{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .ac-product-top{gap:18px}
  .ac-product-media-card{min-height:320px;padding:18px;border-radius:24px}
  .ac-product-media-stage{min-height:280px;padding:12px}
  .ac-product-media img{max-height:250px}
  .ac-product-summary{padding:28px 24px;border-radius:24px}
  .ac-product-summary h1{font-size:38px;margin-bottom:20px}
  .ac-product-context-title{font-size:24px}
  .ac-product-context-lead{font-size:14px;line-height:1.65}
  .ac-product-intro{font-size:16px;line-height:1.68}
  .ac-feature-list{padding-top:34px}
  .ac-feature-list li{padding:13px 0 13px 36px;font-size:14px;line-height:1.6}
  .ac-feature-list li:before{left:0;top:13px;width:22px;height:22px;font-size:11px}
  .ac-feature-list li:not(:last-child):after{left:36px;width:58px}
  .ac-product-actions{display:grid;grid-template-columns:1fr;margin-top:26px;padding-top:24px}
  .ac-product-actions .ac-button{width:100%}
  .ac-product-actions .ac-button--ghost{padding-left:24px}
  .ac-product-actions .ac-button--ghost:before{display:none}
  .ac-product-section{padding-top:36px}
  .ac-spec-grid{grid-template-columns:1fr;gap:12px}
  .ac-spec-item{padding:18px 18px;border-radius:16px}
  .ac-spec-value{font-size:18px}
  .ac-steps-grid{gap:14px}
  .ac-step-card{padding:22px 18px;border-radius:18px}
  .ac-step-card h3{font-size:21px}
  .ac-note-card{padding:22px 18px;border-radius:18px}
  .ac-note-card h3{font-size:23px}
  .ac-detail-gallery{grid-template-columns:1fr;gap:12px}
  .ac-detail-frame{min-height:auto;padding:10px;border-radius:18px}
  .ac-manual-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .ac-manual-frame{min-height:auto;padding:7px;border-radius:14px}
  .ac-manual-frame img{border-radius:10px}
  .ac-manual-copy{padding:22px 18px;border-radius:18px}
  .ac-manual-copy h3{font-size:22px}
}


/* Premium catalog / category pages */
.ac-catalog-landing-hero,
.ac-catalog-hero{position:relative;overflow:hidden;background:#f8fafc;border-bottom:1px solid #e6ebf0}
.ac-catalog-landing-hero:before,
.ac-catalog-hero:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;border:1px solid rgba(23,40,71,.07);right:-280px;top:-300px;box-shadow:0 0 0 74px rgba(23,40,71,.018)}
.ac-catalog-landing-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding:86px 0 82px;position:relative;z-index:2}
.ac-catalog-landing-grid h1{font-size:clamp(52px,6vw,82px);margin:16px 0 24px}
.ac-catalog-lead{max-width:720px;margin:0;color:var(--ac-muted);font-size:18px;line-height:1.75}
.ac-catalog-brand-panel{min-height:390px;border-radius:36px;background:linear-gradient(145deg,#223a66 0%,#172847 55%,#10203a 100%);padding:44px;position:relative;overflow:hidden;color:#fff;box-shadow:0 30px 70px rgba(23,40,71,.16);display:flex;flex-direction:column;justify-content:space-between}
.ac-catalog-brand-panel:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.16);left:-210px;bottom:-230px;box-shadow:0 0 0 62px rgba(255,255,255,.03)}
.ac-catalog-brand-panel:after{content:"";position:absolute;left:-12%;right:-10%;bottom:82px;height:120px;border-top:1px solid rgba(255,255,255,.3);border-radius:50%;transform:rotate(-7deg) scale(1.18,.5)}
.ac-catalog-brand-panel img{position:relative;z-index:2;width:min(82%,470px)}
.ac-catalog-brand-panel span{position:relative;z-index:2;font-family:var(--ac-serif);font-size:28px;line-height:1.35;text-transform:uppercase;letter-spacing:.03em}
.ac-catalog-landing-body{padding:72px 0 110px;background:#fff}
.ac-catalog-family-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.ac-family-card{position:relative;min-height:360px;border:1px solid var(--ac-line);border-radius:30px;background:#fff;overflow:hidden;padding:32px;display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:1fr auto;gap:20px;box-shadow:0 12px 34px rgba(23,40,71,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ac-family-card:hover{transform:none;box-shadow:0 14px 34px rgba(23,40,71,.05);border-color:#cfd8e4}
.ac-family-card:after{content:"";position:absolute;right:-90px;bottom:-120px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(23,40,71,.055) 0%,rgba(23,40,71,0) 72%);pointer-events:none}
.ac-family-card-copy{position:relative;z-index:2;align-self:start}
.ac-family-eyebrow{display:block;margin-bottom:12px;color:#78869b;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.ac-family-card h2{margin:0 0 10px;color:var(--ac-navy);font-size:31px;line-height:1.12;letter-spacing:-.025em}
.ac-family-card p{margin:0;color:var(--ac-muted);font-size:14px;line-height:1.6}
.ac-family-meta{display:inline-flex;margin-top:18px;padding:7px 10px;border-radius:999px;background:var(--ac-paper);color:var(--ac-navy);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.ac-family-card-media{min-height:220px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.ac-family-card-media img{max-width:82%;max-height:205px;width:auto;height:auto;object-fit:contain}
.ac-family-card-link{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid var(--ac-line);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;position:relative;z-index:2}
.ac-family-card-link span{font-size:20px;transition:transform .2s ease}.ac-family-card:hover .ac-family-card-link span{transform:translateX(4px)}

.ac-catalog-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center;padding:76px 0 72px;position:relative;z-index:2}
.ac-catalog-hero-copy h1{font-size:clamp(48px,5.6vw,76px);margin:14px 0 22px}
.ac-catalog-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.ac-catalog-stats span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;border:1px solid var(--ac-line);background:#fff;color:#6c7a8f;font-size:12px;font-weight:650}
.ac-catalog-stats strong{color:var(--ac-navy);font-size:15px;margin-right:5px}
.ac-catalog-showcase{position:relative;min-height:430px;border-radius:34px;background:linear-gradient(145deg,#1e355d 0%,#172847 58%,#11213d 100%);overflow:hidden;box-shadow:0 28px 68px rgba(23,40,71,.16);padding:34px}
.ac-catalog-showcase:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid rgba(255,255,255,.14);right:-210px;top:-230px;box-shadow:0 0 0 62px rgba(255,255,255,.025)}
.ac-catalog-showcase-brand{position:absolute;left:32px;top:28px;color:rgba(255,255,255,.72);font-size:11px;font-weight:700;letter-spacing:.22em;z-index:3}
.ac-catalog-showcase-caption{position:absolute;left:32px;bottom:28px;color:rgba(255,255,255,.78);font-size:12px;letter-spacing:.11em;z-index:4}
.ac-catalog-showcase-inner{position:relative;z-index:3;min-height:362px;height:100%;border-radius:0;background:transparent;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:18px 0 0;overflow:visible}
.ac-catalog-showcase-logo{position:relative;z-index:2;width:min(78%,420px);margin-bottom:28px}
.ac-catalog-showcase-stat{position:relative;z-index:2;display:flex;align-items:baseline;gap:12px;margin-bottom:20px;color:#fff}
.ac-catalog-showcase-stat strong{font-family:var(--ac-serif);font-size:38px;font-weight:400;line-height:1}
.ac-catalog-showcase-stat span{color:rgba(255,255,255,.68);font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.ac-catalog-showcase-tags{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.ac-catalog-showcase-tags span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:#fff;font-size:12px;font-weight:650}

.ac-catalog-products{padding:0 0 118px;background:#fff}
.ac-catalog-tabs{position:sticky;top:78px;z-index:40;display:flex;gap:8px;overflow-x:auto;padding:15px 0 15px;margin-bottom:44px;scrollbar-width:none;border-bottom:1px solid #e6ebf0;background:rgba(255,255,255,.96);backdrop-filter:blur(18px)}
.ac-catalog-tabs::-webkit-scrollbar{display:none}
.ac-catalog-tabs a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border:1px solid #dde4eb;border-radius:999px;color:#617188;background:#fff;font-size:12px;font-weight:750;white-space:nowrap;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}
.ac-catalog-tabs a:hover{transform:translateY(-1px);border-color:#becbd9;box-shadow:0 7px 16px rgba(23,40,71,.06)}
.ac-catalog-tabs a.is-active{background:var(--ac-navy);color:#fff;border-color:var(--ac-navy);box-shadow:0 8px 18px rgba(23,40,71,.14)}
.ac-catalog-section-head{display:grid;grid-template-columns:1fr .8fr;gap:56px;align-items:end;margin-bottom:42px}
.ac-catalog-section-head h2{font-size:clamp(38px,4vw,56px);margin:12px 0 0}
.ac-catalog-section-head>p{display:none!important}
.ac-catalog-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 22px;align-items:end;margin:-10px 0 34px;padding:22px 24px;border:1px solid #e0e7ee;border-radius:22px;background:#fbfcfe}
.ac-catalog-search-label{grid-column:1/-1;color:var(--ac-navy);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.ac-catalog-search-control{position:relative;min-width:0}
.ac-catalog-search-control input{width:100%;height:54px;padding:0 92px 0 48px;border:1px solid #d6e0e9;border-radius:999px;background:#fff;color:var(--ac-navy);font-size:15px;outline:none;box-shadow:none;transition:border-color .18s ease}
.ac-catalog-search-control input:focus{border-color:#aab9c9}
.ac-catalog-search-control input:focus-visible{outline:2px solid rgba(23,40,71,.18);outline-offset:2px}
.ac-catalog-search-control input::placeholder{color:#95a1b0}
.ac-catalog-search-icon{position:absolute;left:19px;top:50%;width:16px;height:16px;border:1.7px solid var(--ac-navy);border-radius:50%;transform:translateY(-56%);opacity:.7;pointer-events:none}
.ac-catalog-search-icon:after{content:"";position:absolute;width:7px;height:1.7px;background:var(--ac-navy);right:-5px;bottom:-3px;transform:rotate(45deg);transform-origin:left center}
.ac-catalog-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);min-height:38px;padding:0 14px;border:0;border-radius:999px;background:#f1f4f7;color:#66758a;font-size:11px;font-weight:750;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .15s ease}
.ac-catalog-search-clear.is-visible{opacity:1;visibility:visible}
.ac-catalog-search-status{align-self:center;color:#7b889a;font-size:12px;font-weight:700;white-space:nowrap}
.ac-catalog-card[hidden]{display:none!important}
.ac-catalog-no-results{padding:44px 24px;border:1px dashed #cfd9e4;border-radius:22px;background:#fbfcfe;text-align:center;color:#6d7b8e;font-size:15px}
.ac-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ac-product-grid--single{grid-template-columns:minmax(320px,430px)}
.ac-catalog-card{display:flex;flex-direction:column;min-width:0;border:1px solid #dfe6ed;border-radius:28px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(23,40,71,.04);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.ac-catalog-card:hover,.ac-catalog-card:focus-within{transform:translateY(-5px);box-shadow:0 26px 54px rgba(23,40,71,.09);border-color:#c7d2df}
.ac-catalog-card-media{height:330px;padding:36px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:1px solid #edf1f5}
.ac-catalog-card-media:after{display:none}
.ac-catalog-card-media img{position:relative;z-index:2;max-width:84%;max-height:246px;width:auto;height:auto;object-fit:contain;transition:transform .28s ease}
.ac-catalog-card:hover .ac-catalog-card-media img,.ac-catalog-card:focus-within .ac-catalog-card-media img{transform:scale(1.025)}
.ac-catalog-card-body{padding:28px 26px 28px;display:flex;flex-direction:column;flex:1}
.ac-catalog-card h3{margin:0;color:var(--ac-navy);font-size:28px;line-height:1.14;letter-spacing:-.025em}
.ac-catalog-card-primary{margin:13px 0 0;color:#253757;font-size:14px;line-height:1.6;font-weight:700}
.ac-catalog-card-features{list-style:none;margin:15px 0 22px;padding:0;display:grid;gap:9px}
.ac-catalog-card-features li{position:relative;padding-left:28px;color:#5b6c83;font-size:13px;line-height:1.62}
.ac-catalog-card-features li:before{content:"";position:absolute;left:0;top:.24em;width:18px;height:18px;border-radius:50%;background:linear-gradient(180deg,#eff4f8 0%,#f8fafc 100%);border:1px solid #d7e0ea;box-shadow:0 4px 10px rgba(23,40,71,.06)}
.ac-catalog-card-features li:after{content:"";position:absolute;left:5px;top:.64em;width:7px;height:4px;border-left:1.5px solid var(--ac-navy);border-bottom:1.5px solid var(--ac-navy);transform:rotate(-45deg)}
.ac-catalog-card-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:22px;border-top:1px solid #e4eaf0;color:var(--ac-navy);font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;line-height:1;text-decoration:none}
.ac-catalog-card-cta span{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;border-radius:0;background:transparent;color:var(--ac-navy);font-size:20px;box-shadow:none;transition:none;font-weight:500;line-height:1}.ac-catalog-card:hover .ac-catalog-card-cta span,.ac-catalog-card:focus-within .ac-catalog-card-cta span{transform:none;box-shadow:none;background:transparent;color:var(--ac-navy)}
.ac-empty-state{padding:50px;border:1px dashed #cfd8e4;border-radius:24px;text-align:center;color:var(--ac-muted);background:var(--ac-paper)}

@media (max-width:1080px){
  .ac-catalog-landing-grid,.ac-catalog-hero-grid{grid-template-columns:1fr;gap:34px}
  .ac-catalog-brand-panel,.ac-catalog-showcase{min-height:390px}
  .ac-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ac-product-grid--single{grid-template-columns:minmax(320px,430px)}
  .ac-catalog-section-head{grid-template-columns:1fr;gap:16px}
}
@media (max-width:860px){
  .ac-catalog-landing-grid{padding:64px 0 62px}
  .ac-catalog-hero-grid{padding:58px 0 56px}
  .ac-catalog-family-grid{grid-template-columns:1fr}
  .ac-family-card{min-height:330px}
  .ac-catalog-products{padding-top:28px}
}
@media (max-width:620px){
  .ac-catalog-landing-grid h1,.ac-catalog-hero-copy h1{font-size:44px}
  .ac-catalog-lead{font-size:16px}
  .ac-catalog-brand-panel{min-height:310px;padding:28px;border-radius:26px}
  .ac-catalog-brand-panel span{font-size:22px}
  .ac-family-card{grid-template-columns:1fr;min-height:0;padding:24px;border-radius:22px}
  .ac-family-card-media{min-height:190px;order:2}
  .ac-family-card-link{order:3}
  .ac-catalog-showcase{min-height:330px;border-radius:26px;padding:22px}
  .ac-catalog-showcase-inner{min-height:0;padding:18px 0 0;border-radius:0}
  .ac-catalog-showcase-logo{width:min(86%,320px);margin-bottom:18px}
  .ac-catalog-showcase-tags span{min-height:32px;padding:0 11px;font-size:11px}
  .ac-catalog-showcase-brand{left:22px;top:22px}
  .ac-catalog-showcase-caption{left:22px;bottom:22px}
  .ac-product-grid,.ac-product-grid--single{grid-template-columns:1fr}
  .ac-catalog-card-media{height:270px;padding:22px;background:#fff}
  .ac-catalog-card-media img{max-height:220px}
  .ac-catalog-card-body{padding:20px}
  .ac-catalog-card h3{font-size:25px}
}

/* Premium interaction & accessibility */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
@media (hover:none){
  .ac-catalog-card:hover,.ac-feature-list li:hover,.ac-spec-item:hover,.ac-button:hover{transform:none}
}

/* Premium About page */
.ac-about-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fafc 0%,#fff 100%)}
.ac-about-hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;border:1px solid rgba(23,40,71,.06);right:-340px;top:-330px;box-shadow:0 0 0 84px rgba(23,40,71,.014)}
.ac-about-hero-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:76px;align-items:center;padding:88px 0 84px;position:relative;z-index:2}
.ac-about-hero-copy h1{font-size:clamp(54px,6vw,84px);margin:16px 0 24px}
.ac-about-lead{max-width:660px;margin:0;color:var(--ac-muted);font-size:19px;line-height:1.78}
.ac-about-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.ac-about-badges span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid var(--ac-line);border-radius:999px;background:#fff;color:#5e6d83;font-size:12px;font-weight:700;letter-spacing:.035em;box-shadow:0 6px 18px rgba(23,40,71,.025)}
.ac-about-text-link{display:inline-flex;align-items:center;gap:14px;margin-top:34px;color:var(--ac-navy);font-size:14px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.ac-about-text-link span{font-size:20px;transition:transform .2s ease}.ac-about-text-link:hover span{transform:translateX(4px)}
.ac-about-office-card{position:relative;margin:0;border-radius:34px;overflow:hidden;min-height:510px;background:var(--ac-navy);box-shadow:0 30px 70px rgba(23,40,71,.14)}
.ac-about-office-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ac-about-office-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,20,39,.02) 0%,rgba(8,20,39,.02) 48%,rgba(8,20,39,.12) 100%)}
.ac-about-office-card figcaption{position:absolute;left:30px;right:30px;bottom:28px;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.ac-about-office-card figcaption img{width:min(55%,360px)}
.ac-about-office-card figcaption span{max-width:170px;text-align:right;color:rgba(255,255,255,.76);font-size:11px;line-height:1.5;letter-spacing:.1em;text-transform:uppercase}

.ac-about-principles{padding:36px 0 100px;background:#fff}
.ac-about-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ac-about-principle{position:relative;padding:30px 28px 28px;border:1px solid var(--ac-line);border-radius:26px;background:#fff;box-shadow:0 12px 34px rgba(23,40,71,.045);overflow:hidden}
.ac-about-principle:after{content:"";position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(23,40,71,.055) 0%,rgba(23,40,71,0) 72%)}
.ac-about-principle-number{position:absolute;right:22px;top:20px;font-family:var(--ac-serif);font-size:44px;line-height:1;color:rgba(23,40,71,.06)}
.ac-about-principle-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:var(--ac-paper);color:var(--ac-navy);margin-bottom:24px;position:relative;z-index:2}
.ac-about-principle-icon svg{width:26px;height:26px}
.ac-about-principle h2{position:relative;z-index:2;margin:0 0 10px;color:var(--ac-navy);font-size:24px;line-height:1.2}
.ac-about-principle p{position:relative;z-index:2;margin:0;color:var(--ac-muted);font-size:14px;line-height:1.7}

.ac-about-story{padding:112px 0;background:var(--ac-paper)}
.ac-about-story-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:76px;align-items:stretch}
.ac-about-story-brand{position:relative;min-height:590px;border-radius:34px;background:linear-gradient(145deg,#223a66 0%,#172847 58%,#10203a 100%);padding:42px;color:#fff;overflow:hidden;box-shadow:0 28px 64px rgba(23,40,71,.14);display:flex;flex-direction:column;justify-content:center}
.ac-about-story-brand:before{content:"";position:absolute;width:470px;height:470px;border-radius:50%;border:1px solid rgba(255,255,255,.14);left:-270px;bottom:-210px;box-shadow:0 0 0 70px rgba(255,255,255,.025)}
.ac-about-story-brand:after{content:"";position:absolute;left:-10%;right:-8%;bottom:150px;height:130px;border-top:1px solid rgba(255,255,255,.26);border-radius:50%;transform:rotate(-5deg) scale(1.12,.5)}
.ac-about-story-brand-top{position:absolute;left:42px;top:34px;font-size:11px;font-weight:700;letter-spacing:.22em;color:rgba(255,255,255,.68)}
.ac-about-story-brand>img{position:relative;z-index:2;width:min(88%,470px);margin-bottom:34px}
.ac-about-story-brand blockquote{position:relative;z-index:2;margin:0;max-width:430px;font-family:var(--ac-serif);font-size:31px;line-height:1.42;text-transform:uppercase;letter-spacing:.02em;color:#fff}
.ac-about-story-brand-bottom{position:absolute;left:42px;bottom:34px;z-index:2;color:rgba(255,255,255,.62);font-size:11px;letter-spacing:.18em;text-transform:uppercase}
.ac-about-story-copy{align-self:center}
.ac-about-story-copy h2{font-size:clamp(40px,4.8vw,62px);margin:14px 0 28px}
.ac-about-story-text{display:grid;gap:16px}
.ac-about-story-text p{margin:0;color:var(--ac-muted);font-size:17px;line-height:1.78}
.ac-about-story-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:34px}
.ac-about-story-points>div{padding:20px;border:1px solid #dbe2ea;border-radius:18px;background:#fff;box-shadow:0 8px 20px rgba(23,40,71,.025)}
.ac-about-story-points strong{display:block;margin-bottom:5px;color:var(--ac-navy);font-size:14px}
.ac-about-story-points span{display:block;color:var(--ac-muted);font-size:12px;line-height:1.55}

.ac-about-registration{padding:112px 0;background:#fff}
.ac-about-registration-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:76px;align-items:center}
.ac-about-certificate-card{border:1px solid var(--ac-line);border-radius:30px;background:#fff;box-shadow:0 20px 52px rgba(23,40,71,.07);overflow:hidden}
.ac-about-certificate-image{padding:28px;background:#f8fafc}
.ac-about-certificate-image img{width:100%;height:auto;border-radius:18px;display:block;box-shadow:0 12px 28px rgba(23,40,71,.08)}
.ac-about-certificate-caption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;border-top:1px solid var(--ac-line)}
.ac-about-certificate-caption span{color:#8995a6;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.ac-about-certificate-caption strong{color:var(--ac-navy);font-size:14px}
.ac-about-registration-copy h2{font-size:clamp(40px,4.8vw,62px);margin:14px 0 24px}
.ac-about-registration-copy>p{margin:0;color:var(--ac-muted);font-size:17px;line-height:1.78}
.ac-about-registration-meta{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}
.ac-about-registration-meta>div{padding:18px 20px;border:1px solid var(--ac-line);border-radius:18px;background:var(--ac-paper)}
.ac-about-registration-meta span{display:block;margin-bottom:5px;color:#8793a4;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.ac-about-registration-meta strong{display:block;color:var(--ac-navy);font-size:18px}

.ac-about-cta{padding:0 0 110px;background:#fff}
.ac-about-cta-box{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(145deg,#21395f 0%,#172847 60%,#10203a 100%);padding:58px 62px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;box-shadow:0 30px 70px rgba(23,40,71,.14)}
.ac-about-cta-box:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.12);right:-150px;top:-190px;box-shadow:0 0 0 58px rgba(255,255,255,.02)}
.ac-about-cta-box>div{position:relative;z-index:2}
.ac-about-cta-box .ac-kicker{color:#fff;opacity:.72}
.ac-about-cta-box h2{max-width:780px;margin:14px 0 14px;color:#fff;font-size:clamp(34px,4vw,52px)}
.ac-about-cta-box p{margin:0;max-width:680px;color:rgba(255,255,255,.67);font-size:16px}
.ac-about-cta-actions{display:flex;gap:12px;align-items:center}
.ac-about-cta-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;border:1px solid rgba(255,255,255,.28);color:#fff;font-size:14px;font-weight:700;transition:.2s ease}
.ac-about-cta-secondary:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}

@media(max-width:1080px){
  .ac-about-hero-grid,.ac-about-story-grid,.ac-about-registration-grid{grid-template-columns:1fr;gap:42px}
  .ac-about-hero-visual{max-width:820px}
  .ac-about-principles-grid{grid-template-columns:1fr 1fr}
  .ac-about-story-brand{max-width:620px}
  .ac-about-cta-box{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ac-about-hero-grid{padding:64px 0 62px}
  .ac-about-hero-copy h1{font-size:48px}
  .ac-about-lead{font-size:17px}
  .ac-about-office-card{min-height:360px;border-radius:26px}
  .ac-about-office-card figcaption{left:22px;right:22px;bottom:22px}
  .ac-about-office-card figcaption span{display:none}
  .ac-about-principles{padding:24px 0 74px}
  .ac-about-principles-grid{grid-template-columns:1fr}
  .ac-about-story,.ac-about-registration{padding:78px 0}
  .ac-about-story-brand{border-radius:26px}
  
  .ac-about-story-brand-bottom{left:30px;bottom:26px}
  
  .ac-about-story-points,.ac-about-registration-meta{grid-template-columns:1fr}
  .ac-about-certificate-card{border-radius:24px}
  .ac-about-certificate-image{padding:18px}
  .ac-about-cta{padding-bottom:74px}
  .ac-about-cta-box{padding:38px 28px;border-radius:26px}
  .ac-about-cta-actions{display:grid;grid-template-columns:1fr;width:100%}
  .ac-about-cta-actions .ac-button,.ac-about-cta-secondary{width:100%}
}
@media(max-width:520px){
  .ac-about-hero-copy h1{font-size:42px}
  .ac-about-badges{gap:8px}.ac-about-badges span{font-size:11px;padding:0 11px}
  .ac-about-office-card{min-height:310px}
  .ac-about-principle{padding:24px 22px;border-radius:22px}
  .ac-about-story-brand{max-width:none}
  .ac-about-story-copy h2,.ac-about-registration-copy h2{font-size:38px}
  .ac-about-story-text{gap:12px}
  .ac-about-story-text p,.ac-about-registration-copy>p{font-size:15px;line-height:1.7}
  .ac-about-certificate-caption{align-items:flex-start;flex-direction:column;gap:6px}
}


/* Translation UI is intentionally kept active and visible. */

/* Catalog search mobile */
@media (max-width:620px){
  .ac-catalog-search{grid-template-columns:1fr;gap:12px;margin-bottom:26px;padding:18px;border-radius:18px}
  .ac-catalog-search-label{grid-column:auto}
  .ac-catalog-search-control input{height:50px;padding-left:44px;font-size:14px}
  .ac-catalog-search-status{justify-self:start}
  .ac-product-quickfacts{gap:7px 14px;margin-bottom:14px;padding-bottom:14px}
  .ac-product-quickfacts span{font-size:11px}
  .ac-product-quickfacts small{font-size:9px}
}

/* v5.3.2 banner image refinements */
.ac-hero-stage--family{aspect-ratio:auto;box-shadow:none!important;background:transparent!important}
.ac-hero-family-image{height:auto!important;object-fit:initial!important;box-shadow:0 28px 72px rgba(23,40,71,.10)}

.ac-story-panel--image{color:var(--ac-text)}
.ac-story-panel-inner--image{min-height:0!important;padding:0!important;background:#fff!important}
.ac-story-panel-inner--image:before,.ac-story-panel-inner--image:after{display:none!important}
.ac-story-panel-banner{display:block;width:100%;height:auto;border-radius:inherit}

.ac-about-story-brand--image{min-height:0!important;max-width:620px;padding:0!important;background:#fff!important;display:block!important}
.ac-about-story-brand--image:before,.ac-about-story-brand--image:after{display:none!important}
.ac-about-story-brand--image>img{display:block;width:100%!important;height:auto!important;margin:0!important;border-radius:inherit}
.ac-about-story-brand--image .ac-about-story-brand-bottom{position:static!important;display:flex;align-items:center;justify-content:center;gap:22px;padding-top:18px;color:#9aa9be!important;background:transparent;font-size:12px;letter-spacing:.28em;text-transform:uppercase}
.ac-about-story-brand--image .ac-about-story-brand-bottom:before,.ac-about-story-brand--image .ac-about-story-brand-bottom:after{content:"";display:block;width:86px;height:1px;background:var(--ac-line)}

@media (max-width:1080px){
  .ac-about-story-brand--image{max-width:none}
}

@media (max-width:860px){
  .ac-story-panel-inner--image{border-radius:32px}
}

@media (max-width:560px){
  .ac-hero-family-image{border-radius:24px}
  .ac-story-panel-inner--image{border-radius:26px}
  .ac-about-story-brand--image .ac-about-story-brand-bottom{font-size:11px;letter-spacing:.22em;gap:12px}
  .ac-about-story-brand--image .ac-about-story-brand-bottom:before,.ac-about-story-brand--image .ac-about-story-brand-bottom:after{width:52px}
}


/* v5.3.3 About story visual polish */
.ac-about-story-brand.ac-about-story-brand--image{
  min-height:0!important;
  max-width:620px;
  padding:0!important;
  margin:0;
  background:transparent!important;
  border-radius:0!important;
  overflow:visible!important;
  box-shadow:none!important;
  display:block!important;
}
.ac-about-story-brand.ac-about-story-brand--image:before,
.ac-about-story-brand.ac-about-story-brand--image:after{display:none!important}
.ac-about-story-brand.ac-about-story-brand--image>img{
  display:block;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  border-radius:34px;
  box-shadow:0 26px 64px rgba(23,40,71,.11);
}
.ac-about-story-brand.ac-about-story-brand--image .ac-about-story-brand-bottom{
  position:static!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:20px 0 0;
  margin:0;
  color:#9aa9be!important;
  background:transparent!important;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.28em;
  text-transform:uppercase;
  white-space:nowrap;
}
.ac-about-story-brand.ac-about-story-brand--image .ac-about-story-brand-bottom:before,
.ac-about-story-brand.ac-about-story-brand--image .ac-about-story-brand-bottom:after{
  content:"";
  display:block;
  flex:1 1 auto;
  max-width:86px;
  height:1px;
  background:var(--ac-line);
}
.ac-about-story-grid{align-items:center}

@media (max-width:1080px){
  .ac-about-story-brand.ac-about-story-brand--image{max-width:680px}
}
@media (max-width:560px){
  .ac-about-story-brand.ac-about-story-brand--image>img{border-radius:26px;box-shadow:0 18px 44px rgba(23,40,71,.10)}
  .ac-about-story-brand.ac-about-story-brand--image .ac-about-story-brand-bottom{gap:10px;padding-top:16px;font-size:9px;letter-spacing:.2em;white-space:normal;text-align:center}
  .ac-about-story-brand.ac-about-story-brand--image .ac-about-story-brand-bottom:before,
  .ac-about-story-brand.ac-about-story-brand--image .ac-about-story-brand-bottom:after{max-width:48px}
}


/* v5.3.4 Certificate image fill */
.ac-about-certificate-image{
  padding:0!important;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#f8fafc;
}
.ac-about-certificate-image img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  border-radius:0!important;
  box-shadow:none!important;
}
@media (max-width:560px){
  .ac-about-certificate-image{padding:0!important;aspect-ratio:4/3}
}


/* v5.3.5 Contact information guide */
.ac-contact-guide{margin-top:0;margin-bottom:64px}
.ac-contact-guide-head{max-width:780px;margin-bottom:34px}
.ac-contact-guide-head h2{font-size:clamp(36px,4.4vw,56px);margin:14px 0 18px}
.ac-contact-guide-head>p:last-child{margin:0;max-width:690px;color:var(--ac-muted);font-size:17px;line-height:1.75}
.ac-contact-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ac-contact-guide-card{position:relative;min-height:260px;padding:30px 28px 26px;border:1px solid var(--ac-line);border-radius:26px;background:#fff;box-shadow:0 12px 34px rgba(23,40,71,.045);overflow:hidden}
.ac-contact-guide-number{position:absolute;right:22px;top:19px;font-family:var(--ac-serif);font-size:46px;line-height:1;color:rgba(23,40,71,.055)}
.ac-contact-guide-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:var(--ac-paper);border:1px solid #e8edf3;color:#6f8098;margin-bottom:23px}
.ac-contact-guide-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.ac-contact-guide-card h3{position:relative;margin:0 0 10px;color:var(--ac-navy);font-size:21px;line-height:1.25}
.ac-contact-guide-card p{position:relative;margin:0;color:var(--ac-muted);font-size:14px;line-height:1.72}

@media (max-width:860px){
  .ac-contact-guide{margin-top:0;margin-bottom:48px}
  .ac-contact-guide-grid{grid-template-columns:1fr}
  .ac-contact-guide-card{min-height:0}
}
@media (max-width:560px){
  .ac-contact-guide{margin-top:0;margin-bottom:38px}
  .ac-contact-guide-head{margin-bottom:24px}
  .ac-contact-guide-head h2{font-size:36px}
  .ac-contact-guide-head>p:last-child{font-size:15px}
  .ac-contact-guide-card{padding:24px 22px;border-radius:22px}
}


/* v5.3.8 — flat card system: remove external drop shadows from rounded UI panels */
.ac-category,
.ac-category:hover,
.ac-value,
.ac-contact-card,
.ac-product-media-card,
.ac-product-summary,
.ac-spec-item,
.ac-step-card,
.ac-detail-frame,
.ac-manual-frame,
.ac-manual-copy,
.ac-catalog-brand-panel,
.ac-family-card,
.ac-family-card:hover,
.ac-catalog-showcase,
.ac-catalog-card,
.ac-catalog-card:hover,
.ac-catalog-card:focus-within,
.ac-about-badges span,
.ac-about-office-card,
.ac-about-principle,
.ac-about-story-brand,
.ac-about-story-brand--image,
.ac-about-story-brand--image>img,
.ac-about-story-points>div,
.ac-about-certificate-card,
.ac-about-certificate-image img,
.ac-about-cta-box,
.ac-contact-guide-card,
.ac-story-panel-inner,
.ac-story-panel-inner--image,
.ac-hero-family-image,
.ac-wholesale-box{
  box-shadow:none!important;
}

/* Pills/tabs should also stay flat */
.ac-catalog-tabs a,
.ac-catalog-tabs a:hover,
.ac-catalog-tabs a.is-active{
  box-shadow:none!important;
}


/* v5.3.9 — unified premium depth without inner corner shading */
:root{
  --ac-card-shadow:0 10px 28px rgba(23,40,71,.055),0 2px 8px rgba(23,40,71,.025);
  --ac-card-shadow-hover:0 16px 38px rgba(23,40,71,.075),0 4px 12px rgba(23,40,71,.03);
  --ac-panel-shadow:0 20px 52px rgba(23,40,71,.10);
}

/* Clean white cards: subtle, consistent external depth */
.ac-category,
.ac-value,
.ac-contact-card,
.ac-product-media-card,
.ac-product-summary,
.ac-spec-item,
.ac-step-card,
.ac-detail-frame,
.ac-manual-frame,
.ac-family-card,
.ac-catalog-card,
.ac-about-principle,
.ac-about-story-points>div,
.ac-about-certificate-card,
.ac-contact-guide-card{
  box-shadow:var(--ac-card-shadow)!important;
}

/* Slightly stronger only when an interactive card is hovered */
.ac-category:hover,
.ac-family-card:hover,
.ac-catalog-card:hover,
.ac-catalog-card:focus-within{
  box-shadow:var(--ac-card-shadow-hover)!important;
}

/* Larger image / brand panels keep a restrained premium shadow */
.ac-hero-family-image,
.ac-about-office-card,
.ac-about-story-brand--image>img,
.ac-catalog-brand-panel,
.ac-catalog-showcase,
.ac-wholesale-box,
.ac-about-cta-box,
.ac-story-panel-inner{
  box-shadow:var(--ac-panel-shadow)!important;
}

/* Remove decorative inner corner/vignette shadows from white cards */
.ac-family-card:after,
.ac-about-principle:after,
.ac-step-card:before{
  display:none!important;
  content:none!important;
}

/* Keep white-card interiors perfectly flat */
.ac-family-card,
.ac-about-principle,
.ac-step-card,
.ac-catalog-card,
.ac-contact-guide-card,
.ac-about-story-points>div,
.ac-spec-item{
  background:#fff!important;
}

/* Pills and tabs stay light, not plasticky */
.ac-about-badges span{box-shadow:0 4px 12px rgba(23,40,71,.025)!important}
.ac-catalog-tabs a{box-shadow:none!important}
.ac-catalog-tabs a:hover{box-shadow:0 6px 14px rgba(23,40,71,.045)!important}
.ac-catalog-tabs a.is-active{box-shadow:0 7px 16px rgba(23,40,71,.10)!important}


/* v5.3.11 — sticky navigation + premium desktop/mobile menus */
.ac-header{
  position:sticky!important;
  top:0!important;
  z-index:1200!important;
  isolation:isolate;
  background:rgba(255,255,255,.965)!important;
  backdrop-filter:blur(20px) saturate(170%);
  -webkit-backdrop-filter:blur(20px) saturate(170%);
  border-bottom:1px solid rgba(23,40,71,.075);
  box-shadow:0 8px 28px rgba(23,40,71,.045);
}
.admin-bar .ac-header{top:32px!important}
.ac-mobile-menu-cta{display:none}

/* Desktop dropdown */
@media (min-width:861px){
  .ac-nav .menu>li>a{
    padding-inline:2px;
  }
  .ac-nav .menu-item-has-children>a{padding-right:20px}
  .ac-nav .sub-menu{
    top:calc(100% - 8px);
    left:50%;
    width:350px;
    transform:translate(-50%,12px);
    padding:14px;
    border:1px solid #dfe6ee;
    border-radius:24px;
    background:rgba(255,255,255,.985);
    box-shadow:0 24px 62px rgba(23,40,71,.14),0 6px 18px rgba(23,40,71,.05);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .ac-nav .sub-menu:before{
    content:"Product categories";
    display:block;
    padding:6px 10px 10px;
    color:#8a97a9;
    font-size:10px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
  }
  .ac-nav li:hover>.sub-menu,
  .ac-nav li:focus-within>.sub-menu,
  .ac-nav li.ac-submenu-open>.sub-menu{
    transform:translate(-50%,0);
  }
  .ac-nav .sub-menu li+li{margin-top:3px}
  .ac-nav .sub-menu a{
    position:relative;
    min-height:48px;
    align-items:center;
    padding:10px 42px 10px 13px;
    border:1px solid transparent;
    border-radius:14px;
    color:var(--ac-navy);
    font-size:13px;
    font-weight:700;
    line-height:1.35;
    transition:background .18s ease,border-color .18s ease,transform .18s ease;
  }
  .ac-nav .sub-menu a:after{
    content:"→";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#8391a5;
    font-size:17px;
    font-weight:400;
    transition:transform .18s ease,color .18s ease;
  }
  .ac-nav .sub-menu a:hover,
  .ac-nav .sub-menu a:focus{
    background:#f6f8fb;
    border-color:#e8edf3;
    transform:translateX(2px);
  }
  .ac-nav .sub-menu a:hover:after,
  .ac-nav .sub-menu a:focus:after{
    color:var(--ac-navy);
    transform:translate(3px,-50%);
  }
}

/* Mobile/tablet menu */
@media (max-width:860px){
  .ac-header{
    position:sticky!important;
    top:0!important;
    backdrop-filter:blur(18px) saturate(160%)!important;
    -webkit-backdrop-filter:blur(18px) saturate(160%)!important;
  }
  .admin-bar .ac-header{top:46px!important}
  .ac-header-inner{position:relative}
  .ac-menu-toggle{
    width:48px;
    height:48px;
    flex-basis:48px;
    border:1px solid #dce4ed;
    background:#f8fafc;
    box-shadow:0 7px 18px rgba(23,40,71,.055);
    transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .ac-menu-toggle[aria-expanded="true"]{
    background:var(--ac-navy);
    border-color:var(--ac-navy);
    box-shadow:0 10px 24px rgba(23,40,71,.16);
  }
  .ac-menu-toggle[aria-expanded="true"] .ac-menu-toggle-box:before,
  .ac-menu-toggle[aria-expanded="true"] .ac-menu-toggle-box:after,
  .ac-menu-toggle[aria-expanded="true"] .ac-menu-toggle-box span{background:#fff}
  .ac-nav{
    position:absolute!important;
    top:calc(100% + 1px)!important;
    left:50%!important;
    right:auto!important;
    bottom:auto!important;
    width:100vw!important;
    max-height:calc(100dvh - 74px)!important;
    margin:0!important;
    padding:14px 14px 24px!important;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    background:rgba(238,243,248,.96)!important;
    border-top:0!important;
    box-shadow:0 24px 54px rgba(23,40,71,.12)!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-50%,-10px)!important;
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease!important;
  }
  .ac-nav.ac-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0)!important;
  }
  .ac-nav .menu{
    display:block!important;
    max-width:720px;
    margin:0 auto!important;
    padding:8px!important;
    border:1px solid #dfe6ee;
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 46px rgba(23,40,71,.10);
  }
  .ac-nav .menu>li{
    position:relative;
    border-bottom:0!important;
    margin:0!important;
  }
  .ac-nav .menu>li+li{margin-top:3px!important}
  .ac-nav .menu>li>a{
    min-height:58px!important;
    padding:0 58px 0 16px!important;
    border-radius:15px;
    color:var(--ac-navy);
    font-size:17px!important;
    font-weight:750;
    transition:background .16s ease,color .16s ease;
  }
  .ac-nav .menu>li>a:hover,
  .ac-nav .menu>li>a:focus,
  .ac-nav .menu>li.current-menu-item>a,
  .ac-nav .menu>li.current-menu-ancestor>a,
  .ac-nav .menu>li.ac-submenu-open>a{
    background:#f4f7fa;
  }
  .ac-nav .menu>li>a:after,
  .ac-nav .menu-item-has-children>a:before{display:none!important}
  .ac-submenu-toggle{
    display:flex!important;
    position:absolute!important;
    right:11px!important;
    top:8px!important;
    width:42px!important;
    height:42px!important;
    border:1px solid #dfe6ee!important;
    border-radius:50%!important;
    background:#f8fafc!important;
    color:var(--ac-navy)!important;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background .18s ease,border-color .18s ease,transform .18s ease;
  }
  .ac-submenu-toggle:after{
    content:"";
    width:8px;
    height:8px;
    border-right:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;
    transform:translateY(-2px) rotate(45deg);
    transition:transform .18s ease;
  }
  .ac-submenu-toggle[aria-expanded="true"]{
    background:var(--ac-navy)!important;
    border-color:var(--ac-navy)!important;
    color:#fff!important;
  }
  .ac-submenu-toggle[aria-expanded="true"]:after{transform:translateY(2px) rotate(225deg)}
  .ac-nav .sub-menu{
    position:static!important;
    width:auto!important;
    margin:4px 8px 10px!important;
    padding:8px!important;
    display:none;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    border:1px solid #e4eaf1!important;
    border-radius:18px!important;
    background:#f6f8fb!important;
    box-shadow:none!important;
  }
  .ac-nav li.ac-submenu-open>.sub-menu{display:block!important}
  .ac-nav .sub-menu li+li{margin-top:3px}
  .ac-nav .sub-menu a{
    position:relative;
    min-height:46px;
    align-items:center;
    padding:9px 38px 9px 12px!important;
    border-radius:12px!important;
    color:#53647b!important;
    font-size:14px!important;
    font-weight:650!important;
    line-height:1.35;
  }
  .ac-nav .sub-menu a:after{
    content:"→";
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);
    color:#8b98aa;
    font-size:16px;
  }
  .ac-nav .sub-menu a:hover,
  .ac-nav .sub-menu a:focus{background:#fff!important;color:var(--ac-navy)!important}
  .ac-mobile-menu-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:720px;
    min-height:56px;
    margin:12px auto 0;
    padding:0 20px;
    border-radius:18px;
    background:var(--ac-navy);
    color:#fff;
    font-size:14px;
    font-weight:800;
    letter-spacing:.03em;
    box-shadow:0 12px 28px rgba(23,40,71,.16);
  }
  .ac-mobile-menu-cta span{font-size:20px;font-weight:400}
  body.ac-menu-open{overflow:hidden;touch-action:none}
}

@media (max-width:560px){
  .ac-nav{max-height:calc(100dvh - 68px)!important;padding:10px 10px 20px!important}
  .ac-nav .menu{border-radius:20px;padding:6px!important}
  .ac-nav .menu>li>a{min-height:54px!important;font-size:16px!important;padding-left:14px!important}
  .ac-submenu-toggle{top:6px!important;width:42px!important;height:42px!important}
  .ac-nav .sub-menu{margin-left:6px!important;margin-right:6px!important;border-radius:15px!important}
  .ac-mobile-menu-cta{min-height:54px;border-radius:16px;margin-top:10px}
}

@media (max-width:782px){
  .admin-bar .ac-header{top:46px!important}
}


/* v5.3.12 — reliable fixed-on-scroll header + menu arrow spacing */
.ac-header{
  position:relative!important;
  top:auto!important;
  left:auto;
  right:auto;
  width:100%;
  z-index:1200!important;
  transition:box-shadow .2s ease,background .2s ease;
}
.ac-header-placeholder{display:none;width:100%;height:0;pointer-events:none}
.ac-header.ac-header--fixed{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:12000!important;
  background:rgba(255,255,255,.975)!important;
  box-shadow:0 10px 32px rgba(23,40,71,.075)!important;
  backdrop-filter:blur(20px) saturate(170%)!important;
  -webkit-backdrop-filter:blur(20px) saturate(170%)!important;
}
.ac-header-placeholder.is-active{display:block}
.admin-bar .ac-header.ac-header--fixed{top:32px!important}

@media (min-width:861px){
  .ac-nav .menu-item-has-children>a{
    padding-right:30px!important;
  }
  .ac-nav .menu-item-has-children>a:before{
    right:7px!important;
    width:7px!important;
    height:7px!important;
  }
  .ac-nav .sub-menu{
    width:364px!important;
  }
  .ac-nav .sub-menu a{
    padding-right:56px!important;
  }
  .ac-nav .sub-menu a:after{
    right:18px!important;
    min-width:22px;
    text-align:center;
  }
}

@media (max-width:860px){
  .ac-header{position:relative!important;top:auto!important}
  .ac-header.ac-header--fixed{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
  }
  .ac-nav .sub-menu a{padding-right:48px!important}
  .ac-nav .sub-menu a:after{right:15px!important}
}

@media (max-width:782px){
  .admin-bar .ac-header.ac-header--fixed{top:46px!important}
}


/* v5.3.14 — announcement/header spacing polish */
.ac-announcement{
  min-height:28px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.ac-announcement .ac-container{
  min-height:28px!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.ac-header{
  margin:0!important;
  border-top:0!important;
}
.ac-header-inner{
  min-height:70px!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
@media (min-width:861px){
  .ac-nav .menu>li>a{min-height:70px!important}
}
@media (max-width:1080px) and (min-width:861px){
  .ac-header-inner{min-height:66px!important}
  .ac-nav .menu>li>a{min-height:66px!important}
}
@media (max-width:860px){
  .ac-announcement{min-height:26px!important}
  .ac-announcement .ac-container{min-height:26px!important}
  .ac-header-inner{min-height:64px!important}
}
@media (max-width:560px){
  .ac-header-inner{min-height:62px!important}
}


/* v5.3.18 — final polish: simplified category hero and sticky compatibility search */
.ac-catalog-showcase-stat{display:none!important}
.ac-catalog-showcase-inner{justify-content:center}
.ac-catalog-showcase-logo{margin-bottom:24px}
.ac-catalog-showcase-tags{margin-top:0}

@media (min-width:861px){
  .ac-catalog-search{position:sticky;top:146px;z-index:34;box-shadow:0 12px 28px rgba(23,40,71,.055);backdrop-filter:blur(16px);background:rgba(251,252,254,.96)}
}
.ac-product-back{gap:14px}
.ac-product-back strong{display:inline-block}

@media (max-width:860px){
  .ac-catalog-search{position:static!important;top:auto!important;box-shadow:none}
}
@media (max-width:620px){
}

/* v5.3.20 — mobile hero stacking + cleaner product intro */
.ac-hero-stage--mobile,
.ac-catalog-showcase--mobile,
.ac-product-media-card--mobile{
  display:none;
}

.ac-product-context-card{
  padding:40px 44px 38px;
  gap:24px;
  background:linear-gradient(180deg,#f4f7fb 0%,#eef3f8 100%);
}
.ac-product-context-card:after{
  display:none;
}
.ac-product-context-main{
  max-width:780px;
}
.ac-product-kicker{
  margin:0 0 14px 2px;
}
.ac-product-context-title{
  font-family:var(--ac-serif);
  font-size:clamp(46px,5.2vw,72px);
  font-weight:400;
  letter-spacing:.02em;
  line-height:1.04;
  margin:0;
}
.ac-product-context-lead{
  margin:18px 0 0;
  color:var(--ac-muted);
  font-size:18px;
  line-height:1.75;
  max-width:760px;
}

@media (max-width:860px){
  .ac-product-context-card{
    padding:28px 26px 24px;
    gap:18px;
  }
  .ac-product-context-title{
    font-size:clamp(38px,7vw,56px);
  }
  .ac-product-context-lead{
    font-size:16px;
    line-height:1.7;
  }

  .ac-hero-stage--mobile,
  .ac-catalog-showcase--mobile{
    display:block;
    margin:24px 0 10px;
  }
  .ac-hero-grid > .ac-hero-stage:not(.ac-hero-stage--mobile),
  .ac-catalog-hero-grid > .ac-catalog-showcase:not(.ac-catalog-showcase--mobile){
    display:none;
  }
  .ac-catalog-showcase--mobile{
    min-height:0;
  }

  .ac-product-media-card:not(.ac-product-media-card--mobile){
    display:none;
  }
  .ac-product-media-card--mobile{
    display:flex;
    min-height:0;
    padding:18px;
    margin:2px 0 18px;
    border-radius:24px;
  }
  .ac-product-media-card--mobile .ac-product-media-stage{
    min-height:300px;
    padding:18px 14px;
  }
  .ac-product-media-card--mobile .ac-product-media img{
    max-height:280px;
  }
}

@media (max-width:560px){
  .ac-product-context-card{
    padding:22px 18px 20px;
    border-radius:22px;
  }
  .ac-product-context-title{
    font-size:clamp(34px,9vw,44px);
  }
  .ac-product-context-lead{
    margin-top:14px;
    font-size:15px;
    line-height:1.68;
  }

  .ac-hero-stage--mobile{
    margin:22px 0 14px;
    border-radius:24px;
    overflow:hidden;
  }
  .ac-catalog-showcase--mobile{
    margin:22px 0 14px;
    border-radius:24px;
  }

  .ac-product-summary h1{
    margin-bottom:14px;
  }
  .ac-product-media-card--mobile{
    padding:14px;
    margin:0 0 16px;
    border-radius:20px;
  }
  .ac-product-media-card--mobile .ac-product-media-stage{
    min-height:230px;
    padding:10px;
  }
  .ac-product-media-card--mobile .ac-product-media img{
    max-height:220px;
  }
}


/* v5.3.21 — product hero aligned with Products/category hero + mobile media order */
.ac-product-hero{
  padding:0 0 42px!important;
  background:#f8fafc!important;
  border-bottom:1px solid #e6ebf0;
}
.ac-product-context-card{
  margin:0!important;
  padding:64px 0 54px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  gap:26px!important;
}
.ac-product-context-card:before,
.ac-product-context-card:after{
  display:none!important;
  content:none!important;
}
.ac-product-context-topbar{
  margin-bottom:8px;
}
.ac-product-back{
  box-shadow:none!important;
  border:1px solid #dbe4ed!important;
  background:#fff!important;
}
.ac-product-context-main{
  max-width:920px!important;
}
.ac-product-kicker{
  margin:0 0 18px 2px!important;
}
.ac-product-context-title{
  font-family:var(--ac-serif)!important;
  font-size:clamp(54px,6vw,82px)!important;
  font-weight:400!important;
  letter-spacing:.015em!important;
  line-height:1.04!important;
  color:var(--ac-navy)!important;
}
.ac-product-context-lead{
  margin-top:22px!important;
  max-width:820px!important;
  font-size:18px!important;
  line-height:1.76!important;
  color:var(--ac-muted)!important;
}
.ac-product-top{
  margin-top:0!important;
}

@media (max-width:860px){
  .ac-product-context-card{
    padding:44px 0 38px!important;
  }
  .ac-product-context-title{
    font-size:clamp(42px,8vw,58px)!important;
  }
  .ac-product-context-lead{
    font-size:16px!important;
    line-height:1.7!important;
  }

  .ac-product-top{
    display:block!important;
  }
  .ac-product-top > .ac-product-media-card:not(.ac-product-media-card--mobile){
    display:none!important;
  }
  .ac-product-summary{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
  }
  .ac-product-summary > h1{
    order:1;
  }
  .ac-product-summary > .ac-product-media-card--mobile{
    order:2;
    display:flex!important;
    width:100%;
    min-height:0!important;
    margin:4px 0 22px!important;
  }
  .ac-product-summary > .ac-product-quickfacts{
    order:3;
  }
  .ac-product-summary > .ac-product-intro{
    order:4;
  }
  .ac-product-summary > .ac-feature-list{
    order:5;
  }
  .ac-product-summary > .ac-product-actions{
    order:6;
  }
  .ac-product-media-card--mobile .ac-product-media-stage{
    min-height:320px!important;
  }
  .ac-product-media-card--mobile .ac-product-media img{
    max-height:300px!important;
  }
}

@media (max-width:560px){
  .ac-product-context-card{
    padding:34px 0 30px!important;
  }
  .ac-product-context-topbar{
    margin-bottom:20px;
  }
  .ac-product-context-title{
    font-size:clamp(38px,10vw,50px)!important;
  }
  .ac-product-context-lead{
    margin-top:16px!important;
    font-size:15px!important;
    line-height:1.68!important;
  }
  .ac-product-summary{
    padding:28px 22px!important;
  }
  .ac-product-summary > h1{
    margin:0 0 10px!important;
  }
  .ac-product-media-card--mobile{
    padding:14px!important;
    border-radius:20px!important;
  }
  .ac-product-media-card--mobile .ac-product-media-stage{
    min-height:250px!important;
    padding:12px!important;
  }
  .ac-product-media-card--mobile .ac-product-media img{
    max-height:235px!important;
  }
}

/* v5.3.22 — product hero separated from white product content */
.ac-product-hero{
  padding:0 !important;
  background:#f8fafc !important;
  border-bottom:0 !important;
}
.ac-product-context-card{
  margin:0 !important;
}
.ac-product-hero-divider{
  width:100vw;
  height:1px;
  margin:0 0 0 calc(50% - 50vw);
  background:#dfe6ed;
}
.ac-product-overview{
  background:#fff;
  padding:34px 0 0;
}
.ac-product-overview .ac-product-top{
  margin-top:0 !important;
}
.ac-product-body{
  background:#fff;
}

@media (max-width:860px){
  .ac-product-overview{
    padding-top:26px;
  }
}
@media (max-width:560px){
  .ac-product-overview{
    padding-top:18px;
  }
  .ac-product-hero-divider{
    margin-top:2px;
  }
}

/* v5.3.23 — remove redundant Product information heading */
.ac-product-context-copy .ac-product-kicker{margin-bottom:0!important}
.ac-product-context-copy .ac-product-context-lead{margin-top:16px!important}
@media (max-width:560px){
  .ac-product-context-copy .ac-product-context-lead{margin-top:12px!important}
}

/* v5.3.24 — restore uppercase Product Information heading */
.ac-product-context-title{
  text-transform:uppercase;
  letter-spacing:.035em!important;
}
@media (max-width:560px){
  .ac-product-context-title{
    letter-spacing:.025em!important;
  }
}

/* v5.3.25 — mobile spacing polish + stable category showcase */
@media (max-width:860px){
  .ac-product-context-card{
    gap:14px!important;
  }
  .ac-product-context-topbar{
    margin-bottom:0!important;
  }
  .ac-product-overview{
    padding-top:42px!important;
  }

  .ac-catalog-hero-grid{
    padding:44px 0 48px!important;
  }
  .ac-catalog-showcase--mobile{
    min-height:330px!important;
    margin:24px 0 20px!important;
    padding:26px 22px 22px!important;
    display:flex!important;
    flex-direction:column;
    justify-content:flex-start;
    border-radius:26px!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-brand{
    position:static!important;
    margin:0 0 46px!important;
    font-size:10px!important;
    letter-spacing:.2em!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-inner{
    min-height:0!important;
    flex:1 1 auto;
    padding:0!important;
    justify-content:flex-start!important;
    overflow:visible!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-logo{
    width:min(92%,340px)!important;
    margin:0 0 26px!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-tags{
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px!important;
    margin:0!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-tags span{
    min-height:42px!important;
    padding:8px 12px!important;
    justify-content:center;
    text-align:center;
    line-height:1.35;
    white-space:normal;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-tags span:last-child{
    grid-column:1/-1;
    justify-self:start;
    width:auto;
    min-width:52%;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-caption{
    position:static!important;
    margin-top:22px!important;
    font-size:11px!important;
    line-height:1.4;
    letter-spacing:.12em!important;
  }
}

@media (max-width:560px){
  .ac-product-context-card{
    gap:12px!important;
    padding:28px 0 28px!important;
  }
  .ac-product-context-topbar{
    margin-bottom:0!important;
  }
  .ac-product-kicker{
    margin-top:8px!important;
  }
  .ac-product-context-lead{
    margin-top:14px!important;
  }
  .ac-product-overview{
    padding-top:48px!important;
  }

  .ac-catalog-hero-grid{
    padding:36px 0 44px!important;
  }
  .ac-catalog-showcase--mobile{
    min-height:0!important;
    margin:20px 0 20px!important;
    padding:24px 20px 20px!important;
    border-radius:24px!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-brand{
    margin-bottom:38px!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-logo{
    width:100%!important;
    margin-bottom:22px!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-tags{
    grid-template-columns:1fr 1fr;
    gap:9px!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-tags span{
    min-height:40px!important;
    font-size:11px!important;
    padding:8px 10px!important;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-tags span:last-child{
    min-width:60%;
  }
  .ac-catalog-showcase--mobile .ac-catalog-showcase-caption{
    margin-top:20px!important;
    color:rgba(255,255,255,.72)!important;
  }
}


/* v5.3.28 — restore functional translator + product wholesale CTA */
html body{top:0!important}
.goog-te-banner-frame,
body > iframe.goog-te-banner-frame{
  display:none!important;
  visibility:hidden!important;
}

/* Keep common translation widgets visible as a floating control. */
#google_translate_element.prisna-gwt-align-right,
#google_translate_element.prisna-gwt-align-left,
#google_language_translator,
.google-language-translator,
#gtranslate_wrapper,
.gtranslate_wrapper,
#gt_float_wrapper,
#trp-floater-ls{
  position:fixed!important;
  right:18px!important;
  left:auto!important;
  bottom:18px!important;
  top:auto!important;
  z-index:99999!important;
  margin:0!important;
  visibility:visible!important;
  opacity:1!important;
}

#google_translate_element,
#google_language_translator,
.google-language-translator{
  display:block!important;
  width:auto!important;
  max-width:calc(100vw - 36px)!important;
  padding:9px 12px!important;
  border:1px solid #dbe4ed!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 12px 32px rgba(23,40,71,.14)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  color:var(--ac-navy)!important;
}
#google_translate_element .goog-te-gadget,
#google_language_translator .goog-te-gadget,
.google-language-translator .goog-te-gadget{
  color:var(--ac-navy)!important;
  font-family:var(--ac-sans)!important;
  font-size:11px!important;
}
#google_translate_element select.goog-te-combo,
#google_language_translator select.goog-te-combo,
.google-language-translator select.goog-te-combo{
  min-height:38px!important;
  margin:0!important;
  padding:0 34px 0 12px!important;
  border:1px solid #d7e0e9!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--ac-navy)!important;
  font-family:var(--ac-sans)!important;
  font-size:13px!important;
  font-weight:700!important;
  outline:none!important;
}
.prisna-gwt-align-right,
.prisna-gwt-align-left{
  text-align:right!important;
}

/* GTranslate plugin variants should remain above page content. */
.gt_float_switcher,
.gt_switcher_wrapper,
.gt_switcher{
  z-index:99999!important;
  visibility:visible!important;
  opacity:1!important;
}

/* Product page secondary CTA matches the brand navy CTA treatment. */
.ac-product-actions .ac-button--ghost{
  background:var(--ac-navy)!important;
  border-color:var(--ac-navy)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(23,40,71,.12)!important;
}
.ac-product-actions .ac-button--ghost:hover{
  background:var(--ac-navy-deep)!important;
  border-color:var(--ac-navy-deep)!important;
  color:#fff!important;
}
.ac-product-actions .ac-button--ghost:before{display:none!important}

@media (max-width:560px){
  #google_translate_element.prisna-gwt-align-right,
  #google_translate_element.prisna-gwt-align-left,
  #google_language_translator,
  .google-language-translator,
  #gtranslate_wrapper,
  .gtranslate_wrapper,
  #gt_float_wrapper,
  #trp-floater-ls{
    right:12px!important;
    bottom:12px!important;
  }
  #google_translate_element,
  #google_language_translator,
  .google-language-translator{
    max-width:calc(100vw - 24px)!important;
    padding:7px 9px!important;
    border-radius:14px!important;
  }
}
