/* Breadbills landing — layout & theme */
:root {
  --cream: #faf9f6;
  --cream-2: #f9f9f4;
  --sage: #84a98c;
  --sage-mid: #6d8f76;
  --sage-deep: #52796f;
  --forest: #354f52;
  --forest-card: #2f3e46;
  --text-dark: #1a1a1a;
  --text-muted: #3d4f54;
  --white: #ffffff;
  --mist-blue: #ddeaf0;
  --border-soft: #e2e8e4;
  --shadow-soft: 0 18px 40px rgba(47, 62, 70, 0.12);
  --radius-card: 12px;
  --radius-input: 12px;
  --container: 1200px;
  --section-y: clamp(3.5rem, 7vw, 5.25rem);
  --section-y-tight: clamp(2.75rem, 5vw, 4rem);
  --space-stack: clamp(1rem, 2vw, 1.5rem);
  --font-brand: "Shrikhand", Georgia, "Times New Roman", serif;
  --font-sans: "Glacial Indifference", "DM Sans", system-ui, -apple-system, sans-serif;
  --hero-logo-green: #5e8570;
  --how-title: #5d4b33;
  --header-height: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--text-dark);
  background: radial-gradient(circle at 20% -10%, #ffffff 0%, var(--cream) 42%, #f2f2ea 100%);
}

h1,
h2,
h3 {
  font-family: var(--font-brand);
}

main {
  min-height: 100vh;
}

.container {
  width: min(100% - 2.75rem, var(--container));
  margin-inline: auto;
}

.section {
  padding-block: var(--section-y);
  position: relative;
}

.section[id] {
  scroll-margin-top: calc(var(--header-height) + 14px);
}

/* ——— Header / Nav ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(54, 82, 70, 0.12);
  background: rgba(250, 249, 246, 0.78);
  backdrop-filter: blur(8px);
}

.site-header__inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-mark {
  text-decoration: none;
  font-family: var(--font-brand);
  letter-spacing: 0.03em;
  color: var(--hero-logo-green);
  font-size: 1.45rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.site-nav a {
  text-decoration: none;
  color: #2b433f;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: #3a6f5b;
}

.site-header__cta {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(145deg, #5d866f, #456755);
  border-radius: 999px;
  padding: 0.6rem 0.95rem;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(38, 64, 53, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.site-header__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 18px rgba(33, 57, 47, 0.28);
}

/* ——— Hero ——— */
.hero {
  background-color: var(--cream);
  background-image: url("assets/images/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: center;
  padding-top: clamp(2rem, 5vh, 3rem);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero__copy {
  max-width: 34rem;
}

.hero__brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
}

.hero__teaser {
  margin: 0 0 clamp(1.6rem, 4vh, 2.75rem);
  font-size: clamp(1.18rem, 2.4vw, 1.45rem);
  font-style: normal;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.45;
}

.hero__intro {
  margin: 0 0 0.125rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.3;
}

.hero__title {
  margin: 0 0 0.9375rem;
  font-size: clamp(2.85rem, 7.2vw, 4.35rem);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.02;
  color: var(--hero-logo-green);
  text-shadow: 2px 3px 0 rgba(94, 133, 112, 0.18);
  text-align: left;
  width: 100%;
}

.hero__tagline {
  margin: 0;
  align-self: center;
  text-align: center;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.45;
  width: 100%;
}

.hero__phones {
  position: relative;
  min-height: clamp(280px, 42vw, 420px);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 24px 35px rgba(32, 47, 38, 0.2));
}

.phone {
  flex-shrink: 0;
}

.phone--tilt {
  position: absolute;
  width: min(210px, 42vw);
}

.phone--back {
  transform: rotate(-14deg) translate(-38%, -6%);
  z-index: 1;
  opacity: 0.97;
}

.phone--front {
  transform: rotate(10deg) translate(32%, 4%);
  z-index: 2;
}

.hero__phone-img {
  display: block;
  width: 100%;
  height: auto;
}

.phone--back .hero__phone-img {
  animation: float-slow 7.8s ease-in-out infinite;
}

.phone--front .hero__phone-img {
  animation: float-slow 7.8s ease-in-out infinite 0.55s;
}

/* ——— Trust / Social proof ——— */
.trust {
  padding-block: var(--section-y-tight);
}

.trust__inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.65));
  border: 1px solid rgba(76, 103, 91, 0.14);
  border-radius: 22px;
  padding: clamp(1.3rem, 3vw, 2rem);
  box-shadow: 0 14px 30px rgba(35, 55, 45, 0.08);
}

.trust__kicker {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #47645d;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.trust__brands {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.trust__brands span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(73, 96, 87, 0.16);
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #3f5d53;
  background: rgba(255, 255, 255, 0.78);
}

.trust__stats {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-stat {
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(74, 100, 89, 0.14);
  background: rgba(248, 252, 249, 0.92);
}

.trust-stat__num {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  color: #2e5246;
}

.trust-stat__text {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  color: #375047;
}

/* ——— How ——— */
.how {
  background: linear-gradient(180deg, #f8f8f2 0%, #f6f6ef 100%);
  padding-block: var(--section-y-tight);
}

.how__inner {
  max-width: 1120px;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(83, 101, 89, 0.13);
  border-radius: 24px;
  backdrop-filter: blur(3px);
  padding: clamp(1.3rem, 2.8vw, 2rem);
  box-shadow: 0 16px 36px rgba(31, 49, 35, 0.08);
}

/* Row 1: title (left) + lead (right). Row 2: phones (left) + aside (right). */
.how__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
  grid-template-rows: auto auto;
  grid-template-areas:
    "title lead"
    "phones aside";
  column-gap: clamp(1.75rem, 4vw, 3.25rem);
  row-gap: clamp(1.5rem, 2.8vw, 2.25rem);
  align-items: start;
}

.how__title {
  grid-area: title;
  margin: 0;
  max-width: 26rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.85rem, 2.8vw, 2.65rem);
  font-weight: 700;
  font-style: italic;
  color: var(--how-title);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.how__lead {
  grid-area: lead;
  margin: 0;
  justify-self: end;
  align-self: start;
  text-align: right;
  font-family: "DM Sans", var(--font-sans);
  font-size: clamp(1.0625rem, 1.65vw, 1.25rem);
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.55;
  max-width: 22rem;
}

.how__phones {
  grid-area: phones;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(1rem, 2.2vw, 1.85rem);
  justify-content: flex-start;
  align-items: flex-end;
}

.how__phone {
  width: min(292px, 36vw);
  flex-shrink: 0;
  transition: transform 240ms ease;
}

.how__phone:hover {
  transform: translateY(-8px) rotate(-1.5deg);
}

.how__phone-img {
  display: block;
  width: 100%;
  height: auto;
}

.how__aside {
  grid-area: aside;
  align-self: center;
  justify-self: end;
  max-width: 17rem;
}

.how__stack {
  margin: 0;
  font-family: "DM Sans", var(--font-sans);
  text-align: right;
  font-size: clamp(1.0625rem, 1.65vw, 1.25rem);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.5;
}

/* ——— Benefits ——— */
.benefits {
  padding-block: var(--section-y-tight);
}

.benefits__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.benefits__header {
  max-width: 44rem;
}

.benefits__eyebrow {
  margin: 0 0 0.3rem;
  color: #4f6d63;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.benefits__title {
  margin: 0;
  font-size: clamp(1.8rem, 4.4vw, 2.55rem);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #2f4d43;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-card {
  background: #ffffff;
  border: 1px solid rgba(65, 92, 81, 0.14);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 14px 28px rgba(38, 58, 50, 0.07);
}

.benefit-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-sans);
  font-size: 1.08rem;
  color: #2d4a42;
}

.benefit-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #3b544c;
}

/* ——— Intel ——— */
.intel {
  background-color: #4a7259;
  background-image: url("assets/images/grocery-bg.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.intel__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.9rem, 4vw, 2.8rem);
}

.intel__header {
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
  padding-inline: 0.75rem;
}

.intel__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.95;
  font-family: var(--font-sans);
}

.intel__title {
  margin: 0 0 1rem;
  font-size: clamp(3rem, 6.5vw, 5.25rem);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.05;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

.intel__blurb {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  opacity: 0.95;
  font-weight: 400;
}

.intel__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.intel-card {
  background: linear-gradient(165deg, rgba(52, 86, 63, 0.96) 0%, rgba(47, 77, 57, 0.97) 100%);
  border: 2px solid rgba(210, 225, 155, 0.55);
  border-radius: 16px;
  padding: 1.5rem 1.35rem 1.75rem;
  box-shadow: 0 16px 28px rgba(22, 39, 26, 0.32);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.intel-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 232, 145, 0.85);
  box-shadow: 0 22px 30px rgba(18, 34, 23, 0.44);
}

.intel-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.intel-card__icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #d5e490;
  color: #3a2c0e;
  flex-shrink: 0;
}

.intel-card__num {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(195, 225, 145, 0.4);
  line-height: 1;
  font-family: var(--font-sans);
}

.intel-card__heading {
  margin: 0;
  font-size: 1.175rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--font-sans);
  color: var(--white);
}

.intel-card__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

/* ——— CTA ——— */
.cta {
  background: linear-gradient(180deg, var(--cream) 0%, #eef4f6 42%, var(--mist-blue) 100%);
  padding-block: var(--section-y-tight);
}

.cta__grid {
  max-width: 52rem;
}

.cta__copy {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(57, 93, 78, 0.16);
  border-radius: 22px;
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 16px 32px rgba(42, 72, 64, 0.1);
}

.cta__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.8vw, 1.85rem);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.3;
}

.cta__sub {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.55;
  max-width: 38rem;
}

.cta__brand {
  color: var(--sage-mid);
  font-weight: 700;
}

.cta__download-label {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
}

.app-store-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 1.1rem 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #1a1a1a;
  background: #000;
  color: #fff;
  text-decoration: none;
  max-width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-store-placeholder:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.app-store-placeholder__glyph {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: conic-gradient(from 180deg at 50% 50%, #62bdf6, #f6f2a4, #f59b9b, #62bdf6);
  flex-shrink: 0;
  opacity: 0.95;
}

.app-store-placeholder__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.app-store-placeholder__small {
  font-size: 0.5625rem;
  letter-spacing: 0.02em;
  opacity: 0.92;
}

.app-store-placeholder__big {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* ——— Contact ——— */
.contact {
  background: var(--cream);
  padding-top: var(--section-y-tight);
  padding-bottom: calc(var(--section-y-tight) + 0.25rem);
}

.contact__inner {
  max-width: 32rem;
  background: #fffdf9;
  border: 1px solid rgba(95, 113, 102, 0.16);
  border-radius: 22px;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  box-shadow: 0 16px 34px rgba(33, 51, 42, 0.08);
}

.contact__title {
  margin: 0 0 1.75rem;
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--text-dark);
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.field label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-dark);
}

.field input,
.field textarea {
  width: 100%;
  font: inherit;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-input);
  background: var(--white);
  color: var(--text-dark);
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid var(--sage);
  outline-offset: 1px;
  border-color: transparent;
}

.field textarea {
  resize: vertical;
  min-height: 9rem;
}

.contact__submit {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #5d866f, #476958);
  color: #fff;
  font: inherit;
  font-weight: 600;
  padding: 0.82rem 1.1rem;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  box-shadow: 0 10px 20px rgba(42, 73, 61, 0.24);
}

.contact__submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 24px rgba(34, 59, 49, 0.3);
}

/* ——— Testimonials ——— */
.testimonials {
  padding-block: var(--section-y-tight);
  background: linear-gradient(180deg, rgba(246, 250, 248, 0.95), rgba(239, 246, 242, 0.95));
}

.testimonials__inner {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.testimonials__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #527268;
  font-weight: 700;
}

.testimonials__title {
  margin: 0;
  font-size: clamp(1.75rem, 4.2vw, 2.5rem);
  color: #2f4a43;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(63, 92, 80, 0.18);
  background: #fff;
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 24px rgba(38, 59, 48, 0.08);
}

.testimonial-card blockquote {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.62;
  color: #344e45;
}

.testimonial-card figcaption {
  margin-top: 0.75rem;
  color: #4a695f;
  font-size: 0.84rem;
  font-weight: 700;
}

/* ——— FAQ ——— */
.faq {
  padding-block: var(--section-y-tight);
}

.faq__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 52rem;
}

.faq__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #537166;
  font-weight: 700;
}

.faq__title {
  margin: 0;
  color: #2f4b42;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border-radius: 12px;
  border: 1px solid rgba(71, 95, 85, 0.16);
  background: #fff;
  padding: 0.9rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #2f4b43;
}

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

.faq-item p {
  margin: 0.65rem 0 0;
  color: #3c554d;
  font-size: 0.94rem;
  line-height: 1.58;
}

/* ——— Footer ——— */
.site-footer {
  border-top: 1px solid rgba(59, 86, 75, 0.14);
  background: #f6f6ef;
}

.site-footer__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer__brand {
  margin: 0;
  font-family: var(--font-brand);
  color: #4d6f60;
  font-size: 1.1rem;
}

.site-footer__copy,
.site-footer__meta {
  margin: 0;
  color: #496159;
  font-size: 0.85rem;
}

/* ——— Reveal Animations ——— */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(0.2, 0.68, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--delay-1 {
  transition-delay: 90ms;
}

.reveal--delay-2 {
  transition-delay: 170ms;
}

.reveal--delay-3 {
  transition-delay: 250ms;
}

.reveal--delay-4 {
  transition-delay: 330ms;
}

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ——— Responsive ——— */
@media (max-width: 1024px) {
  .intel__cards {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

@media (max-width: 900px) {
  .site-header__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 0.65rem;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }

  .site-header__cta {
    order: 2;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero__copy {
    margin-inline: auto;
  }

  .hero__brand-block {
    align-items: center;
    margin-inline: auto;
  }

  .hero__intro {
    align-self: center;
  }

  .hero__title {
    text-align: center;
  }

  .hero__phones {
    min-height: clamp(300px, 58vw, 400px);
  }

  .phone--back {
    transform: rotate(-12deg) translate(-28%, -4%);
  }

  .phone--front {
    transform: rotate(8deg) translate(22%, 2%);
  }

  .how__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "title"
      "lead"
      "phones"
      "aside";
    row-gap: 1.35rem;
  }

  .how__lead {
    justify-self: start;
    text-align: left;
    max-width: 34rem;
  }

  .how__phones {
    justify-content: center;
  }

  .how__aside {
    justify-self: center;
    max-width: none;
  }

  .how__stack {
    text-align: center;
  }

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

  .site-footer__inner {
    min-height: auto;
    padding-block: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 1.5rem, var(--container));
  }

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

  .benefits__grid,
  .testimonials__grid,
  .trust__brands {
    grid-template-columns: 1fr;
  }

  .phone--tilt {
    width: min(180px, 44vw);
  }

  .phone--back {
    transform: rotate(-11deg) translate(-22%, -2%);
  }

  .phone--front {
    transform: rotate(8deg) translate(16%, 0);
  }

  .how__phones {
    flex-direction: column;
    align-items: center;
  }

  .how__phone {
    width: min(220px, 72vw);
  }

  .site-nav {
    gap: 0.55rem 0.8rem;
  }

  .site-nav a {
    font-size: 0.84rem;
  }
}

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

  .reveal,
  .reveal.is-visible,
  .phone--back,
  .phone--front,
  .how__phone,
  .intel-card,
  .app-store-placeholder,
  .contact__submit {
    animation: none;
    transition: none;
    transform: none;
    opacity: 1;
  }
}
