:root {
  --ink: #241b18;
  --wine: #6f1727;
  --wine-dark: #4b0d19;
  --cream: #f5efe5;
  --paper: #fcf9f3;
  --line: rgba(36, 27, 24, .18);
  --font-serif: "Cormorant Garamond";
  --font-sans: "Manrope";
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font-sans), sans-serif; }
main, header, footer, section { max-width: 100%; }
main { width: 100%; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }

.site-header { height: 86px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 3rem; background: var(--paper); }
.logo-link { display: flex; align-items: center; width: 190px; height: 76px; overflow: hidden; }
.logo-link > a, .custom-logo-link { display: flex; width: 100%; height: 100%; align-items: center; }
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.logo-link .brand-logo, .logo-link .custom-logo { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.brand-wordmark { width: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); line-height: 1; text-align: center; }
.brand-wordmark strong { font-family: var(--font-serif), serif; font-size: 31px; font-weight: 700; letter-spacing: .055em; }
.brand-wordmark span { width: 100%; display: flex; align-items: center; justify-content: center; gap: .65rem; margin-top: 2px; font-size: 10px; font-weight: 600; letter-spacing: .55em; text-indent: .55em; }
.brand-wordmark span::before, .brand-wordmark span::after { content: ""; flex: 1; height: 1px; background: currentColor; opacity: .75; }
.primary-navigation { display: block; font-size: 10px; letter-spacing: .07em; }
.primary-menu { display: flex; gap: 1.35rem; align-items: center; margin: 0; padding: 0; list-style: none; }
.primary-navigation a, .footer-links a { position: relative; }
.primary-navigation a::after, .footer-links a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.primary-navigation a:hover::after, .footer-links a:hover::after, .current-menu-item > a::after { width: 100%; }
.active-link::after { width: 100% !important; }
.nav-cta { justify-self: end; border-bottom: 1px solid var(--ink); padding: .4rem 0; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 1px; margin: 5px 0; background: var(--ink); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hero { min-height: calc(100vh - 86px); position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(35,18,17,.78) 0%, rgba(35,18,17,.52) 38%, rgba(35,18,17,.08) 72%); }
.hero-content { position: relative; z-index: 1; width: 58%; padding: 8vh 0 8vh 8vw; }
.eyebrow, .section-label { margin: 0 0 1.4rem; font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow { color: #f0d9c5; }
h1, h2 { margin: 0; font-family: var(--font-serif), serif; font-weight: 500; line-height: .94; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 7.4vw, 8rem); }
h1 em, h2 em { font-weight: 400; }
.hero-copy { max-width: 490px; margin: 2rem 0 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.3rem; }
.hero-socials { display: flex; align-items: center; gap: .7rem; margin-top: 1.7rem; }
.hero-socials > span { margin-right: .35rem; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.social-icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: #fff; transition: transform .25s ease, background .25s ease, color .25s ease; }
.social-icon-button:hover { transform: translateY(-3px); background: var(--cream); color: var(--wine); }
.social-icon-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icon-button .social-icon-dot { fill: currentColor; stroke: none; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 1.1rem 1.25rem; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--cream); color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.text-link { font-size: 11px; font-weight: 700; letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: .35rem; }
.hero-index { position: absolute; z-index: 1; right: 3vw; bottom: 2.5rem; display: flex; align-items: center; gap: .8rem; font-size: 9px; letter-spacing: .1em; }
.hero-index b { display: block; width: 44px; height: 1px; background: rgba(255,255,255,.65); }

.section-pad { padding: 8rem 8vw; }
.intro { display: grid; grid-template-columns: .6fr 1.4fr; gap: 4rem; background: var(--paper); }
.section-label { color: var(--wine); }
.intro h2, .section-head h2, .lookbook h2, .story h2, .process h2 { font-size: clamp(3.2rem, 5.3vw, 6rem); }
.intro > div { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; }
.intro p:last-child, .section-head > p, .lookbook-copy > p, .story-copy > p, .process-grid p { font-size: 13px; line-height: 1.85; color: #6d625d; }

.services { background: var(--cream); }
.section-head { display: grid; grid-template-columns: 1fr 300px; align-items: end; gap: 5rem; margin-bottom: 5rem; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 80px 1fr 1fr 44px; align-items: center; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.service-item > span { color: var(--wine); font-family: var(--font-serif), serif; font-size: 15px; }
.service-item h3 { margin: 0; font-family: var(--font-serif), serif; font-size: clamp(1.7rem, 2.2vw, 2.5rem); font-weight: 500; }
.service-item p { max-width: 410px; margin: 0; color: #756a64; font-size: 12px; line-height: 1.75; }
.service-item > a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; transition: .25s; }
.service-item > a:hover { background: var(--wine); color: #fff; border-color: var(--wine); transform: rotate(45deg); }

.catalogue { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 4.5rem 1.8rem; }
.product-card { grid-column: span 4; min-width: 0; }
.product-card-01, .product-card-07 { grid-column: span 6; }
.product-image-wrap { position: relative; height: 520px; overflow: hidden; background: #e6d9ca; }
.product-image-wrap > img:first-child { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image-wrap > img:first-child { transform: scale(1.025); }
.product-image-contain { padding: 1rem; background: #f7f0e7; }
.product-image-contain > img:first-child { object-fit: contain; }
.product-alt-image { position: absolute; right: 1rem; bottom: 1rem; width: 31%; height: 34%; object-fit: cover; object-position: center 24%; border: 5px solid var(--paper); box-shadow: 0 14px 35px rgba(36,27,24,.2); }
.product-number { position: absolute; left: 1rem; top: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(252,249,243,.92); color: var(--wine); font-family: var(--font-serif), serif; font-size: 13px; }
.product-copy { padding-top: 1.5rem; }
.product-meta { min-height: 16px; margin: 0 0 .7rem; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.product-copy h3 { margin: 0; font-family: var(--font-serif), serif; font-size: clamp(2rem, 2.8vw, 3.1rem); font-weight: 500; line-height: 1.02; }
.product-copy > p:not(.product-meta) { min-height: 116px; margin: 1rem 0 1.25rem; color: #6d625d; font-size: 12px; line-height: 1.8; }
.product-enquire { display: flex; align-items: center; justify-content: space-between; padding: .9rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .25s, padding .25s; }
.product-enquire:hover { padding-left: .7rem; padding-right: .7rem; color: var(--wine); }

.lookbook { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 760px; background: var(--wine-dark); color: #fff; }
.lookbook-image-wrap { position: relative; min-height: 650px; overflow: hidden; }
.lookbook-image-wrap img { height: 100%; object-fit: cover; object-position: center; }
.vertical-note { position: absolute; left: 1.5rem; bottom: 2rem; writing-mode: vertical-rl; transform: rotate(180deg); margin: 0; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.lookbook-copy { padding: 7rem 5vw; display: flex; flex-direction: column; justify-content: center; }
.lookbook .section-label { color: #d8aeb3; }
.lookbook-copy > p { color: rgba(255,255,255,.67); margin: 2rem 0; }
.garment-notes { border-top: 1px solid rgba(255,255,255,.2); margin: .5rem 0 2.4rem; }
.garment-notes div { display: grid; grid-template-columns: 40px 1fr; gap: .7rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.garment-notes span, .garment-notes small { font-size: 9px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; }
.garment-notes p { margin: 0; font-family: var(--font-serif), serif; font-size: 17px; line-height: 1.2; }

.story { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 700px; }
.story-copy { padding: 8rem 7vw; display: flex; flex-direction: column; justify-content: center; background: #d8c9b7; }
.story-copy > p { max-width: 470px; margin: 2rem 0; color: #5f514a; }
.story img { height: 100%; object-fit: cover; }
.story blockquote { margin: 2rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(36,27,24,.25); font-family: var(--font-serif), serif; font-size: 20px; font-style: italic; line-height: 1.45; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid article { min-height: 250px; padding: 1.6rem 1.5rem 1rem 0; border-right: 1px solid var(--line); }
.process-grid article + article { padding-left: 1.5rem; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--wine); font-size: 10px; }
.process-grid h3 { margin: 5rem 0 .8rem; font-family: var(--font-serif), serif; font-size: 27px; font-weight: 500; }
.process-grid p { margin: 0; }

.testimonial { padding: 9rem 18vw; text-align: center; background: var(--cream); }
.quote-mark { margin: 0; color: var(--wine); font-family: var(--font-serif), serif; font-size: 70px; line-height: .6; }
.testimonial blockquote { margin: 1.5rem auto 2rem; max-width: 900px; font-family: var(--font-serif), serif; font-size: clamp(2.2rem, 4vw, 4.3rem); font-weight: 400; line-height: 1.15; }
.client-name { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.client-name span { margin-left: .7rem; color: #8d7f76; font-weight: 400; }
.brand-manifesto .quote-mark { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto; border: 1px solid var(--wine); border-radius: 50%; font-size: 26px; font-style: italic; }

.founder-teaser { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 760px; background: #d8c9b7; }
.founder-teaser-image { max-height: 820px; overflow: hidden; background: #eadbca; }
.founder-teaser-image img { height: 100%; object-fit: cover; object-position: center 16%; }
.founder-teaser-copy { padding: 8rem 8vw; display: flex; flex-direction: column; justify-content: center; }
.founder-teaser-copy h2 { font-size: clamp(3.2rem, 5.3vw, 6rem); }
.founder-teaser-copy > p:not(.section-label) { max-width: 520px; margin: 2rem 0; color: #5f514a; font-size: 13px; line-height: 1.85; }
.founder-teaser-copy .button { margin-top: .7rem; width: max-content; }

.founder-hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: .9fr 1.1fr; background: #d8c9b7; }
.founder-portrait-wrap { min-height: 760px; max-height: 1000px; overflow: hidden; background: #eee1d3; }
.founder-portrait-wrap img { height: 100%; object-fit: contain; object-position: center; }
.founder-hero-copy { padding: 7rem 8vw; display: flex; flex-direction: column; justify-content: center; }
.founder-hero-copy h1 { font-size: clamp(4rem, 6.8vw, 7.4rem); }
.founder-hero-copy > p:not(.section-label) { max-width: 560px; margin: 2.2rem 0; color: #5f514a; font-size: 14px; line-height: 1.85; }
.founder-hero-copy .button { width: max-content; margin-top: .5rem; }
.founder-statement { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: center; }
.founder-logo-panel { min-height: 430px; display: grid; place-items: center; padding: 4rem; background: #fff; border: 1px solid var(--line); }
.founder-logo-panel .brand-logo { max-width: 520px; height: auto; }
.founder-statement-copy h2, .founder-principles h2 { font-size: clamp(3.2rem, 5.3vw, 6rem); }
.founder-statement-copy > p:not(.section-label) { max-width: 720px; margin: 1.8rem 0 0; color: #6d625d; font-size: 13px; line-height: 1.9; }
.founder-principles { background: var(--cream); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principles-grid article { min-height: 290px; padding: 1.8rem 2rem 1.8rem 0; border-right: 1px solid var(--line); }
.principles-grid article + article { padding-left: 2rem; }
.principles-grid article:last-child { border-right: 0; }
.principles-grid span { color: var(--wine); font-size: 10px; }
.principles-grid h3 { margin: 5.5rem 0 1rem; font-family: var(--font-serif), serif; font-size: 30px; font-weight: 500; }
.principles-grid p { margin: 0; color: #6d625d; font-size: 13px; line-height: 1.8; }
.founder-quote { padding: 9rem 14vw; text-align: center; background: var(--wine); color: #fff; }
.founder-quote .section-label { color: #e0b9bd; }
.founder-quote blockquote { max-width: 1000px; margin: 2rem auto 3rem; font-family: var(--font-serif), serif; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.08; }

.contact { padding: 9rem 8vw; text-align: center; background: var(--wine); color: #fff; }
.contact .section-label { color: #e0b9bd; }
.contact h2 { font-size: clamp(4rem, 7vw, 8rem); }
.contact > p:not(.section-label) { max-width: 500px; margin: 2rem auto; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.8; }
.contact .button { margin-top: .7rem; }

.inner-hero { min-height: 540px; padding: 8rem 8vw; display: flex; flex-direction: column; justify-content: flex-end; background: #d8c9b7; }
.inner-hero h1 { font-size: clamp(4.5rem, 7.5vw, 8rem); }
.inner-hero > p:last-child { max-width: 610px; margin: 2rem 0 0; color: #5f514a; font-size: 14px; line-height: 1.85; }
.services-hero { background: linear-gradient(90deg, rgba(216,201,183,.98), rgba(216,201,183,.72)), url('/images/fashion-lookbook.png') center 35% / cover; }
.testimonial-hero { background: var(--wine-dark); color: #fff; }
.testimonial-hero .section-label { color: #e0b9bd; }
.testimonial-hero > p:last-child { color: rgba(255,255,255,.7); }
.contact-hero { background: linear-gradient(90deg, rgba(216,201,183,.98), rgba(216,201,183,.72)), url('/images/fashion-detail.png') center / cover; }

.services-page { background: var(--paper); }
.service-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card-grid article { min-height: 360px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card-grid span, .journey-grid span, .experience-grid span { color: var(--wine); font-size: 10px; letter-spacing: .12em; }
.service-card-grid h3 { margin: 4.5rem 0 1rem; font-family: var(--font-serif), serif; font-size: 31px; font-weight: 500; line-height: 1.06; }
.service-card-grid p { margin: 0; color: #6d625d; font-size: 12px; line-height: 1.8; }
.service-card-grid a { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-journey { background: var(--cream); }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.journey-grid article { min-height: 250px; padding: 1.8rem; border-right: 1px solid var(--line); }
.journey-grid article:first-child { padding-left: 0; }
.journey-grid article:last-child { border-right: 0; }
.journey-grid h3 { margin: 4.5rem 0 .8rem; font-family: var(--font-serif), serif; font-size: 27px; font-weight: 500; }
.journey-grid p { margin: 0; color: #6d625d; font-size: 12px; line-height: 1.8; }
.service-values { min-height: 690px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--wine-dark); color: #fff; }
.service-values img { height: 100%; object-fit: cover; }
.service-values > div { padding: 7rem 6vw; display: flex; flex-direction: column; justify-content: center; }
.service-values .section-label { color: #e0b9bd; }
.service-values h2 { font-size: clamp(3.2rem, 5vw, 5.8rem); }
.service-values p:not(.section-label) { margin: 2rem 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.85; }
.service-values .button { width: max-content; }

.contact-page { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--paper); }
.contact-details h2, .testimonial-intro h2, .share-story h2 { font-size: clamp(3.2rem, 5vw, 5.8rem); }
.contact-detail-list { margin: 3rem 0; border-top: 1px solid var(--line); }
.contact-detail-list div { padding: 1.2rem 0; display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid var(--line); }
.contact-detail-list span { color: #8d7f76; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail-list a { font-family: var(--font-serif), serif; font-size: 20px; }
.contact-assurance { color: #6d625d; font-size: 12px; line-height: 1.8; }
.quote-form { display: grid; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.quote-form label { display: grid; gap: .55rem; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.quote-form label span { color: #9b8e86; font-weight: 400; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 1rem; background: #fff; color: var(--ink); font: 13px/1.5 var(--font-sans), sans-serif; outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 2px rgba(111,23,39,.08); }
.quote-form textarea { resize: vertical; min-height: 150px; }
.quote-form .form-consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: center; gap: .7rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.form-consent input { accent-color: var(--wine); }
.form-submit { border: 0; cursor: pointer; margin-top: .4rem; }
.form-note { margin: -.2rem 0 0; color: #8d7f76; font-size: 10px; line-height: 1.6; }

.testimonials-page { background: var(--paper); }
.testimonial-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 7vw; align-items: end; }
.testimonial-intro > div:last-child p, .share-story-copy > p:not(.section-label) { color: #6d625d; font-size: 13px; line-height: 1.85; }
.text-link-dark { display: inline-block; margin-top: 1rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.experience-grid { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.experience-grid article { min-height: 290px; padding: 1.8rem 2rem 1.5rem 0; border-right: 1px solid var(--line); }
.experience-grid article + article { padding-left: 2rem; }
.experience-grid article:last-child { border-right: 0; }
.experience-grid h3 { margin: 5rem 0 1rem; font-family: var(--font-serif), serif; font-size: 30px; font-weight: 500; }
.experience-grid p { margin: 0; color: #6d625d; font-size: 12px; line-height: 1.8; }
.share-story { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: var(--cream); }
.share-story-copy > p:not(.section-label) { max-width: 500px; margin-top: 2rem; }
.testimonial-form { align-content: start; }
.verified-testimonial-grid { margin-top: 5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.verified-testimonial { padding: 3rem; background: var(--cream); }
.verified-testimonial blockquote { margin: 1.5rem 0; font-family: var(--font-serif), serif; font-size: 28px; line-height: 1.35; }
.verified-testimonial blockquote p { margin: 0; }
.testimonial-empty { grid-column: 1 / -1; padding: 4rem; border: 1px solid var(--line); text-align: center; }
.testimonial-empty h3 { margin: 0 0 1rem; font-family: var(--font-serif), serif; font-size: 34px; font-weight: 500; }
.testimonial-empty p:last-child { color: #6d625d; font-size: 13px; line-height: 1.8; }
.service-description { color: #6d625d; font-size: 12px; line-height: 1.8; }
.service-description p { margin: 0; }
.generic-page { min-height: 65vh; max-width: 1100px; margin: 0 auto; }
.generic-page h1 { font-size: clamp(4rem, 7vw, 7rem); }
.entry-content { margin-top: 2rem; color: #5f514a; font-size: 14px; line-height: 1.9; }
.single-catalogue { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.single-catalogue-image img { max-height: 850px; object-fit: contain; background: var(--cream); }
.single-catalogue-copy h1 { font-size: clamp(3.5rem, 6vw, 6rem); }
.single-catalogue-copy .button { margin-top: 1.5rem; }
.catalogue-archive-hero { background: var(--wine-dark); color: #fff; }
.catalogue-archive-hero .section-label { color: #e0b9bd; }
.catalogue-archive-hero > p:last-child { color: rgba(255,255,255,.7); }

.about-hero { background: linear-gradient(90deg, rgba(75,13,25,.98), rgba(75,13,25,.86)), url('../images/fashion-lookbook.png') center 35% / cover; color: #fff; }
.about-hero .section-label { color: #e0b9bd; }
.about-hero > p:last-child { color: rgba(255,255,255,.72); }
.about-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; background: var(--paper); }
.about-intro h2, .mission-vision h2, .about-values h2, .about-offer h2 { font-size: clamp(3.2rem, 5.3vw, 6rem); }
.about-intro > div:last-child p { margin: 0 0 1.4rem; color: #6d625d; font-size: 14px; line-height: 1.9; }
.mission-vision { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; background: var(--cream); }
.mission-vision article { padding-top: 1.7rem; border-top: 1px solid var(--line); }
.mission-vision article > span, .about-values-grid article > span { color: var(--wine); font-size: 10px; letter-spacing: .12em; }
.mission-vision .section-label { margin-top: 4rem; }
.mission-vision blockquote { margin: 2rem 0; font-family: var(--font-serif), serif; font-size: clamp(1.65rem, 2.4vw, 2.6rem); line-height: 1.25; }
.mission-vision article > p:last-child { color: #6d625d; font-size: 13px; line-height: 1.85; }
.about-values { background: var(--paper); }
.about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-values-grid article { min-height: 270px; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values-grid h3 { margin: 4.5rem 0 1rem; font-family: var(--font-serif), serif; font-size: 30px; font-weight: 500; }
.about-values-grid p { margin: 0; color: #6d625d; font-size: 13px; line-height: 1.8; }
.about-offer { min-height: 720px; display: grid; grid-template-columns: 1.12fr .88fr; background: var(--wine-dark); color: #fff; }
.about-offer > div:first-child { min-height: 620px; }
.about-offer img { height: 100%; object-fit: cover; object-position: center; }
.about-offer-copy { padding: 7rem 6vw; display: flex; flex-direction: column; justify-content: center; }
.about-offer .section-label { color: #e0b9bd; }
.about-offer .garment-notes { margin: 2.5rem 0; }
.about-offer .garment-notes div { border-color: rgba(255,255,255,.18); }
.about-offer .garment-notes small { color: rgba(255,255,255,.55); }
.about-offer .button { width: max-content; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; padding: 4rem 5vw 2rem; background: #1e1816; color: #eee6dc; align-items: start; }
.footer-logo-link { width: 220px; min-height: 100px; }
.brand-wordmark-footer { color: #eee6dc; align-items: flex-start; }
.brand-wordmark-footer strong { font-size: 36px; }
.brand-wordmark-panel { width: min(440px, 100%); }
.brand-wordmark-panel strong { font-size: clamp(3rem, 6vw, 6rem); }
.brand-wordmark-panel span { font-size: clamp(.65rem, 1.3vw, 1rem); }
.brand-logo-footer { filter: invert(1); mix-blend-mode: screen; }
footer p { margin: 0 0 .5rem; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; padding-top: 3rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .menu-toggle { display: block; justify-self: end; }
  .nav-cta { display: none; }
  .primary-navigation { display: none; position: absolute; z-index: 50; left: 0; right: 0; top: 74px; padding: 1.4rem 5vw 2rem; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 14px 30px rgba(36,27,24,.12); }
  .nav-open .primary-navigation { display: block; }
  .primary-menu { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .primary-menu a { display: block; padding: .4rem 0; font-size: 12px; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(35,18,17,.8), rgba(35,18,17,.2)); }
  .hero-content { width: 82%; padding-left: 7vw; }
  .intro, .intro > div, .section-head, .lookbook, .story { grid-template-columns: 1fr; }
  .contact-page, .service-values, .testimonial-intro, .share-story { grid-template-columns: 1fr; }
  .single-catalogue { grid-template-columns: 1fr; }
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid article:nth-child(2) { border-right: 0; }
  .journey-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-values img { max-height: 650px; }
  .founder-teaser, .founder-hero, .founder-statement, .about-intro, .mission-vision, .about-offer { grid-template-columns: 1fr; }
  .founder-teaser-image { max-height: 760px; }
  .founder-portrait-wrap { min-height: 780px; max-height: 900px; }
  .principles-grid { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid article, .principles-grid article:last-child { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .product-card, .product-card-01, .product-card-07 { grid-column: span 6; }
  .intro > div { gap: 2rem; }
  .lookbook-image-wrap { min-height: 680px; }
  .story img { max-height: 650px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .site-header { padding: 0 1.2rem; }
  .nav-cta { font-size: 10px; }
  .logo-link { width: 150px; height: 58px; }
  .brand-wordmark { width: 150px; }
  .brand-wordmark strong { font-size: 25px; }
  .brand-wordmark span { font-size: 8px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(35,18,17,.9), rgba(35,18,17,.08) 75%); }
  .hero-content { width: 100%; padding: 0 1.4rem 4.5rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-socials { margin-top: 1.4rem; }
  .hero-index { display: none; }
  .section-pad { padding: 5.5rem 1.4rem; }
  .inner-hero { min-height: 500px; padding: 6rem 1.4rem 4rem; }
  .inner-hero h1 { font-size: 4.3rem; }
  .intro { gap: 2.5rem; }
  .intro h2, .section-head h2, .lookbook h2, .story h2, .process h2 { font-size: 3.3rem; }
  .section-head { gap: 2rem; margin-bottom: 3rem; }
  .catalogue { overflow: hidden; }
  .product-grid { width: 100%; grid-template-columns: minmax(0, 1fr); gap: 3.6rem 0; }
  .product-card, .product-card-01, .product-card-07 { width: 100%; min-width: 0; grid-column: 1; }
  .product-image-wrap { width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 4; display: grid; place-items: center; }
  .product-image-wrap > img:first-child,
  .product-image-contain > img:first-child { width: 100%; height: 100%; object-fit: contain; object-position: center center !important; }
  .product-image-contain { padding: .6rem; }
  .product-copy, .product-copy h3, .product-copy p, .product-enquire { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .product-copy > p:not(.product-meta) { min-height: 0; }
  .service-item { grid-template-columns: 34px 1fr 42px; gap: .8rem; }
  .service-item p { grid-column: 2 / -1; }
  .lookbook-image-wrap { min-height: 480px; }
  .lookbook-image-wrap img { object-position: 51% center; }
  .lookbook-copy { padding: 5rem 1.4rem; }
  .story-copy { padding: 5rem 1.4rem; }
  .story img { min-height: 440px; }
  .founder-teaser { min-height: auto; }
  .founder-teaser-image { height: 580px; }
  .founder-teaser-copy, .founder-hero-copy { padding: 5rem 1.4rem; }
  .founder-hero { min-height: auto; }
  .founder-portrait-wrap { min-height: 620px; height: 72vh; }
  .founder-hero-copy h1 { font-size: 3.7rem; }
  .founder-statement { gap: 3rem; }
  .founder-logo-panel { min-height: 250px; padding: 2rem; }
  .mission-vision { gap: 4rem; }
  .mission-vision .section-label { margin-top: 2.5rem; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-values-grid article { min-height: 220px; }
  .about-values-grid h3 { margin-top: 2.7rem; }
  .about-offer > div:first-child { min-height: 500px; }
  .about-offer-copy { padding: 5rem 1.4rem; }
  .principles-grid h3 { margin-top: 2.5rem; }
  .founder-quote { padding: 6rem 1.4rem; }
  .service-card-grid, .journey-grid, .experience-grid { grid-template-columns: 1fr; }
  .service-card-grid article { min-height: 320px; }
  .journey-grid article, .journey-grid article:nth-child(2) { border-right: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .journey-grid article:first-child { border-top: 0; }
  .service-values > div { padding: 5rem 1.4rem; }
  .service-values img { min-height: 430px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-detail-list div { grid-template-columns: 90px 1fr; }
  .testimonial-intro { gap: 2rem; }
  .verified-testimonial-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .verified-testimonial, .testimonial-empty { padding: 2rem 1.4rem; }
  .experience-grid { margin-top: 3rem; }
  .experience-grid article, .experience-grid article + article { min-height: 230px; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .experience-grid h3 { margin-top: 2.5rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:nth-child(2) { border-right: 0; border-top: 1px solid var(--line); }
  .process-grid article:first-child { border-top: 0; }
  .process-grid article + article { padding-left: 0; }
  .process-grid h3 { margin-top: 2.5rem; }
  .testimonial { padding: 6rem 1.4rem; }
  .contact { padding: 6rem 1.4rem; }
  footer { grid-template-columns: 1fr; padding: 3.5rem 1.4rem 2rem; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
  .footer-logo-link { width: 190px; min-height: 86px; }
  .brand-wordmark-footer { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
