/* ==========================================================================
   Duara Assurance Brokers — site styles
   ========================================================================== */

:root {
  /* brand colours sampled from the Duara logo */
  --brand-900: #3d1119;   /* deep wine */
  --brand-800: #7b2535;   /* logo maroon */
  --brand-700: #8f3040;
  --brand-600: #a53f4f;
  --gold-500: #e8b02b;    /* logo gold */
  --gold-400: #f1d453;
  --gold-ink: #96690a;    /* gold that stays readable on white */
  --ink: #241a1c;
  --body: #5a5154;
  --muted: #857a7d;
  --line: #e9e2e3;
  --bg: #ffffff;
  --bg-soft: #faf7f6;
  --bg-tint: #f6ecea;

  --shadow-sm: 0 1px 2px rgba(61, 17, 25, .06), 0 2px 8px rgba(61, 17, 25, .05);
  --shadow-md: 0 10px 30px rgba(61, 17, 25, .10);
  --shadow-lg: 0 24px 60px rgba(61, 17, 25, .16);

  --radius: 10px;
  --radius-lg: 16px;

  --serif: "Source Serif 4", "Georgia", "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Helvetica Neue", Arial, sans-serif;

  --wrap: 1180px;
  --header-h: 88px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--brand-600); text-decoration: none; }
a:hover { color: var(--gold-ink); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--brand-800);
  line-height: 1.25;
  margin: 0 0 .6em;
  font-weight: 600;
}

h1 { font-size: clamp(2rem, 4.4vw, 3.05rem); letter-spacing: -.015em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); letter-spacing: -.01em; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.06rem; font-family: var(--sans); font-weight: 700; }

p { margin: 0 0 1.1em; }

.as-h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); letter-spacing: -.01em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin: 0 0 .9rem;
}

.lead { font-size: 1.12rem; color: var(--body); }

.rule {
  width: 62px; height: 3px; border: 0; margin: 0 0 1.6rem;
  background: var(--gold-500);
}
.section-head.center .rule { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-size: .95rem; font-weight: 600;
  padding: .82rem 1.6rem; border-radius: 6px; border: 2px solid transparent;
  cursor: pointer; transition: all .18s ease; white-space: nowrap;
}
.btn-primary { background: var(--gold-500); color: var(--brand-900); border-color: var(--gold-500); }
.btn-primary:hover { background: var(--gold-400); border-color: var(--gold-400); color: var(--brand-900); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.btn-outline { background: transparent; color: var(--brand-800); border-color: var(--brand-800); }
.btn-outline:hover { background: var(--brand-800); color: #fff; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--brand-900); color: rgba(255,255,255,.72);
  font-size: .84rem; letter-spacing: .01em;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; }
.topbar a { color: rgba(255,255,255,.72); }
.topbar a:hover { color: var(--gold-400); }
.topbar-contact { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.topbar-tag { font-weight: 500; color: rgba(255,255,255,.55); }
.topbar-alt { display: inline; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: #fff; border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(61,17,25,.04);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 1.5rem;
}

.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 54px; width: auto; }
@media (max-width: 620px) { .brand img { height: 42px; } }

.nav { display: flex; align-items: center; gap: .3rem; }
.nav > li { list-style: none; position: relative; }
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav-link {
  display: flex; align-items: center; gap: .38rem;
  padding: .7rem .95rem; border-radius: 6px;
  font-size: .95rem; font-weight: 600; color: var(--brand-800);
  background: none; border: 0; font-family: var(--sans); cursor: pointer;
}
.nav-link:hover, .nav-item.open > .nav-link { color: var(--brand-800); background: var(--bg-tint); }
.nav-link.is-active { color: var(--brand-800); box-shadow: inset 0 -3px 0 var(--gold-500); border-radius: 6px 6px 0 0; }
.nav-link .caret {
  width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s ease;
}
.nav-item.open > .nav-link .caret { transform: rotate(-135deg) translate(-1px, -1px); }

/* Dropdown — By Sector */
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(-6px);
  width: min(620px, 88vw); padding: .9rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1fr 1fr; gap: .15rem;
  opacity: 0; visibility: hidden; pointer-events: none; transition: all .18s ease;
}
.dropdown::before {
  content: ""; position: absolute; top: -7px; left: 50%; margin-left: -7px;
  width: 12px; height: 12px; background: #fff;
  border-left: 1px solid var(--line); border-top: 1px solid var(--line);
  transform: rotate(45deg);
}
.nav-item.open .dropdown, .nav-item:hover .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.dropdown a {
  display: flex; align-items: center; gap: .7rem;
  padding: .6rem .7rem; border-radius: 8px;
  font-size: .93rem; font-weight: 500; color: var(--ink); line-height: 1.35;
}
.dropdown a:hover { background: var(--bg-tint); color: var(--brand-800); }
.dropdown a .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold-500); flex: none;
}
.dropdown-foot {
  grid-column: 1 / -1; margin-top: .5rem; padding-top: .7rem;
  border-top: 1px solid var(--line);
}
.dropdown-foot a { justify-content: center; font-weight: 600; color: var(--brand-700); }

.nav-cta { margin-left: .6rem; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 8px; background: #fff; cursor: pointer; padding: 0;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 20px; height: 2px; background: var(--brand-800);
  margin: 0 auto; position: relative; transition: .2s;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

/* ---------- Hero slideshow ---------- */
.hero { position: relative; height: clamp(460px, 74vh, 660px); overflow: hidden; background: var(--brand-900); }
.slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease;
}
.slide.is-active { opacity: 1; }
.slide img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 45%;
  transform: scale(1.06); transition: transform 7s ease-out;
}
.slide.is-active img { transform: scale(1); }
.slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(45,12,18,.94) 0%, rgba(45,12,18,.82) 44%, rgba(45,12,18,.32) 100%);
}
/* a caption-less banner sizes the hero to itself rather than leaving empty bands */
.hero.is-plain-slide { height: auto; }
.hero.is-plain-slide .slide.is-plain.is-active { position: relative; }
.hero.is-plain-slide .slide.is-plain.is-active img { height: auto; }

.slide.is-plain { background: var(--brand-900); }
.slide.is-plain::after { display: none; }
.slide.is-plain img { object-fit: contain; transform: none; }

.hero-inner {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center;
}
.hero-content { max-width: 660px; color: #fff; }
.hero-content .eyebrow { color: var(--gold-400); }
.hero-content h1 { color: #fff; margin-bottom: .7rem; }
.hero-content p { color: rgba(255,255,255,.86); font-size: 1.1rem; max-width: 560px; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.7rem; }

.hero-caption { position: relative; }
.hero-caption > * { animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.hero-nav {
  position: absolute; z-index: 4; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(61,17,25,.55); border: 1px solid rgba(255,255,255,.55);
  color: #fff; cursor: pointer; display: grid; place-items: center;
  backdrop-filter: blur(4px); transition: .2s;
}
.hero-nav:hover { background: rgba(61,17,25,.8); }
.hero-nav.prev { left: 20px; }
.hero-nav.next { right: 20px; }
.hero-nav svg { width: 18px; height: 18px; }

.hero-dots {
  position: absolute; z-index: 4; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; gap: .55rem;
}
.hero-dots button {
  width: 34px; height: 5px; border: 0; padding: 0; cursor: pointer; border-radius: 3px;
  background: rgba(255,255,255,.55); box-shadow: 0 0 0 1px rgba(61,17,25,.35); transition: .2s;
}
.hero-dots button.is-active { background: var(--gold-500); width: 52px; }

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 8vw, 92px) 0; }
.section-soft { background: var(--bg-soft); }
.section-navy { background: var(--brand-800); color: rgba(255,255,255,.82); }
.section-navy h2, .section-navy h3 { color: #fff; }

.section-head { max-width: 760px; margin-bottom: 3rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.narrow { max-width: 940px; margin: 0 auto; }
.section-head p { margin-bottom: 0; }

/* Value strip */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.pillar .step {
  font-family: var(--serif); font-size: .95rem; font-weight: 700;
  color: var(--gold-ink); margin-bottom: .35rem;
}
.pillar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.9rem 1.5rem; box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--gold-500);
}
.pillar .icon {
  width: 48px; height: 48px; border-radius: 10px; display: grid; place-items: center;
  background: var(--bg-tint); color: var(--brand-700); margin-bottom: 1.1rem;
}
.pillar .icon svg { width: 24px; height: 24px; }
.pillar h3 { font-size: 1.12rem; font-family: var(--sans); font-weight: 700; margin-bottom: .5rem; }
.pillar p { font-size: .96rem; margin: 0; }

/* ---------- Sector cards ---------- */
.sector-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 1.7rem;
}
.sector-card {
  display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease;
}
.sector-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.sector-card .thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-tint); }
.sector-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.sector-card:hover .thumb img { transform: scale(1.06); }
.sector-card .num {
  position: absolute; left: 0; top: 16px; padding: .3rem .7rem .3rem .9rem;
  background: var(--brand-800); color: #fff; font-size: .74rem; font-weight: 700;
  letter-spacing: .12em; border-radius: 0 4px 4px 0;
}
.sector-card .body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.sector-card h3 { font-size: 1.19rem; margin-bottom: .55rem; }
.sector-card p { font-size: .95rem; color: var(--body); margin-bottom: 1.2rem; }
.sector-card .more {
  margin-top: auto; font-size: .9rem; font-weight: 700; color: var(--brand-700);
  display: inline-flex; align-items: center; gap: .45rem;
}
.sector-card:hover .more { color: var(--gold-ink); }
.sector-card .more::after {
  content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor;
  border-top: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s;
}
.sector-card:hover .more::after { transform: rotate(45deg) translate(2px, -2px); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(115deg, var(--brand-900), var(--brand-700));
  color: #fff; padding: clamp(46px, 6vw, 68px) 0;
}
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: .35rem; }
.cta-band p { color: rgba(255,255,255,.78); margin: 0; max-width: 620px; }

/* ---------- Page banner (inner pages) ---------- */
.page-banner { position: relative; background: var(--brand-900); overflow: hidden; }
.page-banner img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38;
}
.page-banner::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(45,12,18,.94), rgba(45,12,18,.58));
}
.page-banner .wrap {
  position: relative; z-index: 2;
  padding-top: clamp(58px, 8vw, 96px); padding-bottom: clamp(58px, 8vw, 96px);
}
.page-banner h1 { color: #fff; margin-bottom: .5rem; max-width: 15ch; }
.page-banner p { color: rgba(255,255,255,.85); max-width: 660px; margin: 0; font-size: 1.08rem; }

.breadcrumb {
  display: flex; gap: .5rem; align-items: center; flex-wrap: wrap;
  font-size: .84rem; color: rgba(255,255,255,.62); margin-bottom: 1.1rem;
}
.breadcrumb a { color: rgba(255,255,255,.62); }
.breadcrumb a:hover { color: var(--gold-400); }
.breadcrumb span { color: rgba(255,255,255,.4); }

/* ---------- Article layout ---------- */
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 3.2rem; align-items: start; }

.article > p:first-of-type { font-size: 1.12rem; color: var(--ink); }
.article h2 { margin-top: 2.6rem; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 2rem; color: var(--brand-700); }

.block {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--gold-500);
  border-radius: var(--radius); padding: 1.6rem 1.8rem; margin: 1.6rem 0;
  box-shadow: var(--shadow-sm);
}
.block h3 { margin-top: 0; font-size: 1.12rem; font-family: var(--sans); font-weight: 700; color: var(--brand-800); }
.block > p:last-child, .block > ul:last-child { margin-bottom: 0; }

.check-list { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: .62rem; }
.check-list.two { grid-template-columns: 1fr 1fr; }
.check-list li {
  position: relative; padding-left: 1.9rem; font-size: .99rem; color: var(--ink); line-height: 1.55;
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .42em;
  width: 1.05rem; height: 1.05rem; border-radius: 50%;
  background: var(--bg-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23123b5e' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / .68rem no-repeat;
}

.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin: 1.6rem 0; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.7rem 1.6rem; box-shadow: var(--shadow-sm);
}
.plan h3 { margin: 0 0 .6rem; font-size: 1.14rem; font-family: var(--sans); font-weight: 700; }
.plan .price {
  margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed var(--line);
  font-size: .93rem; color: var(--brand-700); font-weight: 600;
}
.plan .price + .price { border-top: 0; margin-top: .35rem; padding-top: 0; }
.plan p:last-child { margin-bottom: 0; }

.pull-quote {
  margin: 2.4rem 0 0; padding: 1.7rem 1.9rem;
  background: var(--brand-800); color: #fff; border-radius: var(--radius-lg);
  font-family: var(--serif); font-size: 1.24rem; line-height: 1.5;
  border-left: 5px solid var(--gold-500);
}

/* Product block with banner image */
.product {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); margin: 1.6rem 0 2rem;
}
.product-figure { background: var(--bg-tint); }
.product-figure img { width: 100%; height: auto; }
.product-body { padding: 1.6rem 1.7rem 1.8rem; }
.product-body > h3 { margin-top: 0; }
.product-body > *:last-child { margin-bottom: 0; }

.subplans { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; margin-top: 1.4rem; align-items: start; }
.subplan {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem;
  background: var(--bg-soft);
}
.subplan h4 {
  font-family: var(--serif); font-size: 1.12rem; color: var(--brand-800);
  margin: 0 0 .2rem; font-weight: 700;
}
.subplan .kicker {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-ink); margin: 0 0 .9rem;
}
.subplan .check-list { margin-bottom: 0; }
@media (max-width: 760px) { .subplans { grid-template-columns: 1fr; } }

/* Sidebar */
.sidebar { position: sticky; top: calc(var(--header-h) + 22px); display: grid; gap: 1.4rem; }
.side-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem 1.5rem 1.6rem; box-shadow: var(--shadow-sm);
}
.side-card h3 {
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  font-family: var(--sans); font-weight: 700; color: var(--muted); margin-bottom: 1rem;
}
.side-nav { list-style: none; margin: 0; padding: 0; }
.side-nav li + li { border-top: 1px solid var(--line); }
.side-nav a {
  display: block; padding: .62rem 0; font-size: .95rem; font-weight: 500; color: var(--ink);
}
.side-nav a:hover, .side-nav a.is-active { color: var(--brand-800); }
.side-nav a.is-active { font-weight: 700; }

.side-cta { background: linear-gradient(150deg, var(--brand-800), var(--brand-600)); color: #fff; border: 0; }
.side-cta h3 { color: rgba(255,255,255,.7); }
.side-cta p { font-size: .95rem; color: rgba(255,255,255,.85); }
.side-cta .btn { width: 100%; justify-content: center; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
.contact-list li { display: flex; gap: 1rem; }
.contact-list .icon {
  width: 42px; height: 42px; border-radius: 10px; flex: none; display: grid; place-items: center;
  background: var(--bg-tint); color: var(--brand-700);
}
.contact-list .icon svg { width: 20px; height: 20px; }
.contact-list h4 { margin: 0 0 .15rem; }
.contact-list p { margin: 0; font-size: .97rem; }

.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2rem; box-shadow: var(--shadow-md);
}
.field { margin-bottom: 1.1rem; }
.field label {
  display: block; font-size: .84rem; font-weight: 700; color: var(--brand-800); margin-bottom: .4rem;
}
.field input, .field select, .field textarea {
  width: 100%; padding: .78rem .9rem; font: inherit; font-size: .96rem; color: var(--ink);
  border: 1px solid var(--line); border-radius: 8px; background: #fff; transition: .16s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--brand-600); box-shadow: 0 0 0 3px rgba(27,79,122,.12);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .85rem; color: var(--muted); margin: 1rem 0 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--brand-900); color: rgba(255,255,255,.62); font-size: .94rem; }
.footer-top { padding: clamp(48px, 6vw, 72px) 0 2.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.6rem; }
.site-footer h4 {
  color: #fff; font-family: var(--sans); font-size: .8rem; letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 1.2rem;
}
.site-footer a { color: rgba(255,255,255,.62); }
.site-footer a:hover { color: var(--gold-400); }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-brand img { height: 52px; width: auto; }
.footer-brand p { margin-top: 1.3rem; font-size: .93rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 1.3rem 0;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .87rem;
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .slide img { transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .layout { grid-template-columns: 1fr; gap: 2.4rem; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: calc(var(--header-h) + 40px) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: .6rem 24px 1.4rem; margin: 0;
    box-shadow: var(--shadow-md); max-height: calc(100vh - var(--header-h) - 40px);
    overflow-y: auto; display: none;
  }
  .nav.is-open { display: flex; }
  .nav-link { width: 100%; justify-content: space-between; padding: .85rem .2rem; }
  .dropdown {
    position: static; transform: none; width: 100%; opacity: 1; visibility: visible;
    pointer-events: auto; box-shadow: none; border: 0; border-left: 2px solid var(--line);
    border-radius: 0; padding: .2rem 0 .6rem .9rem; margin-bottom: .5rem;
    grid-template-columns: 1fr; display: none;
  }
  .nav-item.open .dropdown { display: grid; }
  .nav-item.open .dropdown,
  .nav-item:hover .dropdown { transform: none; opacity: 1; }
  .dropdown::before { display: none; }
  .nav-cta { margin: .8rem 0 0; justify-content: center; }
  .slide::after {
    background: linear-gradient(180deg, rgba(45,12,18,.88) 0%, rgba(45,12,18,.80) 55%, rgba(45,12,18,.92) 100%);
  }
  .hero.is-plain-slide .hero-dots { bottom: 12px; }
  .topbar .wrap { justify-content: center; }
  .topbar-tag { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-nav { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .pillars { grid-template-columns: 1fr; }
  .check-list.two { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .cta-band .wrap { flex-direction: column; align-items: flex-start; }
  .form-card { padding: 1.5rem; }
  .topbar-contact { gap: 1rem; font-size: .8rem; }
  .topbar-alt { display: none; }
}
