.landing-page {
  --accent: #e99b53;
  --ink: #fafafa;
  --muted: #ccc9c5;
  --border: #514335;
  background: #101110;
  isolation: isolate;
}
.landing-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1000px;
  max-height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8,10,9,.91), rgba(8,10,9,.42) 60%, rgba(8,10,9,.7)), linear-gradient(0deg, #101110, transparent 60%), url('/assets/barbershop-hero.webp') center 35% / cover no-repeat;
}
.landing-page * { letter-spacing: 0; }
.landing-page .site-header { position: relative; background: rgba(12,14,13,.78); backdrop-filter: none; }
.landing-page .header-inner, .landing-page .home-page { width: min(100% - 96px, 1360px); }
.landing-page .header-inner { min-height: 96px; gap: 32px; }
.landing-page .brand { font-size: 20px; color: #cf955f; }
.landing-page .brand img { width: 48px; height: 48px; }
.header-access { align-self: stretch; display: flex; align-items: center; border-bottom: 2px solid var(--accent); margin-left: 36px; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 700; }
.landing-page .launch-pill { margin-left: auto; border-radius: 2px; padding: 9px 14px; font-size: 11px; }
.landing-page .home-page { padding: 48px 0 20px; }
.landing-page .home-hero { grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); gap: 64px; align-items: center; }
.landing-page .hero-copy { padding: 20px 0; }
.landing-page .eyebrow { font-size: 12px; text-transform: uppercase; }
.landing-page .hero-copy > .eyebrow { margin-bottom: 22px; color: #fafafa; }
.landing-page h1 { font-size: 76px; line-height: 1.04; font-weight: 850; color: #cf955f; }
.landing-page h1 span { display: block; color: inherit; }
.landing-page .hero-promise { margin: 28px 0 12px; font-size: 26px; max-width: 480px; line-height: 1.25; }
.landing-page .summary { max-width: 480px; font-size: 17px; line-height: 1.7; }
.launch-copy { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--border); max-width: 480px; font-size: 14px; line-height: 1.65; }
.landing-page .store-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 380px; gap: 12px; margin-top: 28px; }
.landing-page .store-button { min-width: 0; width: 100%; min-height: 84px; padding: 14px; border-radius: 8px; grid-template-columns: 26px 1fr; gap: 5px 10px; background: rgba(10,12,11,.8); }
.landing-page .store-button-status { grid-column: 2; font-size: 10px; text-transform: none; }
.landing-page .store-button strong { font-size: 17px; }
.landing-page .store-note { font-size: 12px; max-width: 400px; }
.landing-page .waitlist-panel { padding: 30px; border: 1px solid #514335; border-top: 2px solid var(--accent); background: rgba(12,14,13,.96); border-radius: 2px; scroll-margin-top: 24px; }
.landing-page .waitlist-panel h2 { margin-top: 10px; font-size: 30px; }
.landing-page .waitlist-intro { margin: 12px 0 22px; font-size: 14px; min-height: 41px; }
.landing-page .waitlist-form, .landing-page .waitlist-success { padding: 0; border: 0; border-radius: 0; background: transparent; gap: 15px; }
.landing-page .form-label { font-size: 11px; margin-bottom: -9px; }
.landing-page .role-select { padding: 3px; border-radius: 4px; background: #1d201e; }
.landing-page .role-select span { border-radius: 2px; min-height: 38px; }
.landing-page .role-select input:checked + span { background: #a75424; border-color: #c6753e; color: #fff; }
.landing-page .role-select input:focus-visible + span { outline: 2px solid white; outline-offset: 2px; }
.landing-page .waitlist-form label:not(.consent) { font-size: 12px; gap: 7px; }
.landing-page .waitlist-form input:not([type='radio']):not([type='checkbox']) { min-height: 46px; border-radius: 2px; border-color: #535550; background: #111412; font-size: 16px; font-weight: 400; }
.landing-page .waitlist-form input::placeholder { color: #999e98; opacity: 1; }
.landing-page input:focus-visible, .landing-page a:focus-visible, .landing-page button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.landing-page .waitlist-form small { font-size: 11px; }
.landing-page .consent { margin: 3px 0; font-size: 12px; line-height: 1.5; }
.landing-page .action { width: 100%; min-height: 50px; border-radius: 2px; border-color: #ebaa6f; background: var(--accent); color: #17120d; font-size: 14px; cursor: pointer; }
.landing-page .waitlist-action[aria-disabled='true'] { opacity: 1; filter: none; }
.landing-page .action:hover { background: #f0af72; }
.landing-page .waitlist-panel,
.landing-page .store-button { border-radius: 8px; }
.landing-page .role-select,
.landing-page .action { border-radius: 24px; }
.landing-page .role-select span { border-radius: 20px; }
.landing-page .waitlist-form input:not([type='radio']):not([type='checkbox']) { border-radius: 12px; }
.landing-page .home-links { margin-top: 40px; padding-top: 22px; font-size: 12px; gap: 24px; }
.landing-page .home-links a { color: var(--muted); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.landing-page .consent a, .landing-page .policy-footer a { text-decoration: underline; text-underline-offset: 3px; }
.landing-page .policy-footer { border-top: 0; padding-top: 5px; font-size: 12px; }
@media (min-width: 801px) {
  .landing-page .header-inner { min-height: 58px; }
  .landing-page .brand img { width: 40px; height: 40px; }
  .landing-page .home-page { padding-top: 12px; padding-bottom: 6px; }
  .landing-page .hero-copy { padding: 0; }
  .landing-page h1 { font-size: 60px; }
  .landing-page .hero-copy > .eyebrow { margin-bottom: 14px; }
  .landing-page .hero-promise { margin-top: 18px; font-size: 24px; }
  .landing-page .launch-copy { margin-top: 18px; padding-top: 16px; }
  .landing-page .store-buttons { margin-top: 18px; }
  .landing-page .waitlist-panel { padding: 14px 26px; }
  .landing-page .waitlist-panel h2 { margin-top: 6px; font-size: 27px; }
  .landing-page .waitlist-intro { margin: 8px 0 14px; min-height: 0; }
  .landing-page .waitlist-form { gap: 9px; }
  .landing-page .waitlist-form input:not([type='radio']):not([type='checkbox']) { min-height: 42px; }
  .landing-page .role-select span { min-height: 34px; }
  .landing-page .action { min-height: 44px; }
  .landing-page .home-links { margin-top: 10px; padding-top: 8px; }
  .landing-page .policy-footer p { margin: 5px 0; }
}
@media (min-width: 801px) and (min-height: 801px) {
  .landing-page .header-inner { min-height: 68px; }
  .landing-page .home-page { padding-top: 22px; }
  .landing-page .hero-copy { padding: 12px 0; }
  .landing-page h1 { font-size: 76px; }
  .landing-page .hero-copy > .eyebrow { margin-bottom: 22px; }
  .landing-page .hero-promise { margin-top: 28px; font-size: 26px; }
  .landing-page .launch-copy { margin-top: 26px; padding-top: 22px; }
  .landing-page .store-buttons { margin-top: 28px; }
  .landing-page .waitlist-panel { padding: 28px 30px; }
  .landing-page .waitlist-panel h2 { margin-top: 10px; font-size: 30px; }
  .landing-page .waitlist-intro { margin: 12px 0 20px; }
  .landing-page .waitlist-form { gap: 15px; }
  .landing-page .waitlist-form input:not([type='radio']):not([type='checkbox']) { min-height: 46px; }
  .landing-page .role-select span { min-height: 38px; }
  .landing-page .action { min-height: 50px; }
  .landing-page .home-links { margin-top: 20px; padding-top: 14px; }
}
@media (max-width: 1100px) {
  .landing-page .header-inner, .landing-page .home-page { width: calc(100% - 48px); }
  .landing-page .home-hero { gap: 30px; }
  .landing-page h1 { font-size: 58px; }
  .landing-page .waitlist-panel { padding: 24px; }
  .header-access { margin-left: 0; }
}
@media (max-width: 800px) {
  .landing-page .home-hero { grid-template-columns: 1fr; gap: 26px; }
  .landing-page .header-inner { min-height: 76px; gap: 14px; flex-wrap: wrap; }
  .landing-page .brand { font-size: 16px; }
  .landing-page .brand img { width: 36px; height: 36px; }
  .header-access { display: none; }
  .landing-page .home-page { padding-top: 12px; }
  .landing-page h1 { font-size: 56px; }
  .landing-page h1 span { display: inline; }
  .landing-page .hero-promise { font-size: 23px; margin-top: 20px; }
  .landing-page .summary { font-size: 16px; }
  .landing-page .store-button { width: auto; }
  .landing-page .hero-copy > .eyebrow { margin-bottom: 14px; }
  .landing-page .waitlist-panel { max-width: 600px; }
  .landing-page .home-links { gap: 16px; }
}
@media (max-width: 400px) {
  .landing-page .header-inner, .landing-page .home-page { width: calc(100% - 32px); }
  .landing-page .launch-pill { font-size: 9px; padding: 6px; }
  .landing-page .brand { font-size: 14px; gap: 6px; }
  .landing-page h1 { font-size: 44px; }
  .landing-page .waitlist-panel { padding: 20px; }
  .landing-page .waitlist-panel h2 { font-size: 26px; }
  .landing-page .store-buttons { gap: 8px; }
  .landing-page .store-button { padding: 10px 8px; grid-template-columns: 22px 1fr; gap: 5px 7px; }
  .landing-page .store-button strong { font-size: 14px; }
}
