:root {
  --ink: #101412;
  --ink-2: #171d19;
  --paper: #f6f5f0;
  --paper-2: #ebe9df;
  --white: #fffef9;
  --muted: #667068;
  --line: rgba(16,20,18,.16);
  --red: #126148;
  --red-bright: #c9aa62;
  --green: #126148;
  --green-deep: #0a3d2d;
  --gold: #c9aa62;
  --gold-light: #e1ca8a;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 26px 80px rgba(4,12,8,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--ink); }
.skip-link:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(201,170,98,.28); background: rgba(8,11,9,.95); color: var(--white); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; line-height: .88; letter-spacing: .11em; font-weight: 800; font-size: .96rem; }
.wordmark span:last-child { margin-left: 18px; color: var(--gold); font-size: .66rem; letter-spacing: .35em; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links > a { color: #e6e2d7; text-decoration: none; font-size: .86rem; font-weight: 700; }
.nav-links > a:hover { color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(201,170,98,.4); border-radius: 50%; background: transparent; color: var(--gold-light); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--ink); border-radius: 999px; padding: 0 21px; background: var(--ink); color: var(--white); text-decoration: none; font-size: .88rem; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(17,16,18,.18); }
.button.red { border-color: var(--gold); background: var(--green); }
.button.ghost { background: transparent; color: var(--ink); }
.button.light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; box-shadow: none; }
.nav .button { min-height: 43px; padding-inline: 18px; border-color: var(--gold); background: var(--green); }
.nav-links > a.button { color: white; }

.hero { position: relative; background: radial-gradient(circle at 28% 25%, #17241d 0%, #090d0b 42%, #050706 100%); color: var(--white); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -220px; bottom: -250px; border: 1px solid rgba(201,170,98,.28); border-radius: 50%; box-shadow: 0 0 0 62px rgba(201,170,98,.05), 0 0 0 124px rgba(18,97,72,.06); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 88px 64px 88px 0; }
.kicker { display: flex; align-items: center; gap: 12px; color: var(--red-bright); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero .kicker, .section.dark .kicker, .page-hero .kicker { color: var(--gold-light); }
.section:not(.dark) .kicker { color: var(--green); }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; }
h1 { max-width: 760px; margin: 22px 0 24px; font-size: clamp(4rem, 8vw, 7.6rem); line-height: .82; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(3.8rem, 6.2vw, 6.2rem); line-height: .88; }
.hero-copy > p { max-width: 650px; color: #b8c0ba; font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 38px; color: #bcae83; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-art { position: relative; min-height: 620px; margin: 34px 0 34px 34px; overflow: hidden; border: 1px solid rgba(201,170,98,.55); border-radius: 260px 260px 30px 30px; background: #101713; box-shadow: 0 28px 70px rgba(0,0,0,.45); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; opacity: 1; filter: saturate(.92) contrast(1.04); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,8,5,.62), transparent 44%); }
.hero-stamp { position: absolute; right: 24px; bottom: 24px; z-index: 1; width: 124px; height: 124px; display: grid; place-items: center; border: 1px solid rgba(225,202,138,.82); border-radius: 50%; background: rgba(4,30,21,.58); color: var(--gold-light); text-align: center; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-8deg); backdrop-filter: blur(6px); }

.service-band { background: var(--green-deep); color: white; border-block: 1px solid rgba(201,170,98,.34); }
.service-band strong { color: var(--gold-light); }
.service-band .shell { min-height: 78px; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center; gap: 20px; }
.service-band strong { font-family: var(--serif); font-size: 1.3rem; }
.service-band span { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 108px 0; }
.section.dark { background-image: linear-gradient(rgba(5,9,7,.82), rgba(5,12,8,.9)), url("marble-v3.png"); background-position: center; background-size: cover; color: var(--white); }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: end; margin-bottom: 48px; }
.section-head h2 { max-width: 660px; margin: 14px 0 0; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .93; letter-spacing: -.04em; }
.section-head p { max-width: 630px; justify-self: end; margin: 0; color: var(--muted); }
.dark .section-head p { color: #aaa39d; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 380px; display: flex; flex-direction: column; padding: 42px 38px 34px; border: 1px solid rgba(201,170,98,.58); border-radius: 160px 160px 28px 28px; background: rgba(255,255,255,.72); text-decoration: none; transition: .25s ease; }
.service-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green); }
.service-card .number { color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin: auto 0 10px; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: .94; letter-spacing: -.04em; }
.service-card p { max-width: 470px; margin: 0; color: var(--muted); }
.service-card .arrow { margin-top: 22px; font-size: 1.5rem; }

.feature-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.quote-card { position: sticky; top: 110px; padding: 48px 42px; border: 1px solid rgba(201,170,98,.54); border-radius: 180px 180px 26px 26px; background: rgba(4,21,14,.62); }
.quote-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.02; }
.quote-card p { margin: 24px 0 0; color: #9c9590; font-size: .84rem; }
.detail-list { display: grid; }
.detail { padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
.detail:first-child { border-top: 0; padding-top: 0; }
.detail h3 { margin: 0 0 7px; font-size: 1.7rem; }
.detail p { margin: 0; color: #aaa39d; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-card { padding: 30px; border: 1px solid rgba(201,170,98,.42); border-radius: 22px; background: rgba(255,255,255,.72); }
.process-card span { color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.process-card h3 { margin: 54px 0 9px; font-size: 2rem; line-height: 1; }
.process-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; margin-bottom: 92px; padding: 55px; border: 1px solid rgba(201,170,98,.58); border-radius: 34px; background: linear-gradient(135deg, #08100c, #0c4937); color: white; box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 800px; margin: 0; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .9; letter-spacing: -.04em; }
.cta-panel p { max-width: 650px; margin: 18px 0 0; color: #ced8d0; }

.page-hero { padding: 90px 0 72px; background-image: linear-gradient(100deg, rgba(3,8,5,.94), rgba(4,24,16,.75)), url("marble-v3.png"); background-position: center; background-size: cover; color: white; }
.page-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(4rem, 9vw, 7.2rem); }
.page-hero p { max-width: 720px; margin: 0; color: #c2cbc5; font-size: 1.05rem; }
.breadcrumbs { margin-bottom: 30px; color: #8f8883; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a { color: white; }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.form-sidebar { position: sticky; top: 110px; }
.form-sidebar h2 { margin: 12px 0 14px; font-size: 3rem; line-height: .95; }
.form-sidebar p { color: var(--muted); }
.contact-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 17px; }
.contact-list strong { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-list span, .contact-list a { color: var(--muted); }
.request-form { padding: 40px; border: 1px solid rgba(201,170,98,.58); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #c9c6b7; border-radius: 12px; padding: 13px 14px; background: #fffef9; color: var(--ink); }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid rgba(18,97,72,.24); border-color: var(--green); }
.consent { grid-column: 1 / -1; display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 18px; border: 1px solid rgba(201,170,98,.62); border-radius: 16px; background: #f2f6f2; }
.consent input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--red); }
.consent label { font-size: .81rem; line-height: 1.55; }
.consent a { font-weight: 800; }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.fine-print { color: var(--muted); font-size: .76rem; }
.form-status { grid-column: 1 / -1; display: none; padding: 14px; border-left: 3px solid var(--green); background: #edf5ef; font-size: .86rem; }
.form-status.visible { display: block; }

.legal { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.legal h1 { margin: 0 0 24px; font-size: clamp(3.6rem, 8vw, 6.5rem); line-height: .9; color: var(--ink); }
.legal h2 { margin: 48px 0 12px; font-family: var(--sans); font-size: 1.18rem; letter-spacing: -.02em; }
.legal h3 { margin: 30px 0 8px; font-family: var(--sans); font-size: 1rem; }
.legal p, .legal li { color: #4f4b48; }
.legal .effective { margin-bottom: 44px; color: var(--muted); font-size: .85rem; }
.legal-callout { margin: 30px 0; padding: 24px; border-left: 4px solid var(--red); border-radius: 0 16px 16px 0; background: var(--white); }

.training-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.training-price { padding: 38px; border: 1px solid rgba(201,170,98,.58); border-radius: 180px 180px 26px 26px; background: linear-gradient(145deg, #050806, #0d4937); color: white; }
.training-price strong { display: block; font-family: var(--serif); font-size: 4.6rem; line-height: 1; }
.training-price span { color: #aaa39d; }
.curriculum { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.curriculum li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.curriculum strong { display: block; }

.sms-proof { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.sms-checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.sms-checklist li { display: flex; gap: 12px; }
.sms-checklist li::before { content: "✓"; color: var(--red); font-weight: 900; }

.site-footer { padding: 72px 0 26px; background: #050806; color: white; border-top: 1px solid rgba(201,170,98,.3); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 36px; padding-bottom: 52px; }
.footer-brand p { max-width: 340px; color: #9c9590; }
.footer-column h3 { margin: 0 0 16px; font-family: var(--sans); font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-column a, .footer-column span { display: block; margin: 7px 0; color: #aaa39d; text-decoration: none; font-size: .85rem; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #7f7975; font-size: .75rem; }

@media (max-width: 900px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; padding: 28px 20px 38px; background: #080b09; border-top: 1px solid rgba(201,170,98,.28); flex-direction: column; align-items: stretch; box-shadow: 0 20px 40px rgba(0,0,0,.3); }
  .nav-links.open { display: flex; }
  .nav-links > a { font-size: 1rem; }
  .hero-grid, .section-head, .feature-split, .form-layout, .training-grid, .sms-proof { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 42px; }
  .hero-art { min-height: 460px; margin: 0 0 42px; }
  .service-band .shell { grid-template-columns: 1fr 1fr; padding-block: 20px; }
  .section-head p { justify-self: start; }
  .feature-split { gap: 48px; }
  .quote-card, .form-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 68px; }
  .nav-links { inset-block-start: 68px; }
  h1 { font-size: 4.1rem; }
  .hero h1 { font-size: 3.65rem; }
  .hero-grid { min-height: auto; }
  .hero-art { min-height: 390px; margin: 0 -2px 34px; border-radius: 180px 180px 24px 24px; }
  .hero-note { display: grid; }
  .service-band .shell, .service-grid, .process-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .section-head { gap: 24px; margin-bottom: 34px; }
  .service-card { min-height: 300px; padding: 26px; }
  .service-card { border-radius: 120px 120px 24px 24px; }
  .cta-panel { grid-template-columns: 1fr; padding: 34px 24px; margin-bottom: 60px; }
  .request-form { padding: 24px 18px; }
  .field.full, .consent, .form-actions, .form-status { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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