:root {
  --gold: #d4af37;
  --gold-light: #f0cf5b;
  --gold-pale: #fbf5df;
  --ink: #111111;
  --soft-ink: #3a3a3c;
  --muted: #6e6e73;
  --line: #e5e5e7;
  --surface: #ffffff;
  --surface-soft: #f5f5f7;
  --black: #0b0b0c;
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  border-radius: 10px;
  padding: 10px 14px;
  background: var(--black);
  color: white;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(20px);
}

.header-inner,
.container,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
}

.site-nav > a:not(.nav-cta) {
  color: #444446;
  transition: color 160ms ease;
}

.site-nav > a:not(.nav-cta):hover,
.site-nav > a[aria-current="page"] {
  color: #000;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 720;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-cta,
.button-primary {
  background: var(--gold);
  color: #111;
}

.nav-cta:hover,
.button-primary:hover {
  transform: translateY(-1px);
  background: var(--gold-light);
}

.button-secondary {
  border-color: #d2d2d7;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.button-secondary:hover {
  transform: translateY(-1px);
  border-color: #a5a5aa;
  background: #fff;
}

.button-dark {
  background: #161617;
  color: #fff;
}

.button-dark:hover {
  transform: translateY(-1px);
  background: #2c2c2e;
}

.button:focus-visible,
.site-nav a:focus-visible,
.brand:focus-visible,
.footer-links a:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.52);
  outline-offset: 3px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 80px;
  background:
    radial-gradient(circle at 22% 5%, rgba(212, 175, 55, 0.22), transparent 31rem),
    linear-gradient(180deg, #fff 0%, #fafafa 100%);
  text-align: center;
}

.hero::after {
  position: absolute;
  top: -230px;
  right: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(212, 175, 55, 0.23);
  border-radius: 50%;
  content: "";
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #816a1f;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.hero h1,
.page-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.hero .lead {
  max-width: 770px;
  margin: 28px auto 0;
  color: var(--soft-ink);
  font-size: clamp(19px, 2.3vw, 24px);
  letter-spacing: -0.018em;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.availability-note {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 12px;
  line-height: 1.5;
}

.product-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 1110px;
  margin: 76px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 22px;
  background: #111;
  box-shadow: 0 50px 100px rgba(17, 17, 17, 0.23);
  text-align: left;
}

.window-bar {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  background: #1d1d1f;
}

.window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5a5a5e;
}

.window-bar i:first-child {
  background: var(--gold);
}

.window-bar span {
  margin-left: 8px;
  color: #8e8e93;
  font-size: 10px;
  font-style: normal;
}

.product-window img {
  width: 100%;
  height: auto;
}

.platform-band {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.platform {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 17px;
  background: #fff;
  color: #333335;
  font-size: 13px;
  font-weight: 670;
}

.platform::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
  content: "";
}

.section {
  padding: 112px 0;
}

.section-soft {
  background: var(--surface-soft);
}

.section-dark {
  background: var(--black);
  color: #fff;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 710;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.section-heading p {
  margin-bottom: 0;
  font-size: 18px;
}

.section-dark .section-heading p,
.section-dark p {
  color: #a1a1a6;
}

.feature-grid,
.trust-grid,
.steps-grid,
.support-grid,
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px;
  background: #fff;
}

.card-number,
.card-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--gold-pale);
  color: #715c17;
  font-size: 12px;
  font-weight: 800;
}

.card h3 {
  margin: 25px 0 12px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.card p:last-child {
  margin-bottom: 0;
}

.showcase {
  display: grid;
  gap: 26px;
}

.showcase-row {
  display: grid;
  overflow: hidden;
  min-height: 540px;
  grid-template-columns: 0.85fr 1.35fr;
  align-items: center;
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.showcase-row.reverse {
  grid-template-columns: 1.35fr 0.85fr;
}

.showcase-copy {
  padding: 55px;
}

.showcase-copy span {
  color: #80671b;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.showcase-copy h3 {
  margin: 18px 0 16px;
  font-size: clamp(33px, 4vw, 52px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.showcase-copy ul {
  display: grid;
  margin: 25px 0 0;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.showcase-copy li {
  position: relative;
  padding-left: 22px;
  color: #3f3f42;
  font-size: 14px;
}

.showcase-copy li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.showcase-image {
  align-self: stretch;
  overflow: hidden;
  background: #131315;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.feature-panel {
  display: grid;
  min-height: 100%;
  padding: 48px;
  grid-template-columns: 1.25fr 0.75fr;
  align-content: center;
  gap: 18px;
  background:
    radial-gradient(circle at 80% 18%, rgba(212, 175, 55, 0.18), transparent 18rem),
    #111113;
}

.editor-sheet {
  align-self: center;
  border: 1px solid #343437;
  border-radius: 22px;
  padding: 30px;
  background: #1b1b1e;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.panel-label {
  display: inline-flex;
  margin-bottom: 34px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editor-sheet strong {
  display: block;
  color: white;
  font-size: clamp(23px, 2.6vw, 38px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.editor-sheet p {
  margin: 14px 0 0;
  color: #a1a1a6;
  font-size: 14px;
}

.channel-stack {
  display: grid;
  align-content: center;
  gap: 9px;
}

.channel-stack span {
  border: 1px solid #343437;
  border-radius: 13px;
  padding: 14px 16px;
  background: #1b1b1e;
  color: #d7d7da;
  font-size: 12px;
  font-weight: 650;
}

.channel-stack span:nth-child(4) {
  border-color: rgba(212, 175, 55, 0.55);
  color: var(--gold-light);
}

.media-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(150px, 1fr));
}

.media-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid #343437;
  border-radius: 20px;
  padding: 20px;
  background:
    linear-gradient(145deg, transparent 30%, rgba(255, 255, 255, 0.055)),
    #1b1b1e;
  color: #d7d7da;
  font-size: 12px;
  font-weight: 650;
}

.media-tile::before {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 34px;
  height: 34px;
  border: 1px solid #4a4a4e;
  border-radius: 11px;
  content: "";
}

.media-tile-gold {
  border-color: rgba(212, 175, 55, 0.56);
  background: var(--gold);
  color: #151515;
}

.media-tile-gold::before {
  border-color: rgba(17, 17, 17, 0.42);
}

.review-summary {
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
}

.review-summary > div {
  padding: 34px;
  background: #fff;
}

.review-summary h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.review-summary p {
  margin-bottom: 0;
  font-size: 14px;
}

.steps-grid .card {
  border-color: #2b2b2d;
  background: #171719;
}

.steps-grid .card h3 {
  color: #fff;
}

.steps-grid .card p {
  color: #9b9ba0;
}

.steps-grid .card-number {
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold-light);
}

.wide-callout {
  display: grid;
  min-height: 440px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--gold);
}

.wide-callout-copy {
  padding: 60px;
}

.wide-callout h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5.5vw, 68px);
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.wide-callout p {
  max-width: 570px;
  color: rgba(17, 17, 17, 0.73);
  font-size: 17px;
}

.callout-mark {
  display: grid;
  height: 100%;
  min-height: 440px;
  place-items: center;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 2px, transparent 3px) 0 0 / 28px 28px,
    #c39d24;
}

.callout-mark img {
  width: min(310px, 68%);
  border-radius: 50%;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.page-hero {
  padding: 100px 0 76px;
  background:
    radial-gradient(circle at 15% 0%, rgba(212, 175, 55, 0.2), transparent 27rem),
    #fafafa;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
}

.page-hero p {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--soft-ink);
  font-size: 21px;
}

.page-hero .hero-actions {
  justify-content: flex-start;
}

.content-section {
  padding: 82px 0 110px;
}

.content-wrap {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 1fr);
  align-items: start;
  gap: 80px;
}

.content-main h2 {
  margin: 58px 0 16px;
  font-size: 31px;
  letter-spacing: -0.035em;
}

.content-main h2:first-child {
  margin-top: 0;
}

.content-main h3 {
  margin: 32px 0 10px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.content-main p,
.content-main li {
  color: #4c4c50;
  font-size: 16px;
  line-height: 1.75;
}

.content-main a,
.support-link {
  color: #7a6217;
  text-decoration: underline;
  text-decoration-color: rgba(122, 98, 23, 0.3);
  text-underline-offset: 3px;
}

.content-main ol,
.content-main ul {
  padding-left: 22px;
}

.content-main li + li {
  margin-top: 8px;
}

.content-aside {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  background: var(--surface-soft);
}

.content-aside strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.content-aside p {
  margin-bottom: 0;
  font-size: 13px;
}

.legal-meta {
  display: inline-flex;
  margin-top: 24px;
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--gold-pale);
  color: #6f5915;
  font-size: 12px;
  font-weight: 680;
}

.language-divider {
  height: 1px;
  margin: 60px 0;
  border: 0;
  background: var(--line);
}

.notice {
  margin: 26px 0;
  border-left: 4px solid var(--gold);
  border-radius: 0 14px 14px 0;
  padding: 18px 20px;
  background: var(--gold-pale);
}

.notice p {
  margin-bottom: 0;
  color: #4f431b;
}

.support-grid .card {
  min-height: 245px;
}

.support-grid .card a {
  display: inline-flex;
  margin-top: 12px;
  color: #705a14;
  font-size: 14px;
  font-weight: 700;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #47474a;
  font-size: 13px;
}

.status-pill::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.13);
  content: "";
}

.site-footer {
  border-top: 1px solid #28282a;
  background: var(--black);
  color: #fff;
}

.footer-inner {
  display: grid;
  padding: 56px 0 30px;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
}

.footer-brand p {
  max-width: 470px;
  margin: 18px 0 0;
  color: #8e8e93;
  font-size: 13px;
}

.footer-brand .brand small {
  color: #818186;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
  align-content: start;
  font-size: 13px;
}

.footer-links a {
  color: #c7c7cc;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 30px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #242426;
  color: #8e8e93;
  font-size: 11px;
}

@media (max-width: 960px) {
  .site-nav > a:not(.nav-cta) {
    display: none;
  }

  .feature-grid,
  .trust-grid,
  .steps-grid,
  .support-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .showcase-row,
  .showcase-row.reverse,
  .wide-callout,
  .content-wrap {
    grid-template-columns: 1fr;
  }

  .showcase-row.reverse .showcase-image {
    order: 2;
  }

  .showcase-image {
    min-height: 360px;
  }

  .feature-panel {
    min-height: 420px;
  }

  .content-aside {
    position: static;
  }

  .review-summary,
  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .header-inner,
  .container,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 64px;
  }

  .brand span {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .hero {
    padding: 78px 0 54px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(44px, 15vw, 66px);
  }

  .hero .lead,
  .page-hero p {
    font-size: 18px;
  }

  .product-window {
    margin-top: 50px;
    border-radius: 14px;
  }

  .window-bar {
    height: 32px;
  }

  .window-bar span {
    display: none;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .card,
  .showcase-copy,
  .wide-callout-copy,
  .review-summary > div {
    padding: 26px;
  }

  .showcase-row {
    min-height: 0;
    border-radius: 24px;
  }

  .showcase-image {
    min-height: 220px;
  }

  .feature-panel {
    min-height: 360px;
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .channel-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(120px, 1fr));
  }

  .wide-callout,
  .callout-mark {
    min-height: 330px;
  }

  .page-hero {
    padding: 72px 0 56px;
  }

  .content-section {
    padding: 60px 0 80px;
  }

  .content-wrap {
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
