:root {
  color-scheme: dark;
  --background: #09090b;
  --surface: #18181b;
  --gold: #fbbf24;
  --text: #f4f4f5;
  --secondary: #b9b9c3;
  --rule: #333338;
  --blue: #2563eb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--background); color: var(--text); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 7px; border-radius: 2px; }
::selection { background: var(--gold); color: var(--background); }
img { max-width: 100%; height: auto; display: block; }
p, h1, h2, h3 { margin-top: 0; }
p { margin-bottom: 22px; }
h1, h2, h3 { line-height: 1.13; }
.wrap { width: min(1180px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 24px; z-index: 10; padding: 12px 20px; background: var(--gold); color: var(--background); font-weight: 700; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule); gap: 24px; }
.wordmark { font-size: 17px; font-weight: 650; text-decoration: none; display: inline-flex; align-items: center; gap: 13px; }
.brand-dot { width: 9px; height: 9px; flex-shrink: 0; background: var(--gold); }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 15px; color: var(--secondary); text-decoration: none; padding-block: 12px; }
nav a:hover { color: var(--gold); }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; padding-block: 100px 106px; align-items: center; }
.eyebrow { font-size: 13px; font-weight: 600; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; color: var(--secondary); margin-bottom: 28px; }
h1 { font-size: clamp(48px, 5.25vw, 72px); font-weight: 600; letter-spacing: -.058em; margin-bottom: 32px; }
h1 span { color: var(--gold); display: block; }
.hero-intro { font-size: 21px; line-height: 1.6; max-width: 550px; }
.hero-detail { color: var(--secondary); max-width: 515px; margin-bottom: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--gold); color: #09090b; padding: 15px 22px; border-radius: 4px; text-decoration: none; font-size: 16px; font-weight: 700; line-height: 1.5; transition: background .15s ease; }
.button:hover { background: #ffd46b; }
.button span, .text-link span { font-size: 22px; line-height: 1; }
.hero-brand { padding-top: 25px; }
.hero-brand img { width: 100%; }
.brand-caption { border-top: 1px solid var(--rule); padding-top: 20px; margin-top: 30px; display: flex; justify-content: space-between; gap: 18px; color: var(--secondary); font-size: 13px; }
.product-section { background: var(--surface); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.product-layout, .story-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 110px; padding-block: 90px; }
.section-number { color: var(--gold); margin-right: 10px; }
h2 { font-size: clamp(34px, 3.25vw, 46px); font-weight: 500; letter-spacing: -.045em; margin-bottom: 24px; }
.product-layout h2 span { color: var(--gold); }
.product-audience { color: var(--secondary); }
.section-lead { font-size: 24px; line-height: 1.5; color: var(--text); }
.product-copy > p:not(.section-lead), .product-detail p, .story-copy > p:not(.founder-name) { color: var(--secondary); }
.product-detail { border-top: 1px solid #3b3b42; padding-top: 24px; margin-top: 30px; }
h3 { font-size: 18px; letter-spacing: -.015em; font-weight: 600; margin-bottom: 12px; }
.product-detail p { margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--gold); font-size: 16px; font-weight: 600; text-decoration: none; margin-top: 26px; padding-block: 6px; border-bottom: 1px solid #8c711e; }
.text-link:hover { color: #ffe098; border-bottom-color: #ffe098; }
.story-section { padding-block: 96px; }
.founder-name { font-size: 24px; line-height: 1.4; font-weight: 500; margin-bottom: 26px; }
.founder-name span { display: block; font-size: 15px; color: var(--secondary); margin-top: 7px; font-weight: 400; }
.experience-note { border-left: 2px solid var(--gold); padding-left: 24px; margin-block: 30px; }
.experience-note strong { color: var(--text); font-weight: 600; white-space: nowrap; }
.story-copy .text-link { margin-top: 5px; }
.founder-portrait { margin: 36px 0 0; width: min(100%, 280px); }
.founder-portrait img { width: 100%; aspect-ratio: 700 / 934; object-fit: cover; border-radius: 4px; border: 1px solid var(--rule); }
.site-footer { border-top: 1px solid var(--rule); padding-block: 33px 40px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; color: var(--secondary); font-size: 14px; }
.site-footer p { margin: 0; }
.footer-name { color: var(--text); font-size: 16px; font-weight: 600; margin-bottom: 5px !important; }
@media (min-width: 1500px) { .hero { padding-block: 115px 125px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 32px; padding-block: 72px; grid-template-columns: 1.2fr 1fr; }
  .brand-caption { flex-direction: column; gap: 0; }
  .product-layout, .story-section { gap: 60px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 88px; gap: 16px; }
  .wordmark { font-size: 15px; gap: 9px; max-width: 165px; line-height: 1.4; }
  nav { gap: 20px; }
  nav a { font-size: 14px; white-space: nowrap; }
  .hero { grid-template-columns: 1fr; gap: 44px; padding-block: 54px 56px; }
  h1 { font-size: clamp(46px, 9vw, 62px); letter-spacing: -.05em; }
  .eyebrow { font-size: 12px; letter-spacing: .10em; margin-bottom: 24px; }
  .hero-intro { font-size: 20px; }
  .hero-brand { padding: 0; max-width: 450px; width: 100%; margin-inline: auto; }
  .hero-brand img { width: 85%; margin-inline: auto; }
  .brand-caption { flex-direction: row; margin-top: 20px; font-size: 12px; gap: 12px; }
  .product-layout, .story-section { grid-template-columns: 1fr; gap: 30px; padding-block: 58px; }
  h2 { font-size: 36px; }
  .product-audience { margin-bottom: 0; }
  .section-lead { font-size: 22px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 24px; padding-block: 30px; }
}
@media (max-width: 375px) {
  .site-header { flex-wrap: wrap; padding-block: 20px; gap: 8px; }
  .wordmark { max-width: none; }
  nav { width: 100%; gap: 24px; }
  h1 { font-size: 44px; }
  .button { width: 100%; gap: 10px; padding-inline: 17px; font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
