:root {
  --paper: #eee8dc;
  --paper-light: #f7f3ea;
  --ink: #22231f;
  --ink-soft: #56584f;
  --clay: #aa674d;
  --sage: #68705c;
  --line: rgba(34, 35, 31, 0.18);
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 88px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background 300ms ease, border-color 300ms ease, height 300ms ease;
}
.site-header.scrolled { height: 68px; background: rgba(238, 232, 220, 0.92); border-color: var(--line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 15px; font-weight: 600; letter-spacing: 0.18em; }
.brand-mark { width: 20px; height: 20px; display: inline-block; border: 2px solid currentColor; border-radius: 50% 50% 5px 50%; transform: rotate(-45deg); }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 500; }
.site-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right 250ms ease; }
.site-nav a:hover::after { right: 0; }
.nav-contact { border: 1px solid var(--ink); padding: 10px 18px; transition: background 200ms, color 200ms; }
.nav-contact:hover { background: var(--ink); color: var(--paper); }
.menu-button { display: none; }

.hero { min-height: 100svh; padding: 150px 4.5vw 65px; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 6vw; align-items: center; position: relative; }
.hero::after { content: ""; position: absolute; left: 50%; top: 88px; bottom: 0; width: 1px; background: var(--line); }
.eyebrow { margin: 0 0 28px; text-transform: uppercase; letter-spacing: 0.17em; font-size: 11px; font-weight: 600; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -0.035em; line-height: 0.97; }
h1 { max-width: 760px; font-size: clamp(4.3rem, 7.1vw, 8.6rem); }
h1 em, h2 em { color: var(--clay); font-weight: inherit; }
.hero-intro { max-width: 560px; margin: 36px 0; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.23rem); }
.hero-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; text-decoration: none; font-size: 13px; font-weight: 600; transition: transform 200ms ease, background 200ms, color 200ms; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--paper-light); }
.text-link { text-underline-offset: 7px; font-size: 13px; font-weight: 600; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform 200ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-art { position: relative; aspect-ratio: 0.86; max-height: 690px; overflow: hidden; background: #c6bda8; }
.hero-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 45%, rgba(255,255,255,.16)); }
.art-label { position: absolute; top: 24px; left: 26px; z-index: 3; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.sun-disc { position: absolute; width: 62%; aspect-ratio: 1; border-radius: 50%; background: #d9d1c1; right: -12%; top: 9%; }
.room-scene { position: absolute; inset: 14% 7% 12%; filter: drop-shadow(18px 28px 18px rgba(40, 36, 29, 0.14)); }
.scene-cabinet { position: absolute; left: 2%; bottom: 10%; width: 29%; height: 46%; background: #5f6755; border-radius: 3px; }
.scene-cabinet::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(238,232,220,.22); }
.scene-cabinet span { position: absolute; bottom: -9%; width: 5%; height: 10%; background: #3c3f38; }
.scene-cabinet span:first-child { left: 10%; } .scene-cabinet span:last-child { right: 10%; }
.scene-table { position: absolute; left: 25%; right: 2%; bottom: 18%; height: 32%; }
.scene-table::before { content: ""; position: absolute; inset: 0 0 auto; height: 22%; border-radius: 50%; background: #8c6a51; }
.scene-table span { position: absolute; top: 15%; width: 4%; height: 80%; background: #6f523e; }
.scene-table span:first-child { left: 18%; transform: skew(-5deg); } .scene-table span:nth-child(2) { left: 49%; } .scene-table span:last-child { right: 18%; transform: skew(5deg); }
.scene-chair { position: absolute; right: 6%; bottom: 7%; width: 29%; height: 48%; z-index: 2; }
.scene-chair::before { content: ""; position: absolute; left: 20%; right: 20%; top: 5%; height: 46%; border: 13px solid #474b41; border-bottom-width: 6px; border-radius: 40% 40% 10px 10px; }
.scene-chair span:first-child { position: absolute; left: 13%; right: 13%; top: 46%; height: 16%; background: #596052; border-radius: 50%; }
.scene-chair span:nth-child(2), .scene-chair span:nth-child(3) { position: absolute; top: 57%; width: 5%; height: 39%; background: #3f433a; }
.scene-chair span:nth-child(2) { left: 25%; transform: skew(-5deg); } .scene-chair span:nth-child(3) { right: 25%; transform: skew(5deg); }
.scene-vase { position: absolute; left: 55%; bottom: 50%; width: 8%; height: 15%; background: #a96047; border-radius: 45% 45% 35% 35%; }
.art-caption { position: absolute; right: 24px; bottom: 20px; margin: 0; text-align: right; font-family: var(--display); font-size: 16px; line-height: 1.2; }
.hero-index { position: absolute; left: 4.5vw; bottom: 24px; color: rgba(34,35,31,.38); font-size: 10px; letter-spacing: .15em; }

.statement { min-height: 110px; padding: 25px 4.5vw; background: var(--ink); color: var(--paper); display: flex; align-items: center; justify-content: center; gap: 4vw; }
.statement p { margin: 0; font-family: var(--display); font-size: clamp(1.2rem, 2.15vw, 2.2rem); }
.statement span { width: 5px; height: 5px; background: var(--clay); border-radius: 50%; }
.section-pad { padding: 130px 7vw; }
.section-heading { display: grid; grid-template-columns: .65fr 1.1fr .75fr; gap: 5vw; align-items: end; margin-bottom: 70px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .custom h2, .about h2, .contact h2 { font-size: clamp(3rem, 5.8vw, 6.5rem); }
.section-heading > p:last-child { margin: 0; max-width: 390px; color: var(--ink-soft); }
.collection-grid { display: grid; grid-template-columns: 1.15fr .8fr; grid-template-rows: auto auto; gap: 18px; }
.collection-card { position: relative; min-height: 510px; overflow: hidden; background: #d4c7b1; }
.card-bed { grid-row: span 2; min-height: 760px; background: #b5afa2; }
.card-box { background: #baa890; }
.product-visual { position: absolute; inset: 0; transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.collection-card:hover .product-visual { transform: scale(1.025); }
.card-copy { position: absolute; inset: auto 0 0; padding: 28px 30px; color: var(--paper-light); background: linear-gradient(transparent, rgba(26,27,24,.78)); }
.card-copy span { font-size: 10px; letter-spacing: .12em; }
.card-copy h3 { margin: 5px 0 2px; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; }
.card-copy p { margin: 0; color: rgba(247,243,234,.78); font-size: 13px; }
.dining-table { position: absolute; left: 10%; right: 8%; bottom: 26%; height: 30%; }
.dining-table::before { content: ""; position: absolute; inset: 0 0 auto; height: 24%; background: #71604e; border-radius: 50%; box-shadow: 0 12px 22px rgba(0,0,0,.13); }
.dining-table span { position: absolute; top: 17%; width: 5%; height: 83%; background: #584a3d; }
.dining-table span:first-child { left: 20%; transform: skew(-5deg); } .dining-table span:last-child { right: 20%; transform: skew(5deg); }
.dining-chair { position: absolute; bottom: 12%; width: 27%; height: 48%; z-index: 2; }
.dining-chair::before { content: ""; position: absolute; left: 22%; right: 22%; top: 0; height: 52%; border: 14px solid #4e5549; border-bottom-width: 6px; border-radius: 48% 48% 8px 8px; }
.dining-chair span:first-child { position: absolute; left: 14%; right: 14%; top: 47%; height: 16%; background: #626a5b; border-radius: 50%; }
.dining-chair span:nth-child(2), .dining-chair span:last-child { position: absolute; top: 59%; width: 5%; height: 40%; background: #41453d; }
.dining-chair span:nth-child(2) { left: 26%; transform: skew(-5deg); } .dining-chair span:last-child { right: 26%; transform: skew(5deg); }
.chair-one { left: 5%; transform: scale(.9); } .chair-two { right: 3%; }
.pendant-light { position: absolute; left: 46%; top: 0; width: 18%; height: 18%; border-radius: 50% 50% 10% 10%; background: #a96047; }
.pendant-light::before { content: ""; position: absolute; left: 50%; bottom: 100%; width: 1px; height: 200%; background: rgba(34,35,31,.55); }
.bed-head { position: absolute; left: 14%; right: 14%; top: 14%; height: 44%; background: #6c5f56; border-radius: 80px 80px 4px 4px; box-shadow: inset 0 -20px 45px rgba(0,0,0,.12); }
.bed-base { position: absolute; left: 10%; right: 7%; bottom: 22%; height: 25%; background: #554a43; border-radius: 2px 12px 15px 15px; transform: perspective(500px) rotateX(7deg); }
.bed-cover { position: absolute; left: 16%; right: 1%; bottom: 27%; height: 25%; background: #ddd5c7; border-radius: 4px 15px 20px 8px; transform: skewY(3deg); box-shadow: 0 15px 25px rgba(0,0,0,.11); }
.storage-body { position: absolute; left: 17%; right: 15%; top: 22%; height: 53%; background: #695c4d; border-radius: 3px; box-shadow: 12px 20px 25px rgba(0,0,0,.14); }
.storage-body::before, .storage-body::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(238,232,220,.23); }
.storage-body::before { left: 33.333%; } .storage-body::after { right: 33.333%; }
.storage-body span { position: absolute; bottom: -12%; width: 4%; height: 13%; background: #403a33; }
.storage-body span:first-child { left: 6%; } .storage-body span:nth-child(2) { left: 48%; } .storage-body span:last-child { right: 6%; }
.storage-object { position: absolute; bottom: 75%; }
.storage-object-one { left: 29%; width: 13%; height: 17%; background: #8e765e; border-radius: 50% 50% 38% 38%; }
.storage-object-two { right: 27%; width: 18%; height: 8%; border-radius: 50%; background: #4f574a; }

.custom { position: relative; overflow: hidden; background: var(--sage); color: var(--paper-light); display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; }
.custom::before { content: ""; position: absolute; width: 34vw; height: 34vw; max-width: 520px; max-height: 520px; border: 1px solid rgba(247,243,234,.15); border-radius: 50%; left: -9vw; bottom: -15vw; }
.custom-number { position: absolute; right: -1vw; top: -5vw; color: rgba(247,243,234,.045); font-family: var(--display); font-size: 29vw; line-height: 1; }
.custom-copy, .process { position: relative; z-index: 1; }
.custom-copy > p:not(.eyebrow) { max-width: 580px; margin: 35px 0; color: rgba(247,243,234,.72); }
.button-light { border: 1px solid rgba(247,243,234,.8); }
.button-light:hover { background: var(--paper-light); color: var(--sage); }
.process { align-self: end; }
.process > div { display: grid; grid-template-columns: 48px 1fr; padding: 26px 0; border-top: 1px solid rgba(247,243,234,.23); }
.process span { grid-row: span 2; color: rgba(247,243,234,.48); font-size: 11px; }
.process h3 { margin: 0; font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.process p { margin: 5px 0 0; color: rgba(247,243,234,.65); font-size: 13px; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--paper-light); }
.about-body { padding-top: 90px; }
.about-body .lead { margin: 0 0 30px; font-family: var(--display); font-size: clamp(1.7rem, 2.5vw, 2.6rem); line-height: 1.25; }
.about-body > p:not(.lead) { max-width: 560px; color: var(--ink-soft); }
.origin-stamp { width: 156px; height: 156px; margin: 60px 0 0 auto; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-7deg); }
.origin-stamp span, .origin-stamp small { letter-spacing: .18em; font-size: 8px; }
.origin-stamp strong { font-family: var(--display); font-size: 3rem; line-height: 1; font-weight: 400; }

.contact { background: #a96047; color: var(--paper-light); }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact .eyebrow { color: rgba(247,243,234,.68); }
.contact h2 em { color: #2e312c; }
.contact-details { padding-top: 80px; }
.contact-main { display: flex; justify-content: space-between; align-items: center; padding: 0 0 18px; border-bottom: 1px solid rgba(247,243,234,.6); text-decoration: none; font-family: var(--display); font-size: clamp(1.65rem, 3.2vw, 3.7rem); }
.contact-main span { font-family: var(--body); font-size: 1rem; transition: transform 200ms; }
.contact-main:hover span { transform: translate(4px, -4px); }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr 1.15fr; gap: 25px; margin-top: 60px; }
.contact-grid a, .contact-grid address { display: block; text-decoration: none; font-size: 12px; line-height: 1.75; font-style: normal; color: rgba(247,243,234,.82); }
.contact-label { margin: 0 0 15px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: rgba(247,243,234,.55); }
footer { padding: 35px 4.5vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 10px; letter-spacing: .08em; }
footer p { margin: 0; text-align: center; } footer p:last-child { text-align: right; }
.brand-footer { font-size: 12px; }
.brand-footer .brand-mark { width: 16px; height: 16px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 750ms ease, transform 750ms cubic-bezier(.2,.75,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 72px; padding: 0 22px; }
  .menu-button { display: grid; gap: 6px; border: 0; background: none; padding: 10px; }
  .menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform 200ms; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; padding: 28px 22px 35px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 20px; transform: translateY(-140%); opacity: 0; transition: transform 300ms ease, opacity 200ms; }
  .site-nav.open { transform: translateY(0); opacity: 1; }
  .site-nav a { font-family: var(--display); font-size: 1.8rem; }
  .nav-contact { text-align: center; font-family: var(--body) !important; font-size: 13px !important; }
  .hero { padding: 120px 22px 55px; grid-template-columns: 1fr; gap: 60px; }
  .hero::after, .hero-index { display: none; }
  h1 { font-size: clamp(3.8rem, 17vw, 6.5rem); }
  .hero-art { width: 94%; margin-left: auto; aspect-ratio: .95; }
  .statement { min-height: 84px; overflow: hidden; justify-content: flex-start; gap: 28px; white-space: nowrap; }
  .section-pad { padding: 90px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card, .card-bed { grid-row: auto; min-height: 520px; }
  .custom, .about, .contact { grid-template-columns: 1fr; gap: 60px; }
  .custom { padding-bottom: 70px; }
  .about-body, .contact-details { padding-top: 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  footer p, footer p:last-child { text-align: center; }
  .brand-footer { justify-content: center; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-art { width: 100%; }
  .statement p { font-size: 1.15rem; }
  .collection-card, .card-bed { min-height: 430px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-main { word-break: break-word; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
