:root { --wine: #751f2b; --gold: #d7a82f; --ink: #160d0e; --paper: #f5f0e8; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin-top: 0; }
.site-nav { position: fixed; z-index: 10; top: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 17px clamp(20px, 4vw, 64px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(22,13,14,.64); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; }
.brand-logo-crop { display: block; width: 228px; height: 44px; overflow: hidden; }
.brand-logo-crop img { display: block; width: 265px; max-width: none; height: auto; transform: translate(-30px, -42px); }
.nav-links { display: flex; gap: 28px; color: rgba(255,255,255,.8); font-size: 14px; }
.nav-links a:hover, .contact-link:hover { color: var(--gold); }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; font-size: 13px; background: rgba(255,255,255,.08); }
.hero { position: relative; display: flex; min-height: 100svh; padding: 150px clamp(20px, 8vw, 150px) 56px; overflow: hidden; flex-direction: column; justify-content: center; color: white; background: #1b1111; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,9,10,.92), rgba(20,9,10,.42)); content: ""; }
.hero-grid { position: absolute; inset: -15%; opacity: .15; background-image: linear-gradient(rgba(247,234,209,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(247,234,209,.32) 1px, transparent 1px); background-size: 54px 54px; transform: rotate(-8deg); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); }
.hero-glow-one { right: -15vw; top: 9%; width: 58vw; height: 58vw; background: radial-gradient(circle, rgba(117,31,43,.9), transparent 67%); }
.hero-glow-two { bottom: -32vw; left: 18vw; width: 58vw; height: 58vw; background: radial-gradient(circle, rgba(215,168,47,.38), transparent 68%); }
.hero-copy, .hero-card, .scroll-cue { position: relative; z-index: 1; }
.hero-copy { max-width: 880px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 850px; margin-bottom: 25px; font-size: clamp(54px, 8vw, 116px); font-weight: 500; letter-spacing: -.065em; line-height: .97; }
.hero-intro { max-width: 560px; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 21px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 14px 20px; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #1b1011; background: #fff8ec; }
.button-secondary { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.1); }
.hero-card { width: min(338px, 100%); margin-top: 68px; padding: 21px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.card-label { margin-bottom: 9px; font-size: 16px; font-weight: 650; }
.card-copy { margin-bottom: 22px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.55; }
.card-rule { height: 1px; margin-bottom: 13px; background: rgba(255,255,255,.25); }
.card-meta { margin: 0; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.scroll-cue { position: absolute; right: clamp(20px, 4vw, 64px); bottom: 30px; margin: 0; color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .14em; }
.scroll-cue span { padding-left: 5px; color: var(--gold); font-size: 15px; }
.section { padding: 130px clamp(20px, 8vw, 150px); }
.statement { background: #f7f3ed; }
.statement-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .7fr); gap: 10vw; }
.statement h2, .section-heading h2, .process-content h2, .contact h2 { margin-bottom: 0; font-size: clamp(39px, 5vw, 72px); font-weight: 500; letter-spacing: -.055em; line-height: 1.03; }
.statement-layout div { padding-top: 12px; color: #5c4c4d; font-size: 17px; line-height: 1.65; }
.statement-layout div p + p { margin-top: 20px; }
.products { color: #f9f1e6; background: #291517; }
.section-heading, .collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading { margin-bottom: 76px; }
.section-heading > p, .collection-heading > p { max-width: 320px; margin: 0; color: #d6c5b6; font-size: 14px; line-height: 1.55; }
.collection + .collection { margin-top: 100px; }
.collection-heading { margin-bottom: 28px; }
.collection-label { margin: 0 0 8px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.collection-heading h3 { max-width: 660px; margin: 0; font-size: clamp(28px, 3.6vw, 48px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.product-card { display: flex; min-height: 420px; padding: 21px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); flex-direction: column; }
.product-card:nth-child(4n + 1) { border-left: 1px solid rgba(255,255,255,.22); }
.product-index { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.fabric-image { width: 100%; height: 160px; margin: 20px 0 21px; border-radius: 4px; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.product-card h4 { margin: 0 0 10px; font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.product-card > p:not(.product-index) { flex: 1; margin-bottom: 18px; color: #d9cbc4; font-size: 14px; line-height: 1.55; }
.product-card a, .text-link { color: var(--gold); font-size: 13px; }
.product-card a span, .text-link span { padding-left: 5px; font-size: 16px; }
.sourcing { display: grid; grid-template-columns: minmax(280px, .92fr) 1fr; gap: clamp(45px, 8vw, 125px); align-items: center; background: #f7f3ed; }
.sourcing img { width: 100%; min-height: 370px; object-fit: cover; }
.sourcing h2 { margin-bottom: 22px; font-size: clamp(39px, 5vw, 68px); font-weight: 500; letter-spacing: -.055em; line-height: 1.03; }
.sourcing div > p:not(.eyebrow) { max-width: 580px; margin-bottom: 28px; color: #5c4c4d; font-size: 17px; line-height: 1.65; }
.process { display: grid; grid-template-columns: .83fr 1fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.process-visual { position: relative; margin: 0; overflow: hidden; background: #e3d8c8; }
.process-visual img { display: block; width: 100%; min-height: 540px; object-fit: cover; }
.process-visual figcaption { position: absolute; right: 0; bottom: 0; padding: 11px 15px; color: #fff6e6; font-size: 12px; background: rgba(37,18,20,.78); }
.process-content .eyebrow { margin-bottom: 20px; }
.capability-list { margin-top: 41px; border-top: 1px solid #d5c7b8; }
.capability-list article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid #d5c7b8; }
.capability-list article > p { color: var(--wine); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.capability-list h3 { margin-bottom: 7px; font-size: 19px; font-weight: 650; }
.capability-list span { color: #6a5957; font-size: 14px; line-height: 1.5; }
.proof-strip { color: #f9f1e6; background: #291517; }
.proof-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.proof-heading h2 { max-width: 650px; margin: 0; font-size: clamp(39px, 5vw, 68px); font-weight: 500; letter-spacing: -.055em; line-height: 1.03; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.proof-grid figure { display: grid; min-height: 390px; margin: 0; grid-template-rows: 1fr auto; overflow: hidden; background: #412123; }
.proof-grid img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; transition: transform .45s ease; }
.proof-grid figure:hover img { transform: scale(1.03); }
.proof-grid figcaption { display: flex; gap: 8px; padding: 17px 18px 19px; flex-direction: column; }
.proof-grid strong { color: #fff6e6; font-size: 17px; font-weight: 600; }
.proof-grid span { color: #d9cbc4; font-size: 13px; line-height: 1.5; }
.proof-grid .exhibition-proof { min-height: 0; grid-column: 1 / -1; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .65fr); grid-template-rows: 1fr; }
.proof-grid .exhibition-proof img { min-height: 0; height: auto; object-fit: contain; background: #1f1012; }
.proof-grid .exhibition-proof figcaption { justify-content: center; padding: clamp(24px, 4vw, 52px); }
.proof-grid .exhibition-proof:hover img { transform: none; }
.contact { display: grid; grid-template-columns: 1.05fr .7fr; gap: 9vw; padding: 120px clamp(20px, 8vw, 150px); color: white; background: var(--wine); }
.contact h2 { color: #fff6e6; }
.contact > div > p:not(.eyebrow) { max-width: 550px; margin-top: 25px; color: #ecd9d1; font-size: 17px; line-height: 1.6; }
.contact-actions { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; gap: 13px; }
.button-light { margin-bottom: 12px; color: #3d151b; border: 0; background: #fff3df; }
.contact-link { color: #fff4e7; font-size: 18px; }
.contact-actions p { margin: 20px 0 0 !important; color: #e0bfbb !important; font-size: 13px !important; }
.quote-form { margin-top: 35px; }
.quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: flex; gap: 7px; margin-bottom: 14px; color: #fff1e2; flex-direction: column; font-size: 12px; font-weight: 650; letter-spacing: .04em; }
.quote-form input, .quote-form textarea { width: 100%; padding: 12px 13px; resize: vertical; color: #fff8ed; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; outline: none; background: rgba(63,12,22,.28); font: inherit; font-size: 14px; letter-spacing: normal; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,168,47,.16); }
.quote-form textarea { min-height: 114px; }
.quote-form textarea::placeholder { color: #e7bfb9; }
.quote-form button { cursor: pointer; }
.quote-form-note, .quote-form-success { max-width: 510px; margin: 0 !important; font-size: 12px !important; line-height: 1.55 !important; }
.quote-form-success { color: #ffe49e !important; }
footer { display: flex; justify-content: space-between; gap: 25px; padding: 22px clamp(20px, 8vw, 150px); color: #6d5c5c; font-size: 12px; background: #f7f3ed; }
footer p { margin: 0; }
.noscript-note { padding: 20px; color: #fff; background: var(--wine); }
@media (max-width: 800px) { .nav-links { display: none; } .nav-cta { font-size: 12px; } .hero { padding-top: 125px; } .hero-card { margin-top: 49px; } .statement-layout, .process, .contact, .sourcing { grid-template-columns: 1fr; } .section-heading, .collection-heading, .proof-heading { align-items: start; flex-direction: column; } .product-grid { grid-template-columns: repeat(2, 1fr); } .product-card:nth-child(4n + 1) { border-left: 0; } .product-card:nth-child(2n + 1) { border-left: 1px solid rgba(255,255,255,.22); } .process-visual { width: min(100%, 520px); } .process-visual img { min-height: 410px; } .proof-grid { grid-template-columns: 1fr; } .proof-grid figure { min-height: 0; } .proof-grid img { min-height: 240px; } .proof-grid .exhibition-proof { grid-template-columns: 1fr; } .proof-grid .exhibition-proof img { width: 100%; min-height: 0; height: auto; } .contact { padding-top: 85px; padding-bottom: 85px; } .sourcing img { min-height: 300px; } }
@media (max-width: 520px) { .site-nav { padding: 13px 18px; } .brand-logo-crop { width: 188px; height: 37px; } .brand-logo-crop img { width: 214px; transform: translate(-24px, -34px); } .nav-cta { display: none; } .hero { padding-right: 22px; padding-left: 22px; } .section, .contact { padding-right: 22px; padding-left: 22px; } .product-grid, .quote-form-grid { grid-template-columns: 1fr; } .product-card, .product-card:nth-child(2n + 1) { border-left: 1px solid rgba(255,255,255,.22); } .scroll-cue { display: none; } footer { align-items: flex-start; flex-direction: column; padding: 20px 22px; } }
