/* Pandey Medical Agency — colours taken from the visiting card */
:root {
  --navy: #0b3a8c;
  --navy-dark: #072a68;
  --blue: #1565c0;
  --sky: #e8f1fc;
  --green: #2e9e44;
  --red: #d7262b;
  --accent: #e0342f;
  --wa: #1fa855;
  --ink: #1b2437;
  --muted: #5a6478;
  --line: #e2e8f2;
  --bg: #ffffff;
  --bg-alt: #f5f8fd;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(11, 58, 140, .10);
  --font: "Poppins", "Noto Sans Devanagari", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
html[lang="hi"] body { font-family: "Noto Sans Devanagari", "Poppins", system-ui, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; color: var(--navy); text-wrap: balance; }
p { margin: 0 0 1em; }
svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.muted { color: var(--muted); }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 820px; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; font-weight: 600; font-size: 16px;
  border: 2px solid transparent; cursor: pointer; font-family: inherit; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .7; cursor: wait; transform: none; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #f5b400; outline-offset: 2px;
}
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 6px 18px rgba(11,58,140,.25); }
.btn-primary:hover { background: var(--navy-dark); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(224,52,47,.3); }
.btn-accent:hover { background: #c02621; }
.btn-outline { border-color: var(--navy); color: var(--navy); background: #fff; }
.btn-outline:hover { background: var(--sky); }
.btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-whatsapp { background: var(--wa); color: #fff; box-shadow: 0 6px 18px rgba(31,168,85,.3); }
.btn-whatsapp:hover { background: #178c46; }
.btn-sm { padding: 10px 18px; font-size: 15px; }
.btn.full { width: 100%; }
.link-btn { background: none; border: 0; color: var(--blue); font: inherit; font-weight: 600; cursor: pointer; padding: 8px 0; }
.link-btn:hover { text-decoration: underline; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy-dark); color: #dbe6fb; font-size: 14px; }
.topbar-inner { display: flex; align-items: center; gap: 20px; min-height: 40px; }
.topbar-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar-item svg { width: 16px; height: 16px; }
.topbar-item:hover { color: #fff; }
.open-badge { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.open-badge::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #9aa6bd; }
.open-badge.is-open::before { background: #3ddc6f; box-shadow: 0 0 0 3px rgba(61,220,111,.25); }
.open-badge.is-closed::before { background: #ff6b6b; }
.lang-toggle, .install-btn {
  background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px; padding: 3px 14px; font: inherit; font-weight: 600; cursor: pointer;
}
.lang-toggle { margin-left: auto; }
.install-btn { margin-left: auto; background: rgba(255,255,255,.12); }
.install-btn:not([hidden]) + .lang-toggle { margin-left: 0; }
.lang-toggle:hover, .install-btn:hover { background: rgba(255,255,255,.18); }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { color: var(--navy); font-size: 24px; font-weight: 800; letter-spacing: .5px; }
.brand-text small { color: var(--blue); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; }
.nav { display: flex; gap: 26px; margin-left: auto; font-weight: 500; }
.nav a { color: var(--ink); position: relative; padding: 6px 0; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--red); transition: width .2s; }
.nav a:hover::after { width: 100%; }
.menu-btn { display: none; background: none; border: 0; padding: 8px; cursor: pointer; margin-left: auto; }
.menu-btn span { display: block; width: 26px; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 3px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.12) 0, transparent 40%),
    linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 45%, var(--blue) 100%);
  padding: 64px 0 120px;
}
.hero-inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: center; }
.pill {
  display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35);
  padding: 6px 16px; border-radius: 999px; font-weight: 600; font-size: 14px; margin-bottom: 18px;
}
.hero h1 { color: #fff; font-size: clamp(34px, 5vw, 56px); font-weight: 800; }
.hero h1 span { display: block; }
.hero h1 .accent { color: #9fd3ff; }
.lead { font-size: 19px; color: #dbe6fb; max-width: 560px; }
.hero-search {
  display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 999px;
  padding: 6px 6px 6px 18px; max-width: 540px; margin-top: 24px; box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.hero-search > svg { color: var(--muted); }
.hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; font: inherit; font-size: 16px; color: var(--ink); background: transparent; padding: 8px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 20px 0 18px; }
.tagline { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 22px; color: #fff; opacity: .95; margin: 0; }
.hero-visual { display: flex; justify-content: center; }
.hero-card {
  background: #fff; color: var(--ink); border-radius: 24px; padding: 32px 36px;
  box-shadow: 0 30px 60px rgba(0,0,0,.25); text-align: center; max-width: 360px; width: 100%;
}
.hero-card img { margin: 0 auto 18px; width: 200px; height: auto; }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 70px; fill: #fff; }

.check-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.check-list li { position: relative; padding: 10px 0 10px 38px; border-bottom: 1px dashed var(--line); font-weight: 500; }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%; background: var(--green)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat;
}
.check-list.light li { border-bottom-color: rgba(255,255,255,.2); }

/* ---------- Trust strip ---------- */
.trust { margin-top: -30px; position: relative; z-index: 2; }
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 8px;
}
.trust-item { display: flex; gap: 14px; align-items: center; padding: 18px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--navy); font-size: 16px; }
.trust-item span { font-size: 14px; color: var(--muted); line-height: 1.4; display: block; }
.trust-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--sky); color: var(--navy); display: grid; place-items: center; flex-shrink: 0; }
.trust-icon svg { width: 26px; height: 26px; }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); }
.section-head p { color: var(--muted); }
.eyebrow { display: inline-block; color: var(--red); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.eyebrow.light { color: #ffb3b5; }
.cta-row { margin-top: 36px; }

/* ---------- Order online ---------- */
.order-inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.order-copy h2 { font-size: clamp(28px, 3.6vw, 40px); }
.mini-steps { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 18px; }
.mini-steps li { display: flex; gap: 16px; align-items: flex-start; }
.mini-steps .n {
  width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 700;
  display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 0 0 6px var(--sky);
}
.mini-steps strong { display: block; color: var(--navy); }
.mini-steps span { color: var(--muted); font-size: 15px; }
.perks { list-style: none; padding: 20px; margin: 0; display: grid; gap: 10px; background: var(--bg-alt); border-radius: var(--radius); }
.perks li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.perks svg { color: var(--green); margin-top: 3px; }

.order-box {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px;
  box-shadow: 0 20px 50px rgba(11,58,140,.12);
}
.tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; background: var(--bg-alt); padding: 6px; border-radius: 14px; margin-bottom: 20px; }
.tab {
  display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; background: transparent;
  padding: 12px 10px; border-radius: 10px; font: inherit; font-size: 15px; font-weight: 600; color: var(--muted); cursor: pointer;
}
.tab[aria-selected="true"] { background: #fff; color: var(--navy); box-shadow: 0 2px 8px rgba(11,58,140,.12); }

.dropzone {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; cursor: pointer;
  border: 2px dashed #b9cbe8; border-radius: 14px; padding: 28px 16px; background: #f8fbff; color: var(--navy);
  transition: border-color .15s, background .15s;
}
.dropzone:hover, .dropzone.drag { border-color: var(--blue); background: var(--sky); }
.dropzone svg { width: 40px; height: 40px; color: var(--blue); }
.dropzone span { font-size: 13px; color: var(--muted); }
input:focus-visible + .previews, #rxInput:focus-visible ~ .dropzone { outline: 3px solid #f5b400; }
.previews { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; margin-top: 12px; }
.previews:empty { display: none; }
.thumb { position: relative; aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: var(--bg-alt); border: 1px solid var(--line); max-width: 100%; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb .pdf { display: grid; place-items: center; height: 100%; font-weight: 700; color: var(--red); font-size: 14px; padding: 6px; text-align: center; word-break: break-all; }
.thumb button {
  position: absolute; top: 4px; right: 4px; width: 26px; height: 26px; border-radius: 50%; border: 0;
  background: rgba(0,0,0,.65); color: #fff; font-size: 16px; line-height: 1; cursor: pointer;
}

.med-rows { display: grid; gap: 10px; }
.med-row { display: grid; grid-template-columns: 1fr 88px 36px; gap: 8px; }
.med-row .rm { border: 0; background: var(--bg-alt); border-radius: 10px; color: var(--muted); font-size: 20px; cursor: pointer; }

.order-form .field, .enquiry .field { margin: 0 0 16px; border: 0; padding: 0; min-width: 0; }
.panel { margin-bottom: 18px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label, .field legend { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--navy); padding: 0; }
.order-form input[type="text"], .order-form input[type="tel"], .order-form input[type="number"], .order-form textarea,
.enquiry input, .enquiry select, .enquiry textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; font-size: 16px; background: var(--bg-alt); color: var(--ink);
}
.order-form input:focus, .order-form textarea:focus, .enquiry input:focus, .enquiry select:focus, .enquiry textarea:focus { border-color: var(--blue); background: #fff; outline: 0; }
.order-form .invalid, .enquiry .invalid { border-color: var(--red) !important; background: #fff6f6 !important; }
.phone-wrap { display: flex; align-items: stretch; }
.phone-wrap span { display: grid; place-items: center; padding: 0 12px; background: var(--sky); border: 1.5px solid var(--line); border-right: 0; border-radius: 10px 0 0 10px; font-weight: 600; color: var(--navy); font-size: 15px; }
.phone-wrap input { border-radius: 0 10px 10px 0 !important; min-width: 0; }

.choice { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-opt input { position: absolute; opacity: 0; pointer-events: none; }
.choice-opt span {
  display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 12px; cursor: pointer; font-size: 15px; background: var(--bg-alt);
}
.choice-opt svg { color: var(--muted); }
.choice-opt input:checked + span { border-color: var(--navy); background: var(--sky); color: var(--navy); }
.choice-opt input:checked + span svg { color: var(--navy); }
.choice-opt input:focus-visible + span { outline: 3px solid #f5b400; outline-offset: 2px; }

.check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; margin-bottom: 10px; cursor: pointer; color: var(--ink); }
.check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--navy); flex-shrink: 0; }
.check.invalid span { color: var(--red); }
.form-error { background: #fff1f1; color: #b3261e; border-radius: 10px; padding: 10px 14px; font-size: 14px; font-weight: 500; margin: 8px 0 14px; }
.form-error.ok { background: #eaf8ee; color: #17672f; }
.fine { font-size: 13px; color: var(--muted); margin: 12px 0 0; text-align: center; }

.result { text-align: center; padding: 20px 4px; outline: 0; }
.result h3 { font-size: 24px; }
.result-icon { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 16px; color: #fff; }
.result-icon svg { width: 38px; height: 38px; }
.result-icon.ok { background: var(--green); box-shadow: 0 0 0 10px #e6f5ea; }
.result-icon.wa { background: var(--wa); box-shadow: 0 0 0 10px #e3f7eb; }
.order-id { font-size: 20px; color: var(--navy); letter-spacing: 1px; font-variant-numeric: tabular-nums; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 20px 0 8px; }

/* Product cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card p { color: var(--muted); }
.card-icon { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px; }
.card-icon svg { width: 30px; height: 30px; }
.card-icon.blue { background: var(--sky); color: var(--blue); }
.card-icon.green { background: #e6f5ea; color: var(--green); }
.card-icon.red { background: #fdeaea; color: var(--red); }
.tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { background: var(--bg-alt); border: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 500; padding: 4px 12px; border-radius: 999px; }

/* Wholesale */
.wholesale { background: linear-gradient(135deg, var(--navy-dark), var(--navy)); color: #dbe6fb; }
.wholesale h2 { color: #fff; font-size: clamp(28px, 3.6vw, 40px); }
.wholesale-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.wholesale .check-list { margin: 10px 0 24px; }
.wholesale .check-list li { color: #fff; }
.enquiry { background: #fff; color: var(--ink); border-radius: 20px; padding: 32px; box-shadow: 0 30px 60px rgba(0,0,0,.25); }
.enquiry h3 { font-size: 22px; margin-bottom: 18px; }

/* About */
.about-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: center; }
.about-inner h2 { font-size: clamp(28px, 3.6vw, 40px); }
.about-inner p { color: var(--muted); }
.director { display: flex; align-items: center; gap: 16px; margin-top: 24px; padding: 16px 20px; border: 1px solid var(--line); border-radius: var(--radius); width: fit-content; }
.director-avatar { width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; }
.director strong { display: block; color: var(--navy); font-size: 18px; }
.director span { color: var(--muted); font-size: 14px; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 20px; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 32px 18px 0; font-weight: 600; color: var(--navy); position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--blue); font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); padding-bottom: 18px; margin: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; align-items: stretch; }
.contact-list { display: flex; flex-direction: column; gap: 14px; }
.contact-item { display: flex; align-items: center; gap: 16px; background: #fff; padding: 16px 20px; border-radius: var(--radius); border: 1px solid var(--line); min-width: 0; }
a.contact-item:hover { border-color: var(--blue); }
.contact-item span { display: block; font-size: 13px; color: var(--muted); }
.contact-item strong { color: var(--navy); font-size: 17px; }
.contact-item > div:last-child { min-width: 0; }
.break { word-break: break-all; }
.ci-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.map { border-radius: var(--radius); overflow: hidden; min-height: 360px; box-shadow: var(--shadow); background: var(--line); }
.map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

/* Footer */
.footer { background: #06214f; color: #b9c7e3; padding-top: 48px; font-size: 15px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-bottom: 36px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { background: #fff; border-radius: 50%; padding: 4px; }
.footer-brand strong { display: block; color: #fff; font-size: 19px; }
.footer-brand span, .footer-brand em { display: block; }
.footer-brand em { color: #9fd3ff; font-family: Georgia, serif; }
.footer-legal p { margin: 0 0 6px; }
.footer-legal .disclaimer { font-size: 13px; margin-top: 12px; opacity: .85; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 14px; text-align: center; }

/* Floating action buttons (desktop) */
.fab { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 12px; z-index: 60; }
.fab-btn { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.25); transition: transform .15s; }
.fab-btn:hover { transform: scale(1.08); }
.fab-btn svg { width: 28px; height: 28px; }
.fab-call { background: var(--navy); }
.fab-wa { background: var(--wa); }

/* Bottom action bar (mobile) */
.bottom-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(11,58,140,.1);
  grid-template-columns: 1fr 1.3fr 1fr; align-items: center; gap: 8px;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
}
.bottom-bar a { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 12px; font-weight: 600; color: var(--navy); padding: 4px 0; }
.bottom-bar a svg { width: 24px; height: 24px; }
.bottom-bar a:last-child { color: var(--wa); }
.bottom-bar .bb-main { flex-direction: row; justify-content: center; gap: 8px; background: var(--accent); color: #fff; border-radius: 999px; padding: 12px 10px; font-size: 14px; box-shadow: 0 6px 16px rgba(224,52,47,.3); }
.bottom-bar .bb-main svg { width: 20px; height: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    max-height: 0; overflow: hidden; transition: max-height .25s ease;
  }
  .nav.open { max-height: 400px; }
  .nav a { padding: 16px 20px; border-top: 1px solid var(--line); }
  .nav a::after { display: none; }
  .menu-btn { display: block; margin-left: 0; }
  .header-call { margin-left: auto; }
  .hero-inner, .wholesale-inner, .about-inner, .contact-grid, .order-inner { grid-template-columns: 1fr; }
  .order-inner { gap: 36px; }
  .hero-visual { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .cards { grid-template-columns: 1fr; }
  .hide-md { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .container { padding: 0 16px; }
  .hide-sm { display: none; }
  .header-inner { min-height: 66px; gap: 12px; }
  .brand img { width: 46px; height: 46px; }
  .brand-text strong { font-size: 20px; }
  .brand-text small { font-size: 11px; }
  .header-call span { display: none; }
  .header-call { padding: 10px 12px; }
  .hero { padding: 40px 0 96px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 60px 0; }
  .order-box { padding: 18px 16px; border-radius: 16px; }
  .order-copy .perks { display: none; }
  .grid-2 { grid-template-columns: 1fr; gap: 0; }
  .choice { grid-template-columns: 1fr; }
  .tab { font-size: 14px; padding: 10px 6px; }
  .enquiry { padding: 24px 18px; }
  .director { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer { padding-bottom: 84px; }
  .fab { display: none; }
  .bottom-bar { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Keep grid/flex children from forcing the page wider than the phone screen */
html, body { overflow-x: clip; }
.hero-inner > *, .order-inner > *, .wholesale-inner > *, .about-inner > *, .contact-grid > * { min-width: 0; }
.hero h1, .lead { overflow-wrap: break-word; }
@media (max-width: 600px) {
  .topbar { font-size: 13px; }
  .topbar-inner { gap: 10px; }
  .open-badge { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
  .install-btn, .lang-toggle { padding: 2px 10px; white-space: nowrap; flex-shrink: 0; }
  .hero h1 { font-size: 32px; }
}

/* ---------- Real shop photos ---------- */
.hero-photo { margin: 0; position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.3); border: 6px solid rgba(255,255,255,.9); max-width: 100%; }
.hero-photo > img { width: 100%; height: auto; aspect-ratio: 4 / 3.4; object-fit: cover; object-position: 50% 60%; }
.hero-photo figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.95); color: var(--ink); border-radius: 14px; padding: 10px 14px; box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.hero-photo figcaption img { border-radius: 50%; }
.hero-photo figcaption strong { display: block; color: var(--navy); font-size: 16px; line-height: 1.2; }
.hero-photo figcaption span span { font-size: 13px; color: var(--muted); }

.systems { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.systems li { background: #fff; border: 1.5px solid var(--navy); color: var(--navy); font-weight: 600; font-size: 14px; padding: 6px 16px; border-radius: 999px; }

.about-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.about-photos figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-alt); }
.about-photos img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-photos .ph-main { grid-column: 1 / -1; }
.about-photos figcaption {
  position: absolute; left: 10px; bottom: 10px; background: rgba(6,33,79,.82); color: #fff;
  font-size: 13px; font-weight: 500; padding: 4px 10px; border-radius: 999px;
}
.about-inner { grid-template-columns: 1.1fr 1fr; }
@media (max-width: 980px) { .about-inner { grid-template-columns: 1fr; } }

.ok-tip { background: #eaf8ee; color: #17672f; border-radius: 12px; padding: 10px 14px; font-size: 14px; margin: 12px 0 0; }
.ci-icon.wa { background: var(--wa); }
.contact-item strong + span { margin-top: 2px; }
