@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");

:root {
  --navy: #06182a;
  --navy-2: #0b263f;
  --gold: #d7aa4d;
  --gold-light: #f1d184;
  --cream: #f6f3ec;
  --white: #fff;
  --ink: #0b1a28;
  --muted: #617080;
  --line: rgba(8, 28, 45, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
body.has-mobile-bar { padding-bottom: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 18px; padding: 12px 16px; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; }
.skip-link:focus { top: 18px; }

.site-header {
  height: 92px; padding: 0 clamp(22px, 4vw, 72px); display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content max-content; align-items: center; gap: clamp(14px, 1.8vw, 34px);
  position: relative; z-index: 30; background: rgba(5, 19, 33, .98); color: white;
  border-bottom: 1px solid rgba(215,170,77,.42); box-shadow: 0 14px 40px rgba(2,12,22,.12);
}
.brand { display: flex; align-items: center; gap: 12px; }
.crown { color: var(--gold); font-size: 36px; line-height: 1; }
.brand-copy { display: flex; flex-direction: column; }
.brand strong { font-family: Georgia, serif; font-size: 28px; letter-spacing: .14em; line-height: .8; }
.brand small { margin-top: 9px; color: var(--gold-light); font-size: 8px; letter-spacing: .36em; }
.nav { justify-self: center; height: 48px; padding: 4px; display: flex; align-items: stretch; gap: 2px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.nav a { position: relative; padding: 0 clamp(9px,.75vw,14px); display: flex; align-items: center; color: #d8e0e8; white-space: nowrap; font-size: 11px; font-weight: 600; letter-spacing: .025em; transition: color .2s, background .2s; }
.nav a::after { content: ""; position: absolute; right: 12px; bottom: 3px; left: 12px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.nav a:hover { color: white; background: rgba(255,255,255,.055); }
.nav a:hover::after, .nav a:focus-visible::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.language-switch { width: max-content; min-height: 38px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; justify-self: end; color: var(--gold-light); border: 1px solid rgba(215,170,77,.55); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 700; white-space: nowrap; }
.language-switch:hover { color: var(--navy); background: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-contact { min-width: 146px; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.phone-link { font-weight: 700; font-size: 14px; line-height: 1; letter-spacing: .015em; white-space: nowrap; }
.emergency-nav { color: var(--gold-light); font-size: 8px; font-weight: 700; line-height: 1; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 9px; white-space: nowrap; }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.18); cursor: pointer; }
.menu-button span { width: 22px; height: 2px; margin: 4px 0; display: block; background: white; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; color: white; background: var(--navy); }
.hero-copy { padding: clamp(75px, 9vw, 145px) clamp(24px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 25px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; }
h1, h2, h3 { font-family: Georgia, serif; font-weight: 400; }
h1 { max-width: 800px; margin: 0; font-size: clamp(52px, 6.2vw, 98px); line-height: .96; letter-spacing: -.048em; }
h1 em, h2 em { color: var(--gold-light); }
.lede { max-width: 720px; margin: 30px 0 0; color: #c8d2db; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.72; }
.hero-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid currentColor; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.button-ghost { color: white; border-color: rgba(255,255,255,.48); }
.button-navy { background: var(--navy); color: white; border-color: var(--navy); }
.hero-media { min-height: 470px; position: relative; overflow: hidden; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy), transparent 34%); pointer-events: none; }
.hero-note { position: absolute; z-index: 2; right: 26px; bottom: 26px; left: 26px; padding: 18px 20px; background: rgba(5,19,33,.91); border-left: 3px solid var(--gold); color: #d7e0e7; font-size: 12px; line-height: 1.6; }
.hero-note strong { display: block; margin-bottom: 5px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }

.trust-bar { min-height: 102px; padding: 0 max(5vw,24px); display: grid; grid-template-columns: repeat(3,1fr); background: #092139; color: white; border-top: 1px solid var(--gold); }
.trust-bar div { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(215,170,77,.3); }
.trust-bar div:last-child { border-right: 0; }
.trust-bar b { color: var(--gold); font-size: 18px; }
.trust-bar strong { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.trust-bar small { display: block; margin-top: 5px; color: #aebdca; font-size: 9px; }

.section { max-width: 1500px; margin: auto; padding: clamp(82px, 9vw, 145px) max(6vw,24px); }
.section-head { margin-bottom: 56px; display: grid; grid-template-columns: 1.05fr .8fr; gap: 8vw; align-items: end; }
.section-head h2 { margin: 0; font-size: clamp(43px, 5vw, 73px); line-height: 1.04; letter-spacing: -.04em; }
.section-head p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.82; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability { min-height: 275px; padding: 31px; display: flex; flex-direction: column; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability > span { color: #94661b; font-size: 9px; letter-spacing: .15em; }
.capability h3 { margin: 42px 0 14px; font-size: 25px; line-height: 1.17; }
.capability p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.capability b { margin-top: auto; padding-top: 22px; color: #875b16; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }

.dark-section { background: var(--navy); color: white; }
.dark-inner { max-width: 1500px; margin: auto; padding: clamp(82px, 9vw, 145px) max(6vw,24px); }
.dark-section .section-head p { color: #b4c1cc; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(215,170,77,.45); }
.step { padding: 34px 27px 10px 0; margin-right: 27px; border-right: 1px solid rgba(215,170,77,.28); }
.step:last-child { margin-right: 0; border-right: 0; }
.step span { color: var(--gold-light); font-size: 9px; letter-spacing: .16em; }
.step h3 { margin: 38px 0 13px; font-size: 23px; }
.step p { margin: 0; color: #aebcc8; font-size: 13px; line-height: 1.7; }

.proof { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.proof-card { padding: clamp(30px,4vw,52px); background: white; border: 1px solid var(--line); }
.proof-card h3 { margin: 0 0 18px; font-size: 31px; }
.proof-card p { margin: 0; color: var(--muted); line-height: 1.78; }
.checklist { margin: 26px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 14px 0 14px 27px; border-top: 1px solid var(--line); color: #42515e; font-size: 13px; line-height: 1.55; }
.checklist li::before { content: "◇"; position: absolute; left: 0; color: #98691c; }
.safety { margin-top: 20px; padding: 18px 20px; background: #fbf3db; border-left: 3px solid var(--gold); color: #5e4b22; font-size: 12px; line-height: 1.65; }

.area { background: #e9e5dc; }
.area-inner { max-width: 1500px; margin: auto; padding: clamp(75px,8vw,120px) max(6vw,24px); display: grid; grid-template-columns: 1fr .9fr; gap: 8vw; align-items: center; }
.area h2 { margin: 0; font-size: clamp(42px,5vw,70px); line-height: 1.03; }
.area p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.area-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.area-list { padding: 30px; background: white; border-left: 4px solid var(--gold); }
.area-list strong { display: block; margin-bottom: 15px; color: #916319; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.area-list p { margin: 0; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 20px; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 20px; color: #94651a; font-family: Arial,sans-serif; font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 900px; margin: -3px 45px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.cta { margin: 0; padding: clamp(65px,8vw,115px) max(6vw,24px); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; color: white; background: #0a2239; border-top: 3px solid var(--gold); }
.cta > div:first-child { max-width: 920px; }
.cta h2 { margin: 0; font-size: clamp(42px,5vw,72px); line-height: 1.02; }
.cta p { max-width: 780px; color: #b8c5cf; line-height: 1.75; }
.cta-actions { min-width: 250px; display: flex; flex-direction: column; gap: 10px; }
.emergency-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.emergency-row .button { padding: 0 14px; }

footer { padding: 58px max(6vw,24px) 28px; color: #9aabba; background: #041320; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7vw; padding-bottom: 45px; }
.footer-grid p, .footer-grid address { margin: 0; color: #91a2b1; font-style: normal; font-size: 12px; line-height: 1.75; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; font-size: 11px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.mobile-bar { display: none; }

@media (max-width: 1280px) {
  .site-header { grid-template-columns: max-content minmax(0,1fr) max-content max-content max-content; }
  .nav {
    position: absolute; top: 103px; right: clamp(22px,4vw,52px); width: min(320px,calc(100vw - 44px)); height: auto;
    padding: 10px; display: none; align-items: stretch; flex-direction: column; gap: 0;
    background: rgba(5,19,33,.985); border: 1px solid rgba(215,170,77,.48); box-shadow: 0 24px 70px rgba(0,0,0,.42);
  }
  .nav.open { display: flex; }
  .nav a { min-height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { right: auto; bottom: 8px; left: 16px; width: 28px; transform-origin: left; }
  .menu-button { display: block; }
}

@media (max-width: 1080px) {
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 480px; }
  .hero-media::after { background: linear-gradient(0deg,var(--navy),transparent 34%); }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 900px) {
  .header-contact { display: none; }
}

@media (max-width: 760px) {
  body.has-mobile-bar { padding-bottom: 60px; }
  .site-header { height: 72px; padding: 0 18px; grid-template-columns: max-content minmax(0,1fr) max-content max-content; gap: 9px; }
  .brand strong { font-size: 22px; }
  .crown { font-size: 27px; }
  .header-actions { display: none; }
  .language-switch { min-height: 36px; padding: 0 9px; }
  .menu-button { grid-column: 4; justify-self: end; }
  .nav { top: 82px; right: 18px; left: 18px; width: auto; }
  .hero { min-height: 0; }
  .hero-copy { padding: 72px 22px 64px; }
  h1 { font-size: clamp(49px,15vw,70px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-media { min-height: 370px; }
  .hero-note { right: 16px; bottom: 16px; left: 16px; }
  .trust-bar { min-height: 86px; padding: 12px 5px; }
  .trust-bar div { gap: 5px; flex-direction: column; text-align: center; }
  .trust-bar b { font-size: 15px; }
  .trust-bar strong { font-size: 7px; }
  .trust-bar small { display: none; }
  .capability-grid, .proof, .area-inner { grid-template-columns: 1fr; }
  .capability { min-height: 235px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step { margin-right: 14px; padding-right: 14px; }
  .step:nth-child(2) { margin-right: 0; border-right: 0; }
  .area-inner { gap: 35px; }
  .cta { grid-template-columns: 1fr; gap: 32px; }
  .cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-bar { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; height: 60px; display: grid; grid-template-columns: 1fr 1fr 1fr; }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; background: var(--navy); color: white; border-right: 1px solid rgba(255,255,255,.16); text-align: center; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 700; }
  .mobile-bar a:nth-child(n+2) { background: var(--gold); color: var(--navy); border-color: rgba(6,24,42,.25); }
}

@media (max-width: 480px) {
  .capability-grid, .steps { grid-template-columns: 1fr; }
  .step { margin-right: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(215,170,77,.25); }
  .footer-links { grid-template-columns: 1fr; }
  .emergency-row { grid-template-columns: 1fr; }
}

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