/* Hallmark · genre: modern-minimal editorial · tone: calm premium · palette: warm coral · macrostructure: alternating product story */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 */

:root {
  --surface: #fdf9f5;
  --surface-low: #f5eee6;
  --surface-mid: #eee3d7;
  --surface-card: #fffefd;
  --charcoal: #1c1c19;
  --charcoal-soft: #5e5a54;
  --charcoal-faint: #8a837a;
  --coral: #ab3500;
  --coral-ink: #7b2d10;
  --coral-bright: #ff6b35;
  --coral-soft: #ffe1d2;
  --teal: #315f5a;
  --sage: #4f7165;
  --sage-ink: #294b40;
  --sage-soft: #e5f0ea;
  --saffron: #9b6826;
  --saffron-ink: #694719;
  --saffron-soft: #f6ead1;
  --berry: #925366;
  --berry-ink: #69394a;
  --berry-soft: #f2e6eb;
  --slate-blue: #4e6878;
  --slate-blue-ink: #354f5f;
  --slate-blue-soft: #e5edf1;
  --max: 1240px;
  --premium-shadow: 0 24px 70px rgba(45, 31, 20, 0.1);
  --nav-surface: rgba(255, 254, 253, 0.9);
  --nav-rule: rgba(93, 74, 46, 0.14);
  --nav-shadow: 0 14px 42px rgba(45, 31, 20, 0.11);
}

html {
  background: var(--surface);
}

body {
  background: var(--surface);
  color: var(--charcoal);
  font-family: "Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.012em;
}

h1,
h2,
h3,
.brand-name,
.faq-item summary {
  color: var(--charcoal);
  font-family: "Manrope", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  letter-spacing: -0.052em;
}

.page {
  width: min(var(--max), calc(100% - 3.5rem));
}

.site-header {
  top: 0.75rem;
  border: 0;
  background: transparent;
  padding: 0;
  backdrop-filter: none;
  pointer-events: none;
}

.nav-shell {
  width: min(72rem, calc(100% - 2rem));
  min-height: 3.7rem;
  border: 1px solid var(--nav-rule);
  border-radius: 999px;
  background: var(--nav-surface);
  box-shadow: var(--nav-shadow);
  padding: 0.5rem 0.65rem 0.5rem 0.8rem;
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  pointer-events: auto;
}

.brand {
  gap: 0.7rem;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(171, 53, 0, 0.2);
}

.brand-name {
  font-size: 1.02rem;
  letter-spacing: -0.035em;
}

.site-nav {
  gap: 0.12rem;
}

.site-nav a {
  color: var(--charcoal-soft);
  font-size: 0.79rem;
  font-weight: 600;
  padding: 0.68rem 0.72rem;
}

.site-nav a:hover {
  background: var(--surface-low);
  color: var(--charcoal);
}

.site-nav .nav-cta,
.button-primary {
  border: 0;
  background: linear-gradient(125deg, var(--coral), var(--coral-bright));
  box-shadow: 0 10px 28px rgba(171, 53, 0, 0.2);
  color: #fff;
}

.site-nav .nav-cta:hover,
.button-primary:hover {
  background: linear-gradient(125deg, #912f06, #eb5a27);
  color: #fff;
}

.menu-toggle {
  min-height: 42px;
  border: 0;
  background: var(--surface-low);
  color: var(--charcoal);
  padding: 0.65rem 0.9rem;
}

main {
  padding-top: 0;
}

.hero {
  min-height: 850px;
  padding: 9.5rem 0 5rem;
  background:
    radial-gradient(circle at 72% 36%, rgba(255, 107, 53, 0.1), transparent 30rem),
    radial-gradient(circle at 8% 22%, rgba(49, 95, 90, 0.055), transparent 25rem),
    var(--surface);
}

.hero-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(3rem, 6vw, 7rem);
}

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

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-bottom: 1.5rem;
  border-radius: 0;
  background: transparent;
  color: var(--charcoal-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  padding: 0;
  text-transform: none;
}

.hero-eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  border-radius: 0;
  background: var(--coral);
  box-shadow: none;
}

.hero h1 {
  max-width: 9.5ch;
  color: #25211d;
  font-size: clamp(4.5rem, 7vw, 7.2rem);
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.hero-sub {
  max-width: 560px;
  margin-top: 1.7rem;
  color: #67564b;
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 2rem;
}

.app-store-badge-link {
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(28, 28, 25, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.app-store-badge-link:hover {
  box-shadow: 0 16px 36px rgba(28, 28, 25, 0.16);
  transform: translateY(-2px);
}

.hero-trust {
  margin-top: 1.1rem;
  color: var(--charcoal-faint);
  font-size: 0.83rem;
}

.hero-stage {
  min-height: 670px;
  border-radius: 3rem;
  background:
    radial-gradient(circle at 64% 28%, rgba(255, 255, 255, 0.88), transparent 32%),
    radial-gradient(circle at 12% 82%, rgba(79, 113, 101, 0.16), transparent 38%),
    linear-gradient(145deg, #f5e2d2, #ead3be 58%, #e3c7b0);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
  padding: 2.5rem;
}

.hero-stage::before {
  inset: auto -7% -8% auto;
  width: 68%;
  height: 43%;
  border-radius: 50%;
  background: rgba(171, 53, 0, 0.09);
  filter: blur(50px);
  opacity: 1;
}

.hero-stage::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.1rem;
  background: url("./icon-192.png") center / cover no-repeat;
  box-shadow: var(--premium-shadow);
}

.phone-rail {
  height: 620px;
}

.phone {
  width: min(330px, 68%);
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0)
    rotate(calc(var(--parallax-rotate, 0deg) - 4deg)) scale(var(--phone-scale));
}

.phone img {
  border: 8px solid rgba(28, 28, 25, 0.94);
  border-radius: 3.2rem;
  box-shadow: 0 36px 80px rgba(45, 31, 20, 0.24);
  animation: none;
}

.hero-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 190px;
  border: 0;
  border-radius: 1rem;
  background: var(--surface-card);
  box-shadow: var(--premium-shadow);
  color: var(--charcoal-soft);
  font-size: 0.76rem;
  line-height: 1.35;
  padding: 0.72rem 0.88rem;
  backdrop-filter: none;
}

.hero-float strong {
  display: block;
  color: var(--charcoal);
  font-family: "Manrope", sans-serif;
  font-size: 0.86rem;
  letter-spacing: -0.025em;
}

.hero-float-icon {
  display: grid;
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--coral);
  font-size: 1rem;
  font-weight: 800;
}

.hero-float-top {
  top: 3.5%;
  left: -1.5rem;
}

.hero-float-bottom {
  right: 0.5rem;
  bottom: 18%;
}

.source-strip {
  background: var(--surface);
  padding: 1.5rem 0 5.5rem;
}

.source-inner {
  justify-content: center;
  border-top: 1px solid rgba(28, 28, 25, 0.1);
  border-bottom: 1px solid rgba(28, 28, 25, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 1.2rem 0;
}

.source-title {
  color: var(--coral-ink);
  letter-spacing: 0.12em;
}

.source-list {
  justify-content: center;
}

.source-list li {
  position: relative;
  background: transparent;
  color: #6e5045;
  padding: 0.25rem 0.72rem 0.25rem 0;
}

.source-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.9rem;
  background: rgba(28, 28, 25, 0.16);
  transform: translateY(-50%);
}

.source-list li::before {
  content: "•";
  margin-right: 0.4rem;
  color: var(--coral);
}

.source-list li:nth-child(n + 5)::before {
  color: var(--sage);
}

.source-list li:nth-child(n + 5) {
  color: var(--sage-ink);
}

.source-list li:nth-child(n + 7)::before {
  color: var(--saffron);
}

.source-list li:nth-child(n + 7) {
  color: var(--saffron-ink);
}

.eyebrow {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.section-intro .eyebrow::before,
.seo-copy > .eyebrow::before,
.faq-title .eyebrow::before {
  content: "";
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.55rem;
  border-radius: 50%;
  background: currentColor;
  vertical-align: 0.04rem;
}

.section,
.spotlight,
.how,
.faq {
  padding: clamp(6.5rem, 10vw, 9rem) 0;
}

#features,
#modern-cooking,
#meal-planning,
.faq {
  background: var(--surface-low);
}

#organize,
#what-can-i-cook,
#grocery-lists {
  background: var(--surface);
}

#organize .eyebrow {
  color: var(--sage);
}

#modern-cooking .eyebrow {
  color: var(--saffron);
}

#what-can-i-cook .eyebrow {
  color: var(--berry);
}

#meal-planning .eyebrow {
  color: var(--slate-blue);
}

#grocery-lists .eyebrow {
  color: #a34b2c;
}

.faq .eyebrow {
  color: var(--teal);
}

.today-cook,
.how {
  background-image: none;
}

.section-intro {
  max-width: 820px;
  margin-bottom: 5rem;
}

.section-intro h2,
.seo-copy h2,
.faq-title h2,
.final-inner h2 {
  margin-top: 1rem;
  font-size: clamp(3rem, 5vw, 5.25rem);
  font-weight: 730;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.section-intro p,
.seo-copy > p {
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

#features .eyebrow {
  color: var(--coral);
}

#features .section-intro h2 {
  color: var(--coral-ink);
}

#organize .seo-copy h2 {
  color: var(--sage-ink);
}

#modern-cooking .seo-copy h2 {
  color: var(--saffron-ink);
}

#what-can-i-cook .seo-copy h2 {
  color: var(--berry-ink);
}

#meal-planning .seo-copy h2 {
  color: var(--slate-blue-ink);
}

#grocery-lists .seo-copy h2 {
  color: #7a3620;
}

#features .section-intro > p:not(.eyebrow),
#features .source-card span,
#features .import-method-card p:not(.method-label),
#organize .seo-copy > p:not(.eyebrow),
#organize .seo-panel p,
#organize .source-card span,
#modern-cooking .seo-copy > p:not(.eyebrow),
#what-can-i-cook .seo-copy > p:not(.eyebrow),
#what-can-i-cook .seo-panel p,
#what-can-i-cook .source-card span,
#meal-planning .seo-copy > p:not(.eyebrow),
#meal-planning .seo-panel p,
#grocery-lists .seo-copy > p:not(.eyebrow),
#grocery-lists .seo-panel p,
#grocery-lists .source-card span {
  color: var(--charcoal-soft);
}

.import-compact {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.import-source-links {
  gap: 0;
  border-bottom: 1px solid rgba(28, 28, 25, 0.12);
}

.source-card,
.import-method-card,
.seo-panel {
  background: transparent;
  box-shadow: none;
}

.source-card {
  border-top: 1px solid rgba(28, 28, 25, 0.12);
  border-radius: 0;
  padding: 1.25rem 0;
  transition: color 0.2s ease;
}

a.source-card:hover {
  box-shadow: none;
  color: var(--coral);
  transform: none;
}

.source-card strong {
  display: block;
  color: var(--charcoal);
  font-family: "Manrope", sans-serif;
  font-size: 1.03rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.import-method-card p,
.seo-panel p {
  color: var(--charcoal-soft);
}

.source-card span {
  display: grid;
  grid-template-columns: 0.36rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  margin-top: 0.58rem;
  color: var(--charcoal-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.source-card span::before,
.import-method-card > p:not(.method-label)::before,
.seo-panel > p::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  margin-top: 0.52em;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.58;
}

.import-method-card {
  border-top: 1px solid rgba(28, 28, 25, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 1.3rem 0;
}

.import-method-card.is-share {
  background: transparent;
}

.method-label {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.import-method-card h3 {
  margin-top: 0.45rem;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.import-method-card > p:not(.method-label),
.seo-panel > p {
  display: grid;
  grid-template-columns: 0.36rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  margin-top: 0.6rem;
  font-size: 0.88rem;
  line-height: 1.55;
}

.import-preview {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.import-preview img {
  transform: none;
}

.seo-split,
.seo-split.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(4rem, 8vw, 8rem);
}

.seo-copy {
  max-width: 540px;
}

.seo-panel {
  margin-top: 1.8rem;
  border-left: 1px solid rgba(171, 53, 0, 0.38);
  border-radius: 0;
  padding: 0.15rem 0 0.15rem 1.25rem;
}

.seo-panel h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.today-cook .seo-panel {
  background: transparent;
}

.intent-links {
  gap: 1.35rem;
  margin-top: 2.2rem;
}

.intent-links .source-card {
  border-top: 1px solid rgba(28, 28, 25, 0.16);
  border-radius: 0;
  background: transparent;
  padding: 1rem 0 0;
}

/* Linked functions should read like the surrounding feature list, not boxed
   cards. Keep the browser focus outline available for keyboard navigation. */
.intent-links a.source-card {
  border: 0;
  border-top: 1px solid rgba(28, 28, 25, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 1rem 0 0;
}

#modern-cooking .intent-links .source-card,
#meal-planning .intent-links .source-card {
  background: transparent;
}

.seo-media {
  width: min(560px, 100%);
}

.seo-media::before {
  inset: 0;
  border-radius: 3rem;
  background: linear-gradient(145deg, #ead4c0, #f3e5d8);
}

#organize .seo-media::before {
  background: linear-gradient(145deg, #cddfd5, var(--sage-soft));
}

#modern-cooking .seo-media::before {
  background: linear-gradient(145deg, #ead7ab, var(--saffron-soft));
}

#what-can-i-cook .seo-media::before {
  background: linear-gradient(145deg, #dfc5ce, var(--berry-soft));
}

#meal-planning .seo-media::before {
  background: linear-gradient(145deg, #c7d8df, var(--slate-blue-soft));
}

#grocery-lists .seo-media::before {
  background: linear-gradient(145deg, #ecd0c2, #f8e9e0);
}

#organize .seo-panel {
  border-left-color: rgba(79, 113, 101, 0.5);
}

#what-can-i-cook .seo-panel {
  border-left-color: rgba(146, 83, 102, 0.5);
}

#meal-planning .seo-panel {
  border-left-color: rgba(78, 104, 120, 0.5);
}

#grocery-lists .seo-panel {
  border-left-color: rgba(163, 75, 44, 0.48);
}

/* Functionality accents vary within each section while section surfaces stay neutral. */
.import-source-links > :nth-child(1) {
  border-top-color: rgba(171, 53, 0, 0.34);
}

.import-source-links > :nth-child(1) strong {
  color: var(--coral-ink);
}

.import-source-links > :nth-child(2) {
  border-top-color: rgba(146, 83, 102, 0.34);
}

.import-source-links > :nth-child(2) strong {
  color: var(--berry-ink);
}

.import-source-links > :nth-child(3) {
  border-top-color: rgba(78, 104, 120, 0.34);
}

.import-source-links > :nth-child(3) strong {
  color: var(--slate-blue-ink);
}

.import-source-links > :nth-child(4) {
  border-top-color: rgba(79, 113, 101, 0.34);
}

.import-source-links > :nth-child(4) h3,
.import-source-links > :nth-child(4) .method-label {
  color: var(--sage-ink);
}

.import-source-links > :nth-child(5) {
  border-top-color: rgba(155, 104, 38, 0.36);
}

.import-source-links > :nth-child(5) h3,
.import-source-links > :nth-child(5) .method-label {
  color: var(--saffron-ink);
}

#organize .seo-panel {
  border-left-color: rgba(171, 53, 0, 0.42);
}

#organize .seo-panel h3 {
  color: var(--coral-ink);
}

#organize .intent-links > :nth-child(1) {
  border-top-color: rgba(79, 113, 101, 0.42);
}

#organize .intent-links > :nth-child(1) strong {
  color: var(--sage-ink);
}

#organize .intent-links > :nth-child(2) {
  border-top-color: rgba(146, 83, 102, 0.4);
}

#organize .intent-links > :nth-child(2) strong {
  color: var(--berry-ink);
}

#organize .intent-links > :nth-child(3) {
  border-top-color: rgba(78, 104, 120, 0.42);
}

#organize .intent-links > :nth-child(3) strong {
  color: var(--slate-blue-ink);
}

#what-can-i-cook .seo-panel {
  border-left-color: rgba(155, 104, 38, 0.44);
}

#what-can-i-cook .seo-panel h3 {
  color: var(--saffron-ink);
}

#what-can-i-cook .intent-links > :nth-child(1) {
  border-top-color: rgba(79, 113, 101, 0.42);
}

#what-can-i-cook .intent-links > :nth-child(1) strong {
  color: var(--sage-ink);
}

#what-can-i-cook .intent-links > :nth-child(2) {
  border-top-color: rgba(146, 83, 102, 0.4);
}

#what-can-i-cook .intent-links > :nth-child(2) strong {
  color: var(--berry-ink);
}

#what-can-i-cook .intent-links > :nth-child(3) {
  border-top-color: rgba(171, 53, 0, 0.38);
}

#what-can-i-cook .intent-links > :nth-child(3) strong {
  color: var(--coral-ink);
}

#meal-planning .seo-panel {
  border-left-color: rgba(146, 83, 102, 0.4);
}

#meal-planning .seo-panel h3 {
  color: var(--berry-ink);
}

#grocery-lists .seo-panel {
  border-left-color: rgba(155, 104, 38, 0.44);
}

#grocery-lists .seo-panel h3 {
  color: var(--saffron-ink);
}

#grocery-lists .intent-links > :nth-child(1) {
  border-top-color: rgba(79, 113, 101, 0.42);
}

#grocery-lists .intent-links > :nth-child(1) strong {
  color: var(--sage-ink);
}

#grocery-lists .intent-links > :nth-child(2) {
  border-top-color: rgba(171, 53, 0, 0.38);
}

#grocery-lists .intent-links > :nth-child(2) strong {
  color: var(--coral-ink);
}

#grocery-lists .intent-links > :nth-child(3) {
  border-top-color: rgba(78, 104, 120, 0.42);
}

#grocery-lists .intent-links > :nth-child(3) strong {
  color: var(--slate-blue-ink);
}

.seo-media.duo {
  width: min(500px, 100%);
  min-height: min(700px, 72vw);
}

.seo-media.duo img {
  width: 70%;
  border: 7px solid rgba(28, 28, 25, 0.94);
  border-radius: 2.8rem;
  box-shadow: 0 30px 65px rgba(45, 31, 20, 0.17);
}

.seo-media.duo img:first-child {
  transform: translate(-1.5rem, 1.8rem) rotate(-4deg);
}

.seo-media.duo img:last-child {
  transform: translate(1.5rem, -1.8rem) rotate(4deg);
}

.faq-grid {
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.faq-title {
  position: sticky;
  top: 7rem;
  align-self: start;
}

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

.faq-item {
  border-top: 1px solid rgba(28, 28, 25, 0.14);
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(28, 28, 25, 0.14);
}

.faq-item summary {
  min-height: 72px;
  padding: 1.2rem 0;
  color: #294d48;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.faq-item p {
  color: #566861;
  line-height: 1.68;
  padding-right: 1.4rem;
}

.faq-caret {
  color: var(--teal);
}

.final-cta {
  background: var(--charcoal);
  color: #fdf9f5;
  padding: 8rem 0;
}

.final-cta::before {
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 107, 53, 0.26), transparent 30rem),
    radial-gradient(circle at 16% 112%, rgba(79, 113, 101, 0.48), transparent 28rem),
    radial-gradient(circle at 55% 130%, rgba(146, 83, 102, 0.22), transparent 24rem);
}

.final-inner {
  margin: 0 auto;
  text-align: center;
}

.final-inner .eyebrow {
  color: #ff9f78;
}

.final-inner h2 {
  color: #fdf9f5;
}

.final-inner > p {
  margin-right: auto;
  margin-left: auto;
  color: rgba(253, 249, 245, 0.68);
}

.final-actions {
  justify-content: center;
}

.button {
  min-height: 50px;
  border: 0;
  padding: 0.95rem 1.45rem;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  color: #fff;
}

.site-footer {
  border: 0;
  background: var(--charcoal);
  color: rgba(253, 249, 245, 0.56);
  padding: 1rem 0 3rem;
}

.footer-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  color: rgba(253, 249, 245, 0.56);
  padding: 2.2rem 0;
}

.footer-column h3 {
  color: #fdf9f5;
  letter-spacing: -0.025em;
}

.footer-column:nth-child(1) h3 {
  color: #ffb79c;
}

.footer-column:nth-child(2) h3 {
  color: #b8d3c9;
}

.footer-column:nth-child(3) h3 {
  color: #e3c1cc;
}

.footer-links a:hover {
  color: #fff;
}

/* Keep the conversion message present on first paint. The original landing
   animation hid the entire hero until JavaScript marked the stage ready. */
.motion-ready .hero-copy > *,
.motion-ready .phone,
.motion-ready .hero-stage.is-ready .phone {
  animation: none;
  filter: none;
  opacity: 1;
}

@media (max-width: 1100px) {
  .hero-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(400px, 1.12fr);
    gap: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 7vw, 5.5rem);
  }

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

  .phone-rail {
    height: 560px;
  }

  .seo-split,
  .seo-split.reverse {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 3rem;
  }
}

@media (max-width: 900px) {
  .page {
    width: min(var(--max), calc(100% - 2rem));
  }

  .site-header {
    top: 0.5rem;
  }

  .nav-shell {
    width: calc(100% - 1rem);
    min-height: 3.4rem;
    padding: 0.38rem 0.45rem 0.38rem 0.65rem;
  }

  .site-nav {
    top: calc(100% + 0.55rem);
    border: 0;
    border-radius: 1.4rem;
    background: rgba(255, 254, 253, 0.98);
    box-shadow: 0 20px 60px rgba(45, 31, 20, 0.14);
    padding: 0.65rem;
  }

  .site-nav a {
    min-height: 44px;
    padding: 0.8rem 0.9rem;
  }

  .hero {
    min-height: 0;
    padding: 7.2rem 0 2.2rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

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

  .hero h1 {
    max-width: 10.5ch;
    font-size: clamp(3.7rem, 13vw, 5.3rem);
  }

  .hero-stage {
    min-height: 590px;
    margin: 0;
    padding: 1.5rem;
  }

  .phone-rail {
    height: 540px;
    padding: 0;
  }

  .phone-rail .phone {
    width: min(300px, 62vw);
    transform: rotate(-4deg) !important;
  }

  .hero-float-top {
    top: 3.5%;
    left: -1.15rem;
  }

  .hero-float-bottom {
    right: 0.75rem;
    bottom: 16%;
  }

  .section,
  .spotlight,
  .how,
  .faq {
    padding: 6rem 0;
  }

  .import-compact {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .import-methods {
    order: 1;
  }

  .import-source-links {
    order: 2;
  }

  .seo-split,
  .seo-split.reverse {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .seo-split .seo-copy,
  .seo-split.reverse .seo-copy {
    order: 1;
  }

  .seo-split .seo-media,
  .seo-split.reverse .seo-media {
    order: 2;
  }

  .seo-copy {
    max-width: 680px;
  }

  .seo-media.duo {
    min-height: 620px;
  }

  .footer-wrap,
  .footer-nav-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-title {
    position: static;
  }
}

@media (max-width: 600px) {
  .page {
    width: calc(100% - 1.5rem);
  }

  .nav-shell {
    width: calc(100% - 1rem);
  }

  .brand-mark {
    width: 26px;
    height: 26px;
  }

  header .brand-name {
    font-size: 1rem !important;
  }

  .hero {
    padding-top: 6.5rem;
  }

  .hero-eyebrow {
    margin-bottom: 1.15rem;
    font-size: 0.68rem;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.2rem);
    line-height: 0.92;
  }

  .hero-sub {
    margin-top: 1.3rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 1.5rem;
  }

  .hero-actions .app-store-badge-link {
    width: auto;
  }

  .app-store-badge {
    width: 166px;
  }

  .hero-stage {
    min-height: 455px;
    border-radius: 2rem;
    padding: 0.8rem;
  }

  .hero-stage::after {
    top: 1.2rem;
    right: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .phone-rail {
    height: 430px;
  }

  .phone-rail .phone {
    width: min(235px, 64vw);
  }

  .phone img {
    border-width: 5px;
    border-radius: 2.4rem;
  }

  .hero-float {
    max-width: 156px;
    gap: 0.5rem;
    border-radius: 0.9rem;
    font-size: 0.66rem;
    padding: 0.62rem 0.72rem;
  }

  .hero-float strong {
    font-size: 0.74rem;
  }

  .hero-float-icon {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.8rem;
  }

  .hero-float-top {
    top: 0.4rem;
    left: -1rem;
  }

  .hero-float-bottom {
    right: 0.1rem;
    bottom: 14%;
  }

  .source-strip {
    padding: 1rem 0 4rem;
  }

  .source-inner {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0;
    padding: 1.15rem 0;
  }

  .source-title {
    width: 100%;
  }

  .source-list {
    justify-content: flex-start;
    gap: 0.42rem;
  }

  .source-list li {
    font-size: 0.75rem;
    padding: 0.25rem 0.62rem 0.25rem 0;
  }

  .section,
  .spotlight,
  .how,
  .faq {
    padding: 5rem 0;
  }

  .section-intro {
    margin-bottom: 2.75rem;
  }

  .section-intro h2,
  .seo-copy h2,
  .faq-title h2,
  .final-inner h2 {
    font-size: clamp(2.65rem, 12vw, 3.5rem);
  }

  .import-compact {
    gap: 2.5rem;
  }

  .import-preview {
    border-radius: 0;
  }

  .seo-split,
  .seo-split.reverse {
    gap: 2.7rem;
  }

  .seo-media.duo {
    width: calc(100% - 0.8rem);
    min-height: 470px;
  }

  .seo-media.duo img {
    width: 72%;
    border-width: 5px;
    border-radius: 2.15rem;
  }

  .seo-media.duo img:first-child {
    transform: translate(-0.45rem, 1rem) rotate(-3deg);
  }

  .seo-media.duo img:last-child {
    transform: translate(0.45rem, -1rem) rotate(3deg);
  }

  .intent-links {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    gap: 2.5rem;
  }

  .faq-item {
    padding: 0;
  }

  .faq-item summary {
    min-height: 66px;
    font-size: 0.96rem;
  }

  .final-cta {
    padding: 6rem 0;
  }

  .final-actions {
    width: 100%;
  }

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

  .footer-wrap {
    border-radius: 0;
    padding: 1.5rem 0;
  }
}

/* Keep the hero immediately useful on touch layouts. Section content reveals
   with opacity only so mobile scrolling stays calm and responsive. */
@media (max-width: 900px), (pointer: coarse) {
  .motion-ready .hero-copy > *,
  .motion-ready .phone {
    animation: none;
    filter: none;
    opacity: 1;
    transform: none;
  }

  .motion-ready [data-reveal] {
    --reveal-y: 0;
    opacity: 0;
    transform: none;
    transition: opacity 0.72s var(--ease-smooth);
  }

  .motion-ready [data-reveal].is-visible {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-float,
  .app-store-badge-link {
    transition: none;
  }

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
