@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("../fonts/space-mono-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("../fonts/space-mono-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #1d1b18;
  --paper: #f3e9d5;
  --flash: #fff9ed;
  --tomato: #e45c43;
  --warm-grey: #aaa49a;
  --silver: #cbc8bf;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --radius-small: 6px;
  --radius-medium: 10px;
  --radius-large: 16px;
  --motion-tap: 80ms;
  --motion-quick: 160ms;
  --motion-standard: 240ms;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { text-decoration-color: var(--tomato); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--tomato); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 100;
  padding: 10px 14px; border-radius: var(--radius-small);
  background: var(--ink); color: var(--flash);
  transform: translateY(-180%);
  transition: transform var(--motion-quick) ease;
}
.skip-link:focus { transform: translateY(0); }

.site-nav {
  min-height: 82px; display: flex; align-items: center;
  justify-content: space-between; gap: var(--space-lg);
}
.studio-mark, .still35-wordmark {
  display: inline-flex; align-items: flex-start; gap: 7px;
  color: var(--ink); font-weight: 500; text-decoration: none;
}
.studio-mark { font-size: 18px; }
.still35-wordmark { font-size: 24px; letter-spacing: -0.04em; line-height: 1; }
.still35-wordmark i {
  width: 7px; height: 7px; margin-top: 1px;
  border-radius: 50%; background: var(--tomato);
}
.still35-wordmark-small { font-size: 19px; }
.still35-wordmark-small i { width: 6px; height: 6px; }
.nav-links, .footer-links { display: flex; align-items: center; gap: var(--space-lg); }
.nav-links a, .footer-links a { text-decoration: none; }
.nav-links a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--tomato); }

.eyebrow, .feature-number, .policy-date {
  margin: 0 0 var(--space-md);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px; line-height: 1.4; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow-light { color: var(--silver); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -0.045em; }
h1 { margin-bottom: var(--space-lg); font-size: clamp(3.7rem, 9vw, 8.4rem); line-height: 0.88; }
h2 { margin-bottom: var(--space-lg); font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 0.95; }
h3 { margin-bottom: var(--space-sm); font-size: 1.45rem; line-height: 1.1; }
.lede {
  max-width: 680px; margin-bottom: var(--space-xl);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.45;
}

.product-hero {
  min-height: calc(100vh - 82px);
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  align-items: center; gap: clamp(48px, 8vw, 112px);
  padding-block: 64px 96px;
}
.hero-copy { max-width: 760px; }
.availability { display: flex; flex-wrap: wrap; gap: var(--space-sm); }
.availability-chip {
  display: inline-flex; align-items: center; min-height: 40px;
  padding: 8px 14px; border: 1px solid rgba(29, 27, 24, 0.2);
  border-radius: var(--radius-small); font-size: 14px;
}
.hero-object {
  position: relative; aspect-ratio: 1; display: grid; place-items: center;
  overflow: hidden; border-radius: var(--radius-large); background: var(--ink);
}
.hero-object img {
  width: 62%; border-radius: var(--radius-medium);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  transform: rotate(-2deg);
  transition: transform var(--motion-standard) ease;
}
.hero-object:hover img { transform: rotate(0deg) scale(1.015); }
.exposure-dot {
  position: absolute; right: 11%; top: 10%; width: 18px; height: 18px;
  border-radius: 50%; background: var(--tomato);
}
.frame-corner {
  position: absolute; width: 58px; height: 58px;
  border-color: rgba(255, 249, 237, 0.72); border-style: solid;
}
.frame-corner-tl { left: 8%; top: 8%; border-width: 3px 0 0 3px; border-radius: 8px 0 0 0; }
.frame-corner-tr { right: 8%; top: 8%; border-width: 3px 3px 0 0; border-radius: 0 8px 0 0; }
.frame-corner-bl { left: 8%; bottom: 8%; border-width: 0 0 3px 3px; border-radius: 0 0 0 8px; }
.frame-corner-br { right: 8%; bottom: 8%; border-width: 0 3px 3px 0; border-radius: 0 0 8px 0; }

.dark-band { background: var(--ink); color: var(--flash); }
.split-section {
  display: grid; grid-template-columns: 1fr 0.9fr;
  gap: clamp(48px, 9vw, 128px); padding-block: clamp(88px, 12vw, 160px);
}
.section-copy {
  align-self: end; max-width: 560px; color: var(--silver);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}
.section-copy p:last-child { margin-bottom: 0; }

.feature-section { padding-block: clamp(88px, 12vw, 160px); }
.section-heading { max-width: 720px; margin-bottom: clamp(48px, 8vw, 88px); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.feature-card, .support-card { border-top: 1px solid rgba(29, 27, 24, 0.28); padding-top: var(--space-lg); }
.feature-card p, .support-card p { max-width: 38ch; color: #514d47; }
.feature-number { display: block; color: var(--tomato); }

.statement-section { background: var(--flash); }
.statement { padding-block: clamp(96px, 14vw, 180px); }
.statement-copy {
  max-width: 920px; margin: 0;
  font-size: clamp(2.5rem, 7vw, 6.5rem);
  line-height: 0.98; letter-spacing: -0.055em;
}
.statement-copy strong { font-weight: 500; color: var(--tomato); }

.download-section {
  display: grid; grid-template-columns: auto 1fr; align-items: center;
  gap: var(--space-xl); padding-block: clamp(88px, 10vw, 140px);
}
.download-section h2 { margin-bottom: var(--space-md); font-size: clamp(2.4rem, 5vw, 4.4rem); }
.download-section p:last-child { margin-bottom: 0; font-size: 1.15rem; }
.download-icon { width: clamp(92px, 12vw, 140px); border-radius: 24px; }

.site-footer {
  padding-block: var(--space-xl);
  border-top: 1px solid rgba(29, 27, 24, 0.18);
  font-size: 14px;
}
.site-footer p { margin: 8px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: var(--space-xl); }
.footer-meta { grid-column: 1 / -1; color: #6b665f; }

.studio-hero {
  min-height: calc(100vh - 160px); display: grid; align-content: center;
  gap: clamp(56px, 10vw, 120px); padding-block: 72px;
}
.studio-hero-copy { max-width: 900px; }
.studio-hero h1 { font-size: clamp(3.8rem, 10vw, 9rem); }
.product-tile {
  display: grid; grid-template-columns: auto 1fr; gap: var(--space-xl);
  align-items: center; max-width: 760px; padding: var(--space-lg);
  border: 1px solid rgba(29, 27, 24, 0.2);
  border-radius: var(--radius-large); text-decoration: none;
  transition: transform var(--motion-quick) ease, background-color var(--motion-quick) ease;
}
.product-tile:hover { transform: translateY(-3px); background: var(--flash); }
.product-tile h2 { margin-bottom: var(--space-xs); font-size: 2.2rem; }
.product-tile p { margin-bottom: var(--space-sm); }
.product-tile-icon img { width: 112px; border-radius: var(--radius-medium); }
.text-link { font-weight: 500; }

.document-main {
  max-width: 980px; padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(88px, 12vw, 144px);
}
.document-hero { max-width: 790px; margin-bottom: clamp(64px, 10vw, 112px); }
.document-hero h1 { font-size: clamp(3.5rem, 9vw, 7.5rem); }
.policy-date { color: #68635c; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px var(--space-xl); }
.support-card h2 { margin-bottom: var(--space-sm); font-size: 1.65rem; line-height: 1.15; }
.contact-panel {
  display: grid; grid-template-columns: 1fr auto; align-items: end;
  gap: var(--space-xl); margin-top: clamp(72px, 10vw, 120px);
  padding: clamp(28px, 5vw, 48px); border-radius: var(--radius-large);
  background: var(--ink); color: var(--flash);
}
.contact-panel h2 { margin-bottom: var(--space-sm); font-size: clamp(2rem, 4vw, 3.6rem); }
.contact-panel p { max-width: 620px; margin-bottom: 0; color: var(--silver); }
.contact-panel .eyebrow { margin-bottom: var(--space-sm); }
.button-link {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 11px 16px; border-radius: var(--radius-small);
  background: var(--flash); color: var(--ink); font-weight: 500;
  text-decoration: none; white-space: nowrap;
  transition: transform var(--motion-tap) ease;
}
.button-link:hover { transform: translateY(-2px); }
.document-note { margin-top: var(--space-xl); }

.policy { max-width: 780px; }
.policy section { margin-bottom: 48px; }
.policy h2 { margin-bottom: var(--space-md); font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.1; }
.policy p, .policy li { font-size: 1.04rem; line-height: 1.7; }
.policy ul { margin: 0; padding-left: 1.25rem; }
.policy li + li { margin-top: var(--space-sm); }

.js [data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity var(--motion-standard) ease, transform var(--motion-standard) ease;
}
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .product-hero, .split-section, .feature-grid, .support-grid, .contact-panel { grid-template-columns: 1fr; }
  .product-hero { min-height: auto; padding-top: 56px; }
  .hero-object { width: min(100%, 560px); justify-self: center; }
  .feature-grid { gap: 48px; }
  .contact-panel { align-items: start; }
  .button-link { justify-self: start; }
}

@media (max-width: 560px) {
  .site-nav { min-height: 72px; }
  .nav-links, .footer-links { gap: var(--space-md); font-size: 14px; }
  .still35-wordmark { font-size: 21px; }
  h1 { font-size: clamp(3.25rem, 17vw, 5.2rem); }
  .product-hero { padding-block: 48px 72px; }
  .hero-object img { width: 68%; }
  .download-section { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { grid-column: 1; }
  .product-tile { grid-template-columns: 1fr; }
  .product-tile-icon img { width: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
}
