@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#004e73;--teal:#007ca4;--sky:#34a8e0;--gold:#af9165;--ink:#153747;--muted:#5a727e;--line:#dbe7ec;--stone:#eef5f8;--paper:#fff;--soft:#f5f9fb}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 'DM Sans',Arial,sans-serif}button,input{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--sky);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}img{display:block;max-width:100%}.skip{position:fixed;top:-80px;left:16px;z-index:50;padding:12px 16px;background:#fff}.skip:focus{top:10px}.section-wrap{width:min(1440px,calc(100% - 96px));margin:auto}.eyebrow,.card-overline{font-size:12px;line-height:1.4;font-weight:700;letter-spacing:.14em;margin-bottom:24px}
.announcement{height:35px;display:flex;align-items:center;justify-content:center;gap:48px;background:var(--navy);color:#fff;font-size:12px;letter-spacing:.015em}.announcement a{text-decoration:underline;text-underline-offset:3px}.site-header{height:82px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.wordmark,.footer-brand{font-family:'Manrope',Arial,sans-serif;font-size:37px;font-weight:800;letter-spacing:-.085em;line-height:1}.wordmark img{width:210px;height:auto}.footer-brand img{width:250px;height:auto}.site-header nav{display:flex;gap:clamp(18px,2.7vw,42px);align-items:center;font-size:14px;font-weight:600}.site-header nav a:hover,.footer-column a:hover,.footer-column button:hover{text-decoration:underline;text-underline-offset:5px}.header-cta{display:flex;align-items:center;gap:24px;border:1px solid var(--navy);background:var(--navy);color:#fff;padding:11px 16px;font-size:13px;font-weight:700;white-space:nowrap;border-radius:3px;transition:background .2s,border-color .2s}.header-cta:hover{background:var(--teal);border-color:var(--teal)}.header-cta span{font-size:17px}
.hero{display:grid;grid-template-columns:49% 51%;min-height:565px;background:#fff}.hero-copy{padding:clamp(55px,6.7vw,100px) 7% 55px max(7%,calc((100vw - 1440px)/2 + 48px));display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero h1{font-size:clamp(48px,4.4vw,75px);line-height:1.12;letter-spacing:-.068em;font-weight:600;margin-bottom:22px}.hero-intro{font-size:17px;line-height:1.7;max-width:530px;color:var(--muted);margin-bottom:30px}.hero-actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:50px;padding:13px 20px;font-size:14px;font-weight:600;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--navy);color:#fff;border:1px solid var(--navy);border-radius:3px;box-shadow:0 5px 14px #004e7312}.button-dark:hover{background:var(--teal);border-color:var(--teal);box-shadow:0 7px 18px #004e7320}.button span,.simple-link span{font-size:18px;line-height:1}.simple-link{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:17px;border-bottom:1px solid var(--gold);padding:8px 0}.simple-link:hover{gap:23px}.hero-visual{position:relative;display:grid;place-items:center;min-height:46.4vw;background:#e9f3f7;overflow:hidden}.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.service-strip{border-bottom:1px solid var(--navy);display:flex;justify-content:center;gap:clamp(30px,7vw,115px);padding:17px 24px;background:var(--navy);color:#fff;font-size:13px;font-weight:500}.service-strip span+span:before{content:'·';position:relative;left:-25px;color:#d6bd94}
.collection{padding-top:95px;padding-bottom:110px}.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:49px}.section-heading h2,.process-heading h2,.contact-copy h2{font-size:clamp(37px,3.6vw,58px);line-height:1.14;letter-spacing:-.06em;font-weight:600;margin:0}.section-heading>p{max-width:360px;color:var(--muted);font-size:16px;line-height:1.7;margin:0 0 5px}.section-heading .eyebrow{margin-bottom:16px}.collection-tools{display:flex;justify-content:space-between;gap:25px;align-items:end;border-bottom:1px solid var(--line);margin-bottom:27px}.filters{display:flex;gap:28px}.filters button{border:0;border-bottom:2px solid transparent;background:none;padding:0 0 13px;font-size:14px;color:#687e89}.filters button:hover,.filters button.active{border-bottom-color:var(--gold);color:var(--navy)}.collection-tools>a{padding-bottom:14px;font-size:13px;font-weight:700}.collection-tools>a:hover{text-decoration:underline}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product{min-width:0}.photo-button{border:0;background:var(--stone);width:100%;display:block;position:relative;padding:0;overflow:hidden;border-radius:5px;border:1px solid #e3edf1;transition:border-color .25s,box-shadow .25s}.product-photo{aspect-ratio:1/1.14;background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .35s}.photo-button:hover .product-photo{transform:scale(1.045)}.product-photo.q0{background-image:url('/assets/theedoek-rood-blauw-transparent.png')}.product-photo.q1{background-image:url('/assets/glasdoek-rood-wit-transparent.png')}.product-photo.q2{background-image:url('/assets/blokdoek-zwart-wit-transparent.png')}.product-photo.q3{background-image:url('/assets/zwarte-microvezeldoek-voorbeeld.png');background-size:contain;background-position:center}.photo-button:hover{border-color:#9acbdd;box-shadow:0 8px 24px #004e7310}.category-tag{position:absolute;left:14px;top:14px;background:#ffffffeb;color:var(--navy);padding:6px 9px;font-size:11px;font-weight:700;letter-spacing:.08em;border-radius:2px}.product-info{padding:17px 2px 0}.product-heading button{font-size:17px;font-weight:700;border:0;background:none;text-align:left;padding:0}.product-heading button:hover{text-decoration:underline}.product-info p{font-size:13px;color:var(--muted);margin:4px 0 17px}.discover-product{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;border-top:1px solid var(--line);background:none;text-align:left;padding:11px 0 0;font-size:13px;font-weight:600}.discover-product span{font-size:18px}.discover-product:hover{text-decoration:underline}
.rental-process{background:var(--navy);color:#fff;padding:68px 0}.process-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:0 7%;align-items:end;margin-bottom:34px}.process-heading .eyebrow{grid-column:1/-1;margin-bottom:18px}.process-heading h2{max-width:780px;font-size:clamp(34px,3.1vw,49px);line-height:1.17;letter-spacing:-.045em}.process-heading>p:last-child{max-width:430px;color:#d1e4ed;line-height:1.75;margin:0 0 4px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff2e;margin-bottom:28px}.process-grid article{padding:26px 32px 8px 0;border-right:1px solid #ffffff2e}.process-grid article+article{padding-left:32px}.process-grid article:last-child{border-right:0}.process-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid #d6bd9466;border-radius:9px;background:#ffffff06;color:#d6bd94}.process-icon svg{width:29px;height:29px}.process-grid h3{font-size:21px;letter-spacing:-.025em;line-height:1.3;margin:19px 0 10px;font-weight:600}.process-grid p{font-size:15px;color:#d1e4ed;max-width:360px;line-height:1.7;margin-bottom:0}

.story{display:grid;grid-template-columns:1fr 1fr;min-height:565px}.story-art{background:#f0f7fa;display:grid;place-items:center;overflow:hidden}.story-art img{height:490px;width:80%;object-fit:contain;filter:drop-shadow(18px 22px 13px #004e7322)}.story-copy{padding:80px clamp(45px,8vw,130px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.story-copy h2{font-size:clamp(35px,3.25vw,52px);line-height:1.17;letter-spacing:-.06em;font-weight:600;max-width:650px;margin-bottom:22px}.story-copy>p:not(.eyebrow){font-size:16px;color:var(--muted);max-width:550px;line-height:1.75;margin-bottom:14px}.story-copy .simple-link{margin-top:10px}
.contact-section{padding-top:105px;padding-bottom:110px;display:grid;grid-template-columns:1fr .9fr;gap:10%}.contact-copy p:not(.eyebrow){max-width:510px;color:var(--muted);font-size:17px;line-height:1.75;margin:22px 0 40px}.contact-details{display:flex;flex-direction:column;align-items:flex-start;gap:7px;font-size:17px;font-weight:600}.contact-details a:hover{text-decoration:underline}.contact-card{background:#faf7f1;padding:42px 45px 36px;align-self:start;border-top:3px solid var(--gold);border-radius:3px;box-shadow:0 12px 35px #004e7308}.contact-card .card-overline{margin-bottom:32px}.contact-card h3{font-size:30px;letter-spacing:-.05em;line-height:1.25;margin-bottom:17px}.contact-card>p:not(.card-overline){font-size:15px;line-height:1.7;color:var(--muted);margin-bottom:25px}.contact-card .button{width:100%}.contact-card small{display:block;font-size:12px;line-height:1.5;color:#687e89;margin-top:17px}
.site-footer{background:#082e41;color:#fff;border-top:3px solid var(--gold)}.footer-main{padding-top:65px;padding-bottom:65px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:5%}.footer-brand{display:inline-block;margin-bottom:19px}.footer-about p{max-width:260px;color:#bacfd9;font-size:14px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-column h2{font:700 14px/1.4 'DM Sans',Arial,sans-serif;margin:5px 0 12px}.footer-column a,.footer-column button,.footer-column p{font-size:13px;line-height:1.5;color:#c5d8e0;border:0;background:none;padding:0;text-align:left;margin:0}.footer-bottom{padding-top:22px;padding-bottom:27px;border-top:1px solid #ffffff26;display:flex;justify-content:space-between;font-size:12px;color:#bacfd9}.footer-bottom a:hover{text-decoration:underline}
dialog{border:0;padding:0;width:min(890px,94vw);max-height:90dvh;overflow:auto;background:#fff;color:var(--ink);box-shadow:0 25px 90px #1115}dialog::backdrop{background:#0009}body:has(dialog[open]){overflow:hidden}.close{position:absolute;z-index:2;right:15px;top:15px;border:0;border-radius:50%;width:39px;height:39px;background:#fff;font-size:27px;display:grid;place-items:center}.detail-grid{display:grid;grid-template-columns:1fr 1fr}.detail-grid .product-photo{height:100%;min-height:520px;aspect-ratio:auto;background-color:var(--stone)}.detail-grid .product-photo.q3{background-size:contain}.detail-copy{padding:64px 40px 42px}.detail-copy .eyebrow{margin-bottom:18px}.detail-copy h2{font-size:36px;letter-spacing:-.055em;line-height:1.2;margin-bottom:18px}.detail-copy p{font-size:15px;color:var(--muted);line-height:1.7}.product-specs{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:22px 0;padding:12px 0;font-size:14px}.product-specs div{display:flex;justify-content:space-between;gap:15px;padding:5px 0}.product-specs dt{color:#687e89}.product-specs dd{margin:0;text-align:right}.detail-copy .button{width:100%;margin-top:16px}.email-note,.photo-note{font-size:12px!important}.detail-phone{font-size:14px;text-decoration:underline;text-underline-offset:4px}

/* Wasserij Adam: logo palette, with gold reserved for small accents. */
h1,h2,h3,.site-header nav,.simple-link,.collection-tools>a,.discover-product,.contact-details{color:var(--navy)}
.eyebrow,.card-overline{color:var(--teal)}
.hero .eyebrow:before,.section-heading .eyebrow:before{content:"";display:inline-block;width:26px;height:2px;background:var(--gold);vertical-align:middle;margin-right:12px}
.hero h1 .brand-accent{color:var(--teal)}
.site-header nav a:hover,.simple-link:hover,.discover-product:hover,.contact-details a:hover{color:var(--teal)}
.rental-process h2,.rental-process h3{color:#fff}
.rental-process .eyebrow{color:#d6bd94}
.rental-process .button-dark{background:#fff;color:var(--navy);border-color:#fff;box-shadow:none}
.rental-process .button-dark:hover{background:#f2e8d8;border-color:#f2e8d8}
.footer-column h2{color:#d6bd94}
.footer-column a:hover,.footer-column button:hover,.footer-bottom a:hover{color:#fff}
.contact-card .card-overline{color:#826641}
.close{color:var(--navy)}
@media(max-width:1000px){.site-header nav{gap:16px}.hero h1{font-size:clamp(43px,4.9vw,60px)}.section-wrap{width:calc(100% - 60px)}.products{gap:14px}.story-copy{padding:60px 7%}.footer-main{gap:25px}}
@media(max-width:720px){html{scroll-padding-top:72px}.section-wrap{width:calc(100% - 40px)}.announcement{height:31px;gap:0;font-size:11px}.announcement a{display:none}.site-header{height:68px;padding:0 20px;gap:12px}.wordmark img{width:175px}.site-header nav{margin-left:auto;gap:15px}.site-header nav a{font-size:12px}.site-header nav a:nth-child(n+3){display:none}.header-cta{font-size:0;padding:10px 11px;gap:0}.header-cta span{font-size:19px}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 25px 45px}.hero .eyebrow{font-size:11px;margin-bottom:17px}.hero h1{font-size:clamp(45px,10vw,66px);margin-bottom:19px}.hero-intro{font-size:16px;line-height:1.6;margin-bottom:26px}.hero-actions{gap:16px}.hero-visual{height:auto;min-height:0;aspect-ratio:1}.hero-visual img{height:100%;width:100%;object-position:center}.service-strip{padding:13px 20px;justify-content:space-between;gap:10px;font-size:10px}.service-strip span+span:before{display:none}.collection{padding-top:65px;padding-bottom:75px}.section-heading{display:block;margin-bottom:28px}.section-heading h2{font-size:39px}.section-heading>p{margin-top:20px;font-size:15px}.collection-tools{display:block;margin-bottom:19px}.filters{gap:24px;overflow-x:auto;white-space:nowrap}.filters button{font-size:13px}.collection-tools>a{display:none}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.product-heading button{font-size:15px}.product-info p{font-size:12px;min-height:35px;margin-bottom:7px}.discover-product{font-size:12px}.category-tag{font-size:10px;top:9px;left:9px;padding:4px 6px}.rental-process{padding:48px 0}.process-heading{display:block;margin-bottom:35px}.process-heading h2{font-size:clamp(29px,7.5vw,39px);margin-bottom:18px}.process-heading>p:last-child{font-size:15px}.process-grid{display:block;margin-bottom:25px}.process-grid article,.process-grid article+article{border-right:0;border-bottom:1px solid #ffffff2e;padding:19px 0 23px;min-height:0}.process-grid h3{margin:15px 0 8px;font-size:21px}.process-grid p{font-size:14px;max-width:none}.story{grid-template-columns:1fr}.story-art{height:400px}.story-art img{height:350px}.story-copy{padding:65px 25px}.story-copy h2{font-size:38px}.contact-section{padding-top:72px;padding-bottom:75px;display:block}.contact-copy h2{font-size:41px}.contact-copy p:not(.eyebrow){margin:18px 0 25px;font-size:16px}.contact-details{font-size:15px;margin-bottom:35px}.contact-card{padding:28px 23px}.contact-card h3{font-size:27px}.footer-main{padding-top:52px;padding-bottom:48px;grid-template-columns:repeat(2,1fr);gap:38px 20px}.footer-about{grid-column:1/-1}.footer-bottom{gap:15px}.detail-grid{grid-template-columns:1fr}.detail-grid .product-photo{height:320px;min-height:0}.detail-copy{padding:30px 25px}.detail-copy h2{font-size:29px}}
@media(max-width:380px){.site-header nav a:nth-child(2){display:none}.wordmark img{width:145px}.hero-actions{align-items:flex-start;flex-direction:column}.service-strip{font-size:9px}.hero h1{font-size:44px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/* Multi-page navigation, editorial pages and quotation flow. */
.menu-toggle{display:none}.site-header nav a[aria-current=page]{color:var(--teal);text-decoration:underline;text-underline-offset:7px}.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;padding-top:28px;font-size:12px;color:var(--muted)}.breadcrumbs a:hover{text-decoration:underline}.page-intro{padding-top:55px;padding-bottom:50px}.page-intro .eyebrow{color:var(--teal);margin-bottom:18px}.page-intro h1,.product-page h1{font-size:clamp(36px,4.2vw,64px);line-height:1.13;letter-spacing:-.05em;max-width:1000px;margin-bottom:24px}.lead{max-width:800px;font-size:18px;line-height:1.75;color:var(--muted)}.catalog-section{padding-bottom:90px}.catalog-photo{width:100%;height:100%;object-fit:contain;aspect-ratio:1/1.12;padding:22px}.photo-button{display:block}.product-heading{font-size:19px;line-height:1.4;margin:0 0 8px}.product-heading a:hover{color:var(--teal)}.product[hidden]{display:none}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:52px;margin-top:36px;margin-bottom:80px;background:var(--soft);border-left:4px solid var(--gold)}.cta-band h2,.editorial h2,.faq h2,.contact-layout h2,.quote-aside h2{font-size:clamp(27px,2.6vw,38px);line-height:1.25;letter-spacing:-.04em}.cta-band .eyebrow{color:var(--teal);margin-bottom:12px}.cta-band p:last-child{max-width:670px;margin-bottom:0;color:var(--muted)}.cta-band .button{flex-shrink:0}.editorial,.faq{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding-top:75px;padding-bottom:75px}.editorial{border-bottom:1px solid var(--line)}.editorial p,.faq p{color:var(--muted);line-height:1.8}.editorial p a,.prose a,.fine-print a{text-decoration:underline;text-underline-offset:3px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{font-weight:600;cursor:pointer;padding-right:15px}.faq details p{margin:16px 0 0}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-top:48px;padding-bottom:65px;align-items:center}.product-page-image{background:var(--soft);padding:25px;display:grid;place-items:center}.product-page-image img{max-height:590px;width:100%;object-fit:contain}.product-page-copy .lead{font-size:17px}.product-page-copy .button{margin:15px 0}.fine-print{font-size:12px;line-height:1.7;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-bottom:90px}.contact-panel{padding:36px 0}.contact-layout .contact-card{background:var(--soft);padding:42px;border-top:3px solid var(--gold)}address{font-style:normal;line-height:1.8;color:var(--muted)}.quote-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr);align-items:start;gap:5%;padding-bottom:95px}.quote-form{border:1px solid var(--line);padding:36px;background:#fff;border-radius:6px}.form-note{font-size:12px;color:var(--muted);margin-bottom:28px}.quote-form fieldset{border:0;border-bottom:1px solid var(--line);padding:0 0 30px;margin:0 0 30px;min-width:0}.quote-form legend{font-family:Manrope,Arial,sans-serif;font-weight:700;font-size:23px;letter-spacing:-.03em;padding:0;margin-bottom:22px}.quote-form fieldset>p{font-size:14px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 20px}.quote-form label{display:block;font-size:13px;font-weight:600}.quote-form label>span[aria-hidden]{color:var(--teal)}.quote-form input:not([type=checkbox]),.quote-form select,.quote-form textarea{display:block;width:100%;min-height:48px;border:1px solid #b7cbd5;border-radius:3px;background:#fff;color:var(--ink);padding:12px;font:15px/1.5 'DM Sans',Arial,sans-serif;margin-top:8px}.quote-form textarea{resize:vertical}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:2px solid var(--teal);outline-offset:2px}.quote-form input::placeholder,.quote-form textarea::placeholder{color:#76848b}.cloth-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 28px}.cloth-options label{display:flex;align-items:center;gap:10px;border:1px solid var(--line);padding:14px;cursor:pointer;border-radius:3px}.cloth-options label:has(:checked){border-color:var(--teal);background:var(--soft)}.cloth-options input{width:18px;height:18px;accent-color:var(--teal);flex-shrink:0}.quote-form .form-grid+label{margin-top:22px}.quote-form .button{margin:10px 0 12px}.quote-aside{padding:32px;background:#f7f4ef;border-top:3px solid var(--gold);border-radius:3px}.quote-aside .eyebrow{color:#80663f}.quote-aside ul{padding-left:20px}.quote-aside li{padding:0 0 17px 6px;color:var(--muted)}.quote-aside li::marker{color:var(--gold)}.aside-contact{border-top:1px solid #ded5c6;margin-top:24px;padding-top:28px}.aside-contact h3{font-size:18px}.aside-contact p{color:var(--muted);font-size:14px}.aside-contact .contact-details{font-size:16px;margin:22px 0}.prose{max-width:900px;padding-bottom:75px}.prose h2{font-size:24px;margin:35px 0 16px}.prose p{color:var(--muted)}.thanks-actions{padding-bottom:100px}.product-specs div{display:grid;grid-template-columns:110px 1fr;gap:12px;border-bottom:1px solid var(--line);padding:12px 0}.product-specs dd{margin:0;color:var(--muted)}.product-specs dt{font-weight:600}.product-specs{font-size:14px}.footer-column h2{font-size:15px}.footer-column p{font-size:14px}
@media(max-width:1000px){.site-header{gap:12px}.site-header nav{gap:18px}.wordmark img{width:180px}.quote-layout{gap:25px;grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr)}.quote-form{padding:25px}.form-grid,.cloth-options{grid-template-columns:1fr}.cta-band{padding:35px;gap:30px}.quote-aside{padding:26px}}
@media(max-width:850px){.site-header{height:auto;min-height:76px;flex-wrap:wrap;padding:14px 24px;gap:12px}.menu-toggle{display:flex;gap:8px;align-items:center;order:2;background:white;border:1px solid var(--line);padding:9px 12px;font-size:13px;margin-left:auto}.site-header .header-cta{order:3;font-size:12px;gap:10px;padding:10px 12px}.site-header nav{display:none;order:4;flex-basis:100%;padding:14px 0 5px;align-items:stretch;gap:0}.site-header nav.is-open{display:flex;flex-direction:column}.site-header nav a,.site-header nav a:nth-child(n){display:block;padding:12px}.quote-layout{grid-template-columns:1fr}.quote-aside{max-width:none}.form-grid,.cloth-options{grid-template-columns:1fr 1fr}.cta-band{align-items:flex-start;flex-direction:column}.editorial,.faq{gap:35px}.product-page{gap:35px}.product-page h1{font-size:36px}.contact-layout{gap:25px}}
@media(max-width:600px){.section-wrap{width:calc(100% - 40px)}.site-header{padding:12px 14px;gap:8px}.wordmark img{width:130px}.menu-toggle{padding:8px;font-size:11px;gap:5px}.site-header .header-cta{font-size:10px;gap:5px;padding:10px 8px}.header-cta span{font-size:13px}.announcement{font-size:10px;height:31px}.announcement a{display:none}.breadcrumbs{padding-top:22px;font-size:11px;gap:8px}.page-intro{padding-top:35px;padding-bottom:28px}.page-intro h1{font-size:37px}.lead{font-size:16px}.product-page,.editorial,.faq,.contact-layout{grid-template-columns:1fr}.product-page{padding-top:25px;padding-bottom:30px}.product-page-image img{max-height:380px}.product-page-copy h1{font-size:36px}.editorial,.faq{padding-top:45px;padding-bottom:45px;gap:16px}.cta-band{padding:28px;margin-top:15px;margin-bottom:50px}.quote-layout{padding-bottom:50px}.quote-form{padding:22px 18px}.form-grid,.cloth-options{grid-template-columns:1fr}.quote-form legend{font-size:21px}.quote-form input:not([type=checkbox]),.quote-form select,.quote-form textarea{font-size:16px}.quote-aside{padding:27px}.contact-layout .contact-card{padding:28px}.contact-panel{padding-top:10px}.catalog-photo{padding:12px}.product-heading{font-size:17px}.catalog-section{padding-bottom:40px}}

.contact-form h2{font-size:26px;letter-spacing:-.03em;margin-bottom:12px}.contact-form .form-grid{margin-bottom:24px}.contact-form>label{margin-bottom:24px}.contact-form .button{margin-bottom:0}.quote-aside>.contact-details{margin:24px 0;font-size:16px}

.service-intro .lead{max-width:940px}.service-intro-text{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1150px;margin:30px 0 14px}.service-intro-text h2{font-size:23px;line-height:1.4;letter-spacing:-.025em;margin-bottom:14px}.service-intro-text p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:18px}.service-intro-text a{text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:3px;color:var(--navy)}.service-intro-text a:hover{color:var(--teal)}.service-intro>.simple-link{margin-top:5px}@media(max-width:700px){.service-intro-text{grid-template-columns:1fr;gap:10px;margin-top:25px}.service-intro-text h2{font-size:21px}.service-intro>.simple-link{font-size:13px}}
