:root {
  --navy: #071936;
  --blue: #123f73;
  --blue-2: var(--button);
  --green: #11895f;
  --teal: #14a7a0;
  --red: #b51f32;
  --burgundy: #761529;
  --ink: #142033;
  --muted: #64748b;
  --line: #dbe3ee;
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(7, 25, 54, .12);
  --radius: 8px;
  --container: 1280px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
body.admin-body { background: #eef3f8; }
body.nav-locked { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(20, 167, 160, .45); outline-offset: 3px; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--navy); color: white; padding: 10px 14px; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(219, 227, 238, .9);
  backdrop-filter: blur(14px);
  transition: box-shadow .2s ease;
}
.nav-locked .site-header { z-index: 100; }
.site-header.is-compact { box-shadow: 0 12px 36px rgba(7,25,54,.08); }
.nav-shell { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; width: clamp(220px, 20vw, 285px); }
.brand img { width: 100%; height: auto; display: block; object-fit: contain; }
.brand__mark {
  width: 50px; height: 50px; border-radius: 8px; display: grid; place-items: center;
  color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 12px 24px rgba(18,63,115,.2);
}
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 1.35rem; color: var(--navy); }
.brand small { color: var(--muted); font-size: .76rem; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; font-weight: 850; letter-spacing: .01em; font-size: .76rem; flex: 1 1 auto; min-width: 0; }
.main-nav > a, .nav-dropdown > a { padding: 10px 7px; border-radius: var(--radius); color: #23324a; white-space: nowrap; }
.main-nav > a:hover, .main-nav .is-active, .nav-dropdown > a:hover { background: #e8f2ff; color: var(--blue); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px;
  padding: 12px 18px; border: 0; border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; font-weight: 800;
  box-shadow: 0 14px 30px rgba(18, 63, 115, .24); transition: transform .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn--small { min-height: 40px; padding: 9px 12px; }
.btn--header-cta {
  min-height: 44px;
  padding: 11px 14px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--red), var(--burgundy));
  box-shadow: 0 14px 28px rgba(181, 31, 50, .26);
  border: 1px solid rgba(255,255,255,.28);
}
.btn--header-cta:hover { background: linear-gradient(135deg, #c8243a, var(--burgundy)); }
.btn--ghost { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.42); box-shadow: none; }
.btn--soft { background: #eaf4ff; color: var(--blue); box-shadow: none; }
.nav-dropdown { position: relative; }
.nav-dropdown__panel {
  display: none; position: absolute; top: 100%; left: 0; min-width: 255px; padding: 10px;
  background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: var(--radius);
}
.nav-dropdown:hover .nav-dropdown__panel, .nav-dropdown:focus-within .nav-dropdown__panel { display: grid; }
.nav-dropdown__panel a { padding: 10px; border-radius: 6px; }
.nav-dropdown__panel a:hover { background: var(--soft); color: var(--blue); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
.nav-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--navy); }
.drawer-head, .drawer-contact, .nav-overlay { display: none; }
.drawer-head img { width: min(260px, 78vw); height: auto; }

.hero { position: relative; overflow: hidden; min-height: 650px; display: grid; align-items: center; color: white; }
.hero__media { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,25,54,.86), rgba(7,25,54,.62) 46%, rgba(7,25,54,.08));
}
.hero__grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; padding: 82px 0; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-weight: 900; text-transform: uppercase; font-size: .78rem; letter-spacing: .02em; }
.hero .eyebrow { color: #9ff3db; }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.05; max-width: 860px; }
.hero p { max-width: 700px; color: #e7eef8; font-size: 1.15rem; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-panel {
  background: rgba(255,255,255,.94); color: var(--ink); border: 1px solid rgba(255,255,255,.45);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px;
}
.hero-panel strong { display: block; font-size: 1.35rem; color: var(--navy); margin-bottom: 12px; }
.hero-panel li { margin-bottom: 10px; }

.section { padding: 84px 0; }
.section--soft { background: var(--soft); }
.section--navy { background: var(--navy); color: white; }
.section-head { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 34px; }
.section-head h2, .intro-grid h2, .solution-column h2, .consultant-card h2, .faq-grid h2 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1.16; max-width: 760px; }
.section-head--light .eyebrow { color: #9ff3db; }
.intro-grid, .insight-grid, .dual-grid, .faq-grid, .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.split-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: -58px; position: relative; z-index: 3; }
.feature-card, .service-card, .content-card, .detail-card, .project-card, .blog-card, .consultant-card, .contact-panel, .contact-form, .data-panel {
  border: 1px solid var(--line); background: white; border-radius: var(--radius); box-shadow: var(--shadow);
}
.feature-card { padding: 30px; display: grid; gap: 12px; min-height: 265px; }
.feature-card--local { border-top: 5px solid var(--green); }
.feature-card--politic { border-top: 5px solid var(--red); }
.feature-card span { color: var(--navy); font-size: 1.55rem; font-weight: 900; line-height: 1.18; }
.feature-card b, .text-link { color: var(--blue); font-weight: 900; }
.icon { width: 42px; height: 42px; color: var(--blue); }
.feature-card--local .icon, .solution-column--local .eyebrow { color: var(--green); }
.feature-card--politic .icon, .solution-column--politic .eyebrow, .detail-card--politic .icon { color: var(--red); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { padding: 18px; min-height: 230px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; overflow: hidden; }
.service-card:hover, .project-card:hover, .blog-card:hover, .feature-card:hover { transform: translateY(-4px); box-shadow: 0 24px 70px rgba(7,25,54,.16); border-color: rgba(12,102,180,.28); }
.service-card > img { width: calc(100% + 36px); margin: -18px -18px 16px; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.service-card:hover > img, .project-card:hover img, .blog-card:hover img { transform: scale(1.035); }
.service-card .icon { transition: transform .2s ease; }
.service-card:hover .icon { transform: translateY(-2px); }
.service-card small { display: block; color: var(--muted); font-weight: 800; margin-top: 12px; }
.service-card h3, .project-card h2, .blog-card h2, .project-card h3, .blog-card h3 { margin: 10px 0 8px; color: var(--navy); line-height: 1.2; }
.dual-section { background: linear-gradient(90deg, #f6fbf8 0 50%, #fff7f8 50% 100%); }
.solution-column { padding: 36px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.78); }
.process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.process .section-head { grid-column: 1 / -1; }
.process-card { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); padding: 22px; border-radius: var(--radius); }
.process-card span { color: #9ff3db; font-weight: 900; }
.data-panel { padding: 28px; background: linear-gradient(145deg, #ffffff, #eef6ff); }
.data-panel span { display: inline-flex; margin-bottom: 22px; color: var(--muted); font-weight: 900; }
.data-panel div { width: var(--w); height: 34px; margin: 14px 0; border-radius: 5px; background: linear-gradient(90deg, var(--blue), var(--teal)); }
.project-grid, .blog-grid, .content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.project-card, .blog-card { overflow: hidden; position: relative; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.project-card img, .blog-card img, .article-image { width: 100%; object-fit: cover; aspect-ratio: 16 / 10; transition: transform .35s ease; }
.project-card span, .project-card h2, .project-card h3, .project-card p, .project-card b, .blog-card small, .blog-card h2, .blog-card h3, .blog-card p { margin-left: 20px; margin-right: 20px; }
.project-card span, .blog-card small { display: block; margin-top: 18px; color: var(--muted); font-weight: 900; }
.consultant-card { display: grid; grid-template-columns: 1fr; gap: 22px; padding: 38px; align-items: center; }
.consultant-card--text { background: linear-gradient(135deg, #ffffff, #f2f7fc); border-left: 5px solid var(--blue); }
.consultant-card--text > div { max-width: 940px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag-row span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; background: var(--soft); font-weight: 800; font-size: .9rem; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: white; padding: 18px; display: flex; justify-content: space-between; gap: 16px; text-align: left; font-weight: 900; }
.faq-answer { display: none; padding: 0 18px 18px; color: var(--muted); }
.faq-item.is-active .faq-answer { display: block; }
.cta-strip { padding: 42px 0; background: linear-gradient(135deg, var(--blue), var(--navy)); color: white; }
.cta-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cta-strip h2 { margin: 0; max-width: 760px; line-height: 1.2; }

.page-hero { background: linear-gradient(135deg, var(--navy), #113f70); color: white; padding: 90px 0; }
.page-hero--local { background: linear-gradient(135deg, var(--navy), #0f6f57); }
.page-hero--politic { background: linear-gradient(135deg, var(--navy), #7d1b2c); }
.page-hero p { max-width: 760px; color: #dce7f4; font-size: 1.12rem; }
.content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.content-card { padding: 26px; }
.content-card h2, .detail-card h2 { margin-top: 0; color: var(--navy); }
.category-stack { display: grid; gap: 70px; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.detail-card { padding: 28px; scroll-margin-top: 120px; }
.detail-card ul { padding-left: 20px; margin-bottom: 0; }
.article-layout { max-width: 930px; }
.article-image { border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 28px; }
.article-body { font-size: 1.08rem; }
.gallery-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0; }
.gallery-strip img, .visual-grid img { border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.gallery-strip img { aspect-ratio: 16 / 10; width: 100%; }
.visual-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.visual-grid--reverse img { order: 2; }
.visual-grid img { width: 100%; aspect-ratio: 16 / 9; }
.contact-panel, .contact-form { padding: 28px; }
.contact-panel { display: grid; gap: 12px; align-content: start; }
.contact-panel a { color: var(--blue); font-weight: 900; }
.contact-form { display: grid; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: white; color: var(--ink); }
textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; }
.notice { padding: 12px 14px; border-radius: var(--radius); font-weight: 800; }
.notice--success { background: #e8f8ef; color: #0a6b42; }
.notice--error { background: #fff0f1; color: #9f1239; }

.site-footer { background: radial-gradient(circle at 20% 0, rgba(20,167,160,.11), transparent 30%), #06152c; color: #d6e1ef; padding-top: 46px; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr)); gap: 34px; }
.brand--footer strong { color: white; }
.footer-logo-card {
  width: min(100%, 285px);
  padding: 12px 14px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.footer-logo-card img { width: 100%; height: auto; }
.site-footer h2 { margin: 0 0 12px; color: white; font-size: 1rem; }
.site-footer nav, .site-footer .footer-grid > div { display: grid; align-content: start; gap: 9px; }
.site-footer a { color: #d6e1ef; }
.site-footer a:hover { color: white; }
.footer-about p { margin: 2px 0 0; max-width: 420px; color: #b8c7da; }
.socials { display: flex; gap: 8px; margin-top: 8px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); }
.socials svg { width: 18px; height: 18px; }
.socials__link--instagram { color: #fff; background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 42%, #d6249f 62%, #285AEB 100%) !important; }
.socials__link--facebook { color: #fff; background: #1877f2 !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 34px; padding: 16px 0 18px; display: flex; justify-content: space-between; gap: 16px; color: #aab9ce; font-size: .92rem; }
.footer-bottom a { color: #aab9ce; font-weight: 800; }
.footer-bottom a:hover { color: #ffffff; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: grid; gap: 9px; }
.float-btn { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; border: 0; color: white; font-weight: 900; box-shadow: var(--shadow); }
.float-btn svg { width: 22px; height: 22px; }
.float-btn--instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 42%, #d6249f 62%, #285AEB 100%); }
.float-btn--facebook { background: #1877f2; }
.float-btn--whatsapp { background: #25d366; }
.float-btn--phone { background: var(--blue); }
.float-btn--top { background: var(--navy); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.float-btn--top.is-visible { opacity: 1; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 280px 1fr; }
.admin-sidebar { background: linear-gradient(180deg, var(--navy), #0b2448); color: white; padding: 24px; display: grid; align-content: start; gap: 10px; }
.admin-sidebar h1 { font-size: 1.2rem; margin: 0 0 14px; }
.admin-sidebar__caption { color: #aab9ce; margin: -8px 0 16px; font-size: .88rem; }
.admin-sidebar nav { display: grid; gap: 7px; }
.admin-sidebar strong { color: #8ddbc8; font-size: .72rem; margin-top: 12px; text-transform: uppercase; }
.admin-sidebar a { padding: 10px; border-radius: 8px; background: rgba(255,255,255,.07); }
.admin-sidebar a:hover, .admin-sidebar a.is-active { background: rgba(255,255,255,.16); }
.admin-main { padding: 28px; }
.admin-page-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.admin-page-head p { margin: 0; color: var(--muted); font-weight: 900; text-transform: uppercase; font-size: .76rem; }
.admin-page-head h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--navy); }
.admin-menu-toggle { display: none; position: fixed; left: 14px; top: 14px; z-index: 90; width: 44px; height: 44px; border: 0; border-radius: 8px; background: var(--navy); color: white; font-size: 1.2rem; }
.admin-overlay { display: none; }
.admin-hero { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border-radius: var(--radius); color: white; background: linear-gradient(135deg, var(--blue), var(--navy)); box-shadow: var(--shadow); margin-bottom: 22px; }
.admin-hero h3 { margin: 0 0 8px; font-size: 1.55rem; }
.admin-hero p { margin: 0; color: #dce7f4; }
.admin-quick { margin-top: 24px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.admin-quick div { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-quick a { padding: 10px 12px; border-radius: 8px; background: var(--soft); font-weight: 900; color: var(--blue); }
.admin-login { width: min(100% - 32px, 420px); margin: 10vh auto; background: white; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.admin-form { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: grid; gap: 14px; margin-bottom: 24px; }
.admin-form.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-form textarea, .admin-form .btn, .admin-form .check { grid-column: 1 / -1; }
.admin-cards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.admin-cards article, .admin-table article { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.admin-cards span { font-size: 2rem; color: var(--blue); font-weight: 900; }
.admin-table { display: grid; gap: 12px; }
.admin-table button { border: 0; background: #fff0f1; color: #9f1239; border-radius: 6px; padding: 8px 12px; font-weight: 900; }
.admin-table--media article { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 14px; }
.admin-table--media img { width: 150px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 7px; }
.media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.media-grid article { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); display: grid; gap: 9px; }
.media-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; }
.media-picker { display: grid; gap: 10px; align-content: start; }
.media-picker > label { font-weight: 900; }
.media-picker__preview {
  min-height: 112px;
  border: 1px dashed #b8c7da;
  border-radius: var(--radius);
  background: #f8fbff;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--muted);
  font-weight: 800;
}
.media-picker__preview img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.button-lite {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--blue);
  padding: 10px 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(7,25,54,.06);
}
.button-lite--muted { color: var(--muted); background: var(--soft); }
.media-modal { display: none; }
.media-modal.is-open { display: block; }
.media-modal__backdrop { position: fixed; inset: 0; background: rgba(7,25,54,.55); z-index: 140; }
.media-modal__panel {
  position: fixed;
  inset: 5vh 50%;
  transform: translateX(-50%);
  width: min(1040px, calc(100vw - 32px));
  max-height: 90vh;
  overflow: hidden;
  z-index: 145;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  display: grid;
  grid-template-rows: auto 1fr;
}
.media-modal__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.media-modal__head h3 { margin: 0; color: var(--navy); }
.media-modal__head button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--soft); font-size: 1.4rem; }
.media-modal__grid { padding: 18px; overflow: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.media-modal__grid button { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 8px; display: grid; gap: 7px; text-align: left; }
.media-modal__grid button:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.media-modal__grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; }
.media-modal__grid span { font-size: .78rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.seo-fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; display: grid; gap: 12px; }
.seo-fieldset legend { padding: 0 8px; color: var(--blue); font-weight: 900; }

@media (max-width: 1380px) {
  .main-nav {
    display: block; position: fixed; top: 0; right: 0; width: min(390px, 88vw); height: 100vh; max-height: none; overflow: auto;
    background: white; border-left: 1px solid var(--line); box-shadow: var(--shadow); padding: 22px; transform: translateX(105%); transition: transform .24s ease; z-index: 110;
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a, .nav-dropdown > a { display: block; padding: 13px 10px; font-size: .92rem; }
  .drawer-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
  .drawer-contact { display: grid; gap: 8px; margin: 12px 0; padding: 12px; border-radius: var(--radius); background: var(--soft); }
  .nav-overlay.is-open { display: block; position: fixed; inset: 0; background: rgba(7,25,54,.42); z-index: 80; }
  .nav-toggle { display: block; }
  .nav-dropdown__panel { position: static; display: grid; box-shadow: none; border: 0; padding: 0 0 0 12px; }
  .hero__grid, .intro-grid, .dual-grid, .insight-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 640px; }
  .service-grid, .process, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .section-head, .cta-strip .container, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .brand { min-width: 0; width: min(230px, 68vw); }
  .brand__mark { width: 44px; height: 44px; font-size: .85rem; }
  .brand strong { font-size: 1.1rem; }
  .hero { min-height: auto; }
  .hero__grid { padding: 64px 0; }
  .hero h1, .page-hero h1 { font-size: 2.25rem; }
  .section, .page-hero { padding: 58px 0; }
  .split-cards, .service-grid, .process, .project-grid, .blog-grid, .content-grid, .detail-list, .footer-grid, .consultant-card, .admin-shell, .admin-form.compact, .admin-cards, .visual-grid, .gallery-strip, .media-grid { grid-template-columns: 1fr; }
  .split-cards { margin-top: -24px; }
  .consultant-card { padding: 24px; }
  .visual-grid--reverse img { order: 0; }
  .floating-actions { right: 12px; bottom: 12px; }
  .float-btn { width: 42px; height: 42px; }
  .admin-main { padding: 72px 16px 24px; }
  .admin-menu-toggle { display: grid; place-items: center; }
  .admin-sidebar { position: fixed; inset: 0 auto 0 0; width: min(300px, 86vw); z-index: 95; transform: translateX(-105%); transition: transform .24s ease; overflow: auto; }
  .admin-sidebar.is-open { transform: translateX(0); }
  .admin-overlay.is-open { display: block; position: fixed; inset: 0; background: rgba(7,25,54,.42); z-index: 92; }
  .admin-hero { flex-direction: column; align-items: flex-start; }
  .admin-table--media article { grid-template-columns: 1fr; }
  .admin-table--media img { width: 100%; }
  .media-modal__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-form textarea, .admin-form .btn, .admin-form .check { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
