:root {
  --ink: #1c211d;
  --paper: #f3f0e9;
  --cream: #e9e2d6;
  --sage: #809080;
  --rust: #9e5f44;
  --line: rgba(28, 33, 29, .18);
  --white: #fff;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-kicker, .eyebrow { margin: 0 0 28px; font-size: 11px; font-weight: 600; letter-spacing: .2em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; }

.site-header { position: absolute; top: 0; z-index: 10; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.24); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.brand small { display: block; margin-top: 3px; font-family: var(--sans); font-size: 8px; font-weight: 400; letter-spacing: .28em; opacity: .72; }
.brand-mark { width: 44px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 13px; }
.main-nav a { transition: opacity .2s; }
.main-nav a:hover { opacity: .65; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.7); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 780px; height: 100vh; max-height: 980px; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero-interior.png") center/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,22,18,.77) 0%, rgba(19,22,18,.52) 40%, rgba(19,22,18,.06) 76%), linear-gradient(0deg, rgba(13,15,12,.38), transparent 38%); }
.hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 70px; }
.hero .eyebrow { opacity: .78; }
.hero h1 { margin-bottom: 28px; max-width: 820px; font-size: clamp(56px, 7vw, 100px); line-height: .99; letter-spacing: -.065em; font-weight: 600; }
.hero h1 em { color: #ded2bd; font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 580px; margin-bottom: 38px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; align-items: center; gap: 35px; }
.btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; padding: 17px 20px; border: 0; cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: .04em; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; }
.hero-proof { position: absolute; left: 24px; bottom: 42px; display: flex; gap: 65px; }
.hero-proof div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 10px; }
.hero-proof strong { font-family: var(--display); font-size: 25px; font-weight: 500; }
.hero-proof span { max-width: 90px; font-size: 10px; line-height: 1.35; color: rgba(255,255,255,.64); }
.scroll-cue { position: absolute; z-index: 1; right: 34px; bottom: 42px; font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue span { margin-top: 16px; font-size: 16px; }

.intro { border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; }
.intro-grid > div { max-width: 820px; }
.intro-grid p:last-child { max-width: 650px; margin: 32px 0 0; font-size: 17px; line-height: 1.75; color: #5f655f; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.section-head > p { width: 340px; margin-bottom: 4px; font-size: 15px; line-height: 1.7; color: #646962; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; min-height: 600px; overflow: hidden; color: white; }
.product-index { position: absolute; z-index: 2; top: 22px; left: 22px; font-size: 10px; letter-spacing: .12em; }
.fabric-art { position: absolute; inset: 0; transition: transform .8s ease; }
.product-card:hover .fabric-art { transform: scale(1.035); }
.fabric-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,18,16,.75), transparent 62%); }
.art-sheer { background: url("assets/curtain-fabrics.webp") 43% center/cover no-repeat; }
.art-drape { background: url("assets/made-up-curtains.webp") center/cover no-repeat; }
.art-weave { background: url("assets/upholstery-main.webp") center/cover no-repeat; }
.art-sheer i, .art-drape i { display: none; }
.product-info { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 30px; }
.product-info p { margin-bottom: 10px; font-size: 9px; letter-spacing: .2em; opacity: .7; }
.product-info h3 { margin-bottom: 9px; font-size: 30px; letter-spacing: -.03em; font-weight: 500; }
.product-info > span { display: block; margin-bottom: 26px; font-size: 12px; color: rgba(255,255,255,.68); }
.collection-link { padding: 0 0 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.6); background: transparent; color: white; cursor: pointer; font-size: 11px; }

.gallery-modal { position: fixed; z-index: 100; inset: 0; display: none; }
.gallery-modal.open { display: block; }
.gallery-backdrop { position: absolute; inset: 0; background: rgba(12,15,12,.76); backdrop-filter: blur(4px); }
.gallery-panel { position: absolute; top: 3vh; right: 3vw; bottom: 3vh; width: min(920px, 94vw); padding: 56px; overflow-y: auto; background: var(--paper); color: var(--ink); }
.gallery-close { position: absolute; top: 20px; right: 24px; border: 0; background: transparent; cursor: pointer; font-size: 34px; font-weight: 300; }
.gallery-panel h2 { font-size: clamp(36px, 5vw, 58px); }
.gallery-intro { max-width: 650px; margin: 22px 0 38px; color: #626761; line-height: 1.7; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery-item { position: relative; min-height: 320px; overflow: hidden; background: #ddd; }
.gallery-item img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; left: 16px; bottom: 16px; padding: 8px 11px; background: rgba(20,23,20,.82); color: white; font-size: 10px; letter-spacing: .08em; }
.gallery-cta { margin-top: 28px; }
body.gallery-open { overflow: hidden; }

.capabilities { background: var(--ink); color: white; }
.capability-title { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 80px; }
.section-feature-image { height: 440px; margin-bottom: 65px; background-position: center; background-size: cover; }
.feature-quality { background-image: linear-gradient(90deg, rgba(25,28,24,.12), transparent), url("assets/why-work.webp"); }
.feature-process { background-image: url("assets/how-we-work.webp"); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.capability-grid article { min-height: 290px; padding: 28px 28px 0 0; border-right: 1px solid rgba(255,255,255,.2); }
.capability-grid article + article { padding-left: 28px; }
.capability-grid article:last-child { border-right: 0; }
.capability-grid span { display: block; margin-bottom: 70px; color: #a7b29f; font-size: 11px; }
.capability-grid h3 { margin-bottom: 18px; font-size: 19px; }
.capability-grid p { margin-bottom: 0; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.58); }

.process-list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: item; border-top: 1px solid var(--line); }
.process-list li { padding: 28px 28px 20px 0; border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 28px; }
.process-list li:last-child { border-right: 0; }
.process-list span { display: block; margin-bottom: 90px; font-size: 10px; color: var(--rust); }
.process-list strong { display: block; margin-bottom: 15px; font-family: var(--display); font-size: 19px; }
.process-list p { font-size: 13px; line-height: 1.65; color: #696e68; }

.about { background: #d8d1c2; }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 10%; align-items: center; }
.about-visual { position: relative; height: 600px; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; display: block; box-shadow: 0 30px 50px rgba(38,35,30,.18); }
.swatch { position: absolute; box-shadow: 0 30px 50px rgba(38,35,30,.18); }
.swatch-one { width: 60%; height: 75%; left: 2%; top: 5%; background-color: #aa9e82; background-image: repeating-linear-gradient(88deg, transparent 0 3px, rgba(255,255,255,.09) 4px); transform: rotate(-5deg); }
.swatch-two { width: 55%; height: 68%; right: 6%; top: 18%; background-color: #6f7b70; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.07) 0 2px, transparent 2px 5px); transform: rotate(5deg); }
.swatch-three { width: 44%; height: 54%; left: 25%; bottom: 4%; background: #ddd8c9; background-image: repeating-linear-gradient(90deg, transparent 0 5px, rgba(78,73,63,.11) 6px); transform: rotate(1deg); }
.about-visual > span { position: absolute; z-index: 2; left: 0; bottom: -5px; font-size: 9px; letter-spacing: .17em; }
.about-copy p:not(.section-kicker) { max-width: 510px; font-size: 15px; line-height: 1.75; color: #555a54; }
.about-copy h2 { margin-bottom: 35px; }
.dark-link { margin-top: 22px; }

.contact { background: #8d5944; color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.contact-copy h2 { max-width: 560px; margin-bottom: 30px; }
.contact-copy > p:not(.section-kicker) { max-width: 500px; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.7); }
.contact-details { display: flex; flex-direction: column; gap: 13px; margin-top: 55px; font-size: 13px; }
.inquiry-form { display: flex; flex-direction: column; gap: 21px; padding: 42px; background: var(--paper); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; margin-top: 9px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--rust); }
.btn-light { margin-top: 5px; background: var(--ink); color: white; }
.form-note { margin: -8px 0 0; font-size: 10px; color: #797e78; }

footer { padding: 48px 0; background: #151815; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; align-items: center; gap: 25px; }
.footer-grid > p { margin: 0; font-size: 9px; letter-spacing: .18em; color: rgba(255,255,255,.5); }
.footer-grid > div { display: flex; gap: 20px; font-size: 11px; }
.footer-grid > span { text-align: right; font-size: 9px; color: rgba(255,255,255,.42); }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .main-nav { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 30px 24px; background: var(--ink); flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; width: 34px; height: 34px; border: 0; background: transparent; }
  .menu-toggle span { display: block; width: 24px; height: 1px; margin: 7px 0; background: white; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 59% center; }
  .hero-proof { gap: 20px; }
  .hero-proof div { display: block; }
  .hero-proof span { display: block; margin-top: 3px; }
  .intro-grid, .capability-title { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 520px; }
  .capability-grid, .process-list { grid-template-columns: 1fr 1fr; }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .capability-grid article { border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .gallery-panel { padding: 48px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > span { text-align: left; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 68px 0; }
  h2 { font-size: 39px; }
  .hero { height: 820px; max-height: none; }
  .hero-content { justify-content: center; padding-top: 10px; }
  .hero h1 { font-size: 51px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-proof { left: 16px; right: 16px; bottom: 26px; justify-content: space-between; }
  .hero-proof div:nth-child(3) { display: none; }
  .scroll-cue { display: none; }
  .section-head { display: block; }
  .section-head > p { width: auto; margin-top: 25px; }
  .product-card { min-height: 480px; }
  .section-feature-image { height: 290px; margin-bottom: 44px; }
  .gallery-panel { inset: 0; width: 100%; padding: 65px 18px 30px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item img { min-height: 280px; }
  .capability-grid, .process-list { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article:nth-child(2), .process-list li { min-height: auto; padding: 28px 0 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .capability-grid article + article, .process-list li + li { padding-left: 0; }
  .capability-grid span, .process-list span { margin-bottom: 42px; }
  .process-list li { border-bottom-color: var(--line); }
  .about-visual { height: 420px; }
  .contact-grid { gap: 50px; }
  .inquiry-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 21px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > span { text-align: left; }
}
