/* MealWise website layout system. */
:root {
  --amy-bg: #fff;
  --amy-card: #ffffff;
  --amy-text: #333333;
  --amy-muted: #747474;
  --amy-line: #e5e7eb;
  --amy-green: #176b5b;
  --amy-green-dark: #0d443a;
  --amy-green-pale: #e6f2ee;
  --amy-accent: var(--amy-green);
  --amy-accent-hover: var(--amy-green-dark);
  --amy-display: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  color: var(--amy-text);
  background: var(--amy-bg);
  font-family: var(--amy-display);
  font-size: 16px;
  line-height: 1.5;
}

body::before { display: none; }
.amy-container { width: min(1152px, calc(100% - 64px)); margin: 0 auto; }
.amy-hero h1, .amy-hero h2, .amy-hero h3,
.amy-workflow h1, .amy-workflow h2, .amy-workflow h3,
.amy-features h1, .amy-features h2, .amy-features h3,
.amy-final-cta h1, .amy-final-cta h2, .amy-final-cta h3 {
  font-family: var(--amy-display);
}

.site-header {
  position: relative;
  background: var(--amy-bg);
  border: 0;
}
.site-header.is-scrolled { background: rgba(249, 250, 251, .94); border-color: var(--amy-line); }
.nav-shell { width: min(1152px, calc(100% - 64px)); min-height: 118px; margin: 0 auto; padding: 20px 0; }
.brand { gap: 0; }
.brand img { width: 76px; height: 76px; border-radius: 18px; box-shadow: 0 8px 24px rgba(0, 0, 0, .08); }
.brand > span { display: none; }
.nav-links { gap: 30px; color: #565656; font-size: 15px; font-weight: 500; }
.nav-links > a:not(.button-link)::after { display: none; }
.nav-links > a:not(.button-link):hover { color: #111; }
.nav-links .button-link {
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: var(--amy-green);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  transition: transform .18s ease, background-color .18s ease;
}
.nav-links .button-link:hover { color: #fff; background: var(--amy-green-dark); transform: scale(1.045); }

.amy-hero { padding: 76px 0 185px; }
.amy-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); gap: 92px; align-items: start; }
.amy-hero-copy { padding-top: 76px; }
.amy-hero-copy h1,
.amy-workflow-copy > h2,
.amy-section-heading h2,
.amy-final-cta h2 {
  margin: 0;
  color: #111;
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .99;
  font-family: var(--amy-display);
}
.amy-hero-copy p { max-width: 540px; margin: 30px 0 34px; color: #666; font-size: 20px; line-height: 1.55; }
.amy-download {
  display: inline-flex;
  min-width: 220px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 22px;
  color: #fff;
  background: var(--amy-accent);
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(23, 107, 91, .16);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.amy-download:hover { background: var(--amy-accent-hover); transform: scale(1.045); box-shadow: 0 14px 30px rgba(23, 107, 91, .24); }
.amy-download:focus-visible { outline: 3px solid rgba(23, 107, 91, .3); outline-offset: 4px; }
.amy-download small, .amy-download strong { display: block; line-height: 1.05; }
.amy-download small { margin-bottom: 4px; font-size: 10px; font-weight: 500; }
.amy-download strong { font-size: 17px; font-weight: 700; }
.amy-apple { display: inline-grid; width: 24px; height: 27px; place-items: center; color: currentColor; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 29px; line-height: 1; }
.amy-trust { display: block; width: 220px; margin-top: 14px; color: #888; font-size: 13px; text-align: center; }

.amy-demo-stack { display: block; }
.amy-secondary-demo { display: none; }
.amy-demo-frame {
  display: flex;
  min-height: 650px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 70px 42px 0;
  background: #eeeff1;
  border-radius: 28px;
}
.amy-demo-frame:nth-child(2) { background: #e7f0ed; }
.amy-demo-frame:nth-child(3) { background: #ebedef; }
.amy-demo-frame.amy-secondary-demo { display: none; }
.amy-video-frame {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  border-radius: 42px;
  box-shadow: 0 30px 62px rgba(38, 54, 48, .18);
}
.amy-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 546 / 1112;
  object-fit: cover;
  border-radius: inherit;
}
.amy-phone {
  width: 356px;
  min-height: 625px;
  overflow: hidden;
  color: #111;
  background: #f5f5f7;
  border: 10px solid #111;
  border-bottom: 0;
  border-radius: 48px 48px 0 0;
  box-shadow: 0 28px 50px rgba(0, 0, 0, .18);
}
.amy-phone-top { display: flex; height: 38px; align-items: center; justify-content: space-between; padding: 0 24px; color: #111; font-size: 11px; font-weight: 700; }
.amy-phone-content { padding: 22px 24px 36px; }
.amy-phone-brand { color: var(--amy-green); font-size: 14px; font-weight: 700; }
.amy-phone h2 { margin: 9px 0 6px; font-size: 29px; letter-spacing: -.04em; line-height: 1.04; }
.amy-phone h3 { margin: 26px 0 12px; font-size: 16px; }
.amy-phone p { margin: 0; color: #7b7b80; font-size: 13px; line-height: 1.45; }
.amy-phone-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; font-size: 15px; }
.amy-prompt { position: relative; min-height: 120px; margin-top: 24px; padding: 18px 48px 18px 18px; background: #fff; border-radius: 20px; box-shadow: 0 14px 32px rgba(0, 0, 0, .06); font-size: 14px; line-height: 1.4; }
.amy-prompt b { position: absolute; right: 14px; bottom: 14px; display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: var(--amy-green); border-radius: 50%; }
.amy-mini-recipe { display: flex; gap: 12px; align-items: center; padding: 14px; background: #fff; border-radius: 17px; }
.amy-mini-recipe > span { display: grid; width: 42px; height: 42px; place-items: center; background: var(--amy-green-pale); border-radius: 13px; }
.amy-mini-recipe strong, .amy-mini-recipe small { display: block; }
.amy-mini-recipe strong { font-size: 13px; }
.amy-mini-recipe small { margin-top: 4px; color: #888; font-size: 10px; }
.amy-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0; }
.amy-tags span { padding: 6px 10px; color: var(--amy-green-dark); background: var(--amy-green-pale); border-radius: 999px; font-size: 10px; font-weight: 700; }
.amy-glance { display: grid; grid-template-columns: repeat(3, 1fr); margin: 18px 0; padding: 17px 8px; background: #fff; border-radius: 18px; }
.amy-glance div { padding: 0 8px; text-align: center; border-right: 1px solid #eee; }
.amy-glance div:last-child { border: 0; }
.amy-glance strong, .amy-glance small { display: block; }
.amy-glance strong { font-size: 18px; }
.amy-glance small { margin-top: 5px; color: #888; font-size: 8px; line-height: 1.2; }
.amy-ingredient { display: flex; justify-content: space-between; padding: 13px 14px; background: #fff; border-bottom: 1px solid #eee; font-size: 12px; }
.amy-ingredient:first-of-type { border-radius: 15px 15px 0 0; }
.amy-ingredient:last-child { border: 0; border-radius: 0 0 15px 15px; }
.amy-prompt-large { min-height: 145px; }
.amy-refine-result, .amy-request-card { margin-top: 20px; padding: 18px; background: var(--amy-green-pale); border-radius: 18px; }
.amy-refine-result { display: flex; gap: 12px; }
.amy-refine-result strong, .amy-refine-result small { display: block; }
.amy-refine-result strong { font-size: 12px; }
.amy-refine-result small { margin-top: 5px; color: #72817d; font-size: 10px; }

.amy-workflow { padding: 80px 0 190px; background: #fff; }
.amy-workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 118px; align-items: start; }
.amy-workflow-device { display: flex; min-height: 820px; align-items: flex-end; justify-content: center; overflow: visible; padding: 0; background: transparent; }
.amy-recipe-screenshot { display: none; }
.amy-device-shell { position: relative; width: min(430px, 100%); aspect-ratio: 1022 / 2082; filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .18)); }
.amy-device-frame { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.amy-device-screen { position: absolute; z-index: 2; inset: 1.9% 3.2% 1.5%; display: flex; flex-direction: column; overflow: hidden; color: #111; background: #fff; border-radius: 12.4% / 6%; }
.amy-device-screen::before { position: absolute; z-index: 4; top: 1.15%; left: 50%; width: 34%; height: 3.6%; background: #050505; border-radius: 999px; content: ""; transform: translateX(-50%); }
.amy-device-screen .amy-phone-top { flex: 0 0 6.2%; height: 6.2%; padding: 0 7%; }
.amy-device-screen .amy-phone-content { min-height: 0; padding: 7% 7.5% 10%; overflow: auto; }
.amy-request-card small { color: var(--amy-green-dark); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.amy-request-card p { margin-top: 10px; color: #333; font-size: 13px; }
.amy-workflow-copy { padding-top: 62px; }
.amy-workflow-copy > h2 { max-width: 520px; font-size: clamp(42px, 4.1vw, 54px); line-height: 1.08; }
.amy-steps { margin: 88px 0 0; padding: 0; list-style: none; }
.amy-steps li { display: grid; grid-template-columns: 1fr 92px; align-items: start; margin-bottom: 0; padding: 34px 0; border-bottom: 1px solid var(--amy-line); }
.amy-steps li:first-child { border-top: 1px solid var(--amy-line); }
.amy-steps li > span { color: #e7ecea; font-size: 72px; font-weight: 700; letter-spacing: -.08em; line-height: .9; }
.amy-steps li > span { grid-column: 2; grid-row: 1; text-align: right; }
.amy-steps li > div { grid-column: 1; grid-row: 1; }
.amy-steps h3 { margin: 0 0 13px; color: #222; font-size: 28px; letter-spacing: -.035em; }
.amy-steps p { margin: 0; color: #777; font-size: 17px; line-height: 1.65; }

.amy-features { padding: 170px 0 190px; background: #fff; }
.amy-section-heading { max-width: 760px; margin: 0 auto 100px; text-align: center; }
.amy-section-heading h2 { font-size: clamp(44px, 4.5vw, 58px); }
.amy-section-heading p { margin: 24px 0 0; color: #777; font-size: 19px; }
.amy-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 76px 28px; }
.amy-feature { min-width: 0; text-align: center; }
.amy-feature-visual { position: relative; display: flex; height: 410px; align-items: center; justify-content: center; overflow: hidden; padding: 28px; background: #eceef0; border-radius: 26px; }
.amy-feature:nth-child(3n + 2) .amy-feature-visual { background: #e7f0ed; }
.amy-feature:nth-child(3n + 3) .amy-feature-visual { background: #f0efed; }
.amy-feature h3 { margin: 25px 0 8px; color: #272727; font-size: 20px; letter-spacing: -.025em; }
.amy-feature > p { max-width: 310px; margin: 0 auto; color: #7b7b7b; font-size: 15px; line-height: 1.55; }
.amy-floating-prompt { width: 100%; padding: 26px 24px; text-align: left; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(0, 0, 0, .08); font-size: 18px; }
.amy-budget-visual { flex-direction: column; }
.amy-budget-visual > strong { font-size: 58px; letter-spacing: -.06em; }
.amy-budget-visual > span { margin: 3px 0 22px; color: #7b7b7b; }
.amy-budget-visual > div { display: grid; width: 150px; padding: 17px; background: #fff; border-radius: 18px; }
.amy-budget-visual b { font-size: 25px; }
.amy-budget-visual small { color: #888; }
.amy-tip-visual { flex-direction: column; gap: 20px; }
.amy-tip-visual > span { display: grid; width: 82px; height: 82px; place-items: center; background: #fff; border-radius: 50%; font-size: 36px; }
.amy-tip-visual p { max-width: 240px; color: #444; font-size: 18px; }
.amy-voice-visual { gap: 18px; }
.amy-voice-visual > span { display: grid; width: 66px; height: 66px; place-items: center; background: #fff; border-radius: 50%; font-size: 28px; }
.amy-voice-visual div { text-align: left; }
.amy-voice-visual b, .amy-voice-visual small { display: block; }
.amy-voice-visual small { margin-top: 6px; color: #888; }
.amy-library-visual { flex-direction: column; gap: 12px; }
.amy-library-card { display: flex; width: 100%; gap: 12px; align-items: center; padding: 20px; text-align: left; background: #fff; border-radius: 17px; box-shadow: 0 12px 30px rgba(0, 0, 0, .06); }
.amy-refine-visual { flex-direction: column; align-items: stretch; gap: 8px; text-align: left; }
.amy-refine-visual span { color: #888; font-size: 12px; text-transform: uppercase; }
.amy-refine-visual b { margin-bottom: 22px; padding: 18px; background: #fff; border-radius: 15px; }
.amy-cloud-visual { flex-direction: column; gap: 12px; }
.amy-cloud-visual > span { display: grid; width: 105px; height: 105px; place-items: center; color: #fff; background: var(--amy-green); border-radius: 50%; font-size: 52px; }
.amy-cloud-visual b { margin-top: 8px; font-size: 18px; }
.amy-cloud-visual small { color: #818181; }
.amy-image-visual {
  align-items: flex-start;
  padding: 0;
  background: #e9eeec !important;
  border: 0;
  box-shadow: none;
}
.amy-image-visual img {
  width: 106%;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  filter: none;
  transform: none;
}
.amy-safety-visual { gap: 18px; }
.amy-safety-visual > span { display: grid; width: 76px; height: 76px; place-items: center; color: #fff; background: var(--amy-green); border-radius: 50%; font-size: 34px; }
.amy-safety-visual div { text-align: left; }
.amy-safety-visual b, .amy-safety-visual small { display: block; }
.amy-safety-visual small { margin-top: 6px; color: #888; }
.amy-local-visual { flex-direction: column; gap: 12px; }
.amy-local-visual > span { display: grid; width: 86px; height: 86px; place-items: center; background: #fff; border-radius: 50%; font-size: 42px; }
.amy-local-visual svg { width: 40px; height: 40px; fill: none; stroke: var(--amy-green-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.amy-local-visual b { font-size: 20px; }
.amy-local-visual small { color: #858585; }
.amy-plans-visual { flex-direction: column; gap: 10px; }
.amy-plans-visual > div { display: flex; width: 100%; justify-content: space-between; padding: 18px; background: #fff; border-radius: 14px; }
.amy-plans-visual small { color: #858585; }

.amy-story { padding: 20px 0 120px; background: var(--amy-bg); }
.amy-story-card { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: center; padding: 70px 76px; background: #fff; border-radius: 28px; }
.amy-story-card h2, .amy-behind h2 { margin: 0 0 20px; color: #111; font-family: var(--amy-display); font-size: 34px; letter-spacing: -.04em; }
.amy-story-card p { max-width: 690px; margin: 0 0 16px; color: #666; font-size: 16px; line-height: 1.7; }
.amy-signature { display: block; margin-top: 28px; color: #222; font-size: 13px; font-weight: 700; }
.amy-story-mark { display: grid; place-items: center; }
.amy-story-mark img { width: 180px; height: 180px; border-radius: 42px; box-shadow: 0 22px 50px rgba(0, 0, 0, .12); }
.amy-behind { padding: 30px 0 150px; background: var(--amy-bg); }
.amy-behind > .amy-container > p { margin: -10px 0 36px; color: #777; }
.amy-behind-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.amy-behind-grid a { display: flex; min-height: 260px; flex-direction: column; justify-content: flex-end; padding: 34px; background: #fff; border-radius: 25px; transition: transform .18s ease; }
.amy-behind-grid a:hover { transform: translateY(-4px); }
.amy-behind-grid span { color: var(--amy-green); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.amy-behind-grid strong { max-width: 430px; margin: 12px 0 20px; color: #111; font-size: 28px; line-height: 1.15; }
.amy-behind-grid small { color: #777; }

.amy-faq { padding: 120px 0 150px; background: #fff; }
.amy-faq .amy-section-heading { margin-bottom: 58px; }
.amy-faq .faq-list { max-width: 920px; }
.amy-faq details p { margin: 0; line-height: 1.7; }

.amy-final-wrap { padding: 34px 0 76px; background: var(--amy-bg); }
.amy-final-cta { padding: 72px 34px 76px; color: #fff; background: var(--amy-green); text-align: center; border-radius: 30px; }
.amy-final-cta h2 { color: #fff; }
.amy-final-cta h2 { font-size: clamp(38px, 4vw, 54px); }
.amy-final-cta p { margin: 20px auto 30px; color: rgba(255, 255, 255, .75); font-size: 18px; }
.amy-download-light { color: #fff; background: var(--amy-accent); }
.amy-download-light:hover { background: var(--amy-accent-hover); }
.amy-download-light .amy-apple::before, .amy-download-light .amy-apple::after { background: #fff; }

.site-footer { margin: 0 16px; color: rgba(255, 255, 255, .84); background: var(--amy-green-dark); border-radius: 32px 32px 0 0; }
.site-footer .container { width: min(1152px, calc(100% - 64px)); }
.footer-top { grid-template-columns: 1.2fr repeat(4, .8fr); gap: 46px; padding: 80px 0 66px; }
.footer-intro .brand img { width: 66px; height: 66px; padding: 5px; background: #fff; border: 1px solid rgba(255,255,255,.7); }
.footer-intro p { color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.65; }
.footer-column h3 { color: #fff; font-size: 14px; }
.footer-column a { color: rgba(255, 255, 255, .62); font-size: 14px; }
.footer-column a:hover { color: #fff; }
.footer-social-links { display: flex; gap: 10px; margin-top: 18px; }
.footer-column .footer-social-link {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin: 0;
  place-items: center;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.footer-column .footer-social-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .28);
  transform: translateY(-2px);
}
.footer-column .footer-social-link:focus-visible { outline: 3px solid rgba(255, 255, 255, .5); outline-offset: 3px; }
.footer-social-link svg { width: 17px; height: 17px; fill: currentColor; }
.footer-bottom { color: rgba(255, 255, 255, .45); border-color: rgba(255, 255, 255, .12); font-size: 12px; }

/* Bring the remaining static pages into the same restrained MealWise design system. */
.page-hero, .legal-hero, .article-hero { background: transparent; }
.page-hero h1, .legal-hero h1, .article-hero h1 { color: #111; font-family: var(--amy-display); font-weight: 700; letter-spacing: -.05em; }
.eyebrow { color: var(--amy-green); }
.primary-button, .secondary-button { border-radius: 999px; }
.primary-button { background: #111; }
.pricing-card, .article-card, .contact-card, .legal-card, .compare-card { background: #fff; border: 1px solid var(--amy-line); box-shadow: none; }
.price { font-family: var(--amy-display); font-weight: 700; letter-spacing: -.045em; }
.price small { letter-spacing: -.01em; }
.article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
.article-card { min-width: 0; overflow: hidden; border-radius: 26px; }
.article-art { height: 190px; font-family: Georgia, serif; font-size: 56px; }
.article-body { padding: 28px; }
.article-card h2 { margin: 12px 0 15px; font-family: var(--amy-display); font-size: clamp(26px, 2.3vw, 36px); line-height: 1.05; letter-spacing: -.045em; overflow-wrap: anywhere; }
.article-card p { font-size: 15px; line-height: 1.55; }
.contact-grid { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 38px; align-items: stretch; }
.contact-card { display: flex; flex-direction: column; justify-content: center; color: #202322; background: #e5efec; border: 0; }
.contact-card p { color: #65716d; }
.contact-card a { color: var(--amy-green-dark); overflow-wrap: anywhere; }
.contact-card .feedback-portal-button {
  align-self: flex-start;
  color: #fff;
  background: var(--amy-green);
  box-shadow: 0 9px 22px rgba(23, 107, 91, .16);
  text-decoration: none;
}
.contact-card .feedback-portal-button:hover { color: #fff; background: var(--amy-green-dark); }
.contact-card .support-priority { margin-bottom: 10px; }
.contact-card .support-priority strong { color: #202322; }
.contact-card .support-safety-note { margin-top: 0; font-size: 14px; }
.contact-form { background: #fff; border: 1px solid var(--amy-line); border-radius: 28px; }
.contact-form input, .contact-form textarea { background: #fbfaf6; }

@media (max-width: 920px) {
  .amy-container, .nav-shell, .site-footer .container { width: min(100% - 40px, 680px); }
  .nav-shell { min-height: 90px; }
  .brand img { width: 58px; height: 58px; border-radius: 14px; }
  .nav-toggle { display: grid; }
  .nav-links { top: 82px; right: 20px; left: 20px; gap: 0; padding: 14px; background: #fff; border: 1px solid var(--amy-line); border-radius: 18px; box-shadow: 0 18px 42px rgba(0, 0, 0, .12); }
  .nav-links a { padding: 13px 10px; }
  .nav-links .button-link { margin-top: 6px; }
  .amy-hero { padding: 40px 0 90px; }
  .amy-hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 44px; }
  .amy-workflow-grid { grid-template-columns: 1fr; gap: 48px; }
  .amy-demo-stack { order: 1; min-width: 0; gap: 50px; }
  .amy-hero-copy { order: 2; padding-top: 0; text-align: center; }
  .amy-hero-copy h1 { margin-left: auto; margin-right: auto; }
  .amy-hero-copy p { margin-left: auto; margin-right: auto; }
  .amy-hero-copy .amy-trust { margin-left: auto; margin-right: auto; }
  .amy-hero-copy .amy-waitlist { margin-left: auto; margin-right: auto; text-align: left; }
  .amy-video-frame { max-width: 320px; }
  .amy-demo-frame { min-height: 610px; }
  .amy-workflow-device { max-width: 560px; margin: 0 auto; min-height: auto; padding: 0; align-items: center; }
  .amy-workflow-copy { padding-top: 0; }
  .amy-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .amy-local-feature { order: 1; }
  .amy-widget-feature-home { order: 2; }
  .amy-widget-feature-lock { order: 3; }
  .amy-story-card { grid-template-columns: 1fr; padding: 54px; }
  .amy-story-mark { justify-content: start; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; max-width: 420px; }
}

@media (max-width: 620px) {
  .amy-container, .nav-shell, .site-footer .container { width: min(100% - 28px, 480px); }
  .amy-hero { padding-top: 34px; }
  .amy-hero-copy h1 { font-size: 47px; }
  .amy-hero-copy p { font-size: 18px; }
  .amy-demo-frame { min-height: 530px; padding: 45px 18px 0; border-radius: 23px; }
  .amy-phone { width: min(330px, 100%); min-height: 540px; border-width: 8px; border-radius: 40px 40px 0 0; }
  .amy-phone-content { padding: 18px 20px 30px; }
  .amy-workflow { padding: 100px 0 115px; }
  .amy-workflow-device { min-height: auto; padding: 0; }
  .amy-recipe-screenshot { display: none; }
  .amy-device-shell { width: min(360px, 100%); }
  .amy-workflow-copy > h2, .amy-section-heading h2, .amy-final-cta h2 { font-size: 42px; }
  .amy-steps { margin-top: 65px; }
  .amy-steps li { grid-template-columns: 1fr 70px; }
  .amy-steps li > span { font-size: 54px; }
  .amy-steps h3 { font-size: 23px; }
  .amy-features { padding: 105px 0 120px; }
  .amy-faq { padding: 90px 0 110px; }
  .amy-section-heading { margin-bottom: 64px; }
  .amy-feature-grid { grid-template-columns: 1fr; gap: 55px; }
  .amy-feature-visual { height: 390px; }
  .amy-final-wrap { padding: 18px 0 52px; }
  .amy-final-cta { padding: 58px 24px 62px; border-radius: 24px; }
  .article-grid, .contact-grid { grid-template-columns: 1fr; }
  .amy-story-card { padding: 38px 26px; }
  .amy-story-mark img { width: 120px; height: 120px; border-radius: 28px; }
  .amy-behind-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-intro { grid-column: 1 / -1; }
  .site-footer { margin: 0 8px; border-radius: 24px 24px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .amy-download, .nav-links .button-link, .footer-social-link { transition: none; }
}
