:root{--ink:#263c30;--muted:#626b61;--paper:#fbfaf6;--cream:#f1eee5;--line:#dadfd3;--green:#294735;--accent:#a8b88c;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.65}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}figure,p{margin:0}p{color:var(--muted)}h1,h2,h3{margin:0;font-weight:500;line-height:1.12}h1,h2{letter-spacing:-.045em}h1{font-size:clamp(44px,4.6vw,72px)}h2{font-size:clamp(34px,3.2vw,48px)}h3{font-size:21px;letter-spacing:-.025em}em{font-family:var(--serif);font-weight:400}ul{padding:0;list-style:none}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-block:96px}.section-bottom{padding-bottom:96px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.17em;color:var(--green);margin-bottom:22px}.fine{font-size:12px;line-height:1.65}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--green);color:#fff;min-height:52px;padding:13px 23px;border:1px solid var(--green);border-radius:5px;font-size:13px;font-weight:600;transition:background .18s,transform .18s}.button span{font-size:20px;line-height:1}.button:hover{background:#3e5e47;transform:translateY(-2px)}.button:disabled{opacity:.5;cursor:not-allowed}.button.small{min-height:43px;padding:9px 17px;font-size:12px;gap:20px}.button.light{background:#f2f0e6;color:var(--ink);border-color:#f2f0e6}.button.wide{width:100%}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:13px;font-weight:600;border-bottom:1px solid #8c9d83;padding-block:5px}.text-link span{font-size:19px}.text-link:hover{color:#617a45}.actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}.demo-strip{background:#e8ebde;display:flex;justify-content:space-between;padding:8px 48px;font-size:10px;letter-spacing:.08em}.site-header{position:sticky;top:0;background:rgba(251,250,246,.97);border-bottom:1px solid #e6e7df;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;height:89px;gap:30px}.brand{font-size:33px;font-weight:700;letter-spacing:-.065em;display:inline-flex;align-items:center;line-height:1}.brand-dot{color:#869767}.brand-symbol{font-family:Georgia,serif;font-size:31px;border:1px solid #a5b193;width:34px;height:36px;border-radius:12px 12px 14px 14px;display:inline-grid;place-items:center;margin-right:12px;padding-bottom:6px}nav{display:flex;align-items:center;gap:30px}nav>a:not(.button){font-size:12px;padding:10px 0;position:relative}nav>a[aria-current=page]:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:2px;background:#6c8057}nav>a:hover{color:#6b8158}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1.03fr;gap:50px;padding-block:44px 49px;align-items:center}.hero-copy{padding:25px 0}.hero h1{margin-bottom:24px;line-height:1.07}.hero-description{max-width:420px;font-size:16px;line-height:1.8;margin-bottom:29px}.tiny-star{font-size:20px;vertical-align:middle;margin-right:7px;color:#6d8357}.hero-notes{display:flex;gap:23px;margin-top:42px;font-size:11px;color:#68705e}.hero-notes span:before{content:'·';margin-right:9px;font-weight:bold}.hero-art{position:relative;align-self:stretch;min-height:450px}.hero-art>img{width:100%;height:100%;object-fit:cover;border-radius:140px 12px 12px 12px}.art-tag{position:absolute;right:22px;top:22px;display:flex;align-items:center;gap:13px;padding:13px 17px;background:#faf8edeb;border-radius:6px;box-shadow:0 8px 25px #263c3008;font-size:12px;line-height:1.5;transform:rotate(3deg)}.tag-star{font-size:39px;color:#7e9260;line-height:1}.art-tag strong{font-weight:600}.image-caption{position:absolute;bottom:17px;left:25px;font-size:9px;letter-spacing:.15em;background:#f6f3e9;padding:7px 10px;border-radius:2px}.category-ribbon{border-block:1px solid var(--line)}.category-ribbon .container{display:grid;grid-template-columns:repeat(4,1fr)}.category-ribbon a{padding:23px 25px;border-left:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:12px}.category-ribbon a:last-child{border-right:1px solid var(--line)}.category-ribbon a:hover{background:var(--cream)}.category-ribbon span{color:#82936b;font-size:19px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-heading>div:last-child{max-width:380px}.section-heading p:not(.eyebrow){font-size:14px;margin-bottom:14px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 25px}.product-image{position:relative;overflow:hidden;border-radius:8px;background:#eae5db;display:block}.product-image img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .4s}.product-image:hover img{transform:scale(1.035)}.badge{position:absolute;top:15px;left:15px;background:#faf8eeea;padding:5px 9px;border-radius:3px;font-size:9px;letter-spacing:.08em}.product-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin:18px 0 8px}.product-name-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-name-row h3{font-size:20px}.circle-link{border:1px solid #bfc8b8;display:grid;place-items:center;min-width:33px;height:33px;border-radius:50%;font-size:18px}.product-card>p.fine{margin-top:7px}.custom-section{background:#e9ecdf;padding:80px 0}.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.custom-grid h2{font-size:clamp(40px,4vw,58px)}.custom-grid>div>p:not(.eyebrow){max-width:375px;margin:24px 0}.custom-grid>div>p.fine{margin-bottom:0;max-width:390px}.steps{padding:0;margin:0;list-style:none}.steps li{display:flex;gap:26px;padding:23px 0;border-bottom:1px solid #c9d2bf}.steps li:first-child{padding-top:5px}.steps li>span{font-family:var(--serif);font-size:27px;color:#728465}.steps h3{margin-bottom:11px}.steps p{font-size:14px;max-width:350px}.factory-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.factory-grid img{border-radius:7px;width:100%}.factory-grid figcaption{font-size:10px;color:#747d6c;margin-top:10px}.factory-grid h2{margin-bottom:23px}.factory-grid p:not(.eyebrow){font-size:14px}.check-list{margin:24px 0}.check-list li{padding:12px 0;border-bottom:1px solid var(--line);font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:15px}.check-list span{color:#75816d;font-size:10px;white-space:nowrap}.faq-section{border-top:1px solid var(--line);display:grid;grid-template-columns:.95fr 1.05fr;gap:70px}.faqs details{border-bottom:1px solid var(--line)}.faqs summary{list-style:none;padding:20px 35px 20px 0;cursor:pointer;position:relative;font-size:14px;font-weight:600;line-height:1.5}.faqs summary::-webkit-details-marker{display:none}.faqs summary:after{content:'+';position:absolute;right:3px;top:17px;font-size:24px;font-weight:400}.faqs details[open] summary:after{content:'−'}.faqs details p{font-size:13px;line-height:1.8;padding:0 28px 22px 0}.cta-band{background:var(--green);padding:44px 45px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:8px;margin-bottom:90px}.cta-band .eyebrow{color:#bdcaa4;margin-bottom:14px}.cta-band h2{font-size:35px;color:#f6f4eb}.cta-band .button{flex-shrink:0}footer{border-top:1px solid var(--line);background:#f0f1e8;padding:53px 0 20px}.footer-top{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:55px;padding-bottom:44px}.footer-top h3{font-size:12px;font-weight:600;margin-bottom:18px;letter-spacing:0}.footer-top p{font-size:12px;margin-top:16px}.footer-top .fine{margin-top:5px}.footer-top>div:nth-child(2)>a{display:block;margin:7px 0;font-size:12px;color:var(--muted)}.footer-top .text-link{margin-top:12px}.footer-bottom{border-top:1px solid #d5dccb;padding-top:20px;display:flex;justify-content:space-between;gap:22px;color:#6c7665;font-size:10px}.breadcrumb{font-size:11px;padding-block:28px;color:#788071}.breadcrumb a{color:var(--green)}.page-intro{padding-bottom:40px}.page-intro .eyebrow{margin-top:16px}.page-intro h1{margin-bottom:22px;font-size:60px}.page-intro>p:last-child{font-size:14px}.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;border-block:1px solid var(--line);padding-block:20px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{background:transparent;border:1px solid transparent;border-radius:5px;padding:10px 14px;font-size:12px;color:var(--muted)}.filters button[aria-pressed=true]{background:var(--green);color:white}.filters button:hover{border-color:#9aa98c}.search-label input{width:215px;padding:10px 13px;min-height:42px;font-size:12px}.catalog-meta{display:flex;justify-content:space-between;font-size:11px;padding:19px 0 23px;gap:18px;color:#737c6b}#empty-state{text-align:center;padding:70px 0}#empty-state p{margin:20px}#empty-state h2{font-size:30px}.mini-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:36px 0 70px;border-top:1px solid var(--line)}.mini-cta h2{font-size:31px;margin-bottom:12px}.mini-cta p{font-size:13px}.detail-grid{display:grid;grid-template-columns:1.04fr 1fr;gap:65px;padding:15px 0 70px}.main-product-image{position:relative;border-radius:8px;overflow:hidden}.main-product-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.gallery-thumbs{display:flex;gap:12px;margin:16px 0}.gallery-thumbs button{padding:3px;width:83px;background:transparent;border:1px solid #d8dcd0;border-radius:5px}.gallery-thumbs button[aria-pressed=true]{border:2px solid var(--green);padding:2px}.gallery-thumbs img{border-radius:3px}.detail-copy{padding-top:6px}.detail-copy h1{font-size:50px;margin-bottom:20px}.detail-copy>p{font-size:14px}.concept-note{padding:17px 20px;border-radius:5px;background:#eef0e6;margin:22px 0}.concept-note strong{font-size:12px}.concept-note p{font-size:12px;margin-top:6px}.small-heading{font-size:16px;letter-spacing:0}.brief-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.brief-chips span{border:1px solid var(--line);border-radius:3px;font-size:10px;padding:5px 9px}.spec-list{margin:19px 0 24px;font-size:12px}.spec-list>div{display:grid;grid-template-columns:1fr 1.1fr;gap:16px;padding:11px 0;border-bottom:1px solid var(--line)}.spec-list dd{margin:0;color:var(--muted)}.detail-copy>.fine{margin-top:11px;font-size:11px}.detail-notes{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:55px 0 75px;border-top:1px solid var(--line)}.detail-notes h3{margin-bottom:18px}.detail-notes p:not(.eyebrow){font-size:14px;margin-bottom:15px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding-top:19px}.contact-copy{padding-top:9px}.contact-copy h1{font-size:70px;margin-bottom:28px}.contact-copy>p:not(.eyebrow){max-width:340px;font-size:14px}.contact-note{background:#e8ecdf;padding:25px;border-radius:7px;margin:36px 0 25px;max-width:330px}.contact-note h2{font-size:25px;margin:15px 0}.contact-note p{font-size:13px}.form-panel{border:1px solid var(--line);border-radius:8px;background:#fffefa;padding:32px}.notice{background:#eaf0e3;border-left:3px solid #8b9f75;padding:15px 17px;border-radius:2px;font-size:12px;margin-bottom:23px}.notice p{font-size:11px;margin-top:4px}.form-required{font-size:11px;margin-bottom:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{margin-bottom:18px;min-width:0}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:7px}input:not([type=checkbox]),textarea,select{border:1px solid #cdd5c6;border-radius:4px;background:#fffefa;color:var(--ink);width:100%;padding:11px 12px;min-height:44px;font-size:13px;max-width:100%}input[type=file]{font-size:11px;padding:10px}input[type=file]::file-selector-button{border:1px solid #c6cfbe;background:#edf0e6;padding:5px 9px;border-radius:3px;color:var(--ink);margin-right:12px}textarea{resize:vertical;min-height:130px}input::placeholder,textarea::placeholder{color:#808877}.field .fine{display:block;font-size:10px;margin-top:5px}.field .checkbox-label{display:flex;align-items:flex-start;gap:10px;font-weight:400;font-size:11px;cursor:pointer}.checkbox-label input{width:17px;height:17px;accent-color:var(--green);flex-shrink:0}.error{display:block;font-size:11px;color:#aa372e;margin-top:4px}.error:empty{display:none}[aria-invalid=true]{border-color:#ac483d!important}#form-errors{font-size:12px;color:#aa372e;margin-bottom:15px}.text-button{font-size:12px;padding:9px 0;border:0;border-bottom:1px solid #8e9f81;color:var(--ink);background:none}.form-panel .actions{gap:21px}.submission-result h2{font-size:32px;margin:20px 0}.submission-result>p{font-size:14px}.result-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#e6eddc;color:var(--green);font-size:26px}.submission-result dl{margin:28px 0}.submission-result dl>div{border-bottom:1px solid var(--line);padding:12px 0}.submission-result dt{font-size:11px;font-weight:600}.submission-result dd{font-size:13px;margin:4px 0 0;color:var(--muted);overflow-wrap:anywhere;white-space:pre-wrap}.skip{position:fixed;top:-100px;left:20px;background:var(--green);color:white;padding:10px 18px;z-index:100}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #ad8238;outline-offset:4px}.noscript{position:fixed;bottom:0;left:0;width:100%;background:#ffeecc;color:#48351c;padding:14px;z-index:99;text-align:center;font-size:13px}[hidden]{display:none!important}section[id]{scroll-margin-top:25px}
@media(min-width:1550px){.hero h1{font-size:72px}.hero-art{min-height:530px}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.demo-strip{padding-inline:28px}nav{gap:19px}.header-inner{gap:20px}nav>a:not(.button){font-size:11px}.brand{font-size:29px}.hero{gap:30px}.hero-art{min-height:430px}.hero h1{font-size:53px}.hero-description{font-size:14px}.hero .actions{gap:15px}.hero .button{padding-inline:15px;font-size:12px;gap:12px}.hero .text-link{font-size:12px;gap:12px}.custom-grid{gap:60px}.factory-grid,.faq-section{gap:40px}.contact-grid{gap:45px}.form-panel{padding:25px}.detail-grid{gap:35px}.detail-copy h1{font-size:42px}.catalog-tools{align-items:flex-start;flex-direction:column}.search-label{width:100%}.search-label input{max-width:330px}.category-ribbon a{padding:20px 16px;font-size:11px}}
@media(max-width:800px){.container{width:calc(100% - 40px)}.demo-strip{padding:7px 20px;font-size:9px;letter-spacing:0}.demo-strip>span:first-child{display:none}.demo-strip>span:last-child{margin:auto}.header-inner{height:72px}.brand{font-size:30px}.menu-toggle{display:flex;gap:13px;align-items:center;padding:9px 12px;min-height:44px;border:1px solid #c7d1bc;background:transparent;color:var(--ink);border-radius:4px;font-size:12px}nav{display:none;position:absolute;top:72px;left:0;width:100%;padding:20px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 12px 16px #263c3010;flex-direction:column;align-items:stretch;gap:4px}nav.is-open{display:flex}nav>a:not(.button){font-size:14px;padding:12px}nav>a[aria-current=page]:after{display:none}nav>a[aria-current=page]{background:#eaf0e2;border-radius:4px}nav .button{margin-top:10px}.hero{grid-template-columns:1fr;gap:20px;padding-top:22px;padding-bottom:27px}.hero-copy{padding:12px 0 8px}.hero h1{font-size:clamp(44px,8.5vw,67px)}.hero-description{max-width:520px;font-size:15px;margin-bottom:23px}.hero .eyebrow{font-size:10px;margin-bottom:18px}.hero-notes{margin-top:24px;font-size:10px}.hero-art{min-height:0;aspect-ratio:1.25/1}.hero-art>img{border-top-left-radius:100px}.art-tag{top:18px;right:16px;font-size:11px;padding:10px 14px}.image-caption{bottom:18px;left:18px;font-size:8px}.category-ribbon .container{grid-template-columns:1fr 1fr}.category-ribbon a{padding:15px 12px;border-bottom:1px solid var(--line)}.category-ribbon a:nth-child(2){border-right:1px solid var(--line)}.category-ribbon a:nth-child(n+3){border-bottom:0}.section{padding-block:58px}.section-heading{gap:23px;align-items:flex-start;flex-direction:column;margin-bottom:28px}.section-heading h2{font-size:37px}.section-heading p:not(.eyebrow){font-size:13px}.product-grid{gap:30px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.featured .product-card:last-child{display:none}.product-name-row h3{font-size:16px;line-height:1.3}.circle-link{min-width:27px;height:27px;font-size:16px}.product-label{font-size:9px;margin-top:13px}.badge{font-size:8px;top:10px;left:10px;padding:4px 7px}.product-card>.fine{font-size:10px}.custom-section{padding:55px 0}.custom-grid,.factory-grid,.faq-section,.detail-notes{grid-template-columns:1fr;gap:35px}.custom-grid h2{font-size:47px}.steps li{padding-block:20px}.factory-grid{gap:30px}.factory-grid h2{font-size:40px}.faq-section h2{font-size:35px}.faqs summary{font-size:13px}.cta-band{padding:30px 25px;flex-direction:column;align-items:flex-start;margin-bottom:55px;gap:25px}.cta-band h2{font-size:32px}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.page-intro h1{font-size:47px}.page-intro .eyebrow{margin-top:9px}.breadcrumb{padding-block:23px}.catalog-tools{padding-block:16px;gap:15px}.filters{gap:4px}.filters button{font-size:11px;padding:10px 11px}.catalog-meta{font-size:10px}.catalog-meta>span{max-width:140px;text-align:right}.search-label input{max-width:none}.mini-cta{flex-direction:column;align-items:flex-start;padding-bottom:55px}.mini-cta h2{font-size:29px}.section-bottom{padding-bottom:55px}.detail-grid{grid-template-columns:1fr;gap:34px;padding-bottom:45px}.detail-copy h1{font-size:44px}.detail-notes{padding-block:40px}.detail-notes h2{font-size:35px}.contact-grid{grid-template-columns:1fr;gap:32px;padding-top:3px}.contact-copy h1{font-size:53px}.contact-copy h1 br:nth-of-type(2){display:none}.contact-copy>p:not(.eyebrow){max-width:520px}.contact-note{display:none}.contact-copy>.fine{margin-top:17px}.form-panel{padding:22px}.desktop-only{display:none}}
@media(max-width:420px){.container{width:calc(100% - 32px)}.hero h1{font-size:43px}.hero .actions{gap:16px}.hero .button{min-height:49px}.hero .text-link{font-size:11px}.hero-notes{gap:16px}.hero-notes span:before{margin-right:5px}.product-grid{gap:28px 13px}.product-name-row h3{font-size:15px}.circle-link{display:none}.form-row{grid-template-columns:1fr;gap:0}.form-panel{padding:18px}.form-panel .button{font-size:12px;gap:15px;padding-inline:18px}.filters button{font-size:10px;padding:9px}.contact-copy h1{font-size:47px}.detail-copy h1{font-size:39px}.eyebrow{font-size:10px}.footer-top{gap:24px}.footer-top>div:last-child p{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* V0.2: navy and warm neutral direction from supplied storefront; source images kept unedited. */
:root{--ink:#183650;--muted:#626b72;--paper:#fcfaf6;--cream:#f2ede5;--line:#dbe0e1;--green:#173b5b;--accent:#e7ba66}.demo-strip{background:#163a5a;color:#f3efe5}.site-header{background:rgba(252,250,246,.98)}.brand{gap:10px;letter-spacing:0}.brand>img{width:51px;height:45px;object-fit:contain}.brand-wordmark{font-size:23px;font-weight:700;letter-spacing:.06em;line-height:1.1}.brand-wordmark small{display:block;font-size:7px;font-weight:500;letter-spacing:.19em;margin-top:6px}.brand-symbol{display:none}nav>a[aria-current=page]:after{background:#bf8d39}.tiny-star,.tag-star{color:#b98936}.button:hover{background:#244f71}.text-link{border-color:#9cabb4}.text-link:hover,nav>a:hover{color:#7d653c}.hero{gap:48px;padding-block:48px 54px}.hero h1{font-size:clamp(48px,4.6vw,69px)}.hero-description{max-width:425px}.hero-notes{color:#68727a}.source-hero{min-height:480px;display:flex;flex-direction:column;overflow:hidden;border-radius:100px 9px 9px 9px;border:1px solid #e7e4de;background:#fff;box-shadow:0 14px 45px #173b5b06}.hero-image-area{flex:1;position:relative;display:grid;place-items:center;padding:55px 12px 25px;background:#fff}.hero-image-area>img{width:100%;height:100%;max-height:390px;object-fit:contain;border-radius:0}.hero-collection-label{position:absolute;top:29px;right:23px;border:1px solid #e8ded0;color:#7a653d;background:#fbf6ec;font-size:8px;letter-spacing:.13em;padding:7px 10px;border-radius:3px}.hero-photo-footer{background:#f0e9dc;padding:22px 23px;display:flex;justify-content:space-between;align-items:center;gap:15px}.hero-photo-footer .eyebrow{font-size:8px;margin:0;letter-spacing:.15em;color:#6d613f}.hero-photo-footer p{font-size:12px;color:#394e60;margin-top:7px}.hero-photo-footer>a{border:1px solid #a6afad;border-radius:50%;display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;font-size:21px}.category-ribbon span{color:#9f7a39}.source-product{background:#fff;border:1px solid #ece9e2;padding:19px}.source-product img{object-fit:contain;background:#fff}.source-product .badge{top:12px;left:12px;background:#f9f4e9f2;color:#806534;text-transform:uppercase}.product-name-row h3{font-size:20px}.product-card>p.fine{min-height:20px}.custom-section{background:#edeff0}.custom-grid .eyebrow{color:#627a8c}.steps li{border-color:#ccd5d8}.steps li>span{color:#a37b38}.factory-gallery>figure>img{aspect-ratio:4/3;object-fit:cover}.factory-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.factory-small-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.factory-source-note{margin-top:22px;font-size:11px!important;line-height:1.75}.check-list li{justify-content:flex-start;padding:13px 0}.check-list li:before{content:'↗';margin-right:10px;color:#ad8440}.cta-band .eyebrow{color:#e0bb78}.cta-band .button.light{background:#eec777;border-color:#eec777}footer{background:#edf0f1}.footer-bottom{border-color:#d2dbe0}.main-product-image{border:1px solid #e5e7e6;padding:24px;background:#fff}.main-product-image img{object-fit:contain;aspect-ratio:1/1}.main-product-image .badge{position:static;display:inline-block;margin-top:12px;background:#f4eee1;color:#786132}.gallery-thumbs button{background:#fff}.gallery-thumbs img{aspect-ratio:1/1;object-fit:contain}.detail-copy h1{font-size:49px}.concept-note,.notice{background:#edf1f3}.notice{border-left-color:#bd934d}.contact-note{background:#f0e9dc}.source-reference{margin-top:22px;border-top:1px solid var(--line);padding-top:15px;display:flex;justify-content:space-between;gap:15px;font-size:10px;color:#6e7881}.source-reference a{text-decoration:underline;text-underline-offset:3px}.spec-list dd{overflow-wrap:anywhere}.result-icon{background:#eaf0f2}input[type=file]::file-selector-button{background:#edf1f3}.brief-chips span{background:#fbf8f1;border-color:#e5decd}.filters button[aria-pressed=true]{background:#173b5b}.search-label input:focus{border-color:#8ba2b3}.factory-grid h2{font-size:43px}
@media(max-width:1100px){.brand-wordmark{font-size:20px}.brand>img{width:42px;height:39px}.brand-wordmark small{font-size:6px}.source-hero{min-height:430px}.hero{gap:30px}.hero h1{font-size:54px}.hero-photo-footer{padding:17px}.hero-photo-footer p{font-size:11px}.detail-copy h1{font-size:41px}}
@media(max-width:800px){.brand-wordmark{font-size:22px}.brand>img{width:43px;height:38px}.hero{padding-block:28px 35px;gap:27px}.hero h1{font-size:clamp(43px,8vw,64px)}.source-hero{min-height:0;aspect-ratio:auto;border-top-left-radius:75px}.hero-image-area{height:340px;min-height:0;padding:50px 12px 10px}.hero-image-area>img{max-height:270px}.hero-photo-footer{padding:20px}.hero-photo-footer p{font-size:11px}.hero-collection-label{font-size:8px;top:19px;right:17px}.product-name-row h3{font-size:16px}.source-product{padding:13px}.source-product .badge{font-size:7px;top:8px;left:8px;padding:4px 6px}.factory-grid h2{font-size:37px}.factory-small-grid{gap:12px}.detail-copy h1{font-size:42px}.main-product-image{padding:17px}nav>a[aria-current=page]{background:#edf1f3}.source-reference{flex-wrap:wrap}.featured .product-card:last-child{display:block}.featured{grid-template-columns:1fr 1fr}.featured .product-card:last-child{grid-column:1/-1;max-width:calc(50% - 8px)}.hero-description{max-width:520px}.factory-grid{gap:30px}}
@media(max-width:420px){.hero h1{font-size:43px}.hero-image-area{height:295px}.hero-photo-footer{padding:17px 14px}.hero-photo-footer .eyebrow{font-size:7px}.hero-photo-footer p{font-size:10px}.hero-photo-footer>a{width:32px;height:32px}.product-name-row h3{font-size:15px}.source-product{padding:10px}.detail-copy h1{font-size:38px}.brand-wordmark{font-size:20px}}

/* Final user-directed European collection palette and restrained typography. */
:root{--ink:#343b35;--muted:#696c64;--paper:#faf8f3;--cream:#eee9df;--line:#ddded5;--green:#52634f;--accent:#b69b77}body{background:var(--paper)}.demo-strip{background:#e7e9df;color:#4d584d;font-size:10px;letter-spacing:.02em}.site-header{background:rgba(250,248,243,.98);border-color:#e3e1d8}.header-inner{height:84px}.brand-wordmark{letter-spacing:.045em;color:#3c443b}.brand-wordmark small{font-size:6px;letter-spacing:.1em}.brand>img{width:47px;height:40px}h1,h2{letter-spacing:-.04em;line-height:1.13}h1{font-weight:500}em{font-family:inherit;font-style:normal}h2{font-size:39px}.eyebrow{letter-spacing:.1em;font-size:10px;color:#65705e}.tiny-star{display:none}.hero{grid-template-columns:1fr 1fr;gap:60px;padding-block:56px 62px}.hero h1{font-size:clamp(47px,4.7vw,67px);line-height:1.09;font-weight:500}.hero-description{font-size:15px;max-width:415px}.hero-notes{font-size:10px;color:#7b8073}.button{border-radius:3px;background:#52634f;border-color:#52634f;font-weight:500}.button:hover{background:#414f3e}.button.small{font-weight:500}.text-link{font-weight:500;border-color:#aeb6a4}.text-link:hover,nav>a:hover{color:#6c7964}nav>a[aria-current=page]:after{background:#829078}.source-hero{min-height:450px;border-radius:4px;box-shadow:none;border-color:#e4e1d7}.hero-image-area{padding:38px 12px 19px}.hero-image-area>img{max-height:365px}.hero-collection-label{background:transparent;border:0;top:12px;right:12px;color:#858776;font-size:8px}.hero-photo-footer{background:#ebe7dc;padding:20px 21px}.hero-photo-footer .eyebrow{color:#70725f;font-weight:500}.hero-photo-footer p{color:#4d5347;font-size:12px}.hero-photo-footer>a{border-color:#bfc3b4;color:#66705e}.category-ribbon{background:#f5f2eb}.category-ribbon span{color:#859077}.category-ribbon a{padding-block:21px}.section{padding-block:76px}.section-heading h2{font-size:39px}.source-product{border-radius:3px;padding:16px}.source-product .badge{display:none}.product-name-row h3{font-size:19px;font-weight:500}.product-label{font-size:9px;letter-spacing:.1em}.product-card>p.fine{font-size:11px;color:#777c70}.product-image:hover img{transform:scale(1.02)}.circle-link{border-color:#c3c9b9}.custom-section{background:#e9ebe2;padding:66px 0}.custom-grid{gap:80px}.custom-grid h2{font-size:48px}.custom-grid .eyebrow{color:#637159}.steps li{border-color:#cdd4c4}.steps li>span{font-family:Arial,sans-serif;color:#839076;font-size:20px}.steps h3{font-size:20px}.factory-grid h2{font-size:40px}.factory-grid>div>p:not(.eyebrow){line-height:1.8}.check-list li:before{color:#8b977f}.factory-gallery img{border-radius:3px}.factory-source-note{color:#828677}.faq-section h2{font-size:35px}.faqs summary{font-weight:500}.cta-band{background:#e6e9de;border-radius:3px;margin-bottom:72px}.cta-band h2{color:#3d4939;font-size:31px}.cta-band .eyebrow{color:#7b866f}.cta-band .button.light{background:#52634f;border-color:#52634f;color:white}footer{background:#f0eee7}.footer-bottom{border-color:#dcdfd3}.footer-top h3{font-weight:500}.page-intro h1{font-size:55px}.contact-copy h1{font-size:60px;line-height:1.15}.contact-note{background:#ece9df}.contact-note .tag-star{display:none}.contact-note h2{font-size:22px}.form-panel{background:#fffefa;border-color:#dfe1d5;border-radius:4px}.concept-note,.notice{background:#ecefe6}.notice{border-left-color:#8c9b80}.filters button[aria-pressed=true]{background:#52634f}.main-product-image{border-radius:4px}.main-product-image .badge{background:#eeeee4;color:#7a7e6b}.source-reference{color:#7c8176}.result-icon{background:#e7ecdf}.brief-chips span{background:#f6f4ed;border-color:#dedfd2}.palette-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.colour-section{border-bottom:1px solid var(--line)}.palette-card{min-width:0}.palette-swatches{display:grid;grid-template-columns:2fr 1.15fr 1fr;height:118px;overflow:hidden;border-radius:3px}.palette-oat-sage .swatch-one{background:#d8c7af}.palette-oat-sage .swatch-two{background:#98a28d}.palette-oat-sage .swatch-three{background:#efe8dc}.palette-clay-cream .swatch-one{background:#b98878}.palette-clay-cream .swatch-two{background:#f0e7dc}.palette-clay-cream .swatch-three{background:#705d50}.palette-blue-sand .swatch-one{background:#8a9eae}.palette-blue-sand .swatch-two{background:#d7c8b5}.palette-blue-sand .swatch-three{background:#8c8981}.palette-number{font-size:9px;letter-spacing:.09em;margin:19px 0 10px;color:#7e8772}.palette-card h3{font-size:24px}.palette-colour-names{font-size:11px;margin:10px 0;color:#78806e}.palette-description{font-size:13px;line-height:1.75;min-height:72px}.palette-card .text-link{font-size:12px;margin-top:16px}.palette-disclaimer{margin-top:30px;font-size:11px;color:#838778}.source-reference a{color:#707966}
@media(max-width:1100px){.hero{gap:35px}.hero h1{font-size:54px}.source-hero{min-height:420px}.hero-image-area>img{max-height:330px}.header-inner{gap:16px}.brand-wordmark{font-size:19px}.brand>img{width:39px;height:35px}.hero .actions{gap:17px}.palette-description{min-height:96px}.contact-copy h1{font-size:48px}.custom-grid h2{font-size:43px}}
@media(max-width:800px){.header-inner{height:72px}.brand-wordmark{font-size:21px}.hero{grid-template-columns:1fr;gap:30px;padding-block:31px 35px}.hero h1{font-size:clamp(42px,8.6vw,61px)}.hero-description{font-size:14px}.hero .eyebrow{font-size:9px}.source-hero{min-height:0}.hero-image-area{height:290px;padding:30px 12px 12px}.hero-image-area>img{max-height:250px}.hero-photo-footer{padding:16px 18px}.hero-photo-footer p{font-size:11px}.hero-collection-label{font-size:7px}.section{padding-block:52px}.section-heading h2{font-size:33px}.custom-section{padding:49px 0}.custom-grid{gap:32px}.custom-grid h2{font-size:39px}.factory-grid h2{font-size:34px}.faq-section h2{font-size:32px}.product-name-row h3{font-size:16px}.product-card>p.fine{font-size:10px}.source-product{padding:10px}.featured .product-card:last-child{grid-column:auto;max-width:none}.featured{display:flex;overflow-x:auto;gap:18px;scroll-snap-type:x mandatory;padding-bottom:15px}.featured .product-card{flex:0 0 75%;scroll-snap-align:start}.featured .product-card:last-child{display:block}.featured .product-name-row h3{font-size:19px}.palette-grid{grid-template-columns:1fr;gap:34px}.palette-swatches{height:97px}.palette-description{min-height:0;max-width:440px}.palette-card .text-link{margin-top:12px}.palette-number{margin-top:14px}.palette-card h3{font-size:24px}.palette-disclaimer{font-size:10px}.cta-band{margin-bottom:52px;padding:28px 23px}.cta-band h2{font-size:28px}.page-intro h1{font-size:43px}.contact-copy h1{font-size:46px}nav>a[aria-current=page]{background:#e9ede1}.form-panel .actions{gap:18px}.detail-copy h1{font-size:39px}}
@media(max-width:420px){.hero h1{font-size:43px}.hero .actions{gap:16px}.hero .text-link{font-size:11px}.hero-image-area{height:255px}.hero-image-area>img{max-height:220px}.hero-photo-footer p{font-size:10px}.hero-photo-footer .eyebrow{font-size:7px}.hero-photo-footer{padding:16px 13px}.contact-copy h1{font-size:43px}.page-intro h1{font-size:41px}.product-name-row h3{font-size:15px}.brand-wordmark small{font-size:5.5px}.featured .product-card{flex-basis:82%}.palette-swatches{height:91px}}

.hero h1{font-size:clamp(43px,4.7vw,66px);line-height:1.15;letter-spacing:-.04em}.hero-notes{gap:18px;flex-wrap:wrap}.hero-notes span:before{display:none}.hero-notes span+span{border-left:1px solid #c8cfbf;padding-left:18px}.brand-experience{padding-block:41px 39px;border-bottom:1px solid var(--line)}.brand-experience>div:first-child{text-align:center}.brand-experience .eyebrow{font-size:9px;margin-bottom:11px}.brand-experience h2{font-size:25px;letter-spacing:-.025em}.brand-experience p:not(.eyebrow){font-size:11px;margin-top:10px;color:#7e8375}.brand-logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:27px;margin-top:31px}.brand-logo-grid>div{display:grid;place-items:center;background:#fff;border:1px solid #ecebe5;min-height:84px;padding:17px 20px;border-radius:2px}.brand-logo-grid img{height:45px;width:100%;object-fit:contain}.custom-grid{grid-template-columns:1.05fr 1fr;gap:35px 85px}.custom-grid>div:first-child{grid-row:1/3}.custom-grid h2{font-size:44px}.service-overview{display:grid;grid-template-columns:1fr 1fr;gap:25px}.service-overview article{border-top:1px solid #c1cbb8;padding-top:19px}.service-overview article>span{font-size:12px;letter-spacing:.12em;color:#727f65}.service-overview h3{font-size:18px;margin:12px 0;line-height:1.4}.service-overview p{font-size:12px;line-height:1.75}.custom-grid .steps{grid-column:2}.steps li{padding:17px 0}.steps li:first-child{padding-top:0}.steps p{font-size:12px}.steps h3{font-size:18px;margin-bottom:7px}.quality-section{background:#f0eee6;padding:67px 0}.quality-section h2{font-size:38px}.quality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.quality-grid article{border-top:1px solid #ccd2c2;padding-top:21px}.quality-number{font-size:12px;color:#838e78}.quality-grid h3{font-size:21px;margin:16px 0;line-height:1.35}.quality-grid p{font-size:13px;line-height:1.8}.audit-brands{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0 0}.audit-brands li{border:1px solid #cdd4c2;padding:4px 9px;border-radius:2px;font-size:11px;color:#59674f;background:#f7f7f0}.quality-footer{border-top:1px solid #d7dbce;margin-top:30px;padding-top:24px;display:flex;justify-content:space-between;gap:35px;align-items:center}.quality-footer p{max-width:660px;font-size:11px;color:#828776}.quality-footer a{font-size:12px;flex-shrink:0}.contact-copy h1{font-size:55px}.contact-copy h1 br{display:block!important}
@media(max-width:1100px){.hero h1{font-size:51px}.hero .eyebrow{font-size:9px}.brand-logo-grid{gap:15px}.brand-logo-grid>div{padding:12px}.custom-grid{gap:30px 48px}.custom-grid h2{font-size:39px}.service-overview{gap:18px}.quality-footer{align-items:flex-start;flex-direction:column;gap:20px}.quality-grid{gap:26px}.contact-copy h1{font-size:47px}}
@media(max-width:800px){.hero h1{font-size:clamp(40px,7.6vw,58px)}.brand-experience{padding-block:35px}.brand-experience h2{font-size:23px}.brand-logo-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.brand-logo-grid>div{min-height:66px;padding:12px}.brand-logo-grid img{height:35px}.custom-grid{grid-template-columns:1fr;gap:31px}.custom-grid>div:first-child{grid-row:auto}.custom-grid .steps{grid-column:auto}.custom-grid h2{font-size:37px}.quality-section{padding-block:48px}.quality-section h2{font-size:32px}.quality-grid{grid-template-columns:1fr;gap:25px}.quality-grid h3{font-size:20px;margin-block:11px}.quality-grid article{padding-top:16px}.quality-footer{margin-top:25px}.contact-copy h1{font-size:44px}}
@media(max-width:420px){.hero h1{font-size:39px}.hero-notes{font-size:9px;gap:12px}.hero-notes span+span{padding-left:12px}.hero .eyebrow{font-size:8px;letter-spacing:.085em}.contact-copy h1{font-size:42px}.service-overview{gap:18px}.service-overview h3{font-size:17px}.brand-logo-grid{gap:10px}}

.certificate-marks{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.certificate-marks article{display:flex;align-items:center;gap:20px;border:1px solid var(--line);padding:24px;background:#fff}.certificate-marks img{width:72px;height:60px;object-fit:contain}.testing-wordmark{font:700 42px Arial,sans-serif;letter-spacing:-3px;color:#373b37;border-bottom:3px solid #df762c;padding:0 3px}.certificate-marks h3{font-size:15px;margin:0 0 6px}.certificate-marks p{font-size:12px;line-height:1.6;margin:0;color:var(--muted)}.certificate-overview{margin:0;background:#f2f2ed;border:1px solid var(--line);padding:18px}.certificate-overview img{display:block;width:100%;height:auto}.certificate-overview figcaption{font-size:11px;color:var(--muted);padding:14px 4px 0}.certificate-footer{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:22px}.certificate-footer p{max-width:640px;font-size:12px;color:var(--muted)}.certificate-footer a{white-space:nowrap;font-size:12px}.exhibition-section{padding:80px 0;background:#e8ece5}.exhibition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.exhibition-card{background:#fff;min-width:0}.exhibition-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#dfe3da}.exhibition-image>img{display:block;width:100%;height:100%;object-fit:cover}.image-provenance{position:absolute;left:10px;bottom:10px;right:10px;width:fit-content;max-width:calc(100% - 20px);padding:6px 9px;background:rgba(255,255,255,.95);font-size:9px;color:#414940;line-height:1.4}.exhibition-copy{padding:24px}.exhibition-copy h3{font-size:23px;line-height:1.3;margin:12px 0}.exhibition-copy>p:not(.eyebrow){font-size:13px;line-height:1.7}.exhibition-copy>.fine{font-size:10px!important;min-height:34px}.exhibition-copy .text-link{font-size:12px}.exhibition-thumbs{display:flex;gap:8px;margin:12px 0}.exhibition-thumbs button{border:2px solid transparent;padding:2px;background:transparent;cursor:pointer}.exhibition-thumbs button[aria-pressed=true]{border-color:var(--green)}.exhibition-thumbs img{width:62px;height:44px;object-fit:cover;display:block}.exhibition-note{margin:24px 0 0;font-size:11px}.certificate-section .section-heading>div:last-child{max-width:390px}
@media(max-width:1000px){.certificate-marks article{padding:16px;gap:12px}.certificate-marks img{width:48px}.testing-wordmark{font-size:32px}.exhibition-grid{gap:16px}.exhibition-copy{padding:18px}.exhibition-copy h3{font-size:21px}.certificate-footer{align-items:flex-start}.certificate-footer a{white-space:normal}}
@media(max-width:700px){.certificate-marks{grid-template-columns:1fr;gap:10px}.certificate-marks article{padding:16px;gap:20px}.certificate-marks img{width:62px;height:48px}.testing-wordmark{width:62px;text-align:center}.certificate-overview{padding:8px}.certificate-overview figcaption{line-height:1.6;padding:12px 5px 5px}.certificate-footer{display:block}.exhibition-grid{grid-template-columns:1fr;gap:24px}.exhibition-section{padding:56px 0}.exhibition-copy{padding:24px}.exhibition-copy h3{font-size:26px}.exhibition-copy>.fine{min-height:0}.image-provenance{font-size:10px}}
/* Catalog expansion: retain the original demo theme and image treatment. */
.catalog-tools{flex-wrap:wrap;align-items:center}.catalog-tools .filters{flex:1;min-width:0}.catalog-tools .search-label{width:300px;flex-shrink:0}.catalog-tools .search-label input{width:100%;max-width:none;font-size:14px;min-height:46px}.filters button{font-size:14px}
.catalog-refine{display:flex;gap:20px;align-items:flex-end;padding:18px 0;border-bottom:1px solid var(--line);flex-wrap:wrap}.catalog-refine label{display:flex;flex-direction:column;gap:7px;font-size:13px;color:var(--muted);min-width:210px;flex:1}.catalog-refine select{width:100%;min-height:46px;padding:9px 34px 9px 12px;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--ink);font-size:14px}.catalog-refine .text-button{min-height:46px;padding-inline:10px;font-size:14px}.product-reference{font-size:12px;letter-spacing:.06em;margin-top:10px;color:#647064;overflow-wrap:anywhere}.product-card .fine{font-size:14px;line-height:1.6}.product-name-row{align-items:flex-start}.product-name-row h3{font-size:20px;line-height:1.3}.circle-link{min-width:38px;height:38px}.catalog-meta{scroll-margin-top:120px}.catalog-pagination{display:flex;justify-content:center;gap:28px;align-items:center;flex-wrap:wrap;margin-top:44px;padding-top:24px;border-top:1px solid var(--line)}.catalog-pagination button{border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--ink);padding:11px 19px;min-height:46px;font-size:14px}.catalog-pagination button:not(:disabled):hover{background:var(--cream)}.catalog-pagination button:disabled{opacity:.4;cursor:not-allowed}.catalog-pagination span{font-size:14px;color:var(--muted)}.reference-type{margin-top:16px}.spec-list{font-size:14px}.detail-copy .reference-type{font-size:13px}.main-product-image img{max-height:620px}.source-reference{flex-wrap:wrap;gap:12px}.source-reference>span{font-size:13px}
@media(max-width:800px){.catalog-tools .search-label{width:100%}.catalog-refine{gap:14px}.catalog-refine label{min-width:0;flex-basis:calc(50% - 10px)}.catalog-refine .text-button{padding-left:0}.filters button{font-size:13px;padding:10px}.product-card .fine{font-size:13px}.product-name-row h3{font-size:18px}.spec-list>div{grid-template-columns:.9fr 1.1fr;gap:14px}.catalog-pagination{gap:18px}}
@media(max-width:480px){.catalog-refine label{flex-basis:100%}.catalog-pagination button{padding:10px 13px}.catalog-pagination{gap:12px}.product-name-row h3{font-size:17px}.product-reference{font-size:11px}}

/* Cyan brand preview: plush warmth with engineering clarity. */
:root{--ink:#123047;--muted:#536b79;--paper:#fff;--cream:#eef9fb;--line:#d8e8ec;--green:#123047;--accent:#16b8c8}
body{background:var(--paper);color:var(--ink)}
.demo-strip{background:#0d283b;color:#d9f7fa}
.site-header{background:rgba(255,255,255,.96);border-color:#dcecef;box-shadow:0 8px 28px rgba(18,48,71,.045)}
.brand{gap:12px}.brand>img{display:none}
.brand:before{content:'Y';display:grid;place-items:center;width:42px;height:42px;border-radius:14px 14px 14px 5px;background:linear-gradient(145deg,#24c6d4,#0d9fb2);color:#fff;font:700 25px/1 Arial,sans-serif;letter-spacing:-.08em;box-shadow:0 7px 18px rgba(22,184,200,.2)}
.brand-wordmark{color:#123047;letter-spacing:.055em}.brand-wordmark small{color:#617887;letter-spacing:.13em}
nav>a[aria-current=page]:after{background:#16b8c8}nav>a:hover,.text-link:hover{color:#0b98aa}
.button{background:#123047;border-color:#123047;border-radius:5px}.button:hover{background:#0d9fb2;border-color:#0d9fb2}
.eyebrow,.tiny-star,.tag-star{color:#0c9faf}.text-link{border-color:#8ccfd6}
.hero{padding-block:58px 64px}.hero h1{color:#123047}
.source-hero{border-color:#dcecef;border-radius:96px 10px 10px 10px;box-shadow:0 24px 65px rgba(18,48,71,.09)}
.hero-image-area{background:linear-gradient(145deg,#f8fdfe,#eaf8fa)}
.hero-collection-label{color:#0b7f8e;border-color:#a9dde2;background:#effbfd}
.hero-photo-footer{background:#123047}.hero-photo-footer .eyebrow{color:#72dbe4}.hero-photo-footer p{color:#fff}.hero-photo-footer>a{color:#fff;border-color:#4a7188}
.category-ribbon{background:#f6fcfd;border-color:#d8e8ec}.category-ribbon span{color:#16b8c8}.category-ribbon a:hover{background:#eaf8fa}
.brand-logo-grid>div,.source-product,.exhibition-card,.form-panel{border-color:#dce9ec;box-shadow:0 12px 32px rgba(18,48,71,.035)}
.product-image{background:#eef7f8}.circle-link{border-color:#9bcfd5;color:#0b92a2}
.custom-section{background:#eaf8fa}.custom-grid .eyebrow,.steps li>span{color:#0b96a7}.service-overview article,.steps li{border-color:#bfdee2}
.quality-section{background:#123047}.quality-section h2,.quality-section h3{color:#fff}.quality-section p{color:#bcd0da}.quality-section .eyebrow,.quality-number{color:#61d4df}.quality-grid article,.quality-footer{border-color:#34576c}.audit-brands li{background:#183c53;border-color:#416477;color:#d9f7fa}
.cta-band{background:linear-gradient(120deg,#123047,#0b6f80)}.cta-band h2{color:#fff}.cta-band .eyebrow{color:#78dce5}.cta-band .button.light{background:#f4c96b;border-color:#f4c96b;color:#123047}
footer{background:#eef7f9}.contact-note,.concept-note,.notice{background:#eaf8fa}.notice{border-left-color:#16b8c8}
.filters button[aria-pressed=true]{background:#123047}.gallery-thumbs button[aria-pressed=true]{border-color:#16b8c8}.certificate-overview{background:#eff7f8}.exhibition-section{background:#eaf4f6}
input:not([type=checkbox]),textarea,select{background:#fff;border-color:#c7dde2}:focus-visible{outline-color:#16b8c8}
@media(max-width:800px){.brand:before{width:38px;height:38px;border-radius:12px 12px 12px 4px;font-size:22px}nav>a[aria-current=page]{background:#e7f7f9}.source-hero{border-top-left-radius:70px}}
