:root{--sand:#efe7d9;--paper:#faf6ee;--cream:#f5efe4;--burgundy:#4a1720;--ink:#281a17;--gold:#b58c31;--muted:#77675d;--line:rgba(40,26,23,.17);--serif:"Italiana",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{width:100%;height:100%;display:block;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.05}em{font-style:italic;color:var(--burgundy)}.image-cover{overflow:hidden}.site-header{height:88px;padding:0 3.5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;background:rgba(250,246,238,.96);border-bottom:1px solid var(--line);z-index:20}.wordmark{font-family:var(--serif);font-size:2.5rem;letter-spacing:.1em}.site-header>.wordmark{grid-column:2}.nav{display:flex;align-items:center;gap:30px;font-size:.66rem;text-transform:uppercase;letter-spacing:.12em}.nav-left{grid-column:1;grid-row:1}.nav-right{grid-column:3;grid-row:1;justify-content:flex-end}.nav-button{border:1px solid var(--ink);padding:10px 18px}.menu-toggle,.mobile-nav{display:none}.hero{min-height:790px;display:grid;grid-template-columns:43% 57%;background:var(--sand);position:relative}.hero-copy{padding:130px 4vw 110px 6vw;display:flex;flex-direction:column;justify-content:center}.kicker{font-size:.65rem;text-transform:uppercase;letter-spacing:.2em;font-weight:600;color:var(--gold);margin-bottom:22px}.hero h1{font-size:clamp(3.2rem,5vw,6.2rem);max-width:720px}.hero-copy>p:not(.kicker){max-width:470px;color:var(--muted);margin:30px 0}.button{display:flex;align-items:center;justify-content:space-between;gap:30px;width:max-content;min-width:225px;padding:16px 20px;font-size:.69rem;text-transform:uppercase;letter-spacing:.12em;transition:.2s}.button-burgundy{background:var(--burgundy);color:white}.button-burgundy:hover{background:#321016}.hero-collage{position:relative;min-height:790px;padding:48px 5vw 60px 0}.hero-main{height:100%}.detail{position:absolute;border:9px solid var(--sand);box-shadow:0 12px 40px rgba(40,26,23,.15)}.detail-wood{left:-90px;bottom:50px;width:180px;height:210px;transform:rotate(-2deg)}.detail-brass{left:80px;bottom:-38px;width:175px;height:150px;transform:rotate(2deg)}.section{padding:clamp(85px,9vw,145px) clamp(22px,5vw,82px)}.center-heading{text-align:center;max-width:760px;margin:0 auto 52px}.center-heading h2{font-size:clamp(2.5rem,4vw,4.8rem)}.center-heading>p:last-child{max-width:590px;margin:24px auto 0;color:var(--muted)}.center-heading.compact{margin-bottom:45px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.category{border:1px solid var(--line);background:var(--cream);text-align:center;padding-bottom:20px}.category-image{height:390px}.category img{transition:transform .55s ease}.category:hover img{transform:scale(1.03)}.category>span{font-family:var(--serif);font-size:1.22rem;display:inline-block;padding-top:20px}.category>span:after{content:"";display:block;width:25px;height:1px;background:var(--gold);margin:10px auto 0}.underlined-link{display:block;width:max-content;margin:38px auto 0;border-bottom:1px solid var(--burgundy);padding:0 8px 5px;font-size:.7rem;text-transform:uppercase;letter-spacing:.11em}.underlined-link.left{margin:32px 0 0;padding-left:0}.story{display:grid;grid-template-columns:1fr 1fr;min-height:710px}.story-image{min-height:710px}.story-copy{padding:7vw;background:var(--paper);display:flex;flex-direction:column;justify-content:center}.story h2{font-size:clamp(2.7rem,4.2vw,5rem);max-width:650px;margin-bottom:30px}.story-copy>p:not(.kicker){max-width:560px;color:var(--muted);margin-bottom:18px}.contact{min-height:370px;background:var(--burgundy);color:var(--paper);padding:75px 8vw;display:flex;align-items:center;justify-content:space-between;gap:50px}.kicker.light{color:#d8bd80}.contact h2{font-size:clamp(2.5rem,4vw,4.8rem)}.contact>div>p:last-child{color:#cfbbc0;margin-top:22px}.button-light{background:var(--paper);color:var(--burgundy)}.button-light:hover{background:white}footer{padding:38px 5vw;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;background:var(--paper);font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;border-top:1px solid var(--line)}footer p:nth-child(2){text-align:center}footer p:last-child{text-align:right}.footer-logo{font-size:1.55rem}.mobile-nav{position:absolute}
@media(max-width:1050px){.nav{display:none}.site-header{height:74px}.site-header>.wordmark{font-size:2rem}.menu-toggle{display:flex;grid-column:3;grid-row:1;justify-self:end;width:31px;height:20px;padding:0;border:0;background:none;flex-direction:column;justify-content:space-between}.menu-toggle span{height:1px;background:var(--ink);width:100%}.mobile-nav{top:74px;left:0;right:0;background:var(--paper);z-index:19;padding:25px;flex-direction:column;border-bottom:1px solid var(--line)}.mobile-nav.open{display:flex}.mobile-nav a{padding:13px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:1.4rem}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:100px 6vw 80px}.hero-collage{min-height:670px;padding:0}.detail-wood{left:5vw;bottom:35px}.detail-brass{left:210px;bottom:-35px}.category-grid{grid-template-columns:1fr 1fr}.story{grid-template-columns:1fr}.story-image{min-height:610px}.story-copy{padding:85px 7vw}}
@media(max-width:600px){.hero-copy{padding:80px 22px 65px}.hero h1{font-size:2.85rem}.hero-collage{min-height:510px}.detail{border-width:6px}.detail-wood{width:130px;height:150px;bottom:25px}.detail-brass{width:125px;height:105px;left:135px;bottom:-25px}.section{padding:80px 20px}.category-grid{grid-template-columns:1fr}.category-image{height:420px}.story-image{min-height:470px}.story-copy{padding:72px 22px}.contact{display:block;padding:70px 22px}.contact .button{margin-top:35px}.contact h2{font-size:2.7rem}footer{grid-template-columns:1fr;gap:13px}footer p:nth-child(2),footer p:last-child{text-align:left}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.category img{transition:none}}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product{cursor:pointer}.product-image{height:445px;display:block;position:relative;background:var(--cream)}.product-image img{transition:transform .55s ease}.product:hover .product-image img{transform:scale(1.025)}.availability{position:absolute;top:15px;left:15px;background:var(--burgundy);color:white;padding:8px 11px;font-size:.57rem;text-transform:uppercase;letter-spacing:.13em}.availability.upcoming{background:rgba(40,26,23,.78)}.product-meta{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.product-code{display:block;color:var(--gold);font-size:.62rem;font-weight:600;letter-spacing:.18em;margin-bottom:5px}.product-meta h3{font-size:1.35rem}.product-meta strong{font-size:.75rem;font-weight:500;white-space:nowrap;margin-top:4px}

/* Pixel-matched Modern Heritage composition */
.gold-rule{display:block;width:42px;height:2px;background:var(--gold);margin:25px 0}.gold-rule.centered{margin:16px auto 0}.site-header{height:92px;background:#f8f1e6}.hero{min-height:690px;grid-template-columns:47% 53%;background:#f2eadf}.hero-copy{padding:75px 4vw 65px 7vw}.hero h1{font-size:clamp(3.5rem,5.4vw,6.6rem);max-width:660px}.hero h1 em{font-style:normal}.hero-copy>p:not(.kicker){margin:0 0 30px;font-size:1.05rem;color:var(--ink)}.hero-collage{min-height:690px;padding:0}.hero-main{height:100%}.detail-wood{left:-43%;bottom:0;width:235px;height:185px;transform:none;border:7px solid #f2eadf;border-bottom:0}.detail-brass{left:-18%;bottom:0;width:230px;height:230px;transform:none;border:7px solid #f2eadf;border-bottom:0}.collection.section{padding-top:62px;padding-bottom:55px}.collection-heading{margin-bottom:35px}.collection-heading h2{font-size:2rem}.category-grid{gap:26px}.category-image{height:330px}.category>span{font-size:1rem}.underlined-link{margin-top:28px}.brand-row{display:grid;grid-template-columns:1fr 1fr 1fr;min-height:430px}.brand-row .story-image{min-height:430px}.brand-row .story-copy{padding:55px 4.5vw;background:var(--paper)}.brand-row .story-copy h2,.brand-row .contact h2{font-size:2rem}.brand-row .story-copy p{font-size:.8rem;line-height:1.45;margin-top:0}.brand-row .contact{min-height:430px;padding:55px 4.5vw;display:block}.brand-row .contact p{margin:0 0 25px;color:#cfbbc0}.brand-row .button{min-width:170px;padding:13px 18px}.contact-details{display:flex;flex-direction:column;gap:7px;margin-top:35px;font-size:.68rem;color:#e5d4d5}.brand-row+.contact{display:none}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.hero-collage{min-height:610px}.detail-wood{left:5vw}.detail-brass{left:250px}.brand-row{grid-template-columns:1fr 1fr}.brand-row .story-image{grid-column:1/-1;min-height:560px}}
@media(max-width:600px){.hero h1{font-size:3rem}.hero-collage{min-height:490px}.detail-wood{width:130px;height:120px}.detail-brass{left:140px;width:135px;height:150px}.category-image{height:410px}.brand-row{grid-template-columns:1fr}.brand-row .story-image{min-height:430px}}

@media(max-width:1050px){.product-grid{grid-template-columns:1fr 1fr}.product:first-child{grid-column:1/-1}.product:first-child .product-image{height:600px}}
@media(max-width:600px){.product-grid{grid-template-columns:1fr}.product:first-child{grid-column:auto}.product-image,.product:first-child .product-image{height:480px}}

.product-specs{max-width:370px;margin-top:9px;color:var(--muted);font-size:.72rem;line-height:1.5}


/* Real founders photo: crop around Lucy and Marjolein */
.story-image img{object-position:center center;filter:none}

/* Over ons: centered text intro (no founders photo) */
.about-copy{max-width:640px;margin:0 auto;color:var(--muted)}
.about-copy p{margin-bottom:18px}
.about-copy p:last-child{margin-bottom:0}

/* Brand row without founders photo: story copy + contact, two columns */
@media(min-width:1051px){.brand-row.no-photo{grid-template-columns:1fr 1fr}}

/* Wardrobe logomark alongside the MACY wordmark */
.wordmark{display:inline-flex;align-items:center;gap:.32em}
.brand-icon{width:auto;height:1.2em;object-fit:contain;flex-shrink:0}

/* Aanvraagformulier modal */
.modal-overlay{position:fixed;inset:0;background:rgba(40,26,23,.6);display:flex;align-items:center;justify-content:center;padding:22px;z-index:50}
.modal-overlay[hidden]{display:none}
.modal{position:relative;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;background:var(--paper);padding:46px 50px;box-shadow:0 25px 60px rgba(40,26,23,.35)}
.modal h3{font-size:1.7rem}
.modal-intro{color:var(--muted);font-size:.85rem;margin:18px 0 24px}
.modal-close{position:absolute;top:16px;right:18px;width:32px;height:32px;border:0;background:none;font-size:1.6rem;line-height:1;color:var(--ink);cursor:pointer}
.modal form{display:flex;flex-direction:column;gap:16px}
.modal label{display:flex;flex-direction:column;gap:6px;font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}
.modal label span{text-transform:none;letter-spacing:0;color:var(--muted)}
.modal input,.modal textarea,.modal select{font:inherit;font-size:.9rem;letter-spacing:normal;text-transform:none;padding:11px 13px;border:1px solid var(--line);background:var(--cream);color:var(--ink)}
.modal input:focus,.modal textarea:focus,.modal select:focus{outline:2px solid var(--gold);outline-offset:1px}
.modal-row{display:flex;align-items:flex-end;gap:16px}
.modal-row label{flex:1;min-width:0}
.modal textarea{resize:vertical}
.modal .button{margin-top:6px;border:0;cursor:pointer}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px}
.modal-feedback{font-size:.9rem;margin-top:6px}
.modal-feedback-error{color:var(--burgundy)}
@media(max-width:700px){.modal-row{flex-direction:column;align-items:stretch;gap:16px}}
@media(max-width:600px){.modal{padding:34px 24px}}
