/* Oftalmoloq Saraxanım Kərimova — site styles */

/* ---------- Tokens ---------- */
:root {
  --bg: #f4f8f8;
  --bg-tint: #e9f3f4;
  --surface: #ffffff;
  --ink: #0f2a30;
  --ink-2: #334b51;
  --ink-3: #566d72;
  --brand: #0b5f6e;
  --brand-600: #09525f;
  --brand-700: #084652;
  --brand-800: #063741;
  --brand-50: #e7f2f3;
  --brand-100: #d2e8ea;
  --brand-200: #b3d7db;
  --sand: #d9a766;
  --sand-700: #8a5a1c;
  --sand-50: #fbf4ea;
  --line: #dbe6e7;
  --line-2: #c5d6d8;
  --alert: #a1321f;
  --alert-50: #fcf0ed;
  --footer: #0a2f36;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --sh-sm: 0 1px 2px rgba(15, 42, 48, .05), 0 4px 14px -6px rgba(15, 42, 48, .08);
  --sh: 0 20px 40px -24px rgba(15, 42, 48, .32);
  --sh-lg: 0 40px 80px -40px rgba(8, 70, 82, .5);

  --font: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --gutter: 20px;
  --container: 1200px;
  --header-h: 72px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: light;
}
@media (min-width: 768px) {
  :root { --gutter: 32px; --header-h: 80px; }
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
html.has-modal { overflow: hidden; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (min-width: 1024px) { body { font-size: 1.125rem; } }
[hidden] { display: none !important; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--brand-700); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; border-radius: 6px; }
main:focus { outline: none; }
::selection { background: var(--brand-100); color: var(--ink); }

h1, h2, h3, h4 { margin: 0 0 .6em; line-height: 1.15; color: var(--ink); text-wrap: balance; }
h1, h2 { font-family: var(--font-display); font-weight: 600; font-optical-sizing: auto; letter-spacing: -.01em; }
h1 { font-size: clamp(2.2rem, 1.5rem + 2.9vw, 3.7rem); line-height: 1.08; }
h2 { font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.6rem); }
h3 { font-size: clamp(1.18rem, 1.1rem + .35vw, 1.35rem); font-weight: 600; line-height: 1.3; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; }
small { font-size: .875rem; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 12px; top: -100px; z-index: 1000;
  background: var(--ink); color: #fff; padding: .75rem 1.1rem; border-radius: 12px; font-weight: 600;
}
.skip-link:focus { top: 12px; color: #fff; }
[id] { scroll-margin-top: calc(var(--header-h) + 20px); }
.muted { color: var(--ink-3); }
.nowrap { white-space: nowrap; }

.i { width: 22px; height: 22px; flex: none; }

/* ---------- Buttons & links ---------- */
.btn {
  --h: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: var(--h); padding: .5rem 1.6rem;
  border-radius: 999px; border: 1.5px solid transparent;
  font: 600 1.0625rem/1.2 var(--font); text-align: center; text-decoration: none;
  cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.btn .i { width: 20px; height: 20px; }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 14px 28px -14px rgba(11, 95, 110, .8); }
.btn--primary:hover { background: var(--brand-700); color: #fff; transform: translateY(-1px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--brand-800); color: #fff; }
.btn--ghost { background: var(--surface); color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-700); }
.btn--soft { background: var(--brand-50); color: var(--brand-700); }
.btn--soft:hover { background: var(--brand-100); color: var(--brand-800); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--outline-light:hover { background: rgba(255, 255, 255, .1); border-color: #fff; color: #fff; }
.btn--sm { --h: 46px; padding: .4rem 1.1rem; font-size: 1rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 600; color: var(--brand); text-decoration: none;
}
.link-arrow .i { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.link-arrow:hover { color: var(--brand-700); text-decoration: underline; }
.link-arrow:hover .i { transform: translateX(3px); }
.link-btn { background: none; border: 0; padding: 0; cursor: pointer; font-size: inherit; }

.icon-btn {
  width: 46px; height: 46px; flex: none;
  display: inline-grid; place-items: center;
  border-radius: 999px; border: 1.5px solid var(--line-2);
  background: var(--surface); color: var(--ink); cursor: pointer;
  transition: border-color .2s, color .2s, background-color .2s;
}
.icon-btn:hover { border-color: var(--brand); color: var(--brand); }
.icon-btn--plain { border-color: transparent; background: transparent; }
.icon-btn--plain:hover { background: var(--brand-50); border-color: transparent; }
.icon-btn--on-dark { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .3); color: #fff; }
.icon-btn--on-dark:hover { background: rgba(255, 255, 255, .22); border-color: #fff; color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  margin: 0 0 1rem; font-size: .95rem; font-weight: 600; color: var(--brand);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: var(--sand); }
.eyebrow--light { color: #e6c089; }
.lead { font-size: clamp(1.125rem, 1.05rem + .35vw, 1.3rem); color: var(--ink-2); max-width: 40rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244, 248, 248, .88);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px -24px rgba(15, 42, 48, .5);
}
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; margin-right: auto; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark {
  width: 44px; height: 44px; flex: none; display: grid; place-items: center;
  border-radius: 13px; background: linear-gradient(135deg, #0c6a7a, #084652);
  box-shadow: 0 10px 20px -12px rgba(8, 70, 82, .9);
}
.brand-mark svg { width: 28px; height: 28px; }
.brand-text { display: flex; flex-direction: column; min-width: 0; line-height: 1.2; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-role { font-size: .875rem; font-weight: 500; color: var(--ink-3); white-space: nowrap; }
@media (max-width: 479px) {
  .header-inner { gap: .6rem; }
  .site-header .brand { gap: .6rem; }
  .site-header .brand-mark { width: 40px; height: 40px; border-radius: 12px; }
  .site-header .brand-mark svg { width: 26px; height: 26px; }
  .site-header .brand-name { font-size: 1.06rem; line-height: 1.15; white-space: normal; }
  .site-header .brand-role { display: none; }
}

.main-nav { display: none; }
.nav-list { display: flex; align-items: center; gap: .15rem; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: .3rem;
  min-height: 44px; padding: 0 .85rem;
  border: 0; border-radius: 999px; background: none;
  font: 500 1rem/1 var(--font); color: var(--ink-2); text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .2s, color .2s;
}
.nav-link .i { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.nav-link:hover, .nav-item.is-open > .nav-link { background: var(--brand-50); color: var(--brand-700); }
.nav-item[data-active] > .nav-link, .nav-link[aria-current="page"] { color: var(--brand-700); font-weight: 600; }
.nav-item[data-active] > .nav-link::after, .nav-link[aria-current="page"]::after {
  content: ""; position: absolute; left: 50%; bottom: 2px; width: 5px; height: 5px; margin-left: -2.5px;
  border-radius: 50%; background: var(--sand);
}
.nav-item.is-open .nav-toggle .i { transform: rotate(180deg); }

.submenu {
  position: absolute; top: calc(100% + 10px); left: 50%; z-index: 60;
  min-width: 330px; padding: .6rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-lg);
  opacity: 0; visibility: hidden; transform: translate(-50%, 8px);
  transition: opacity .18s, transform .18s var(--ease), visibility 0s linear .18s;
}
.submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-item.is-open .submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition: opacity .18s, transform .18s var(--ease), visibility 0s; }
.submenu ul { margin: 0; padding: 0; list-style: none; }
.submenu a {
  display: flex; align-items: flex-start; gap: .85rem;
  padding: .7rem .8rem; border-radius: 14px; color: var(--ink); text-decoration: none;
}
.submenu a:hover, .submenu a:focus-visible, .submenu a[aria-current="page"] { background: var(--brand-50); }
.submenu a:focus-visible { outline-offset: -2px; }
.sub-icon { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 12px; background: var(--brand-50); color: var(--brand); }
.submenu a:hover .sub-icon { background: var(--surface); }
.sub-title { display: block; font-weight: 600; font-size: 1rem; line-height: 1.3; }
.sub-desc { display: block; margin-top: .15rem; font-size: .875rem; line-height: 1.4; color: var(--ink-3); }
.submenu--wide { min-width: 640px; }
.submenu--wide ul { display: grid; grid-template-columns: 1fr 1fr; gap: .1rem; }
.submenu-foot { margin-top: .4rem; padding: .7rem .8rem .3rem; border-top: 1px solid var(--line); }

.header-actions { display: flex; align-items: center; gap: .5rem; }
.vcard-btn { --h: 46px; padding: .4rem 1rem; }
.vcard-btn .i { width: 20px; height: 20px; }
@media (max-width: 479px) {
  .vcard-btn { width: 46px; padding: 0; }
  .vcard-btn-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .header-actions { gap: .4rem; }
  .header-actions .icon-btn { width: 44px; height: 44px; }
  .vcard-btn { width: 44px; --h: 44px; }
}
@media (min-width: 1280px) {
  .main-nav { display: block; margin-inline: auto; }
  .menu-btn { display: none; }
  .brand { margin-right: 0; }
}
/* Keep the full name readable while the nav is at its widest. */
@media (min-width: 1280px) and (max-width: 1399px) {
  .nav-link { padding: 0 .62rem; font-size: .97rem; }
  .header-inner { gap: .75rem; }
}

/* ---------- Dialogs ---------- */
dialog { padding: 0; border: 0; margin: 0; background: transparent; color: inherit; max-width: none; max-height: none; }
dialog:not([open]) { display: none !important; }
dialog::backdrop { background: rgba(6, 30, 36, .55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: none; } }

.drawer { position: fixed; inset: 0; width: 100%; height: 100%; }
.drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%);
  display: grid; grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--surface); box-shadow: var(--sh-lg);
  animation: drawer-in .3s var(--ease);
}
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem var(--gutter); border-bottom: 1px solid var(--line); }
.drawer-body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: .25rem var(--gutter) 1.5rem; }
.drawer-foot { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; padding: 1rem var(--gutter) calc(1rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
.m-nav { margin: 0; padding: 0; list-style: none; }
.m-nav > li { border-bottom: 1px solid var(--line); }
.m-link {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  width: 100%; min-height: 58px; padding: .3rem 0;
  border: 0; background: none; text-align: left; cursor: pointer;
  font: 600 1.125rem/1.3 var(--font); color: var(--ink); text-decoration: none;
}
.m-link[aria-current="page"], [data-active] > .m-link { color: var(--brand-700); }
.m-toggle .i { width: 20px; height: 20px; color: var(--ink-3); transition: transform .2s var(--ease); }
.m-toggle[aria-expanded="true"] .i { transform: rotate(180deg); }
.m-sub { margin: 0 0 .75rem; padding: 0; list-style: none; }
.m-sub a { display: block; padding: .65rem .85rem; border-radius: 12px; color: var(--ink-2); font-size: 1.0625rem; text-decoration: none; }
.m-sub a:hover { background: var(--brand-50); color: var(--brand-700); }
.m-sub a[aria-current="page"] { background: var(--brand-50); color: var(--brand-700); font-weight: 600; }

.modal { position: fixed; inset: 0; width: 100%; height: 100%; overflow-y: auto; padding: clamp(12px, 8vh, 96px) 16px 16px; }
.modal[open] { display: grid; justify-items: center; align-items: start; }
.modal-panel {
  position: relative; width: min(640px, 100%);
  background: var(--surface); border-radius: var(--r-xl); box-shadow: var(--sh-lg);
  animation: modal-in .25s var(--ease);
}

/* search */
.search-form { display: flex; align-items: center; gap: .6rem; padding: .6rem .6rem .6rem 1.25rem; border-bottom: 1px solid var(--line); }
.search-form:focus-within { box-shadow: inset 0 -2px 0 var(--brand); }
.search-form > .i { color: var(--brand); }
.search-form input {
  flex: 1; min-width: 0; padding: .7rem 0;
  border: 0; outline: none; background: none;
  font: 500 1.2rem/1.4 var(--font); color: var(--ink);
}
.search-form input::placeholder { color: #7b8f93; }
.search-form input::-webkit-search-cancel-button { display: none; }
.search-body { max-height: min(62vh, 560px); overflow-y: auto; overscroll-behavior: contain; padding: 1.1rem 1.25rem 1.25rem; }
.search-suggest-title { margin: 0 0 .7rem; font-size: .9375rem; font-weight: 600; color: var(--ink-3); }
.search-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip {
  display: inline-flex; align-items: center; min-height: 42px; padding: 0 1rem;
  border: 1px solid var(--line-2); border-radius: 999px; background: var(--surface);
  font: 500 .98rem var(--font); color: var(--ink-2); cursor: pointer;
  transition: background-color .2s, border-color .2s, color .2s;
}
.chip:hover { background: var(--brand-50); border-color: var(--brand); color: var(--brand-700); }
.search-status { margin: 0; font-size: .9375rem; color: var(--ink-3); }
.search-status:empty { display: none; }
.search-status + .search-results:not(:empty) { margin-top: .75rem; }
.search-results { display: grid; gap: .3rem; margin: 0; padding: 0; list-style: none; }
.search-results a {
  display: block; padding: .85rem 1rem; border: 1px solid transparent; border-radius: 14px;
  color: var(--ink); text-decoration: none;
}
.search-results a:hover, .search-results a:focus-visible { background: var(--brand-50); border-color: var(--brand-100); outline: none; }
.sr-page { display: block; margin-bottom: .1rem; font-size: .8125rem; font-weight: 600; color: var(--brand); }
.sr-title { display: block; font-weight: 600; line-height: 1.35; }
.sr-snippet { display: block; margin-top: .25rem; font-size: .95rem; line-height: 1.5; color: var(--ink-3); }
mark { padding: 0 .1em; border-radius: 3px; background: #fbe3bd; color: inherit; }

/* vizitkart */
.vcard { width: min(460px, 100%); overflow: hidden; }
.vcard--inline { margin-inline: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh); }
.vcard-top {
  position: relative; overflow: hidden; padding: 1.75rem 1.5rem 1.5rem;
  background: linear-gradient(140deg, #0c6a7a 0%, #084652 70%, #063741 100%); color: #fff;
}
.vcard-top::after {
  content: ""; position: absolute; z-index: 0; right: -60px; top: -80px; width: 220px; height: 220px;
  border-radius: 50%; border: 28px solid rgba(255, 255, 255, .06); pointer-events: none;
}
.vcard-id { position: relative; z-index: 1; display: flex; align-items: center; gap: 1rem; padding-right: 2.5rem; }
.vcard-avatar { width: 84px; height: 84px; flex: none; object-fit: cover; border-radius: 24px; border: 3px solid rgba(255, 255, 255, .9); background: var(--brand-100); }
.vcard-kicker { margin: 0; font-size: .875rem; color: #cfe6e9; }
.vcard-name { margin: .1rem 0 .15rem; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; line-height: 1.15; color: #fff; }
.vcard-role { margin: 0; font-weight: 500; color: #e9c890; }
.modal-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; }
.vcard-list { display: grid; gap: 1rem; margin: 0; padding: 1.35rem 1.5rem; list-style: none; }
.vcard-list li { display: grid; grid-template-columns: 42px 1fr; gap: .85rem; align-items: start; }
.vcard-ico { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--brand-50); color: var(--brand); }
.vcard-label { display: block; font-size: .8125rem; font-weight: 500; color: var(--ink-3); }
.vcard-value { display: block; font-weight: 600; color: var(--ink); text-decoration: none; }
a.vcard-value:hover { color: var(--brand-700); text-decoration: underline; }
.vcard-sub { display: block; font-size: .9375rem; color: var(--ink-2); }
.vcard-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; padding: 0 1.5rem 1.5rem; }
.vcard-actions .btn { --h: 50px; padding: .4rem .9rem; font-size: 1rem; }
.btn--wide { grid-column: 1 / -1; }
.vcard-status { margin: -.75rem 1.5rem 1.25rem; font-size: .9375rem; font-weight: 600; color: var(--brand-700); text-align: center; }
.vcard-status:empty { display: none; }

/* lightbox */
.lightbox::backdrop { background: rgba(4, 20, 24, .9); }
.lightbox[open] { display: grid; place-items: center; padding: 16px; }
.lightbox-panel { position: relative; width: min(1040px, 100%); display: grid; justify-items: center; animation: fade-in .2s ease; }
.lightbox-figure { margin: 0; display: grid; justify-items: center; gap: .9rem; padding: 0 56px; }
.lightbox-img { width: auto; height: auto; max-width: 100%; border-radius: var(--r); background: #fff; box-shadow: var(--sh-lg); }
.lightbox-caption { max-width: 60ch; text-align: center; font-weight: 500; color: #fff; }
.lb-close { position: fixed; top: 16px; right: 16px; }
.lb-prev, .lb-next { position: absolute; top: 50%; margin-top: -40px; }
.lb-prev { left: 0; }
.lb-next { right: 0; }
@media (max-width: 640px) {
  .lightbox-figure { padding: 0; }
  .lb-prev, .lb-next { position: fixed; top: auto; bottom: 20px; margin: 0; }
  .lb-prev { left: calc(50% - 56px); }
  .lb-next { right: calc(50% - 56px); }
  .lightbox-figure { padding-bottom: 72px; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(1.75rem, 1rem + 4vw, 4.5rem) 0 clamp(3.5rem, 2rem + 5vw, 6rem); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(55% 65% at 88% 18%, rgba(11, 95, 110, .12), transparent 70%),
    radial-gradient(40% 50% at 8% 95%, rgba(217, 167, 102, .14), transparent 70%);
}
.hero-grid { position: relative; z-index: 1; display: grid; gap: clamp(2.5rem, 1rem + 4vw, 4.5rem); align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.08fr .92fr; } }
.hero h1 { margin-bottom: .45em; }
.hero h1 .accent { display: block; color: var(--brand); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; margin: 2rem 0 0; }
.hero-actions--center { justify-content: center; }
.hero-facts { display: grid; gap: .8rem; margin: 2.25rem 0 0; padding: 1.5rem 0 0; list-style: none; border-top: 1px solid var(--line); }
.hero-facts li { display: flex; align-items: flex-start; gap: .8rem; font-size: 1rem; color: var(--ink-2); }
.hero-facts .i { margin-top: .12rem; color: var(--brand); }

.hero-media { position: relative; max-width: 560px; width: 100%; justify-self: center; }
.hero-card {
  position: relative; aspect-ratio: 1 / 1; overflow: hidden;
  border-radius: var(--r-xl); border: 6px solid #fff; background: var(--brand-50); box-shadow: var(--sh-lg);
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.hero-media::before {
  content: ""; position: absolute; z-index: -1; inset: 8% -5% -5% 8%;
  border-radius: var(--r-xl); background: linear-gradient(135deg, var(--brand-100), rgba(217, 167, 102, .25));
}
.hero-badge {
  position: absolute; left: -14px; bottom: 26px; z-index: 2;
  display: flex; align-items: center; gap: .8rem; max-width: calc(100% - 20px);
  padding: .8rem 1.1rem .8rem .8rem;
  background: rgba(255, 255, 255, .96); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--sh);
}
.hero-badge-ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: var(--brand); color: #fff; }
.hero-badge strong { display: block; font-size: 1rem; line-height: 1.3; }
.hero-badge span span { display: block; font-size: .875rem; color: var(--ink-3); }
@media (max-width: 600px) { .hero-badge { left: 12px; bottom: 12px; } }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.hero-copy > *, .page-hero-copy > * { animation: rise .8s var(--ease) both; }
.hero-copy > :nth-child(2), .page-hero-copy > :nth-child(2) { animation-delay: .06s; }
.hero-copy > :nth-child(3), .page-hero-copy > :nth-child(3) { animation-delay: .12s; }
.hero-copy > :nth-child(4), .page-hero-copy > :nth-child(4) { animation-delay: .18s; }
.hero-copy > :nth-child(n+5), .page-hero-copy > :nth-child(n+5) { animation-delay: .24s; }
.hero-media, .page-hero-media { animation: rise .9s .15s var(--ease) both; }

/* ---------- Inner page hero ---------- */
.page-hero {
  position: relative; overflow: hidden;
  padding: clamp(1.25rem, 1rem + 1vw, 2rem) 0 clamp(2.75rem, 2rem + 3vw, 4.5rem);
  background: linear-gradient(180deg, var(--bg-tint) 0%, var(--bg) 100%);
}
.page-hero::after {
  content: ""; position: absolute; z-index: 0; right: -120px; top: -140px; width: 420px; height: 420px;
  border-radius: 50%; background: radial-gradient(closest-side, rgba(11, 95, 110, .1), transparent); pointer-events: none;
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero-grid { display: grid; gap: 2.25rem; align-items: center; }
@media (min-width: 960px) { .page-hero-grid { grid-template-columns: 1.2fr .8fr; gap: 3.5rem; } }
.page-hero-copy--wide { max-width: 48rem; }
.page-hero-media { width: 100%; max-width: 440px; justify-self: center; }
@media (min-width: 960px) { .page-hero-media { justify-self: end; } }

.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; margin: 0 0 1.75rem; padding: 0; list-style: none; font-size: .95rem; color: var(--ink-3); }
.breadcrumbs li { display: inline-flex; align-items: center; gap: .35rem; }
.breadcrumbs li + li::before { content: "/"; color: var(--line-2); }
.breadcrumbs a { color: var(--ink-2); text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand-700); text-decoration: underline; }
.breadcrumbs [aria-current] { color: var(--ink-3); }

.media-card { display: block; overflow: hidden; border-radius: var(--r-xl); border: 6px solid #fff; background: var(--brand-50); box-shadow: var(--sh); }
.media-card img { width: 100%; height: 100%; object-fit: cover; }
.media-card--portrait { aspect-ratio: 4 / 5; }
.media-card--wide { aspect-ratio: 4 / 3; }
.media-card--hero { box-shadow: var(--sh-lg); }
a.media-card img { transition: transform .5s var(--ease); }
a.media-card:hover img { transform: scale(1.03); }

.hero-panel {
  position: relative; overflow: hidden; padding: 2rem;
  border-radius: var(--r-xl); background: linear-gradient(150deg, #0c6a7a 0%, #084652 75%); color: #fff; box-shadow: var(--sh-lg);
}
.hero-panel::after {
  content: ""; position: absolute; z-index: 0; right: -70px; bottom: -90px; width: 240px; height: 240px;
  border-radius: 50%; border: 30px solid rgba(255, 255, 255, .06); pointer-events: none;
}
.hero-panel > * { position: relative; z-index: 1; }
.hero-panel-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 1.25rem; border-radius: 18px; background: rgba(255, 255, 255, .14); color: #fff; }
.hero-panel-icon .i { width: 32px; height: 32px; }
.hero-panel-title { margin: 0 0 .9rem; font-size: .95rem; font-weight: 600; color: #e9c890; }
.hero-panel-list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.hero-panel-list li { display: flex; gap: .7rem; align-items: flex-start; font-weight: 500; line-height: 1.45; }
.hero-panel-list .i { width: 20px; height: 20px; margin-top: .15rem; color: #9fd6dc; }

.jump-links { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.jump-links a {
  display: inline-flex; align-items: center; gap: .5rem; min-height: 46px; padding: 0 1.1rem;
  border: 1px solid var(--line-2); border-radius: 999px; background: var(--surface);
  font-weight: 500; font-size: 1rem; color: var(--ink-2); text-decoration: none;
}
.jump-links a:hover { border-color: var(--brand); color: var(--brand-700); }
.jump-links .i { width: 18px; height: 18px; color: var(--brand); }

/* ---------- Sections ---------- */
.section { padding: clamp(3.5rem, 2.5rem + 4vw, 6.5rem) 0; }
.section--white { background: var(--surface); }
.section--tint { background: var(--bg-tint); }
.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 1.5rem + 1.5vw, 3rem); }
.section-head > :last-child { margin-bottom: 0; }
.section-head p:not(.eyebrow) { font-size: 1.125rem; color: var(--ink-2); }
.section-foot { margin-top: 2.5rem; }

.split { display: grid; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; }
.split > *, .hero-grid > *, .page-hero-grid > *, .band > *, .location > * { min-width: 0; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--media-right .split-media { order: 2; }
  .split--top { align-items: start; }
}
.split-media { width: 100%; max-width: 520px; justify-self: center; }
.split-copy > p { color: var(--ink-2); }

.quote {
  position: relative; margin: 1.75rem 0; padding: 1.25rem 1.5rem 1.25rem 1.75rem;
  border-left: 4px solid var(--sand); border-radius: 0 var(--r) var(--r) 0; background: var(--sand-50);
}
.quote p { margin: 0; font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; line-height: 1.4; color: var(--ink); }
.quote footer { margin-top: .5rem; font-size: .95rem; font-weight: 500; color: var(--sand-700); }
.quote--soft p { font-family: var(--font); font-size: 1.0625rem; font-weight: 500; line-height: 1.6; }

/* cards */
.cards { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 310px), 1fr)); }
.cards--4 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
.cards--2 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr)); }
.card {
  position: relative; display: flex; flex-direction: column; gap: .8rem; padding: 1.75rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm);
  color: var(--ink); text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
}
.card:has(h3 a):hover, .card--link:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--brand-200); color: var(--ink); }
.card h3 { margin: 0; }
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card h3 a:focus-visible { outline: none; }
.card:has(h3 a:focus-visible) { outline: 3px solid var(--sand); outline-offset: 3px; }
.card p { margin: 0; font-size: 1rem; color: var(--ink-2); }
.card .link-arrow { margin-top: auto; padding-top: .35rem; }
.card-icon { width: 56px; height: 56px; flex: none; display: grid; place-items: center; border-radius: 16px; background: var(--brand-50); color: var(--brand); }
.card-icon .i { width: 28px; height: 28px; }
.card--quote p { font-size: 1.0625rem; }
.section--white .card { background: var(--bg); }
.section--white .card:hover { background: var(--surface); }

.services { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 440px), 1fr)); margin-bottom: 2rem; }
.service {
  position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 1.25rem; padding: 1.75rem;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s, background-color .25s;
}
.service:hover { transform: translateY(-3px); background: var(--surface); box-shadow: var(--sh); border-color: var(--brand-200); }
.service h3 { margin-bottom: .4rem; }
.service h3 a { color: var(--ink); text-decoration: none; }
.service h3 a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.service h3 a:focus-visible { outline: none; }
.service:has(h3 a:focus-visible) { outline: 3px solid var(--sand); outline-offset: 3px; }
.service p { margin: 0 0 .8rem; font-size: 1rem; color: var(--ink-2); }
.mini-list { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; list-style: none; }
.mini-list li { padding: .3rem .7rem; border-radius: 999px; background: var(--brand-50); font-size: .875rem; font-weight: 500; color: var(--brand-700); }
@media (max-width: 479px) {
  .service { grid-template-columns: 1fr; gap: 1rem; padding: 1.4rem; }
  .card { padding: 1.4rem; }
}

/* steps */
.steps { display: grid; gap: .9rem; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1.1rem 1.2rem; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); }
.step-num { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--brand); color: #fff; font-weight: 700; font-size: 1.1rem; }
.steps h3 { margin: 0 0 .2rem; font-size: 1.1rem; }
.steps p { margin: 0; font-size: 1rem; color: var(--ink-2); }

/* symptoms */
.symptoms { display: grid; gap: .8rem; margin: 0 0 1.75rem; padding: 0; list-style: none; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); }
.symptoms li { display: flex; align-items: center; gap: .85rem; padding: 1rem 1.15rem; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; font-weight: 500; line-height: 1.4; }
.symptoms .i { width: 24px; height: 24px; color: var(--brand); }

/* notices */
.notice {
  display: flex; align-items: flex-start; gap: 1rem; margin: 1.5rem 0 0; padding: 1.2rem 1.4rem;
  background: var(--sand-50); border: 1px solid #efdcbd; border-radius: var(--r); color: var(--ink);
}
.notice > .i { width: 26px; height: 26px; margin-top: .1rem; color: var(--sand-700); }
.notice p { margin: 0; color: var(--ink-2); }
.notice strong { display: block; margin-bottom: .2rem; color: var(--ink); }
.notice--alert { background: var(--alert-50); border-color: #f0cbc3; }
.notice--alert > .i { color: var(--alert); }

/* timeline */
.timeline { position: relative; display: grid; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 21px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--brand-200), var(--line)); }
.tl-item { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 1.1rem; }
.tl-dot { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--brand-200); background: var(--surface); color: var(--brand); }
.tl-dot .i { width: 20px; height: 20px; }
.tl-item--now .tl-dot { background: var(--brand); border-color: var(--brand); color: #fff; }
.tl-card { padding: 1.25rem 1.4rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.tl-card h3 { margin: 0 0 .3rem; font-size: 1.15rem; }
.tl-card p { margin: 0; font-size: 1rem; color: var(--ink-2); }
.tl-date {
  display: inline-flex; align-items: center; gap: .4rem; margin-bottom: .55rem; padding: .25rem .75rem;
  border-radius: 999px; background: var(--sand-50); color: var(--sand-700); font-size: .875rem; font-weight: 600;
}
.tl-date .i { width: 16px; height: 16px; }

.events-strip { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
.events-strip li { padding: 1.4rem; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); }
.events-strip h3 { margin: 0 0 .35rem; font-size: 1.1rem; }
.events-strip p { margin: 0; font-size: .98rem; color: var(--ink-3); }

.events { display: grid; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.event {
  display: grid; gap: 1.5rem; padding: 1.5rem;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl);
}
@media (min-width: 820px) { .event { grid-template-columns: 1fr 300px; align-items: center; padding: 1.75rem 1.75rem 1.75rem 2rem; } }
.event h3 { margin: 0 0 .5rem; }
.event p { color: var(--ink-2); font-size: 1rem; }
.event-media { display: grid; gap: .75rem; }
.event-media--two { grid-template-columns: .8fr 1.2fr; align-items: center; }
.thumb { display: block; overflow: hidden; border-radius: 14px; border: 4px solid #fff; background: var(--surface); box-shadow: var(--sh-sm); }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.thumb:hover img { transform: scale(1.04); }
.thumb--doc img { object-fit: contain; background: #fff; }

.tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: .85rem 0 0; padding: 0; list-style: none; }
.tag { display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .75rem; border-radius: 999px; background: var(--brand-50); color: var(--brand-700); font-size: .85rem; font-weight: 600; }
.tag .i { width: 16px; height: 16px; }
.tag--sand { background: var(--sand-50); color: var(--sand-700); }

/* gallery & certificates */
.gallery { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.gallery a { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r-lg); background: var(--brand-50); box-shadow: var(--sh-sm); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery a:hover img { transform: scale(1.05); }

.certs { display: grid; gap: 1.25rem; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.certs a { display: grid; gap: .8rem; padding: .8rem .8rem 1rem; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); color: var(--ink); text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s; }
.certs a:hover { transform: translateY(-3px); box-shadow: var(--sh); color: var(--ink); }
.certs img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; border-radius: 12px; }
.cert-cap { padding: 0 .3rem; font-size: .95rem; font-weight: 600; line-height: 1.4; }

/* FAQ */
.faq { display: grid; gap: .75rem; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); transition: border-color .2s, box-shadow .2s; }
.section--white .faq details { background: var(--bg); }
.faq details[open] { border-color: var(--brand-200); box-shadow: var(--sh-sm); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 1.25rem; list-style: none; cursor: pointer; font-weight: 600; font-size: 1.0625rem; line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 10px; height: 10px; margin-right: .3rem;
  border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
  transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s var(--ease);
}
.faq details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq summary:focus-visible { outline-offset: -3px; border-radius: var(--r); }
.faq-a { padding: 0 1.25rem 1.2rem; color: var(--ink-2); }
.faq-a p { margin: 0; }

/* checklist / urgent */
.checklist { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 34px 1fr; gap: .9rem; align-items: start; padding: 1rem 1.15rem; background: var(--bg); border: 1px solid var(--line); border-radius: 16px; line-height: 1.55; }
.check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--brand); color: #fff; }
.check .i { width: 18px; height: 18px; }
.urgent { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); }
.urgent li { display: grid; grid-template-columns: 28px 1fr; gap: .9rem; padding: 1.15rem 1.2rem; background: var(--bg); border: 1px solid var(--line); border-radius: 16px; }
.urgent .i { width: 26px; height: 26px; color: var(--alert); }
.urgent strong { display: block; margin-bottom: .15rem; }
.urgent span { color: var(--ink-2); font-size: 1rem; }
.urgent strong { color: var(--ink); font-size: 1.0625rem; }

.plain-list { display: grid; gap: .6rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.plain-list li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink-2); }
.plain-list .i { width: 22px; height: 22px; margin-top: .15rem; color: var(--brand); }

/* ---------- Article pages ---------- */
.article-layout { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .article-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 4.5rem; align-items: start; } }
.prose { max-width: 46rem; min-width: 0; }
.prose h2 { font-size: clamp(1.6rem, 1.3rem + 1.1vw, 2.15rem); }
.prose h3 { margin-top: 1.75rem; font-size: 1.2rem; }
.prose section + section { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.prose p, .prose li { color: var(--ink-2); }
.prose > section > p:last-child { margin-bottom: 0; }
.prose ul { display: grid; gap: .55rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 1.75rem; }
.prose ul li::before {
  content: ""; position: absolute; left: .3rem; top: .62em; width: 8px; height: 8px;
  border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px var(--brand-100);
}
.prose .notice { margin: 1.5rem 0 0; }
.prose .quote { margin: 1.5rem 0; }

.aside { display: grid; gap: 1.25rem; }
@media (min-width: 1024px) { .aside { position: sticky; top: calc(var(--header-h) + 24px); } }
.aside-card { padding: 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.aside-card--tint { background: var(--bg-tint); border-color: var(--brand-100); box-shadow: none; }
.aside-title { margin: 0 0 .8rem; font-size: 1.0625rem; font-weight: 700; color: var(--ink); }
.aside-text { margin: 0 0 .8rem; font-size: 1rem; color: var(--ink-2); }
.aside-phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: 1.1rem; color: var(--ink); text-decoration: none; }
.aside-phone .i { width: 20px; height: 20px; color: var(--brand); }
.aside-phone:hover { color: var(--brand-700); }
.toc, .related { display: grid; gap: .15rem; margin: 0; padding: 0; list-style: none; }
.toc a, .related a {
  display: flex; align-items: center; gap: .6rem; padding: .55rem .75rem; border-radius: 10px;
  font-size: 1rem; font-weight: 500; line-height: 1.35; color: var(--ink-2); text-decoration: none;
}
.toc a { border-left: 2px solid transparent; border-radius: 0 10px 10px 0; }
.toc a:hover, .related a:hover { background: var(--brand-50); color: var(--brand-700); }
.toc a.is-active { border-left-color: var(--brand); background: var(--brand-50); color: var(--brand-700); font-weight: 600; }
.related .i { width: 20px; height: 20px; color: var(--brand); }
@media (max-width: 1023px) { .aside-toc { display: none; } }

/* press */
.press {
  display: grid; overflow: hidden;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-sm);
}
@media (min-width: 820px) { .press { grid-template-columns: 300px 1fr; } }
.press-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--brand-50); }
@media (min-width: 820px) { .press-media { aspect-ratio: auto; min-height: 100%; } }
.press-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; }
.press-body { padding: 1.75rem; }
.press-body .tags { margin: 0 0 1rem; }
.press-source { margin: 0 0 .35rem; font-size: .95rem; font-weight: 600; color: var(--sand-700); }
.press-body h3 { font-size: clamp(1.25rem, 1.1rem + .6vw, 1.6rem); margin-bottom: .6rem; }
.press-body p { color: var(--ink-2); }

/* contact */
.contact-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.contact-card { display: flex; flex-direction: column; gap: .6rem; padding: 1.75rem; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); }
.contact-card h3 { margin: .4rem 0 0; font-size: 1rem; font-weight: 600; color: var(--ink-3); }
.contact-card p { margin: 0; color: var(--ink-2); font-size: 1rem; }
.contact-card .contact-value { font-size: 1.3rem; font-weight: 700; color: var(--ink); line-height: 1.3; }
.contact-value a { color: var(--ink); text-decoration: none; }
.contact-value a:hover { color: var(--brand-700); text-decoration: underline; }
.contact-card .link-arrow { margin-top: auto; padding-top: .5rem; }
.copy-status { margin: 1rem 0 0; font-weight: 600; color: var(--brand-700); }
.copy-status:empty { display: none; }

.location {
  display: grid; overflow: hidden; border-radius: var(--r-xl);
  background: var(--bg); border: 1px solid var(--line);
}
@media (min-width: 900px) { .location { grid-template-columns: 1.1fr .9fr; } }
.location-copy { padding: clamp(1.75rem, 1rem + 3vw, 3rem); }
.location-list { display: grid; gap: 1.1rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.location-list li { display: flex; gap: .9rem; align-items: flex-start; }
.location-list .i { width: 24px; height: 24px; margin-top: .2rem; color: var(--brand); }
.location-list strong { display: block; font-size: .9rem; font-weight: 600; color: var(--ink-3); }
.location-list a { font-weight: 600; }
.location-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.location-visual {
  position: relative; display: grid; place-content: center; justify-items: center; gap: .3rem;
  min-height: 280px; padding: 2rem; overflow: hidden; text-align: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .14) 0 60px, transparent 61px),
    repeating-radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .07) 0 2px, transparent 2px 46px),
    linear-gradient(150deg, #0c6a7a, #063741);
  color: #fff;
}
.location-pin { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: .75rem; border-radius: 50%; background: #fff; color: var(--brand); box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .5); }
.location-pin .i { width: 36px; height: 36px; }
.location-visual-title { margin: 0; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.location-visual-sub { margin: 0; color: #cfe6e9; }

/* contact band */
.section--band { padding-top: 0; }
.section--white + .section--band { background: var(--surface); }
.section--tint + .section--band { background: var(--bg-tint); }
.band {
  position: relative; overflow: hidden;
  display: grid; gap: 2rem; align-items: center;
  padding: clamp(2rem, 1.25rem + 3vw, 3.25rem);
  border-radius: var(--r-xl); background: linear-gradient(135deg, #0c6a7a 0%, #084652 60%, #063741 100%); color: #fff;
  box-shadow: var(--sh-lg);
}
.band::after {
  content: ""; position: absolute; z-index: 0; right: -90px; top: -120px; width: 340px; height: 340px;
  border-radius: 50%; border: 40px solid rgba(255, 255, 255, .05); pointer-events: none;
}
.band > * { position: relative; z-index: 1; }
@media (min-width: 1000px) {
  .band { grid-template-columns: minmax(0, 1fr) 280px; gap: 3rem; }
  .band-actions { flex-direction: column; }
  .band-actions .btn { width: 100%; justify-content: flex-start; padding-left: 1.4rem; }
}
.band h2 { color: #fff; margin-bottom: .4em; }
.band p { margin: 0; color: #d4e9eb; max-width: 36rem; }
.band-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
@media (max-width: 560px) { .band-actions .btn { width: 100%; } }

/* 404 */
.notfound { min-height: 60vh; display: grid; align-items: center; }
.notfound-inner { text-align: center; }
.notfound-icon { width: 84px; height: 84px; display: grid; place-items: center; margin: 0 auto 1.5rem; border-radius: 26px; background: var(--brand-50); color: var(--brand); }
.notfound-icon .i { width: 42px; height: 42px; }
.notfound .eyebrow { justify-content: center; }
.notfound .lead { margin-inline: auto; }
.notfound-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem; margin-top: 2.5rem; }
.notfound-links a { font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { padding: clamp(3rem, 2rem + 3vw, 4.5rem) 0 0; background: var(--footer); color: #bcd3d6; }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .footer-grid { grid-template-columns: 1.35fr 1fr 1.15fr 1.1fr; gap: 3rem; } }
.site-footer h2 { margin: 0 0 1rem; font-family: var(--font); font-size: 1.0625rem; font-weight: 700; color: #fff; letter-spacing: 0; }
.site-footer a { color: #e4f0f1; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.brand--light .brand-name { color: #fff; }
.brand--light .brand-role { color: #a9c6ca; }
.footer-brand p { margin: 1.1rem 0 1rem; max-width: 28rem; font-size: 1rem; }
.footer-social { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; }
.footer-social .i { color: #e6c089; }
.footer-links { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; font-size: 1rem; }
.footer-contact { display: grid; gap: 1rem; margin: 0 0 1.25rem; padding: 0; list-style: none; font-size: 1rem; }
.footer-contact li { display: flex; gap: .7rem; align-items: flex-start; }
.footer-contact .i { width: 20px; height: 20px; margin-top: .2rem; color: #e6c089; }
.footer-contact small { color: #9fbcc0; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem;
  margin-top: 3rem; padding: 1.5rem 0 calc(1.5rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, .12); font-size: .95rem; color: #a3bec2;
}
.footer-bottom p { margin: 0; max-width: 52rem; }
@media (max-width: 1320px) { .footer-bottom { padding-right: 64px; } }
.otx a { font-weight: 700; color: #fff; }

.to-top {
  position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 40;
  width: 50px; height: 50px; display: grid; place-items: center;
  border: 1px solid var(--line-2); border-radius: 50%; background: var(--surface); color: var(--brand); box-shadow: var(--sh); cursor: pointer;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .25s, transform .25s var(--ease), visibility 0s linear .25s;
}
.to-top.is-shown { opacity: 1; visibility: visible; transform: none; transition: opacity .25s, transform .25s var(--ease), visibility 0s; }
.to-top:hover { border-color: var(--brand); }

/* ---------- Reveal ---------- */
.reveal.is-pending { opacity: 0; transform: translateY(22px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-d1.is-in { transition-delay: .08s; }
.reveal-d2.is-in { transition-delay: .16s; }
.reveal-d3.is-in { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .reveal.is-pending { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .to-top, .section--band, .aside, dialog { display: none !important; }
  body { background: #fff; font-size: 12pt; }
  .page-hero { background: none; }
}
