:root {
  --ink: #071610;
  --muted: #4d5a54;
  --soft: #718078;
  --line: #d7dfda;
  --paper: #ffffff;
  --wash: #f2f8f5;
  --green: #005333;
  --green-2: #0d6a45;
  --green-soft: #eaf5ef;
  --tomato: #c91515;
  --gold: #f2a900;
  --shadow: 0 18px 44px rgba(7, 22, 16, 0.09);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 6%, rgba(0, 83, 51, 0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 45%, #ffffff 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: var(--green);
  text-decoration: none;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shell {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
}

.site-header {
  border-bottom: 1px solid rgba(7, 22, 16, 0.1);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 62px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 83, 51, 0.15);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  font-size: 12px;
  font-weight: 760;
}

.nav a {
  color: #081b13;
  white-space: nowrap;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--green);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(0, 83, 51, 0.45);
  border-radius: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.contact-link svg {
  width: 18px;
  height: 18px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(392px, 0.88fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 500px;
  padding: 28px 0;
}

.hero-copy h1,
h1 {
  margin: 0;
  color: var(--green);
  font-size: clamp(54px, 6.8vw, 78px);
  font-weight: 840;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-subtitle,
.lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: #0a1712;
  font-size: clamp(21px, 2.45vw, 28px);
  font-weight: 520;
  line-height: 1.18;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 500px;
  margin-top: 34px;
}

.feature {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #101b16;
  font-size: 13px;
  font-weight: 560;
  line-height: 1.35;
  text-align: center;
}

.line-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--green);
}

.line-icon.sm {
  width: 24px;
  height: 24px;
}

.line-icon.accent {
  color: var(--gold);
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  max-width: 500px;
  margin-top: 30px;
}

.action-card {
  display: inline-flex;
  grid-column: span 2;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #cbd4cf;
  border-radius: 8px;
  background: #ffffff;
  color: #111c17;
  box-shadow: 0 8px 18px rgba(7, 22, 16, 0.025);
  font-size: 14px;
  font-weight: 800;
}

.action-card.primary {
  border-color: var(--green);
  background: var(--green);
  color: #ffffff;
}

.action-card.danger {
  border-color: rgba(201, 21, 21, 0.5);
  color: var(--tomato);
}

.action-card.wide {
  grid-column: span 3;
}

.hero-art {
  display: grid;
  justify-items: end;
}

.hero-art img {
  display: block;
  width: min(100%, 430px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(7, 22, 16, 0.06));
}

.resource-section {
  padding: 20px 0 22px;
  border-top: 1px solid rgba(7, 22, 16, 0.08);
  background: #f8faf9;
}

.section-heading {
  margin-bottom: 16px;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.8vw, 30px);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

p,
li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

p {
  margin: 0 0 14px;
}

.section-heading p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.38;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.resource-card,
.info-card,
.faq-item,
.suggestion,
.step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.resource-card {
  display: grid;
  min-height: 180px;
  padding: 15px 14px 15px;
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(7, 22, 16, 0.025);
}

.resource-card:hover {
  border-color: rgba(0, 83, 51, 0.35);
  box-shadow: 0 18px 34px rgba(7, 22, 16, 0.07);
  transform: translateY(-1px);
}

.card-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  color: var(--green);
}

.delete-card .card-icon,
.delete-card em {
  color: var(--tomato);
}

.review-card .card-icon {
  color: var(--gold);
}

.resource-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 830;
  line-height: 1.12;
}

.resource-card span:not(.card-icon) {
  color: var(--muted);
  font-size: 11.4px;
  line-height: 1.28;
}

.resource-card em {
  align-self: end;
  margin-top: 14px;
  color: var(--green);
  font-size: 11.5px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.18;
}

.resource-card em::after {
  content: " →";
  margin-left: 8px;
}

.data-section {
  padding: 20px 0;
  background:
    linear-gradient(90deg, rgba(237, 247, 242, 0.98), rgba(250, 253, 251, 0.86)),
    #f1f7f4;
}

.data-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.data-copy p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.38;
}

.data-copy a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-weight: 800;
}

.data-copy a::after {
  content: " →";
  margin-left: 10px;
}

.data-panel {
  min-width: 0;
}

.data-header,
.data-line {
  display: grid;
  grid-template-columns: 88px 1.05fr 1.35fr 0.92fr;
  align-items: center;
}

.data-header {
  padding: 0 2px 10px;
  color: #111c17;
  font-size: 13px;
  font-weight: 840;
}

.data-line {
  min-height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.92);
}

.data-line:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.data-line:nth-last-of-type(1) {
  border-bottom: 1px solid var(--line);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.data-line > span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 5px 11px;
  border-left: 1px solid var(--line);
  color: #101b16;
  font-size: 11px;
  line-height: 1.18;
}

.data-line > span:first-child {
  justify-content: center;
  border-left: 0;
}

.row-icon {
  color: var(--green);
}

.row-icon svg {
  width: 24px;
  height: 24px;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #111c17;
  font-size: 13px;
}

.privacy-note::before {
  display: inline-block;
  width: 12px;
  height: 14px;
  border: 1.8px solid var(--ink);
  border-radius: 2px;
  content: "";
}

.delete-section {
  padding: 14px 0 12px;
  background: #ffffff;
}

.delete-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.delete-copy p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.34;
}

.delete-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, auto));
  gap: 12px;
  align-items: start;
}

.delete-step {
  display: grid;
  justify-items: center;
  max-width: 98px;
  text-align: center;
}

.step-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 8px;
  border: 1px solid #d9e8e0;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
}

.step-icon svg {
  width: 23px;
  height: 23px;
}

.delete-step.red .step-icon {
  background: #fff7f7;
  color: var(--tomato);
}

.step-icon.pale {
  color: var(--green);
}

.delete-step strong {
  display: block;
  color: #111c17;
  font-size: 11px;
  line-height: 1.22;
}

.delete-step span:last-child {
  display: block;
  margin-top: 5px;
  color: #25312c;
  font-size: 10px;
  line-height: 1.18;
}

.arrow {
  padding-top: 11px;
  color: #111c17;
  font-size: 22px;
}

.delete-help {
  grid-column: 2;
  margin-top: 6px;
  color: #101b16;
  font-size: 12px;
  text-align: center;
}

.delete-help a {
  font-weight: 800;
}

.faq-section {
  padding: 18px 0 26px;
  border-top: 1px solid rgba(7, 22, 16, 0.08);
  background: #ffffff;
}

.faq-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}

.faq-heading a {
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.faq-heading a::after {
  content: " →";
  margin-left: 10px;
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-list details {
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #ffffff;
}

.faq-list details:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 34px;
  padding: 0 20px;
  color: #111c17;
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  list-style: none;
}

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

.faq-list summary::after {
  content: "⌄";
  color: var(--muted);
  font-size: 16px;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list details p {
  padding: 0 20px 16px;
  font-size: 14px;
}

.help-banner {
  display: grid;
  grid-template-columns: 330px minmax(260px, 1fr) 320px;
  gap: 24px;
  align-items: center;
  min-height: 142px;
  margin-top: 18px;
  padding: 20px 48px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 35%, rgba(39, 126, 84, 0.54), transparent 34%),
    linear-gradient(135deg, #005333, #003b23);
  color: #ffffff;
  overflow: hidden;
}

.mail-art {
  position: relative;
  min-height: 150px;
}

.envelope {
  position: absolute;
  left: 36px;
  bottom: 14px;
  width: 170px;
  height: 112px;
  border: 2px solid #e8e2d6;
  border-radius: 5px;
  background:
    linear-gradient(145deg, transparent 49%, #e9decd 50%, transparent 51%),
    linear-gradient(35deg, transparent 49%, #e9decd 50%, transparent 51%),
    #f7efe2;
  transform: rotate(-8deg);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

.mail-art img {
  position: absolute;
  left: 96px;
  top: 20px;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  transform: rotate(-8deg);
}

.mail-art span {
  position: absolute;
  right: 28px;
  bottom: 16px;
  width: 80px;
  height: 116px;
  border-left: 2px solid rgba(220, 237, 222, 0.95);
  transform: rotate(34deg);
}

.mail-art span::before,
.mail-art span::after {
  position: absolute;
  width: 44px;
  height: 20px;
  border-top: 2px solid rgba(220, 237, 222, 0.95);
  border-radius: 50%;
  content: "";
}

.mail-art span::before {
  left: -44px;
  top: 26px;
  transform: rotate(-25deg);
}

.mail-art span::after {
  left: 0;
  top: 56px;
  transform: rotate(26deg);
}

.help-copy h2 {
  color: #ffffff;
  font-size: 30px;
}

.help-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.help-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  min-width: 206px;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.help-copy a svg {
  width: 22px;
  height: 22px;
}

.help-copy small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.help-icons {
  display: flex;
  justify-content: space-around;
  gap: 34px;
  color: rgba(255, 255, 255, 0.9);
}

.help-icons svg {
  width: 58px;
  height: 58px;
  stroke-width: 1.55;
}

.site-footer {
  padding: 28px 0 30px;
  border-top: 1px solid rgba(7, 22, 16, 0.1);
  background: #ffffff;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 14px 22px;
  align-items: center;
}

.footer-brand {
  font-size: 24px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
}

.copyright {
  grid-column: 1 / 2;
  color: #111c17;
  font-size: 14px;
}

.footer-nav {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 36px;
  font-size: 14px;
  font-weight: 650;
}

.footer-nav a {
  color: #111c17;
}

/* Shared legal/support page styles */
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 44px;
  align-items: center;
  padding: 58px 0 42px;
}

.page-hero.slim {
  min-height: 460px;
}

.page-hero .lede {
  color: #101b16;
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.42;
}

.meta {
  color: var(--soft);
  font-size: 14px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.button.secondary {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}

.button.warm {
  border-color: rgba(201, 21, 21, 0.35);
  background: #fff7f7;
  color: var(--tomato);
}

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

.phone {
  width: min(320px, 100%);
  margin-left: auto;
  padding: 14px;
  border: 1px solid rgba(7, 22, 16, 0.15);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.phone-screen {
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(234, 245, 239, 0.72), #ffffff);
}

.app-bar,
.scan-card,
.dish-row,
.mini-footer {
  margin: 14px;
}

.app-bar {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.app-title {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--green);
  font-size: 15px;
  font-weight: 820;
}

.app-title img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(0, 83, 51, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
}

.scan-card {
  padding: 16px;
  border: 1px solid rgba(0, 83, 51, 0.14);
  border-radius: 8px;
  background: #fffdf8;
}

.menu-lines {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.menu-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #d9e4dd;
}

.menu-lines span:nth-child(1) {
  width: 92%;
}

.menu-lines span:nth-child(2) {
  width: 72%;
}

.menu-lines span:nth-child(3) {
  width: 84%;
}

.dish-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.dish-thumb {
  height: 52px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 44% 44%, rgba(242, 169, 0, 0.9), transparent 34%),
    radial-gradient(circle at 60% 60%, rgba(201, 21, 21, 0.8), transparent 30%),
    var(--green-soft);
}

.dish-copy strong {
  display: block;
  font-size: 14px;
}

.dish-copy span,
.mini-footer {
  color: var(--soft);
  font-size: 12px;
}

.mini-footer {
  display: flex;
  justify-content: space-between;
}

.content {
  display: grid;
  gap: 22px;
  padding: 24px 0 76px;
}

.band {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.band.tint {
  background: linear-gradient(135deg, rgba(234, 245, 239, 0.96), rgba(255, 255, 255, 0.92));
}

.band.dark {
  border-color: #123b29;
  background: #003b23;
  color: #ffffff;
}

.band.dark p,
.band.dark li,
.band.dark .section-label {
  color: rgba(255, 255, 255, 0.76);
}

.band.dark a {
  color: #fff4cf;
}

.section-label {
  margin: 0 0 12px;
  color: var(--tomato);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.55fr);
  gap: 30px;
  align-items: start;
}

.grid {
  display: grid;
  gap: 14px;
}

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

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

.info-card,
.faq-item,
.suggestion {
  padding: 18px;
}

.info-card strong,
.suggestion strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 17px;
}

.info-card span,
.suggestion span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.status-item {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.status-item b {
  display: block;
  color: var(--green);
  font-size: 20px;
}

.status-item span {
  color: var(--muted);
  font-size: 13px;
}

.data-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.data-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.9fr 0.95fr;
  border-top: 1px solid var(--line);
}

.data-row:first-child {
  border-top: 0;
}

.data-row.header {
  background: var(--wash);
  color: var(--green);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.data-row > div {
  padding: 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.data-row > div:first-child {
  border-left: 0;
  color: var(--ink);
  font-weight: 760;
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  counter-reset: flow;
}

.step {
  position: relative;
  padding: 20px;
  counter-increment: flow;
}

.step::before {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--green);
  color: #ffffff;
  content: counter(flow);
  font-size: 13px;
  font-weight: 820;
}

.step p,
.faq-item p {
  margin-bottom: 0;
  font-size: 14px;
}

.check-list {
  display: grid;
  gap: 11px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  content: "✓";
  font-size: 12px;
  font-weight: 820;
}

.url-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.url-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 14px;
}

.url-list li:last-child {
  border-bottom: 0;
}

.url-list code {
  color: inherit;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 820px) {
  .topbar {
    grid-template-columns: auto 1fr;
  }

  .nav {
    justify-content: flex-end;
    gap: 18px;
  }

  .contact-link {
    display: none;
  }

  .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  }

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

  .help-banner {
    grid-template-columns: 220px minmax(260px, 1fr);
  }

  .help-icons {
    display: none;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 36px, 1240px);
  }

  .topbar {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .home-hero,
  .page-hero,
  .page-hero.slim,
  .data-layout,
  .delete-layout,
  .split {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
    padding: 42px 0;
  }

  .hero-art {
    justify-items: center;
  }

  .hero-art img {
    width: min(100%, 520px);
  }

  .feature-strip {
    gap: 18px;
  }

  .delete-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .delete-steps .arrow {
    display: none;
  }

  .delete-help {
    grid-column: 1;
  }

  .data-header {
    display: none;
  }

  .data-line {
    grid-template-columns: 74px 1fr;
  }

  .data-line > span {
    min-height: auto;
    border-left: 0;
  }

  .data-line > span:nth-child(n + 3) {
    grid-column: 2;
    padding-top: 0;
    color: var(--muted);
  }

  .grid.three,
  .status-strip,
  .flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-row {
    grid-template-columns: 1fr;
  }

  .data-row.header {
    display: none;
  }

  .data-row > div,
  .data-row > div:first-child {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .data-row > div:first-child {
    border-top: 0;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1240px);
  }

  .brand {
    font-size: 24px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .nav {
    gap: 12px 18px;
    font-size: 13px;
  }

  .hero-copy h1,
  h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .hero-subtitle,
  .lede {
    font-size: clamp(20px, 6vw, 28px);
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    margin-top: 34px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
  }

  .action-card,
  .action-card.wide {
    grid-column: auto;
  }

  .resource-grid,
  .grid.two,
  .grid.three,
  .status-strip,
  .flow,
  .delete-steps {
    grid-template-columns: 1fr;
  }

  .resource-card {
    min-height: 220px;
  }

  .data-layout,
  .delete-layout {
    gap: 24px;
  }

  .help-banner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .mail-art {
    display: none;
  }

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

  .copyright,
  .footer-nav {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 14px 22px;
  }

  .page-hero,
  .page-hero.slim {
    padding: 34px 0 28px;
  }

  .band {
    padding: 22px;
  }

  .phone {
    margin-left: 0;
  }

  .url-list li,
  .footer {
    flex-direction: column;
    gap: 4px;
  }
}
