:root {
  color-scheme: dark;
  --page: #151716;
  --surface: #202321;
  --ink: #f2f1ec;
  --muted: #b0b5af;
  --line: #3d423d;
  --accent: #ff8055;
  --hero-position: center 10%;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--page);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 750; }
h2 { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.08; letter-spacing: -1.5px; text-transform: uppercase; }
.muted-heading { color: var(--muted); }
.container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: 16px; z-index: 10; padding: 12px 18px; background: var(--accent); color: var(--page); transform: translateY(-180%); clip-path: inset(50%); }
.skip-link:focus { transform: translateY(0); clip-path: none; }
.site-header { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 4px; font-size: 30px; font-weight: 900; letter-spacing: -1px; }
.brand-dot { width: 7px; height: 7px; background: var(--accent); }
nav { display: flex; flex-wrap: wrap; gap: 32px; font-size: 13px; }
nav a, .back-top { padding-block: 12px; }
nav a:hover, .back-top:hover, .text-link:hover { color: var(--accent); }
.account-area { min-width: 0; }
.guest-actions { display: flex; align-items: center; gap: 20px; font-size: 12px; }
.account-login { padding-block: 14px; }
.account-login:hover { color: var(--accent); }
.account-register { padding: 13px 16px; border: 1px solid #6b726a; }
.account-register:hover { border-color: var(--accent); }
.profile-link { display: flex; align-items: center; gap: 10px; min-height: 48px; padding-block: 4px; }
.profile-link:hover #profile-name { color: var(--accent); }
.profile-avatar { display: flex; align-items: center; justify-content: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: var(--surface); color: var(--accent); font-size: 17px; font-weight: 600; }
.profile-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.profile-caption { display: flex; flex-direction: column; gap: 3px; font-size: 12px; min-width: 0; max-width: 180px; }
#profile-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-caption small { font-size: 10px; color: var(--accent); }
.profile-arrow { font-size: 15px; }
.session-notice { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin-bottom: 18px; padding-block: 12px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.session-notice button { padding: 8px 12px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; cursor: pointer; }
.session-notice button:disabled { opacity: .6; cursor: wait; }
[hidden] { display: none !important; }
.hero { position: relative; isolation: isolate; min-height: 670px; display: flex; flex-direction: column; justify-content: center; padding: 68px 52px 110px; overflow: hidden; background: #252925; }
.hero-photo, .closing-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero-photo { object-position: var(--hero-position); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #101311f0, #101311ad 37%, #10131110 75%), linear-gradient(0deg, #101311d9, transparent 30%); }
.hero-content { width: 55%; max-width: 620px; }
.eyebrow { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: 1.8px; line-height: 1.6; text-transform: uppercase; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; background: currentColor; vertical-align: 1px; }
h1 { font-size: clamp(52px, 6.45vw, 90px); line-height: 1.02; letter-spacing: -3.8px; text-transform: uppercase; margin-top: 27px; }
h1 span, .closing h2 span { color: var(--accent); }
.hero-description { color: #d3d6cf; font-size: 16px; line-height: 1.7; max-width: 385px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 54px; padding: 16px 22px; margin-top: 30px; font-size: 13px; font-weight: 700; color: #171a16; background: var(--accent); border: 1px solid var(--accent); transition: background 160ms ease; }
.button span { font-size: 22px; font-weight: 400; line-height: 1; }
.button:hover { background: #ffa17e; }
.launch-note { margin-top: 16px; max-width: 380px; font-size: 11px; line-height: 1.6; color: #c5c9c0; }
.hero-bottom { position: absolute; left: 52px; right: 52px; bottom: 26px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 20px; border-top: 1px solid #ffffff40; color: #d3d6cf; font-size: 11px; }
.hero-bottom a { padding-block: 6px; }
.hero-bottom a span { margin-left: 22px; }
.section { padding-block: 88px; border-bottom: 1px solid var(--line); }
.approach { display: grid; grid-template-columns: .8fr 1.1fr; gap: 9%; align-items: center; }
.portrait { position: relative; height: 480px; overflow: hidden; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.portrait-label { position: absolute; bottom: 20px; left: 20px; padding: 12px 16px; background: #171a16e8; font-size: 11px; letter-spacing: .7px; }
.approach-content h2 { margin-top: 24px; }
.section-description { font-size: 16px; line-height: 1.85; color: var(--muted); margin-top: 28px; max-width: 545px; }
.approach-notes { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 26px; font-size: 12px; color: var(--muted); }
.approach-notes span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 8px; vertical-align: 3px; background: var(--accent); }
.text-link { display: inline-flex; gap: 28px; padding-block: 12px; margin-top: 26px; font-size: 13px; border-bottom: 1px solid var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-heading h2, .steps h2, .questions h2, .closing h2 { margin-top: 20px; }
.section-heading > p { font-size: 13px; line-height: 1.7; color: var(--muted); }
.direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.direction-card { min-height: 210px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.direction-card > span { color: var(--accent); font-size: 11px; }
.direction-card h3 { max-width: 290px; margin-top: 30px; font-size: 20px; line-height: 1.2; text-transform: uppercase; }
.direction-card p { max-width: 310px; margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.health-note { max-width: 810px; margin-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.public-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.public-links a { display: grid; grid-template-columns: 1fr auto; gap: 7px 16px; min-height: 92px; padding: 20px; border: 1px solid var(--line); }
.public-links a:hover { border-color: var(--accent); }
.public-links span { font-size: 14px; font-weight: 650; }
.public-links small { grid-column: 1; color: var(--muted); font-size: 11px; }
.public-links b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--accent); font-size: 18px; font-weight: 400; }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.format-card { display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); background: var(--surface); }
.format-card-accent { background: #dce1d5; color: #1f261d; border-color: #dce1d5; --muted: #535c4d; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tag { display: inline-flex; padding: 7px 11px; border: 1px solid #798271; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.card-number { font-size: 13px; color: var(--muted); }
.format-card h3 { font-size: clamp(26px, 2.8vw, 37px); line-height: 1.1; letter-spacing: -1px; text-transform: uppercase; margin-top: 36px; }
.format-card > p { font-size: 15px; line-height: 1.7; color: var(--muted); margin-top: 20px; max-width: 370px; }
.feature-list { list-style: none; margin: 26px 0 34px; padding: 0; font-size: 14px; line-height: 1.6; }
.feature-list li { padding-left: 23px; position: relative; }
.feature-list li + li { margin-top: 10px; }
.feature-list li::before { content: "+"; position: absolute; left: 0; color: var(--accent); font-size: 16px; }
.format-card-accent .feature-list li::before { color: #8d391e; }
.card-note { border-top: 1px solid #7d88715e; padding-top: 20px; margin-top: auto; font-size: 12px; line-height: 1.7; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; list-style: none; padding: 0; margin: 44px 0 0; }
.step-number { display: block; color: var(--accent); font-size: 36px; font-weight: 300; letter-spacing: -1px; padding-bottom: 22px; }
.steps h3 { font-size: 20px; letter-spacing: -.4px; }
.steps li p { font-size: 14px; line-height: 1.8; color: var(--muted); margin-top: 14px; max-width: 315px; }
.questions { display: grid; grid-template-columns: .55fr 1fr; gap: 60px; border-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 32px 25px 0; font-size: 16px; font-weight: 500; line-height: 1.5; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 22px; font-size: 23px; font-weight: 400; color: var(--accent); }
details[open] summary::after { content: "−"; }
details p { font-size: 14px; line-height: 1.8; color: var(--muted); padding: 0 32px 24px 0; }
.closing { position: relative; isolation: isolate; min-height: 470px; display: flex; align-items: center; padding: 52px; overflow: hidden; background: var(--surface); }
.closing-photo { object-position: center 36%; }
.closing::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #101311f0, #101311bd 40%, #10131135); }
.closing h2 { font-size: clamp(32px, 4vw, 54px); }
.site-footer { display: flex; align-items: center; gap: 28px; padding-block: 42px; }
.site-footer .brand { font-size: 25px; }
.site-footer p, .made-by { font-size: 12px; color: var(--muted); }
.made-by { margin-left: auto; white-space: nowrap; }
.made-by:hover { color: var(--accent); }
.made-by span { margin-left: 10px; }
.back-top { font-size: 12px; white-space: nowrap; }
.back-top span { margin-left: 12px; }

@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { min-height: 620px; padding: 48px 32px 100px; }
  .hero-bottom { left: 32px; right: 32px; }
  h1 { font-size: clamp(52px, 6.6vw, 72px); letter-spacing: -2.5px; }
  .hero-content { width: 58%; }
  .hero-description { max-width: 320px; font-size: 15px; }
  .approach { gap: 6%; }
  .portrait { height: 440px; }
  .format-card { padding: 28px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .site-header { display: grid; grid-template-columns: auto 1fr; min-height: 82px; gap: 12px 16px; padding-block: 18px; }
  .brand { font-size: 25px; }
  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    font-size: 12px;
  }
  .site-header nav a { min-width: 0; padding-inline: 4px; text-align: center; }
  .account-area { grid-column: 2; grid-row: 1; justify-self: end; }
  .guest-actions { gap: 12px; }
  .account-register { padding-inline: 10px; }
  .profile-caption { max-width: 120px; }
  .hero { min-height: 760px; justify-content: end; padding: 310px 24px 28px; }
  .hero-photo { height: 480px; object-position: 64% top; }
  .hero::before { background: linear-gradient(0deg, #151716 33%, #151716e6 44%, #15171626 74%, #15171610); }
  .hero-content { width: 100%; max-width: 100%; }
  h1 { font-size: clamp(42px, 8.5vw, 62px); letter-spacing: -2px; margin-top: 18px; }
  .hero-description { font-size: 14px; margin-top: 20px; max-width: 390px; }
  .hero-content .button { margin-top: 24px; }
  .launch-note { font-size: 10px; }
  .hero-bottom { position: relative; left: auto; right: auto; bottom: auto; margin-top: 28px; padding-top: 18px; }
  .hero-bottom > span { display: none; }
  .hero-bottom a { display: flex; width: 100%; justify-content: space-between; }
  .section { padding-block: 52px; }
  h2 { font-size: clamp(30px, 6vw, 42px); letter-spacing: -1px; }
  .approach { grid-template-columns: 1fr; gap: 32px; }
  .portrait { height: 430px; }
  .portrait img { object-position: center 32%; }
  .approach-content h2 { margin-top: 20px; }
  .section-description { font-size: 15px; margin-top: 22px; }
  .section-heading { flex-direction: column; align-items: start; gap: 20px; margin-bottom: 28px; }
  .section-heading > p br { display: none; }
  .direction-grid { grid-template-columns: 1fr 1fr; }
  .direction-card { min-height: 190px; padding: 22px; }
  .public-links { grid-template-columns: 1fr; }
  .format-grid { grid-template-columns: 1fr; gap: 16px; }
  .format-card { padding: 28px; }
  .format-card h3 { font-size: 29px; }
  .steps-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 32px; }
  .steps-grid li { position: relative; padding-left: 55px; }
  .step-number { position: absolute; top: 0; left: 0; font-size: 26px; padding: 0; }
  .steps li p { max-width: 440px; margin-top: 10px; }
  .questions { grid-template-columns: 1fr; gap: 28px; }
  .questions h2 br { display: none; }
  .closing { min-height: 580px; align-items: end; padding: 280px 24px 30px; }
  .closing-photo { height: 420px; object-position: 58% top; }
  .closing::before { background: linear-gradient(0deg, #151716 15%, #151716e8 35%, #1517160d 80%); }
  .closing .eyebrow { font-size: 9px; }
  .site-footer { flex-wrap: wrap; gap: 12px 24px; padding-block: 32px; }
  .site-footer p { width: 100%; order: 4; }
  .made-by { margin-left: auto; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .site-header nav { font-size: 11px; }
  .site-header .brand { font-size: 22px; }
  .hero { padding-inline: 18px; }
  h1 { font-size: 39px; letter-spacing: -1.8px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: 1.1px; }
  .button { gap: 24px; padding-inline: 18px; font-size: 12px; }
  .format-card { padding: 22px; }
  .direction-grid { grid-template-columns: 1fr; }
  .direction-card { min-height: 0; }
  .format-card h3 { font-size: 26px; }
  .portrait { height: 380px; }
  .closing { padding-inline: 20px; }
}

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