/* AMK Dental Clinic – design system (Brand Package: AMK Orange #F6A11F, Ink #2B2B2B, Sora + Manrope; layout per website redesign) */
@font-face { font-family: "Sora"; src: url("/fonts/sora.woff2") format("woff2"); font-weight: 100 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/fonts/manrope.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }
:root {
  --bg: #F8F5EE; --bg-2: #F2EBDF; --surface: #FFFFFF; --line: #E6DDCF; --line-2: #D9CDBB;
  --ink: #2B2B2B; --text: #4A443D; --muted: #6B645C;
  --orange: #F6A11F; --orange-hover: #EA9210; --orange-soft: #FDE7C4; --orange-ink: #A35A00;
  --dark: #1F1C17; --dark-2: #2A2620; --dark-text: #D8CFC2; --dark-muted: #A89F92;
  --field: #8A7E6E; --warn-bg: #FFF1CC;
  --r-sm: 12px; --r: 18px; --r-lg: 28px; --pill: 999px;
  --shadow: 0 1px 2px rgba(31,28,23,.05), 0 10px 30px rgba(31,28,23,.07);
  --shadow-lg: 0 2px 6px rgba(31,28,23,.06), 0 24px 60px rgba(31,28,23,.12);
  --head: "Sora", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Apple SD Gothic Neo", sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --wrap: 1200px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font: 400 1.0625rem/1.7 var(--body); color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; height: auto; }
a { color: var(--orange-ink); text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, h4 { font-family: var(--head); color: var(--ink); line-height: 1.12; font-weight: 600; letter-spacing: -.025em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.2rem, 1.5rem + 3vw, 3.9rem); font-weight: 600; }
h2 { font-size: clamp(1.65rem, 1.3rem + 1.4vw, 2.5rem); }
h3 { font-size: 1.2rem; letter-spacing: -.015em; }
p { margin: 0 0 1em; }
strong { color: var(--ink); font-weight: 700; }
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
@media (max-width: 560px) { .wrap { width: min(100% - 2rem, var(--wrap)); } }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 100; border-radius: 0 0 8px 0; }
.skip:focus { left: 0; }
.ic { width: 1.1em; height: 1.1em; flex: none; vertical-align: -.18em; }
.small { font-size: .875rem; color: var(--muted); }
mark.verify { background: var(--warn-bg); color: #6b4b00; border: 1px dashed #d19a00; border-radius: 4px; padding: 0 .3em; font: 600 .82em/1.4 var(--body); letter-spacing: 0; }
.staging-bar { background: var(--dark); color: #FBD08F; text-align: center; font-size: .82rem; padding: .45rem 1rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font: 700 .76rem/1.2 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 1.1rem; }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px var(--orange-soft); flex: none; }
.kicker { font: 700 .76rem/1.2 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 .9rem; }
.num { font: 600 .9rem/1 var(--head); color: var(--orange-ink); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; min-height: 50px; padding: .8em 1.5em; border-radius: var(--pill); font: 700 .98rem/1.1 var(--body); text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: var(--ink); box-shadow: 0 6px 18px rgba(246,161,31,.35); }
.btn-primary:hover { background: var(--orange-hover); color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); background: var(--surface); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--orange-soft); color: var(--ink); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { color: #fff; border-color: #fff; }
.btn-lg { min-height: 56px; padding: .9em 1.8em; font-size: 1.02rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--ink); text-decoration: none; }
.link-arrow .ic { transition: transform .15s; }
.link-arrow:hover { color: var(--orange-ink); }
.link-arrow:hover .ic { transform: translateX(3px); }

/* Top bar + header */
.topbar { background: var(--dark); color: var(--dark-text); font-size: .84rem; }
.topbar-in { display: flex; gap: 1.5rem; align-items: center; justify-content: flex-end; min-height: 40px; }
.tb-item { display: inline-flex; align-items: center; gap: .45em; color: inherit; text-decoration: none; }
a.tb-item:hover { color: #fff; }
.tb-item:first-child { margin-right: auto; }
.tb-item .ic { color: var(--orange); }
.tb-phone { font-weight: 700; color: #fff; }
@media (max-width: 720px) { .topbar-in { justify-content: space-between; } .tb-item:first-child { display: none; } }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,245,238,.92); backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line); }
.header-in { display: flex; align-items: center; gap: 1.25rem; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--ink); }
.brand:hover { color: var(--ink); text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 12px; }
.brand-lockup img { width: auto; height: 64px; border-radius: 0; margin: -6px 0 -6px -8px; }
@media (max-width: 420px) { .brand-lockup img { height: 54px; } }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font: 700 1.2rem/1.1 var(--head); letter-spacing: -.02em; }
.brand-sub { font: 700 .66rem/1.2 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--orange-ink); margin-top: .3rem; }
.site-nav { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
.nav-list { display: flex; gap: .15rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav-list > li { position: relative; display: flex; align-items: center; }
.nav-link { display: block; padding: .55rem .8rem; color: var(--ink); font-weight: 600; font-size: .95rem; text-decoration: none; border-radius: var(--pill); }
.nav-link:hover, .nav-link.is-active { background: var(--bg-2); color: var(--ink); text-decoration: none; }
.nav-cta { display: flex; gap: .5rem; }
.nav-cta .btn { min-height: 46px; padding: .7em 1.2em; }
.nav-cta .btn-ghost { display: none; }
.mega-toggle { display: none; }
.mega { position: absolute; top: calc(100% + 12px); left: -1.5rem; display: grid; grid-template-columns: repeat(3, minmax(210px, 1fr)); gap: 1.75rem; padding: 1.6rem 1.8rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .15s, transform .15s, visibility .15s; }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.has-mega.dismissed .mega { opacity: 0; visibility: hidden; }
.mega::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.mega-title { font: 700 .72rem/1.2 var(--body); text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin: 0 0 .6rem; }
.mega ul { list-style: none; margin: 0; padding: 0; }
.mega a { display: flex; align-items: center; gap: .6rem; padding: .38rem 0; color: var(--ink); text-decoration: none; font-size: .95rem; font-weight: 600; }
.mega a svg { width: 18px; height: 18px; color: var(--orange-ink); flex: none; }
.mega a:hover, .mega a[aria-current] { color: var(--orange-ink); }
.nav-toggle { display: none; margin-left: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; width: 48px; height: 48px; color: var(--ink); cursor: pointer; }
.nav-toggle .ic { width: 24px; height: 24px; }
.nav-toggle .ic-close, .nav-open .nav-toggle .ic-open { display: none; }
.nav-open .nav-toggle .ic-close { display: inline; }
@media (max-width: 1100px) {
  .nav-toggle { display: grid; place-items: center; }
  .js .site-nav { display: none; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; background: var(--bg); border-bottom: 1px solid var(--line); padding: .5rem 1.25rem 1.5rem; box-shadow: var(--shadow-lg); max-height: calc(100vh - 118px); overflow: auto; }
  .nav-open .site-nav { display: flex; }
  .no-js .site-nav { position: static; box-shadow: none; }
  .nav-list { flex-direction: column; align-items: stretch; }
  .nav-list > li { flex-wrap: wrap; border-bottom: 1px solid var(--line); }
  .nav-link { flex: 1; padding: .9rem .25rem; font-size: 1.08rem; border-radius: 0; }
  .nav-link:hover, .nav-link.is-active { background: none; color: var(--orange-ink); }
  .mega-toggle { display: grid; place-items: center; width: 48px; height: 48px; background: none; border: 0; color: var(--ink); cursor: pointer; }
  .mega-toggle[aria-expanded="true"] .ic { transform: rotate(45deg); }
  .mega { position: static; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: none; padding: 0 0 1rem .25rem; grid-template-columns: 1fr; gap: 1rem; width: 100%; }
  .has-mega:hover .mega { display: none; }
  .has-mega.open .mega { display: grid; }
  .nav-cta { flex-direction: column; margin-top: 1.25rem; }
  .nav-cta .btn-ghost { display: inline-flex; }
}
@media (max-width: 420px) { .brand-sub { letter-spacing: .12em; } .brand-name { font-size: 1.05rem; } }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero-in { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); }
.hero h1 { margin-bottom: .45em; font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.5rem); }
.hero h1 .hl { color: var(--orange-ink); }
.lead { font-size: clamp(1.1rem, 1rem + .4vw, 1.28rem); line-height: 1.6; color: var(--text); max-width: 60ch; }
.head-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 0; }
.hero-media { position: relative; }
.hero-photo { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.4; background: var(--bg-2); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(31,28,23,.35)); }
.hero-badge { position: absolute; z-index: 2; top: 1.1rem; left: 1.1rem; display: inline-flex; align-items: center; gap: .5rem; background: var(--dark); color: #fff; font: 700 .72rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase; padding: .6rem .9rem; border-radius: var(--pill); }
.hero-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.hero-card { position: absolute; z-index: 2; left: -1.5rem; bottom: 1.5rem; display: flex; gap: .85rem; align-items: center; background: var(--surface); border-radius: var(--r); padding: .8rem 1.1rem .8rem .8rem; box-shadow: var(--shadow-lg); max-width: 300px; }
.hero-card img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: top; }
.hero-card strong { display: block; font: 600 1rem/1.25 var(--head); }
.hero-card span { font-size: .82rem; color: var(--muted); line-height: 1.35; display: block; }
.hero-arcs { position: absolute; right: -1.25rem; top: -1.75rem; width: 130px; color: var(--orange); z-index: 2; }
@media (max-width: 920px) { .hero-in { grid-template-columns: minmax(0, 1fr); } .hero-media { order: -1; } .hero-card { left: .8rem; bottom: .8rem; } .hero-arcs { right: .5rem; width: 90px; top: -1.4rem; } }
.facts-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg); }
.facts-strip ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-strip li { padding: 1.4rem 1.25rem 1.4rem 0; }
.facts-strip li + li { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.facts-strip .k { display: block; font: 700 .7rem/1.2 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: .45rem; }
.facts-strip .v { display: block; font: 600 1.25rem/1.2 var(--head); color: var(--ink); letter-spacing: -.02em; }
.facts-strip .s { display: block; font-size: .8rem; color: var(--muted); margin-top: .25rem; letter-spacing: .04em; }
@media (max-width: 820px) { .facts-strip ul { grid-template-columns: 1fr 1fr; } .facts-strip li:nth-child(3) { border-left: 0; padding-left: 0; } .facts-strip li:nth-child(n+3) { border-top: 1px solid var(--line); } }

/* Sections */
.section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.section-alt { background: var(--bg-2); }
.section-tight { padding: clamp(2rem, 4vw, 3rem) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head p { font-size: 1.12rem; color: var(--text); }
.section-head-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 1rem 2rem; max-width: none; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split-rev .split-media { order: 2; }
@media (max-width: 880px) { .split { grid-template-columns: minmax(0, 1fr); } .split-rev .split-media { order: 0; } }
.photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--bg-2); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-tall { aspect-ratio: 4 / 5; }
.photo-wide { aspect-ratio: 16 / 9; }
.photo-band { position: relative; height: clamp(220px, 32vw, 420px); overflow: hidden; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; display: block; }
.caption { font-size: .82rem; color: var(--muted); margin-top: .6rem; }

/* Pillars (numbered editorial rows) */
.pillars { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-2); }
.pillar { display: grid; grid-template-columns: 70px minmax(0, 1.1fr) minmax(0, 1.4fr) auto; gap: 1.5rem 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line-2); }
.pillar .num { padding-top: .35rem; }
.pillar h3 { font-size: clamp(1.25rem, 1.1rem + .6vw, 1.6rem); margin: 0 0 .3rem; }
.pillar .label { font: 700 .72rem/1.2 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--orange-ink); }
.pillar p { margin: 0 0 .8rem; }
.pillar-links { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 0; }
.pillar-links a { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .85rem; border-radius: var(--pill); background: var(--surface); border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: .88rem; font-weight: 600; min-height: 40px; }
.pillar-links a svg { width: 16px; height: 16px; color: var(--orange-ink); }
.pillar-links a:hover { border-color: var(--orange); background: var(--orange-soft); }
.pillar .icon-tile { justify-self: end; }
@media (max-width: 860px) { .pillar { grid-template-columns: 48px minmax(0, 1fr); } .pillar > div:nth-child(3) { grid-column: 2; } .pillar .icon-tile { display: none; } }

/* Icon tiles & cards */
.icon-tile { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(145deg, #F9B544, var(--orange) 60%, #EE9412); color: var(--ink); box-shadow: 0 8px 18px rgba(246,161,31,.3); flex: none; }
.icon-tile svg { width: 26px; height: 26px; }
.icon-tile.sm { width: 42px; height: 42px; border-radius: 12px; }
.icon-tile.sm svg { width: 21px; height: 21px; }
.icon-tile.soft { background: var(--orange-soft); box-shadow: none; color: var(--orange-ink); }
.card-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.1rem; }
.card-grid-sm { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); transition: border-color .15s, box-shadow .15s, transform .15s; }
.card-link a { position: relative; display: flex; flex-direction: column; gap: .5rem; height: 100%; padding: 1.4rem 1.4rem 1.3rem; color: var(--text); text-decoration: none; }
.card-link:hover { border-color: var(--orange); box-shadow: var(--shadow); transform: translateY(-3px); }
.card-link .icon-tile { margin-bottom: .5rem; }
.card-title { font: 600 1.12rem/1.3 var(--head); color: var(--ink); letter-spacing: -.015em; margin: 0; }
.card-text { font-size: .93rem; color: var(--muted); line-height: 1.55; }
.card-eyebrow { font: 700 .7rem/1.2 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--orange-ink); }
.card-meta { font-size: .82rem; color: var(--muted); margin-top: auto; padding-top: .6rem; }
.card-arrow { position: absolute; right: 1.2rem; top: 1.5rem; color: var(--ink); transition: transform .15s; }
.card-link:hover .card-arrow { transform: translateX(3px); color: var(--orange-ink); }
.card-post a { padding: 0 0 1.3rem; overflow: hidden; }
.card-post .post-art { display: block; aspect-ratio: 16 / 8; background: var(--bg-2); border-radius: var(--r) var(--r) 0 0; position: relative; overflow: hidden; }
.card-post .post-art svg.arcs { position: absolute; width: 58%; left: 21%; top: 30%; color: var(--orange); }
.card-post .post-art .icon-tile { position: absolute; left: 1.2rem; top: 1.2rem; }
.card-post .post-art.has-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-post .card-eyebrow, .card-post .card-title, .card-post .card-text, .card-post .card-meta { padding: 0 1.4rem; }
.card-post .card-eyebrow { margin-top: 1.1rem; }
.card-post .card-arrow { top: auto; bottom: 1.3rem; }

/* Dark feature panel */
.dark-panel { background: var(--dark); color: var(--dark-text); border-radius: var(--r-lg); padding: clamp(2rem, 5vw, 4rem); position: relative; overflow: hidden; }
.dark-panel h2, .dark-panel h3 { color: #fff; }
.dark-panel .kicker { color: var(--dark-muted); }
.dark-panel .grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.feature-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.feature-list li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.1rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.1); }
.feature-list h3 { font-size: 1.12rem; margin: .1rem 0 .35rem; }
.feature-list p { margin: 0 0 .5rem; color: var(--dark-text); font-size: .96rem; }
.feature-list a { color: var(--orange); font-weight: 700; font-size: .9rem; text-decoration: none; }
.feature-list a:hover { color: #fff; text-decoration: underline; }
.dark-photo { border-radius: var(--r); overflow: hidden; background: #fff; aspect-ratio: 9 / 10; }
.dark-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dark-panel .caption { color: var(--dark-muted); }
.dark-arcs { position: absolute; right: -40px; bottom: -30px; width: 260px; color: var(--orange); opacity: .12; }
@media (max-width: 900px) { .dark-panel .grid { grid-template-columns: minmax(0, 1fr); } .dark-photo { aspect-ratio: 16 / 10; } }

/* Steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; counter-reset: step; }
.steps li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; position: relative; }
.steps li::before { counter-increment: step; content: "0" counter(step); display: block; font: 600 1.9rem/1 var(--head); color: var(--orange); margin-bottom: .9rem; letter-spacing: -.03em; }
.steps h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.steps p { font-size: .93rem; color: var(--muted); margin: 0; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .steps { grid-template-columns: minmax(0, 1fr); } }

/* Trust pills */
.trust { display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; padding: 0; margin: 0; }
.trust li { display: inline-flex; align-items: center; gap: .6rem; padding: .6rem 1rem .6rem .6rem; border-radius: var(--pill); background: var(--surface); border: 1px solid var(--line); font-weight: 600; color: var(--ink); font-size: .92rem; }
.trust .icon-tile { width: 34px; height: 34px; border-radius: 50%; box-shadow: none; }
.trust .icon-tile svg { width: 18px; height: 18px; }

/* Page head (inner pages) */
.page-head { background: var(--bg-2); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-head-in { padding: 1.6rem 0 clamp(2.5rem, 5vw, 3.75rem); position: relative; z-index: 1; }
.page-head-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(2rem, 5vw, 4rem); align-items: end; }
.page-head .lead { max-width: 64ch; }
.page-head .head-icon { margin-bottom: 1.25rem; }
.page-head-art { position: absolute; right: -60px; top: 40px; width: 360px; color: var(--orange); opacity: .14; z-index: 0; }
.head-photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; background: var(--surface); }
.head-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) { .page-head-grid { grid-template-columns: minmax(0, 1fr); } .head-photo { max-width: 560px; } }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0 0 1.6rem; font-size: .86rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--line-2); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.post-meta, .post-langs { font-size: .92rem; color: var(--muted); margin-top: 1.1rem; }

/* Content layout */
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(2rem, 5vw, 4.5rem); padding: clamp(2.5rem, 5vw, 4rem) 0; align-items: start; }
.content-narrow { grid-template-columns: minmax(0, 780px); }
.side { position: sticky; top: 104px; display: grid; gap: 1.1rem; }
@media (max-width: 980px) { .content-grid { grid-template-columns: minmax(0, 1fr); } .side { position: static; } }
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.2em; scroll-margin-top: 110px; font-size: clamp(1.45rem, 1.2rem + 1vw, 2rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.7em; }
.prose ul, .prose ol { padding-left: 1.25rem; margin: 0 0 1.25em; }
.prose li { margin-bottom: .4em; }
.prose li::marker { color: var(--orange); }
.prose blockquote { margin: 1.75em 0; padding: .2em 0 .2em 1.4rem; border-left: 3px solid var(--orange); font: 500 1.25rem/1.5 var(--head); color: var(--ink); letter-spacing: -.01em; }
.prose img { border-radius: var(--r); }
.table-wrap { overflow-x: auto; margin: 1.75em 0; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.prose th, .prose td { text-align: left; vertical-align: top; padding: .85rem 1rem; border-bottom: 1px solid var(--line); }
.prose thead th { background: var(--bg-2); color: var(--ink); font-weight: 700; font-size: .88rem; }
.prose tr:last-child td { border-bottom: 0; }
.figure { margin: 2rem 0; }
.figure .photo { aspect-ratio: 16 / 9; }
.post-hero { border-radius: var(--r-lg); margin-bottom: 2rem; }
.general-info { font-size: .92rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1.1rem; margin-top: 2.2rem; }

/* Side cards */
.side-card, .facts { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; box-shadow: var(--shadow); }
.facts { background: var(--dark); border-color: var(--dark); color: var(--dark-text); box-shadow: none; }
.facts .side-title { color: #fff; }
.side-title { font: 600 1.12rem/1.3 var(--head); color: var(--ink); margin: 0 0 1rem; letter-spacing: -.015em; }
.side-list { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: .8rem; font-size: .95rem; }
.side-list li { display: flex; gap: .7rem; align-items: flex-start; }
.side-list .ic { color: var(--orange-ink); margin-top: .28em; }
.side-list-lg { font-size: 1.02rem; }
.side-note { font-size: .84rem; color: var(--muted); margin: 1rem 0 0; }
.facts dl { margin: 0; display: grid; gap: 0; }
.facts dl > div { padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.1); }
.facts dl > div:first-child { border-top: 0; padding-top: 0; }
.facts dt { font: 700 .7rem/1.2 var(--body); text-transform: uppercase; letter-spacing: .14em; color: var(--orange); }
.facts dd { margin: .3rem 0 0; font-size: .95rem; color: #fff; }
.facts mark.verify { background: #3a3222; color: #FBD08F; border-color: #8a6a1f; }
.hours-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.hours-table th { text-align: left; font-weight: 600; padding: .45rem 0; color: inherit; border-bottom: 1px solid var(--line); }
.hours-table td { text-align: right; padding: .45rem 0; border-bottom: 1px solid var(--line); }
.hours-dark { background: var(--dark); color: var(--dark-text); border-radius: var(--r-lg); padding: 1.6rem 1.75rem; }
.hours-dark h2, .hours-dark h3 { color: #fff; font-size: 1.2rem; }
.hours-dark .hours-table th { color: #fff; }
.hours-dark .hours-table th, .hours-dark .hours-table td { border-color: rgba(255,255,255,.1); }
.hours-dark .small { color: var(--dark-muted); }
.hours-dark mark.verify { background: #3a3222; color: #FBD08F; border-color: #8a6a1f; }

/* Risk, FAQ, sources, byline */
.risk { margin: 2.75rem 0; padding: 1.4rem 1.5rem; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: var(--r); font-size: .96rem; }
.risk-title { display: flex; align-items: center; gap: .55rem; font: 600 1rem/1.3 var(--head); color: var(--ink); margin-bottom: .6rem; }
.risk-title .ic { color: var(--orange-ink); }
.risk p:last-child { margin: 0; }
.faqs { margin: 3.25rem 0 2rem; }
.faq { border-bottom: 1px solid var(--line-2); }
.faq:first-of-type { border-top: 1px solid var(--line-2); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; list-style: none; padding: 1.2rem 0; min-height: 48px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { margin: 0; font: 600 1.05rem/1.4 var(--head); color: var(--ink); letter-spacing: -.01em; }
.faq summary .ic { color: var(--ink); width: 28px; height: 28px; padding: 5px; border-radius: 50%; background: var(--surface); border: 1px solid var(--line); transition: transform .2s, background .2s; }
.faq[open] summary .ic { transform: rotate(45deg); background: var(--orange); border-color: var(--orange); }
.faq p { padding: 0 2.5rem 1.3rem 0; margin: 0; color: var(--text); }
.sources { margin: 2.25rem 0; font-size: .92rem; }
.sources h2 { font-size: 1.05rem; }
.sources ul { padding-left: 1.2rem; }
.byline { font-size: .88rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1.1rem; margin-top: 2.2rem; }
.byline .ic { color: var(--orange-ink); margin-right: .4rem; }
.related { padding: 0 0 clamp(3rem, 6vw, 5rem); }
.related h2 { font-size: 1.5rem; }

/* Team */
.person-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 1.75rem; align-items: start; padding: 1.5rem; margin-bottom: 2.25rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); }
.person-card .portrait { border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 5; background: var(--bg-2); }
.person-card .portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.person-name { font: 600 1.4rem/1.2 var(--head); color: var(--ink); margin: 0 0 .7rem; letter-spacing: -.02em; }
.person-name span { font: 600 .95rem var(--body); color: var(--orange-ink); letter-spacing: 0; }
.checks { list-style: none; padding: 0 !important; margin: 0 0 .9rem; }
.checks li { display: flex; gap: .55rem; font-size: .95rem; }
.checks li::marker { content: none; }
.checks .ic { color: var(--orange-ink); margin-top: .3em; }
.person-reg { font-size: .88rem; margin: 0; }
@media (max-width: 600px) { .person-card { grid-template-columns: minmax(0, 1fr); } .person-card .portrait { max-width: 220px; } }
.team-teaser { display: flex; gap: 1rem; align-items: center; margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.team-teaser img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top; }
.team-teaser strong { display: block; font: 600 1.05rem/1.3 var(--head); }
.team-teaser span { font-size: .88rem; color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1rem; margin: 2rem 0; }
.gallery .photo { aspect-ratio: 4 / 3; }
@media (max-width: 600px) { .gallery { grid-template-columns: minmax(0, 1fr); } }
.badge-img { max-width: 260px; border-radius: var(--r); border: 1px solid var(--line); background: #fff; padding: .5rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 4.5rem); padding: clamp(2.5rem, 5vw, 4rem) 0 0; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }
.contact-method { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact-method .k { font: 700 .7rem/1.2 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: .25rem; }
.contact-method .v { font: 600 1.08rem/1.35 var(--head); color: var(--ink); }
.contact-method a.v { text-decoration: none; }
.contact-method a.v:hover { color: var(--orange-ink); }
.map-facade { margin-top: 1.5rem; padding: 1.6rem; border-radius: var(--r-lg); background: var(--bg-2) radial-gradient(circle at 70% 40%, rgba(246,161,31,.18), transparent 45%); border: 1px solid var(--line); display: grid; gap: .7rem; justify-items: start; }
.map-facade p { margin: 0; }
.map-facade iframe { width: 100%; height: 380px; border: 0; border-radius: var(--r); }
.enquiry { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.form { display: grid; gap: 1.05rem; }
.field label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .4rem; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 1rem; padding: .8rem .95rem; border: 1.5px solid var(--field); border-radius: 12px; background: var(--bg); color: var(--ink); min-height: 50px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); outline: 3px solid var(--orange-soft); outline-offset: 0; background: #fff; }
.field-check { display: flex; gap: .7rem; align-items: flex-start; }
.field-check input { width: 24px; height: 24px; min-height: 0; margin-top: .15rem; flex: none; accent-color: var(--orange-ink); }
.field-check label { font-weight: 500; font-size: .92rem; }
.hint { font-size: .85rem; color: var(--muted); margin: .35rem 0 0; }
.form-status { margin: 0; font-weight: 700; }

/* Chips + pager */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2.25rem; }
.chip { padding: .5rem 1rem; border-radius: var(--pill); border: 1px solid var(--line-2); text-decoration: none; color: var(--ink); font-size: .9rem; font-weight: 600; min-height: 42px; display: inline-flex; align-items: center; background: var(--surface); }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.pager { display: flex; justify-content: space-between; padding-bottom: 3rem; }
.empty { padding: 2rem 0 4rem; color: var(--muted); }
.blog-grid { margin: 1.75rem 0 3.5rem; }

/* CTA card + footer */
.cta-wrap { padding: clamp(3rem, 6vw, 5rem) 0; }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.3fr) auto; gap: 2rem; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(2rem, 5vw, 3.5rem); box-shadow: var(--shadow); }
.cta-card h2 { margin-bottom: .35rem; }
.cta-card p { margin: 0; max-width: 54ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; position: relative; z-index: 1; }
.cta-arcs { position: absolute; right: -30px; top: -40px; width: 220px; color: var(--orange); opacity: .16; }
@media (max-width: 800px) { .cta-card { grid-template-columns: minmax(0, 1fr); } }
.site-footer { background: var(--dark); color: var(--dark-text); font-size: .95rem; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1.15fr repeat(3, 1fr); gap: 2.25rem; padding: 4rem 0 2.25rem; }
@media (max-width: 1040px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: minmax(0, 1fr); } }
.brand-footer { color: #fff; margin-bottom: 1.1rem; }
.brand-footer img { width: 64px; height: 64px; border-radius: 14px; }
.brand-footer:hover { color: #fff; }
.brand-footer .brand-sub { color: var(--orange); }
.footer-blurb { color: var(--dark-text); font-size: .93rem; max-width: 34ch; }
.site-footer address { font-style: normal; line-height: 1.8; }
.footer-h { font: 700 .72rem/1.2 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--dark-muted); margin: .5rem 0 1.1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer-col a { text-decoration: none; color: var(--dark-text); }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.site-footer .hours-table th, .site-footer .hours-table td { color: var(--dark-text); border-color: rgba(255,255,255,.08); }
.site-footer .small { color: var(--dark-muted); }
.site-footer mark.verify { background: #3a3222; color: #FBD08F; border-color: #8a6a1f; }
.footer-base { border-top: 1px solid rgba(255,255,255,.1); padding: 1.6rem 0 2.75rem; }
.ack { font-size: .9rem; color: var(--dark-text); }
.site-footer :focus-visible, .topbar :focus-visible, .staging-bar :focus-visible, .dark-panel :focus-visible, .facts :focus-visible, .hours-dark :focus-visible { outline-color: #fff; }
@media print { .topbar, .site-header, .cta-wrap, .side, .site-footer { display: none; } body { background: #fff; } }
