:root {
  color-scheme: light;
  --paper: #fbfbf8;
  --paper-soft: #f3f4ef;
  --ink: #071215;
  --muted: #586568;
  --line: #d7ddd8;
  --teal: #0f5b52;
  --teal-deep: #0a3f44;
  --foil: #d79a3d;
  --foil-soft: #f5d28f;
  --charcoal: #10191b;
  --shadow: 0 20px 70px rgb(7 18 21 / 14%);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button {
  font: inherit;
}

.site-header,
.hero,
.section-band,
.providers,
.site-footer {
  padding-inline: clamp(20px, 5vw, 72px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  background: rgb(251 251 248 / 84%);
  border-bottom: 1px solid rgb(215 221 216 / 64%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  font-size: 1.45rem;
  letter-spacing: 0;
}

.brand img {
  display: block;
  border-radius: 8px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  min-width: 0;
  color: #172326;
  font-size: 0.96rem;
  font-weight: 620;
}

.nav a,
.site-footer a,
.text-link {
  transition: color 160ms ease;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--teal-deep);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(24px, 5vw, 86px);
  max-width: 1440px;
  min-height: calc(100svh - 150px);
  margin: 0 auto;
  padding-block: clamp(42px, 6vw, 76px) clamp(24px, 3vw, 42px);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 560px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(5.4rem, 15vw, 11.5rem);
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 830;
}

.hero-lede {
  max-width: 520px;
  margin: 34px 0 18px;
  font-size: clamp(1.8rem, 3vw, 3.05rem);
  line-height: 1.12;
  font-weight: 720;
  letter-spacing: 0;
}

.hero-body {
  max-width: 520px;
  margin: 0;
  color: #263437;
  font-size: clamp(1.04rem, 1.7vw, 1.2rem);
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 730;
  line-height: 1;
  white-space: nowrap;
  overflow-wrap: anywhere;
  box-shadow: 0 10px 22px rgb(7 18 21 / 8%);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button svg,
.copy-button svg,
.provider-icon svg,
.paste svg,
.mic-badge svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.button.secondary {
  background: white;
  color: #10191b;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgb(15 91 82 / 55%);
}

.compatibility {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.proof-strip {
  padding: 0 clamp(20px, 5vw, 72px) clamp(34px, 5vw, 58px);
}

.proof-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.proof-strip p {
  display: grid;
  gap: 6px;
  min-height: 118px;
  margin: 0;
  padding: 22px;
  background: white;
}

.proof-strip strong {
  color: var(--teal-deep);
  font-size: 1.02rem;
  line-height: 1.2;
}

.proof-strip span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 650px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: 7%;
  right: -8%;
  width: min(64vw, 760px);
  aspect-ratio: 1.45;
  border-radius: 50%;
  opacity: 0.48;
  background:
    repeating-radial-gradient(
      ellipse at 47% 52%,
      transparent 0 18px,
      rgb(15 91 82 / 16%) 19px 20px,
      transparent 21px 36px
    );
  transform: rotate(-8deg);
}

.menu-preview {
  position: absolute;
  right: clamp(0px, 5vw, 78px);
  bottom: 8%;
  width: min(92vw, 500px);
  overflow: hidden;
  border: 1px solid rgb(110 119 116 / 42%);
  border-radius: 8px;
  background: rgb(255 255 255 / 92%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.menu-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 44px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: #1d292b;
}

.menu-bar time {
  margin-left: auto;
  font-size: 0.93rem;
  font-weight: 600;
}

.traffic-dot,
.status-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #182225;
}

.traffic-dot.active {
  width: 44px;
  border-radius: 7px;
  background: var(--teal);
}

.status-icon.small {
  width: 18px;
  height: 18px;
}

.status-icon.long {
  width: 28px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid currentColor;
}

.preview-body {
  padding: 24px 30px 10px;
}

.listening-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 18px;
}

.mic-badge,
.provider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mic-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
}

.listening-row strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.wave {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
}

.wave span {
  display: block;
  width: 3px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
  animation: pulse 1.1s ease-in-out infinite;
}

.wave span:nth-child(2n) { height: 16px; animation-delay: 80ms; }
.wave span:nth-child(3n) { height: 7px; animation-delay: 160ms; }
.wave span:nth-child(4n) { height: 20px; animation-delay: 240ms; }

@keyframes pulse {
  0%, 100% { transform: scaleY(0.65); opacity: 0.65; }
  50% { transform: scaleY(1.2); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  border-top: 1px solid var(--line);
  color: #344043;
}

.preview-row strong {
  color: var(--ink);
}

.preview-row.muted {
  color: #475457;
}

kbd {
  min-width: 76px;
  padding: 6px 10px;
  border: 1px solid #c9cfca;
  border-radius: 7px;
  background: #eff1ec;
  color: #121c1f;
  text-align: center;
  font: 700 0.9rem ui-monospace, SFMono-Regular, Menlo, monospace;
}

.section-band,
.providers {
  padding-block: clamp(64px, 9vw, 110px);
  border-top: 1px solid rgb(215 221 216 / 76%);
}

.section-band {
  background: linear-gradient(180deg, #f7f8f4 0%, #fbfbf8 100%);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.workflow {
  background: var(--paper);
}

.workflow .section-heading {
  max-width: var(--max);
  text-align: left;
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.workflow-copy {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 20px;
}

.workflow-copy p {
  margin: 0;
  color: #263437;
  font-size: 1.18rem;
  line-height: 1.52;
}

.workflow-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgb(15 91 82 / 18%);
  border-radius: 8px;
  background: #edf0e8;
  color: var(--teal-deep);
  font: 760 0.92rem ui-monospace, SFMono-Regular, Menlo, monospace;
}

.workflow-steps h3 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.workflow-steps p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.feature-detail {
  background: #f7f8f4;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.detail-grid article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  min-height: 360px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.detail-kicker {
  width: fit-content;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgb(15 91 82 / 18%);
  border-radius: 7px;
  background: #edf0e8;
  color: var(--teal-deep);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.15;
  text-transform: uppercase;
}

.detail-grid h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.detail-grid p:not(.detail-kicker) {
  margin: 0;
  color: #263437;
  font-size: 1.03rem;
}

.detail-grid ul {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.detail-grid li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.detail-grid li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--foil);
  box-shadow: 0 0 0 4px rgb(215 154 61 / 15%);
}

.feature-grid,
.detail-grid,
.privacy-grid,
.faq-list,
.blog-card-grid,
.screenshot-feature,
.provider-grid,
.install-grid {
  max-width: var(--max);
  margin: 0 auto;
}

.screenshots {
  background: #f7f8f4;
}

.screenshot-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.screenshot-feature figure {
  margin: 0;
}

.screenshot-feature img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgb(110 119 116 / 32%);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.screenshot-feature figcaption {
  margin-top: 12px;
  color: #344043;
  font-size: 0.96rem;
  font-weight: 640;
}

.screenshot-primary {
  position: sticky;
  top: 98px;
}

.screenshot-stack {
  display: grid;
  gap: 24px;
}

.screenshot-stack figure {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(180px, 0.28fr);
  gap: 18px;
  align-items: center;
}

.screenshot-stack img {
  max-height: 370px;
  object-fit: contain;
}

.iphone-preview {
  background: var(--paper);
}

.iphone-preview-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.iphone-shot {
  margin: 0;
}

.iphone-shot img {
  display: block;
  width: min(100%, 340px);
  height: auto;
  margin: 0 auto;
  border: 1px solid rgb(110 119 116 / 32%);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.iphone-shot figcaption {
  max-width: 340px;
  margin: 12px auto 0;
  color: #344043;
  font-size: 0.96rem;
  font-weight: 640;
}

.iphone-copy {
  min-width: 0;
}

.iphone-copy h3 {
  margin: 14px 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.iphone-copy p {
  margin: 0;
  color: #263437;
  font-size: 1.06rem;
}

.iphone-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.iphone-proof-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.iphone-proof-grid h4 {
  margin: 0 0 12px;
  color: var(--teal-deep);
  font-size: 1.06rem;
}

.iphone-proof-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #263437;
}

.iphone-note {
  padding: 18px 20px;
  border: 1px solid rgb(15 91 82 / 22%);
  border-radius: 8px;
  background: rgb(15 91 82 / 7%);
}

.iphone-copy .button {
  margin-top: 22px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-grid article,
.privacy-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.feature-grid article {
  padding: 28px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #edf0e8;
  color: var(--teal);
  box-shadow: inset 0 0 0 1px rgb(15 91 82 / 8%);
}

.feature-icon.keycap {
  font: 760 1.08rem ui-monospace, SFMono-Regular, Menlo, monospace;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.paste svg,
.provider-icon svg {
  color: currentColor;
}

.feature-grid h3,
.privacy-grid h3,
.provider-grid h3,
.install-grid h3 {
  margin: 0 0 8px;
  font-size: 1.28rem;
  letter-spacing: 0;
}

.feature-grid p,
.privacy-grid p,
.provider-grid p,
.install-grid p {
  margin: 0;
  color: var(--muted);
}

.feature-grid ul,
.provider-grid ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feature-grid li,
.provider-grid li {
  position: relative;
  padding-left: 24px;
  color: #263437;
}

.feature-grid li::before,
.provider-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.provider-link {
  display: inline-flex;
  margin-top: 18px;
}

.reliability-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(260px, 0.72fr);
  gap: 18px;
  max-width: var(--max);
  margin: 24px auto 0;
  padding: 24px 28px;
  border: 1px solid rgb(15 91 82 / 22%);
  border-radius: 8px;
  background: rgb(15 91 82 / 7%);
  color: #203033;
}

.reliability-note strong {
  color: var(--teal-deep);
}

.reliability-note span {
  color: #344043;
}

.providers {
  background: var(--paper);
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.provider-grid article {
  min-height: 320px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.provider-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  box-shadow: inset 0 -16px 24px rgb(7 18 21 / 16%);
}

.privacy {
  background: #f7f8f4;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.privacy-grid article {
  padding: 26px;
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 760;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgb(15 91 82 / 18%);
  border-radius: 7px;
  background: #edf0e8;
  color: var(--teal-deep);
  font: 760 1.1rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

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

.faq-list p {
  max-width: 820px;
  margin: -4px 26px 24px;
  color: var(--muted);
  font-size: 1.02rem;
}

.blog-preview,
.blog-index-hero {
  background: #f7f8f4;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.blog-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  min-height: 300px;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  font-size: clamp(1.42rem, 2.2vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.blog-card p:not(.detail-kicker) {
  margin: 0;
  color: #263437;
}

.blog-more {
  max-width: var(--max);
  margin: 24px auto 0;
  text-align: center;
}

.article-page {
  padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 72px) clamp(76px, 9vw, 120px);
  background: linear-gradient(180deg, #f7f8f4 0%, #fbfbf8 34%);
}

.article-hero,
.article-body {
  max-width: 840px;
  margin: 0 auto;
}

.article-hero {
  display: grid;
  gap: 16px;
  padding-bottom: clamp(28px, 5vw, 54px);
}

.article-hero h1 {
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.article-hero p:not(.detail-kicker) {
  max-width: 720px;
  margin: 0;
  color: #263437;
  font-size: clamp(1.12rem, 2vw, 1.32rem);
}

.article-body {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgb(7 18 21 / 5%);
}

.article-body h2 {
  margin: 44px 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin: 30px 0 10px;
  font-size: 1.28rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.article-body p,
.article-body li {
  color: #263437;
  font-size: 1.05rem;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body ul,
.article-body ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding-left: 24px;
}

.article-body a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-table-wrap {
  overflow-x: auto;
  margin: 22px 0 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-body table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.article-body th,
.article-body td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-body th {
  background: #edf0e8;
  color: var(--teal-deep);
  font-size: 0.92rem;
}

.article-body tr:last-child td {
  border-bottom: 0;
}

.article-callout {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin: 36px 0 8px;
  padding: 20px 22px;
  border: 1px solid rgb(15 91 82 / 22%);
  border-radius: 8px;
  background: rgb(15 91 82 / 7%);
  color: #203033;
}

.install-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.terminal-card {
  min-width: 0;
  padding-right: clamp(0px, 4vw, 58px);
  border-right: 1px solid var(--line);
}

.terminal {
  position: relative;
  margin: 20px 0 16px;
  padding: 22px 60px 22px 22px;
  border-radius: 8px;
  background: var(--charcoal);
  color: #edf5ee;
  box-shadow: 0 18px 36px rgb(7 18 21 / 18%);
}

.terminal code {
  display: block;
  overflow-x: auto;
  font: 650 0.94rem/1.65 ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.copy-button {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 7px;
  background: rgb(255 255 255 / 8%);
  color: white;
  cursor: pointer;
}

.copy-button.copied {
  color: var(--foil-soft);
  border-color: rgb(245 210 143 / 55%);
}

.download-card {
  display: grid;
  gap: 18px;
  justify-items: start;
  min-width: 0;
}

.download-card .button {
  margin-top: 4px;
}

.download-card .release-proof {
  margin-top: 0;
  font-size: 0.94rem;
}

.text-link {
  color: var(--teal);
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 36px;
  padding-block: 48px;
  background: #111c1f;
  color: white;
}

.site-footer p {
  max-width: 280px;
  margin: 12px 0 0;
  color: rgb(255 255 255 / 72%);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-end;
  gap: 18px 28px;
  color: rgb(255 255 255 / 80%);
  font-weight: 650;
}

.footer-brand img {
  background: white;
}

@media (max-width: 980px) {
  .hero {
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

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

  .hero-visual::before {
    top: 0;
    right: -24%;
    width: min(112vw, 720px);
  }

  .menu-preview {
    right: 0;
    bottom: 0;
  }

  .proof-strip-inner,
  .workflow-layout,
    .detail-grid,
    .feature-grid,
    .privacy-grid,
    .blog-card-grid,
    .screenshot-feature,
    .provider-grid,
    .install-grid {
    grid-template-columns: 1fr 1fr;
  }

  .terminal-card {
    padding-right: 0;
    border-right: 0;
  }

  .workflow-copy {
    position: static;
  }

}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px;
  }

  .nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding-bottom: 4px;
  }

  .hero {
    gap: 16px;
    padding-block: 22px 0;
    overflow: visible;
  }

  .hero-copy,
  .hero-visual {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(4.3rem, 18vw, 5.4rem);
  }

  .hero-lede {
    margin: 18px 0 12px;
    font-size: clamp(1.45rem, 7vw, 1.85rem);
  }

  .hero-body {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    margin-top: 20px;
  }

  .button {
    min-height: 48px;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .compatibility {
    margin-top: 14px;
  }

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

  .hero-visual::before {
    top: 8%;
    right: -42%;
    width: 138vw;
  }

  .menu-preview {
    width: 100%;
    max-width: 100%;
  }

  .menu-bar {
    height: 32px;
    padding-inline: 14px;
  }

  .preview-body {
    padding: 10px 16px 4px;
  }

  .listening-row {
    gap: 10px;
    padding-bottom: 6px;
  }

  .mic-badge {
    width: 38px;
    height: 38px;
  }

  .listening-row strong {
    margin-bottom: 4px;
    font-size: 1rem;
  }

  .preview-row {
    min-height: 32px;
    font-size: 0.92rem;
  }

  kbd {
    min-width: 64px;
    padding: 5px 8px;
    font-size: 0.82rem;
  }

  .proof-strip-inner,
  .workflow-layout,
    .detail-grid,
    .feature-grid,
    .privacy-grid,
    .blog-card-grid,
    .screenshot-feature,
    .provider-grid,
    .install-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    padding-bottom: 28px;
  }

  .proof-strip p {
    min-height: 0;
  }

  .workflow .section-heading {
    text-align: center;
  }

  .workflow-copy {
    gap: 14px;
  }

  .workflow-copy p {
    font-size: 1.02rem;
  }

  .workflow-steps li {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }

  .workflow-steps li > span {
    width: 44px;
    height: 44px;
  }

  .detail-grid article {
    min-height: 0;
  }

  .screenshot-primary {
    position: static;
  }

  .screenshot-stack figure {
    grid-template-columns: 1fr;
  }

  .iphone-preview-layout,
  .iphone-proof-grid {
    grid-template-columns: 1fr;
  }

  .iphone-shot {
    order: 2;
  }

  .iphone-copy {
    order: 1;
  }

  .reliability-note {
    grid-template-columns: 1fr;
  }

  .feature-grid article,
  .privacy-grid article,
  .provider-grid article {
    min-height: 0;
    padding: 24px;
  }

  .faq-list summary {
    padding: 20px 22px;
    font-size: 1.02rem;
  }

  .faq-list p {
    margin: -2px 22px 22px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 500px) {
  .site-header,
  .hero,
  .proof-strip {
    width: min(100%, 390px);
    margin-inline: 0 auto;
    padding-inline: 20px;
  }

  .hero-visual::before {
    right: auto;
    left: 0;
    width: 100%;
  }
}
