/* Hallmark · genre: modern-minimal · macrostructure: Workbench + alternating editorial feature stories · theme: studied-DNA (sources: learn.chatgpt.com, openai.com/ko-KR/codex) + design.md locked · enrichment: E0 honest product UI compositions + user-directed browser frame · nav: N1b · footer: Ft5 */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 · contrast: pass (40–41) · honest: pass (46) · chrome: user-directed exception (47) · tokens: pass (48) · responsive: pass (49) · icons: pass (30) · mobile: pass (34, 49, 50–57) · slop: pass (42–45) */

@font-face {
  font-family: "OpenAI Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./fonts/openai-sans-regular.woff2") format("woff2");
  unicode-range: U+0-36F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF, U+2200-22FF, U+25A0-25FF, U+FB00-FB06, U+FE00-FE0F, U+FFFD;
}

@font-face {
  font-family: "OpenAI Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./fonts/openai-sans-medium.woff2") format("woff2");
  unicode-range: U+0-36F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F, U+2190-21FF, U+2200-22FF, U+25A0-25FF, U+FB00-FB06, U+FE00-FE0F, U+FFFD;
}

@font-face {
  font-family: "OpenAI Sans Variable Scripts";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("./fonts/openai-sans-hangul-variable.woff2") format("woff2");
  unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7AF;
}

@font-face {
  font-family: "Geist Variable";
  font-style: normal;
  font-display: optional;
  font-weight: 100 900;
  src: url("./fonts/geist-latin-wght-normal.woff2") format("woff2-variations");
}

:root,
[data-bs-theme="dark"] {
  color-scheme: dark;

  --font-display: "Geist Variable", "Apple SD Gothic Neo", "Noto Sans KR", ui-sans-serif, sans-serif;
  --font-body: "Geist Variable", "Apple SD Gothic Neo", "Noto Sans KR", ui-sans-serif, sans-serif;
  --font-editorial: "OpenAI Sans", "OpenAI Sans Variable Scripts", "Apple SD Gothic Neo", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, ui-monospace, monospace;

  --color-paper: oklch(0% 0 0);
  --color-paper-2: oklch(16.5% 0 0);
  --color-paper-3: oklch(21.5% 0 0);
  --color-ink: oklch(96% 0 0);
  --color-ink-soft: oklch(83% 0 0);
  --color-muted: oklch(72% 0 0);
  --color-rule: oklch(28% 0 0);
  --color-accent: oklch(96% 0 0);
  --color-accent-ink: oklch(13% 0 0);
  --color-secondary: oklch(20% 0 0);
  --color-secondary-hover: oklch(25% 0 0);
  --color-focus: oklch(72% 0.14 240);
  --color-browser-frame: oklch(16.5% 0 0);
  --color-browser-toolbar: oklch(21.5% 0 0);
  --color-browser-rule: oklch(28% 0 0);
  --color-browser-ink: oklch(96% 0 0);
  --color-browser-ink-soft: oklch(83% 0 0);
  --color-browser-muted: oklch(72% 0 0);
  --color-browser-canvas: oklch(24% 0 0);
  --color-browser-row: oklch(20% 0 0);
  --color-browser-accent: oklch(96% 0 0);
  --color-browser-accent-ink: oklch(13% 0 0);
  --color-window-close: oklch(65% 0.2 28);
  --color-window-minimize: oklch(80% 0.16 82);
  --color-window-maximize: oklch(70% 0.17 145);
  --color-window-profile: oklch(62% 0.17 245);
  --color-feature-media: oklch(18% 0.03 280);
  --color-feature-backdrop: oklch(69% 0.055 268);
  --color-feature-bloom-light: rgba(221, 227, 255, 0.76);
  --color-feature-bloom-dark: rgba(121, 129, 177, 0.52);
  --color-feature-surface: rgba(18, 18, 20, 0.94);
  --color-feature-border: rgba(255, 255, 255, 0.08);
  --color-feature-border-strong: rgba(255, 255, 255, 0.16);
  --color-feature-route: rgba(255, 255, 255, 0.42);
  --color-feature-shadow: rgba(15, 18, 35, 0.16);
  --color-feature-ink: oklch(96% 0 0);
  --color-feature-ink-soft: oklch(86% 0 0);
  --color-feature-muted: oklch(70% 0 0);
  --color-feature-muted-low: oklch(66% 0 0);
  --color-feature-panel: oklch(19% 0 0);
  --color-feature-chart-primary: oklch(88% 0.07 264);
  --color-feature-chart-secondary: oklch(67% 0.08 276);
  --color-feature-blocked: oklch(74% 0.08 28);
  --color-editorial-copy: oklch(100% 0 0);

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 999rem;
  --rule-thin: 0.0625rem;

  --dur-micro: 100ms;
  --dur-short: 180ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);

  --page-gutter: clamp(1rem, 4vw, 4rem);
  --content-max: 72rem;
  --product-preview-max: 60rem;
  --header-height: 4rem;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}

[data-bs-theme="light"] {
  color-scheme: light;

  --color-paper: oklch(100% 0 0);
  --color-paper-2: oklch(96.8% 0 0);
  --color-paper-3: oklch(92.5% 0 0);
  --color-ink: oklch(15.9% 0 0);
  --color-ink-soft: oklch(28% 0 0);
  --color-muted: oklch(43% 0 0);
  --color-rule: oklch(87% 0 0);
  --color-accent: oklch(15.9% 0 0);
  --color-accent-ink: oklch(98% 0 0);
  --color-secondary: oklch(95% 0 0);
  --color-secondary-hover: oklch(91% 0 0);
  --color-focus: oklch(55% 0.17 250);
  --color-browser-frame: oklch(92.5% 0 0);
  --color-browser-toolbar: oklch(96.8% 0 0);
  --color-browser-rule: oklch(82% 0 0);
  --color-browser-ink: oklch(15.9% 0 0);
  --color-browser-ink-soft: oklch(28% 0 0);
  --color-browser-muted: oklch(43% 0 0);
  --color-browser-canvas: oklch(100% 0 0);
  --color-browser-row: oklch(96.8% 0 0);
  --color-browser-accent: oklch(15.9% 0 0);
  --color-browser-accent-ink: oklch(98% 0 0);
  --color-editorial-copy: var(--color-ink);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-width: 20rem;
  overflow-x: clip;
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
}

html {
  scroll-behavior: smooth;
  scroll-padding-block-start: calc(var(--header-height) + var(--space-lg));
}

body {
  min-height: 100svh;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--color-ink);
  font-family: var(--font-display);
}

svg {
  display: block;
  fill: currentColor;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 0.125rem solid var(--color-focus);
  outline-offset: 0.1875rem;
  border-radius: inherit;
}

.skip-link {
  position: fixed;
  inset-block-start: calc(var(--safe-top) + var(--space-sm));
  inset-inline-start: calc(var(--safe-left) + var(--space-sm));
  z-index: 10;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding-inline: var(--space-md);
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: var(--color-accent-ink);
  transform: translateY(calc(-100% - var(--space-xl)));
}

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

.site-header {
  position: relative;
  z-index: 4;
  min-height: calc(var(--header-height) + var(--safe-top));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-sm);
  padding-block-start: var(--safe-top);
  padding-inline:
    max(var(--space-md), var(--safe-left))
    max(var(--space-md), var(--safe-right));
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-editorial);
}

.brand {
  min-width: 0;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 1;
  white-space: nowrap;
}

.site-nav {
  display: none;
  align-items: center;
  justify-self: center;
  gap: var(--space-xl);
}

.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--color-muted);
  font-size: var(--text-sm);
  font-weight: 500;
  white-space: nowrap;
  transition:
    color var(--dur-short) var(--ease-out),
    transform var(--dur-micro) var(--ease-out);
}

.site-nav [hidden] {
  display: none;
}

.site-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: var(--space-xs);
}

.theme-toggle {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--color-muted);
  cursor: pointer;
  transition:
    color var(--dur-short) var(--ease-out),
    transform var(--dur-micro) var(--ease-out);
}

.theme-toggle svg {
  width: 1.125rem;
  height: 1.125rem;
}

.theme-toggle__sun,
[data-bs-theme="light"] .theme-toggle__moon {
  display: none;
}

[data-bs-theme="light"] .theme-toggle__sun {
  display: block;
}

.header-login {
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: var(--space-md);
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  color: var(--color-accent-ink);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color var(--dur-short) var(--ease-out),
    transform var(--dur-micro) var(--ease-out);
}

.home-hero {
  padding-inline: var(--page-gutter);
}

.home-hero__copy {
  min-height: clamp(36rem, 70svh, 44rem);
  display: grid;
  place-items: start center;
  padding-block: clamp(6rem, 20svh, 11.5rem) clamp(8rem, 26svh, 15rem);
}

.home-hero__copy-inner {
  width: min(100%, 64rem);
}

.home-hero h1 {
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.home-hero__copy p {
  max-width: 42rem;
  margin: var(--space-xl) auto 0;
  color: var(--color-muted);
  text-align: center;
  font-size: clamp(1.0625rem, 1.4vw, 1.125rem);
  line-height: 1.75;
  text-wrap: balance;
}

[data-bs-theme="dark"] .home-hero__copy p {
  color: var(--color-editorial-copy);
}

.home-hero__actions {
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin: calc(var(--space-xl) - var(--space-xs)) auto 0;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  padding-inline: var(--space-lg);
  border: var(--rule-thin) solid transparent;
  border-radius: var(--radius-pill);
  font-size: var(--text-base);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color var(--dur-short) var(--ease-out),
    color var(--dur-short) var(--ease-out),
    transform var(--dur-micro) var(--ease-out);
}

.button svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button--primary {
  background: var(--color-accent);
  color: var(--color-accent-ink);
}

.button--secondary {
  border-color: var(--color-rule);
  background: var(--color-secondary);
  color: var(--color-ink);
}

.header-login:active,
.button:active,
.theme-toggle:active,
.brand:active,
.site-nav a:active,
.site-footer__download:active {
  transform: translateY(0.0625rem);
}

.button[aria-disabled="true"],
.header-login[aria-disabled="true"],
.theme-toggle:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.product-stage {
  width: min(100%, var(--product-preview-max));
  margin: clamp(-7rem, -12svh, -4rem) auto 0;
}

.product-browser {
  overflow: clip;
  border: var(--rule-thin) solid var(--color-browser-rule);
  border-radius: var(--radius-md);
  background: var(--color-browser-frame);
}

.product-browser__chrome {
  overflow: clip;
  border-radius: calc(var(--radius-md) - var(--rule-thin)) calc(var(--radius-md) - var(--rule-thin)) 0 0;
  color: var(--color-browser-muted);
  background: var(--color-browser-frame);
}

.product-browser__chrome svg {
  fill: none;
}

.product-browser__chrome .chrome-icon {
  width: 1rem;
  height: 1rem;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.product-browser__tabbar,
.product-browser__toolbar,
.product-browser__traffic,
.product-browser__tab,
.product-browser__nav,
.product-browser__address,
.product-browser__tools {
  display: flex;
  align-items: center;
}

.product-browser__tabbar {
  overflow: clip;
  min-height: 2.125rem;
  gap: var(--space-sm);
  padding: var(--space-2xs) var(--space-sm) 0;
  border-radius: inherit;
  background: var(--color-browser-frame);
}

.product-browser__traffic {
  flex: 0 0 auto;
  gap: 0.375rem;
}

.product-browser__traffic span {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  border-radius: var(--radius-pill);
}

.product-browser__traffic .is-close {
  background: var(--color-window-close);
}

.product-browser__traffic .is-minimize {
  background: var(--color-window-minimize);
}

.product-browser__traffic .is-maximize {
  background: var(--color-window-maximize);
}

.product-browser__tab {
  position: relative;
  min-width: 0;
  width: min(9.5rem, 36vw);
  height: 1.875rem;
  align-self: flex-end;
  gap: var(--space-xs);
  padding-inline: var(--space-sm);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  background: var(--color-browser-toolbar);
  color: var(--color-browser-ink-soft);
  font-size: var(--text-xs);
  line-height: 1;
}

.product-browser__tab::before,
.product-browser__tab::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  width: var(--space-xs);
  height: var(--space-xs);
  background: var(--color-browser-frame);
}

.product-browser__tab::before {
  inset-inline-start: calc(0rem - var(--space-xs));
  border-end-end-radius: var(--radius-sm);
  box-shadow: var(--space-2xs) var(--space-2xs) 0 var(--space-2xs) var(--color-browser-toolbar);
}

.product-browser__tab::after {
  inset-inline-end: calc(0rem - var(--space-xs));
  border-end-start-radius: var(--radius-sm);
  box-shadow: calc(0rem - var(--space-2xs)) var(--space-2xs) 0 var(--space-2xs) var(--color-browser-toolbar);
}

.product-browser__tab-title {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-browser__tab > svg,
.product-browser__new-tab,
.product-browser__nav .chrome-icon,
.product-browser__address .chrome-icon,
.product-browser__menu {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.product-browser__new-tab {
  color: var(--color-browser-muted);
}

.product-browser__toolbar {
  min-width: 0;
  min-height: 2.375rem;
  gap: var(--space-sm);
  padding: var(--space-2xs) var(--space-sm);
  background: var(--color-browser-toolbar);
}

.product-browser__nav {
  flex: 0 0 auto;
  gap: var(--space-sm);
}

.product-browser__nav .chrome-icon {
  width: 1rem;
  height: 1rem;
}

.product-browser__address {
  min-width: 0;
  flex: 1;
  justify-content: flex-start;
  gap: var(--space-xs);
  height: 1.625rem;
  padding-inline: var(--space-sm);
  border: var(--rule-thin) solid transparent;
  border-radius: var(--radius-pill);
  background: var(--color-browser-frame);
  color: var(--color-browser-ink-soft);
  font-size: var(--text-xs);
  line-height: 1;
}

.product-browser__url {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-browser__address .product-browser__site-controls {
  width: 1rem;
  height: 1rem;
}

.product-browser__address .product-browser__bookmark {
  width: 0.9375rem;
  height: 0.9375rem;
}

.product-browser__tools {
  flex: 0 0 auto;
  gap: var(--space-sm);
}

.product-browser__tools > .chrome-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.product-browser__profile {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  border-radius: var(--radius-pill);
  background: var(--color-window-profile);
}

.product-browser__menu {
  color: var(--color-browser-muted);
}

.product-preview {
  height: clamp(27rem, 50vw, 32rem);
  overflow: clip;
  border: 0;
  border-radius: 0;
  background: var(--color-browser-canvas);
  color: var(--color-browser-ink);
}

.product-preview__header {
  height: 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: var(--space-sm);
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.product-preview__brand {
  overflow: hidden;
  font-weight: 650;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-preview__tabs {
  display: none;
  align-items: center;
  gap: var(--space-lg);
  color: var(--color-browser-muted);
  font-size: var(--text-sm);
  font-weight: 500;
}

.product-preview__tabs .is-active {
  color: var(--color-browser-ink);
}

.product-preview__account {
  grid-column: 3;
  justify-self: end;
  color: var(--color-browser-muted);
  font-size: var(--text-sm);
}

.product-preview__workspace {
  width: min(calc(100% - 2rem), 42rem);
  margin-inline: auto;
  padding-block: clamp(2rem, 4vw, 2.5rem);
}

.product-preview__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-lg);
}

.product-preview__heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.product-preview__heading p {
  margin-block-start: var(--space-xs);
  color: var(--color-browser-muted);
  font-size: var(--text-sm);
}

.product-preview__create {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: var(--space-md);
  border-radius: var(--radius-pill);
  background: var(--color-browser-accent);
  color: var(--color-browser-accent-ink);
  font-size: var(--text-sm);
  font-weight: 600;
  white-space: nowrap;
}

.product-preview__body {
  min-width: 0;
  margin-block-start: var(--space-xl);
}

.device-list {
  min-width: 0;
  display: grid;
  align-content: start;
}

.device-row {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 4.75rem;
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-sm);
  padding-inline: var(--space-md);
  color: var(--color-browser-ink);
}

.device-row::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: 0;
  inset-inline: calc(0rem - var(--space-sm));
  border-radius: var(--radius-md);
  background: transparent;
  transition: background-color var(--dur-short) var(--ease-out);
}

.device-row__state {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.device-row__dot {
  position: absolute;
  inset: 0.28125rem;
  border-radius: 50%;
  background: var(--color-browser-muted);
  color: var(--color-browser-muted);
}

.device-row__dot[data-state="connected"]::after {
  content: "";
  position: absolute;
  inset: calc(0rem - var(--rule-thin));
  border: var(--rule-thin) solid currentColor;
  border-radius: 50%;
  animation: connection-wave 1.6s var(--ease-out) infinite;
}

.device-row__copy {
  min-width: 0;
  display: grid;
  gap: var(--space-2xs);
}

.device-row__copy strong {
  overflow: hidden;
  font-size: var(--text-base);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-row__copy span {
  color: var(--color-browser-muted);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
}

.device-row__actions {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  color: var(--color-browser-muted);
}

.device-row__actions svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
}

.how-it-works {
  width: min(100%, calc(var(--content-max) + 2 * var(--page-gutter)));
  margin-inline: auto;
  padding: clamp(7rem, 12vw, 11rem) var(--page-gutter) var(--space-4xl);
}

.how-it-works__heading {
  max-width: 58rem;
  margin-inline: auto;
  text-align: center;
}

.how-it-works__heading h2 {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--color-editorial-copy);
  font-family: var(--font-editorial);
  font-size: clamp(2rem, calc(1.648rem + 1.5vw), 4rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.16;
  text-wrap: balance;
}

.feature-stories {
  display: grid;
  gap: clamp(7rem, 12vw, 11rem);
  margin-block-start: clamp(5rem, 9vw, 8rem);
}

.feature-story {
  display: grid;
  align-items: center;
  gap: var(--space-2xl);
}

.feature-story__copy {
  min-width: 0;
}

.feature-story__copy h3 {
  max-width: 20ch;
  color: var(--color-editorial-copy);
  font-family: var(--font-editorial);
  font-size: clamp(1.5rem, calc(1.363rem + 0.5625vw), 2rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.32;
}

.feature-story__copy p {
  max-width: 45ch;
  margin-block-start: var(--space-md);
  color: var(--color-editorial-copy);
  font-family: var(--font-editorial);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.647;
  text-wrap: pretty;
}

.feature-story__media {
  min-width: 0;
  overflow: clip;
  border-radius: 0.25rem;
  background:
    radial-gradient(circle at 12% 18%, var(--color-feature-bloom-light), transparent 34%),
    radial-gradient(circle at 88% 82%, var(--color-feature-bloom-dark), transparent 38%),
    var(--color-feature-backdrop);
}

.feature-visual {
  aspect-ratio: 3 / 2;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 4vw, 3.5rem);
}

.feature-ui {
  width: 100%;
  min-width: 0;
  display: grid;
  align-content: start;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: var(--rule-thin) solid var(--color-feature-border);
  border-radius: var(--radius-md);
  background: var(--color-feature-surface);
  color: var(--color-feature-ink);
  box-shadow: 0 1.5rem 4rem var(--color-feature-shadow);
}

.feature-ui__topline {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  color: var(--color-feature-muted);
  font-size: var(--text-xs);
}

.feature-ui__topline strong {
  color: var(--color-feature-ink);
  font-size: var(--text-sm);
  font-weight: 560;
}

.feature-ui__live,
.connection-state {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
}

.feature-ui__live::before,
.connection-state i {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.usage-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-xl);
  margin-block-start: clamp(1.25rem, 3vw, 2rem);
}

.usage-metrics > div {
  min-width: 0;
  display: grid;
  gap: var(--space-2xs);
}

.usage-metrics span,
.connection-device span,
.dns-summary span {
  color: var(--color-feature-muted-low);
  font-size: var(--text-xs);
}

.usage-metrics strong {
  font-size: clamp(1.25rem, 2.7vw, 2rem);
  font-weight: 520;
  letter-spacing: -0.04em;
}

.usage-metrics small {
  color: var(--color-feature-muted-low);
  font-size: 0.58em;
  font-weight: 500;
  letter-spacing: 0;
}

.usage-chart {
  width: 100%;
  height: auto;
  margin-block-start: clamp(1.25rem, 3vw, 2rem);
  overflow: visible;
  fill: none;
}

.usage-chart__grid {
  stroke: var(--color-feature-border);
  stroke-width: 1;
}

.usage-chart__download,
.usage-chart__upload {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.usage-chart__download {
  stroke: var(--color-feature-chart-primary);
}

.usage-chart__upload {
  stroke: var(--color-feature-chart-secondary);
}

.feature-ui--connection {
  width: min(100%, 36rem);
}

.connection-route {
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) auto;
  align-items: center;
  gap: var(--space-sm);
  margin-block-start: clamp(1.75rem, 4vw, 3rem);
}

.connection-route__endpoint {
  width: clamp(2rem, 5vw, 3rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: var(--rule-thin) solid var(--color-feature-border-strong);
  border-radius: 50%;
  background: var(--color-feature-panel);
  font-size: var(--text-xs);
  font-weight: 650;
}

.connection-route__line {
  position: relative;
  height: var(--rule-thin);
  background: var(--color-feature-route);
}

.connection-route__line::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color-feature-chart-primary);
  transform: translate(-50%, -50%);
}

.connection-device {
  display: grid;
  gap: var(--space-2xs);
  margin-block-start: clamp(1.5rem, 3vw, 2.25rem);
}

.connection-device strong,
.dns-summary strong {
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 540;
  letter-spacing: -0.035em;
}

.connection-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-lg);
  margin-block-start: var(--space-xl);
}

.connection-details div {
  min-width: 0;
  display: grid;
  gap: var(--space-2xs);
}

.connection-details dt {
  color: var(--color-feature-muted-low);
  font-size: var(--text-xs);
}

.connection-details dd {
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: clamp(0.6875rem, 1.4vw, var(--text-sm));
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-ui--dns {
  width: min(100%, 38rem);
  align-self: center;
}

.dns-summary {
  display: grid;
  gap: var(--space-2xs);
  margin-block-start: clamp(1.5rem, 3vw, 2.25rem);
}

.dns-requests {
  display: grid;
  margin-block-start: var(--space-xl);
}

.dns-requests > div {
  min-width: 0;
  min-height: clamp(2.25rem, 4.5vw, 3rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-sm);
  border-block-start: var(--rule-thin) solid var(--color-feature-border);
  color: var(--color-feature-muted);
}

.dns-requests > div:first-child {
  border-block-start: 0;
}

.dns-requests__mark {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color-feature-muted);
}

.dns-requests code {
  overflow: hidden;
  color: var(--color-feature-ink-soft);
  font-family: var(--font-mono);
  font-size: clamp(0.625rem, 1.3vw, var(--text-xs));
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dns-requests em {
  font-size: var(--text-xs);
  font-style: normal;
}

.dns-requests [data-blocked="true"] {
  color: var(--color-feature-blocked);
}

.dns-requests [data-blocked="true"] .dns-requests__mark {
  background: currentColor;
}

.site-footer {
  width: min(100%, calc(var(--content-max) + 2 * var(--page-gutter)));
  display: grid;
  gap: var(--space-3xl);
  margin-inline: auto;
  padding:
    var(--space-2xl)
    var(--page-gutter)
    max(var(--space-xl), var(--safe-bottom));
  color: var(--color-muted);
  font-size: var(--text-sm);
}

.site-footer__statement {
  display: grid;
  align-items: end;
  gap: var(--space-xl);
}

.site-footer__statement h2 {
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-md);
}

.site-footer__download {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--color-ink);
  font-weight: 500;
  white-space: nowrap;
  transition:
    color var(--dur-short) var(--ease-out),
    transform var(--dur-micro) var(--ease-out);
}

@keyframes connection-wave {
  from {
    opacity: 0.52;
    transform: scale(0.45);
  }
  to {
    opacity: 0;
    transform: scale(2.4);
  }
}

@media (min-width: 40rem) {
  .home-hero__actions {
    flex-direction: row;
    align-items: center;
  }

  .product-preview__tabs {
    display: flex;
  }

  .product-preview__workspace {
    width: min(calc(100% - 4rem), 42rem);
  }

}

@media (max-width: 39.9375rem) {
  .product-browser__tabbar,
  .product-browser__toolbar {
    gap: var(--space-xs);
    padding-inline: var(--space-xs);
  }

  .product-browser__tab {
    width: auto;
    flex: 1;
  }

  .product-browser__nav {
    gap: var(--space-xs);
  }

  .product-browser__nav .chrome-icon:nth-child(2) {
    display: none;
  }

  .product-browser__address {
    padding-inline: var(--space-xs);
  }

  .product-browser__tools > .chrome-icon:not(.product-browser__menu) {
    display: none;
  }
}

@media (min-width: 60rem) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    padding-inline:
      max(var(--space-xl), var(--safe-left))
      max(var(--space-xl), var(--safe-right));
  }

  .site-nav {
    position: absolute;
    inset-inline-start: 50vw;
    display: flex;
    transform: translateX(-50%);
  }

  .site-actions {
    grid-column: 3;
  }

  .feature-story {
    grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 6vw, 6rem);
  }

  .feature-story--reverse {
    grid-template-columns: minmax(0, 1.28fr) minmax(16rem, 0.72fr);
  }

  .feature-story--reverse .feature-story__copy {
    grid-column: 2;
    grid-row: 1;
  }

  .feature-story--reverse .feature-story__media {
    grid-column: 1;
    grid-row: 1;
  }

  .site-footer__statement {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover,
  .theme-toggle:hover,
  .site-footer__download:hover {
    color: var(--color-ink);
  }

  .header-login:hover,
  .button--primary:hover {
    transform: translateY(-0.09375rem);
  }

  .button--secondary:hover {
    background: var(--color-secondary-hover);
    transform: translateY(-0.09375rem);
  }

  .device-row:hover::before {
    background: var(--color-browser-row);
  }
}

@media (pointer: coarse) {
  .button {
    min-height: 3rem;
  }
}

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

  .device-row__dot[data-state="connected"]::after {
    animation: none;
    opacity: 0.45;
    transform: scale(1.8);
  }

  .header-login,
  .button,
  .site-nav a,
  .theme-toggle,
  .site-footer__download {
    transition-duration: 0.01ms;
  }

  .header-login:hover,
  .button:hover,
  .theme-toggle:hover,
  .brand:hover,
  .site-nav a:hover,
  .site-footer__download:hover {
    transform: none;
  }
}
