* { box-sizing: border-box; }
body {
      margin: 0;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      color: var(--navy);
      background: #ece9e3;
      font-family: "Poppins", Arial, sans-serif;
      line-height: 1.6;
    }
body.menu-open { overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; height: auto; }
svg { display: block; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(177, 160, 132, .48); outline-offset: 2px; }
.wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
h1, h2, h3, p, a, li { overflow-wrap: break-word; }
.acc-link, .acc-links a, .acc-guide a, .drawer-meta a, .nav-trigger { min-width: 0; }
a.nav-pending[aria-disabled="true"],
    a.nav-pending[aria-disabled="true"]:hover {
      cursor: default; opacity: .5; text-decoration: none;
    }
.site-header::after {
      position: absolute; right: 0; bottom: -3px; left: 0; height: 3px;
      background: var(--gold); content: ""; opacity: 0; transition: opacity .16s ease;
    }
.site-header.has-open-menu::after { opacity: 1; }
.utility-bar { height: 34px; color: rgba(255,255,255,.94); background: #b7a589; font-size: 11px; }
.utility-inner {
      display: flex; width: min(1240px, calc(100% - 48px)); height: 100%; margin: 0 auto;
      align-items: center; justify-content: flex-end; gap: 22px;
    }
.utility-inner a:hover { text-decoration: underline; }
.utility-socials { display: flex; align-items: center; gap: 12px; padding-right: 14px; margin-right: 2px; border-right: 1px solid rgba(255,255,255,.35); }
.utility-socials a { display: inline-flex; color: inherit; opacity: .9; }
.utility-socials a:hover { opacity: 1; }
.utility-socials svg { width: 13px; height: 13px; }
.header-main {
      position: relative; display: grid;
      grid-template-columns: 168px minmax(0, 1fr) auto auto;
      width: min(1240px, calc(100% - 48px)); min-height: 80px; margin: 0 auto;
      align-items: center; column-gap: 16px;
    }
.brand { display: inline-flex; width: 164px; align-items: center; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { min-width: 0; }
.nav-list { display: flex; margin: 0; padding: 0; align-items: center; justify-content: flex-end; gap: 1px; list-style: none; }
.nav-item { position: relative; }
.nav-trigger {
      display: inline-flex; min-height: 44px; padding: 0 10px; border: 0; border-radius: 8px;
      align-items: center; gap: 7px; color: var(--navy); background: transparent; cursor: pointer;
      font-size: 12px; font-weight: 500; line-height: 1.2; white-space: nowrap;
      transition: color .16s ease, background .16s ease;
    }
.nav-trigger:hover, .nav-trigger[aria-expanded="true"] { color: var(--gold-dark); background: var(--cream); }
.chevron {
      width: 8px; height: 8px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
      transform: rotate(45deg) translateY(-2px); transition: transform .16s ease;
    }
.nav-trigger[aria-expanded="true"] .chevron { transform: rotate(225deg) translate(-1px, -1px); }
.pill {
      display: inline-flex; align-items: center; justify-content: center; gap: 9px;
      border: 0; border-radius: 999px; cursor: pointer; font-weight: 600;
      transition: background .16s ease, transform .16s ease, color .16s ease, border-color .16s ease;
    }
.pill-gold { color: var(--white); background: var(--gold); box-shadow: 0 10px 24px rgba(177,160,132,.32); }
.pill-gold:hover { background: var(--gold-dark); transform: translateY(-1px); }
.consultation-cta { min-height: 40px; padding: 0 19px; box-shadow: 0 7px 18px rgba(177,160,132,.30); font-size: 12px; white-space: nowrap; }
.language { position: relative; }
.language-button {
      display: inline-flex; min-height: 44px; padding: 0 4px 0 8px; border: 0; align-items: center; gap: 7px;
      color: var(--navy); background: transparent; cursor: pointer; font-size: 12px; font-weight: 500;
    }
.language-button .flag { font-size: 18px; }
.language-button .chevron { margin-left: 1px; }
.language-menu {
      position: absolute; top: calc(100% + 6px); right: 0; min-width: 100%; margin: 0; padding: 6px;
      border: 1px solid rgba(8,8,61,.07); border-radius: 10px; background: var(--white); box-shadow: var(--shadow);
      list-style: none; opacity: 0; visibility: hidden; transform: translateY(-4px);
      transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    }
.language-menu::before { position: absolute; top: -8px; right: 0; left: 0; height: 8px; content: ""; }
.language:hover .language-menu, .language:focus-within .language-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.language:hover .language-button .chevron, .language:focus-within .language-button .chevron { transform: rotate(225deg) translate(-1px, -1px); }
.language-menu a {
      display: flex; padding: 8px 12px; border-radius: 8px; align-items: center; gap: 8px;
      color: var(--navy); font-size: 12px; font-weight: 500; white-space: nowrap;
      transition: color .14s ease, background .14s ease;
    }
.language-menu a:hover, .language-menu a:focus-visible { color: var(--gold-dark); background: var(--cream); }
.language-menu a[aria-current="true"] { font-weight: 600; }
.language-menu .flag { font-size: 18px; }
.menu-panel {
      position: absolute; top: calc(100% + 14px); left: 50%; width: 320px; padding: 19px 22px 21px;
      border: 1px solid rgba(8,8,61,.07); border-radius: 0 0 12px 12px; background: var(--white);
      box-shadow: var(--shadow); transform: translateX(-50%);
    }
.menu-panel::before { position: absolute; top: -15px; right: 0; left: 0; height: 15px; content: ""; }
.menu-panel.is-wide { width: min(800px, calc(100vw - 40px)); padding: 26px 30px 30px; }
.menu-heading {
      display: inline-flex; margin-bottom: 11px; padding-bottom: 8px; border-bottom: 1px solid var(--line);
      color: #7f6e50; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    }
.menu-heading:hover { color: var(--navy); }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 48px; }
.menu-column + .menu-column { padding-left: 4px; border-left: 1px solid var(--line); }
.menu-column + .menu-column > * { margin-left: 25px; }
.menu-links { display: grid; margin: 0; padding: 0; gap: 1px; list-style: none; }
.menu-links a {
      display: block; padding: 6px 0; color: var(--navy-soft); font-size: 12.8px; font-weight: 500; line-height: 1.35;
      transition: color .14s ease, transform .14s ease;
    }
.menu-links a:hover { color: var(--gold-dark); transform: translateX(4px); }
.menu-guides { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.menu-guides a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 700; }
.menu-guides a::after { content: "→"; }
.hamburger {
      display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px;
      align-items: center; justify-content: center; flex-direction: column; gap: 5px;
      color: var(--navy); background: transparent; cursor: pointer;
    }
.hamburger:hover { background: var(--cream); }
.hamburger .bar { width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }
.backdrop {
      position: fixed; inset: 0; z-index: 40; background: rgba(5,5,44,.48);
      opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease;
    }
.backdrop.is-open { opacity: 1; visibility: visible; }
.drawer {
      position: fixed; top: 0; right: 0; z-index: 50; display: flex; width: min(420px, 90vw); height: 100%; height: 100dvh;
      flex-direction: column; background: var(--white); box-shadow: var(--shadow);
      transform: translateX(100%); transition: transform .24s ease;
    }
.drawer.is-open { transform: translateX(0); }
.drawer-top { display: flex; padding: 16px 18px; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.drawer-brand { display: inline-flex; width: 130px; align-items: center; }
.drawer-brand img { width: 100%; height: auto; display: block; }
.drawer-close {
      display: inline-flex; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 10px;
      align-items: center; justify-content: center; color: var(--navy); background: transparent; cursor: pointer;
    }
.drawer-close:hover { background: var(--cream); color: var(--gold-dark); }
.drawer-close svg { width: 18px; height: 18px; }
.drawer-scroll { flex: 1; padding: 6px 0 14px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.acc { border-bottom: 1px solid var(--line); }
.acc-head { display: flex; align-items: stretch; min-height: 52px; }
.acc-link {
      display: flex; flex: 1; padding: 0 6px 0 18px; align-items: center; min-height: 52px;
      color: var(--navy); background: transparent; border: 0; font-size: 15px; font-weight: 600; text-align: left; cursor: pointer;
    }
.acc-link:hover { color: var(--gold-dark); }
.acc-toggle {
      display: inline-flex; width: 52px; min-height: 52px; padding: 0; border: 0; border-left: 1px solid var(--line);
      align-items: center; justify-content: center; color: var(--navy); background: transparent; cursor: pointer;
    }
.acc-toggle:hover { background: var(--cream); }
.acc-toggle[aria-expanded="true"] .chevron { transform: rotate(225deg) translate(-1px, -1px); }
.acc-panel { padding: 2px 0 10px; background: #fbfaf7; }
.acc-links { margin: 0; padding: 0; list-style: none; }
.acc-links a { display: flex; min-height: 44px; padding: 0 18px 0 30px; align-items: center; color: var(--navy-soft); font-size: 14px; font-weight: 500; }
.acc-links a:hover { color: var(--gold-dark); }
.acc-sub { border-top: 1px solid var(--line); }
.acc-sub .acc-head { min-height: 48px; }
.acc-sub .acc-link { padding-left: 30px; font-size: 14px; font-weight: 600; }
.acc-sub .acc-toggle { min-height: 48px; }
.acc-sub .acc-panel { background: #f6f4ee; }
.acc-sub .acc-links a { padding-left: 42px; }
.acc-guide a { display: flex; min-height: 48px; padding: 0 18px; align-items: center; gap: 8px; color: var(--navy); font-size: 14px; font-weight: 700; }
.acc-guide a::after { content: "→"; }
.drawer-cta { padding: 16px 18px calc(16px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); background: var(--white); }
.drawer-cta .consultation-cta { display: flex; width: 100%; min-height: 50px; font-size: 15px; }
.drawer-meta { display: grid; gap: 2px; margin-top: 14px; }
.drawer-meta a { display: inline-flex; align-items: center; gap: 11px; min-height: 40px; color: var(--navy-soft); font-size: 13.5px; transition: color .14s ease; }
.drawer-meta a:hover { color: var(--gold-dark); }
.drawer-meta a.phone-row { color: var(--navy); font-weight: 600; font-size: 15px; }
.drawer-meta svg { width: 16px; height: 16px; stroke: var(--gold); flex-shrink: 0; transition: stroke .14s ease; }
.drawer-meta a:hover svg { stroke: var(--gold-dark); }
.drawer-langline { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.drawer-langline .lbl { color: #7f6e50; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.drawer-langline .langset { display: inline-flex; gap: 14px; }
.drawer-langline .langset a { color: var(--navy-soft); font-size: 13px; font-weight: 500; transition: color .14s ease; }
.drawer-langline .langset a[aria-current="true"] { color: var(--gold-dark); font-weight: 700; }
.drawer-langline .langset a:hover { color: var(--gold-dark); }
.page-body { flex: 1; }
.site-footer { color: var(--ink-2); background: var(--navy); font-size: 14px; border-top: 2px solid var(--gold); }
.lead { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; padding: 72px 0 52px; }
.lead-brand img { width: 150px; height: auto; margin-bottom: 22px; filter: brightness(0) invert(1); opacity: .95; }
.lead-brand p { margin: 0; max-width: 380px; color: var(--ink-2); font-size: 14.5px; line-height: 1.7; }
.lead-contact { justify-self: end; text-align: right; max-width: 340px; }
.phone { display: inline-block; margin: 0; color: var(--white); font-size: clamp(24px, 3vw, 33px); font-weight: 600; letter-spacing: -.01em; line-height: 1.1; }
.phone:hover { color: var(--gold); }
.lead-contact .email { display: inline-block; margin-top: 12px; color: var(--ink-2); font-size: 14px; }
.lead-contact .email:hover { color: var(--white); }
.lead-consult { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--white); font-size: 13.5px; font-weight: 600; }
.lead-consult svg { width: 15px; height: 15px; stroke: var(--gold); transition: transform .18s ease; }
.lead-consult:hover svg { transform: translateX(4px); }
.directory { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 48px; padding: 48px 0; border-top: 1px solid var(--hair); }
.dir-col h3 { margin: 0 0 20px; color: var(--ink-3); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.dir-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.dir-col a { color: var(--ink-1); font-size: 14px; font-weight: 400; }
.dir-col a:hover { color: var(--gold); }
.hours { display: grid; gap: 11px; }
.hours div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; font-size: 13px; }
.hours dt { color: var(--ink-2); }
.hours dd { margin: 0; color: var(--ink-1); font-variant-numeric: tabular-nums; }
.hours .off dd { color: var(--gold); }
.addr { display: block; margin-top: 16px; color: var(--ink-2); font-size: 13px; font-style: normal; line-height: 1.65; }
.accred { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.accred img { width: 60px; height: auto; padding: 7px 9px; border-radius: 9px; background: var(--white); }
.accred span { max-width: 150px; color: var(--ink-3); font-size: 11px; line-height: 1.5; }
.baseline { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0 34px; border-top: 1px solid var(--hair); flex-wrap: wrap; }
.baseline-left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.baseline small { color: var(--ink-3); font-size: 12px; }
.legal { display: flex; gap: 16px; }
.legal a { color: var(--ink-2); font-size: 12px; }
.legal a:hover { color: var(--white); }
.baseline-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.socials { display: flex; gap: 8px; }
.socials a {
      display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
      color: var(--ink-2); border: 1px solid var(--hair); transition: color .16s ease, border-color .16s ease;
    }
.socials a svg { width: 16px; height: 16px; }
.socials a:hover { color: var(--white); border-color: var(--gold); }
@media (min-width: 1024px) { #drawer, #backdrop, .hamburger { display: none !important; }}
