:root {
  --ink: #1c1d1a;
  --ink-soft: #30322d;
  --paper: #f4f0e8;
  --cream: #fffdf8;
  --sand: #d8c9b1;
  --line: #d8d1c5;
  --muted: #716f68;
  --clay: #a34d35;
  --clay-dark: #7d3827;
  --blue: #456778;
  --gold: #c89e55;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(28, 29, 26, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 10px 14px; color: var(--cream); background: var(--ink); }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 25; color: var(--cream); background: rgba(28, 29, 26, .96); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(14px); }
.header-row { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-symbol { display: grid; width: 40px; height: 40px; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50% 50% 46% 54%; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; letter-spacing: .14em; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 9px 13px; color: #d9d5cc; border-radius: 4px; text-decoration: none; font-size: .93rem; font-weight: 650; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--cream); background: rgba(255,255,255,.08); }
.nav .nav-contact { margin-left: 8px; color: var(--ink); background: var(--gold); }
.nav .nav-contact:hover, .nav .nav-contact[aria-current="page"] { color: var(--ink); background: #dbb873; }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--cream); background: transparent; cursor: pointer; }
.menu-button svg { width: 23px; height: 23px; }

.hero { position: relative; overflow: hidden; color: var(--cream); background: var(--ink); }
.hero-grid { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 650px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 70px 60px 70px 0; }
.hero-copy::after { content: ""; position: absolute; z-index: -1; width: 270px; height: 270px; left: -170px; bottom: -170px; border: 48px solid rgba(200,158,85,.14); border-radius: 50%; }
.eyebrow { margin: 0 0 19px; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.5rem); }
.hero-copy p:not(.eyebrow) { max-width: 570px; margin: 27px 0 0; color: #c8c4bb; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 760; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold); }
.button-ghost { color: var(--cream); border-color: rgba(255,255,255,.28); }
.button-dark { color: var(--cream); background: var(--ink); }
.hero-image { position: relative; min-height: 650px; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,29,26,.56), transparent 38%); pointer-events: none; }
.hero-note { position: absolute; z-index: 2; right: 24px; bottom: 24px; max-width: 210px; padding: 16px 18px; color: var(--ink); background: rgba(255,253,248,.93); font-size: .84rem; font-weight: 700; line-height: 1.4; }

.benefits { position: relative; z-index: 4; margin-top: -24px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.benefit { padding: 25px 29px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit strong { display: block; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 600; }
.benefit span { display: block; margin-top: 4px; color: var(--muted); font-size: .87rem; }

.section { padding: 100px 0; }
.section-cream { background: var(--cream); }
.section-dark { color: var(--cream); background: var(--ink); }
.section-head { display: grid; grid-template-columns: .6fr 1.4fr; gap: 72px; margin-bottom: 48px; }
.section-index { color: var(--clay); font-size: .79rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-dark .section-index { color: var(--gold); }
.section-title { max-width: 830px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.section-intro { max-width: 690px; margin: 20px 0 0; color: var(--muted); }
.section-dark .section-intro { color: #aaa79f; }

.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.collection-card { min-height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.collection-card:nth-child(2) { color: var(--cream); background: var(--clay-dark); border-color: var(--clay-dark); }
.collection-card:nth-child(3) { color: var(--cream); background: var(--blue); border-color: var(--blue); }
.collection-pattern { height: 105px; margin: -30px -30px 34px; background: repeating-linear-gradient(45deg, #d9b071 0 10px, #1c1d1a 10px 20px, #a34d35 20px 31px, #eee2d0 31px 42px); opacity: .78; }
.collection-card:nth-child(2) .collection-pattern { background: repeating-linear-gradient(90deg, #d9b071 0 5px, transparent 5px 18px), repeating-linear-gradient(0deg, rgba(255,255,255,.12) 0 2px, transparent 2px 18px); }
.collection-card:nth-child(3) .collection-pattern { background: radial-gradient(circle at 25% 50%, #d4af6d 0 8px, transparent 9px), radial-gradient(circle at 75% 50%, #d4af6d 0 8px, transparent 9px), #274858; background-size: 46px 46px; }
.collection-code { font-size: .76rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; opacity: .72; }
.collection-card h3 { margin-top: 42px; font-size: 2rem; }
.collection-card p { margin: 14px 0 0; opacity: .72; }
.collection-link { display: inline-flex; width: fit-content; margin-top: 26px; font-weight: 780; text-decoration: none; border-bottom: 1px solid currentColor; }

.materials { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.material { min-height: 235px; padding: 27px; border-right: 1px solid var(--line); }
.material:last-child { border-right: 0; }
.material-number { color: var(--clay); font-size: .77rem; font-weight: 850; letter-spacing: .1em; }
.material h3 { margin-top: 58px; font-size: 1.45rem; }
.material p { margin: 12px 0 0; color: var(--muted); font-size: .93rem; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.11); }
.process-step { min-height: 250px; padding: 29px; background: var(--ink); }
.process-step span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-weight: 850; }
.process-step h3 { margin-top: 50px; font-size: 1.35rem; }
.process-step p { margin: 13px 0 0; color: #aaa79f; font-size: .93rem; }

.cta { padding: 68px 0; color: var(--cream); background: var(--clay); }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.cta h2 { max-width: 760px; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.cta p { max-width: 690px; margin: 16px 0 0; color: #f1d6cd; }
.cta .button { color: var(--ink); background: var(--cream); white-space: nowrap; }

.page-hero { padding: 82px 0 72px; color: var(--cream); background: var(--ink); }
.page-hero h1 { max-width: 940px; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p { max-width: 760px; margin: 22px 0 0; color: #b8b4ac; font-size: 1.08rem; }

.catalog-list { display: grid; gap: 16px; }
.catalog-item { display: grid; grid-template-columns: 120px 1fr 1fr 150px; align-items: center; gap: 27px; padding: 29px 31px; border: 1px solid var(--line); background: var(--cream); }
.catalog-swatch { height: 74px; border: 1px solid rgba(28,29,26,.08); background: repeating-linear-gradient(45deg, #b7593f 0 8px, #e2c9a4 8px 17px, #2f3a3b 17px 25px); }
.catalog-item:nth-child(2) .catalog-swatch { background: repeating-linear-gradient(90deg, #dad2c5 0 4px, #868178 4px 8px, #f0ece4 8px 15px); }
.catalog-item:nth-child(3) .catalog-swatch { background: radial-gradient(circle at 50% 50%, #d1aa69 0 6px, transparent 7px), #375866; background-size: 28px 28px; }
.catalog-item:nth-child(4) .catalog-swatch { background: repeating-linear-gradient(-45deg, #8b412e 0 10px, #c59c63 10px 14px, #1f201d 14px 25px); }
.catalog-item:nth-child(5) .catalog-swatch { background: linear-gradient(120deg, #ded4c3, #f7f3ea 45%, #aa9a82); }
.catalog-item h2 { font-size: 1.45rem; }
.catalog-item p { margin: 0; color: var(--muted); }
.catalog-price { text-align: right; font-family: Georgia, serif; font-size: 1.38rem; }
.catalog-note { margin: 24px 0 0; color: var(--muted); font-size: .9rem; }

.interior-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.interior-card { min-height: 370px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--cream); }
.interior-card:nth-child(2) { color: var(--cream); background: var(--blue); border-color: var(--blue); }
.interior-card:nth-child(3) { color: var(--cream); background: var(--clay-dark); border-color: var(--clay-dark); }
.interior-card:nth-child(4) { background: var(--sand); }
.interior-label { font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; opacity: .72; }
.interior-card h2 { margin-top: 100px; font-size: clamp(2rem, 3.3vw, 3.1rem); }
.interior-card p { max-width: 500px; margin: 17px 0 0; opacity: .72; }

.delivery-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 20px; }
.delivery-card { padding: 37px; border: 1px solid var(--line); background: var(--cream); }
.delivery-card.dark { position: sticky; top: 105px; color: var(--cream); background: var(--ink); border-color: var(--ink); }
.delivery-card h2 { font-size: 2.1rem; }
.delivery-card p { color: var(--muted); }
.delivery-card.dark p { color: #aaa79f; }
.facts { display: grid; gap: 19px; margin-top: 30px; }
.fact { padding-top: 18px; border-top: 1px solid var(--line); }
.dark .fact { border-color: rgba(255,255,255,.13); }
.fact small { display: block; color: var(--clay); font-size: .76rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.dark .fact small { color: var(--gold); }
.fact strong { display: block; margin-top: 5px; }
.faq { display: grid; gap: 11px; }
.faq details { border: 1px solid var(--line); background: var(--cream); }
.faq summary { padding: 21px 24px; cursor: pointer; font-weight: 760; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--clay); font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.contact-email { display: inline-block; margin: 21px 0 26px; color: var(--gold); font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.5rem); text-decoration: none; overflow-wrap: anywhere; }
.contact-email:hover { text-decoration: underline; }

.site-footer { padding: 52px 0 29px; color: #aaa79f; background: #151613; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 55px; padding-bottom: 42px; }
.footer-brand .brand { color: var(--cream); }
.footer-brand p { max-width: 430px; margin: 17px 0 0; }
.footer-col strong { display: block; margin-bottom: 13px; color: var(--cream); }
.footer-col a { display: block; width: fit-content; margin-top: 8px; color: #b9b5ad; text-decoration: none; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; padding-right: 0; }
  .hero-image { min-height: 520px; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:last-child { grid-column: 1 / -1; }
  .materials, .process { grid-template-columns: 1fr 1fr; }
  .material:nth-child(2) { border-right: 0; }
  .material:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catalog-item { grid-template-columns: 100px 1fr 140px; }
  .catalog-item p { grid-column: 2 / -1; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-card.dark { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1200px); }
  .header-row { min-height: 70px; }
  .menu-button { display: grid; }
  .nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 12px 14px 17px; flex-direction: column; align-items: stretch; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 14px; }
  .nav .nav-contact { margin: 4px 0 0; text-align: center; }
  .hero-copy { min-height: 500px; padding: 55px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-image { min-height: 390px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .collection-grid, .materials, .process, .interior-grid { grid-template-columns: 1fr; }
  .collection-card:last-child { grid-column: auto; }
  .material { border-right: 0; border-bottom: 1px solid var(--line); }
  .material:last-child { border-bottom: 0; }
  .cta-row, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta .button { width: 100%; }
  .page-hero { padding: 58px 0 52px; }
  .catalog-item { grid-template-columns: 1fr; gap: 13px; }
  .catalog-item p { grid-column: auto; }
  .catalog-price { text-align: left; }
  .catalog-swatch { height: 92px; }
  .interior-card { min-height: 320px; padding: 29px; }
  .interior-card h2 { margin-top: 75px; }
  .delivery-card { padding: 29px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
}

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