:root {
  --ink: #18334e;
  --ink-soft: #456075;
  --pine: #176b61;
  --pine-deep: #0f524b;
  --aqua: #dff1eb;
  --rose: #f4e8e8;
  --paper: #fbfaf7;
  --sand: #f2eee6;
  --line: #d8ddd9;
  --white: #ffffff;
  --shadow: 0 20px 46px rgba(25, 51, 78, .10);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #efb356;
  outline-offset: 3px;
}
img { max-width: 100%; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: .65rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { left: .75rem; top: .75rem; }
.shell { width: min(calc(100% - 2.5rem), var(--max)); margin: 0 auto; }
.announcement { background: var(--pine-deep); color: white; font-size: .84rem; }
.announcement .shell { padding: .45rem 0; display: flex; justify-content: center; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(251,250,247,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(216,221,217,.8); }
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { color: var(--ink); text-decoration: none; line-height: 1.05; display: inline-flex; align-items: center; gap: .75rem; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--pine); box-shadow: inset 0 0 0 5px rgba(255,255,255,.17); font-family: Georgia, serif; font-size: 1.45rem; }
.brand strong { display: block; font-size: 1.03rem; letter-spacing: -.02em; }
.brand span { display: block; color: var(--ink-soft); font-size: .78rem; margin-top: .18rem; }
.main-nav { display: flex; align-items: center; gap: 1.2rem; font-size: .91rem; }
.main-nav a { text-decoration: none; color: var(--ink-soft); }
.main-nav a:hover { color: var(--pine); }
.lang { padding: .32rem .58rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink) !important; font-weight: 700; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .4rem; color: var(--ink); font: inherit; }

.hero { overflow: hidden; position: relative; padding: clamp(4.3rem, 9vw, 7.75rem) 0 clamp(4rem, 8vw, 6.6rem); background: linear-gradient(115deg, #eef7f4 0%, #f8f5ed 47%, #ebf0f7 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { width: 620px; height: 620px; top: -350px; right: -200px; background: rgba(80,174,157,.17); }
.hero::after { width: 360px; height: 360px; bottom: -250px; left: 30%; background: rgba(194,165,205,.14); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr); align-items: center; gap: clamp(2.2rem, 7vw, 6rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--pine-deep); font-size: .8rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; height: 8px; width: 8px; border-radius: 50%; background: #e4a851; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; letter-spacing: -.035em; margin: 0; color: var(--ink); }
h1 { max-width: 720px; margin-top: .85rem; font-size: clamp(3rem, 6.1vw, 5.35rem); }
h2 { font-size: clamp(2.05rem, 3.7vw, 3.1rem); }
h3 { font-size: 1.38rem; }
.hero-lead { max-width: 660px; margin: 1.35rem 0 0; font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: #35536a; }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .45rem; min-height: 48px; padding: .73rem 1.1rem; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 750; font-size: .94rem; transition: transform .15s, background .15s, border .15s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--pine); box-shadow: 0 7px 16px rgba(23,107,97,.22); }
.button-primary:hover { background: var(--pine-deep); }
.button-secondary { color: var(--ink); border-color: #b9cbc7; background: rgba(255,255,255,.62); }
.button-secondary:hover { border-color: var(--pine); background: white; }
.microcopy { margin: .9rem 0 0; color: var(--ink-soft); font-size: .88rem; }
.hero-card { background: rgba(255,255,255,.82); padding: clamp(1.45rem, 3vw, 2.2rem); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card .card-top { color: var(--pine-deep); font-size: .77rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.hero-card h2 { font-size: 1.8rem; margin: .55rem 0 .65rem; }
.card-rule { border: 0; border-top: 1px solid var(--line); margin: 1.25rem 0; }
.phone-list { display: grid; gap: .7rem; }
.phone-list a { color: var(--ink); text-decoration: none; font-size: 1.1rem; font-weight: 800; }
.phone-list a:hover { color: var(--pine); }
.address { margin: 0; font-style: normal; color: var(--ink-soft); }
.address a { color: var(--ink); font-weight: 700; text-decoration-color: #a9c5be; text-underline-offset: 3px; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-sand { background: var(--sand); }
.section-aqua { background: #edf7f4; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.section-head p { max-width: 530px; margin: 0; color: var(--ink-soft); }
.kicker { color: var(--pine); margin: 0 0 .55rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { min-height: 230px; padding: 1.6rem; border-radius: 16px; background: white; border: 1px solid var(--line); }
.service-card:nth-child(2) { background: #f6fbfa; }
.service-card:nth-child(3) { background: #faf6fb; }
.service-number { display: inline-grid; place-items: center; margin-bottom: 1.15rem; width: 35px; height: 35px; color: var(--pine-deep); border: 1px solid #99c8bc; border-radius: 50%; font-weight: 850; font-size: .8rem; }
.service-card p { margin: .8rem 0 0; color: var(--ink-soft); font-size: .95rem; }
.appointment-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 1.2rem; }
.appointment-panel { padding: clamp(1.65rem, 4vw, 3rem); border-radius: var(--radius); background: var(--ink); color: white; }
.appointment-panel h2, .appointment-panel h3 { color: white; }
.appointment-panel p { color: #cddce5; }
.appointment-panel .button-primary { background: #e5b159; color: #182d44; box-shadow: none; }
.appointment-panel .button-primary:hover { background: #f0c778; }
.steps { padding: 1.25rem clamp(1.25rem, 4vw, 3rem); border-radius: var(--radius); border: 1px solid var(--line); background: white; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: 0; }
.step-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--pine-deep); font-weight: 850; font-size: .83rem; }
.step h3 { font-family: inherit; letter-spacing: 0; font-size: 1rem; }
.step p { margin: .2rem 0 0; color: var(--ink-soft); font-size: .93rem; }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.person { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.initials { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 1.25rem; border-radius: 50%; background: var(--rose); color: #855a66; font-family: Georgia, serif; font-size: 1.25rem; }
.person:nth-child(2) .initials { background: var(--aqua); color: var(--pine-deep); }
.person h3 { font-size: 1.65rem; }
.person p { margin: .65rem 0 0; color: var(--ink-soft); }
.person .credential { color: var(--pine); font-weight: 750; font-size: .92rem; }
.location-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(1.4rem, 4vw, 3rem); align-items: stretch; }
.map-card { position: relative; min-height: 320px; overflow: hidden; border-radius: var(--radius); color: white; background: linear-gradient(135deg, #1e665f, #153650); padding: 2rem; }
.map-card::before, .map-card::after { content: ""; position: absolute; border-radius: 50%; opacity: .18; background: #b8e2d8; }
.map-card::before { width: 380px; height: 380px; right: -160px; top: -180px; }
.map-card::after { width: 290px; height: 290px; left: -150px; bottom: -150px; }
.map-card > * { position: relative; z-index: 1; }
.map-card h2 { color: white; font-size: clamp(2rem, 3vw, 2.6rem); max-width: 410px; }
.map-card address { margin: 1.1rem 0 1.4rem; font-size: 1.1rem; font-style: normal; color: #e2f1ee; }
.map-card .button-secondary { background: white; color: var(--ink); border-color: white; }
.info-list { margin: 0; padding: 1.75rem 0 0; list-style: none; display: grid; align-content: center; gap: 1.25rem; }
.info-list li { padding-left: 1rem; border-left: 3px solid #b8d9d2; }
.info-list strong { display: block; font-size: .9rem; }
.info-list span { color: var(--ink-soft); font-size: .95rem; }
.faq { max-width: 860px; }
details { padding: 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 1.15rem 2rem 1.15rem 0; list-style: none; position: relative; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .15rem; top: .83rem; color: var(--pine); font-size: 1.45rem; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { margin: -0.15rem 2rem 1.25rem 0; color: var(--ink-soft); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.post-card { display: flex; flex-direction: column; padding: 1.55rem; border: 1px solid var(--line); border-radius: 16px; background: white; text-decoration: none; transition: transform .16s, box-shadow .16s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .tag { color: var(--pine); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.post-card h3 { margin-top: .65rem; font-size: 1.35rem; }
.post-card p { color: var(--ink-soft); margin: .75rem 0 1.1rem; font-size: .93rem; }
.post-card .read { margin-top: auto; color: var(--pine-deep); font-size: .9rem; font-weight: 800; }
.disclaimer { margin-top: 2rem; padding: 1rem 1.15rem; border-left: 4px solid #e4b15a; background: #fff8e9; color: #665538; font-size: .89rem; }
.site-footer { color: #d5e1e5; background: #152f46; padding: 3.2rem 0 5.8rem; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 2rem; }
.footer-brand { color: white; }
.footer-brand .brand-mark { background: #3c9183; }
.footer-brand span { color: #b8cbd4; }
.site-footer h2 { color: white; font-family: inherit; font-size: .89rem; letter-spacing: .02em; }
.site-footer p, .site-footer li, .site-footer a { color: #b8cbd4; font-size: .9rem; }
.site-footer ul { padding: 0; margin: .7rem 0 0; list-style: none; }
.site-footer li + li { margin-top: .45rem; }
.site-footer a { text-underline-offset: 3px; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(213,225,229,.2); color: #94afbb; font-size: .78rem; }
.sticky-contact { display: none; }

.page-hero { padding: clamp(3.5rem, 7vw, 5.75rem) 0; background: #edf7f4; }
.page-hero h1 { max-width: 830px; font-size: clamp(2.8rem, 5.4vw, 4.6rem); }
.page-hero p { max-width: 720px; margin: 1.1rem 0 0; color: var(--ink-soft); font-size: 1.12rem; }
.article-layout { width: min(calc(100% - 2.5rem), 800px); margin: 0 auto; padding: clamp(3rem, 7vw, 5.7rem) 0; }
.article-meta { color: var(--pine); font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.article-layout h1 { margin-top: .8rem; font-size: clamp(2.6rem, 5vw, 4.2rem); }
.article-intro { font-size: 1.2rem; color: var(--ink-soft); margin: 1.3rem 0 2.25rem; }
.article-layout h2 { margin: 2.5rem 0 .8rem; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.article-layout h3 { margin: 1.7rem 0 .55rem; }
.article-layout p, .article-layout li { color: #35536a; }
.article-layout ul { padding-left: 1.3rem; }
.article-layout li + li { margin-top: .5rem; }
.source-list { padding: 1.35rem 1.5rem; margin: 2.4rem 0 0; border-radius: 14px; background: var(--sand); }
.source-list h2 { margin: 0 0 .65rem; font-size: 1.35rem; }
.source-list ul { margin: 0; }
.back-link { color: var(--pine-deep); font-weight: 800; text-underline-offset: 3px; }
.legal-layout { width: min(calc(100% - 2.5rem), 880px); margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem) 0; }
.legal-layout h1 { font-size: clamp(2.7rem, 5vw, 4.2rem); }
.legal-layout h2 { margin: 2.3rem 0 .65rem; font-size: 1.75rem; }
.legal-layout p, .legal-layout li { color: var(--ink-soft); }
.verify { padding: 1rem 1.2rem; margin: 1.6rem 0 2rem; border-left: 4px solid #d99b3e; background: #fff8e8; color: #685638; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.contact-card { min-height: 305px; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.contact-card:nth-child(2) { background: #f6fbfa; }
.contact-card h2 { font-size: clamp(1.8rem, 3.2vw, 2.55rem); }
.contact-card p { color: var(--ink-soft); }
.phone-list-large { margin: 1.4rem 0; }
.phone-list-large a { font-size: 1.25rem; }
.narrow { width: min(100%, 800px); }

@media (max-width: 820px) {
  .main-nav { display: none; position: absolute; top: 78px; right: 0; left: 0; padding: 1rem 1.25rem 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(24,51,78,.08); flex-direction: column; align-items: stretch; gap: .85rem; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .35rem 0; }
  .main-nav .lang { align-self: flex-start; padding: .35rem .65rem; }
  .menu-toggle { display: inline-flex; }
  .hero-grid, .appointment-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 560px; }
  .grid-3, .blog-grid { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 1.5rem), var(--max)); }
  .announcement .shell { font-size: .74rem; }
  .header-row { min-height: 68px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand strong { font-size: .93rem; }
  .brand span { font-size: .7rem; }
  .main-nav { top: 68px; }
  .hero { padding-top: 3.4rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .section { padding: 3.8rem 0; }
  .service-card { min-height: 0; }
  .appointment-panel, .steps, .person { padding: 1.4rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 6.8rem; }
  .sticky-contact { position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom)); background: rgba(21,47,70,.96); box-shadow: 0 -5px 17px rgba(0,0,0,.16); }
  .sticky-contact a { display: grid; place-items: center; min-height: 43px; border-radius: 8px; text-decoration: none; font-size: .86rem; font-weight: 800; }
  .sticky-contact a:first-child { color: #152f46; background: #e8ba68; }
  .sticky-contact a:last-child { color: white; border: 1px solid #90b4ae; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
