:root {
  color-scheme: dark;
  --ink: #f7f1e8;
  --muted: #c4c0ba;
  --gold: #dfc387;
  --sage: #a5bca9;
  --line: rgba(242, 229, 204, .17);
  --surface: rgba(22, 28, 38, .76);
  --navy: #0b111c;
}

* { box-sizing: border-box; }
html { background: var(--navy); }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(950px 550px at 14% -10%, rgba(168, 194, 181, .16), transparent 65%),
    radial-gradient(780px 490px at 100% 17%, rgba(223, 195, 135, .14), transparent 66%),
    var(--navy);
  color: var(--ink);
  font: 400 17px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 4px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
header { border-bottom: 1px solid var(--line); background: rgba(11, 17, 28, .82); backdrop-filter: blur(16px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); font-family: Georgia, serif; font-size: 27px; letter-spacing: .16em; text-decoration: none; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.nav-links a { color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: .03em; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold); }
main { padding: clamp(56px, 9vw, 112px) 0; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 820px; margin: 14px 0 20px; font-size: clamp(46px, 7vw, 86px); font-weight: 500; letter-spacing: -.045em; }
h2 { margin: 0 0 12px; font-size: clamp(29px, 4vw, 47px); font-weight: 500; letter-spacing: -.035em; }
h3 { margin: 0 0 8px; font-size: 24px; font-weight: 500; }
p { max-width: 730px; margin: 0 0 20px; color: var(--muted); }
.lede { max-width: 700px; color: #e4dfd6; font-size: clamp(19px, 2.35vw, 25px); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 31px 0 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--gold); border-radius: 999px; color: #121720; background: var(--gold); font-size: 15px; font-weight: 800; text-decoration: none; }
.button.quiet { color: var(--ink); background: transparent; border-color: var(--line); }
.section { padding: clamp(50px, 8vw, 96px) 0; border-top: 1px solid var(--line); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(140deg, rgba(255,255,255,.065), rgba(255,255,255,.018)); }
.card p:last-child { margin-bottom: 0; }
.number { display: block; margin-bottom: 18px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.feature { overflow: hidden; padding: 0; }
.feature img { display: block; width: 100%; height: 250px; object-fit: cover; background: #151c28; }
.feature > div { padding: 25px 26px 28px; }
.section-heading { max-width: 640px; }
.section-heading h2 { margin: 9px 0 0; }
.company-section { padding-bottom: clamp(50px, 7vw, 76px); }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 31px; }
.company-facts > div { min-width: 0; padding: 23px 24px 25px; border-top: 1px solid rgba(223, 195, 135, .48); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.company-facts span { display: block; margin-bottom: 10px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.company-facts strong { display: block; color: var(--ink); font-size: 17px; font-weight: 700; line-height: 1.35; }
.company-facts strong a { text-decoration-color: rgba(223, 195, 135, .6); text-underline-offset: 4px; }
.company-facts p { margin: 10px 0 0; font-size: 15px; line-height: 1.55; }
.company-facts address { font-style: normal; }
.founder-section { padding-bottom: clamp(50px, 7vw, 76px); }
.founder-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  margin-top: 29px;
  padding: clamp(22px, 3.5vw, 38px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(223, 195, 135, .075), rgba(255, 255, 255, .018) 58%);
}
.founder-photo { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; object-position: center; background: #151c28; box-shadow: 0 0 0 1px rgba(223, 195, 135, .25), 0 15px 35px rgba(0, 0, 0, .2); }
.founder-details { max-width: 660px; }
.founder-role { margin-bottom: 12px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 34px); line-height: 1.16; }
.founder-role span { display: inline-block; margin-left: 9px; color: var(--gold); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; vertical-align: middle; }
.founder-details > p:not(.founder-role) { margin-bottom: 20px; color: #e4dfd6; font-size: 17px; }
.founder-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.founder-links a { color: var(--ink); font-size: 15px; font-weight: 700; text-decoration-color: rgba(223, 195, 135, .65); text-underline-offset: 4px; }
.legal { max-width: 800px; }
.legal h2 { margin-top: 52px; font-size: clamp(28px, 3vw, 38px); }
.legal ul { max-width: 740px; margin: 0 0 22px; padding-left: 23px; color: var(--muted); }
.legal li { margin: 8px 0; }
.legal h3 { margin-top: 28px; font-size: 25px; }
.legal address { max-width: 740px; margin: 0 0 22px; color: var(--muted); font-style: normal; }
.policy-nav { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 30px 0 0; }
.policy-nav a { color: var(--ink); font-size: 15px; font-weight: 700; text-decoration-color: rgba(223, 195, 135, .64); text-underline-offset: 4px; }
.policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 34px 0 8px; }
.policy-grid .card { padding: 25px; }
.policy-grid .number { margin-bottom: 13px; }
.rule-list { list-style: none; max-width: 790px; margin: 0 0 22px; padding: 0; }
.rule-list li { position: relative; margin: 0; padding: 16px 0 16px 31px; border-bottom: 1px solid var(--line); }
.rule-list li::before { content: ""; position: absolute; top: 25px; left: 1px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(223,195,135,.12); }
.rule-list strong { display: block; margin-bottom: 3px; color: var(--ink); }
.legal .small { font-size: 15px; line-height: 1.6; }
.note { margin-top: 32px; padding: 20px 22px; border-left: 2px solid var(--sage); border-radius: 0 16px 16px 0; background: rgba(165, 188, 169, .09); color: #dce7de; }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; max-width: 960px; padding: 26px 30px; border: 1px solid rgba(223, 195, 135, .38); border-radius: 22px; background: rgba(223,195,135,.08); }
.contact p { margin: 4px 0 0; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
footer { padding: 32px 0 40px; border-top: 1px solid var(--line); color: #9c9d9d; font-size: 14px; }
.footer-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }

/* Root public home: a deliberately static, editorial entrance to the live
   product. Motion is a single arrival, not an attention loop. */
.home-main { padding-top: 0; overflow: hidden; }
.home-hero { position: relative; min-height: min(840px, calc(100vh - 72px)); padding: clamp(70px, 10vw, 150px) 0 clamp(58px, 8vw, 100px); display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr); align-items: center; gap: clamp(34px, 6vw, 92px); }
.home-hero::before { content: ""; position: absolute; z-index: 0; width: min(72vw, 980px); height: min(72vw, 980px); right: -29vw; top: -28vw; border-radius: 50%; background: radial-gradient(circle, rgba(203, 150, 122, .22), rgba(123, 142, 199, .12) 35%, transparent 68%); filter: blur(12px); pointer-events: none; }
.home-copy, .home-visual { position: relative; z-index: 1; }
.home-copy { max-width: 690px; }
.home-copy h1 { max-width: 700px; margin-bottom: 25px; }
.home-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.home-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(165,188,169,.12); }
.home-visual { min-height: 540px; }
.home-stage { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(242,229,204,.25); border-radius: 34px; background: #131a26; box-shadow: 0 36px 90px rgba(0,0,0,.4); isolation: isolate; }
.home-stage::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,11,18,.07) 20%, rgba(7,11,18,.15) 52%, rgba(7,11,18,.86) 100%); pointer-events: none; }
.home-stage img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transform: scale(1.015); }
.home-stage-copy { position: absolute; z-index: 2; right: 28px; bottom: 25px; left: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.home-stage-copy p { max-width: 350px; margin: 8px 0 0; color: #ebe7df; font-size: 15px; line-height: 1.5; }
.home-stage-label { color: #f7f1e8; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stage-rings { position: absolute; z-index: 2; width: 142px; height: 142px; top: 27px; right: 26px; border: 1px solid rgba(247,241,232,.5); border-radius: 50%; box-shadow: inset 0 0 45px rgba(223,195,135,.2), 0 0 0 18px rgba(223,195,135,.07), 0 0 0 37px rgba(160,179,222,.06); }
.stage-rings::before, .stage-rings::after { content: ""; position: absolute; border: 1px solid rgba(247,241,232,.5); border-radius: 50%; }
.stage-rings::before { width: 62px; height: 62px; top: 25px; left: 17px; }
.stage-rings::after { width: 62px; height: 62px; right: 17px; bottom: 25px; }
.home-section { padding: clamp(72px, 11vw, 150px) 0; }
.home-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 48px; align-items: end; max-width: 1040px; }
.home-intro h2 { margin: 8px 0 0; }
.home-intro .lede { margin-bottom: 0; }
.journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 46px; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: var(--line); }
.journey-step { min-height: 330px; padding: 30px; background: linear-gradient(145deg, rgba(25,33,46,.98), rgba(14,20,30,.98)); }
.journey-step:nth-child(2) { background: radial-gradient(220px 220px at 75% 14%, rgba(182,128,183,.18), transparent 70%), linear-gradient(145deg, rgba(25,33,46,.98), rgba(14,20,30,.98)); }
.journey-step:nth-child(3) { background: radial-gradient(250px 250px at 85% 15%, rgba(223,195,135,.14), transparent 70%), linear-gradient(145deg, rgba(25,33,46,.98), rgba(14,20,30,.98)); }
.journey-icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 55px; border: 1px solid rgba(223,195,135,.5); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 23px; box-shadow: 0 0 0 8px rgba(223,195,135,.05); }
.journey-step h3 { font-size: 29px; }
.journey-step p { margin-bottom: 0; font-size: 16px; }
.home-feature { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(34px, 6vw, 86px); align-items: center; }
.home-feature.reverse { grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); }
.home-feature-copy h2 { margin: 10px 0 18px; }
.home-feature-copy .actions { margin-top: 26px; }
.home-photo { position: relative; overflow: hidden; min-height: 480px; border: 1px solid var(--line); border-radius: 28px; background: #151c28; }
.home-photo img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.home-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(9,14,23,.84)); }
.home-photo-caption { position: absolute; z-index: 1; right: 26px; bottom: 21px; left: 26px; color: var(--ink); font-size: 15px; font-weight: 700; }
.home-photo-caption span { display: block; margin-bottom: 5px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.home-trust { padding-bottom: clamp(72px, 10vw, 130px); }
.home-trust-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .55fr); gap: 18px; margin-top: 34px; }
.home-trust-card { min-height: 260px; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(223,195,135,.34); border-radius: 26px; background: linear-gradient(130deg, rgba(223,195,135,.105), rgba(255,255,255,.022) 58%); }
.home-trust-card h2 { margin: 8px 0 14px; }
.home-trust-card p { margin-bottom: 0; }
.home-fact { display: flex; flex-direction: column; justify-content: space-between; min-height: 260px; padding: 29px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.03); }
.home-fact strong { display: block; max-width: 235px; color: var(--ink); font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.16; }
.home-fact a { color: var(--gold); font-size: 14px; font-weight: 800; text-decoration-color: rgba(223,195,135,.5); text-underline-offset: 5px; }
.home-cta { margin-bottom: 0; padding: clamp(48px, 8vw, 82px); border: 1px solid rgba(223,195,135,.48); border-radius: 30px; background: radial-gradient(540px 290px at 86% 18%, rgba(165,188,169,.18), transparent 66%), radial-gradient(500px 320px at 10% 100%, rgba(223,195,135,.17), transparent 65%), rgba(255,255,255,.025); }
.home-cta h2 { max-width: 680px; margin: 10px 0 18px; }
.home-cta p { max-width: 610px; }
@media (prefers-reduced-motion: no-preference) {
  .home-copy { animation: home-arrive .8s cubic-bezier(.2,.8,.2,1) both; }
  .home-visual { animation: home-arrive .95s .1s cubic-bezier(.2,.8,.2,1) both; }
  .journey-step, .home-feature, .home-trust-grid { animation: home-arrive .75s cubic-bezier(.2,.8,.2,1) both; }
}
@keyframes home-arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 1120px); }
  .nav { min-height: 68px; align-items: flex-start; padding: 17px 0; }
  .nav-links { gap: 10px 16px; }
  .grid, .grid.two, .company-facts { grid-template-columns: 1fr; }
  .policy-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact-actions { justify-content: flex-start; }
  .feature img { height: 220px; }
  .founder-card { grid-template-columns: 1fr; gap: 22px; }
  .founder-photo { width: 132px; height: 132px; }
  .founder-role span { display: block; margin: 9px 0 0; }
  .home-hero, .home-intro, .home-feature, .home-feature.reverse, .home-trust-grid { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; padding-top: 70px; gap: 43px; }
  .home-visual { min-height: min(128vw, 540px); }
  .home-stage-copy { right: 21px; bottom: 19px; left: 21px; }
  .home-stage-copy p { font-size: 14px; }
  .stage-rings { width: 104px; height: 104px; top: 19px; right: 19px; }
  .stage-rings::before, .stage-rings::after { width: 45px; height: 45px; }
  .stage-rings::before { top: 17px; left: 12px; }
  .stage-rings::after { right: 12px; bottom: 17px; }
  .journey { grid-template-columns: 1fr; }
  .journey-step { min-height: 0; padding: 27px; }
  .journey-icon { margin-bottom: 35px; }
  .home-photo, .home-photo img { min-height: 400px; }
}
