:root {
  --ink: #171715;
  --muted: #68645c;
  --paper: #f4f1e9;
  --white: #fbfaf6;
  --line: rgba(23, 23, 21, .15);
  --gold: #b38a43;
  --dark: #202522;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 16px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.site-header { width: min(1320px, calc(100% - 64px)); margin: 0 auto; min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: .12em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 20px; letter-spacing: 0; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 14px; font-weight: 700; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .22em; }
nav { display: flex; align-items: center; gap: 29px; font-size: 12px; letter-spacing: .04em; }
nav a { text-decoration: none; }
.nav-cta { padding: 10px 15px; border: 1px solid var(--ink); }
.section-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.hero { min-height: 620px; padding: 130px 0 100px; }
.eyebrow, .section-label { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 850px; margin: 22px 0 24px; font-size: clamp(54px, 8vw, 104px); letter-spacing: -.055em; line-height: .93; }
h2 { margin-bottom: 17px; font-size: clamp(38px, 5vw, 67px); letter-spacing: -.045em; line-height: .98; }
h3 { margin-bottom: 8px; font-size: 25px; line-height: 1.05; }
.hero-copy { max-width: 600px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; font: inherit; font-size: 12px; letter-spacing: .08em; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-quiet { border-bottom-color: var(--ink); padding-inline: 0; }
.trust-row { display: flex; gap: 25px; margin-top: 92px; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.trust-row span + span::before { content: '·'; margin-right: 25px; color: var(--gold); }
.statement, .included, .intake { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; padding: 105px 0; border-top: 1px solid var(--line); }
.statement p, .included-copy p, .intake-copy p { max-width: 540px; color: var(--muted); font-size: 17px; }
.reality-note, .owner { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; padding: 100px 0; border-top: 1px solid var(--line); }
.reality-note h2, .owner h2 { max-width: 760px; margin-bottom: 17px; }
.reality-note p, .owner-copy p { max-width: 650px; color: var(--muted); font-size: 17px; }
.concept { padding: 110px 0; }
.concept-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.concept-window { overflow: hidden; color: #f7f3e9; background: #1d2824; border: 1px solid #32423a; box-shadow: 18px 22px 0 #d9c49b; }
.window-bar { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 16px; background: #111816; border-bottom: 1px solid #32423a; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #aa8b53; }
.window-bar small { margin-left: auto; color: #aeb9ae; font-size: 9px; letter-spacing: .15em; }
.window-content { min-height: 405px; padding: 46px 42px 28px; background: radial-gradient(circle at 86% 14%, rgba(189, 150, 83, .29), transparent 26%), linear-gradient(145deg, #263831, #121b18 70%); }
.window-kicker { color: #d2b579; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.window-title { max-width: 510px; margin: 24px 0 15px; font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); letter-spacing: -.05em; line-height: .94; }
.window-content p { max-width: 420px; color: #c8d0c6; font-size: 15px; }
.window-button { display: inline-flex; margin-top: 14px; padding: 11px 15px; color: #18140d; background: #d1b273; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.window-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 48px; }
.window-panels span { padding: 13px 10px; color: #b9c5ba; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.concept-copy .card-top { margin-bottom: 25px; color: var(--gold); }
.concept-copy h3 { max-width: 510px; font-size: clamp(32px, 4vw, 48px); }
.concept-copy p { max-width: 520px; color: var(--muted); font-size: 16px; }
.concept-copy .button { margin-top: 12px; }
.work { padding: 110px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 44px; }
.section-heading p { max-width: 300px; margin-bottom: 8px; color: var(--muted); font-size: 13px; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { min-height: 460px; padding: 16px; }
.work-card-dark { color: var(--white); background: var(--dark); }
.work-card-paper { background: #e4dfd2; }
.work-card-gold { background: #bd9653; }
.card-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.work-card-dark .card-top { color: #c8c8bd; }
.concept-visual { min-height: 265px; display: grid; place-items: center; margin: 16px 0 20px; text-align: center; }
.concept-visual span { font-family: var(--serif); font-size: 39px; letter-spacing: -.04em; line-height: .8; }
.concept-visual em { display: block; margin-top: 12px; font-family: var(--sans); font-size: 9px; font-style: normal; letter-spacing: .22em; }
.visual-travel { color: #f0ede4; background: linear-gradient(140deg, #47524d, #18221f); }
.visual-hospitality { color: #494339; background: linear-gradient(140deg, #d8d0bd, #9d967e); }
.visual-service { color: #2c2419; background: linear-gradient(140deg, #d9b974, #a17437); }
.card-body p { max-width: 280px; margin-bottom: 0; color: var(--muted); font-size: 13px; }
.work-card-dark .card-body p { color: #c8c8bd; }
.process { padding: 110px 0; border-top: 1px solid var(--line); }
.process h2 { max-width: 650px; margin: 20px 0 60px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-grid article { padding-top: 18px; border-top: 1px solid var(--ink); }
.process-grid span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.process-grid h3 { margin-top: 30px; font-size: 24px; }
.process-grid p { color: var(--muted); font-size: 13px; }
.included { background: var(--dark); color: var(--white); width: 100%; padding-inline: max(32px, calc((100% - 1180px) / 2)); }
.included .section-label { color: #d2ab69; }
.included-copy p { color: #c8c8bd; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; align-content: start; margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.check-list li::before { content: '—'; margin-right: 12px; color: #d2ab69; }
.offer-price { margin-top: 25px; color: var(--white) !important; font-family: var(--serif); font-size: 31px !important; }
.offer-price span { display: block; margin-top: 5px; color: #c8c8bd; font-family: var(--sans); font-size: 12px; }
.offer-note { max-width: 510px; margin: 25px 0 0; color: #c8c8bd; font-size: 12px; }
.intake { padding-bottom: 130px; }
.contact-card { max-width: 570px; padding: 30px; background: var(--white); border: 1px solid var(--line); }
.contact-label { margin-bottom: 12px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-email { display: inline-block; margin-bottom: 15px; font-family: var(--serif); font-size: clamp(25px, 4vw, 38px); letter-spacing: -.04em; }
.contact-card > p:not(.contact-label) { max-width: 430px; color: var(--muted); font-size: 14px; }
.contact-card .button { margin-top: 10px; }
.intake-form { display: grid; gap: 16px; }
.intake-form label { display: grid; gap: 7px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
input, textarea { width: 100%; padding: 13px 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); font: inherit; font-size: 14px; letter-spacing: 0; text-transform: none; }
textarea { resize: vertical; }
.field-help { margin: -8px 0 0; color: var(--muted); font-size: 11px; }
.form-status { min-height: 24px; margin: 0; color: var(--muted); font-size: 12px; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 800px) {
  .site-header, .section-wrap { width: min(100% - 36px, 600px); }
  .site-header { min-height: 70px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 8px 10px; font-size: 10px; }
  .hero { min-height: auto; padding: 90px 0 70px; }
  h1 { font-size: clamp(50px, 15vw, 78px); }
  .hero-copy { font-size: 15px; }
  .hero-actions, .trust-row { align-items: flex-start; flex-direction: column; gap: 15px; }
  .trust-row { margin-top: 55px; }
  .trust-row span + span::before { display: none; }
  .statement, .reality-note, .concept-feature, .included, .owner, .intake { grid-template-columns: 1fr; gap: 26px; padding: 70px 0; }
  .concept { padding: 75px 0; }
  .concept-window { box-shadow: 10px 12px 0 #d9c49b; }
  .window-content { min-height: 360px; padding: 35px 25px 24px; }
  .window-panels { margin-top: 35px; }
  .included { padding-inline: 36px; width: 100%; }
  .work { padding: 75px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 22px; }
  .work-grid, .process-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 0; }
  .process { padding: 75px 0; }
  .process h2 { margin-bottom: 40px; }
  .check-list { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
