/* Conciergerie Arrey — public site. Colours come from the admin (Site settings > Appearance) via --primary / --accent. */
:root {
  --primary: #0b2447;
  --accent: #f2a900;
  --ink: #0f1b2d;
  --muted: #5a6577;
  --line: #e3e8f0;
  --soft: #f4f6fa;
  --sand: #f6f1e6;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(11, 36, 71, .08);
  --shadow-lg: 0 24px 60px rgba(11, 36, 71, .18);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-head: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.65; font-size: 16.5px; -webkit-font-smoothing: antialiased; }
img, video, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--primary); letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { padding: 0; margin: 0; list-style: none; }
.icon { flex: none; vertical-align: middle; }
.wrap { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }
.narrow { width: min(820px, 100% - 2.5rem); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .92rem; }
.tiny { font-size: .82rem; margin-top: .9rem; }
.mt { margin-top: 2rem; }
.skip { position: absolute; left: -999px; top: 0; background: var(--accent); color: #000; padding: .6rem 1rem; z-index: 200; }
.skip:focus { left: 8px; top: 8px; }
.hide-sm { }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

/* ---------- top bar + header ---------- */
.topbar { background: var(--primary); color: #dbe5f5; font-size: .86rem; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: .5rem; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: .4rem; }
.topbar-l, .topbar-r { display: flex; gap: 1.4rem; align-items: center; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }
.topbar .lang { background: rgba(255,255,255,.14); padding: .15rem .7rem; border-radius: 999px; font-weight: 700; letter-spacing: .04em; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s; }
.header.scrolled { border-color: var(--line); box-shadow: 0 6px 24px rgba(11,36,71,.07); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--primary); position: relative; z-index: 110; }
.brand img { height: 44px; width: auto; }
.logo-mark { color: var(--accent); display: inline-flex; background: var(--primary); border-radius: 12px; padding: 4px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font-head); font-size: 1.15rem; font-weight: 800; }
.brand-text small { white-space: nowrap; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav { display: flex; align-items: center; gap: .3rem; }
.nav a:not(.btn) { white-space: nowrap; padding: .55rem .72rem; border-radius: 10px; font-weight: 600; font-size: .95rem; color: var(--ink); transition: background .2s, color .2s; }
.nav a:not(.btn):hover { background: var(--soft); }
.nav a.on { color: var(--primary); background: var(--sand); }
.nav-cta { margin-left: .5rem; white-space: nowrap; padding: .7rem 1.1rem; }
.burger { display: none; background: none; border: 0; color: var(--primary); padding: .5rem; cursor: pointer; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font: 700 .97rem var(--font-head); padding: .8rem 1.4rem; border-radius: 12px; border: 2px solid transparent; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: 1rem 1.7rem; font-size: 1.02rem; border-radius: 14px; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(11,36,71,.22); }
.btn-accent { background: var(--accent); color: #1a1300; box-shadow: 0 8px 22px rgba(242,169,0,.35); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-wa { background: #25d366; color: #052e16; }

/* ---------- hero ---------- */
.hero { position: relative; background: radial-gradient(1100px 500px at 85% -10%, rgba(242,169,0,.18), transparent 60%), linear-gradient(135deg, var(--primary) 0%, #0d2f5e 100%); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(to bottom, #000, transparent 85%); pointer-events: none; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,36,71,.92), rgba(11,36,71,.55)); }
.hero-in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; padding-block: clamp(3rem, 7vw, 6rem); }
.hero-video .hero-in { grid-template-columns: minmax(0, 720px); min-height: 70vh; }
.hero h1 { color: #fff; margin: 1rem 0 1.1rem; }
.hero .lead { color: #d3def0; font-size: 1.15rem; max-width: 56ch; }
.chip { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); padding: .4rem .9rem; border-radius: 999px; font-size: .84rem; font-weight: 600; color: #ffe7a6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.8rem 0 1.6rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; color: #cfdcf2; font-size: .93rem; font-weight: 500; }
.hero-points li { display: inline-flex; align-items: center; gap: .4rem; }
.hero-points .icon { color: var(--accent); }
.hero-visual { position: relative; padding: 0 0 2rem 1rem; }
.hero-frame { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid rgba(255,255,255,.14); aspect-ratio: 4 / 3.3; background: #0a1b38; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::before { content: ""; position: absolute; width: 60%; height: 60%; right: -18px; bottom: 0; background: var(--accent); border-radius: 28px; z-index: -1; opacity: .9; }
.hero-badge { position: absolute; left: -6px; bottom: 0; background: #fff; color: var(--primary); display: flex; align-items: center; gap: .8rem; padding: .8rem 1.2rem; border-radius: 16px; box-shadow: var(--shadow-lg); }
.hero-badge strong { display: block; font: 800 1.4rem var(--font-head); line-height: 1; }
.hero-badge small { color: var(--muted); font-size: .78rem; }
.hb-ico { background: var(--accent); color: #1a1300; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; }

/* ---------- stats ---------- */
.stats { background: var(--primary); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.5rem; padding-block: 2.6rem; }
.stat { text-align: center; }
.stat-n { font: 800 clamp(2.2rem, 4vw, 3.1rem) var(--font-head); color: var(--accent); line-height: 1; }
.stat-l { margin-top: .5rem; color: #cfdcf2; font-size: .93rem; }

/* ---------- sections ---------- */
.section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.section-tight { padding-block: 2.5rem; }
.section-soft { background: var(--soft); }
.section-dark { background: linear-gradient(135deg, var(--primary), #0d2f5e); color: #dbe5f5; }
.section-head { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.section-head-light h2 { color: #fff; }
.section-head .lead, .lead { color: var(--muted); font-size: 1.12rem; }
.section-head-light .lead { color: #c2d1ea; }
.eyebrow { display: inline-block; font: 700 .8rem var(--font-head); letter-spacing: .14em; text-transform: uppercase; color: #a26f00; background: #fff4d6; padding: .3rem .8rem; border-radius: 999px; margin-bottom: 1rem; }
.section-dark .eyebrow, .stats .eyebrow { background: rgba(255,255,255,.12); color: #ffe7a6; }
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); }
.ico { width: 54px; height: 54px; border-radius: 15px; background: #e8eefb; color: var(--primary); display: inline-grid; place-items: center; margin-bottom: 1.1rem; }
.ico-accent { background: #fff1c9; color: #9a6a00; }
.service-card { display: block; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card p { color: var(--muted); }
.more { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--primary); font-family: var(--font-head); margin-top: .3rem; }
.service-card:hover .more { color: #9a6a00; gap: .7rem; }
.feature p, .value p { color: var(--muted); margin: 0; }
.feature { padding: .4rem; }
.value { text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.2rem; }
.value .ico { margin-inline: auto; }
.value h3 { font-size: 1.05rem; }
.value p { font-size: .92rem; }
.mv h3 { font-size: 1.4rem; }
.mv p { color: var(--muted); margin: 0; font-size: 1.05rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: 26px; box-shadow: var(--shadow-lg); width: 100%; max-height: 560px; object-fit: cover; }
.media-badge { position: absolute; right: -14px; bottom: 24px; background: var(--accent); color: #1a1300; padding: .9rem 1.3rem; border-radius: 16px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; }
.media-badge strong { font: 800 1.15rem var(--font-head); }
.media-badge small { font-size: .78rem; }
.prose p { color: #33415a; }
.prose ul { margin: 0 0 1em; }
.prose li { position: relative; padding-left: 1.5rem; margin-bottom: .45rem; color: #33415a; }
.prose li::before { content: ""; position: absolute; left: 0; top: .6em; width: 9px; height: 9px; border-radius: 3px; background: var(--accent); }
.prose strong { color: var(--primary); }
.pill-list { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0 1.8rem; }
.pill-list li { display: inline-flex; align-items: center; gap: .4rem; background: #fff; border: 1px solid var(--line); padding: .4rem .9rem; border-radius: 999px; font-weight: 600; font-size: .92rem; color: var(--primary); }
.pill-list .icon { color: #16a34a; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.6rem; counter-reset: s; }
.step { position: relative; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 1.8rem 1.5rem; }
.step h3 { color: #fff; }
.step p { color: #c2d1ea; margin: 0; }
.step-n { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #1a1300; font: 800 1.2rem var(--font-head); margin-bottom: 1rem; }

.modules { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: .8rem 1.2rem; }
.modules li { display: flex; align-items: center; gap: 1rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); padding: .9rem 1.1rem; border-radius: 14px; color: #fff; font-weight: 500; }
.modules li span { font: 800 1rem var(--font-head); color: var(--accent); min-width: 2ch; }
.proc { display: flex; gap: 1.1rem; background: #fff; padding: 1.5rem; border-radius: var(--radius); border: 1px solid var(--line); }
.proc .ico { margin: 0; }
.proc p { color: var(--muted); margin: 0; }
.download { display: flex; align-items: center; gap: 1.4rem; background: var(--sand); border: 1px solid #ecdfbf; padding: 1.4rem 1.8rem; border-radius: var(--radius); flex-wrap: wrap; }
.download .ico { margin: 0; }
.download div { flex: 1; min-width: 220px; }
.download h3 { margin: 0 0 .2rem; }
.download p { margin: 0; color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.table { width: 100%; border-collapse: collapse; background: #fff; }
.table th, .table td { text-align: left; padding: .95rem 1.2rem; border-bottom: 1px solid var(--line); }
.table th { background: var(--soft); font: 700 .8rem var(--font-head); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.table tr:last-child td { border-bottom: 0; }
.tel { font: 800 1.05rem var(--font-head); color: var(--primary); white-space: nowrap; }

/* ---------- services page ---------- */
.stack { display: grid; gap: 3.2rem; }
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.svc-row.flip .svc-media { order: 2; }
.svc-media img, .svc-ph { border-radius: 24px; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow-lg); }
.svc-ph { background: linear-gradient(135deg, var(--primary), #1c4380); color: var(--accent); display: grid; place-items: center; }
.svc-copy h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.detail { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.detail-img { border-radius: 24px; width: 100%; max-height: 460px; object-fit: cover; margin-bottom: 2rem; box-shadow: var(--shadow); }
.detail-side { display: grid; gap: 1.2rem; position: sticky; top: 100px; }
.side-cta .btn { margin-top: .7rem; }
.link-list li a { display: flex; align-items: center; gap: .7rem; padding: .65rem 0; border-bottom: 1px solid var(--line); font-weight: 600; color: var(--primary); }
.link-list li:last-child a { border: 0; }
.link-list li a:hover { color: #9a6a00; }

/* ---------- page head ---------- */
.pagehead { background: linear-gradient(135deg, var(--primary), #10346a); color: #fff; padding-block: clamp(2.6rem, 6vw, 4.5rem); position: relative; overflow: hidden; }
.pagehead::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(242,169,0,.35), transparent 70%); }
.pagehead h1 { color: #fff; margin-bottom: .4rem; }
.pagehead .lead { color: #c9d8ef; max-width: 62ch; margin: 0; }
.crumbs { font-size: .86rem; color: #a9bddb; margin-bottom: 1rem; }
.crumbs a:hover { color: #fff; }
.crumbs span { margin: 0 .3rem; }

/* ---------- gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-home .g-item:first-child { grid-column: span 2; grid-row: span 2; }
.g-item { position: relative; display: block; border-radius: 18px; overflow: hidden; background: #dfe6f2; aspect-ratio: 4 / 3; cursor: zoom-in; box-shadow: var(--shadow); }
.gallery-home .g-item:first-child { aspect-ratio: auto; }
.g-item img, .g-item video { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.g-item:hover img, .g-item:hover video { transform: scale(1.07); }
.g-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,36,71,.75), transparent 55%); opacity: 0; transition: opacity .3s; }
.g-item:hover::after { opacity: 1; }
.g-cap { position: absolute; left: 1rem; right: 1rem; bottom: .9rem; color: #fff; font-weight: 600; font-size: .92rem; z-index: 2; opacity: 0; transform: translateY(8px); transition: .3s; }
.g-item:hover .g-cap { opacity: 1; transform: none; }
.g-play { position: absolute; z-index: 2; inset: 0; margin: auto; width: 62px; height: 62px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--primary); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.g-item.hidden { display: none; }
.filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2rem; }
.filters button { font: 600 .92rem var(--font); border: 1px solid var(--line); background: #fff; padding: .55rem 1.1rem; border-radius: 999px; cursor: pointer; color: var(--ink); display: inline-flex; align-items: center; gap: .4rem; }
.filters button small { background: var(--soft); padding: 0 .5rem; border-radius: 99px; color: var(--muted); }
.filters button:hover { border-color: var(--primary); }
.filters button.on { background: var(--primary); border-color: var(--primary); color: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6,14,29,.94); display: grid; grid-template-rows: 1fr auto; place-items: center; padding: 3.5rem 1rem 1.5rem; }
.lightbox[hidden] { display: none; }
.lb-stage { width: min(1100px, 100%); max-height: 78vh; display: grid; place-items: center; }
.lb-stage img, .lb-stage video { max-height: 78vh; width: auto; max-width: 100%; border-radius: 12px; }
.lb-stage iframe { width: min(1000px, 92vw); aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 12px; }
.lb-caption { color: #dbe5f5; text-align: center; padding-top: 1rem; min-height: 2.2rem; }
.lb-close, .lb-nav { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.lb-close:hover, .lb-nav:hover { background: rgba(255,255,255,.25); }
.lb-close { top: 1rem; right: 1rem; }
.lb-nav { top: 50%; transform: translateY(-50%); }
.lb-prev { left: 1rem; transform: translateY(-50%) rotate(180deg); }
.lb-next { right: 1rem; }

/* ---------- testimonials, logos, faq ---------- */
.quote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); }
.q-ico { color: var(--accent); }
.quote blockquote { margin: .8rem 0 1.2rem; font-size: 1.04rem; color: #33415a; }
.quote figcaption strong { display: block; color: var(--primary); }
.quote figcaption small { color: var(--muted); }
.logos { display: flex; flex-wrap: wrap; gap: 1.5rem 3rem; justify-content: center; align-items: center; margin-top: 1.2rem; }
.logos img { max-height: 46px; width: auto; filter: grayscale(1); opacity: .7; transition: .3s; }
.logos img:hover { filter: none; opacity: 1; }
.logos span { font: 800 1.2rem var(--font-head); color: #9aa6ba; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: .8rem; padding: 0 1.4rem; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 0; font: 700 1.03rem var(--font-head); color: var(--primary); }
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary .icon { transform: rotate(180deg); }
.faq summary .icon { transition: transform .25s; }
.faq details p { color: var(--muted); padding-bottom: 1.1rem; margin: 0; }
.ceo { text-align: center; }
.ceo-ico { color: var(--accent); }
.ceo p { font: 600 clamp(1.15rem, 2.2vw, 1.5rem) var(--font-head); color: var(--primary); margin: 1rem 0 1.4rem; line-height: 1.45; }
.ceo strong { display: block; }
.ceo small { color: var(--muted); }

/* ---------- CTA ---------- */
.cta { background: linear-gradient(120deg, var(--primary), #113a73); color: #fff; }
.cta-in { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 3.4rem; flex-wrap: wrap; }
.cta h2 { color: #fff; margin-bottom: .4rem; }
.cta p { color: #c9d8ef; margin: 0; max-width: 56ch; }
.cta-actions { display: flex; gap: .9rem; flex-wrap: wrap; }

/* ---------- contact + forms ---------- */
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 3rem; align-items: start; }
.info-list { display: grid; gap: 1.1rem; margin: 1.4rem 0 1.6rem; }
.info-list li { display: flex; gap: 1rem; align-items: center; }
.info-list .ico { margin: 0; width: 48px; height: 48px; }
.info-list small { display: block; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.info-list strong { font-weight: 600; }
.info-list a:hover { color: #9a6a00; }
.check-list { display: grid; gap: .8rem; margin: 1.2rem 0 1.6rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; }
.check-list .icon { color: #16a34a; margin-top: 4px; }
.note { margin-bottom: 1.2rem; box-shadow: none; background: var(--sand); border-color: #ecdfbf; padding: 1.4rem; }
.note h3 { display: flex; align-items: center; gap: .5rem; font-size: 1.05rem; }
.note p { color: #5a5030; }
.map { margin-top: 1.4rem; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 280px; border: 0; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: var(--shadow-lg); scroll-margin-top: 110px; }
.form-card h2 { font-size: 1.7rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; margin: 1.4rem 0 1.2rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .9rem; color: var(--primary); }
.req { color: #dc2626; }
.field input, .field select, .field textarea { font: inherit; padding: .8rem 1rem; border: 1.5px solid #ccd5e3; border-radius: 12px; background: #fff; color: var(--ink); width: 100%; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(11,36,71,.1); }
.field input[type=file] { padding: .6rem; background: var(--soft); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #dc2626; }
.err { color: #dc2626; font-size: .84rem; }
.hint { color: var(--muted); font-size: .82rem; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.alert { padding: .9rem 1.1rem; border-radius: 12px; margin: 1rem 0; font-weight: 500; }
.alert-error { background: #fee2e2; color: #991b1b; }
.flash { padding: .9rem 0; font-weight: 600; text-align: center; }
.flash-success { background: #dcfce7; color: #14532d; }
.flash-error { background: #fee2e2; color: #991b1b; }
.big-404 { font: 800 clamp(5rem, 16vw, 10rem) var(--font-head); color: var(--accent); margin: 0; line-height: 1; }

/* ---------- footer ---------- */
.footer { background: #071a36; color: #b8c7e0; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.1fr 1.4fr; gap: 2.5rem; padding-block: 4rem 3rem; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 1.1rem; }
.footer a:hover { color: #fff; }
.footer li { margin-bottom: .6rem; }
.footer-about { margin: 1.1rem 0; font-size: .95rem; max-width: 36ch; }
.brand-light { color: #fff; }
.brand-light .brand-text strong { color: #fff; }
.footer-contact li { display: flex; gap: .7rem; align-items: flex-start; }
.footer-contact .icon { color: var(--accent); margin-top: 4px; }
.socials { display: flex; gap: .6rem; }
.socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; color: #fff; }
.socials a:hover { background: var(--accent); color: #1a1300; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .88rem; }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.2rem; flex-wrap: wrap; }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(0,0,0,.3); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* ---------- reveal on scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .hero-in, .split, .svc-row, .detail, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 560px; }
  .svc-row.flip .svc-media { order: 0; }
  .detail-side { position: static; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .media-badge { right: 12px; }
}
@media (max-width: 1100px) {
  .burger { display: inline-flex; }
  .nav { position: fixed; inset: 0 0 auto 0; top: 0; padding: 5.5rem 1.5rem 2rem; background: #fff; flex-direction: column; align-items: stretch; gap: .2rem; transform: translateY(-105%); transition: transform .3s ease; z-index: -1; box-shadow: var(--shadow-lg); max-height: 100vh; overflow: auto; }
  .nav.open { transform: none; z-index: 95; }
  .header { z-index: 100; }
  .burger { position: relative; z-index: 110; }
  .nav a:not(.btn) { padding: .9rem 1rem; font-size: 1.05rem; }
  .nav-cta { margin: .8rem 0 0; }
}
@media (max-width: 860px) {
  .hide-sm { display: none !important; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-5 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .gallery-home .g-item:first-child { grid-column: span 2; grid-row: auto; aspect-ratio: 4 / 3; }
  .footer-grid { grid-template-columns: 1fr; padding-block: 3rem 2rem; }
  .cta-in { padding-block: 2.6rem; }
  .cta-actions, .hero-actions { width: 100%; }
  .cta-actions .btn, .hero-actions .btn { flex: 1 1 100%; }
  .proc { flex-direction: column; }
  .brand-text small { display: none; }
  .topbar-l a:not(:first-child) { display: none; }
  .modules { grid-template-columns: 1fr; }
}

/* ---------- map / find us ---------- */
.map-card { display: grid; grid-template-columns: 1.55fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); }
.map-frame { position: relative; min-height: 460px; background: #dfe6f2; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-info { padding: clamp(1.4rem, 3vw, 2.2rem); display: flex; flex-direction: column; gap: 1rem; }
.map-info .ico { margin-bottom: 0; }
.map-info h3 { font-size: 1.4rem; margin: 0; }
.map-addr { margin: 0; color: var(--muted); font-size: 1.02rem; }
.map-facts { display: grid; gap: .55rem; }
.map-facts li { display: flex; gap: .6rem; align-items: flex-start; color: #33415a; font-size: .96rem; }
.map-facts .icon { color: #9a6a00; margin-top: 4px; }
.map-facts a { font-weight: 700; color: var(--primary); }
.map-alt { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.map-alt .btn { padding: .65rem .8rem; font-size: .9rem; }
.map-alt .btn:first-child { grid-column: 1 / -1; }
.map-gps { margin-top: auto; padding-top: 1rem; border-top: 1px dashed var(--line); display: grid; gap: .35rem; }
.map-gps small { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 700; }
.gps-row { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.gps-row code { background: var(--soft); border: 1px solid var(--line); padding: .3rem .6rem; border-radius: 8px; font-size: .9rem; color: var(--primary); }
.copy-btn { border: 1.5px solid var(--primary); background: transparent; color: var(--primary); border-radius: 8px; padding: .28rem .8rem; font: 700 .82rem var(--font-head); cursor: pointer; }
.copy-btn:hover, .copy-btn.done { background: var(--primary); color: #fff; }
@media (max-width: 900px) {
  .map-card { grid-template-columns: 1fr; }
  .map-frame { min-height: 340px; }
}

/* ---------- logo (the file is shown exactly as supplied) ---------- */
.logo-crop { position: relative; display: inline-block; flex: none; aspect-ratio: 336 / 372; overflow: hidden; }
.logo-crop img { position: absolute; width: 171.43%; max-width: none; height: auto; left: -53.27%; top: -3.76%; }
.logo-plain { width: auto; max-width: 240px; object-fit: contain; }
.brand .logo-crop, .brand .logo-plain { margin-right: .1rem; }
.logo-card { display: inline-flex; background: #fff; border-radius: 16px; padding: 8px 10px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.brand-light .brand-text small { display: none; }
.about-logo { display: flex; justify-content: center; margin-bottom: 1rem; }
