:root {
  color-scheme: dark;
  --canvas: #0d0f11;
  --panel: #15181b;
  --line: rgba(255,255,255,.12);
  --text: #f3f4f4;
  --muted: #9ca0a5;
  --accent: #f1f2f3;
  --max: 1320px;
  --gutter: clamp(20px, 4.5vw, 68px);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body { margin: 0; min-width: 300px; background: var(--canvas); color: var(--text); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-header, main, footer { width: min(100%, calc(var(--max) + 2 * var(--gutter))); margin-inline: auto; }
.site-header {
  min-height: 94px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.wordmark-mark { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; font-size: 13px; }
.wordmark i { color: #5e646a; font-style: normal; margin: 0 5px; }
.generator-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; border: 1px solid var(--line); border-radius: 8px; font-size: 13px; font-weight: 600; transition: background .18s, color .18s; }
.generator-link:hover { background: var(--accent); color: #111315; }
.generator-link svg, .person-meta svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
main { padding: 0 var(--gutter); }
.hero { min-height: 510px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); gap: 60px; align-items: end; padding: 84px 0 78px; border-bottom: 1px solid var(--line); }
.eyebrow, .section-index { margin: 0 0 28px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.eyebrow span { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: #e5e7e8; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 850px; margin: 0; font-size: clamp(52px, 7.2vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .95; text-wrap: balance; }
.hero-copy { padding-bottom: 7px; }
.hero-copy p { margin: 0 0 34px; color: #b7babd; font-size: 16px; line-height: 1.6; }
.hero-copy a { display: flex; justify-content: space-between; padding: 0 0 13px; border-bottom: 1px solid #5e6266; font-size: 13px; font-weight: 600; }
.catalogue { padding: 78px 0 108px; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }
.section-head .section-index { margin-bottom: 18px; }
h2 { margin: 0; font-size: clamp(36px, 4.4vw, 64px); font-weight: 400; letter-spacing: -.05em; line-height: 1; text-wrap: balance; }
.card-count { margin: 0 0 6px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.person-card { min-width: 0; }
.phone-preview { position: relative; height: min(64vw, 650px); overflow: hidden; background: #121416; border: 1px solid var(--line); }
.phone-preview::before { content: ""; position: absolute; inset: 12% 8%; background: radial-gradient(ellipse at center, rgba(77,85,94,.2), transparent 66%); }
.phone-preview iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: transparent; opacity: 0; transition: opacity .35s ease; }
.phone-preview.model-ready iframe { opacity: 1; }
.model-loading { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; color: #777d82; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.phone-preview.model-ready .model-loading { display: none; }
.model-hint { position: absolute; left: 50%; bottom: 18px; z-index: 2; display: flex; align-items: center; gap: 7px; transform: translateX(-50%); padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(13,15,17,.64); color: #bfc2c5; backdrop-filter: blur(14px); pointer-events: none; white-space: nowrap; font-size: 10px; letter-spacing: .04em; }
.model-hint i { font-size: 13px; font-style: normal; }
.person-meta { min-height: 91px; display: flex; justify-content: space-between; align-items: start; padding: 20px 2px; border-bottom: 1px solid var(--line); }
.person-meta h3 { margin: 0 0 7px; font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.person-meta p { margin: 0; color: var(--muted); font-size: 12px; }
.person-meta > a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.maker { padding: 83px 0 95px; border-top: 1px solid var(--line); }
.maker-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.maker-layout > div { max-width: 490px; }
.maker-layout p { margin: 0 0 28px; color: #b7babd; font-size: 16px; line-height: 1.6; }
.maker-cta { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: var(--accent); color: #101214; border-radius: 7px; font-size: 14px; font-weight: 650; }
.maker-layout small { display: block; margin-top: 13px; color: #777c81; font-size: 11px; }
footer { min-height: 86px; padding: 0 var(--gutter); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #6f7479; font-size: 9px; letter-spacing: .2em; }
footer a:hover { color: #d7d9db; }
:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 760px) {
  .site-header { min-height: 76px; }
  .wordmark i, .wordmark span:last-child { display: none; }
  .generator-link { padding: 0 13px; }
  .hero { min-height: 530px; grid-template-columns: 1fr; gap: 44px; align-content: end; padding: 70px 0 50px; }
  h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-copy { max-width: 500px; }
  .catalogue { padding: 58px 0 80px; }
  .section-head { align-items: start; gap: 20px; }
  .card-count { text-align: right; }
  .card-grid { grid-template-columns: 1fr; gap: 48px; }
  .phone-preview { height: min(116vw, 660px); }
  .maker-layout { grid-template-columns: 1fr; gap: 38px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; line-height: 1.5; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
