/* =====================================================
   Timeline Travel — stylesheet
   Built on the rapid-company template structure.
   Palette is sampled from the Timeline Travel logo:
   signal red (Timeline), sun gold + bush olive (travel).
   Edit colours/fonts here — everything reads from these variables.
   ===================================================== */

:root{
  --red:         #D02020;   /* logo: "Timeline" */
  --red-dark:    #AE1A1A;
  --gold:        #E0B028;   /* logo: "travel" + the square on the i */
  --gold-dark:   #C8971B;
  --olive:       #707830;   /* logo: swoosh + the "a" */
  --olive-dark:  #4F5A22;
  --forest:      #1B1F10;   /* footer / deep shadows */
  --ink:         #23281A;
  --slate:       #5E6552;
  --paper:       #FFFFFF;
  --paper-dim:   #F5F6EC;
  --line:        #E2E5D2;
  --radius:      10px;
  --max:         1140px;
  --shadow:      0 14px 34px -20px rgba(27,31,16,.45);
  --font-display:'Jost','Century Gothic','Avenir Next','Segoe UI',system-ui,sans-serif;
  --font-body:   'Lato','Segoe UI',system-ui,-apple-system,sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:84px; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:var(--font-display);
  font-weight:500;
  line-height:1.15;
  margin:0 0 .5em;
  letter-spacing:-.005em;
}
p{ margin:0 0 1em; color:var(--slate); }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
.container{ max-width:var(--max); margin:0 auto; padding:0 24px; }
section{ padding:88px 0; }
:focus-visible{ outline:3px solid var(--olive-dark); outline-offset:3px; border-radius:4px; }
.hero :focus-visible, .contact :focus-visible, .site-footer :focus-visible, .newsletter :focus-visible{ outline-color:var(--gold); }

.skip-link{
  position:absolute; left:16px; top:-60px; z-index:100; background:var(--ink); color:#fff;
  padding:10px 16px; border-radius:8px; font-weight:700; transition:top .15s ease;
}
.skip-link:focus{ top:12px; }

.eyebrow{
  display:inline-flex; align-items:center; gap:10px; font-size:14px; font-weight:700;
  letter-spacing:.02em; color:var(--olive-dark); margin-bottom:14px;
}
.eyebrow::before{ /* the square on the "i" of the logo */
  content:""; width:9px; height:9px; border-radius:2px; background:var(--gold); flex:none;
}
.section-head{ max-width:660px; margin-bottom:48px; }
.section-head h2{ font-size:clamp(28px,4vw,40px); }
.section-head p{ font-size:17px; }

.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 28px; border-radius:999px; font-family:var(--font-body); font-weight:700; font-size:15px;
  border:2px solid transparent; cursor:pointer; transition:transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--red); color:#fff; box-shadow:0 10px 24px -10px rgba(208,32,32,.6); }
.btn-primary:hover{ background:var(--red-dark); }
.btn-gold{ background:var(--gold); color:var(--forest); }
.btn-gold:hover{ background:var(--gold-dark); }
.btn-outline{ border-color:rgba(255,255,255,.75); color:#fff; }
.btn-outline:hover{ background:rgba(255,255,255,.12); }
.btn-outline-dark{ border-color:var(--olive-dark); color:var(--olive-dark); }
.btn-outline-dark:hover{ background:rgba(79,90,34,.08); }
.btn-dark{ background:var(--forest); color:#fff; }
.btn-dark:hover{ background:var(--olive-dark); }

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.94); backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.site-header .container{ display:flex; align-items:center; justify-content:space-between; padding-block:10px; gap:20px; }
.brand{ display:flex; align-items:center; }
.brand img{ height:54px; width:auto; }
.nav-links{ display:flex; gap:26px; }
.nav-links a{ font-size:14px; font-weight:700; color:var(--ink); padding:6px 0; border-bottom:2px solid transparent; }
.nav-links a:hover{ color:var(--red); border-bottom-color:var(--gold); }
.header-cta{ display:flex; align-items:center; gap:14px; }
.wa-pill{
  display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:700;
  color:var(--olive-dark);
}
.wa-pill svg{ width:18px; height:18px; }
.nav-toggle{ display:none; background:none; border:0; font-size:26px; cursor:pointer; color:var(--olive-dark); line-height:1; }

/* ---------- Hero + background slideshow ---------- */
.hero{
  position:relative; isolation:isolate; overflow:hidden; color:#fff;
  padding:48px 0 88px;
  min-height:clamp(540px, calc(100svh - 64px - 108px), 780px);
  display:flex; align-items:center;
  background:var(--forest);
  border-bottom:1px solid var(--line);
}
.hero-slides{ position:absolute; inset:0; z-index:-2; }
.hero-slide{ position:absolute; inset:0; margin:0; opacity:0; transition:opacity 1.3s ease; }
.hero-slide.is-active{ opacity:1; }
.hero-slide img{ width:100%; height:100%; object-fit:cover; }
.hero-slide.is-active img{ animation:hero-drift 9s ease-out forwards; }
@keyframes hero-drift{ from{ transform:scale(1.07); } to{ transform:scale(1); } }
.hero::before{
  content:""; position:absolute; inset:0; z-index:-1;
  background:
    linear-gradient(90deg, rgba(20,24,11,.86) 0%, rgba(20,24,11,.62) 46%, rgba(20,24,11,.22) 100%),
    linear-gradient(0deg, rgba(20,24,11,.7) 0%, rgba(20,24,11,0) 32%);
}
.hero .container{ width:100%; display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; }
.hero .eyebrow{ color:#fff; }
.hero h1{ font-size:clamp(34px,4.9vw,58px); font-weight:500; margin-bottom:.45em; text-wrap:balance; }
.hero h1 span{ display:block; }
.hero h1 .l2{ color:var(--gold); }  /* two-tone headline, like the logo */
.hero p.lead{ font-size:18px; max-width:540px; color:rgba(255,255,255,.88); }
.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.trust-strip{ display:flex; gap:32px; margin-top:40px; flex-wrap:wrap; }
.trust-strip div{ font-size:13.5px; color:rgba(255,255,255,.8); font-weight:700; max-width:150px; line-height:1.35; }
.trust-strip strong{ display:block; font-family:var(--font-display); font-size:26px; color:var(--gold); font-weight:600; }
.hero-art{
  background:rgba(27,31,16,.6); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.16); border-radius:18px; padding:32px; color:#fff;
  box-shadow:var(--shadow); position:relative; overflow:hidden;
}
.hero-art::after{
  content:""; position:absolute; right:0; bottom:0; width:120px; height:120px;
  background:var(--olive); opacity:.55; clip-path:polygon(100% 0,100% 100%,0 100%);
}
.hero-art h3{ font-size:18px; color:var(--gold); margin-bottom:14px; }
.hero-checklist li{ display:flex; gap:10px; align-items:flex-start; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.14); font-size:14.5px; position:relative; z-index:1; }
.hero-checklist li:last-child{ border-bottom:none; }
.hero-checklist svg{ width:18px; height:18px; flex:none; color:var(--gold); margin-top:2px; }

.hero-controls{ position:absolute; left:0; right:0; bottom:22px; }
.hero-controls .container{ display:flex; align-items:center; justify-content:space-between; gap:16px; }
.hero-caption{ display:flex; align-items:center; gap:8px; font-size:13px; font-weight:700; color:rgba(255,255,255,.9); }
.hero-caption svg{ width:16px; height:16px; color:var(--gold); flex:none; }
.hero-nav{ display:flex; align-items:center; gap:10px; }
.hero-dots{ display:flex; gap:8px; margin-right:6px; }
.hero-dot{
  width:10px; height:10px; padding:0; border-radius:999px; border:0; cursor:pointer;
  background:rgba(255,255,255,.5); transition:width .25s ease, background-color .25s ease;
}
.hero-dot[aria-current="true"]{ width:30px; background:var(--gold); }
.hero-btn{
  width:38px; height:38px; border-radius:50%; cursor:pointer; padding:0;
  display:flex; align-items:center; justify-content:center;
  background:rgba(27,31,16,.5); border:1px solid rgba(255,255,255,.4); color:#fff;
  transition:background-color .15s ease;
}
.hero-btn:hover{ background:rgba(27,31,16,.85); }
.hero-btn svg{ width:16px; height:16px; }
.hero-btn .i-play{ display:none; }
.hero-btn.is-paused .i-play{ display:block; }
.hero-btn.is-paused .i-pause{ display:none; }

/* ---------- Cut-corner image frames (brochure diagonal motif) ---------- */
.cut-frame{ position:relative; }
.cut-frame img{ width:100%; height:100%; object-fit:cover; }
.cut-tl img{ clip-path:polygon(22% 0,100% 0,100% 100%,0 100%,0 22%); }
.cut-tl::before{
  content:""; position:absolute; top:0; left:0; width:22%; height:22%; background:var(--olive);
  clip-path:polygon(0 0,100% 0,0 100%);
}
.cut-br img{ clip-path:polygon(0 0,100% 0,100% 78%,78% 100%,0 100%); }
.cut-br::after{
  content:""; position:absolute; bottom:0; right:0; width:22%; height:22%; background:var(--gold);
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

/* ---------- About ---------- */
.about-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:64px; align-items:center; }
.about-grid .section-head{ margin-bottom:0; max-width:none; }
.about-photo{ aspect-ratio:4/3.3; }
.check-list{ margin-top:22px; display:grid; gap:10px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; font-size:15.5px; color:var(--ink); }
.check-list li::before{ content:""; width:9px; height:9px; margin-top:9px; border-radius:2px; background:var(--gold); flex:none; }

/* ---------- Icons ---------- */
.icon-badge{
  width:52px; height:52px; border-radius:14px; background:var(--paper-dim);
  display:flex; align-items:center; justify-content:center; margin-bottom:16px;
  border:1px solid var(--line);
}
.icon-badge svg{ width:26px; height:26px; color:var(--olive-dark); }

/* ---------- Services ---------- */
.band{ background:var(--paper-dim); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.services-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:22px; }
.service-card{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px;
}
.service-card h3{ font-size:19px; margin-bottom:8px; }
.service-card p{ font-size:14.5px; margin-bottom:0; }

/* ---------- Destinations ---------- */
.dest-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:24px; }
.dest-card{
  position:relative; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius);
  overflow:hidden; display:flex; flex-direction:column;
}
.dest-card img{ width:100%; aspect-ratio:4/3; object-fit:cover; }
.dest-body{ padding:22px 24px 24px; display:flex; flex-direction:column; flex:1; }
.dest-body h3{ font-size:22px; margin-bottom:6px; }
.dest-body p{ font-size:14.5px; }
.dest-meta{ font-size:13.5px; color:var(--slate); margin-bottom:14px; }
.dest-meta strong{ color:var(--ink); }
.dest-link{ margin-top:auto; font-weight:700; font-size:14.5px; color:var(--red); border-bottom:2px solid var(--gold); align-self:flex-start; padding-bottom:1px; }
.dest-link::after{ content:""; position:absolute; inset:0; }  /* whole card is clickable */
.dest-card:hover .dest-link{ color:var(--red-dark); }
.dest-card:focus-within{ box-shadow:0 0 0 3px var(--olive-dark); }
.dest-link:focus-visible{ outline:none; }

/* ---------- Why us ---------- */
.why-layout{ display:grid; grid-template-columns:.9fr 1.1fr; gap:64px; align-items:center; }
.why-photo{ aspect-ratio:4/4.4; }
.why-photo img{ object-position:82% 30%; }
.why-badge{
  position:absolute; left:18px; bottom:18px; z-index:2; background:var(--red); color:#fff;
  padding:12px 16px; border-radius:10px; font-family:var(--font-display); font-weight:500; font-size:17px; line-height:1.25;
  box-shadow:var(--shadow);
}
.why-badge small{ display:block; font-family:var(--font-body); font-size:12.5px; font-weight:700; opacity:.9; }
.why-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px 32px; }
.why-item h3{ font-size:18px; }
.why-item p{ font-size:14.5px; }
.why-layout .section-head{ margin-bottom:32px; }

/* ---------- Process (sequence, so numbered) ---------- */
.process{ overflow:hidden; }
.process-track{ position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:20px; }
.process-track::before{
  content:""; position:absolute; top:26px; left:6%; right:6%; height:3px;
  background:repeating-linear-gradient(90deg,var(--gold) 0 10px, transparent 10px 18px);
}
.process-step{ position:relative; text-align:left; padding-right:20px; }
.process-cog{
  width:54px; height:54px; border-radius:50%; background:var(--olive-dark); color:var(--gold);
  display:flex; align-items:center; justify-content:center; font-family:var(--font-display);
  font-weight:600; font-size:20px; position:relative; z-index:2; margin-bottom:18px;
  box-shadow:0 0 0 6px var(--paper);
}
.process-step h3{ font-size:18px; margin-bottom:6px; }
.process-step p{ font-size:14px; }

/* ---------- FAQ ---------- */
.faq-list{ max-width:780px; }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-q{
  width:100%; text-align:left; background:none; border:0; padding:20px 0; cursor:pointer;
  display:flex; justify-content:space-between; align-items:center; gap:16px;
  font-family:var(--font-display); font-weight:500; font-size:18px; color:var(--ink);
}
.faq-q .plus{ font-size:26px; color:var(--red); transition:transform .2s ease; flex:none; line-height:1; }
.faq-item.open .faq-q .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-a p{ padding-bottom:20px; font-size:15.5px; margin:0; }

.faq-layout{ display:grid; grid-template-columns:1.6fr .6fr; gap:56px; align-items:start; }
.faq-layout .faq-list{ max-width:none; }
.faq-help{
  background:var(--paper); border:1px solid var(--line); border-left:5px solid var(--gold);
  border-radius:var(--radius); padding:26px; position:sticky; top:96px; display:flex; flex-direction:column; gap:12px; align-items:flex-start;
}
.faq-help h3{ font-size:21px; margin:0; }
.faq-help p{ margin:0 0 6px; font-size:15px; }

/* ---------- Contact ---------- */
.contact{ background:var(--olive-dark); color:#fff; }
.contact h2{ font-size:clamp(28px,4vw,40px); color:#fff; }
.contact p{ color:rgba(255,255,255,.82); }
.contact .eyebrow{ color:#fff; }
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
.contact-info li{ display:flex; gap:12px; align-items:flex-start; margin-bottom:20px; font-size:16px; }
.contact-info svg{ width:20px; height:20px; color:var(--gold); flex:none; margin-top:3px; }
.contact-info a:hover{ color:var(--gold); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field{ margin-bottom:14px; }
.field label{ display:block; font-size:13.5px; font-weight:700; margin-bottom:6px; color:rgba(255,255,255,.92); }
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border-radius:8px; border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.08); color:#fff; font-family:inherit; font-size:15px;
}
.field input::placeholder, .field textarea::placeholder{ color:rgba(255,255,255,.55); }
.field input:focus, .field select:focus, .field textarea:focus{ outline:2px solid var(--gold); outline-offset:1px; }
.field select option{ color:var(--ink); }
.form-note{ font-size:13px; color:rgba(255,255,255,.7); margin-top:12px; }
.hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* ---------- Newsletter strip ---------- */
.newsletter{ background:var(--gold); padding:0; }
.newsletter .container{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px; padding-block:34px; }
.newsletter h3{ font-size:21px; color:var(--forest); margin:0; }
.newsletter p{ margin:2px 0 0; font-size:14.5px; color:#4A3C0B; }
.newsletter-form{ display:flex; gap:10px; }
.newsletter-form input{
  padding:12px 16px; border-radius:999px; border:1px solid rgba(27,31,16,.3); min-width:240px; font-size:15px; font-family:inherit;
}

/* ---------- Destination pages ---------- */
.page-hero{ padding:56px 0 72px; background:var(--paper-dim); border-bottom:1px solid var(--line); }
.page-hero .container{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.page-hero h1{ font-size:clamp(34px,5vw,54px); margin-bottom:.4em; text-wrap:balance; }
.page-hero .lead{ font-size:18px; max-width:520px; }
.page-photo{ aspect-ratio:4/3.2; }
.breadcrumb{ font-size:13.5px; color:var(--slate); margin-bottom:18px; }
.breadcrumb a{ color:var(--olive-dark); font-weight:700; border-bottom:1px solid var(--gold); }
.breadcrumb span{ margin:0 6px; }
.detail-grid{ display:grid; grid-template-columns:1.25fr .75fr; gap:56px; align-items:start; }
.detail-grid h2{ font-size:clamp(26px,3.4vw,34px); }
.detail-grid p{ font-size:17px; }
.glance{
  background:var(--paper-dim); border:1px solid var(--line); border-radius:var(--radius); padding:26px 28px;
  position:sticky; top:96px;
}
.glance h3{ font-size:19px; margin-bottom:14px; }
.glance dl{ margin:0; }
.glance dt{ font-size:13px; font-weight:700; color:var(--olive-dark); margin-top:14px; }
.glance dd{ margin:2px 0 0; font-size:15px; color:var(--ink); }
.two-col-lists{ display:grid; grid-template-columns:1fr 1fr; gap:48px; }
.two-col-lists h2{ font-size:clamp(24px,3vw,30px); }
.cta-band{ background:var(--forest); color:#fff; text-align:left; }
.cta-band .container{ display:flex; flex-wrap:wrap; gap:24px; align-items:center; justify-content:space-between; }
.cta-band h2{ color:#fff; font-size:clamp(26px,3.4vw,34px); margin-bottom:6px; }
.cta-band p{ color:rgba(255,255,255,.78); margin:0; }
.more-dests{ display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:14px; }
.more-dests a{
  border:1px solid var(--line); border-radius:var(--radius); padding:14px 16px; font-family:var(--font-display);
  font-weight:500; font-size:17px; background:var(--paper); border-left:5px solid var(--gold);
}
.more-dests a:hover{ border-left-color:var(--red); color:var(--red); }
.not-found{ text-align:left; min-height:56vh; display:flex; align-items:center; }
.not-found h1{ font-size:clamp(40px,7vw,84px); margin-bottom:.2em; }

/* ---------- Footer ----------
   Fixed, always visible — just like the header stays pinned to the top.
   #page-wrap gets its bottom padding set in JS to match the footer's real
   rendered height, so content never sits underneath it. The Hide / Show
   toggle collapses it to a thin strip to give the visitor the screen back. */
.site-footer{
  position:fixed; left:0; right:0; bottom:0; z-index:45;
  background:var(--forest); color:rgba(255,255,255,.75);
  border-top:1px solid rgba(255,255,255,.14);
  box-shadow:0 -8px 24px -14px rgba(0,0,0,.5);
}
.footer-toggle{
  position:absolute; top:-25px; right:22px;
  background:var(--forest); border:1px solid rgba(255,255,255,.18); border-bottom:none;
  border-radius:8px 8px 0 0; color:var(--gold); font-size:11px; font-weight:700;
  padding:6px 14px; cursor:pointer; letter-spacing:.04em; text-transform:uppercase;
  display:flex; align-items:center; gap:6px; font-family:inherit;
}
.footer-toggle svg{ width:11px; height:11px; transition:transform .2s ease; }
.site-footer.collapsed .footer-toggle svg{ transform:rotate(180deg); }
.footer-body{ overflow:hidden; max-height:340px; transition:max-height .25s ease; }
.site-footer.collapsed .footer-body{ max-height:0; }
.footer-main{
  display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap;
  padding-block:16px 12px;
}
.footer-brand-block{ display:flex; align-items:center; gap:10px; }
.footer-brand-block img{ height:34px; width:auto; }
.footer-links{ display:flex; gap:16px; flex-wrap:wrap; }
.footer-links a{ font-size:12.5px; font-weight:700; color:rgba(255,255,255,.78); }
.footer-links a:hover{ color:var(--gold); }
.footer-contact-mini{ display:flex; gap:14px; flex-wrap:wrap; font-size:12.5px; }
.footer-contact-mini a:hover{ color:var(--gold); }
.social-row{ display:flex; gap:8px; }
.social-row a{
  width:28px; height:28px; border-radius:50%; border:1px solid rgba(255,255,255,.25);
  display:flex; align-items:center; justify-content:center; transition:background .15s ease, border-color .15s ease;
}
.social-row a:hover{ background:var(--gold); border-color:var(--gold); color:var(--forest); }
.social-row svg{ width:13px; height:13px; }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12); padding-block:10px 14px; font-size:11.5px;
  display:flex; flex-wrap:wrap; gap:6px 16px; justify-content:space-between; color:rgba(255,255,255,.62);
}
.footer-bottom a{ color:rgba(255,255,255,.85); font-weight:700; }
.footer-bottom a:hover{ color:var(--gold); }
.site-footer.collapsed .footer-bottom{ display:none; }

#page-wrap{ position:relative; z-index:1; background:var(--paper); }
/* bottom padding on #page-wrap is set in JS (assets/js/main.js) to match
   the footer's actual rendered height, expanded or collapsed */

/* ---------- WhatsApp float ---------- */
.wa-float{
  position:fixed; bottom:140px; right:22px; z-index:46; width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px -8px rgba(0,0,0,.45);
  transition:bottom .25s ease, transform .15s ease;
}
.wa-float svg{ width:28px; height:28px; color:#fff; }
.wa-float:hover{ transform:scale(1.06); }

/* ---------- Responsive ---------- */
@media (max-width:1000px){
  .nav-links{ gap:18px; }
}
@media (max-width:900px){
  .hero .container, .contact-grid, .about-grid, .why-layout, .page-hero .container, .detail-grid, .two-col-lists, .faq-layout{ grid-template-columns:1fr; }
  .faq-help{ position:static; }
  .about-grid, .why-layout{ gap:40px; }
  .why-photo{ aspect-ratio:4/3.2; }
  .glance{ position:static; }
  .process-track{ grid-template-columns:1fr 1fr; row-gap:36px; }
  .process-track::before{ display:none; }
  .hero{ padding:56px 0 100px; }
}
@media (max-width:640px){
  .newsletter .container{ flex-direction:column; align-items:stretch; }
  .newsletter-form{ flex-direction:column; width:100%; }
  .newsletter-form input, .newsletter-form button{ width:100%; }
  .footer-main{ flex-direction:column; align-items:flex-start; gap:10px; padding-block:14px 10px; }
  .footer-bottom{ flex-direction:column; gap:4px; padding-block:8px 12px; }
  .footer-toggle{ right:14px; }
  .why-grid{ grid-template-columns:1fr; }
  .trust-strip{ gap:22px; }
  .hero-caption{ display:none; }
  .hero-controls .container{ justify-content:center; }
}
@media (max-width:720px){
  .nav-links{
    position:absolute; top:100%; left:0; right:0; background:var(--paper);
    flex-direction:column; padding:12px 24px 20px; border-bottom:1px solid var(--line);
    display:none; gap:4px;
  }
  .nav-links.nav-open{ display:flex; }
  .nav-links a{ padding:10px 0; border-bottom:1px solid var(--line); }
  .nav-links a:last-child{ border-bottom:none; }
  .header-cta .wa-pill span{ display:none; }
  .nav-toggle{ display:block; }
  .form-row{ grid-template-columns:1fr; }
  section{ padding:64px 0; }
  .brand img{ height:40px; }
}
@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *{ transition:none !important; }
  .hero-slide.is-active img{ animation:none; }
}
