:root {
  --ink: #0a0c10;
  --ink-2: #111722;
  --charcoal: #17191f;
  --gold: #d8b46a;
  --gold-2: #b88634;
  --cream: #f6efe0;
  --linen: #eee4d2;
  --muted: #b8aea0;
  --text: #221f1b;
  --soft: #faf7ef;
  --line: rgba(216, 180, 106, .28);
  --shadow: 0 24px 70px rgba(0, 0, 0, .24);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; font-weight: 500; margin: 0 0 1rem; }
h1 { font-size: clamp(3.2rem, 8vw, 6.8rem); letter-spacing: -0.06em; }
h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); letter-spacing: -0.045em; }
h3 { font-size: 1.5rem; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(880px, calc(100% - 40px)); }
.section { padding: clamp(72px, 10vw, 128px) 0; }
.dark-section { color: var(--cream); background: radial-gradient(circle at top right, rgba(216,180,106,.18), transparent 35%), linear-gradient(135deg, #090b0f, #111722 55%, #0b0907); }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--gold); color: #111; padding: 10px 14px; z-index: 50; transition: top .2s ease; }
.skip-link:focus { top: 12px; }
.sr-only, .hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 12, 16, .84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216, 180, 106, .16);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--cream); }
.brand-mark { width: 42px; height: 42px; border: 1px solid rgba(216,180,106,.75); display: grid; place-items: center; border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; line-height: 1; background: rgba(216, 180, 106, .06); }
.brand-mark.large { width: 72px; height: 72px; font-size: 2.2rem; margin: 0 auto 20px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.15rem; letter-spacing: .03em; }
.brand-copy small { text-transform: uppercase; color: var(--gold); letter-spacing: .18em; font-size: .62rem; margin-top: 4px; }
.nav-menu { display: flex; align-items: center; gap: 24px; color: rgba(246,239,224,.86); font-size: .92rem; }
.nav-menu a { text-decoration: none; }
.nav-menu a:hover { color: var(--gold); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(216,180,106,.38); border-radius: 999px; background: transparent; padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--cream); margin: 5px 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(135deg, #e5c985, #b9802e);
  color: #101010;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 10px 30px rgba(216,180,106,.18);
  cursor: pointer;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(216,180,106,.24); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .88rem; }
.button-secondary { background: transparent; color: var(--cream); border-color: rgba(246,239,224,.35); box-shadow: none; }
.button-secondary:hover { border-color: var(--gold); color: var(--gold); }

.hero { min-height: calc(100vh - 78px); display: grid; align-items: center; position: relative; overflow: hidden; padding: clamp(80px, 9vw, 130px) 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,16,.85), rgba(10,12,16,.24)), radial-gradient(circle at 85% 20%, rgba(216,180,106,.16), transparent 32%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); gap: 54px; align-items: center; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin-bottom: 18px; }
.hero-lead { font-size: clamp(1.15rem, 2vw, 1.45rem); color: rgba(246,239,224,.82); max-width: 700px; }
.hero-actions, .cta-actions, .micro-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; align-items: center; }
.trust-row { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row span, .contact-pill { border: 1px solid rgba(216,180,106,.28); border-radius: 999px; padding: 9px 14px; color: rgba(246,239,224,.78); background: rgba(255,255,255,.03); font-size: .88rem; text-decoration: none; }
.hero-visual { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(216,180,106,.22); transform: rotate(1deg); }
.hero-visual img { width: 100%; }

.intro-panel { background: linear-gradient(180deg, #f8f3ea, #efe4d3); }
.split-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(36px, 6vw, 80px); }
.align-center { align-items: center; }
.align-start { align-items: start; }
.lead-stack { font-size: 1.12rem; color: #3d3831; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p { color: #5e574e; font-size: 1.1rem; }
.cards { display: grid; gap: 22px; }
.three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: rgba(255,255,255,.72); border: 1px solid rgba(43, 35, 20, .1); border-radius: var(--radius); padding: 30px; min-height: 245px; box-shadow: 0 18px 50px rgba(33,27,16,.08); position: relative; overflow: hidden; }
.card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .55; }
.card-number { color: var(--gold-2); font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: .12em; display: inline-block; margin-bottom: 24px; }
.card p { color: #534d45; }
.dark-card { background: rgba(255,255,255,.035); border-color: rgba(216,180,106,.22); color: var(--cream); box-shadow: none; }
.dark-card p, .dark-card li { color: rgba(246,239,224,.72); }
.dark-card ul { padding-left: 20px; margin: 20px 0 0; }

.statement-section { position: relative; overflow: hidden; }
.statement-section::after { content: ""; position: absolute; right: -160px; top: 50px; width: 520px; height: 520px; border: 1px solid rgba(216,180,106,.28); border-radius: 50%; }
.statement-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: stretch; }
.statement-card, .difference-list { background: rgba(255,255,255,.04); border: 1px solid rgba(216,180,106,.22); border-radius: var(--radius); padding: clamp(30px, 5vw, 54px); box-shadow: var(--shadow); }
.statement-card p { color: rgba(246,239,224,.78); font-size: 1.1rem; }
.text-link { color: var(--gold); text-decoration: none; font-weight: 700; }
.text-link:hover { text-decoration: underline; }
.difference-list { display: grid; gap: 16px; }
.difference-list div { padding: 20px; border-radius: 20px; background: rgba(10,12,16,.38); border: 1px solid rgba(216,180,106,.14); }
.difference-list strong { display: block; font-family: Georgia, serif; color: var(--cream); font-size: 1.35rem; margin-bottom: 4px; }
.difference-list span { color: rgba(246,239,224,.68); }

.model-section { background: #fbf8f1; }
.model-copy p { color: #514b43; font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 12px; }
.check-list li { padding-left: 32px; position: relative; }
.check-list li::before { content: "◆"; position: absolute; left: 0; color: var(--gold-2); font-size: .82rem; top: .15rem; }
.image-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(216,180,106,.25); box-shadow: var(--shadow); background: #0b0c10; }

.founder-strip { background: #111722; color: var(--cream); padding-top: 0; padding-bottom: 0; }
.founder-grid { display: grid; grid-template-columns: 420px 1fr; gap: clamp(36px, 6vw, 86px); align-items: center; }
.founder-photo { margin: 0; align-self: stretch; min-height: 640px; overflow: hidden; position: relative; }
.founder-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #111722); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-copy { padding: clamp(68px, 8vw, 120px) 0; }
.founder-copy p { color: rgba(246,239,224,.76); font-size: 1.08rem; }
.training-section { background: #f0e6d5; }
.training-banner { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(216,180,106,.32); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card, .long-article { background: #fffaf2; border: 1px solid rgba(43,35,20,.11); border-radius: var(--radius); padding: 30px; box-shadow: 0 18px 50px rgba(33,27,16,.07); }
.article-card h3 { min-height: 72px; }
.article-card p { color: #5a534a; }
.article-card a { color: var(--gold-2); text-decoration: none; font-weight: 800; }
.article-card a:hover { text-decoration: underline; }
.article-kicker { color: var(--gold-2); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 900; margin-bottom: 14px; }
.article-section { background: #fbf8f1; }
.long-article { margin-bottom: 28px; padding: clamp(30px, 5vw, 54px); }
.long-article h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.long-article p { font-size: 1.08rem; color: #4f493f; }

.cta-section { padding: clamp(76px, 10vw, 124px) 0; }
.cta-box { text-align: center; border: 1px solid rgba(216,180,106,.28); border-radius: calc(var(--radius) + 12px); padding: clamp(42px, 7vw, 84px); background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.cta-box p { color: rgba(246,239,224,.76); max-width: 760px; margin-left: auto; margin-right: auto; }
.cta-actions { justify-content: center; }

.page-hero { padding: clamp(82px, 10vw, 130px) 0 clamp(68px, 8vw, 96px); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 320px; gap: 52px; align-items: center; }
.page-hero p { color: rgba(246,239,224,.78); font-size: 1.15rem; }
.page-stat, .contact-card { border: 1px solid rgba(216,180,106,.28); border-radius: var(--radius); padding: 30px; background: rgba(255,255,255,.04); }
.page-stat strong { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.page-stat span, .contact-card p { color: rgba(246,239,224,.74); }
.contact-card a { color: var(--cream); }
.page-photo { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(216,180,106,.26); max-height: 520px; box-shadow: var(--shadow); }
.page-photo img { width: 100%; height: 520px; object-fit: cover; object-position: center top; }

.service-list { display: grid; gap: 18px; }
.service-row { display: grid; grid-template-columns: 360px 1fr; gap: 42px; padding: 34px 0; border-bottom: 1px solid rgba(33,27,16,.14); }
.service-row h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.service-row p { color: #50493f; font-size: 1.08rem; }
.packages-grid .section-heading h2 { color: var(--cream); }
.packages-grid .section-heading p { color: var(--gold); }
.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.logo-grid span { border: 1px solid rgba(216,180,106,.2); padding: 16px; border-radius: 999px; text-align: center; color: rgba(246,239,224,.78); background: rgba(255,255,255,.035); font-size: .92rem; }
.logo-grid.refined { grid-template-columns: repeat(4, 1fr); }

.timeline { display: grid; gap: 18px; }
.timeline div { padding: 26px; border-radius: 22px; background: #fffaf2; border: 1px solid rgba(43,35,20,.1); box-shadow: 0 12px 40px rgba(33,27,16,.06); }
.timeline span { display: block; font-family: Georgia, serif; color: var(--gold-2); font-size: 1.35rem; margin-bottom: 6px; }
.timeline p { color: #534d45; margin-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(36px, 6vw, 72px); align-items: start; }
.contact-form { background: #fffaf2; border: 1px solid rgba(43,35,20,.12); border-radius: var(--radius); padding: clamp(26px, 4vw, 42px); box-shadow: var(--shadow); display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { color: #453f36; font-weight: 800; font-size: .9rem; display: grid; gap: 8px; }
input, textarea, select { width: 100%; border: 1px solid rgba(43,35,20,.18); border-radius: 16px; padding: 14px 15px; font: inherit; background: #fff; color: #181818; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(216,180,106,.25); border-color: var(--gold-2); }
.notice-box { margin-top: 26px; padding: 20px; border-radius: 20px; border: 1px solid rgba(216,180,106,.28); background: #fffaf2; }
.notice-box a { color: var(--gold-2); font-weight: 800; }

.site-footer { background: #08090d; color: rgba(246,239,224,.78); padding: 56px 0 28px; border-top: 1px solid rgba(216,180,106,.18); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .85fr .9fr; gap: 36px; }
.footer-brand { margin-bottom: 18px; }
.site-footer h3 { color: var(--cream); font-size: 1.25rem; margin-bottom: 12px; }
.site-footer a { color: var(--cream); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(216,180,106,.14); margin-top: 36px; padding-top: 24px; font-size: .9rem; }

.centered-page { min-height: 100vh; display: grid; place-items: center; padding: 40px; }
.thank-card { width: min(720px, 100%); text-align: center; border: 1px solid rgba(216,180,106,.28); border-radius: var(--radius); padding: clamp(34px, 7vw, 72px); background: rgba(255,255,255,.04); }
.thank-card h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.muted { color: rgba(246,239,224,.62); }
.legal-page { padding-top: 120px; }
.legal-page h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.legal-page p { font-size: 1.08rem; color: #4f493f; }
.nav-menu.always { display: flex; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid, .split-grid, .statement-grid, .founder-grid, .page-hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { transform: none; }
  .three-col, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-photo { min-height: 520px; }
  .founder-photo::after { display: none; }
  .service-row { grid-template-columns: 1fr; gap: 8px; }
  .logo-grid, .logo-grid.refined { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .container, .narrow { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 70px; }
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; top: 70px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(10,12,16,.98); border: 1px solid rgba(216,180,106,.24); border-radius: 22px; padding: 12px; box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 14px; border-radius: 14px; }
  .nav-menu .button { margin-top: 6px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .55rem; }
  .hero { min-height: auto; }
  .hero-grid { gap: 34px; }
  .hero-actions, .cta-actions, .micro-actions { flex-direction: column; align-items: stretch; }
  .button, .contact-pill { width: 100%; text-align: center; }
  .three-col, .article-grid { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .founder-photo { min-height: 420px; }
  .form-row, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .page-photo img { height: 400px; }
}
