/* Dr. Hassan Badran — editorial medical luxury system, 2026 */
:root {
  --brand-navy: #102b38;
  --brand-dark: #0b202a;
  --brand-blue: #315f70;
  --brand-sky: #d6e4e5;
  --brand-gold: #a88358;
  --brand-gold-soft: #d8c2a4;
  --bg-base: #f5f2ec;
  --bg-elevated: #ebe7df;
  --surface-card: #fbfaf7;
  --surface-card-hover: #fff;
  --border-subtle: rgba(16,43,56,.13);
  --border-strong: rgba(16,43,56,.28);
  --text-primary: #102b38;
  --text-secondary: #455b62;
  --text-muted: #68777b;
  --brand-gradient: linear-gradient(100deg,#102b38,#315f70);
  --brand-gradient-deep: linear-gradient(135deg,#0b202a,#173f4f);
  --brand-gradient-soft: linear-gradient(145deg,rgba(216,194,164,.18),rgba(214,228,229,.3));
  --shadow-card: 0 1px 0 rgba(16,43,56,.04),0 16px 40px -32px rgba(16,43,56,.38);
  --shadow-lift: 0 28px 70px -38px rgba(10,32,42,.48);
  --shadow-glow-accent: 0 22px 55px -32px rgba(10,32,42,.5);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 28px;
}

body {
  background-color: var(--bg-base);
  background-image:
    radial-gradient(900px 500px at 90% -12%,rgba(216,194,164,.28),transparent 68%),
    linear-gradient(rgba(255,255,255,.24),rgba(255,255,255,0));
  font-size: 17px;
  line-height: 1.72;
}
.container { max-width: 1240px; padding-inline: clamp(20px,4vw,56px); }
h1,h2,h3,h4 { letter-spacing: -.035em; font-weight: 600; }
h1 { font-size: clamp(3rem,7vw,6.7rem); line-height: .96; }
h2 { font-size: clamp(2rem,4vw,4rem); line-height: 1.06; }
h3 { line-height: 1.25; }
p { text-wrap: pretty; }

/* Navigation */
.site-header {
  min-height: 82px;
  padding: 12px clamp(18px,3.5vw,54px);
  background: rgba(245,242,236,.88);
  border-bottom-color: rgba(16,43,56,.1);
  backdrop-filter: blur(20px) saturate(125%);
}
.site-header.scrolled { background: rgba(245,242,236,.96); box-shadow: 0 12px 40px rgba(16,43,56,.07); }
.logo-mark { width: 42px; height: 42px; }
.logo-name { color: var(--brand-navy); font-size: 17px; letter-spacing: -.02em; }
.logo-sub { color: var(--brand-gold); letter-spacing: .12em; text-transform: uppercase; }
.nav { gap: 0; }
.nav a {
  padding: 10px 13px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: .01em;
  border-bottom: 1px solid transparent;
}
.nav a:hover,.nav a:focus-visible,.nav a[aria-current='page'] {
  background: transparent;
  border-bottom-color: var(--brand-gold);
}
.header-actions .btn-primary { border-radius: 999px; padding-inline: 20px; }

/* Hero */
.hero { padding: clamp(54px,8vw,112px) 0 clamp(58px,8vw,104px); }
.hero::before {
  content:''; position:absolute; inset:0; z-index:-2;
  background: linear-gradient(110deg,rgba(216,194,164,.12),transparent 52%);
}
.hero-inner { display:grid; grid-template-columns:minmax(0,1.04fr) minmax(350px,.96fr); gap:clamp(42px,7vw,100px); }
.hero-copy { align-self:center; }
.hero-copy h1 { max-width: 10.5ch; margin: 0 0 26px; }
.hero-copy .lead { max-width: 620px; font-size: clamp(1.06rem,1.6vw,1.32rem); line-height: 1.75; }
.badge {
  background: transparent; border: 0; box-shadow:none; padding:0; margin-bottom:24px;
  color:var(--brand-gold); text-transform:uppercase; letter-spacing:.11em; font-size:12px;
}
.badge::before { width:34px; height:1px; border-radius:0; background:var(--brand-gold); }
.hero-actions { margin-top:34px; gap:12px; }
.btn { border-radius:999px; padding:13px 25px; letter-spacing:.01em; }
.btn-primary { background:var(--brand-dark); border-color:var(--brand-dark); box-shadow:none; }
.btn-primary:hover { background:#1c4656; border-color:#1c4656; }
.btn-outline,.btn-ghost { background:transparent; border-color:var(--border-strong); }
.hero-portrait { max-width:520px; }
.hero-portrait img { aspect-ratio:4/5; object-fit:cover; object-position:center 18%; border-radius:220px 220px 24px 24px; }
.hero-portrait::before { inset:18px -18px -18px 18px; border-color:var(--brand-gold-soft); border-radius:220px 220px 24px 24px; }
html[dir='ltr'] .hero-portrait::before { inset:18px 18px -18px -18px; }
.hero-stats { margin-top:46px; padding-top:25px; border-top:1px solid var(--border-subtle); gap:0; }
.hero-stats .stat { background:transparent; box-shadow:none; border:0; border-inline-end:1px solid var(--border-subtle); border-radius:0; text-align:start; padding:4px 20px; }
.hero-stats .stat:first-child { padding-inline-start:0; }
.hero-stats .stat:last-child { border:0; }
.stat dt { color:var(--brand-navy); font-size:clamp(1.65rem,3vw,2.6rem); }
.stat dd { color:var(--text-muted); font-size:12px; line-height:1.4; }
.hero-principles {
  display:flex; flex-wrap:wrap; gap:0; margin:44px 0 0; padding:24px 0 0;
  border-top:1px solid var(--border-subtle); list-style:none;
}
.hero-principles li { color:var(--text-secondary); font-size:13px; padding:2px 20px; border-inline-end:1px solid var(--border-subtle); }
.hero-principles li:first-child { padding-inline-start:0; }
.hero-principles li:last-child { border:0; }

/* Sections and editorial rhythm */
.section { padding-block:clamp(76px,10vw,148px); }
.section:nth-of-type(2n) { background:rgba(255,255,255,.34); }
.section-head { max-width:820px; margin-inline:0; margin-bottom:clamp(36px,5vw,66px); text-align:start; }
.section-head h1,.section-head h2 { max-width:14ch; margin-inline:0; }
.section-head h1::after,.section-head h2::after { width:80px; height:1px; margin-top:25px; background:var(--brand-gold); }
.section-sub { color:var(--brand-gold); font-size:12px; letter-spacing:.14em; text-transform:uppercase; font-weight:700; }
.section-head > p:last-child { max-width:680px; font-size:1.05rem; }
.wave-divider { display:none; }

/* Cards */
.treatment-grid { grid-template-columns:repeat(12,1fr); gap:18px; counter-reset:treatments; }
.treatment-card {
  grid-column:span 4; min-width:0; min-height:0; padding:0 28px 30px; border-radius:2px;
  border:1px solid var(--border-subtle); background:rgba(251,250,247,.76); box-shadow:none;
  display:flex; flex-direction:column; position:relative; overflow:hidden; counter-increment:treatments;
}
.treatment-card::before {
  content:'0' counter(treatments); position:absolute; inset-block-start:18px; inset-inline-start:18px; z-index:2;
  color:#fff; background:rgba(11,32,42,.72); padding:7px 10px; font-size:11px; letter-spacing:.12em;
}
.treatment-card::after {
  content:''; position:absolute; inset-inline:0; bottom:0; height:3px; background:var(--brand-navy);
  transform:scaleX(0); transform-origin:inherit; transition:transform .35s ease;
}
.treatment-card:hover::after { transform:scaleX(1); }
.treatment-card-media { display:block; flex:0 0 auto; margin:0 -28px 25px; aspect-ratio:16/10; overflow:hidden; background:#e9e5de; }
.treatment-card-media img { display:block; width:100%; height:100%; max-width:none; object-fit:cover; object-position:center; filter:saturate(.72); transition:transform .55s ease,filter .3s ease; }
.treatment-card--calcium-revive .treatment-card-media { background:#e7e0d5; }
.treatment-card--calcium-revive .treatment-card-media img { object-fit:contain; padding:18px; }
.treatment-card--non-surgical-rhinoplasty .treatment-card-media img { object-position:center 38%; }
.treatment-card--jawline-contouring .treatment-card-media img,
.treatment-card--facial-rejuvenation .treatment-card-media img,
.treatment-card--fillers .treatment-card-media img { object-position:center 32%; }
.treatment-card:hover .treatment-card-media img { transform:scale(1.035); filter:saturate(.9); }
.treatment-card h2,.treatment-card h3 { font-size:clamp(1.3rem,2vw,1.75rem); margin:0 0 12px; }
.treatment-card > p { color:var(--text-secondary); flex:0 0 auto; }
.treatment-card p:last-child { margin-top:auto; padding-top:18px; }
.treatment-card .btn { border:0; padding:8px 0; border-radius:0; color:var(--brand-navy); }
.t-meta { border-top:1px solid var(--border-subtle); padding-top:15px; }
.trust-grid { grid-template-columns:repeat(4,1fr); gap:1px; background:var(--border-subtle); }
.trust-card { border:0; border-radius:0; box-shadow:none; padding:38px 28px; background:var(--surface-card); }
.trust-card h3::before { content:'—'; display:block; color:var(--brand-gold); margin-bottom:22px; }
.partner-grid { gap:18px; }
.partner-card { border-radius:2px; box-shadow:none; padding:32px; }
.partner-name { font-size:1.45rem; }
.partner-map { margin:18px -32px 0; width:calc(100% + 64px); border-radius:0; filter:saturate(.55) contrast(.92); }
.partner-actions { border-top:0; padding-top:22px; }

/* Editorial media blocks */
.product-showcase { grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr); gap:clamp(36px,7vw,96px); background:var(--brand-dark); border:0; border-radius:2px; padding:clamp(20px,4vw,48px); color:#eaf0f0; }
.product-showcase img { aspect-ratio:4/5; object-fit:cover; border-radius:1px; filter:saturate(.78) contrast(1.03); }
.product-showcase-copy { align-self:center; padding:clamp(18px,3vw,40px); }
.product-showcase-copy p { color:rgba(255,255,255,.78); font-size:clamp(1.1rem,2vw,1.4rem); line-height:1.8; }
.product-showcase .btn { color:#fff; border-color:rgba(255,255,255,.35); }
.gallery-grid { grid-template-columns:repeat(12,1fr); gap:16px; }
.gallery-card { grid-column:span 4; border:0; border-radius:1px; box-shadow:none; background:transparent; }
.gallery-card:nth-child(2) { margin-top:55px; }
.gallery-card img { aspect-ratio:4/5; filter:saturate(.78); }
.gallery-card figcaption { padding:16px 0; }

/* Inner-page hero */
.page-hero { padding-block:clamp(70px,9vw,128px); background:linear-gradient(135deg,rgba(216,194,164,.16),rgba(255,255,255,.18)); }
.page-hero .section-head h1 { max-width:12ch; }
.page-hero--editorial { padding-block:0; overflow:hidden; }
.page-hero-grid { display:grid; grid-template-columns:1.05fr .72fr; gap:clamp(36px,7vw,100px); align-items:center; min-height:min(760px,78vh); }
.page-hero-grid .section-head { margin:0; padding-block:70px; }
.page-hero-media { height:100%; min-height:620px; margin:0; overflow:hidden; }
.page-hero-media img { width:100%; height:100%; object-fit:cover; object-position:center 25%; filter:saturate(.72); }
.treatment-hero { gap:clamp(42px,7vw,100px); }
.treatment-hero-copy { max-width:720px; }
.post-body { font-size:1.05rem; }
.post-body p,.post-body li { line-height:1.9; }
.post-body h2 { margin-top:2em; font-size:clamp(1.6rem,3vw,2.4rem); }
.legal-content { max-width:820px; }
.contact-intro { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(36px,7vw,90px); align-items:center; margin-bottom:clamp(64px,9vw,120px); }
.contact-intro .section-head { margin:0; }
.contact-intro-media { margin:0; min-height:430px; overflow:hidden; }
.contact-intro-media img { width:100%; height:100%; min-height:430px; object-fit:cover; filter:saturate(.72); }

/* Forms */
.section-contact { background:var(--brand-dark)!important; color:#e7eeee; }
.section-contact .section-head h2 { color:#fff; }
.section-contact .section-head p { color:rgba(255,255,255,.66); }
.contact-form { border-radius:2px; border:1px solid rgba(255,255,255,.14); box-shadow:none; padding:clamp(24px,5vw,58px); }
.section-contact .contact-form { background:rgba(255,255,255,.05); }
.section-contact .contact-form label { color:rgba(255,255,255,.78); }
.contact-form input,.contact-form select,.contact-form textarea { border-radius:2px; background:rgba(255,255,255,.76); border-color:transparent; padding:14px 16px; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { background:#fff; border-color:var(--brand-gold); box-shadow:0 0 0 3px rgba(168,131,88,.18); }

/* Footer */
.site-footer { background:#071920; border-top:1px solid rgba(255,255,255,.08); padding-top:80px; }
.footer-grid { gap:clamp(40px,8vw,110px); }
.footer-logo { font-family:var(--font-heading); letter-spacing:-.03em; font-size:1.55rem; }
.footer-col a { padding-block:5px; color:rgba(255,255,255,.68); }
.footer-bottom { margin-top:64px; }

html[data-theme='dark'] {
  --bg-base:#0c2029; --bg-elevated:#102b35; --surface-card:#122d37;
  --surface-card-hover:#183b46; --text-primary:#f3f7f5; --text-secondary:#ced9d6; --text-muted:#aebfbc;
  --border-subtle:rgba(255,255,255,.16); --border-strong:rgba(255,255,255,.34);
  --brand-navy:#8fc7d4; --brand-blue:#79b9ca; --brand-gold:#d8b77f; --brand-gold-soft:#6b5538;
  --focus-ring:0 0 0 3px rgba(121,185,202,.48);
}
html[data-theme='dark'] .site-header { background:rgba(12,32,41,.9); }
html[data-theme='dark'] .logo-name { color:#edf2ef; }
html[data-theme='dark'] .section:nth-of-type(2n) { background:rgba(255,255,255,.025); }
html[data-theme='dark'] .page-hero { background:linear-gradient(135deg,rgba(216,194,164,.08),rgba(255,255,255,.025)); }
html[data-theme='dark'] .treatment-card { background:rgba(18,45,55,.92); }
html[data-theme='dark'] .treatment-card-media { background:#18333c; }
html[data-theme='dark'] .treatment-card--calcium-revive .treatment-card-media { background:#e7e0d5; }
html[data-theme='dark'] .btn-primary { background:#397f94; border-color:#397f94; color:#fff; }
html[data-theme='dark'] .btn-primary:hover,
html[data-theme='dark'] .btn-primary:focus-visible { background:#4a94aa; border-color:#4a94aa; color:#fff; }
html[data-theme='dark'] .btn-outline,
html[data-theme='dark'] .btn-ghost { color:var(--text-primary); border-color:var(--border-strong); }
html[data-theme='dark'] .btn-outline:hover,
html[data-theme='dark'] .btn-outline:focus-visible,
html[data-theme='dark'] .btn-ghost:hover,
html[data-theme='dark'] .btn-ghost:focus-visible { color:#fff; background:rgba(121,185,202,.14); border-color:#79b9ca; }
html[data-theme='dark'] .contact-form input,
html[data-theme='dark'] .contact-form select,
html[data-theme='dark'] .contact-form textarea { background:#f4f7f5; color:#102b38; border-color:rgba(255,255,255,.28); }
html[data-theme='dark'] .contact-form input::placeholder,
html[data-theme='dark'] .contact-form textarea::placeholder { color:#596b70; opacity:1; }
html[data-theme='dark'] .contact-form input:focus,
html[data-theme='dark'] .contact-form select:focus,
html[data-theme='dark'] .contact-form textarea:focus { background:#fff; color:#102b38; border-color:#d8b77f; }
html[data-theme='dark'] .section-contact .section-head p { color:rgba(255,255,255,.8); }
html[data-theme='dark'] .section-contact .contact-form label { color:rgba(255,255,255,.9); }
html[data-theme='dark'] .footer-col a { color:rgba(255,255,255,.78); }
html[data-theme='dark'] .form-message.success { color:#8ce8b9; background:rgba(20,105,68,.28); border-color:rgba(140,232,185,.4); }
html[data-theme='dark'] .form-message.error { color:#ffaaa5; background:rgba(132,42,38,.28); border-color:rgba(255,170,165,.4); }

@media (max-width:1050px) {
  .hero-inner { grid-template-columns:1fr .82fr; gap:40px; }
  .treatment-card { grid-column:span 6; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .nav a { padding-inline:8px; font-size:13px; }
}
@media (max-width:900px) {
  .site-header { min-height:68px; }
  .nav { background:rgba(245,242,236,.98); padding:18px; box-shadow:0 22px 50px rgba(10,32,42,.16); }
  html[data-theme='dark'] .nav { background:#0c2029; }
  .nav a { border-bottom:0; border-inline-start:2px solid transparent; border-radius:0; padding:12px 14px; }
  .nav a[aria-current='page'] { border-inline-start-color:var(--brand-gold); }
  .hero-inner { grid-template-columns:1fr; }
  .hero-copy { order:1; }
  .hero-visual { order:0; width:min(100%,560px); margin:auto; }
  .hero-portrait img { aspect-ratio:5/4; border-radius:180px 180px 18px 18px; object-position:center 20%; }
  .hero-portrait::before { border-radius:180px 180px 18px 18px; }
  .page-hero-grid { grid-template-columns:1fr 42%; gap:24px; min-height:620px; }
  .page-hero-media { min-height:620px; }
  .product-showcase { grid-template-columns:1fr; }
  .product-showcase img { max-height:560px; width:100%; object-position:center 22%; }
  .contact-intro { grid-template-columns:1fr; }
}
@media (max-width:680px) {
  body { font-size:16px; }
  h1 { font-size:clamp(2.65rem,15vw,4.7rem); }
  .hero { padding-top:38px; }
  .hero-visual { width:92%; }
  .hero-stats { display:grid; grid-template-columns:1fr 1fr; row-gap:20px; }
  .hero-stats .stat { border-inline-end:0; padding:0; }
  .hero-principles { display:grid; gap:10px; }
  .hero-principles li { border:0; padding:0; }
  .treatment-card { grid-column:1/-1; min-height:0; }
  .treatment-card-media { aspect-ratio:16/9; }
  .trust-grid { grid-template-columns:1fr; }
  .gallery-card { grid-column:1/-1; }
  .gallery-card:nth-child(2) { margin-top:0; }
  .page-hero-grid { grid-template-columns:1fr; }
  .page-hero-grid .section-head { padding:60px 0 28px; }
  .page-hero-media { min-height:420px; height:55vh; margin-inline:-20px; }
  .page-hero-media img { object-position:center 18%; }
  .section { padding-block:68px; }
  .product-showcase { margin-inline:-20px; }
  .partner-map { height:180px; }
  .contact-intro-media { min-height:280px; margin-inline:-20px; }
  .contact-intro-media img { min-height:280px; }
}

@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; }
}
/* ===== 2026 UX system refresh ===== */
body { line-height: 1.7; }
.site-header { backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav a { position: relative; }
.nav a::after { content:''; position:absolute; inset-inline:14px; bottom:7px; height:2px; border-radius:2px; background:var(--brand-blue); transform:scaleX(0); transition:transform .2s ease; }
.nav a:hover::after,.nav a[aria-current='page']::after { transform:scaleX(1); }
.section-head { max-width:760px; }
.section-head .section-sub { letter-spacing:.08em; text-transform:uppercase; font-weight:700; color:var(--brand-blue); }
.treatment-card,.trust-card,.partner-card,.contact-form,.doctor-benefit,.content-card { border:1px solid var(--border-subtle); box-shadow:var(--shadow-card); }
.treatment-card,.trust-card,.partner-card { transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.treatment-card:hover,.trust-card:hover,.partner-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-lift); border-color:var(--border-strong); }
.contact-form { border-radius:var(--radius-xl); padding:clamp(20px,4vw,38px); background:var(--surface-card); }
.contact-form label { font-weight:650; color:var(--text-primary); }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; margin-top:7px; border:1px solid var(--border-strong); border-radius:var(--radius-sm); background:var(--surface-card); color:var(--text-primary); padding:12px 14px; transition:border-color .18s,box-shadow .18s; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:var(--brand-blue); box-shadow:var(--focus-ring); outline:0; }
.contact-form[aria-busy='true'] { opacity:.72; pointer-events:none; }
.form-message.success { color:#176b46; background:#eaf7f0; border:1px solid #b8e2cb; padding:10px 14px; border-radius:10px; }
.form-message.error { color:#9d302d; background:#fff0ef; border:1px solid #f0c1be; padding:10px 14px; border-radius:10px; }
.mobile-contact-bar { display:none; }

/* 2026 conversion and medical-content remediation. */
.treatment-result-note{max-width:64ch;margin:14px 0 0;color:var(--text-muted);font-size:.82rem;line-height:1.6}
.hero-locations{margin:12px 0 0;color:var(--brand-bronze);font-size:.9rem;font-weight:750}
.treatment-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.contact-form-priority{max-width:920px;margin:clamp(34px,6vw,74px) auto}
.gallery-card{position:relative}
.gallery-illustration-label{position:absolute;z-index:2;inset-block-start:12px;inset-inline-start:12px;padding:6px 10px;border-radius:999px;background:rgba(14,36,54,.88);color:#fff;font-size:.72rem;font-weight:750;letter-spacing:.02em;backdrop-filter:blur(8px)}

/* Personal boutique hero. */
.hero{min-height:calc(100svh - 80px);display:flex;align-items:center;padding:clamp(58px,7vw,96px) 0;background:linear-gradient(125deg,#f8f4ed 0%,#fcfaf6 48%,#ece5da 100%)}
.hero::before{background:radial-gradient(circle at 20% 24%,rgba(178,132,78,.12),transparent 34%)}
.hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(360px,.85fr);align-items:center;gap:clamp(50px,8vw,118px)}
.hero-copy h1{max-width:12ch;margin-bottom:24px;font-size:clamp(3.2rem,5.7vw,6rem);line-height:.98;letter-spacing:-.045em;text-wrap:balance}
.hero-copy .lead{max-width:590px;font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.8}
.hero-locations{display:inline-flex;align-items:center;gap:8px;margin-top:17px;color:var(--text-secondary);font-size:.88rem}
.hero-locations::before{content:'';width:22px;height:1px;background:var(--brand-gold)}
.hero-portrait{position:relative;max-width:470px;margin-inline:auto}
.hero-portrait img{aspect-ratio:4/5.15;border-radius:28px;object-position:center 18%;filter:saturate(.72) contrast(1.02)}
.hero-portrait::before{inset:16px -16px -16px 16px;border-radius:28px}
html[dir='ltr'] .hero-portrait::before{inset:16px 16px -16px -16px}
.hero-principles{margin-top:34px;padding-top:20px}
@media (max-width:760px) {
  body { padding-bottom:76px; }
  .mobile-contact-bar { position:fixed; z-index:45; inset-inline:10px; bottom:10px; display:grid; grid-template-columns:1fr 1fr; gap:8px; padding:8px; border:1px solid var(--border-subtle); border-radius:16px; background:rgba(255,255,255,.94); box-shadow:0 14px 40px rgba(14,36,54,.24); backdrop-filter:blur(16px); }
  .mobile-contact-bar a { min-height:48px; display:flex; align-items:center; justify-content:center; border-radius:11px; font-weight:750; text-decoration:none; }
  .mobile-contact-bar .call { color:var(--brand-navy); background:var(--bg-elevated); }
  .mobile-contact-bar .contact { color:#fff; background:var(--brand-gradient-deep); }
  body.cookie-consent-pending .mobile-contact-bar { display:none; }
  body.cookie-consent-pending .cookie-banner { bottom:10px; }
  .hero-actions .btn,.section-actions .btn { width:100%; justify-content:center; }
}

/* Responsive QA pass: compact header, stable RTL layout and an above-the-fold mobile CTA. */
html,body { max-width:100%; overflow-x:clip; }
img,svg,video,canvas { max-width:100%; }
@media (max-width:680px) {
  .site-header { min-height:64px; gap:7px; padding:8px 12px; }
  .nav-toggle { display:block; flex:0 0 42px; width:42px; height:42px; }
  .logo { flex:1 1 auto; min-width:0; overflow:hidden; }
  .logo-mark { width:34px; height:34px; flex:none; }
  .logo-text { min-width:0; overflow:hidden; }
  .logo-name,.logo-sub { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
  .logo-name { font-size:15px; }
  .logo-sub { font-size:9px; }
  .header-actions { flex:0 0 auto; gap:6px; }
  .header-actions .btn { display:none; }
  .lang-picker-current,.lang-picker-btn .chev { display:none; }
  .lang-picker-btn,.theme-toggle { width:42px; min-width:42px; height:42px; padding:0; justify-content:center; }
  .nav { max-height:calc(100dvh - 64px); overflow-y:auto; }
  .hero { padding:34px 0 96px; }
  .hero-inner { gap:28px; }
  .hero-copy { order:0; text-align:center; }
  .hero-copy h1 { max-width:11ch; margin-inline:auto; font-size:clamp(2.65rem,13vw,4.1rem); line-height:.98; overflow-wrap:anywhere; }
  .hero-copy .lead { margin-inline:auto; font-size:1.02rem; line-height:1.7; }
  .hero-visual { order:1; width:100%; }
  .hero-portrait { width:min(88%,390px); margin-inline:auto; }
  .hero-portrait img { aspect-ratio:4/4.25; }
  .hero-actions { display:grid; grid-template-columns:1fr; width:100%; }
  .hero-actions .btn { width:100%; }
  .hero-principles { text-align:start; }
  .section { padding-block:52px; }
  .section-head h1,.section-head h2 { font-size:clamp(2rem,10vw,3rem); overflow-wrap:anywhere; }
  .cookie-banner { inset-inline:8px; bottom:8px; width:auto; max-width:none; padding:10px 12px; display:grid; grid-template-columns:1fr; gap:8px; border-radius:14px; }
  .cookie-banner p { margin:0; font-size:11.5px; line-height:1.4; }
  .cookie-banner-actions { display:grid; grid-template-columns:1fr 1fr; width:100%; }
  .cookie-banner-actions .btn { min-height:40px;width:100%;padding:7px 8px;font-size:12px; }
  .contact-intro-media{display:none}
  .contact-form-priority{margin:24px 0 54px}
  .treatment-hero-actions{display:grid;grid-template-columns:1fr}
  .hero{min-height:auto;padding:58px 0 82px;background:linear-gradient(155deg,#f8f4ed,#fff 72%)}
  .hero-inner{display:flex;flex-direction:column;width:100%;gap:42px}
  .hero-copy,.hero-visual{width:100%;min-width:0}
  .hero-copy h1{max-width:12ch;font-size:clamp(2.75rem,12vw,3.75rem);line-height:1.02}
  .hero-copy .lead{max-width:33ch;font-size:1.03rem;line-height:1.75}
  .hero-locations{justify-content:center}
  .hero-portrait{width:min(88%,340px)}
  .hero-portrait img{aspect-ratio:4/5;border-radius:24px}
  .hero-portrait::before{border-radius:24px}
  .hero-principles{grid-template-columns:repeat(3,1fr);gap:0;text-align:center}
  .hero-principles li{padding:0 8px;border-inline-end:1px solid var(--border-subtle);font-size:.75rem}
  .hero-principles li:last-child{border:0}
}

/* Dark counterpart for the warm boutique hero. Kept last so it also wins over
   the mobile light-gradient declaration above. */
html[data-theme='dark'] .hero {
  background:
    radial-gradient(circle at 20% 24%,rgba(201,159,108,.12),transparent 36%),
    linear-gradient(125deg,#0b1d25 0%,#102832 52%,#142e36 100%);
}
html[data-theme='dark'] .hero::before {
  background:radial-gradient(circle at 20% 24%,rgba(201,159,108,.14),transparent 34%);
}
html[data-theme='dark'] .hero-portrait img {
  filter:saturate(.76) contrast(1.04) brightness(.96);
}
html[data-theme='dark'] .hero-portrait::before {
  border-color:rgba(201,159,108,.5);
}
@media (max-width:900px) {
  html[data-theme='dark'] .mobile-contact-bar {
    background:rgba(12,32,41,.96);
    border-color:var(--border-strong);
    box-shadow:0 14px 40px rgba(0,0,0,.42);
  }
  html[data-theme='dark'] .mobile-contact-bar .call {
    color:var(--text-primary);
    background:var(--bg-elevated);
  }
}
