:root {
  --navy: #071b3d;
  --navy-2: #0b2e67;
  --blue: #1458b5;
  --red: #d9272e;
  --saffron: #f28c18;
  --gold: #f5c24b;
  --cream: #fff9ec;
  --ink: #12213d;
  --muted: #667085;
  --line: #e8e2d5;
  --white: #fff;
  --green: #128c4a;
  --shadow: 0 18px 52px rgba(7, 27, 61, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fffdf8;
  font-family: "Noto Sans Devanagari", "Nirmala UI", system-ui, sans-serif;
  line-height: 1.65;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--gold); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.topbar { background: #03142f; color: #dbe8ff; font-size: .86rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-links { display: flex; flex-wrap: wrap; gap: 14px; }
.topbar a:hover { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(7,27,61,.97); color: white; box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--navy); background: linear-gradient(145deg, #fff, var(--gold)); box-shadow: inset 0 0 0 2px rgba(255,255,255,.5); font-size: 1.2rem; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; object-fit: cover; border: 2px solid rgba(245,194,75,.78); border-radius: 50%; background: #fff; filter: drop-shadow(0 5px 10px rgba(0,0,0,.22)); }
.brand-text { line-height: 1.05; font-size: clamp(1rem, 1.8vw, 1.35rem); }
.brand-text .mahala { color: #ff4a4f; }
.brand-text small { display: block; margin-top: 6px; color: #d6e3f8; font-weight: 600; font-size: .67rem; letter-spacing: .02em; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a { padding: 10px 13px; border-radius: 10px; font-weight: 700; font-size: .92rem; color: #e7eeff; }
.nav-menu a:hover, .nav-menu a.active { background: rgba(255,255,255,.1); color: var(--gold); }
.nav-cta { background: var(--red) !important; color: white !important; box-shadow: 0 8px 18px rgba(217,39,46,.28); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.2); background: transparent; color: white; border-radius: 10px; width: 44px; height: 44px; cursor: pointer; }

.hero { position: relative; isolation: isolate; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("images/gallery-11.png") center/cover no-repeat; filter: saturate(.9); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,20,47,.97) 0%, rgba(7,27,61,.92) 47%, rgba(7,27,61,.38) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding-block: 78px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 7px 12px; border-radius: 999px; background: rgba(245,194,75,.16); border: 1px solid rgba(245,194,75,.45); color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .03em; }
.hero h1 { margin: 16px 0 10px; line-height: 1.05; font-size: clamp(3rem, 7vw, 5.8rem); letter-spacing: -.04em; }
.hero .red { color: #ff474d; text-shadow: 0 8px 22px rgba(0,0,0,.3); }
.hero .cafe { display: inline-block; margin-top: 8px; padding: .08em .2em .15em; color: white; border: 3px solid var(--gold); border-radius: 16px; background: rgba(7,27,61,.9); }
.hero-lead { max-width: 690px; margin: 18px 0 26px; color: #e7efff; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 0; border-radius: 13px; cursor: pointer; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--red), #ad1019); color: white; box-shadow: 0 12px 24px rgba(217,39,46,.25); }
.btn-whatsapp { background: var(--green); color: white; box-shadow: 0 12px 24px rgba(18,140,74,.25); }
.btn-light { background: white; color: var(--navy); }
.btn-outline { color: var(--navy); border: 1px solid #cbd5e1; background: white; }
.hero-points { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; list-style: none; color: #dfe9fb; font-size: .92rem; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--gold); font-weight: 900; }
.hero-card { justify-self: end; max-width: 460px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.hero-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px; border: 1px solid rgba(255,255,255,.3); }
.hero-card-meta { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hero-card-meta strong { color: var(--gold); }

.section { padding-block: 80px; }
.section-soft { background: linear-gradient(180deg, #fff8eb, #fffdf8); border-block: 1px solid #f1e6cf; }
.section-navy { color: white; background: radial-gradient(circle at 85% 15%, #17478a 0, transparent 28%), var(--navy); }
.section-head { margin-bottom: 32px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-head > div { max-width: 720px; }
.kicker { margin: 0 0 6px; color: var(--red); font-weight: 900; letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; }
.section-navy .kicker { color: var(--gold); }
.section-title { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.15; letter-spacing: -.03em; }
.section-navy .section-title { color: white; }
.section-copy { margin: 10px 0 0; color: var(--muted); }
.section-navy .section-copy { color: #d8e5fa; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .service-card, .info-card { border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(7,27,61,.07); }
.feature-card { padding: 24px; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 16px; background: linear-gradient(145deg, #eef5ff, #fff3d6); color: var(--navy); font-size: 1.65rem; }
.feature-card h3, .service-card h3, .info-card h3 { margin: 0 0 8px; color: var(--navy); }
.feature-card p, .service-card p, .info-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.home-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; }
.news-card { padding: 26px; color: white; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, var(--navy-2), var(--navy)); box-shadow: var(--shadow); }
.news-title-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 14px; }
.news-title-row h2 { margin: 0; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--gold); font-size: .8rem; font-weight: 800; }
.live-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ff5a62; box-shadow: 0 0 0 6px rgba(255,90,98,.14); }
.news-viewport { height: 330px; overflow: hidden; mask-image: linear-gradient(transparent, #000 8%, #000 92%, transparent); }
.news-track { padding-block: 14px; animation: newsScroll 24s linear infinite; }
.news-viewport:hover .news-track, .news-viewport:focus-within .news-track { animation-play-state: paused; }
.news-item { display: block; margin-bottom: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.08); }
.news-item:hover { background: rgba(255,255,255,.14); }
.news-item strong { display: block; line-height: 1.35; }
.news-date { margin-top: 7px; color: #ffd978; font-size: .78rem; font-weight: 800; }
@keyframes newsScroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }

.trust-panel { padding: 30px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); border: 1px solid var(--line); }
.trust-panel h2 { margin-top: 0; color: var(--navy); }
.check-list { display: grid; gap: 12px; margin: 20px 0 26px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; }
.check-list li::before { content: "✓"; width: 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat { padding: 14px; border-radius: 14px; background: #f5f8ff; text-align: center; }
.stat strong { display: block; color: var(--navy); font-size: 1.45rem; }
.stat span { color: var(--muted); font-size: .78rem; }

.page-hero { padding: 76px 0 64px; color: white; background: radial-gradient(circle at 88% 20%, #215ca6 0, transparent 30%), linear-gradient(145deg, #071b3d, #0c326f); }
.page-hero .breadcrumbs { display: flex; gap: 8px; color: #cbd8ee; font-size: .85rem; }
.page-hero h1 { margin: 14px 0 10px; font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1.08; }
.page-hero p { max-width: 760px; margin: 0; color: #dbe6f8; font-size: 1.08rem; }

.service-groups { display: grid; gap: 26px; }
.service-group { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.service-group-head { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; margin-bottom: 22px; }
.service-group-head .icon-box { margin: 0; width: 70px; height: 70px; font-size: 2rem; }
.service-group h2 { margin: 0; color: var(--navy); }
.service-group-head p { margin: 4px 0 0; color: var(--muted); }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { padding: 20px; }
.service-card .label { display: inline-block; margin-top: 14px; color: var(--red); font-size: .78rem; font-weight: 900; }
.official-link { display: block; width: fit-content; margin-top: 12px; color: var(--navy); font-size: .86rem; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.official-link:hover { color: var(--red); }
.partner-wrap { overflow: hidden; padding: 20px 0; }
.partner-track { width: max-content; display: flex; gap: 12px; animation: partnerScroll 38s linear infinite; }
.partner-wrap:hover .partner-track { animation-play-state: paused; }
.partner-pill { padding: 11px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: white; font-weight: 700; white-space: nowrap; }
@keyframes partnerScroll { to { transform: translateX(-50%); } }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; }
.owner-photo { position: relative; padding: 14px; border-radius: 28px; background: linear-gradient(145deg, var(--gold), var(--saffron)); box-shadow: var(--shadow); }
.owner-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: 19px; }
.owner-badge { position: absolute; left: 34px; right: 34px; bottom: 32px; padding: 13px 16px; border-radius: 14px; color: white; text-align: center; background: rgba(7,27,61,.93); backdrop-filter: blur(8px); }
.owner-badge strong { display: block; color: var(--gold); }
.about-copy h2 { margin-top: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.15; }
.about-copy p { color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card { padding: 23px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; display: block; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: var(--navy); cursor: zoom-in; box-shadow: 0 12px 34px rgba(7,27,61,.13); }
.gallery-item img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.gallery-item::after { content: "पूरा चित्र देखें  ↗"; position: absolute; inset: auto 12px 12px; padding: 9px 11px; border-radius: 10px; color: white; text-align: center; background: rgba(7,27,61,.88); opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-item:hover img { transform: scale(1.035); opacity: .85; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.lightbox { width: min(96vw, 1320px); max-width: none; padding: 0; border: 0; border-radius: 18px; background: #050b17; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.lightbox::backdrop { background: rgba(1,7,17,.88); backdrop-filter: blur(6px); }
.lightbox img { max-height: 88vh; width: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(7,27,61,.8); cursor: pointer; font-size: 1.35rem; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { padding: 26px; border-radius: 22px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-card .icon-box { margin-bottom: 14px; }
.contact-card h3 { margin: 0 0 6px; color: var(--navy); }
.contact-card p { margin: 0 0 14px; color: var(--muted); }
.contact-card a { color: var(--red); font-weight: 900; }
.contact-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; }
.hours { padding: 30px; border-radius: var(--radius); background: var(--navy); color: white; }
.hours h2 { margin-top: 0; }
.hours-row { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hours-row strong { color: var(--gold); }
.help-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }

.site-footer { color: #d7e2f4; background: #03142f; }
.map-strip { position: relative; height: 320px; border-top: 5px solid var(--gold); background: #e8edf5; }
.map-strip iframe { width: 100%; height: 100%; border: 0; }
.map-live-location { position: absolute; left: 50%; bottom: 16px; z-index: 2; width: min(520px, calc(100% - 28px)); padding: 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 15px; background: rgba(3,20,47,.94); box-shadow: 0 10px 30px rgba(3,20,47,.28); transform: translateX(-50%); text-align: center; }
.live-directions-button { width: 100%; min-height: 46px; padding: 10px 15px; border: 0; border-radius: 11px; color: white; background: linear-gradient(135deg, var(--red), #a90f18); cursor: pointer; font: inherit; font-size: .9rem; font-weight: 900; }
.live-directions-button:disabled { cursor: wait; opacity: .75; }
.live-location-status { display: block; min-height: 0; color: #d9e7fb; font-size: .72rem; }
.live-location-status:not(:empty) { margin-top: 7px; }
.footer-main { display: grid; grid-template-columns: 1.2fr .85fr .9fr .85fr; gap: 34px; padding-block: 52px 38px; }
.footer-main h3 { margin: 0 0 16px; color: white; font-size: 1rem; }
.footer-brand p { max-width: 360px; color: #aebed8; }
.footer-links { display: grid; gap: 9px; font-size: .9rem; }
.footer-links a:hover { color: var(--gold); }
.social-row { display: flex; flex-wrap: wrap; gap: 9px; }
.social-row a { min-width: 42px; height: 42px; display: grid; place-items: center; padding-inline: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 800; }
.visitor-box { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.visitor-box div { padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.05); }
.visitor-box strong { display: block; color: var(--gold); font-size: 1.22rem; }
.visitor-box span { color: #aebed8; font-size: .72rem; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); color: #aabbd5; text-align: center; font-size: .82rem; }

.assistant-launcher { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 0; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--red), #a90f18); box-shadow: 0 14px 34px rgba(141,13,22,.35); cursor: pointer; font-weight: 900; }
.assistant-panel { position: fixed; right: 20px; bottom: 82px; z-index: 61; width: min(420px, calc(100vw - 28px)); max-height: min(760px, calc(100vh - 104px)); display: none; grid-template-rows: auto minmax(130px, 1fr) auto auto auto; overflow: hidden; border: 1px solid #d9dfeb; border-radius: 24px; background: white; box-shadow: 0 26px 80px rgba(7,27,61,.3); }
.assistant-panel.open { display: grid; }
.assistant-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 18px; color: white; background: var(--navy); }
.assistant-head strong { display: block; }
.assistant-head small { color: #c9d7ee; }
.assistant-head button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.assistant-body { overflow-y: auto; padding: 16px; background: #f7f9fd; }
.message { max-width: 88%; margin-bottom: 10px; padding: 11px 13px; border-radius: 15px; font-size: .88rem; white-space: pre-line; }
.message.bot { color: var(--ink); border: 1px solid #e2e7f0; border-bottom-left-radius: 4px; background: white; }
.message.user { margin-left: auto; color: white; border-bottom-right-radius: 4px; background: var(--blue); }
.quick-questions { display: flex; flex-wrap: wrap; gap: 7px; margin: 8px 0 14px; }
.quick-questions button { padding: 7px 9px; border: 1px solid #cdd7e7; border-radius: 999px; color: var(--navy); background: white; cursor: pointer; font-size: .76rem; font-weight: 700; }
.assistant-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 2px 0 12px; }
.assistant-contact-actions a { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 10px; border-radius: 11px; color: white; font-size: .8rem; font-weight: 900; text-align: center; }
.assistant-contact-actions .assistant-call { background: var(--navy); }
.assistant-contact-actions .assistant-whatsapp { background: var(--green); }
.assistant-upload { padding: 10px 12px; border-top: 1px solid #e3e7ee; background: #fffaf0; }
.assistant-upload-button { min-height: 40px; padding: 8px 12px; border: 1px solid #d89b12; border-radius: 11px; color: var(--navy); background: white; cursor: pointer; font-weight: 900; }
.assistant-upload > span { display: inline; margin-left: 7px; color: #59677d; font-size: .68rem; }
.assistant-upload > p { margin: 7px 0 0; color: #667085; font-size: .68rem; }
.assistant-file-list { display: grid; gap: 6px; margin-top: 8px; }
.assistant-file-list:empty { display: none; }
.assistant-file-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 8px; border: 1px solid #e1d4b9; border-radius: 9px; background: white; font-size: .7rem; }
.assistant-file-item span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.assistant-file-item button { flex: none; padding: 5px 7px; border: 0; border-radius: 7px; color: #9d111b; background: #fff0f1; cursor: pointer; font-size: .66rem; font-weight: 800; }
.assistant-direct-contact { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-top: 1px solid #e3e7ee; background: #eef4ff; }
.assistant-direct-contact span { color: #31415c; font-size: .72rem; line-height: 1.35; }
.assistant-direct-contact span strong { display: block; color: var(--navy); font-size: .78rem; }
.assistant-direct-contact div { display: flex; gap: 6px; flex: none; }
.assistant-direct-contact a { display: grid; place-items: center; min-height: 34px; padding: 6px 9px; border-radius: 9px; color: white; background: var(--navy); font-size: .72rem; font-weight: 900; }
.assistant-direct-contact a:last-child { background: var(--green); }
.assistant-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px; border-top: 1px solid #e3e7ee; background: white; }
.assistant-form input { min-width: 0; padding: 11px 12px; border: 1px solid #cdd5e3; border-radius: 12px; outline: none; }
.assistant-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,88,181,.12); }
.assistant-form button { width: 46px; border: 0; border-radius: 12px; color: white; background: var(--red); cursor: pointer; }

@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px 16px 18px; background: #071b3d; box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .nav-menu.open { display: grid; }
  .nav-menu a { padding: 12px; }
  .hero-grid, .home-split, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .hero { min-height: 570px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .service-list, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 22px, 1180px); }
  .topbar-inner { padding: 8px 0; align-items: flex-start; }
  .topbar-links { gap: 5px 12px; }
  .topbar-note { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-text small { display: none; }
  .hero-grid { padding-block: 58px; }
  .hero h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .hero-actions .btn { width: 100%; }
  .section { padding-block: 56px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .feature-grid, .service-list, .value-grid, .gallery-grid, .contact-grid, .footer-main { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr 1fr; }
  .service-group { padding: 20px; }
  .service-group-head { grid-template-columns: 54px 1fr; }
  .service-group-head .icon-box { width: 54px; height: 54px; }
  .gallery-item img { aspect-ratio: 16/11; }
  .footer-main { gap: 28px; }
  .map-strip { height: 280px; }
  .map-live-location { bottom: 10px; width: calc(100% - 20px); }
  .assistant-launcher span { display: none; }
  .assistant-launcher { width: 54px; height: 54px; justify-content: center; padding: 0; }
  .assistant-panel { right: 14px; bottom: 82px; max-height: calc(100vh - 96px); }
  .assistant-upload-button { width: 100%; }
  .assistant-upload > span { display: block; margin: 6px 0 0; }
  .assistant-direct-contact { align-items: flex-start; flex-direction: column; }
  .assistant-direct-contact div, .assistant-direct-contact a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .news-viewport { overflow-y: auto; mask-image: none; }
}
