:root {
  color-scheme: light;
  --paper: #f3f0e8;
  --paper-deep: #e7e2d6;
  --ink: #161922;
  --ink-soft: #4c4f58;
  --line: #cbc5b8;
  --accent: #564fe1;
  --accent-dark: #3933a8;
  --night: #171a22;
  --night-soft: #252833;
  --white: #fffefa;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 28px 70px rgba(24, 27, 38, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

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

h1,
h2 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(4rem, 9vw, 8.7rem);
  margin-bottom: 30px;
}

h2 {
  font-size: clamp(2.7rem, 5.2vw, 5.4rem);
  margin-bottom: 28px;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  width: min(calc(100% - 40px), var(--max));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 750;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand img,
.footer-brand img {
  border-radius: 11px;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-size: 0.9rem;
}

.site-header nav a,
.site-footer nav a {
  text-decoration: none;
}

.site-header nav a:hover,
.site-footer nav a:hover,
.text-link:hover {
  color: var(--accent-dark);
}

.release-pill {
  border: 1px solid var(--line);
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-decoration: none;
  white-space: nowrap;
}

.section-shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(450px, 1.06fr);
  align-items: center;
  gap: clamp(38px, 7vw, 100px);
  padding-block: 70px 90px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #b6b3ff;
}

.hero-lede {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: clamp(1.15rem, 2vw, 1.43rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}

.store-links-hero {
  margin: -12px 0 30px;
}

.store-links a,
.store-link-coming-soon {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 7px;
}

.store-link-coming-soon {
  cursor: default;
}

.store-links a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.store-links img {
  width: auto;
  height: 40px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 720;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

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

.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  border-color: var(--line);
  background: transparent;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  list-style: none;
}

.hero-facts li::before {
  content: "•";
  margin-right: 8px;
  color: var(--accent);
}

.hero-visual {
  position: relative;
  min-height: 790px;
}

.hero-macbook {
  position: absolute;
  z-index: 3;
  bottom: 90px;
  left: -3%;
  width: min(390px, 72%);
  aspect-ratio: 16 / 10;
  transform: rotate(-1.4deg);
  transform-origin: center bottom;
}

.hero-mac-screen {
  position: absolute;
  inset: 0 2% 8%;
  overflow: hidden;
  border: 6px solid #15161b;
  border-radius: 18px 18px 7px 7px;
  background: #202124;
  box-shadow: 0 25px 55px rgba(28, 27, 34, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-mac-screen::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 3px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #454751;
  transform: translateX(-50%);
}

.hero-browser-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 7px;
  align-items: center;
  height: 14%;
  padding: 0 4%;
  color: #d8d9dd;
  background: #303134;
  font-size: clamp(0.32rem, 0.52vw, 0.45rem);
}

.hero-browser-dots {
  display: flex;
  gap: 3px;
}

.hero-browser-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #777982;
}

.hero-browser-dots i:first-child {
  background: #e15a54;
}

.hero-browser-address {
  justify-self: center;
  min-width: 54%;
  padding: 3px 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #242529;
  color: #bfc1c7;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-browser-camera {
  color: #8ab4f8;
  font-size: 0.7em;
}

.hero-meet-grid {
  position: absolute;
  inset: 18% 3% 4%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.hero-meet-grid > span {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #4b4d55;
  border-radius: 7px;
  background: #34363d;
}

.hero-meet-grid > span:nth-child(2) {
  background: #343b50;
}

.hero-meet-grid > span:nth-child(3) {
  background: #493943;
}

.hero-meet-grid > span:nth-child(4) {
  background: #30433f;
}

.hero-meet-grid b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #ecedf0;
  background: #666a75;
  font-size: clamp(0.42rem, 0.7vw, 0.6rem);
  letter-spacing: 0.03em;
}

.hero-meet-grid small {
  position: absolute;
  bottom: 5px;
  left: 7px;
  color: #d5d6da;
  font-size: clamp(0.27rem, 0.42vw, 0.36rem);
}

.hero-desktop-note {
  position: absolute;
  z-index: 4;
  top: 29%;
  right: 9%;
  width: 58%;
  padding: 5.5% 6% 6.5%;
  border: 1px solid rgba(203, 196, 255, 0.64);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(31, 27, 42, 0.54);
  box-shadow: 0 16px 35px rgba(7, 6, 14, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
}

.hero-desktop-note-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 6px;
  align-items: center;
  margin-bottom: 7%;
  padding-bottom: 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-desktop-note-bar img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.hero-desktop-note-bar strong {
  font-size: clamp(0.4rem, 0.66vw, 0.56rem);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.72);
}

.hero-desktop-note-bar span {
  color: #bdb5ff;
  font-size: clamp(0.23rem, 0.36vw, 0.31rem);
  font-weight: 780;
  letter-spacing: 0.09em;
}

.hero-desktop-note > p {
  margin: 0 0 5%;
  padding-left: 11px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.36rem, 0.58vw, 0.5rem);
  line-height: 1.28;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.78);
}

.hero-desktop-note > p::before {
  content: "•";
  display: inline-block;
  width: 11px;
  margin-left: -11px;
  color: #bdb5ff;
}

.hero-mac-base {
  position: absolute;
  right: -3%;
  bottom: 3%;
  left: -3%;
  height: 6%;
  border-radius: 3px 3px 16px 16px;
  background: #b8bac0;
  box-shadow: 0 8px 14px rgba(28, 27, 34, 0.18);
}

.hero-mac-base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 44%;
  width: 12%;
  height: 35%;
  border-radius: 0 0 5px 5px;
  background: #91939a;
}

.phone-shot {
  position: absolute;
  overflow: hidden;
  border: 7px solid #08090d;
  border-radius: 52px;
  background: #0f1118;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone-shot::before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 9px;
  left: 50%;
  width: 29%;
  height: 19px;
  border-radius: 999px;
  background: #020205;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 2px 8px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
}

.phone-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-shot-main {
  z-index: 1;
  left: 5%;
  bottom: 88px;
  width: min(260px, 46%);
  aspect-ratio: 942 / 2048;
  opacity: 0.88;
}

.phone-shot-side {
  z-index: 2;
  right: 0;
  top: 0;
  width: min(350px, 61%);
  aspect-ratio: 942 / 2048;
  opacity: 1;
}

.prompt-demo {
  color: #fff;
  background: #11131a;
}

.demo-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.5%;
  padding: 0 9%;
  font-size: clamp(0.52rem, 0.8vw, 0.7rem);
  font-weight: 700;
}

.demo-status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.08em;
}

.demo-cellular {
  display: flex;
  align-items: flex-end;
  gap: 1px;
  height: 9px;
}

.demo-cellular i {
  display: block;
  width: 2px;
  border-radius: 2px;
  background: #fff;
}

.demo-cellular i:nth-child(1) { height: 3px; }
.demo-cellular i:nth-child(2) { height: 5px; }
.demo-cellular i:nth-child(3) { height: 7px; }
.demo-cellular i:nth-child(4) { height: 9px; }

.demo-wifi {
  position: relative;
  width: 13px;
  height: 8px;
  border-top: 2px solid #fff;
  border-radius: 50%;
}

.demo-wifi::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 7px;
  height: 5px;
  border-top: 2px solid #fff;
  border-radius: 50%;
}

.demo-wifi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}

.demo-battery {
  position: relative;
  width: 17px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1.5px #11131a;
  background: #fff;
}

.demo-battery::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -3px;
  width: 2px;
  height: 3px;
  border-radius: 0 2px 2px 0;
  background: rgba(255, 255, 255, 0.72);
}

.demo-prompt-bar {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 7px;
  height: 9%;
  margin: 0 5%;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.demo-prompt-bar small,
.demo-prompt-bar strong {
  display: block;
}

.demo-prompt-bar small {
  color: #b7b7c0;
  font-size: clamp(0.3rem, 0.45vw, 0.4rem);
  letter-spacing: 0.18em;
}

.demo-prompt-bar strong {
  margin-top: 1px;
  font-size: clamp(0.42rem, 0.62vw, 0.58rem);
}

.demo-close {
  padding-right: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: clamp(0.8rem, 1.2vw, 1rem);
}

.demo-source-icon {
  color: #9d92ff;
}

.demo-webpage {
  position: absolute;
  inset: 17% 0 0;
  overflow: hidden;
  color: #17181e;
  text-align: center;
  background: #f5f5f7;
}

.demo-web-capture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.demo-web-product {
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  height: 58%;
  object-fit: cover;
  object-position: center;
}

.demo-prompt-card {
  position: absolute;
  z-index: 2;
  top: 39%;
  right: 11%;
  left: 11%;
  height: 30%;
  overflow: hidden;
  border: 1px solid rgba(157, 146, 255, 0.68);
  border-radius: 15px;
  background: rgba(17, 19, 32, 0.76);
  box-shadow: 0 16px 36px rgba(13, 10, 43, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(3px);
}

.demo-copy-window {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 11% 10%;
  text-align: left;
}

.demo-copy-window::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 39%;
  right: 5%;
  left: 5%;
  height: 23%;
  border: 1px solid rgba(157, 146, 255, 0.58);
  border-radius: 9px;
  background: rgba(116, 101, 255, 0.1);
  box-shadow: 0 0 18px rgba(91, 75, 218, 0.12);
  pointer-events: none;
}

.demo-copy {
  position: relative;
  z-index: 1;
  animation: demo-scroll 18s linear infinite;
}

.demo-copy p {
  margin: 0 0 0.75em;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(0.49rem, 0.76vw, 0.67rem);
  line-height: 1.34;
}

.demo-copy .demo-copy-title {
  color: #c9c3ff;
  font-weight: 750;
}

@keyframes demo-scroll {
  from { transform: translateY(22%); }
  to { transform: translateY(-54%); }
}

.platform-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 22px max(20px, calc((100vw - var(--max)) / 2));
  border-block: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.platform-strip p {
  margin: 0;
}

.platform-strip p:last-child {
  text-align: right;
}

.platform-strip ul {
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 780;
  list-style: none;
}

.use-cases {
  padding-block: 140px 120px;
}

.use-cases-intro {
  align-items: start;
}

.use-cases-intro > div {
  grid-column: 1;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
}

.use-case-grid article {
  min-height: 330px;
  padding: 38px 42px 44px 0;
  border-bottom: 1px solid var(--line);
}

.use-case-grid article:nth-child(odd) {
  padding-right: 64px;
  border-right: 1px solid var(--line);
}

.use-case-grid article:nth-child(even) {
  padding-left: 64px;
}

.use-case-label,
.source-icon {
  display: block;
  margin-bottom: 42px;
  color: var(--accent-dark);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.use-case-grid h3 {
  max-width: 420px;
  margin-bottom: 20px;
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.use-case-grid p {
  max-width: 510px;
  margin: 0;
  color: var(--ink-soft);
}

.mac-focus {
  padding-block: 120px;
  border-block: 1px solid var(--line);
  background: var(--paper-deep);
}

.mac-focus-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.mac-demo {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid #474955;
  border-radius: 30px;
  background: var(--night);
  box-shadow: var(--shadow);
}

.meeting-grid {
  position: absolute;
  inset: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.meeting-grid span {
  position: relative;
  overflow: hidden;
  border: 1px solid #454854;
  border-radius: 16px;
  background: #292c36;
}

.meeting-grid span::before,
.meeting-grid span::after,
.meeting-grid i {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px;
  background: #555966;
  transform: translateX(-50%);
}

.meeting-grid span::before {
  top: 22%;
  width: 54px;
  height: 54px;
}

.meeting-grid span::after {
  top: 49%;
  width: 118px;
  height: 82px;
}

.meeting-grid i {
  right: 12px;
  bottom: 12px;
  left: auto;
  width: 9px;
  height: 9px;
  background: #9a9da8;
  transform: none;
}

.floating-note {
  position: absolute;
  right: 7%;
  top: 15%;
  width: 72%;
  padding: 26px 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 22px;
  background: rgba(239, 230, 235, 0.82);
  color: #24212a;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.floating-note-bar {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(27, 24, 34, 0.2);
  font-size: 0.82rem;
}

.window-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e45b55;
}

.pin-mark {
  margin-left: auto;
  color: #55505d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.floating-note > p {
  margin-bottom: 18px;
  padding-left: 22px;
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.25;
}

.floating-note > p::before {
  content: "•";
  display: inline-block;
  width: 22px;
  margin-left: -22px;
  color: var(--accent-dark);
}

.mac-focus-copy h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.mac-focus-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.plain-feature-list {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plain-feature-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.plain-feature-list li::before {
  content: "↳";
  margin-right: 11px;
  color: var(--accent-dark);
}

.story {
  padding-block: 140px;
}

.section-intro {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 80px;
}

.section-intro .eyebrow,
.section-intro h2 {
  grid-column: 1;
}

.section-intro > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  color: var(--ink-soft);
}

.section-intro.compact {
  max-width: 920px;
}

.feature-ledger {
  border-top: 1px solid var(--ink);
}

.feature-ledger article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 30px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.feature-ledger article > div {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 50px;
}

.feature-number {
  color: var(--accent-dark);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.8rem;
}

.feature-ledger h3,
.feature-ledger p {
  margin: 0;
}

.feature-ledger p {
  color: var(--ink-soft);
}

.prompt-section {
  overflow: hidden;
  background: var(--night);
  color: #f5f4ef;
}

.prompt-layout {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 0.68fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
  padding-block: 110px;
}

.prompt-copy > p:not(.eyebrow):not(.fine-print) {
  max-width: 680px;
  color: #c7c8cf;
  font-size: 1.2rem;
}

.prompt-details {
  margin: 55px 0 42px;
  border-top: 1px solid #3f4351;
}

.prompt-details div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #3f4351;
}

.prompt-details dt {
  color: #9d9fa9;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prompt-details dd {
  margin: 0;
}

.fine-print {
  color: #91939e;
  font-size: 0.78rem;
}

.prompt-phone {
  margin: 0;
}

.prompt-phone picture {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 7px solid #07080c;
  border-radius: 30px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
}

.prompt-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 92%;
}

.prompt-phone figcaption {
  margin-top: 16px;
  color: #8f919b;
  font-size: 0.78rem;
  text-align: center;
}

.source-section {
  padding-block: 140px;
}

.source-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 76px;
}

.source-heading .eyebrow,
.source-heading h2 {
  grid-column: 1;
}

.source-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--ink-soft);
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--ink);
}

.source-grid article {
  min-height: 390px;
  padding: 30px 24px 34px;
  border-right: 1px solid var(--line);
}

.source-grid article:first-child {
  padding-left: 0;
}

.source-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.source-grid h3 {
  margin-bottom: 18px;
}

.source-grid p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.privacy-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  padding-block: 140px;
}

.privacy-statement h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.privacy-points {
  padding-top: 34px;
}

.privacy-points p {
  padding: 0 0 26px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}

.privacy-points strong {
  color: var(--ink);
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 720;
}

.plans {
  padding-block: 120px;
  border-top: 1px solid var(--line);
}

.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.plan {
  min-height: 480px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.plan-pro {
  background: var(--ink);
  color: var(--white);
}

.plan-name {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-pro .plan-name {
  color: #aaa7ff;
}

.plan h3 {
  max-width: 430px;
  margin-bottom: 36px;
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.28);
}

.plan li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--accent);
  font-weight: 800;
}

.plan-pro li::before {
  color: #aaa7ff;
}

.plan-note {
  margin-top: 30px;
  color: #aeb0b8;
  font-size: 0.8rem;
}

.faq {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
  padding-block: 130px;
}

.faq h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  font-weight: 720;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--accent-dark);
  font-size: 1.5rem;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 760px;
  padding: 0 44px 24px 0;
  color: var(--ink-soft);
}

.closing {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding-block: 60px;
  border-top: 1px solid var(--line);
}

.closing img {
  border-radius: 22px;
}

.closing h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

.closing .store-links {
  margin-top: 24px;
}

.closing .eyebrow {
  margin-bottom: 10px;
}

.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 38px 0 50px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: var(--ink);
}

.site-footer nav {
  display: flex;
  gap: 22px;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
}

.site-footer .apple-credit {
  max-width: 920px;
  color: #747780;
  font-size: 0.7rem;
}

.legal-shell,
.support-shell {
  width: min(calc(100% - 40px), 980px);
  margin: 0 auto;
  padding: 100px 0 140px;
}

.legal-header,
.support-header {
  max-width: 850px;
  margin-bottom: 90px;
}

.legal-header h1,
.support-header h1 {
  font-size: clamp(3.5rem, 8vw, 7rem);
}

.legal-date {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-summary,
.support-header > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.25rem;
}

.legal-content {
  max-width: 790px;
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 18px;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 760;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.legal-content h3 {
  margin: 24px 0 8px;
  font-size: 1rem;
}

.legal-content p {
  color: var(--ink-soft);
}

.legal-content a {
  color: var(--accent-dark);
}

.support-header .button {
  margin-top: 18px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
  border-top: 1px solid var(--ink);
}

.support-grid article {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.support-grid h2 {
  margin-bottom: 12px;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 760;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.support-grid p {
  color: var(--ink-soft);
}

.diagnostic-note {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  margin-top: 90px;
  padding: 48px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.diagnostic-note h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.diagnostic-note ul {
  margin: 0;
  padding-left: 20px;
  color: #c5c7ce;
}

@media (max-width: 980px) {
  .release-pill {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    min-height: 790px;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-macbook {
    bottom: 2px;
  }

  .section-intro,
  .source-heading,
  .privacy-section,
  .faq {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .section-intro > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .source-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .mac-focus-layout {
    grid-template-columns: 1fr;
  }

  .mac-demo {
    max-width: 760px;
  }

  .source-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .source-grid article:nth-child(3) {
    border-right: 0;
  }

  .source-grid article:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .prompt-layout {
    grid-template-columns: 1fr 360px;
    gap: 45px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .site-header nav {
    width: 100%;
    order: 2;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    padding-top: 50px;
  }

  h1 {
    font-size: clamp(3.7rem, 18vw, 6.2rem);
  }

  .hero-visual {
    min-height: 680px;
  }

  .phone-shot-main {
    left: 0;
    bottom: 100px;
    width: 43%;
  }

  .phone-shot-side {
    right: 0;
    width: 61%;
  }

  .hero-macbook {
    left: -1%;
    width: 73%;
  }

  .platform-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .platform-strip p:last-child {
    text-align: left;
  }

  .platform-strip ul {
    justify-content: space-between;
  }

  .story,
  .use-cases,
  .source-section,
  .privacy-section,
  .plans,
  .faq {
    padding-block: 90px;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .use-case-grid article,
  .use-case-grid article:nth-child(odd),
  .use-case-grid article:nth-child(even) {
    min-height: 0;
    padding: 34px 0 40px;
    border-right: 0;
  }

  .use-case-label,
  .source-icon {
    margin-bottom: 24px;
  }

  .mac-focus {
    padding-block: 90px;
  }

  .mac-demo {
    min-height: 470px;
  }

  .feature-ledger article {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .feature-ledger article > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .prompt-layout {
    grid-template-columns: 1fr;
  }

  .prompt-phone {
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .source-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .source-grid article,
  .source-grid article:first-child,
  .source-grid article:last-child {
    min-height: 330px;
    padding: 28px 24px;
    border-right: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }

  .source-grid article:nth-child(odd) {
    padding-left: 0;
  }

  .source-grid article:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }

  .source-grid article:nth-child(-n + 2) {
    border-top: 0;
  }

  .plan-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .closing {
    grid-template-columns: auto 1fr;
  }

  .closing .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

  .site-footer nav,
  .site-footer > p {
    grid-column: 1;
  }

  .diagnostic-note {
    grid-template-columns: 1fr;
    padding: 32px 26px;
  }
}

@media (max-width: 480px) {
  .section-shell,
  .site-header,
  .site-footer,
  .legal-shell,
  .support-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 610px;
  }

  .mac-demo {
    min-height: 400px;
    border-radius: 22px;
  }

  .meeting-grid {
    inset: 14px;
    gap: 8px;
  }

  .floating-note {
    right: 5%;
    top: 12%;
    width: 84%;
    padding: 20px 18px 24px;
  }

  .floating-note-bar {
    margin-bottom: 24px;
  }

  .floating-note > p {
    font-size: 1.05rem;
  }

  .phone-shot {
    border-width: 5px;
    border-radius: 38px;
  }

  .phone-shot::before {
    top: 6px;
    height: 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .prompt-details div {
    grid-template-columns: 90px 1fr;
  }

  .source-grid {
    grid-template-columns: 1fr;
  }

  .source-grid article,
  .source-grid article:first-child,
  .source-grid article:last-child,
  .source-grid article:nth-child(odd),
  .source-grid article:nth-child(even) {
    min-height: 0;
    padding: 28px 0 32px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .source-grid article:first-child {
    border-top: 0;
  }

  .plan {
    min-height: auto;
    padding: 28px 22px;
  }

  .legal-shell,
  .support-shell {
    padding-top: 64px;
  }
}

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

  .button {
    transition: none;
  }

  .demo-copy {
    animation: none;
    transform: translateY(0);
  }
}
