:root {
  --paper: #f2ede3;
  --paper-light: #fbf7ef;
  --ink: #17231e;
  --muted: #5b675f;
  --line: rgba(23, 35, 30, .14);
  --orange: #f26a32;
  --orange-deep: #b84a1f;
  --orange-soft: #ffd5c0;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 0%, rgba(242, 106, 50, .22), transparent 30rem),
    radial-gradient(circle at 96% 4%, rgba(111, 163, 142, .18), transparent 27rem),
    linear-gradient(180deg, #faf6ee 0%, var(--paper) 58%, #e9dfd1 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
::selection { color: var(--white); background: var(--orange-deep); }

.page-shell { width: min(calc(100% - 32px), 1180px); margin: 0 auto; padding: 16px 0 32px; }
.site-header, .section-panel, .style-section, .final-cta, .site-footer {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .76);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(23, 35, 30, .08);
}
.site-header {
  position: sticky;
  z-index: 20;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px 14px 12px 18px;
  border-radius: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 13px; font-weight: 750; }
.brand-text { font-size: 13px; font-weight: 720; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 10px 12px; color: var(--muted); font-size: 14px; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.site-nav .nav-cta { padding-inline: 18px; border-radius: 999px; color: var(--white); background: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(40px, 6vw, 82px); align-items: center; min-height: 690px; padding: clamp(68px, 9vw, 116px) clamp(24px, 6vw, 76px) 72px; }
.eyebrow { margin: 0 0 18px; color: var(--orange-deep); font-size: 12px; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 24px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-weight: 400; letter-spacing: -.045em; line-height: .94; }
h1 { max-width: 10.4ch; font-size: clamp(64px, 7vw, 100px); }
h2 { max-width: 12ch; font-size: clamp(45px, 5.2vw, 70px); }
.hero-lead, .section-heading > p:last-child { max-width: 610px; margin-bottom: 0; color: var(--muted); font-size: clamp(17px, 1.8vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-deep); }
.button-secondary { border-color: var(--line); background: rgba(255, 255, 255, .55); }
.button-dark { color: var(--white); background: var(--ink); }
.availability { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #3ba56f; box-shadow: 0 0 0 4px rgba(59, 165, 111, .13); }

.character-stage { position: relative; min-height: 510px; }
.portrait-card { position: absolute; inset: 25px 8px 40px 62px; overflow: hidden; border-radius: 34px; color: var(--white); background: radial-gradient(circle at 65% 23%, rgba(255, 194, 148, .95) 0 7%, transparent 7.5%), radial-gradient(ellipse at 62% 34%, #f0a379 0 13%, transparent 13.5%), radial-gradient(ellipse at 64% 58%, #24443a 0 24%, transparent 24.5%), linear-gradient(150deg, #10251e 0 36%, #345c50 36% 57%, #e56a37 57% 100%); box-shadow: 0 28px 80px rgba(23, 35, 30, .24); transform: rotate(2deg); }
.portrait-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10, 24, 19, .82)); }
.portrait-monogram { position: absolute; right: -18px; top: 10px; color: rgba(255, 255, 255, .11); font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 240px; line-height: 1; }
.portrait-caption { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: end; justify-content: space-between; }
.portrait-caption p { margin: 0 0 5px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 36px; }
.portrait-caption span { color: rgba(255, 255, 255, .7); font-size: 12px; }
.portrait-caption .status-dot { width: 12px; height: 12px; border-radius: 50%; background: #6ee7a7; box-shadow: 0 0 0 6px rgba(110, 231, 167, .15); }
.stage-note { position: absolute; z-index: 2; width: min(235px, 58%); padding: 18px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 18px; background: rgba(255, 253, 248, .9); box-shadow: 0 16px 50px rgba(23, 35, 30, .13); backdrop-filter: blur(14px); }
.stage-note span { display: block; margin-bottom: 8px; color: var(--orange-deep); font-size: 10px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.stage-note strong { font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.08; }
.stage-note p { margin: 0; color: var(--muted); font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 16px; line-height: 1.35; }
.stage-note-top { top: 0; left: 0; }
.stage-note-bottom { right: 0; bottom: 0; }

.section-panel, .style-section, .final-cta { margin-top: 18px; border-radius: 32px; }
.profile-section { padding: clamp(48px, 7vw, 88px); }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(24px, 6vw, 80px); align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2 { margin-bottom: 0; }
.profile-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; margin-top: 54px; }
.profile-card { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.profile-card-accent { background: var(--orange-soft); }
.card-label { margin-bottom: 22px; font-size: 12px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.profile-card ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.profile-card li { position: relative; padding-left: 28px; color: #38473f; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.18; }
.profile-card li::before { content: "↗"; position: absolute; left: 0; top: 3px; color: var(--orange-deep); font-family: sans-serif; font-size: 13px; }
.style-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 6vw, 80px); padding: clamp(48px, 7vw, 88px); }
.style-intro h2 { margin-bottom: 0; }
.style-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.style-card { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .48); }
.style-card > span { color: var(--orange-deep); font-size: 11px; font-weight: 750; }
.style-card h3 { margin: 54px 0 10px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 27px; font-weight: 400; }
.style-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: clamp(48px, 7vw, 84px); background: var(--orange); }
.final-cta .eyebrow { color: #702b0f; }
.final-cta h2 { max-width: 13ch; margin: 0; color: var(--white); }
.final-cta .button { flex: 0 0 auto; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; margin-top: 18px; padding: 22px; border-radius: 26px; }
.site-footer p, .site-footer > a:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.site-footer > a:last-child { text-underline-offset: 4px; }
:focus-visible { outline: 3px solid rgba(242, 106, 50, .42); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 76px; }
  .character-stage { min-height: 520px; }
  .section-heading, .style-section { grid-template-columns: 1fr; }
  .profile-grid { grid-template-columns: 1fr; }
  .style-intro h2 { max-width: 10ch; }
  .final-cta { align-items: start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 640px) {
  .page-shell { width: min(calc(100% - 16px), 1180px); padding-top: 8px; }
  .site-header { top: 8px; min-height: 64px; padding: 9px 10px; border-radius: 20px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-text { font-size: 10px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .site-nav .nav-cta { padding: 10px 14px; font-size: 12px; }
  .hero { min-height: auto; gap: 56px; padding: 62px 20px 46px; }
  h1 { font-size: clamp(56px, 18vw, 78px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .character-stage { min-height: 440px; }
  .portrait-card { inset: 28px 0 42px 30px; border-radius: 26px; }
  .portrait-monogram { right: -8px; font-size: 190px; }
  .stage-note { width: 57%; padding: 15px; }
  .stage-note strong { font-size: 18px; }
  .stage-note p { font-size: 14px; }
  .profile-section, .style-section, .final-cta { padding: 44px 20px; border-radius: 26px; }
  .profile-card { padding: 26px 20px; }
  .profile-card li { font-size: 21px; }
  .style-grid { grid-template-columns: 1fr; }
  .style-card { min-height: 180px; }
  .style-card h3 { margin-top: 36px; }
  .site-footer { grid-template-columns: 1fr; gap: 16px; }
  .site-footer p { grid-column: auto; grid-row: auto; }
}
