/* =========================================================
   ADM83 — Assistance Dépannage Maritime 83
   Palette issue du logo : rouge bouée / bleu marine / blanc
   ========================================================= */
:root {
  --navy-900: #0b1530;
  --navy-800: #101d3c;
  --navy-700: #16264e;
  --navy-600: #1f3263;
  --blue-500: #2b5bd7;
  --blue-100: #e8eefc;
  --red-600: #d43a2f;
  --red-700: #b92d24;
  --sand-50: #f7f9fc;
  --white: #ffffff;
  --text: #1c2540;
  --text-muted: #5b6480;
  --border: #e3e8f2;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(11, 21, 48, .10);
  --shadow-lg: 0 24px 60px rgba(11, 21, 48, .18);
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-500); }
abbr { text-decoration: none; border-bottom: 1px dotted currentColor; }

.container { width: min(1160px, 92%); margin-inline: auto; }
.container-narrow { width: min(860px, 92%); margin-inline: auto; }
.muted { color: var(--text-muted); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .8rem 1.4rem; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 1rem 1.8rem; font-size: 1.05rem; }
.btn-primary { background: var(--red-600); color: var(--white); box-shadow: 0 8px 22px rgba(212, 58, 47, .35); }
.btn-primary:hover { background: var(--red-700); color: var(--white); }
.btn-ghost { background: rgba(255,255,255,.08); color: var(--white); border-color: rgba(255,255,255,.45); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,.18); color: var(--white); }
.btn-danger { background: var(--red-600); color: var(--white); }
.btn-danger:hover { background: var(--red-700); color: var(--white); }
.btn-phone { background: var(--red-600); color: var(--white); padding: .6rem 1.1rem; font-size: .95rem; white-space: nowrap; flex-shrink: 0; }
.btn-phone:hover { background: var(--red-700); color: var(--white); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(16, 29, 60, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding: .65rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--white); margin-right: auto; flex-shrink: 0; }
.brand img {
  width: 52px; height: 52px; object-fit: cover;
  border-radius: 50%; background: var(--white);
  border: 2px solid rgba(255,255,255,.25);
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 1.2rem; letter-spacing: .04em; }
.brand-text small { font-size: .72rem; color: #b8c4e2; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; gap: 1.4rem; }
.main-nav a {
  color: #d4ddf2; text-decoration: none; font-weight: 600; font-size: .95rem;
  padding: .35rem 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
  white-space: nowrap;
}
.main-nav a:hover { color: var(--white); border-color: var(--red-600); }
.nav-toggle { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 3px; margin: 5px 0; background: var(--white); border-radius: 2px; transition: transform .2s, opacity .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: center;
  color: var(--white);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,21,48,.82) 0%, rgba(11,21,48,.55) 45%, rgba(11,21,48,.88) 100%),
    url("../img/Extra_2.webp") center 35% / cover no-repeat;
  transform: scale(1.02);
}
.hero-content { position: relative; padding: 7rem 0 6rem; max-width: 780px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25);
  padding: .45rem 1rem; border-radius: 999px; font-weight: 600; font-size: .9rem;
  margin: 0 0 1.4rem;
}
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 0 rgba(61,220,132,.7); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(61,220,132,0); } 100% { box-shadow: 0 0 0 0 rgba(61,220,132,0); } }
.hero h1 { font-size: clamp(2.2rem, 5.4vw, 3.9rem); line-height: 1.08; margin: 0 0 1.2rem; font-weight: 800; letter-spacing: -.01em; }
.hero .accent { color: #ff6b5e; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: #dbe3f5; margin: 0 0 2rem; max-width: 640px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.2rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .6rem 1rem; list-style: none; padding: 0; margin: 0 0 .6rem; }
.hero-badges li {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18);
  padding: .4rem .9rem; border-radius: 999px; font-size: .85rem; font-weight: 600;
}
.hero-note { font-size: .75rem; color: #9fb0d4; margin: 0; }
.hero-scroll {
  position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.75); font-size: 1.6rem; text-decoration: none; animation: bob 2s infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ---------- Bandeau urgence ---------- */
.emergency { background: var(--navy-800); padding: 0 0 4rem; }
.emergency-card {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center;
  background: linear-gradient(120deg, #2a1215, #3a1712);
  border: 1px solid rgba(212,58,47,.55);
  border-radius: var(--radius); padding: 1.8rem 2rem;
  color: #ffe9e6; box-shadow: var(--shadow-lg);
  transform: translateY(-3.5rem); margin-bottom: -3.5rem;
}
.emergency-icon { font-size: 2.4rem; }
.emergency-body h2 { margin: 0 0 .5rem; color: var(--white); font-size: 1.3rem; }
.emergency-body p { margin: 0; font-size: .95rem; line-height: 1.6; }
.emergency-actions { display: flex; flex-direction: column; gap: .7rem; align-items: stretch; text-align: center; }
.vhf-chip {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px; padding: .55rem 1.1rem; font-weight: 700; font-size: .95rem; color: var(--white);
}

/* ---------- Sections ---------- */
.section { padding: 5.5rem 0; }
.section-alt { background: var(--sand-50); }
.section-eyebrow {
  color: var(--red-600); text-transform: uppercase; letter-spacing: .14em;
  font-weight: 800; font-size: .8rem; margin: 0 0 .6rem;
}
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: 0 0 1.2rem; line-height: 1.15; color: var(--navy-800); letter-spacing: -.01em; }
.section-head { max-width: 760px; margin-bottom: 3rem; }
.section-sub { color: var(--text-muted); font-size: 1.05rem; margin: 0; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.grid-swap > figure { order: 0; }

/* ---------- Quand appeler ---------- */
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1.2rem; }
.check-list li { position: relative; padding-left: 1.7rem; font-weight: 600; font-size: .97rem; }
.check-list li::before { content: "✔"; position: absolute; left: 0; color: var(--red-600); font-weight: 800; }
.insurance-note {
  background: var(--blue-100); border-left: 4px solid var(--blue-500);
  padding: 1rem 1.2rem; border-radius: 0 10px 10px 0; margin: 0 0 1.8rem; font-size: .95rem;
}
.photo-stack { position: relative; padding-bottom: 3.5rem; }
.photo-stack figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.photo-stack img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { position: relative; z-index: 1; aspect-ratio: 4 / 3; }
.photo-small { position: absolute; width: 42%; aspect-ratio: 3 / 4; border: 5px solid var(--white); z-index: 2; }
.photo-a { right: -4%; bottom: 0; }
.photo-b { left: -4%; bottom: 8%; width: 36%; aspect-ratio: 4 / 3; }

/* ---------- Qui sommes-nous ---------- */
.about-photo { margin: 0; }
.about-photo img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
.about-photo figcaption { text-align: center; color: var(--text-muted); font-size: .85rem; margin-top: .8rem; }
.stats-row { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }
.stat {
  flex: 1; min-width: 130px; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.1rem 1.2rem; text-align: center; box-shadow: var(--shadow);
}
.stat strong { display: block; font-size: 1.6rem; color: var(--red-600); font-weight: 800; }
.stat span { font-size: .8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; }

/* ---------- Cartes services ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.card, .mean-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover, .mean-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-icon {
  width: 56px; height: 56px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-600));
  color: var(--white); font-size: 1.6rem; border-radius: 14px; margin-bottom: 1.1rem;
}
.card h3, .mean-card h3 { margin: 0 0 .6rem; font-size: 1.12rem; color: var(--navy-800); }
.card p, .mean-card p { margin: 0; color: var(--text-muted); font-size: .95rem; }
.card-cta { background: linear-gradient(135deg, var(--navy-800), var(--navy-600)); border: 0; }
.card-cta h3 { color: var(--white); }
.card-cta p { color: #c6d2ee; margin-bottom: 1.2rem; }
.card-cta .card-icon { background: rgba(255,255,255,.12); }

/* ---------- Étapes ---------- */
.section-steps { background: var(--navy-800); color: var(--white); }
.section-steps .section-title { color: var(--white); }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.steps li { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 1.7rem 1.5rem; }
.step-num {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--red-600); color: var(--white); font-weight: 800; font-size: 1.15rem; margin-bottom: 1rem;
}
.steps h3 { margin: 0 0 .5rem; font-size: 1.05rem; }
.steps p { margin: 0; color: #bcc8e4; font-size: .92rem; }

/* ---------- Moyens & galerie ---------- */
.means-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-bottom: 3rem; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 1rem; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; }

/* ---------- Zone ---------- */
.chips { list-style: none; padding: 0; margin: 1.4rem 0; display: flex; flex-wrap: wrap; gap: .55rem; }
.chips li {
  background: var(--blue-100); color: var(--navy-700); font-weight: 600; font-size: .87rem;
  padding: .4rem .95rem; border-radius: 999px; border: 1px solid #d3ddf6;
}
.map-wrap { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); min-height: 420px; }
.map-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-link {
  position: absolute; bottom: .8rem; right: .8rem; background: var(--white);
  padding: .4rem .9rem; border-radius: 999px; font-size: .82rem; font-weight: 700;
  text-decoration: none; box-shadow: var(--shadow);
}

/* ---------- Météo marine ---------- */
.section-weather {
  background:
    linear-gradient(180deg, rgba(11,21,48,.94), rgba(16,29,60,.96)),
    url("../img/Quand_1.webp") center / cover no-repeat fixed;
  color: var(--white);
}
.section-weather .section-title { color: var(--white); }
.section-weather .section-sub { color: #c3cfe9; }
.weather-widget { min-height: 220px; }
.weather-loading, .weather-error {
  text-align: center; padding: 3rem 1rem; color: #b9c6e4;
  background: rgba(255,255,255,.05); border: 1px dashed rgba(255,255,255,.2); border-radius: var(--radius);
}
.weather-now {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; margin-bottom: 1.6rem;
}
.weather-now-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 1.1rem 1.2rem; text-align: center;
}
.weather-now-card .wn-label { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: #9db0d8; margin-bottom: .35rem; }
.weather-now-card .wn-value { font-size: 1.5rem; font-weight: 800; }
.weather-now-card .wn-extra { display: block; font-size: .8rem; color: #b9c6e4; margin-top: .2rem; }
.weather-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: .7rem; }
.weather-day {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: .9rem .6rem; text-align: center; font-size: .82rem;
}
.weather-day .wd-name { font-weight: 800; text-transform: capitalize; margin-bottom: .2rem; }
.weather-day .wd-ico { font-size: 1.5rem; line-height: 1.4; }
.weather-day .wd-temp { font-weight: 700; margin: .25rem 0; }
.weather-day .wd-temp small { color: #93a6cf; font-weight: 600; }
.weather-day .wd-wind, .weather-day .wd-wave { color: #b9c6e4; font-size: .76rem; line-height: 1.5; }
.weather-flag {
  display: inline-block; margin-top: .35rem; padding: .1rem .5rem; border-radius: 6px;
  font-size: .68rem; font-weight: 800; letter-spacing: .04em;
}
.flag-ok { background: rgba(61,220,132,.18); color: #7ce6ab; }
.flag-warn { background: rgba(255,193,7,.18); color: #ffd76b; }
.flag-danger { background: rgba(212,58,47,.25); color: #ff9c93; }
.weather-updated { text-align: right; font-size: .74rem; color: #8fa2cc; margin: .8rem 0 0; }
.weather-links { margin-top: 1.6rem; font-size: .85rem; color: #a9b9dd; }
.weather-links a { color: #cfe0ff; }

/* ---------- FAQ ---------- */
.faq-item {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  margin-bottom: 1rem; box-shadow: var(--shadow); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 1.2rem 1.5rem; font-weight: 700; font-size: 1.02rem;
  list-style: none; position: relative; padding-right: 3rem; color: var(--navy-800);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 700; color: var(--red-600); transition: transform .2s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { margin: 0; padding: 0 1.5rem 1.3rem; color: var(--text-muted); font-size: .96rem; }

/* ---------- Contact ---------- */
.section-contact { background: var(--sand-50); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 1rem; }
.contact-card {
  display: flex; gap: 1rem; align-items: center; text-decoration: none; color: var(--text);
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.15rem 1.3rem; box-shadow: var(--shadow); transition: transform .15s;
  overflow-wrap: anywhere;
}
a.contact-card:hover { transform: translateY(-3px); }
.contact-ic { font-size: 1.5rem; }
.contact-card em { color: var(--text-muted); font-style: normal; font-size: .85rem; }
.contact-card-urgence { border-color: rgba(212,58,47,.5); background: #fff5f4; }

.contact-form {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2rem; box-shadow: var(--shadow-lg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-field { margin-bottom: 1.2rem; display: flex; flex-direction: column; }
.form-field label { font-weight: 700; font-size: .88rem; margin-bottom: .4rem; color: var(--navy-800); }
.form-field input, .form-field textarea, .form-field select {
  font: inherit; padding: .75rem .95rem; border: 1.5px solid var(--border); border-radius: 10px;
  background: var(--sand-50); transition: border-color .15s, box-shadow .15s; width: 100%;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(43,91,215,.15); background: var(--white);
}
.form-field textarea { resize: vertical; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-consent { font-size: .78rem; color: var(--text-muted); margin: .2rem 0 1.2rem; }
.form-status { margin: 1rem 0 0; font-weight: 700; font-size: .95rem; min-height: 1.4em; }
.form-status.ok { color: #1d8a4e; }
.form-status.err { color: var(--red-600); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #b9c6e4; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 2.5rem; padding: 3.5rem 0 2.5rem; }
.footer-brand img {
  margin-bottom: 1rem;
  border-radius: 50%; background: var(--white); object-fit: cover;
  border: 2px solid rgba(255,255,255,.2);
}
.footer-brand p { margin: 0; font-size: .92rem; }
.footer-brand strong { color: var(--white); }
.footer-nav { display: flex; flex-direction: column; gap: .55rem; }
.footer-nav a, .footer-contact a { color: #b9c6e4; text-decoration: none; font-size: .93rem; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--white); }
.footer-contact { display: flex; flex-direction: column; gap: .55rem; font-size: .93rem; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.08); padding: 1.2rem 0; font-size: .8rem; }
.footer-legal p { margin: .2rem 0; }
.footer-cross { color: #8fa2cc; }

/* ---------- Barre d'appel mobile ---------- */
.mobile-call-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(16,29,60,.95); backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,.1);
}
.mobile-call-bar .btn { width: 100%; justify-content: center; }

/* ---------- Animations reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
/* Header compact : nav resserrée, tagline masquée pour éviter tout chevauchement */
@media (min-width: 1201px) and (max-width: 1400px) {
  .brand-text small { display: none; }
  .main-nav { gap: 1rem; }
  .main-nav a { font-size: .88rem; }
  .btn-phone { font-size: .88rem; padding: .55rem .95rem; }
  .header-inner { gap: 1.1rem; }
}

/* Passage au menu burger */
@media (max-width: 1200px) {
  .main-nav {
    position: fixed; inset: 66px 0 auto 0; z-index: 99;
    flex-direction: column; gap: 0;
    background: var(--navy-800); border-bottom: 1px solid rgba(255,255,255,.1);
    padding: .5rem 0 1rem;
    transform: translateY(-130%); transition: transform .25s ease;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: .85rem 6%; border-bottom: 0; font-size: 1rem; }
  .nav-toggle { display: block; flex-shrink: 0; }
}

@media (max-width: 1024px) {
  .cards-grid, .means-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .weather-days { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-2 { gap: 3rem; }
}

@media (max-width: 820px) {
  .header-phone { display: none; }

  .grid-2 { grid-template-columns: 1fr; gap: 2.6rem; }
  .grid-swap > figure { order: 2; }
  .emergency-card { grid-template-columns: 1fr; text-align: left; gap: 1rem; }
  .emergency-actions { flex-direction: row; flex-wrap: wrap; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .gallery figure:first-child { grid-column: span 2; grid-row: span 1; }
  .check-list { grid-template-columns: 1fr; }
  .mobile-call-bar { display: block; }
  body { padding-bottom: 70px; }
  .hero { min-height: 88vh; }
}

@media (max-width: 560px) {
  .cards-grid, .means-grid, .steps { grid-template-columns: 1fr; }
  .weather-days { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .photo-small { display: none; }
  .photo-stack { padding-bottom: 0; }
  .section { padding: 4rem 0; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 420px) {
  .brand-text small { display: none; }
}
