/* ==========================================================================
   Mizyan Tours & Travel — Landing Page
   Design system: Emerald + Gold, Islamic geometric (girih) + mihrab arch
   Shared by the WordPress theme and preview.html (single source of truth)
   ========================================================================== */

:root {
  /* Color */
  --emerald-900: #0B3D2E;
  --emerald-800: #10513C;
  --emerald-700: #16694E;
  --gold: #C9A24B;
  --gold-light: #E4C878;
  --gold-deep: #A5822F;
  --cream: #FAF7F0;
  --sand: #EFE7D6;
  --ink: #1A1A1A;
  --ink-soft: #4A4A44;
  --white: #ffffff;

  /* Type */
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  /* Rhythm */
  --container: 1180px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4rem, 9vw, 7.5rem);
  --radius: 14px;

  /* Girih pattern (8-point star), gold hairlines */
  --girih: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23C9A24B' stroke-width='1'%3E%3Cpath d='M32 3 L61 32 L32 61 L3 32 Z'/%3E%3Cpath d='M13 13 H51 V51 H13 Z'/%3E%3Ccircle cx='32' cy='32' r='7'/%3E%3C/g%3E%3C/svg%3E");
}

/* ------------------------------ Base ------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.02rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; margin: 0; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

/* ------------------------------ Reusable -------------------------------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1rem;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); display: inline-block; }
.on-dark .eyebrow { color: var(--gold-light); }

.section-title {
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  max-width: 20ch;
}
.section-lead { color: var(--ink-soft); max-width: 60ch; font-size: 1.06rem; }
.on-dark .section-title { color: var(--white); }
.on-dark .section-lead { color: rgba(255,255,255,.78); }

.section { padding-block: var(--section-y); }
.section--dark { background: var(--emerald-900); color: var(--white); position: relative; overflow: hidden; }
.section--sand { background: var(--sand); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.center .section-title, .center .section-lead { margin-inline: auto; }

/* Gold accent word inside display headings */
.gold { color: var(--gold); }
.on-dark .gold { color: var(--gold-light); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-body); font-weight: 600; font-size: .95rem;
  padding: .85rem 1.6rem; border-radius: 999px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  will-change: transform;
}
.btn:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #3a2c07; box-shadow: 0 10px 24px -12px rgba(201,162,75,.9); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(201,162,75,.95); }
.btn--outline { border-color: currentColor; color: var(--emerald-900); background: transparent; }
.on-dark .btn--outline { color: var(--white); }
.btn--outline:hover { background: rgba(201,162,75,.14); }
.btn--block { width: 100%; justify-content: center; }

/* Divider: girih band between sections */
.girih-band {
  height: 26px;
  background-image: var(--girih);
  background-size: 32px 32px;
  opacity: .5;
}

/* ------------------------------ Header ---------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,61,46,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,162,75,.28);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .65rem; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand img { height: 46px; width: auto; }
.brand .brand-name { font-family: var(--font-display); color: var(--white); font-size: 1.25rem; letter-spacing: .04em; line-height: 1; }
.brand .brand-name small { display: block; font-family: var(--font-body); font-size: .58rem; letter-spacing: .3em; color: var(--gold-light); text-transform: uppercase; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 1.8rem; }
/* Plain nav links only — never the CTA button, whose own .btn styling must win. */
.nav a:not(.btn) { color: rgba(255,255,255,.85); font-size: .92rem; font-weight: 500; }
.nav a:not(.btn):hover { color: var(--gold-light); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; position: relative; z-index: 110; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gold-light); margin: 5px 0; transition: transform .3s ease, opacity .3s ease; transform-origin: center; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ------------------------------ Hero ------------------------------------ */
.hero { position: relative; background: var(--emerald-900); color: var(--white); overflow: hidden; }
.hero::before { /* girih texture */
  content: ""; position: absolute; inset: 0;
  background-image: var(--girih); background-size: 58px 58px; opacity: .10;
}
.hero::after { /* warm gold glow */
  content: ""; position: absolute; right: -12%; top: -20%; width: 60vw; height: 60vw;
  background: radial-gradient(circle, rgba(201,162,75,.30), transparent 62%); pointer-events: none;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,4rem); align-items: center; padding-block: clamp(3.5rem,7vw,6rem); }
.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(201,162,75,.14); border: 1px solid rgba(201,162,75,.5);
  color: var(--gold-light); padding: .4rem .9rem; border-radius: 999px;
  font-size: .78rem; font-weight: 600; letter-spacing: .04em; margin-bottom: 1.4rem;
}
.hero-badge svg { width: 15px; height: 15px; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); letter-spacing: -0.015em; margin-bottom: 1.2rem; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 1.12rem; color: rgba(255,255,255,.82); max-width: 46ch; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 2.2rem; }
.hero-stats { display: flex; gap: 2.2rem; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--font-display); font-size: 2.1rem; color: var(--gold-light); display: block; line-height: 1; }
.hero-stats .stat span { font-size: .82rem; color: rgba(255,255,255,.7); letter-spacing: .03em; }

/* Hero visual: mihrab arch framing an image slot */
.hero-visual { position: relative; }
.arch {
  position: relative; aspect-ratio: 3 / 4; width: 100%;
  border-radius: 48% 48% 12px 12px / 34% 34% 0 0;
  overflow: hidden;
  border: 2px solid rgba(201,162,75,.55);
  background:
    linear-gradient(180deg, rgba(11,61,46,.15), rgba(11,61,46,.75)),
    linear-gradient(135deg, #17694f, #0b3d2e);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.6);
}
.arch img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.arch-caption {
  position: absolute; left: 50%; bottom: 1.2rem; transform: translateX(-50%);
  z-index: 2; text-align: center; width: 86%;
}
.arch-caption .k { font-family: var(--font-display); font-size: 1.35rem; color: var(--gold-light); }
.arch-caption .k span { display: block; font-family: var(--font-body); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.arch-frame { position: absolute; inset: -14px; border: 1px solid rgba(201,162,75,.3); border-radius: 52% 52% 16px 16px / 36% 36% 0 0; pointer-events: none; }

/* ------------------------------ Trust bar ------------------------------- */
.trust { background: var(--emerald-800); border-top: 1px solid rgba(201,162,75,.2); }
.trust .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-block: 2.2rem; }
.trust-item { display: flex; align-items: center; gap: .9rem; color: var(--white); }
.trust-item .ic { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(201,162,75,.16); border: 1px solid rgba(201,162,75,.4); color: var(--gold-light); }
.trust-item .ic svg { width: 22px; height: 22px; }
.trust-item b { display: block; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.1; }
.trust-item span { font-size: .78rem; color: rgba(255,255,255,.7); }

/* ------------------------------ About ----------------------------------- */
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.about-media { position: relative; }
.about-media .arch { aspect-ratio: 4 / 3; border-radius: 40% 40% 12px 12px / 22% 22% 0 0; }
.about-media .badge-round {
  position: absolute; right: -18px; bottom: -18px; width: 118px; height: 118px; border-radius: 50%;
  background: var(--gold); color: #3a2c07; display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); font-weight: 700; line-height: 1.05; box-shadow: 0 18px 40px -18px rgba(0,0,0,.5);
}
.about-media .badge-round b { font-size: 2rem; display: block; }
.about-media .badge-round span { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; font-family: var(--font-body); font-weight: 700; }
.about-points { margin-top: 1.5rem; display: grid; gap: 1rem; }
.about-points li { display: flex; gap: .8rem; align-items: flex-start; }
.about-points .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: rgba(11,61,46,.08); color: var(--emerald-700); display: grid; place-items: center; margin-top: 2px; }
.about-points b { font-weight: 700; }

/* ------------------------------ Packages -------------------------------- */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 3rem; }
.pkg {
  background: var(--white); border: 1px solid rgba(201,162,75,.35); border-radius: 20px;
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 20px 45px -30px rgba(11,61,46,.5); transition: transform .2s ease, box-shadow .2s ease;
}
.pkg:hover { transform: translateY(-6px); box-shadow: 0 30px 55px -28px rgba(11,61,46,.55); }
.pkg--featured { border-color: var(--gold); box-shadow: 0 30px 60px -26px rgba(201,162,75,.55); }
.pkg-top { position: relative; padding: 1.6rem 1.6rem 1.3rem; background: linear-gradient(135deg, var(--emerald-800), var(--emerald-900)); color: #fff; }
.pkg-top::after { content: ""; position: absolute; inset: 0; background-image: var(--girih); background-size: 42px 42px; opacity: .08; }
.pkg-tag { position: relative; z-index: 1; display: inline-block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); font-weight: 700; margin-bottom: .5rem; }
.pkg-name { position: relative; z-index: 1; font-size: 1.7rem; }
.pkg-badge-featured { position: absolute; top: 1.1rem; right: 1.1rem; z-index: 2; background: var(--gold); color: #3a2c07; font-size: .68rem; font-weight: 800; letter-spacing: .08em; padding: .28rem .7rem; border-radius: 999px; text-transform: uppercase; }
.pkg-body { padding: 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.pkg-price { font-family: var(--font-display); font-size: 2.1rem; color: var(--emerald-900); line-height: 1; }
.pkg-price small { font-family: var(--font-body); font-size: .8rem; color: var(--ink-soft); font-weight: 500; }
.pkg-price .cur { font-size: 1.1rem; vertical-align: .35em; margin-right: .1rem; }
.pkg-meta { display: flex; gap: 1.2rem; margin: .9rem 0 1.1rem; font-size: .82rem; color: var(--ink-soft); }
.pkg-meta span { display: inline-flex; align-items: center; gap: .35rem; }
.pkg-feat { display: grid; gap: .6rem; margin-bottom: 1.4rem; font-size: .92rem; }
.pkg-feat li { display: flex; gap: .55rem; align-items: flex-start; }
.pkg-feat .tick { color: var(--gold-deep); flex: none; margin-top: 3px; }
.pkg .btn { margin-top: auto; }

/* ------------------------------ Haji Khusus ----------------------------- */
.haji .container { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; position: relative; z-index: 2; }
.haji-card { background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,75,.4); border-radius: 20px; padding: clamp(1.6rem,4vw,2.6rem); }
.haji-list { display: grid; gap: 1rem; margin: 1.5rem 0; }
.haji-list li { display: flex; gap: .8rem; align-items: flex-start; }
.haji-list .tick { color: var(--gold-light); flex: none; margin-top: 3px; }
.haji-price { font-family: var(--font-display); font-size: 2.4rem; color: var(--gold-light); line-height: 1; margin-bottom: .3rem; }
.haji-price .cur { font-size: 1.2rem; vertical-align: .35em; }

/* ------------------------------ Facilities ------------------------------ */
.fac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 3rem; }
.fac { background: var(--white); border: 1px solid rgba(11,61,46,.09); border-radius: var(--radius); padding: 1.7rem 1.5rem; transition: border-color .2s, transform .2s; }
.fac:hover { border-color: var(--gold); transform: translateY(-4px); }
.fac .ic { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; background: rgba(201,162,75,.14); color: var(--gold-deep); margin-bottom: 1rem; }
.fac .ic svg { width: 26px; height: 26px; }
.fac h3 { font-size: 1.3rem; margin-bottom: .4rem; color: var(--emerald-900); }
.fac p { font-size: .9rem; color: var(--ink-soft); margin: 0; }

/* ------------------------------ Steps ----------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 3rem; counter-reset: step; }
.step { position: relative; padding: 1.8rem 1.4rem; background: var(--white); border-radius: var(--radius); border: 1px solid rgba(11,61,46,.08); }
.step .num { counter-increment: step; font-family: var(--font-display); font-size: 3rem; color: var(--gold); line-height: 1; opacity: .55; }
.step .num::before { content: counter(step, decimal-leading-zero); }
.step h3 { font-size: 1.25rem; margin: .3rem 0 .4rem; color: var(--emerald-900); }
.step p { font-size: .88rem; color: var(--ink-soft); margin: 0; }

/* ------------------------------ Testimonials ---------------------------- */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 3rem; }
.tst { background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,75,.28); border-radius: var(--radius); padding: 1.8rem; }
.tst .quote { font-family: var(--font-display); font-size: 2.6rem; color: var(--gold-light); line-height: .5; }
.tst p { color: rgba(255,255,255,.86); font-size: .98rem; margin: .8rem 0 1.3rem; }
.tst .who { display: flex; align-items: center; gap: .8rem; }
.tst .who .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-light), var(--gold-deep)); display: grid; place-items: center; color: #3a2c07; font-weight: 800; font-family: var(--font-display); }
.tst .who b { color: #fff; display: block; font-family: var(--font-body); font-size: .95rem; }
.tst .who span { color: rgba(255,255,255,.65); font-size: .8rem; }
.stars { color: var(--gold-light); letter-spacing: .1em; font-size: .9rem; }

/* ------------------------------ Gallery --------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 1rem; margin-top: 3rem; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; background: linear-gradient(135deg, var(--emerald-700), var(--emerald-900)); }
.gallery figure::after { content: ""; position: absolute; inset: 0; background-image: var(--girih); background-size: 40px 40px; opacity: .12; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.gallery .tall { grid-row: span 2; }
.gallery .wide { grid-column: span 2; }
.gallery figcaption { position: absolute; z-index: 1; left: 1rem; bottom: .8rem; color: #fff; font-family: var(--font-display); font-size: 1.1rem; }

/* ------------------------------ FAQ ------------------------------------- */
.faq { max-width: 800px; margin: 3rem auto 0; }
.faq-item { border-bottom: 1px solid rgba(11,61,46,.14); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 1.35rem .5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: var(--font-display); font-size: 1.3rem; color: var(--emerald-900); }
.faq-q .plus { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; line-height: 1; font-size: 1.2rem; font-weight: 600; transition: transform .3s, background .3s, color .3s; font-family: var(--font-body); }
.faq-item[open] .faq-q .plus { transform: rotate(45deg); background: var(--gold); color: #fff; }
.faq-a { padding: 0 .5rem 1.4rem; color: var(--ink-soft); max-width: 68ch; }
details.faq-item > summary { list-style: none; }
details.faq-item > summary::-webkit-details-marker { display: none; }

/* ------------------------------ Final CTA ------------------------------- */
.cta-final { position: relative; background: var(--emerald-900); overflow: hidden; text-align: center; }
.cta-final::before { content: ""; position: absolute; inset: 0; background-image: var(--girih); background-size: 64px 64px; opacity: .1; }
.cta-final::after { content: ""; position: absolute; left: 50%; top: -30%; width: 70vw; height: 70vw; transform: translateX(-50%); background: radial-gradient(circle, rgba(201,162,75,.28), transparent 60%); }
.cta-final .container { position: relative; z-index: 2; }
.cta-final h2 { font-size: clamp(2.2rem,5vw,3.6rem); color: #fff; margin-bottom: 1rem; }
.cta-final p { color: rgba(255,255,255,.8); max-width: 52ch; margin: 0 auto 2rem; font-size: 1.1rem; }

/* ------------------------------ Footer ---------------------------------- */
.site-footer { background: #072b21; color: rgba(255,255,255,.72); padding-block: clamp(3rem,6vw,4.5rem) 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.site-footer .brand-name { color: #fff; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 1.1rem; }
.site-footer a { color: rgba(255,255,255,.72); font-size: .92rem; display: block; padding: .3rem 0; }
.site-footer a:hover { color: var(--gold-light); }
.footer-about p { font-size: .92rem; margin-top: 1rem; }
.footer-legal { font-size: .8rem; color: rgba(255,255,255,.6); }
.socials { display: flex; gap: .7rem; margin-top: 1rem; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; padding: 0; }
.socials a:hover { background: var(--gold); color: #072b21; }
.socials svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; }

/* ------------------------------ Floating WA ----------------------------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  display: inline-flex; align-items: center; gap: .6rem;
  background: #25D366; color: #073b21; font-weight: 700; font-size: .95rem;
  padding: .8rem 1.2rem; border-radius: 999px; box-shadow: 0 14px 30px -10px rgba(37,211,102,.7);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.05); }
.wa-float svg { width: 22px; height: 22px; }
.wa-float .lbl { }

/* ------------------------------ Reveal ---------------------------------- */
/* Progressive enhancement: content is visible by default; only hidden (then
   animated in) when JS is active, so a JS failure never hides content. */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* ------------------------------ Responsive ------------------------------ */
@media (max-width: 980px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { width: min(380px, 82vw); margin-inline: auto; order: -1; }
  .about .container, .haji .container { grid-template-columns: 1fr; }
  .trust .container { grid-template-columns: repeat(2, 1fr); }
  .pkg-grid, .tst-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .fac-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav { position: fixed; top: 0; right: 0; bottom: 0; height: 100vh; height: 100dvh; width: min(82vw, 330px); background: #0a3325; z-index: 100; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 5.5rem 2rem 2rem; gap: 1.2rem; transform: translateX(100%); transition: transform .3s ease; border-left: 1px solid rgba(201,162,75,.35); box-shadow: -24px 0 50px rgba(0,0,0,.5); overflow-y: auto; }
  .nav.open { transform: none; }
  /* Dim the page behind the open menu */
  .nav.open::before { content: ""; position: fixed; inset: 0; background: rgba(3,20,15,.5); z-index: -1; pointer-events: none; }
  .nav a:not(.btn) { font-size: 1.05rem; padding: .35rem 0; }
  .nav .btn { margin-top: .75rem; align-self: stretch; justify-content: center; padding: .95rem 1.8rem; font-size: 1rem; }
  .nav-toggle { display: block; }
  .fac-grid, .steps, .footer-grid, .trust .container { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gallery .wide, .gallery .tall { grid-column: auto; grid-row: auto; }
  .hero-stats { gap: 1.4rem; }
  .wa-float .lbl { display: none; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .pkg, .fac, .wa-float { transition: none; }
}
