:root {
  --ink: #10100f;
  --ink-soft: #22211f;
  --paper: #fbf8ef;
  --paper-deep: #eee4cf;
  --gold: #d4af55;
  --gold-bright: #f0d98a;
  --gold-deep: #8f681d;
  --line: rgba(16, 16, 15, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[data-lang="pl"] { display: none !important; }
html[data-lang="pl"] [data-lang="en"] { display: none !important; }
html[data-lang="pl"] [data-lang="pl"] { display: revert !important; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.5vw; background: rgba(251, 248, 239, .95); border-bottom: 1px solid rgba(143,104,29,.35); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; }
.brand-logo { width: 76px; height: 76px; object-fit: contain; mix-blend-mode: multiply; }
.footer-brand .brand-logo { width: 170px; height: auto; }
.desktop-nav { display: flex; gap: 2.1rem; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a, .text-link { border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .text-link:hover, .text-link:focus-visible { border-color: currentColor; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.25rem; }
.lang-switch { display: flex; gap: .3rem; align-items: center; color: #777168; font-size: .72rem; }
.lang-button { padding: .3rem; background: none; border: 0; color: inherit; cursor: pointer; }
.lang-button.is-active { color: var(--ink); font-weight: 800; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.25rem; background: linear-gradient(135deg, #b8892d, #e0bd62 52%, #a97925); border: 1px solid #b78b34; color: var(--ink); box-shadow: 0 8px 28px rgba(143,104,29,.18); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover, .button:focus-visible { background: transparent; color: var(--ink); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .65rem 1rem; font-size: .66rem; }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr); background: radial-gradient(circle at 20% 10%, #30260f 0, #14130f 35%, #090909 78%); color: var(--paper); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8.5rem) clamp(2rem, 6vw, 7rem); }
.eyebrow, .section-index { margin: 0 0 2.25rem; font-size: .71rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { color: var(--gold); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .93; }
h1 { max-width: 760px; font-size: clamp(3.4rem, 7.4vw, 7.75rem); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 2.1rem 0 0; color: #c8c3b8; font-size: clamp(1.05rem, 1.45vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 2.2rem; }
.hero .button { background: linear-gradient(135deg, #b98a2d, #f0d98a 54%, #aa7925); border-color: var(--gold); color: var(--ink); }
.hero .button:hover, .hero .button:focus-visible { background: transparent; color: var(--paper); }
.text-link { display: inline-flex; gap: .65rem; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-list { display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; margin: 3rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid rgba(255,255,255,.18); color: #aaa59b; list-style: none; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-list li::before { content: "·"; margin-right: .55rem; color: var(--gold); }

.hero-visual { position: relative; min-height: 680px; background: #d3c7b5; overflow: hidden; }
.hero-word { position: absolute; z-index: 0; left: -.04em; top: 2%; color: rgba(16,16,15,.1); font: 900 clamp(8rem, 18vw, 19rem)/.85 var(--sans); letter-spacing: -.09em; }
.hero-photo-wrap { position: absolute; inset: 7% 5% 4%; display: grid; place-items: center; margin: 0; background: #cfc3b2; }
.hero-team-portraits { display: grid; grid-template-columns: 1fr 1fr; width: 100%; height: 100%; overflow: hidden; background: #cfc3b2; }
.hero-photo { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.92) contrast(1.03); }
.hero-team-portraits .hero-photo:first-child { background: #eee6d8; }
.hero-team-portraits .hero-photo:last-child { background: #d3c7b5; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -170px 110px -90px rgba(10,10,9,.88); pointer-events: none; }
.hero-photo-wrap figcaption { position: absolute; z-index: 2; left: 1.4rem; bottom: 1.4rem; display: grid; color: #fff; font-family: var(--serif); font-size: 1.25rem; }
.hero-photo-wrap figcaption small { margin-top: .2rem; color: #d7d0c4; font: 600 .65rem/1.3 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.edition-label { position: absolute; right: 2.2rem; top: 2rem; padding-left: .8rem; border-left: 1px solid var(--ink); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.statement { display: grid; grid-template-columns: .45fr 1.35fr .7fr; gap: 4vw; align-items: start; padding: clamp(5.5rem, 10vw, 10rem) 5vw; border-bottom: 1px solid var(--line); }
.section-index { color: #706b62; }
.statement blockquote { margin: 0; font: 400 clamp(2.2rem, 4vw, 4.8rem)/1.08 var(--serif); letter-spacing: -.04em; }
.statement-note { margin: .5rem 0 0; color: #5f5b54; line-height: 1.75; }

.treatments { padding: clamp(5rem, 9vw, 9rem) 5vw; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; margin-bottom: clamp(3.5rem, 6vw, 6.5rem); }
.section-heading h2, .journey h2, .contact h2 { font-size: clamp(3.2rem, 6vw, 6.8rem); }
.section-heading > p { max-width: 510px; margin: 0 0 .5rem; color: #5f5b54; line-height: 1.75; }
.treatment-list { border-top: 1px solid var(--ink); }
.treatment-list details { border-bottom: 1px solid var(--line); }
.treatment-list summary { display: grid; grid-template-columns: 64px 1fr 36px; align-items: center; min-height: 94px; padding: 0 1rem 0 0; list-style: none; cursor: pointer; font: 400 clamp(1.35rem, 2.3vw, 2.4rem)/1.2 var(--serif); }
.treatment-list summary::-webkit-details-marker { display: none; }
.service-no { color: #8a847a; font: 700 .68rem/1 var(--sans); letter-spacing: .12em; }
.plus { position: relative; width: 24px; height: 24px; justify-self: end; }
.plus::before, .plus::after { content: ""; position: absolute; left: 3px; right: 3px; top: 11px; height: 1px; background: var(--ink); transition: transform .2s; }
.plus::after { transform: rotate(90deg); }
details[open] .plus::after { transform: rotate(0); }
.service-body { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 1rem; padding: 0 1rem 2rem 0; }
.service-body::before { content: ""; }
.service-body p { max-width: 760px; margin: 0; color: #5d5952; line-height: 1.75; }
.service-tag { align-self: start; padding-top: .15rem; color: #777168; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.packages { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 9rem) 5vw; background: #0c0c0b; color: var(--paper); }
.packages::before { content: "CHIC"; position: absolute; right: -.03em; top: -.12em; color: rgba(212,175,85,.07); font: 900 clamp(10rem, 24vw, 25rem)/1 var(--sans); letter-spacing: -.1em; }
.package-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem 8vw; align-items: end; margin-bottom: 4rem; }
.package-heading .section-index { grid-column: 1 / -1; margin-bottom: 0; color: var(--gold); }
.package-heading h2 { font-size: clamp(3.2rem, 6vw, 6.8rem); }
.package-heading > p:last-child { max-width: 520px; margin: 0 0 .5rem; color: #c6bda9; line-height: 1.75; }
.package-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.4rem; }
.package-card { display: flex; flex-direction: column; padding: clamp(1.5rem, 3.5vw, 3.6rem); border: 1px solid rgba(212,175,85,.52); background: linear-gradient(145deg, rgba(45,37,20,.78), rgba(16,16,15,.96)); }
.package-card-annual { background: linear-gradient(145deg, #ead18a 0, #bd8f32 50%, #7f5918 100%); color: #11100e; }
.package-topline { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid currentColor; opacity: .68; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.package-kicker { margin: 2rem 0 .65rem; color: var(--gold-bright); font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.package-card-annual .package-kicker { color: #4d350e; }
.package-card h3 { max-width: 720px; margin: 0 0 2rem; font: 400 clamp(2.2rem, 4vw, 4.3rem)/1.02 var(--serif); letter-spacing: -.04em; }
.package-list, .annual-benefits { margin: auto 0 0; padding: 0; list-style: none; }
.package-list li { display: grid; grid-template-columns: 1fr auto; gap: .8rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.package-list strong { color: var(--gold-bright); }
.annual-counts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: auto 0 1.5rem; }
.annual-counts div { display: grid; align-content: start; min-height: 140px; padding: 1rem; border: 1px solid rgba(16,16,15,.35); }
.annual-counts strong { font: 400 2.8rem/1 var(--serif); }
.annual-counts span { margin-top: .6rem; font-size: .76rem; font-weight: 700; line-height: 1.35; }
.annual-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1.5rem; }
.annual-benefits li::before { content: "◆"; margin-right: .55rem; font-size: .5rem; }
.package-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .2rem 1rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.24); }
.package-price > div { display: grid; color: #bdb5a5; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.package-price s { margin-top: .2rem; font-size: 1rem; }
.package-price > strong { font: 400 clamp(3.3rem, 6vw, 6rem)/.85 var(--serif); color: var(--gold-bright); }
.package-price small { grid-column: 2; text-align: right; color: var(--gold-bright); font-weight: 800; text-transform: uppercase; }
.annual-price { border-color: rgba(16,16,15,.35); }
.annual-price > div { color: #4d3a19; }
.annual-price > strong, .annual-price small { color: #11100e; }
.button-gold { width: 100%; margin-top: 1.5rem; background: var(--gold-bright); border-color: var(--gold-bright); }
.package-card-annual .button-gold { background: #11100e; border-color: #11100e; color: #fff; box-shadow: none; }
.package-terms { position: relative; z-index: 1; max-width: 1120px; margin: 2rem auto 0; color: #9d9689; font-size: .78rem; text-align: center; }

.practice { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); min-height: 720px; background: var(--paper-deep); }
.practice-photo-wrap { position: relative; min-height: 720px; margin: 0; overflow: hidden; background: var(--ink); }
.practice-photo-wrap img { width: 100%; height: 100%; padding: clamp(.75rem, 2vw, 1.5rem); object-fit: contain; object-position: center; background: #171612; filter: saturate(.9) contrast(1.02); }
.practice-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(16,16,15,.7)); pointer-events: none; }
.practice-photo-wrap figcaption { position: absolute; z-index: 2; left: 2rem; bottom: 1.8rem; color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.practice-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3.5rem, 7vw, 8rem); }
.practice-copy h2 { margin: 0; font: 400 clamp(3.2rem, 6vw, 6.8rem)/.93 var(--serif); letter-spacing: -.045em; }
.practice-copy h2 em { color: var(--gold); font-weight: 400; }
.practice-copy > p:last-child { max-width: 560px; margin: 2.2rem 0 0; color: #5d5952; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.75; }

.clinic-strip { position: relative; min-height: min(70vw, 700px); margin: 0; overflow: hidden; background: var(--ink); }
.clinic-strip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.58) contrast(1.08) brightness(.78); }
.clinic-strip::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,16,15,.64), transparent 62%); }
.clinic-caption { position: absolute; z-index: 2; left: 5vw; bottom: 4.5vw; display: grid; color: #fff; font: 400 clamp(2.4rem, 5vw, 5.8rem)/1 var(--serif); letter-spacing: -.04em; }
.clinic-caption small { margin-top: .8rem; color: var(--gold); font: 700 .7rem/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; }

.team { padding: clamp(5rem, 9vw, 9rem) 5vw; background: var(--paper-deep); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 5rem); }
.team-card { display: grid; grid-template-columns: 1fr; min-height: 0; background: var(--paper); }
.team-card img { width: 100%; min-height: 0; height: auto; aspect-ratio: 4 / 5; padding: .75rem; object-fit: contain; object-position: center; background: #d7cfc0; }
.team-card img { filter: saturate(.88) contrast(1.02); }
.team-card img.team-kasia, .team-card img.team-magda { object-position: center; }
.team-copy { align-self: end; padding: clamp(1.5rem, 3vw, 3rem); }
.role { color: #756f65; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.team-copy h3 { margin: .6rem 0 1.2rem; font: 400 clamp(2rem, 3vw, 3.4rem)/1 var(--serif); letter-spacing: -.04em; }
.team-copy > p:last-child { margin-bottom: 0; color: #5d5952; }

.journey { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: clamp(5rem, 9vw, 9rem) 5vw; background: var(--ink); color: var(--paper); }
.journey ol { margin: 0; padding: 0; list-style: none; }
.journey li { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.journey li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.journey li > span { color: var(--gold); font-size: .7rem; font-weight: 800; }
.journey h3 { margin: 0 0 .35rem; font: 400 2rem/1 var(--serif); }
.journey li p { margin: 0; color: #aaa59b; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; padding: clamp(5rem, 10vw, 10rem) 5vw; background: linear-gradient(135deg, #f1dda0 0, #c4973e 52%, #a27323 100%); }
.contact-main > p:not(.section-index) { max-width: 540px; margin: 2rem 0; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: transparent; color: var(--ink); border-color: var(--ink); }
.contact-details { align-self: end; display: grid; gap: 2rem; font-style: normal; }
.contact-details > div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(16,16,15,.35); }
.contact-label { font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details a { width: max-content; max-width: 100%; }
.contact-details a:hover, .contact-details a:focus-visible { text-decoration: underline; text-underline-offset: .25rem; }
.contact-details div:last-child a { display: inline-block; margin-right: 1.1rem; }

.disclaimer { padding: 2.5rem 5vw; background: #e2dbc9; color: #666158; font-size: .78rem; }
.disclaimer p { max-width: 1100px; margin: 0 auto; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; padding: 2.5rem 5vw; background: var(--paper); border-top: 1px solid var(--line); color: #6f6a62; font-size: .72rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.consultant { position: fixed; z-index: 80; right: 1.25rem; bottom: 1.25rem; }
.consultant-launch { display: flex; align-items: center; gap: .75rem; min-width: 190px; padding: .7rem 1rem .7rem .7rem; border: 1px solid var(--gold); border-radius: 999px; background: #11100e; color: #fff; box-shadow: 0 16px 50px rgba(0,0,0,.3); cursor: pointer; text-align: left; }
.consultant-launch > span:last-child, .consultant-panel header > div > span:last-child { display: grid; }
.consultant-launch strong { font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.consultant-launch small, .consultant-panel header small { color: #c9b985; font-size: .68rem; }
.consultant-avatar { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(145deg, #f2df9b, #b68429); color: #111; font: 700 1.1rem/1 var(--serif); }
.consultant-panel { position: absolute; right: 0; bottom: 0; width: min(380px, calc(100vw - 2rem)); max-height: min(650px, calc(100vh - 2rem)); overflow: hidden; border: 1px solid #b88a31; background: #fbf8ef; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.consultant-panel header { display: flex; align-items: center; justify-content: space-between; padding: 1rem; background: #11100e; color: #fff; }
.consultant-panel header > div { display: flex; align-items: center; gap: .7rem; }
.consultant-close { width: 38px; height: 38px; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 1.8rem; }
.consultant-messages { display: flex; flex-direction: column; gap: .75rem; min-height: 250px; max-height: 360px; overflow-y: auto; padding: 1rem; }
.chat-message { max-width: 88%; padding: .8rem 1rem; border-radius: 14px 14px 14px 2px; background: #ebe2cd; color: #28251f; font-size: .88rem; line-height: 1.45; }
.chat-message.user { align-self: flex-end; border-radius: 14px 14px 2px 14px; background: #171611; color: #fff; }
.chat-message a { color: #76520e; font-weight: 800; text-decoration: underline; text-underline-offset: .18rem; }
.consultant-prompts { display: flex; gap: .4rem; overflow-x: auto; padding: 0 1rem .7rem; }
.consultant-prompts button { flex: 0 0 auto; padding: .55rem .7rem; border: 1px solid #caa84f; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; }
.consultant-form { display: grid; grid-template-columns: 1fr 44px; gap: .5rem; padding: .8rem 1rem; border-top: 1px solid rgba(16,16,15,.14); }
.consultant-form input { min-width: 0; min-height: 44px; padding: .7rem; border: 1px solid #a99a78; background: #fff; font-size: 1rem; }
.consultant-form button { border: 0; background: linear-gradient(145deg, #e4c56d, #a87825); color: #111; cursor: pointer; font-size: 1.3rem; }
.consultant-note { margin: 0; padding: 0 1rem .9rem; color: #756f64; font-size: .66rem; line-height: 1.4; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 5vw; }
  .practice { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding: .65rem 1rem; }
  .brand-logo { width: 56px; height: 56px; }
  .header-actions { gap: .65rem; }
  .button-small { min-height: 40px; max-width: 155px; padding: .55rem .75rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding: 5rem 1.35rem 4rem; }
  h1 { font-size: clamp(3.4rem, 16vw, 5.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { gap: .6rem; }
  .hero-visual { min-height: 570px; }
  .hero-photo-wrap { inset: 6% 4% 5%; }
  .hero-team-portraits { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .hero-team-portraits .hero-photo { object-fit: contain; object-position: center; }
  .edition-label { right: 1rem; top: 1rem; }
  .statement, .section-heading, .package-heading, .journey, .contact { grid-template-columns: 1fr; }
  .statement { gap: 2rem; padding-inline: 1.35rem; }
  .treatments, .team, .journey, .contact { padding-left: 1.35rem; padding-right: 1.35rem; }
  .section-heading { gap: 2rem; }
  .treatment-list summary { grid-template-columns: 42px 1fr 28px; min-height: 82px; padding-right: 0; }
  .service-body { grid-template-columns: 42px 1fr; padding-right: 0; }
  .service-tag { grid-column: 2; }
  .practice { grid-template-columns: 1fr; }
  .practice-photo-wrap { min-height: 520px; }
  .practice-copy { padding: 4.5rem 1.35rem; }
  .clinic-strip { min-height: 520px; }
  .team-card { grid-template-columns: 1fr; }
  .team-card img { min-height: 0; max-height: none; }
  .annual-counts { grid-template-columns: 1fr; }
  .annual-counts div { min-height: 0; }
  .annual-benefits { grid-template-columns: 1fr; }
  .contact-details { margin-top: 1.5rem; }
  .consultant { right: .75rem; bottom: .75rem; }
  .consultant-launch { min-width: 0; }
  .consultant-panel { right: 0; bottom: 0; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
}

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