:root {
  --ink: #101010;
  --ink-soft: #20201e;
  --paper: #ffffff;
  --fog: #f5f5f3;
  --mist: #e8e8e4;
  --line: #dadad5;
  --muted: #676762;
  --max: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; z-index: 9999; left: -999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { left: 16px; top: 16px; width: auto; height: auto; padding: 10px 14px; color: #fff; background: #000; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow, .footer-kicker { margin: 0 0 13px; color: var(--muted); font-size: .69rem; font-weight: 700; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: #dadad5; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
h1 { font-size: clamp(3.25rem, 6.6vw, 6.3rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.55rem); }
h3 { font-size: 1.65rem; }
p { margin: 0 0 1.2rem; }
.lead { max-width: 690px; color: #3c3c38; font-size: 1.1rem; line-height: 1.68; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 21px; color: #fff; background: var(--ink); border: 1px solid var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .095em; text-transform: uppercase; transition: color .22s ease, background .22s ease, transform .22s ease; }
.button:hover { color: var(--ink); background: transparent; transform: translateY(-2px); }
.button-small { min-height: 41px; padding: 10px 15px; font-size: .65rem; }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-light:hover { color: #fff; background: transparent; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.72); background: transparent; }
.button-ghost:hover { color: var(--ink); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 700; letter-spacing: .085em; line-height: 1.3; text-transform: uppercase; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: transform .2s ease; }
.text-link-light { color: #fff; }
.button-link-light { display: inline-block; margin: 14px 0 0 18px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.65); font-size: .82rem; }
.utility-bar { background: #000; color: #fff; font-size: .69rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; gap: 22px; letter-spacing: .03em; }
.utility-inner a { opacity: .88; }
.utility-inner a:hover { opacity: 1; }
.utility-socials { margin-left: auto; display: flex; gap: 16px; }
.site-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.nav-wrap { min-height: 124px; display: flex; align-items: center; gap: 32px; }
.brand { display: block; width: 340px; flex: 0 0 340px; }
.brand .custom-logo-link { display: block; }
.brand .custom-logo, .brand > img { width: 100%; max-width: 340px; max-height: 106px; object-fit: contain; object-position: left center; }
.brand .brand-logo-image { height: auto; aspect-ratio: 1100 / 340; object-fit: contain; }
.primary-nav { margin-left: auto; }
.menu { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.menu a { position: relative; padding: 10px 0; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.menu a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: #111; content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.menu a:hover::after, .current-menu-item > a::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: #111; }

/* Home hero */
.hero-video { position: relative; min-height: clamp(650px, calc(100vh - 150px), 900px); overflow: hidden; color: #fff; background: #151513; }
.hero-video-panel { position: absolute; inset: 0 0 0 0; width: 67%; overflow: hidden; background: #242421; }
.hero-video-media { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .78; }
.hero-video-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.56) 54%, rgba(0,0,0,.28) 100%); }
.hero-grid { position: relative; z-index: 1; min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); align-items: stretch; }
.hero-copy-panel { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 86px 0 54px; }
.hero-copy-panel h1 { max-width: 770px; }
.hero-copy-panel h1 span { display: block; color: #dadad6; }
.hero-copy { max-width: 555px; margin-top: 26px; color: #f3f3f0; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-meta { display: flex; width: min(100%, 760px); margin-top: 68px; border-top: 1px solid rgba(255,255,255,.42); }
.hero-meta > div { width: 33.333%; padding: 16px 24px 0 0; }
.hero-meta strong { display: block; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.hero-meta span { display: block; margin-top: 3px; color: #e1e1de; font-size: .66rem; letter-spacing: .04em; }
.hero-doctor-panel { position: relative; z-index: 2; align-self: end; min-height: 580px; overflow: hidden; background: #f2f2ee; }
.hero-doctor-panel::before { position: absolute; z-index: 1; top: 27px; right: 28px; width: 75px; height: 75px; border-top: 1px solid #666; border-right: 1px solid #666; content: ''; }
.hero-doctor-panel > img { position: absolute; right: 50%; bottom: 0; width: 140%; max-width: none; height: 100%; object-fit: cover; object-position: 53% 50%; transform: translateX(50%); filter: grayscale(8%) contrast(1.02); }
.hero-doctor-caption { position: absolute; z-index: 2; top: 35px; left: 36px; color: #111; }
.hero-doctor-caption span { display: block; margin-bottom: 3px; font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.hero-doctor-caption strong { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: -.04em; }
.hero-sound-note { position: absolute; z-index: 2; right: 24px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 0; color: rgba(255,255,255,.75); background: transparent; border: 0; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.hero-sound-note i { color: #fff; font-size: .5rem; }

.section { padding: 112px 0; }
.section-soft { background: var(--fog); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(42px, 8vw, 140px); align-items: center; }
.split-intro { align-items: stretch; }
.intro-art { min-height: 580px; margin: 0; overflow: hidden; background: #e6e6e1; }
.intro-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.intro-art:hover img { transform: scale(1.04); }
.intro-section h2 { max-width: 550px; margin-bottom: 22px; }
.tick-list { padding: 2px 0 8px; margin: 27px 0; list-style: none; border-top: 1px solid var(--line); }
.tick-list li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); }
.tick-list li::before { position: absolute; left: 0; content: '✦'; }
.section-dark { color: #fff; background: #111110; }
.services-preview { padding-bottom: 120px; }
.section-heading { margin-bottom: 47px; }
.section-heading h2 { max-width: 790px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.service-grid { display: grid; border-top: 1px solid rgba(255,255,255,.29); border-left: 1px solid rgba(255,255,255,.29); }
.service-grid-six { grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; min-height: 304px; padding: 28px 28px 32px; color: #fff; border-right: 1px solid rgba(255,255,255,.29); border-bottom: 1px solid rgba(255,255,255,.29); transition: background .28s ease, transform .28s ease; }
.service-card:hover { color: #111; background: #fff; transform: translateY(-5px); }
.service-icon { display: block; width: 42px; height: 42px; color: #d1d1cb; transition: color .28s ease, transform .28s ease; }
.service-card:hover .service-icon { color: #111; transform: rotate(-6deg); }
.service-icon-svg { width: 100%; height: 100%; }
.service-card h3 { margin: 53px 0 15px; font-size: 1.75rem; }
.service-card p { max-width: 330px; margin-bottom: 0; color: #d6d6d1; font-size: .9rem; transition: color .28s ease; }
.service-card:hover p { color: #484844; }
.service-card-arrow { position: absolute; right: 28px; bottom: 26px; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.service-card:hover .service-card-arrow { opacity: 1; transform: translate(3px, -3px); }

.clinical-strip { overflow: hidden; background: #f2f2ef; }
.clinical-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; }
.clinical-copy { padding: clamp(70px, 9vw, 132px) clamp(30px, 7vw, 112px) clamp(70px, 9vw, 132px) 0; }
.clinical-copy h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 3.6vw, 4.1rem); }
.clinical-copy p:not(.eyebrow) { max-width: 500px; }
.clinical-images { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.clinical-images img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; filter: saturate(.9); transition: transform .7s ease; }
.clinical-images img:hover { transform: scale(1.03); }
.feature-quote { color: #fff; background: #292927; }
.feature-quote-inner { padding: 98px 0; text-align: center; }
.quote-mark { height: 48px; margin: 0; color: #d1d1cc; font-family: var(--serif); font-size: 8rem; line-height: .95; }
.feature-quote blockquote { max-width: 1010px; margin: 0 auto; font-family: var(--serif); font-size: clamp(2rem, 3.55vw, 3.6rem); line-height: 1.14; letter-spacing: -.04em; }
.quote-source { margin: 28px 0 0; color: #d8d8d2; font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.quote-source span { padding: 0 8px; }
.why-section h2 { margin-bottom: 22px; }
.progress-list { align-self: stretch; padding: 44px; background: var(--fog); }
.progress-item + .progress-item { margin-top: 29px; }
.progress-label { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 9px; font-size: .82rem; font-weight: 700; }
.progress-track { height: 3px; overflow: hidden; background: #d2d2cd; }
.progress-track span { display: block; width: 0; height: 100%; background: #111; transition: width 1.3s cubic-bezier(.2,.7,.2,1) .2s; }
.progress-list.is-visible .progress-track span { width: var(--progress); }
.care-note { display: flex; gap: 14px; margin-top: 45px; padding-top: 24px; border-top: 1px solid #d0d0cb; }
.care-note span { font-size: 1.1rem; }
.care-note p { margin: 0; font-size: .9rem; }
.booking-banner { color: #fff; background: #101010; }
.booking-banner-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: center; padding: 76px 0; }
.booking-banner h2 { max-width: 560px; }
.booking-banner-grid > div > p:not(.eyebrow) { max-width: 520px; color: #deded9; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: var(--fog); }
.testimonial-card p { color: #272724; font-family: var(--serif); font-size: 1.25rem; line-height: 1.38; letter-spacing: -.02em; }
.testimonial-card footer { color: #555551; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-card footer span { display: block; margin-top: 2px; color: #777773; font-weight: 400; }
.faq-section { background: #f9f9f7; }
.faq-grid { align-items: start; }
.faq-grid h2 { margin-bottom: 18px; }
.accordion { border-top: 1px solid #cfcfca; }
.accordion-item { border-bottom: 1px solid #cfcfca; }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); background: transparent; border: 0; text-align: left; font-size: .95rem; font-weight: 700; }
.accordion-item button span:last-child { font-size: 1.4rem; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion-panel > p { overflow: hidden; margin: 0; color: #50504c; font-size: .92rem; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding-bottom: 22px; }
.accordion-item.is-open button span:last-child { transform: rotate(45deg); }
.gallery-section { padding: 105px 0 0; }
.gallery-heading { margin-bottom: 42px; }
.gallery-heading h2 { margin-bottom: 16px; }
.gallery-heading p:last-child { max-width: 600px; color: #60605c; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: #e4e4e0; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.06); filter: grayscale(.15); }
.gallery-item span { position: absolute; right: 15px; bottom: 13px; padding: 8px 10px; color: #fff; background: rgba(0,0,0,.72); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: translateY(0); }
.gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-row: span 2; }
.gallery-item:nth-child(4), .gallery-item:nth-child(10) { grid-column: span 2; }

.site-footer { color: #d8d8d3; background: #0c0c0c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 70px; padding: 77px 0 55px; }
.footer-kicker { color: #a8a8a2; }
.site-footer h2 { max-width: 440px; margin-bottom: 18px; color: #fff; font-size: 2.2rem; }
.site-footer p { color: #c1c1bb; font-size: .9rem; }
.site-footer section > p a { text-decoration: underline; text-underline-offset: 3px; }
.footer-socials { display: flex; gap: 16px; margin-top: 20px; color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0 23px; border-top: 1px solid #30302e; }
.footer-bottom p { margin: 0; color: #9b9b95; font-size: .7rem; }
.whatsapp-float { position: fixed; z-index: 25; right: 20px; bottom: 20px; padding: 12px 17px; color: #fff; background: #111; box-shadow: 0 7px 22px rgba(0,0,0,.18); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { background: #333; transform: translateY(-3px); }

/* Page templates */
.page-hero { color: #fff; background: #20201e; }
.page-hero .container { padding-top: 116px; padding-bottom: 98px; }
.page-hero h1 { max-width: 900px; }
.page-hero p:not(.eyebrow) { max-width: 660px; margin-top: 24px; color: #deded9; font-size: 1.15rem; }
.services-hero { background: linear-gradient(120deg, #151513, #474743); }
.contact-hero { background: linear-gradient(120deg, #222220, #464640); }
.booking-hero { background: linear-gradient(120deg, #171716, #383835); }
.page-hero-simple { color: #111; background: var(--fog); }
.page-hero-simple .container { padding-top: 75px; padding-bottom: 70px; }
.page-hero-simple p:not(.eyebrow) { color: #555; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 8% 37% 1fr; gap: 32px; padding: 52px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.service-detail-number { color: #696965; font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.service-page-icon { display: block; width: 39px; height: 39px; margin-bottom: 24px; color: #111; }
.service-detail h2 { font-size: 2.05rem; }
.service-detail .lead { margin-top: 11px; font-size: 1.02rem; }
.service-detail ul { margin: 0; padding: 0; list-style: none; }
.service-detail li { position: relative; padding: 0 0 11px 20px; color: #383835; }
.service-detail li::before { position: absolute; left: 0; content: '•'; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.contact-details h2, .contact-form-wrap h2 { margin-bottom: 25px; }
.contact-detail { padding: 17px 0; border-top: 1px solid var(--line); }
.contact-detail span { display: block; margin-bottom: 7px; color: #6a6a65; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-detail p { margin: 0; }
.contact-detail a:not(.text-link) { text-decoration: underline; text-underline-offset: 3px; }
.contact-form-wrap { padding: 42px; background: var(--fog); }
.contact-form-wrap > p:not(.eyebrow) { max-width: 600px; }
.contact-form { margin-top: 26px; }
.contact-form p { margin-bottom: 17px; }
.contact-form label { display: block; margin-bottom: 6px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 12px; color: #111; background: #fff; border: 1px solid #d1d1cc; border-radius: 0; outline: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #111; box-shadow: 0 0 0 1px #111; }
.contact-form textarea { resize: vertical; }
.general-enquiry-notice { display: grid; grid-template-columns: auto 1fr; gap: 7px 12px; margin: 23px 0 2px; padding: 15px 16px; color: #3c3c38; background: #fff; border: 1px solid var(--line); font-size: .86rem; line-height: 1.5; }
.general-enquiry-notice strong { color: var(--ink); font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
.general-enquiry-notice a { grid-column: 2; width: fit-content; margin-top: 2px; color: var(--ink); border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-map-section { padding: 0; }
.contact-map-grid { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); min-height: 470px; align-items: stretch; }
.contact-map-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(52px, 7vw, 102px) clamp(28px, 5vw, 80px) clamp(52px, 7vw, 102px) 0; }
.contact-map-copy h2 { max-width: 490px; margin-bottom: 22px; }
.contact-map-copy p:not(.eyebrow) { max-width: 430px; }
.contact-map-copy .button { margin-top: 8px; }
.contact-map-frame { min-height: 470px; overflow: hidden; background: #e9e9e5; }
.contact-map-frame iframe { display: block; width: 100%; height: 100%; min-height: 470px; border: 0; }
.form-notice { padding: 12px 15px; margin: 20px 0; font-size: .88rem; }
.form-notice.success { color: #183b26; background: #e4f0e7; border: 1px solid #92b99c; }
.form-notice.error { color: #6a1c1c; background: #f6e6e4; border: 1px solid #d7a3a0; }
.booking-page-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 8vw, 130px); align-items: center; }
.booking-page-grid h2 { margin-bottom: 22px; }
.small-note { margin-top: 13px; color: #6a6a65; font-size: .78rem; }
.booking-steps { border-top: 1px solid var(--line); }
.booking-steps article { display: grid; grid-template-columns: 58px 1fr; column-gap: 19px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.booking-steps span { grid-row: span 2; padding-top: 4px; color: #666661; font-size: .73rem; font-weight: 700; letter-spacing: .1em; }
.booking-steps h3 { margin-bottom: 6px; font-size: 1.55rem; }
.booking-steps p { margin: 0; color: #555550; }
.centred-copy { max-width: 730px; text-align: center; }
.centred-copy h2 { margin-bottom: 18px; }
.centred-copy a:not(.text-link) { text-decoration: underline; text-underline-offset: 3px; }
.article-list { max-width: 830px; }
.article-card { padding: 30px 0; border-top: 1px solid var(--line); }
.article-card:last-child { border-bottom: 1px solid var(--line); }
.article-card h2 { margin-bottom: 15px; font-size: 2.1rem; }
.prose { max-width: 800px; }
.lightbox { position: fixed; z-index: 120; inset: 0; display: none; align-items: center; justify-content: center; padding: 40px; background: rgba(0,0,0,.9); }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(100%, 1200px); max-height: calc(100vh - 80px); object-fit: contain; }
.lightbox-close { position: absolute; top: 16px; right: 20px; color: #fff; background: transparent; border: 0; font-size: 2.6rem; font-weight: 200; line-height: 1; }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.service-grid [data-reveal]:nth-child(2), .testimonial-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.service-grid [data-reveal]:nth-child(3), .testimonial-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }
.service-grid [data-reveal]:nth-child(4) { transition-delay: .24s; }
.service-grid [data-reveal]:nth-child(5) { transition-delay: .32s; }
.service-grid [data-reveal]:nth-child(6) { transition-delay: .4s; }
.hero-doctor-panel.is-visible img { animation: doctorIn .9s cubic-bezier(.18,.75,.22,1) both; }
@keyframes doctorIn { from { opacity: 0; transform: translate(50%, 28px) scale(1.02); } to { opacity: 1; transform: translate(50%, 0) scale(1); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .nav-wrap { min-height: 108px; gap: 20px; }
  .brand { width: 295px; flex-basis: 295px; }
  .brand .custom-logo, .brand > img { max-width: 295px; max-height: 92px; }
  .menu { gap: 16px; }
  .desktop-book { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }
  .service-grid-six { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
  .service-detail { grid-template-columns: 8% 39% 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .utility-inner { min-height: 31px; gap: 13px; font-size: .62rem; }
  .utility-inner a:nth-child(2) { display: none; }
  .utility-socials { gap: 11px; }
  .nav-wrap { position: relative; min-height: 112px; justify-content: center; padding: 10px 54px 10px 0; }
  .brand { width: min(calc(100% - 2px), 310px); flex: 0 1 310px; margin: 0 auto; }
  .brand .custom-logo, .brand > img { width: 100%; max-width: 310px; max-height: none; }
  .brand .brand-logo-image { min-height: 78px; }
  .menu-toggle { position: absolute; right: 0; top: 50%; display: block; margin: 0; transform: translateY(-50%); }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; margin: 0; padding: 15px 16px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 20px rgba(0,0,0,.1); }
  .primary-nav.is-open { display: block; }
  .menu { display: block; }
  .menu li { border-bottom: 1px solid #e5e5e1; }
  .menu a { display: block; padding: 14px 0; }
  .menu a::after { display: none; }
  .hero-video { min-height: 760px; }
  .hero-video-panel { width: 100%; }
  .hero-video-shade { background: linear-gradient(180deg, rgba(0,0,0,.76), rgba(0,0,0,.48) 60%, rgba(0,0,0,.12)); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy-panel { justify-content: flex-start; padding: 80px 0 18px; }
  .hero-copy-panel h1 { max-width: 670px; }
  .hero-meta { margin-top: 46px; }
  .hero-doctor-panel { min-height: 410px; width: min(100%, 470px); justify-self: end; }
  .hero-doctor-panel > img { width: 125%; object-position: 55% 50%; }
  .hero-doctor-caption { top: 24px; left: 25px; }
  .hero-sound-note { display: none; }
  .section { padding: 78px 0; }
  .split, .booking-banner-grid, .contact-grid, .booking-page-grid, .contact-map-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact-map-copy { padding: 64px 0 20px; }
  .contact-map-frame, .contact-map-frame iframe { min-height: 360px; }
  .intro-art { min-height: 410px; }
  .section-heading-row { display: block; }
  .section-heading-row .text-link { margin-top: 20px; }
  .clinical-grid { grid-template-columns: 1fr; }
  .clinical-copy { padding: 76px 0 48px; }
  .clinical-images { min-height: 420px; }
  .clinical-images img { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-grid > :first-child { grid-column: span 2; }
  .service-detail { grid-template-columns: 8% 1fr; gap: 22px; }
  .service-detail > ul { grid-column: 2; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-row: span 1; }
  .gallery-item:nth-child(4), .gallery-item:nth-child(10) { grid-column: span 1; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .nav-wrap { min-height: 104px; padding-right: 50px; }
  .brand { width: min(calc(100% - 2px), 288px); flex-basis: 288px; }
  .brand .brand-logo-image { min-height: 72px; }
  .contact-map-copy { padding-top: 54px; }
  .contact-map-frame, .contact-map-frame iframe { min-height: 300px; }
  .general-enquiry-notice { grid-template-columns: 1fr; }
  .general-enquiry-notice a { grid-column: 1; }
  .hero-video { min-height: 755px; }
  .hero-copy-panel { padding-top: 62px; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { margin-top: 26px; }
  .hero-meta { margin-top: 38px; }
  .hero-meta > div { padding: 12px 9px 0 0; }
  .hero-meta strong { font-size: 1.05rem; }
  .hero-meta span { font-size: .56rem; }
  .hero-doctor-panel { min-height: 310px; width: min(100%, 345px); }
  .hero-doctor-panel::before { top: 18px; right: 18px; width: 48px; height: 48px; }
  .hero-doctor-caption { top: 18px; left: 19px; }
  .hero-doctor-caption strong { font-size: 1.15rem; }
  .service-grid-six { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-card h3 { margin-top: 34px; }
  .clinical-images { min-height: 320px; }
  .clinical-images img { min-height: 320px; }
  .booking-banner-grid { padding: 62px 0; }
  .button-link-light { display: block; width: fit-content; margin-left: 0; }
  .progress-list, .contact-form-wrap { padding: 27px; }
  .gallery-grid { grid-auto-rows: 180px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: span 1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 5px; }
  .whatsapp-float { right: 12px; bottom: 12px; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail > ul { grid-column: auto; }
  .service-detail-number { margin-bottom: -5px; }
  .lightbox { padding: 20px; }
}

/* v1.2 — Live editor refinements */
.form-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.gallery-grid-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; }
.gallery-grid-grid .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
.smile-space-admin-guide { max-width: 880px; }
.smile-space-admin-guide .button-hero { margin-top: 6px; }

@media (max-width: 820px) {
  .gallery-grid-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
}
@media (max-width: 560px) {
  .gallery-grid-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
}

/* v1.3 — Smile Space Studio: global design system and flexible rows */
:root { --ink:var(--ss-text); --ink-soft:var(--ss-primary); --paper:var(--ss-bg); --fog:var(--ss-surface); --mist:var(--ss-surface); --line:var(--ss-line); --muted:var(--ss-muted); --serif:var(--ss-heading-font); --sans:var(--ss-body-font); }
body { font-family:var(--ss-body-font); font-size:calc(16px * var(--ss-body-scale)); }
h1,h2,h3,h4 { font-family:var(--ss-heading-font); }
h1 { font-size:calc(clamp(3.25rem, 6.6vw, 6.3rem) * var(--ss-heading-scale)); }
h2 { font-size:calc(clamp(2.2rem, 4.2vw, 4.55rem) * var(--ss-heading-scale)); }
h3 { font-size:calc(1.65rem * var(--ss-heading-scale)); }
.button { border-radius:var(--ss-radius); color:var(--ss-primary-contrast); background:var(--ss-primary); border-color:var(--ss-primary); transition-duration:var(--ss-motion); }
.button:hover { color:var(--ss-primary); }
.button-light { color:var(--ss-primary); background:var(--ss-primary-contrast); border-color:var(--ss-primary-contrast); }
.button-light:hover { color:var(--ss-primary-contrast); }
.utility-bar { background:var(--ss-dark); }.site-header{background:var(--ss-bg)}.section-dark,.booking-banner,.site-footer { background:var(--ss-dark); }.section { padding-top:var(--ss-section-space);padding-bottom:var(--ss-section-space); }
.ss-header-static .site-header.is-sticky{position:relative;box-shadow:none}.ss-builder-section.ss-padding-compact > section:not(.hero){padding-top:calc(var(--ss-section-space) * .62);padding-bottom:calc(var(--ss-section-space) * .62)}.ss-builder-section.ss-padding-spacious > section:not(.hero){padding-top:calc(var(--ss-section-space) * 1.36);padding-bottom:calc(var(--ss-section-space) * 1.36)}
.ss-builder-section.ss-style-light > section:not(.hero){background:var(--ss-bg);color:var(--ss-text)}.ss-builder-section.ss-style-soft > section:not(.hero){background:var(--ss-surface);color:var(--ss-text)}.ss-builder-section.ss-style-dark > section:not(.hero){background:var(--ss-dark);color:var(--ss-primary-contrast)}.ss-builder-section.ss-style-dark .eyebrow,.ss-builder-section.ss-style-dark .lead,.ss-builder-section.ss-style-dark p{color:color-mix(in srgb,var(--ss-primary-contrast) 76%,transparent)}.ss-builder-section.ss-style-dark .text-link{color:var(--ss-primary-contrast)}.ss-builder-section.ss-style-dark .service-card{background:color-mix(in srgb,var(--ss-primary-contrast) 6%,transparent);border-color:color-mix(in srgb,var(--ss-primary-contrast) 18%,transparent)}
.ss-builder-section[data-section-animation="fade"] > section,.ss-builder-section[data-section-animation="slide-up"] > section,.ss-builder-section[data-section-animation="slide-left"] > section,.ss-builder-section[data-section-animation="slide-right"] > section,.ss-builder-section[data-section-animation="zoom"] > section{transition:opacity var(--ss-motion) cubic-bezier(.2,.7,.2,1),transform var(--ss-motion) cubic-bezier(.2,.7,.2,1)}.ss-builder-section[data-section-animation="fade"] > section{opacity:0}.ss-builder-section[data-section-animation="slide-up"] > section{opacity:0;transform:translateY(34px)}.ss-builder-section[data-section-animation="slide-left"] > section{opacity:0;transform:translateX(-34px)}.ss-builder-section[data-section-animation="slide-right"] > section{opacity:0;transform:translateX(34px)}.ss-builder-section[data-section-animation="zoom"] > section{opacity:0;transform:scale(.97)}.ss-builder-section.is-visible > section{opacity:1!important;transform:none!important}
.ss-custom-feature{background:var(--ss-bg)}.ss-feature-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(38px,8vw,130px);align-items:center}.ss-feature-image{min-height:440px;margin:0;background:var(--ss-surface);overflow:hidden}.ss-feature-image img{width:100%;height:100%;object-fit:cover}.ss-feature-image-right .ss-feature-image{order:2}.ss-feature-placeholder{height:100%;min-height:440px;display:grid;place-items:center;padding:28px;color:var(--ss-muted);text-align:center;border:1px dashed var(--ss-line)}.ss-custom-cta{background:var(--ss-dark);color:var(--ss-primary-contrast)}.ss-custom-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:clamp(32px,7vw,110px);align-items:center;padding:78px 0}.ss-custom-cta-grid p{color:color-mix(in srgb,var(--ss-primary-contrast) 75%,transparent)}.ss-tabs{border-top:1px solid var(--ss-line)}.ss-tab-list{display:flex;gap:0;border-bottom:1px solid var(--ss-line);overflow-x:auto}.ss-tab-button{flex:1;min-width:max-content;padding:16px 20px;background:transparent;border:0;border-right:1px solid var(--ss-line);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ss-muted)}.ss-tab-button:first-child{border-left:1px solid var(--ss-line)}.ss-tab-button.is-active{background:var(--ss-primary);color:var(--ss-primary-contrast)}.ss-tab-panel{display:none;max-width:760px;padding:34px 22px 8px}.ss-tab-panel.is-active{display:block}.ss-tab-panel p{font-size:1.12rem;line-height:1.7}.ss-custom-card-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ss-line);border-left:1px solid var(--ss-line)}.ss-custom-card{min-height:245px;padding:29px 27px;border-right:1px solid var(--ss-line);border-bottom:1px solid var(--ss-line);background:var(--ss-bg)}.ss-custom-card-count{display:block;margin-bottom:42px;color:var(--ss-accent);font-weight:800;font-size:.72rem;letter-spacing:.11em}.ss-custom-card h3{margin-bottom:12px}.ss-custom-card p{color:var(--ss-muted)}
@media(max-width:820px){.ss-feature-grid,.ss-custom-cta-grid{grid-template-columns:1fr}.ss-feature-image-right .ss-feature-image{order:0}.ss-feature-image{min-height:350px}.ss-custom-card-grid{grid-template-columns:1fr}.ss-custom-card{min-height:0}.ss-tab-button{padding:14px 16px}}
@media(prefers-reduced-motion:reduce){.ss-builder-section[data-section-animation] > section{opacity:1!important;transform:none!important;transition:none!important}}
/* Builder Mode: the companion Smile Space Studio Blocks plugin controls section styles. */
.smile-space-builder-page{overflow:hidden}.smile-space-builder-page>.alignfull{width:100%;max-width:none}.smile-space-builder-page .wp-block{max-width:none}.smile-space-builder-page .wp-block[data-align="wide"]{max-width:none}
