:root {
  --onyx: #1f1d1a;
  --linen: #f7f3ed;
  --white: #fffdf9;
  --champagne: #c5a27d;
  --bronze: #a98467;
  --muted: #6f6961;
  --border: #ddd3c7;
  --display: "Playfair Display", Georgia, serif;
  --ui: "Plus Jakarta Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--linen); color: var(--onyx); font-family: var(--ui); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; background: var(--white); padding: 12px 16px; border: 1px solid var(--champagne); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--white); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(255 253 249 / 18%); }
.wordmark { font-family: var(--display); font-size: 27px; font-weight: 600; letter-spacing: .13em; text-decoration: none; }
.header-note { color: var(--champagne); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

.hero { position: relative; min-height: 780px; overflow: hidden; background: var(--onyx); color: var(--white); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgb(255 255 255 / 12%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 780px; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 150px 100px; }
.eyebrow { margin: 0 0 24px; color: var(--bronze); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--champagne); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 910px; margin-bottom: 28px; font-family: var(--display); font-size: clamp(50px, 7.2vw, 96px); font-weight: 500; line-height: .99; letter-spacing: -.035em; }
h1 span { display: block; margin-bottom: 18px; color: var(--champagne); font-family: var(--ui); font-size: 12px; font-weight: 600; letter-spacing: .46em; }
.hero-copy { max-width: 610px; margin-bottom: 38px; color: rgb(255 253 249 / 70%); font-size: clamp(16px, 2vw, 19px); line-height: 1.8; }
.coming-soon { display: inline-flex; min-height: 48px; align-items: center; border: 1px solid var(--champagne); padding: 0 24px; color: var(--champagne); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero-ornament { position: absolute; right: -90px; bottom: -190px; width: min(52vw, 700px); aspect-ratio: 1; opacity: .32; }
.hero-ornament span { position: absolute; inset: 0; border: 1px solid var(--champagne); border-radius: 50%; }
.hero-ornament span:nth-child(2) { inset: 14%; }
.hero-ornament span:nth-child(3) { inset: 28%; }

.section { padding-block: 130px; }
.section-heading { max-width: 700px; margin-bottom: 58px; }
.section-heading h2, .business-intro h2, .closing h2 { margin-bottom: 0; font-family: var(--display); font-size: clamp(40px, 5vw, 64px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.benefit-card { min-height: 295px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 34px 28px; background: var(--white); }
.number { color: var(--bronze); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.benefit-card h3 { margin: 72px 0 16px; font-family: var(--display); font-size: 28px; font-weight: 500; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.business-section { background: var(--onyx); color: var(--white); padding-block: 130px; }
.business-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.business-intro p:last-child { max-width: 470px; margin: 30px 0 0; color: rgb(255 253 249 / 68%); line-height: 1.8; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 253 249 / 18%); }
.feature-list li { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgb(255 253 249 / 18%); font-family: var(--display); font-size: 21px; }
.feature-list li > span:last-child { color: var(--champagne); font-family: var(--ui); font-size: 10px; letter-spacing: .15em; }
.feature-list small { display: block; margin-top: 5px; color: var(--champagne); font-family: var(--ui); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.closing { padding-block: 145px; text-align: center; }
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing-mark { display: grid; width: 68px; height: 68px; margin-bottom: 38px; place-items: center; border: 1px solid var(--champagne); border-radius: 50%; color: var(--bronze); font-family: var(--display); font-size: 30px; }
.closing h2 { max-width: 720px; }
.closing p:last-child { max-width: 520px; margin: 26px 0 0; color: var(--muted); line-height: 1.75; }

footer { background: var(--white); }
.footer-inner { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-inner p { margin: 0; }
.footer-inner strong { color: var(--onyx); font-family: var(--display); font-size: 18px; letter-spacing: .12em; }

@media (max-width: 900px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .business-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 72px; }
  .hero, .hero-content { min-height: 690px; }
  .hero-content { padding-block: 125px 82px; }
  h1 { font-size: clamp(44px, 13vw, 62px); line-height: 1.02; }
  h1 span { margin-bottom: 14px; font-size: 10px; }
  .hero-copy { font-size: 16px; line-height: 1.7; }
  .hero-ornament { right: -150px; bottom: -90px; width: 440px; }
  .section, .business-section, .closing { padding-block: 88px; }
  .section-heading { margin-bottom: 38px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; padding: 26px 24px 30px; }
  .benefit-card h3 { margin-top: 38px; }
  .feature-list li { min-height: 72px; font-size: 19px; }
  .footer-inner { min-height: 120px; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
