:root {
  --ink: #12110f;
  --paper: #f0eadf;
  --cream: #faf6ed;
  --gold: #b99556;
  --muted: #a7a093;
  --line: rgba(18, 17, 15, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.demo-note { padding: 8px 24px; background: #25231f; color: #c9c2b6; text-align: center; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.site-header { height: 84px; padding: 0 clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(240,234,223,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: Georgia, serif; font-size: 14px; letter-spacing: .05em; }
.brand-name { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: Georgia, serif; font-size: 17px; font-weight: 700; }
nav { display: flex; gap: 32px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--gold); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 17px 22px; background: var(--ink); color: white; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--ink); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #2d2a25; }
.button-small { padding: 13px 18px; }
.eyebrow { margin: 0 0 22px; color: #6b655d; font-size: 10px; font-weight: 700; letter-spacing: .24em; }

.hero { min-height: calc(100vh - 113px); display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; }
.hero-copy { padding: clamp(72px, 10vh, 122px) clamp(28px, 7vw, 106px); display: flex; flex-direction: column; justify-content: center; }
.hero h1, .section-heading h2, .contact h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(64px, 7.4vw, 118px); line-height: .86; letter-spacing: -.055em; }
.hero h1 em, .contact h2 em { color: var(--gold); font-weight: 400; }
.hero-description { max-width: 510px; margin: 38px 0 32px; color: #5a554d; font-family: Georgia, serif; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rating-row { margin-top: 42px; display: flex; align-items: center; gap: 10px; color: #6b655d; font-size: 12px; }
.rating-row strong { color: var(--ink); }
.stars { color: var(--gold); letter-spacing: 3px; }

.hero-visual { min-height: 620px; padding: clamp(34px, 5vw, 76px); background: #1a1917; color: var(--cream); position: relative; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(185,149,86,.3); border-radius: 50%; }
.hero-visual::before { width: 520px; height: 520px; top: 9%; left: 9%; }
.hero-visual::after { width: 360px; height: 360px; bottom: 4%; right: -12%; }
.visual-frame { height: 100%; min-height: 500px; position: relative; border: 1px solid rgba(255,255,255,.13); overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 60%); }
.visual-number { position: absolute; top: 22px; right: 24px; color: #777066; font-family: Georgia, serif; font-size: 12px; }
.chair { position: absolute; width: 270px; height: 410px; left: 50%; top: 50%; transform: translate(-50%, -45%); }
.chair-head { width: 92px; height: 54px; margin: 0 auto -4px; border: 2px solid #b99556; border-radius: 18px 18px 5px 5px; background: #292722; }
.chair-back { width: 210px; height: 215px; margin: 0 auto; border: 2px solid #b99556; border-radius: 50px 50px 25px 25px; background: repeating-linear-gradient(90deg, #292722 0, #292722 22px, #24221e 23px, #24221e 25px); box-shadow: 0 28px 70px #000; }
.chair-seat { width: 254px; height: 58px; margin: -12px auto 0; border: 2px solid #b99556; border-radius: 22px; background: #2d2a25; }
.chair-base { width: 9px; height: 98px; margin: 0 auto; background: #b99556; box-shadow: 0 86px 0 46px #1a1917, 0 86px 0 48px #b99556; }
.visual-caption { position: absolute; right: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; color: #827b70; font-size: 9px; letter-spacing: .25em; }

.services { padding: clamp(80px, 10vw, 150px) clamp(28px, 7vw, 108px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); background: var(--cream); }
.section-heading h2 { font-size: clamp(48px, 5vw, 78px); line-height: .95; }
.section-heading > p:last-child { max-width: 370px; margin-top: 30px; color: #6b655d; line-height: 1.7; }
.service-list article { display: grid; grid-template-columns: 42px 1fr auto; gap: 22px; align-items: start; padding: 28px 0; border-top: 1px solid var(--line); }
.service-list article:last-of-type { border-bottom: 1px solid var(--line); }
.service-index { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.service-list h3 { margin: -5px 0 8px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.service-list p { margin: 0; color: #716b63; font-size: 13px; line-height: 1.5; }
.service-list strong { font-family: Georgia, serif; font-size: 18px; }
.price-note { margin-top: 16px !important; font-size: 10px !important; }

.experience { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--cream); }
.experience-card { padding: clamp(72px, 9vw, 136px); border-right: 1px solid rgba(255,255,255,.12); }
.experience-card .eyebrow { color: #8d867b; }
blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 74px); line-height: 1.08; letter-spacing: -.035em; }
blockquote em { color: var(--gold); font-weight: 400; }
.experience-copy { min-height: 570px; padding: clamp(64px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.big-initials { position: absolute; top: -40px; right: -20px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 280px; font-weight: 700; }
.experience-copy > p { max-width: 480px; position: relative; color: #b7b0a5; font-family: Georgia, serif; font-size: 22px; line-height: 1.65; }
.benefits { margin-top: 36px; display: flex; flex-direction: column; gap: 13px; color: #d7d0c5; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.benefits span::before { content: "—"; margin-right: 14px; color: var(--gold); }

.contact { padding: clamp(80px, 10vw, 150px) clamp(28px, 7vw, 108px); display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.contact h2 { margin-bottom: 42px; font-size: clamp(54px, 6vw, 92px); }
.button-light { background: transparent; color: var(--ink); }
.button-light:hover { color: white; }
.contact-details { padding-left: clamp(0px, 5vw, 70px); border-left: 1px solid var(--line); }
.contact-details div { margin-bottom: 28px; }
.contact-details span { display: block; margin-bottom: 9px; color: #756f66; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.contact-details p { margin: 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.5; }
.contact-details > a { display: inline-block; margin-top: 12px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

footer { padding: 30px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #746e65; font-size: 10px; }
.footer-brand .brand-mark { width: 32px; height: 32px; font-size: 10px; }
.footer-brand .brand-name { font-size: 14px; color: var(--ink); }
.demo-footer { text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero, .services, .experience, .contact { grid-template-columns: 1fr; }
  .hero-copy { min-height: 700px; }
  .hero-visual { min-height: 600px; }
  .experience-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-details { padding-left: 0; padding-top: 42px; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .demo-note { padding-inline: 12px; font-size: 8px; }
  .site-header { height: 72px; }
  .brand-name { max-width: 145px; font-size: 14px; }
  .site-header .button-small { padding: 11px 12px; font-size: 9px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 610px; padding-top: 72px; }
  .hero h1 { font-size: clamp(58px, 20vw, 82px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: flex-start; }
  .rating-row { flex-wrap: wrap; }
  .hero-visual { min-height: 520px; padding: 22px; }
  .visual-frame { min-height: 475px; }
  .chair { transform: translate(-50%, -42%) scale(.82); }
  .services { gap: 55px; }
  .service-list article { grid-template-columns: 28px 1fr; }
  .service-list strong { grid-column: 2; }
  .experience-copy { min-height: 480px; }
  footer { align-items: flex-start; flex-direction: column; }
  .demo-footer { margin-top: 0; }
}
