/*

Theme Name: Carindale Doctors

Theme URI:Carindale Doctors 

Author: Digital Movement

Author URI: https://www.digitalmovement.com.au/ 

Description: This is Custom ACF made theme

Version: 1.0

Updated: 2026-03-13 10:49:22



*/



:root {

  /* Brand — sampled from the logo */

  --teal: #00A5AB;

  --teal-bright: #4FCBD1;

  --teal-pale: #D2F0EE;

  --rose: #94154A;

  --rose-soft: #C25E86;



  /* Deep clinic darks */

  --abyss: #04262A;

  --deep: #073238;

  --deep-2: #0B434A;



  /* Warm paper neutrals — the warmth is what separates this from v1/v2's cold white */

  --ivory: #F8F5F0;

  --ivory-2: #F1EBE2;

  --sand: #E4D9C9;

  --paper: #FFFFFF;



  /* Ink */

  --ink: #10312F;

  --ink-2: rgba(16,49,47,.72);

  --ink-3: rgba(16,49,47,.5);

  --rule: rgba(16,49,47,.14);

  --rule-dark: rgba(255,255,255,.14);



  --serif: "Playfair Display", "Times New Roman", serif;

  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;



  --ease: cubic-bezier(.19,1,.22,1);

  --wrap: 1420px;

  --gutter: clamp(1.15rem, 4vw, 3rem);

}



*,*::before,*::after { box-sizing: border-box; }

html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 96px; }

body {

  margin: 0; overflow-x: hidden;

  background: var(--ivory); color: var(--ink);

  font-family: var(--sans); font-size: 16.5px; line-height: 1.7;

  font-weight: 400; -webkit-font-smoothing: antialiased;

}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

ul { margin: 0; padding: 0; list-style: none; }

p { margin: 0; }

button { font-family: inherit; cursor: pointer; }

input, select, textarea { font-family: inherit; font-size: 1rem; }

body h3{font-size: 1.45rem;}

h1,h2,h3,h4 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.14; letter-spacing: -.018em; }

:focus-visible { outline: 2px solid var(--teal-bright); outline-offset: 4px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0;}

.vh { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }



/* Fine grain — sits over dark panels only, adds photographic depth */

.grain::before {

  content:""; position:absolute; inset:0; pointer-events:none; z-index:1; opacity:.5;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");

}



/* ---------- Type utilities ---------- */

.display { font-family: var(--serif); font-weight: 400; letter-spacing: -.02em; }

.label {

  display: inline-flex; align-items: center; gap: .6rem;

  font-size: .69rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;

  font-family: var(--sans);

}

.wpcf7-spinner{position: absolute;}

.padding-top{padding-top: 100px;}

.padding-bottom{padding-bottom: 100px;}

.label::before { content:""; width: 26px; height: 1px; background: currentColor; opacity: .5; }

.label.teal { color: var(--teal); }

.label.rose { color: var(--rose); }

.label.light { color: var(--teal-bright); }



/* Numbered section rail — the editorial spine of the page */

.rail { display: grid; grid-template-columns: 200px 1fr; gap: clamp(2rem,5vw,5rem); }

.rail-side { position: sticky; top: 10px; align-self: start; }

.rail-num {

  font-family: var(--serif); font-size: 3.4rem; line-height: 1;

  color: var(--ink); opacity: .16; display: block; margin-bottom: .6rem;

}

.nav-call-ic { display: none; }

.rail-side .label { display: flex; }

.sec {position: relative; }

/*.sec{padding: clamp(4.5rem, 9vw, 8.5rem) 0;}*/

/* ---------- Buttons ---------- */

.btn {

  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;

  padding: 1.05rem 1.9rem; border: 1px solid transparent; border-radius: 2px;

  font-family: var(--sans); font-size: .82rem; font-weight: 700;

  letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;

  transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease);cursor: pointer;}

.btn svg { width: 1.05em; height: 1.05em; flex-shrink: 0; }

.btn-teal { background: var(--teal); color: #fff; }

.btn-teal:hover { background: #000; transform: translateY(-2px); }

.btn-rose { background: var(--rose); color: #fff; }

.btn-rose:hover { background: #6E0F38; transform: translateY(-2px); }

.btn-ink { background: var(--ink); color: var(--ivory); }

.btn-ink:hover { background: var(--deep); transform: translateY(-2px); }

.btn-out { border-color: rgba(255,255,255,.34); color: #fff; }

.btn-out:hover { background: #fff; color: var(--abyss); border-color: #fff; }

.btn-out-ink { border-color: var(--rule); color: var(--ink); }

.btn-out-ink:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }

.btn-wide { width: 100%; }



/* ---------- Top strip ---------- */

.strip { background: var(--abyss); color: rgba(255,255,255,.7); font-size: .76rem; letter-spacing: .02em; position: relative; z-index: 60; }

.strip .wrap { display: flex; align-items: center; justify-content: space-between; height: 40px; gap: 1rem; }

.strip a, .strip span { display: inline-flex; align-items: center; gap: .45rem; }

.strip a:hover { color: var(--teal-bright); }

.strip svg { width: 13px; height: 13px; opacity: .7; }

.strip-r { display: flex; gap: 1.8rem; }





/* ---------- Header — transparent over the hero, solid once scrolled ---------- */

.nav-bar {

  position: sticky; top: 0; z-index: 500;

  background: transparent;

  border-bottom: 1px solid transparent;

  transition: background .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);

}

.nav-bar.solid {

  background: var(--ink);

  border-bottom-color: var(--rule-dark);

  box-shadow: 0 20px 50px -40px rgba(0,0,0,.55);

}

.nav-in {padding-top: 0;display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 11.75rem;padding-left: 0;padding-right: 0;}



.logo img { height: 10rem; width: auto; transition: filter .35s var(--ease); }



.menu { display: flex; align-items: center; }

.menu > ul { display: flex; align-items: center; gap: 0; }

.menu > ul > li { position: relative; }

.menu > ul > li > a {

  display: flex; align-items: center; gap: .35rem; padding: .7rem 0.90rem;

  font-size: .8rem; font-weight: 700; letter-spacing: .085em; text-transform: uppercase;

  color: #fff; white-space: nowrap; transition: color .3s, opacity .3s; opacity: .82;

}

/*.nav-bar.solid .menu > ul > li > a { color: var(--ink); }*/

.menu > ul > li > a:hover, .menu > ul > li.on > a { opacity: 1; color: var(--teal-bright); }

.menu > ul > li > a .cv {width: 20px; height: 20px; transition: transform .3s;}

.menu > ul > li:hover > a .cv { transform: rotate(180deg); }

.menu-mob { display: none; }



.nav-right { display: flex; align-items: center; gap: 1.1rem; }

.nav-tel { display: flex; flex-direction: column; line-height: 1.15; color: #fff; }

/*.nav-bar.solid .nav-tel { color: var(--ink); }*/

.nav-tel small { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; opacity: .6; }

.nav-tel b { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; letter-spacing: 0; }



.foot-col--services {

  flex: 2 1 320px;

}

.foot .wrap {padding: 0 15px;}



.foot-services-grid {

  display: flex;

  gap: 24px;

}

.foot-services-grid ul {

  flex: 1;

}

.foot-all-services {

  display: inline-block;

  margin-top: 12px;

  font-size: 13px;

  color: #4FD1C5;

  text-decoration: none;

}

.foot-all-services:hover { text-decoration: underline; }







/* Mega panel */

.mega {

  position: absolute; top: calc(100% + 4px); left: 50%; transform: translate(-50%, 8px);

  width: min(1000px, 88vw); background: var(--paper); border: 1px solid var(--rule);

  box-shadow: 0 50px 90px -40px rgba(4,38,42,.5); padding: 2rem;

  display: grid; grid-template-columns: repeat(3,1fr) .95fr; gap: 2rem;

  opacity: 0; visibility: hidden; pointer-events: none;

  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;

}

.has-mega:hover .mega, .has-mega.open .mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); }

.mega h5 { font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--rose); margin: 0 0 1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--rule); }

.mega li a { display: block; padding: .42rem 0; font-size: .88rem;line-height: 1.4; color: var(--ink-2); transition: color .25s, transform .25s; }

.mega li a:hover { color: var(--teal); transform: translateX(4px); }

.mega-card { background: var(--abyss); color: #fff; padding: 1.6rem; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }

.mega-card::after { content:""; position:absolute; width:230px; height:230px; border-radius:50%; background: radial-gradient(circle, rgba(0,165,171,.45), transparent 70%); top:-110px; right:-80px; }

.mega-card > * { position: relative; z-index: 2; }

.mega-card h6 { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; margin: 10px 0; line-height: 1.1; }

.mega-card p { font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 1.2rem; }



/* Burger */

.burger { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); background: transparent; border-radius: 2px; flex-direction: column; justify-content: center; gap: 5px; }

.burger i { display: block; width: 18px; height: 1.9px; background: #fff; margin: 0 auto; transition: transform .35s var(--ease), opacity .25s; }

body.locked .burger i:nth-child(1){ transform: translateY(6.5px) rotate(45deg); }

body.locked .burger i:nth-child(2){ opacity: 0; }

body.locked .burger i:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); }

/*body.locked .burger { border-color: var(--rule); }*/

/*body.locked .burger i { background: var(--ink); }*/





.veil { position: fixed; inset: 0; background: rgba(4,38,42,.55); opacity: 0; visibility: hidden; transition: opacity .45s; z-index: 30; }

.veil.open { opacity: 1; visibility: visible; }

/*body.locked { overflow: hidden; }*/



/* ==========================================================================

   HERO — full-bleed dark, image right, glass booking panel

   ========================================================================== */

.hero { position: relative; background: var(--abyss); color: #fff; margin-top: -11.75rem; padding-top: 11.563rem; overflow: hidden; }

.hero-bg { position: absolute; inset: 0; z-index: 0; }

.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 42%; }

.hero-bg::after {

  content:""; position:absolute; inset:0;

  background:

    linear-gradient(100deg, var(--abyss) 26%, rgba(4,38,42,.9) 44%, rgba(4,38,42,.42) 66%, rgba(4,38,42,.62) 100%),

    linear-gradient(0deg, var(--abyss) 2%, transparent 34%);

}

.hero-glow { position: absolute; width: 780px; height: 780px; border-radius: 50%; top: -320px; left: -240px; z-index: 1;

  background: radial-gradient(circle, rgba(0,165,171,.34), transparent 66%); pointer-events: none; }



.hero-in { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr minmax(380px, 440px); gap: clamp(2rem,5vw,5rem); align-items: center; padding: clamp(3.5rem,7vw,6rem) 0 clamp(3rem,5vw,4.5rem); }



.hero-copy h1 { font-size: clamp(2.3rem,5vw,4rem); margin: 1.6rem 0 0; color: #fff; line-height: 1.1; }

.hero-copy h1 em { font-style: italic; color: var(--teal-bright); }

.hero-lead { margin-top: 1.7rem; font-size: 1.09rem; color: rgba(255,255,255,.74); max-width: 46ch; }

.hero-acts { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.4rem; }



.hero-rule { margin-top: 3rem; padding-top: 1.8rem; border-top: 1px solid var(--rule-dark); display: flex; flex-wrap: wrap; gap: 2.4rem; }

.hero-fact b { display: block; font-family: var(--serif); font-size: 2rem; line-height: 1; color: #fff; }

.hero-fact span { display: block; margin-top: .4rem; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.5); }



/* Global Contact Form 7 structural fixes */

.wpcf7-form-control-wrap { display: block; width: 100%; }

.wpcf7 form { margin: 0; }



/* Booking panel (Dark form variant) */

.book {

  position: relative; background: rgba(9,52,58,.72);

  backdrop-filter: blur(22px) saturate(1.3); -webkit-backdrop-filter: blur(22px) saturate(1.3);

  border: 1px solid rgba(255,255,255,.16); padding: 2rem 1.9rem 1.9rem;

  box-shadow: 0 60px 100px -50px rgba(0,0,0,.85);

}

.book::before { content:""; position:absolute; top:0; left:0; right:0; height:2px; background: linear-gradient(90deg, var(--teal), var(--rose)); }

.book-hd { margin-bottom: 1.5rem; }

.book-hd h2 { font-size: 1.85rem; color: #fff; }

.book-hd p { margin-top: .5rem; font-size: .82rem; color: rgba(255,255,255,.62); display: flex; align-items: center; gap: .45rem; }

.book-hd p svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--teal-bright); }



/* Form inputs & grid (Shared core) */

.bform, .cform, .wpcf7-form { display: grid; gap: .9rem; }

.f { display: grid; gap: .4rem; }

.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }



/* Dark form variant overrides (.book, .bform) */

.book .f label, .bform .f label { font-size: .69rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.82); }

.book .f input, .book .f select, .book textarea, .bform .f input, .bform .f select, .bform textarea {

  width: 100%; padding: .88rem .95rem; border: 1px solid rgba(255,255,255,.16); border-radius: 2px;

  background: rgba(255,255,255,.95); color: var(--ink); font-size: .92rem;

  transition: border-color .3s, box-shadow .3s;

}

.book .f select, .bform .f select { appearance: none; padding-right: 2.3rem;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310312F' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");

  background-repeat: no-repeat; background-position: right .85rem center; background-size: 15px; }

.book .f input:focus, .book .f select:focus, .bform .f input:focus, .bform .f select:focus { outline: none; border-color: var(--teal-bright); box-shadow: 0 0 0 3px rgba(79,203,209,.28); }

.book .f input::placeholder, .bform .f input::placeholder { color: rgba(16,49,47,.42); }



.cf-fine { font-size: .72rem; line-height: 1.6; color: rgba(255,255,255,.68); display: flex; gap: .45rem; }

.fine svg { width: 12px; height: 12px; flex-shrink: 0; margin-top: .2rem; color: var(--teal-bright); }

.alt { text-align: center; font-size: .83rem; color: rgba(255,255,255,.75); }

.alt a { color: var(--teal-bright); font-weight: 700; }



.done { display: none; align-items: center; gap: .55rem; background: rgba(0,165,171,.16); border: 1px solid rgba(79,203,209,.45); color: #fff; padding: .85rem 1rem; font-size: .85rem; font-weight: 600; }

.done.show { display: flex; }

.done svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--teal-bright); }



/* CF7 Response Output overrides (Dark variant) */

.wpcf7-not-valid-tip{font-size: 13px;text-align: left;}

.hero .wpcf7-response-output, .book .wpcf7-response-output, .bform .wpcf7-response-output {background: rgba(0,165,171,.16) !important;border: 1px solid rgba(79,203,209,.45) !important;color: #dc3232;line-height: 1.3; padding: .85rem 1rem !important;font-size: .85rem;font-weight: 600;margin: 0 !important;}

.wpcf7 form.sent .wpcf7-response-output{color: var(--teal);}

.hero .wpcf7 form.sent .wpcf7-response-output{color: #fff;}

.nav-call-ic svg { width: 18px; height: 18px; }



.phero-in {padding-inline: 0; }

.f label,.hrs td:first-child {text-align: left; }

.sec,.visit {text-align: left; }

  .contact-details .cdl {text-align: left; }

  .contact-details .emergency {gap: 8px; padding: 14px 0 14px 38px;position: relative; font-size: 12.1px;line-height: 1; text-align: left; flex-wrap: wrap; }

  .visit-body .take li {text-align: left;}

  .addr-line span {display: block;font-family: var(--sans);font-size: .82rem;letter-spacing: .1em;text-transform: uppercase;color: var(--teal-bright);margin-top: .5rem;}

  .foot-top .foot-btm .wrap {font-size: 15px; text-align: center; }

  .prose ul.ticks li {text-align: left; }

  .facts .facts b {font-size: 20px; }

  .phero-bg .phero-in .book {max-width: 100%; padding: 30px 20px; }

  .prose ul.bullets li {text-align: left;}

  #apply {padding-top: 0; }

  .prose .tbl td {padding: 0.75rem 0.8rem;font-size:13px; }

}





/* ---------- Accreditation marquee ---------- */

.creds { background: var(--deep); color: rgba(255,255,255,.8); overflow: hidden; padding: 1.15rem 0; position: relative;}

.home-marquee-section {background: var(--deep);color: rgba(255,255,255,.8);overflow: hidden;padding: 1.15rem 0;position: relative;}

.creds-track { display: flex; gap: 3.4rem; width: max-content; animation: slide 46s linear infinite; }

.creds-track > * { display: flex; align-items: center; gap: .65rem; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }

.creds-track svg { width: 17px; height: 17px; color: var(--teal-bright); flex-shrink: 0; }

@keyframes slide { to { transform: translateX(-50%); } }

.creds:hover .creds-track { animation-play-state: paused; }



/* ---------- Editorial feature rows (Why us) ---------- */

.feat { border-top: 1px solid var(--rule); }

.feat-row { display: grid; grid-template-columns: 56px 1fr 1.35fr; gap: clamp(1rem,3vw,2.6rem); align-items: start; padding: 2.1rem 1.5rem; border-bottom: 1px solid var(--rule); transition: background .4s var(--ease), padding-left .4s var(--ease); }

.feat-row:hover { background: var(--ivory-2);}

.feat-ic { width: 46px; height: 46px; border: 1px solid var(--rule); display: grid; place-items: center; border-radius: 50%; }

.feat-ic svg { width: 19px; height: 19px; color: var(--teal); }

.feat-row h3 { font-size: clamp(1.3rem,2vw,1.75rem); }

.feat-row p { color: var(--ink-2); font-size: .96rem; }







/* ---------- Bento services ---------- */

.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 14px; }

.tile { position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--rule); display: flex; flex-direction: column;justify-content: end; padding: 1.6rem; transition: transform .55s var(--ease), box-shadow .55s var(--ease);}

.tile:hover { transform: translateY(-5px); box-shadow: 0 40px 70px -46px rgba(4,38,42,.6); }

.tile-img { position: absolute; inset: 0; z-index: 0; }

.tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }

.tile:hover .tile-img img { transform: scale(1.06); }

.tile-img::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(4,38,42,.94) 4%, rgba(4,38,42,.5) 46%, rgba(4,38,42,.12) 100%); }

/* Lifts the copy above the image */

.tile > *:not(.tile-img):not(.tile-tag) { position: relative; z-index: 2; }

.tile.on-img { color: #fff; border-color: transparent; }

.tile.on-img h3 { color: #fff; }

.tile h3 { font-size: 1.45rem; margin-bottom: .45rem; }

.tile p { font-size: .87rem; color: var(--ink-2); }

.tile.on-img p { color: rgba(255,255,255,.76); }

.tile .go { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; font-size: .69rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); }

.tile.on-img .go { color: var(--teal-bright); }

.tile .go svg { width: 13px; height: 13px; transition: transform .35s var(--ease); }

.tile:hover .go svg { transform: translateX(5px); }

.tile-tag { position: absolute; top: 1.3rem; left: 1.6rem; z-index: 3; font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; background: rgba(255,255,255,.92); color: var(--ink); padding: .34rem .7rem; }

.tile.on-img .tile-tag { background: rgba(0,165,171,.92); color: #fff; }



/* Deliberately unequal */

.t-hero { grid-column: span 2; grid-row: span 2; }

.t-wide { grid-column: span 2; }

.t-tall { grid-row: span 2; }

.tile-cta { background: var(--abyss); color: #fff; justify-content: center;}

.tile-cta h3 { color: #fff; font-size: 1.5rem; }

.tile-cta p { color: rgba(255,255,255,.7); margin-bottom: 1.2rem; }





/* ---------- Team — dark ---------- */

.team { background: var(--abyss); color: #fff; position: relative; overflow: hidden; }

.team .rail-num { color: #fff; }

.team h2, .team h3 { color: #fff; }

.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; margin-top: 3rem; }

.pcard { position: relative; overflow: hidden; }

.pcard-img { position: relative; aspect-ratio: 3/3.5; overflow: hidden; }

.pcard-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform 1.1s var(--ease); }

.pcard:hover .pcard-img img { transform: scale(1.05); }

.pcard-img::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(4,38,42,.92) 3%, transparent 58%); }

.pcard-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem; z-index: 2; }

.pcard-body h3 { font-size: 1.35rem; }

.pcard-role { font-size: .66rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--teal-bright); margin-top: .45rem; }

.pcard-body p { font-size: .85rem; color: rgba(255,255,255,.72); margin-top: .7rem; }

.pjoin { border: 1px solid var(--rule-dark); padding: 2rem 1.7rem; display: flex; flex-direction: column; justify-content: center; }

.pjoin h3 { font-size: 1.5rem; margin: .9rem 0 .6rem; }

.pjoin p { font-size: .89rem; color: rgba(255,255,255,.7); margin-bottom: 1.6rem; }

.pjoin .g { display: grid; gap: .6rem; }





.note {

  margin-top: 1.6rem; font-size: .78rem; color: var(--ink-3);

  border: 1px dashed var(--rule); padding: .8rem 1rem; text-align: center;

}

.team .note { color: rgba(255,255,255,.55); border-color: var(--rule-dark); }



/* ---------- Pull-quote reviews ---------- */

.quotes { background: var(--ivory-2); }

.qmain { border-left: 2px solid var(--teal); padding-left: clamp(1.4rem,3vw,2.6rem); }

.qmain blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem,3vw,2.5rem); line-height: 1.24; color: var(--ink); }

.qmain figcaption { margin-top: 1.6rem; font-size: .74rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); }

.qrow { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--rule); margin-top: 3.2rem; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }

.qmini { background: var(--ivory-2); padding: 1.8rem 1.6rem; }

.qmini .stars { display: flex; gap: 2px; color: #C8901F; margin-bottom: .9rem; }

.qmini .stars svg { width: 13px; height: 13px; }

.qmini p { font-size: .9rem; color: var(--ink-2); }

.qmini cite { display: block; margin-top: 1.1rem; font-style: normal; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }





/* ---------- Practice info split ---------- */

.visit { background: var(--abyss); color: #fff; position: relative; overflow: hidden; }

.visit-grid { display: grid; grid-template-columns: 1fr 1fr; }

.visit-map { min-height: 560px; position: relative; }

.visit-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.35) contrast(1.05); }

.visit-body { padding: clamp(3rem,6vw,5.5rem) var(--gutter); max-width: 680px; }

.visit-body h2 {color: #fff; margin: 1.3rem 0 1.1rem; }

h2.section-head {font-size: clamp(2.1rem,4vw,3.4rem);margin-bottom: 2rem;line-height: 1;}

.visit-body > p { color: rgba(255,255,255,.72); }

.hrs { width: 100%; border-collapse: collapse; margin-top: 2.2rem; }

.hrs tr { border-bottom: 1px solid var(--rule-dark); }

.hrs tr:last-child { border-bottom: 0; }

.hrs td { padding: .82rem 0; font-size: .92rem; }

.hrs td:first-child { color: rgba(255,255,255,.62); }

.hrs td:last-child { text-align: right; font-family: var(--serif); font-size: 1.1rem; }

.hrs tr.shut td:last-child { color: rgba(255,255,255,.4); font-family: var(--sans); font-size: .92rem; }

.areas { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }

.areas span { font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; border: 1px solid var(--rule-dark); padding: .4rem .8rem; color: rgba(255,255,255,.78); }

.take { display: grid; gap: .55rem; margin-top: 1.2rem; }

.take li { display: flex; gap: .6rem; font-size: .89rem; color: rgba(255,255,255,.72); }

.take svg { width: 15px; height: 15px; color: var(--teal-bright); flex-shrink: 0; margin-top: .3rem; }





/* ---------- FAQ ---------- */

.faq-list { border-top: 1px solid var(--rule); }

.faq-i { border-bottom: 1px solid var(--rule); }

.faq-q {

  width: 100%; background: none; border: 0; text-align: left;

  display: grid; grid-template-columns: 42px 1fr 26px; align-items: center; gap: 1rem;

  padding: 1.5rem 0; font-family: var(--serif); font-size: clamp(1.05rem,1.7vw,1.35rem); color: var(--ink);

  transition: color .3s;

}

.faq-q:hover { color: var(--teal); }

.faq-n { font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .1em; color: var(--ink-3); }

.faq-pm { position: relative; width: 15px; height: 15px; justify-self: end; }

.faq-pm::before, .faq-pm::after { content:""; position:absolute; background: var(--teal); transition: transform .4s var(--ease); }

.faq-pm::before { top: 7px; left: 0; width: 15px; height: 1.5px; }

.faq-pm::after { left: 7px; top: 0; width: 1.5px; height: 15px; }

.faq-i.open .faq-pm::after { transform: rotate(90deg); }

.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }

.faq-a p { padding: 0 3rem 1.7rem 3.6rem; color: var(--ink-2); font-size: .95rem; }



/* ---------- Closing CTA ---------- */

.close-cta { background: var(--abyss); color: #fff; position: relative; overflow: hidden; text-align: center; }

.close-bg { position: absolute; inset: 0; z-index: 0; }

.close-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }

/* Heavy scrim — the photo is texture behind the CTA, never competing with it */

.close-bg::after {

  content:""; position:absolute; inset:0;

  background:

    linear-gradient(180deg, rgba(4,38,42,.9), rgba(4,38,42,.82)),

    linear-gradient(100deg, rgba(4,38,42,.55), rgba(7,50,56,.35));

}

.close-cta::after { content:""; position:absolute; z-index:1; width:820px; height:820px; border-radius:50%; background: radial-gradient(circle, rgba(0,165,171,.3), transparent 66%); bottom:-520px; left:50%; transform: translateX(-50%); pointer-events:none; }

.close-cta .wrap { position: relative; z-index: 2; }

.close-cta h2 {color: #fff; margin: 1.5rem auto 0; max-width: 16ch; }

.close-cta p { margin: 1.4rem auto 0; color: rgba(255,255,255,.7); max-width: 52ch; }

.close-acts { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 2.6rem; }

.close-tel { margin-top: 2.6rem; padding-top: 2rem; border-top: 1px solid var(--rule-dark); display: inline-flex; flex-direction: column; }

.close-tel small,.close-fax small { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); }

.close-tel b,.close-fax b { font-family: var(--serif); font-size: clamp(1.7rem,3vw,2.4rem);line-height: 1; font-weight: 400; }

.close-fax {text-align: center;display: grid;margin-top: 20px;}



/* ---------- 07 Contact + enquiry ---------- */

.contact { background: var(--ivory-2); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem,5vw,4rem); align-items: start; }

/*.contact-details h2 { font-size: clamp(1.9rem,3.4vw,2.9rem); max-width: 15ch; }*/



.cdl { display: grid; gap: 1.4rem; margin-top: 2.4rem; }

.cdl li { display: flex; gap: 1rem; align-items: flex-start; }

.cdl-ic { width: 44px; height: 44px; border: 1px solid var(--rule); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: var(--ivory); }

.cdl-ic svg { width: 18px; height: 18px; color: var(--teal); }

.cdl small { display: block; font-size: .65rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--ink-3); margin-bottom: .3rem; }

.cdl a, .cdl span { font-size: .98rem; color: var(--ink); line-height: 1.55; }

.cdl a { font-family: var(--serif); font-size: 1.2rem; transition: color .25s; }

.map_link a{font-size: .98rem;font-family: var(--sans);}

.cdl a:hover { color: var(--teal); }

.cdl em { font-style: normal; color: var(--ink-3); font-size: .87rem; }



.emergency { display: flex; align-items: center; gap: .6rem; margin-top: 2rem; padding: .95rem 1.1rem; background: var(--rose-050, #FDF2F6); border-left: 2px solid var(--rose); font-size: .87rem; color: var(--ink-2); }

.emergency svg { width: 17px; height: 17px; color: var(--rose); flex-shrink: 0; position: absolute;left: 10px;top: 12px;}

.emergency strong { color: var(--rose); }



/* --- CF7 specific overrides for light theme form --- */

.contact-form { background: var(--ivory); border: 1px solid var(--rule); padding: clamp(1.6rem,3vw,2.4rem); }

.contact-form h3 { font-size: 1.6rem; }

.cf-sub { margin-top: .5rem; font-size: .88rem; color: var(--ink-3); }



/* Force standard grid on CF7 generated forms inside contact section */

.cform, .contact-form form { display: grid; gap: .95rem; margin-top: 1.6rem; }



/* Specific text color override for labels in light section */

.contact-form .f label { color: var(--ink-2) !important; }



.contact-form .f input, .contact-form .f select, .contact-form textarea {

  width: 100%; padding: .88rem .95rem; border: 1px solid var(--rule); border-radius: 2px;

  background: #fff; color: var(--ink); font-size: .93rem; font-family: var(--sans);

  transition: border-color .3s, box-shadow .3s;

}

.contact-form textarea { resize: vertical; min-height: 110px; line-height: 1.6; }

.contact-form .f input:focus, .contact-form .f select:focus, .contact-form textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,165,171,.16); }

.contact-form .f input::placeholder, .contact-form textarea::placeholder { color: var(--ink-3); }



/* CF7 Response Output overrides (Light variant) */

.contact-form .done {background: rgba(0,165,171,.1) !important; border: 1px solid rgba(0,165,171,.4) !important; color: var(--ink) !important; margin: 0 !important;padding: .85rem 1rem !important;font-size: .85rem;font-weight: 600;}

.contact-form .done svg { color: var(--teal); }

.contact-form .cf-fine { color: var(--ink-3); }







/* ---------- Footer ---------- */

.foot { background: var(--deep); color: rgba(255,255,255,.68); }

.foot-top { display: grid; grid-template-columns: 1fr .5fr 1.90fr 1.37fr; gap: clamp(1.8rem,4vw,3.5rem); padding: clamp(3.5rem,6vw,5.5rem) 0 3rem; }

.foot-logo img { height: 5rem; margin-bottom: 1.4rem; }

.foot-about p { font-size: .89rem; max-width: 34ch; }

.foot h4 { font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #fff; margin-bottom: 1.3rem; }

.foot-col ul { display: grid; gap: .6rem; }

.foot-col a { font-size: .89rem; transition: color .25s, transform .25s; display: inline-block; }

.foot-col a:hover { color: var(--teal-bright) !important; transform: translateX(3px); }

.foot-nap li { display: flex; gap: .65rem; font-size: .89rem; margin-bottom: .9rem; }

.foot-nap svg { width: 15px; height: 15px; color: var(--teal-bright); flex-shrink: 0; margin-top: .3rem;}

.foot-soc { display: flex; gap: .5rem; margin-top: 1.4rem; }

.foot-soc a { width: 38px; height: 38px; border: 1px solid var(--rule-dark); display: grid; place-items: center; transition: background .3s, border-color .3s, transform .3s; }

.foot-soc a:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-3px); }

.foot-soc svg { width: 15px; height: 15px; }

.foot-btm { border-top: 1px solid var(--rule-dark); padding: 1.4rem 0; }

.foot-btm .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem; font-size: .78rem; }

.foot-btm-links { display: flex; gap: 1.4rem; flex-wrap: wrap; }





/* ---------- Mobile action bar + to-top ---------- */

.dock { display: none; }

.up { position: fixed; right: var(--gutter); bottom: 76px; z-index: 350; width: 44px; height: 44px; border: 0; background: var(--ink); color: var(--ivory); display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s, background .3s; }

.up.show { opacity: 1; visibility: visible; transform: none; }

.up:hover { background: var(--teal); }

.up svg { width: 17px; height: 17px; }





/* ---------- Reveals ---------- */

[data-r] { opacity: 0; transform: translateY(30px); transition: opacity .95s var(--ease), transform .95s var(--ease); }

[data-r].vis { opacity: 1; transform: none; }

[data-rg] > * { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }

[data-rg].vis > * { opacity: 1; transform: none; }

[data-rg].vis > *:nth-child(1){ transition-delay:.05s } [data-rg].vis > *:nth-child(2){ transition-delay:.13s }

[data-rg].vis > *:nth-child(3){ transition-delay:.21s } [data-rg].vis > *:nth-child(4){ transition-delay:.29s }

[data-rg].vis > *:nth-child(5){ transition-delay:.37s } [data-rg].vis > *:nth-child(6){ transition-delay:.45s }

@media (prefers-reduced-motion: reduce){

  html { scroll-behavior: auto; }

  [data-r], [data-rg] > * { opacity: 1; transform: none; transition: none; }

  .creds-track { animation: none; }

}



/* ==========================================================================

   Homepage Specific Classes & Extracted Inline Styles

   ========================================================================== */



/* Homepage Section Targeted Classes */

.z-index-2 { position: relative; z-index: 2; }

.label-center { justify-content: center; }



/* Dynamic Headings */

.section-head.w-20ch { max-width: 20ch; }

.section-head.w-16ch { max-width: 16ch;}

.section-head.w-70p { max-width: 62%; }

/*.phero-copy { max-width: 780px; }*/

.phero-in.solo {display: block;max-width: 900px;}



/* Dynamic Subheadings / Paragraphs */

.section-sub { margin-top: 1.4rem; }

.section-sub.w-56ch { max-width: 56ch; color: var(--ink-2); font-size: 1.05rem; }

.section-sub.w-54ch { max-width: 54ch; color: rgba(255,255,255,.7); }

.section-sub.w-44ch { max-width: 44ch; color: var(--ink-2); margin-top: 1.2rem; }



/* Section Specific Layouts */

.feat-grid-wrap { margin-top: 3rem; }

.bento-head-wrap { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.4rem; }



/* Visit Section */

.visit-sub { margin-top: 1rem; }

.visit-small-title { margin-top: 2rem; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); }

.visit-acts { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 2.4rem; }



/* Fallback Messages (CF7) */

.cf7-fallback { color: rgba(0,0,0,.5); font-size: 0.9rem; }

.cf7-fallback-light { color: rgba(255,255,255,.7); font-size: 0.9rem; }

  



/* ==========================================================================

   Inner page components (v3) - Added from pages-v3.css

   ========================================================================== */



/* ---------- Page hero — the inner-page counterpart to the homepage hero ---------- */

.phero {

  position: relative; background: var(--abyss); color: #fff; overflow: hidden;

  margin-top: -11.75rem; padding-top: 11.563rem;

}

.phero-bg { position: absolute; inset: 0; z-index: 0; }

.phero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }

.phero-bg::after {

  content: ""; position: absolute; inset: 0;

  background:

    linear-gradient(95deg, var(--abyss) 30%, rgba(4,38,42,.88) 55%, rgba(4,38,42,.6) 100%),

    linear-gradient(0deg, var(--abyss) 3%, transparent 45%);

}

.phero-glow {

  position: absolute; z-index: 1; width: 620px; height: 620px; border-radius: 50%;

  top: -300px; left: -200px; pointer-events: none;

  background: radial-gradient(circle, rgba(0,165,171,.3), transparent 66%);

}

/* Two columns — page copy left, booking panel right (mirrors the homepage hero) */

.phero-in {

  position: relative; z-index: 3;

  padding-top: clamp(3rem,6vw,5.5rem);

  padding-bottom: clamp(3rem,5vw,4.5rem);

  display: grid; grid-template-columns: 1fr minmax(360px, 420px);

  gap: clamp(2rem,5vw,4.5rem); align-items: center;

}



.phero h1 { font-size: clamp(2.3rem,5vw,4rem); color: #fff; margin-top: 1.4rem; line-height: 1.08; }

.phero h1 em { font-style: italic; color: var(--teal-bright); }

.phero-lead { margin-top: 1.4rem; font-size: 1.08rem; color: rgba(255,255,255,.74); max-width: 60ch; }

.phero-acts { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }



/* Breadcrumb */

.crumb { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; font-size: .76rem; color: rgba(255,255,255,.55); }

.crumb a { transition: color .25s; }

.crumb a:hover { color: var(--teal-bright); }

.crumb svg { width: 11px; height: 11px; opacity: .5; }

.crumb [aria-current] { color: #fff; }



/* ---------- Generic prose ---------- */

.prose > * + * { margin-top: 1.15rem; }

/*.prose h2 { font-size: clamp(1.7rem,3vw,2.4rem);}*/

.prose h3 {margin-top: 2rem; }

.prose p { color: var(--ink-2); }

.prose strong { color: var(--ink); font-weight: 700; }

.prose a:not(.btn) { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

.prose ul.ticks { display: grid; gap: .7rem; margin-top: 1.2rem; }

.prose ul.ticks li { display: flex; gap: .7rem; color: var(--ink-2); }

.prose ul.ticks svg { width: 16px; height: 16px; color: var(--teal); flex-shrink: 0; margin-top: .34rem; }

.prose ul.bullets { display: grid; gap: .55rem; margin-top: 1rem; padding-left: 1.1rem; list-style: disc; }

.prose ul.bullets li { color: var(--ink-2); }

.prose ul.bullets li::marker { color: var(--teal); }



/* ---------- Content + sticky sidebar ---------- */

.split { display: grid; grid-template-columns: 1fr 380px; gap: clamp(2rem,5vw,4.5rem); align-items: start; }

.split-aside { position: sticky; top: 120px; display: grid; gap: 1.2rem; }





.acard { background: var(--ivory); border: 1px solid var(--rule); padding: 1.7rem 1.6rem; }

.acard.dark { background: var(--abyss); border-color: transparent; color: #fff; position: relative; overflow: hidden; }

.acard.dark::after { content:""; position:absolute; width:280px; height:280px; border-radius:50%; background: radial-gradient(circle, rgba(0,165,171,.4), transparent 70%); top:-150px; right:-100px; }

.acard.dark > * { position: relative; z-index: 2; }

.acard h3 { font-size: 1.3rem; margin-bottom: .6rem; }

.acard.dark h3 { color: #fff; }

.acard p { font-size: .92rem; color: var(--ink-2); }

.acard.dark p { color: rgba(255,255,255,.72); }

.acard .btn { margin-top: 1.2rem; }

.acard-list { display: grid; gap: .85rem; margin-top: 1.2rem; }

.acard-list li { display: flex; gap: .7rem; font-size: .9rem; }

.acard-list svg { width: 15px; height: 15px; color: var(--teal); flex-shrink: 0; margin-top: .3rem; }

.acard.dark .acard-list svg { color: var(--teal-bright); }

.acard.dark .acard-list li { color: rgba(255,255,255,.8); }



/* Quick facts strip inside a page */

.facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }

.facts div { background: var(--ivory); padding: 1.5rem 1.3rem; }

.facts b { display: block; font-family: var(--serif); font-size: 1.9rem; line-height: 1; }

.facts span { display: block; margin-top: .45rem; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-3); }





/* ---------- Card grids ---------- */

.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }

.cards.two { grid-template-columns: repeat(2,1fr); }

.card {

  background: var(--ivory); border: 1px solid var(--rule); padding: 1.8rem 1.6rem;

  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;

}

.card:hover { transform: translateY(-5px); box-shadow: 0 34px 60px -44px rgba(4,38,42,.55); border-color: var(--teal-pale); }

.card-ic { width: 48px; height: 48px; border: 1px solid var(--rule); border-radius: 50%; display: grid; place-items: center; margin-bottom: 1.1rem; }

.card-ic svg { width: 20px; height: 20px; color: var(--teal); }

.card h3 {margin-bottom: .55rem; }

.card p { font-size: .93rem; color: var(--ink-2); }

.card .go { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); }

.card .go svg { width: 13px; height: 13px; transition: transform .35s var(--ease); }

.card:hover .go svg { transform: translateX(4px); }





/* ---------- Numbered steps ---------- */

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.3rem; }

.step { border-top: 2px solid var(--teal); padding-top: 1.3rem; }

.step b { font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .16em; color: var(--teal); }

.step h3 { font-size: 1.15rem; margin: .6rem 0 .5rem; }

.step p { font-size: .91rem; color: var(--ink-2); }





/* ---------- Doctor / team cards ---------- */

.docs { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }

.doc { background: var(--ivory); border: 1px solid var(--rule); overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }

.doc:hover { transform: translateY(-5px); box-shadow: 0 34px 60px -44px rgba(4,38,42,.55); }

.doc-img { position: relative; aspect-ratio: 3/3.2; overflow: hidden; background: var(--ivory-2); }

.doc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }

.doc:hover .doc-img img { transform: scale(1.05); }

.doc-body { padding: 1.5rem 1.5rem 1.7rem; }

.doc-role { font-size: .66rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--teal); margin-top: .4rem; }

.doc-body p { font-size: .91rem; color: var(--ink-2); margin-top: .8rem; }

.doc-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.1rem; }

.doc-tags span { font-size: .71rem; letter-spacing: .06em; border: 1px solid var(--rule); padding: .28rem .65rem; color: var(--ink-2); }

/* Placeholder portrait — used until real photography is supplied */

.doc-ph { display: grid; place-items: center; height: 100%; background: linear-gradient(150deg, var(--ivory-2), var(--sand)); color: var(--ink-3); text-align: center; padding: 1.5rem; }

.doc-ph svg { width: 44px; height: 44px; opacity: .35; margin-bottom: .7rem; }

.doc-ph span { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }



/* ---------- Services index ---------- */

.svc-group + .svc-group { margin-top: 3.4rem; }

.svc-group > h2 {

  font-size: clamp(1.5rem,2.6vw,2rem); padding-bottom: .9rem;

  border-bottom: 1px solid var(--rule); display: flex; align-items: center; gap: .8rem;

}

.svc-group > h2 svg { width: 22px; height: 22px; color: var(--teal); flex-shrink: 0; }

.svc-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-top: 0; }

.svc-item { background: var(--ivory); padding: 1.5rem 1.5rem; display: flex; flex-direction: column; transition: background .35s; }

/* An odd number of services would leave a hollow cell showing the grid's

   rule colour — let the last one span the full row instead. */

.svc-list > .svc-item:last-child:nth-child(odd) { grid-column: 1 / -1; }

.svc-item:hover { background: #fff; }

.svc-item h3 { font-size: 1.12rem; }

.svc-item p { font-size: .9rem; color: var(--ink-2); margin-top: .5rem; flex-grow: 1; }

.svc-item .go { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); }

.svc-item .go svg { width: 12px; height: 12px; transition: transform .35s var(--ease); }

.svc-item:hover .go svg { transform: translateX(4px); }

.svc-item .soon {margin-top: 1rem; font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }





/* ---------- Simple data table ---------- */

.tbl { width: 100%; border-collapse: collapse; border: 1px solid var(--rule); margin-top: 1.4rem; }

.tbl th, .tbl td { padding: .95rem 1.1rem; text-align: left; border-bottom: 1px solid var(--rule); font-size: .93rem; }

.tbl th { background: var(--ivory-2); font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); }

.tbl tr:last-child td { border-bottom: 0; }

.tbl td:last-child { text-align: right; font-weight: 600; }

.tbl th:last-child {text-align: right;}



/* ---------- Careers ---------- */

.jobs { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }

.job { background: var(--ivory); padding: 1.7rem 1.6rem; display: grid; grid-template-columns: 1fr auto; gap: 1.2rem; align-items: center; }

.job h3 { font-size: 1.25rem; }

.job-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .7rem; }

.job-meta span { font-size: .71rem; letter-spacing: .08em; text-transform: uppercase; border: 1px solid var(--rule); padding: .28rem .65rem; color: var(--ink-2); }

.job p { font-size: .92rem; color: var(--ink-2); margin-top: .8rem; max-width: 62ch; }



/* ---------- Alert / callout ---------- */

.callout {display: flex; gap: .9rem; padding: 1.2rem 1.3rem; margin-top: 1.6rem;background: var(--rule); border-left: 2px solid var(--teal); font-size: .92rem; color: var(--ink-2);}

.callout.warn { border-left-color: var(--rose); background: #FDF2F6; }

.callout svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; margin-top: .2rem; }

.callout.warn svg { color: var(--rose); }

.callout strong { color: var(--ink); }



/* ---------- Related links ---------- */

.related { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }

.related a {

  border: 1px solid var(--rule); padding: 1.2rem 1.3rem; background: var(--ivory);

  display: flex; align-items: center; justify-content: space-between; gap: 1rem;

  font-size: .95rem; transition: background .3s, border-color .3s, transform .3s var(--ease);

}

.related a:hover { background: #fff; border-color: var(--teal-pale); transform: translateY(-3px); }

.related svg { width: 14px; height: 14px; color: var(--teal); flex-shrink: 0; }

@media (max-width: 860px){ .related { grid-template-columns: 1fr; } }



/* ---------- Map block ---------- */

.mapbox { border: 1px solid var(--rule); overflow: hidden; min-height: 420px; position: relative; }

.mapbox iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }



/* ==========================================================================

   About Page Specific Classes & Extracted Inline Styles

   ========================================================================== */



.w-no-mt { margin-top: 0; }

.w-mt-1rem { margin-top: 1rem; }

.acard-addr { margin-top: 1.1rem; font-size: .88rem; }

.hp-title {max-width: 20ch;}

.hp-mt-2rem { margin-top: 2.6rem; }

.team-head-wrap { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.4rem; }

.t-title { font-size: clamp(1.9rem, 3.6vw, 3rem); max-width: 18ch; }





/* ==========================================================================

   Doctors Page Specific Classes & Extracted Inline Styles

   ========================================================================== */



.bg-ivory-2 { background: var(--ivory-2); }

.docs-desc-w58 { margin-top: 1.3rem; max-width: 58ch; color: var(--ink-2); font-size: 1.04rem; }

.mt-2-8rem { margin-top: 2.8rem; }

.mt-2-6rem { margin-top: 2.6rem; }







/* ==========================================================================

   Patient Info Page Custom Styles & Extracted Inline CSS

   ========================================================================== */



.patient-first-heading { margin-top: 0; }

.patient-schedule-table { margin-top: 1rem; }

.patient-address-text { margin-top: 1.1rem; font-size: 0.88rem; }

.patient-cta-label { justify-content: center; }

.text-left { text-align: left !important; }



/* ==========================================================================

   CAREERS PAGE STYLES (Cleaned & Separated from Inline CSS)

   ========================================================================== */



.bg-ivory-2 { background: var(--ivory-2); }

.w-18ch { max-width: 18ch; }

.w-58ch { max-width: 58ch; color: var(--ink-2); font-size: 1.04rem; }

.mt-2-4rem { margin-top: 2.4rem; }

.mt-2-6rem { margin-top: 2.6rem; }

.mt-2-8rem { margin-top: 2.8rem; }

.mb-2-6rem { margin-bottom: 2.6rem; }

.mt-0 { margin-top: 0 !important; }

.mt-2-6rem { margin-top: 2.6rem; }

.w-18ch { max-width: 18ch; font-size: clamp(1.9rem, 3.6vw, 3rem); }

.bg-ivory-2 { background: var(--ivory-2); }







/* Service Detail Subpage Extracted Utility Classes */

.w-no-mt { margin-top: 0 !important; }

.w-mt-1rem { margin-top: 1rem; }

.w-mt-2rem { margin-top: 2rem; }

.mt-2-2rem { margin-top: 2.2rem; }

.mb-2-4rem { margin-bottom: 2.4rem; }

.mt-3-2rem { margin-top: 3.2rem; }

.bg-ivory-2 { background: var(--ivory-2); }

.w-16ch { max-width: 16ch; }

.w-20ch { max-width: 20ch; }



/* ============================================================

   Helper classes replacing Inline CSS for Services Page

   ============================================================ */



.bg-ivory-2 { background: var(--ivory-2) !important; }

.w-mt-1rem { margin-top: 1rem !important; }

.visit-grid-in { position: relative; z-index: 2; }

.visit-sub-label {margin-top: 2rem;font-size: .7rem;letter-spacing: .16em;text-transform: uppercase;color: rgba(255, 255, 255, .5);}

.visit-acts {display: flex;gap: .7rem;flex-wrap: wrap;margin-top: 2.4rem;}



/* ---------- Alternating image + content sections ---------- */

.altsec-row {display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,5.5rem);}

.altsec-row.rev .altsec-copy { order: 2; }

.altsec-row.rev .altsec-img { order: 1; }

.altsec-copy .rail-num {font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: var(--ink); opacity: .16;display: block; margin-bottom: 0;}

.altsec-copy .label { margin-bottom: 1rem; }

.altsec-copy .prose p:first-of-type { margin-top: 0; }

.altsec-img { position: relative; }

.altsec-img .ph { aspect-ratio: 3/4; overflow: hidden; background: var(--ivory-2); }

.altsec-img .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }







/* ============================================================

   Sticky Sidebar Fix for Subpages

   ============================================================ */



.split {display: grid;grid-template-columns: 1fr 380px;gap: clamp(2rem, 5vw, 4.5rem);align-items: start !important;}

.split-aside {position: -webkit-sticky !important;position: sticky !important;top: 130px !important;align-self: start;height: max-content;z-index: 10;}

html, body {overflow-x: clip !important;}







:where(figure) {margin: 16.5px 40px;}

.foot-btm a:hover {color: var(--teal);}

.prose h2{margin-top: 2rem;}

.privacy-policy h2,.page-id-314 h2 {margin-bottom: 18px;}

.privacy-policy p,.page-id-314 p{margin-top: 1rem;}

.bento-head-wrap h2.section-head {margin-bottom: 0;}

.map_link a,.contact-grid .cdl li div span{display: inline-block;}

.foot-nap br {display: inherit;}

.privacy-policy .phero-bg,.page-id-314 .phero-bg{display: flex;}
.privacy-policy .phero-in,.page-id-314 .phero-in{padding-bottom: 7rem;padding-top: 6rem;}

.nav-tel b:hover,.close-tel b:hover,.fine a:hover,.emergency a:hover,.callout.warn a:hover{color: var(--teal-bright);transition: 0.3s;}

.alt a:hover {color: #fff;}

.fine a {display: contents;}

.callout.warn a {color: var(--rose);text-decoration: none;display: inline-block;margin-top: 0;}

.fine {position: relative;padding-left: 25px;color: rgba(255,255,255,.68);line-height: 1.5;font-size: 13px;}

a.appointment-phone {display: inline-block;line-height: 1.8;}

.fine svg {position: absolute;left: 0px;top: 0;}





/*-------Responsive----------*/





@media (max-width: 1500px){

  .wrap{max-width: 96.5%; padding-left: 20px; padding-right: 20px;}

  .bento{grid-auto-rows: 310px;}

  .tile h3{margin-bottom: 10px;}

  .pcard-role{margin-top: 10px;}

  .logo img{height: 100px;}

  .nav-in{height: 120px;}

}

@media (max-width: 1360px){

  .nav-tel { display: none;}

}

@media (max-width: 1199px){

  .wrap{max-width: 100%;}

  .has-mega:hover .mega, .has-mega.open .mega{transform: none;padding: 10px;}

  .burger { display: flex; position: absolute; top: 23px; right: 20px !important; right: var(--gutter); z-index: 60; }

  .logo img {height: 80px;}

  .nav-in {height: 95px;}

  h2.section-head {font-size: 35px;margin-bottom: 25px;}

  .menu {position: fixed; inset: 0 auto 0 0; width: min(92vw, 420px); background: var(--ivory);transform: translateX(-100%); transition: transform .55s var(--ease);flex-direction: column; align-items: stretch; padding: 1rem var(--gutter) 2.5rem;overflow-y: auto; z-index: 40;}

  .menu.open { transform: translateX(0); }

  .menu > ul { flex-direction: column; align-items: stretch; gap: 0; }

  .menu > ul > li { border-bottom: 1px solid var(--rule); }

  .menu > ul > li > a { color: var(--ink); opacity: 1; padding: 10px 0; justify-content: space-between; font-size: 14px;}

  .mega { position: static; transform: none; width: 100%; grid-template-columns: 1fr; box-shadow: none; border: 0; padding: 0 0 1.2rem; gap: 1.4rem; display: none; opacity: 1; visibility: visible; pointer-events: auto; }

  .has-mega.open .mega { display: grid; }

  .menu-mob { display: grid; gap: .7rem; margin-top: 2rem; }

  .nav-right .btn{margin-right: 60px;}

  .mega h5{font-size: 15px; letter-spacing: 1px;margin-bottom: 5px; padding-bottom: 7px;}

  .btn{padding: 12px 15px;font-size: 12px;}

  br {display: none;}

  .section-head.w-20ch,.section-head.w-70p,.section-sub.w-54ch,.section-head.w-16ch,.close-cta h2,.close-cta p,.contact-details h2,.section-sub.w-44ch,.section-sub.w-56ch,.hero-lead,.t-title,.phero-lead,.hp-title,.docs-desc-w58,.w-18ch {max-width: 100%;}

  .bento { grid-template-columns: repeat(2,1fr);}

  .t-hero { grid-column: span 2; grid-row: span 2; }

  .t-wide { grid-column: span 2;}

  .bento-head-wrap{gap: 18px;}

  .foot-top,.team-grid,.docs,.cards{ grid-template-columns: 1fr 1fr;}

  .f{gap: 0;}

  .doc-role{font-size: 12px;margin-top: 10px;}

  .doc-tags span{font-size: 13px;padding: 8px 12px;}

  .cf-fine{font-size: 13px;line-height: 1.3;word-spacing: 1.5px;}

  .split,.contact-grid {grid-template-columns: 1fr;gap: 36px;}

  .split-aside {position: static !important;top: auto !important;}

  .t-tall { grid-row: span 1; }

  .facts span{font-size: 12px; line-height: 1.4; margin-top: 14px;}

  .facts b{font-size: 22px;}

  .cdl small {font-size: 12px;letter-spacing: 0.8px;margin-bottom: 0;}

  .cf-sub,.book-hd p {margin-top: 12px;font-size: 14px;}

  .prose ul.ticks li,.prose ul.bullets li,.acard-list li{font-size: 15px;line-height: 1.5;gap: 12px;text-align: left;}

  .take li{font-size: 14px;line-height: 1.5;gap: 12px;}

  body p,.qmini p,.section-sub.w-56ch{font-size: 15px; line-height: 1.5;}

  .crumb{gap: 5px;font-size: 14px;}

  .crumb svg {width: 15px;height: 15px;opacity: 1;}

  .visit-small-title,.visit-sub-label{margin-top: 17px;font-size: 13px;}

  .visit-acts, .close-acts {gap: 15px;margin-top: 20px;}

  .take, .areas {gap: 7px;margin-top: 10px;}

  .prose .tbl td {padding: 15px;font-size: 14px;}

  .hrs{margin-top: 15px;}

  .visit-body {padding: 45px 20px 55px;}

  .contact-grid br {display: inherit;}
  .nav-bar .mega ul li.on > a,
  .nav-bar .mega ul li.current-menu-item > a {color: var(--teal-bright) !important;opacity: 1 !important;font-weight: 600;}
  .nav-bar .menu > ul > li.has-mega.on > a {color: var(--teal-bright) !important;opacity: 1 !important;}

}

@media (max-width: 992px){

  .hero-in,.phero-in { grid-template-columns: 1fr; padding-bottom: 3rem;padding-top: 2rem;gap: 30px;}

  .rail { grid-template-columns: 1fr; gap: 1.6rem; }

  /*.rail-side { position: static; display: flex; align-items: baseline; gap: 1rem;}*/

  .rail-num { font-size: 2.2rem; margin: 0;}

  .team-grid { grid-template-columns: 1fr 1fr;}

  .visit-grid,.contact-grid {grid-template-columns: 1fr;}

  .visit-map { min-height: 340px; order: 2; }

  .visit-body { max-width: none; }

  .fine,.alt{font-size: 13px;line-height: 1.3;word-spacing: 1.5px;}

  .hero-lead{max-width: 100%;}

  .book .f label, .bform .f label{font-size: 12px;letter-spacing: 0.5px;}

  .f{gap: 2px;}

  .book .f input, .book .f select, .book textarea, .bform .f input, .bform .f select, .bform textarea{padding: 12px 15px;font-size: 13px;}

  .padding-bottom {padding-bottom: 70px;}

  .padding-top {padding-top: 70px;}

  .rail{gap: 13px;}

  .areas span{font-size: 12px; padding: 8px 15px;}

  .hrs td {padding: 8px 0;font-size: 14px;}

  .hrs,.close-cta p,.foot-soc,.hero-copy h1,.phero h1{margin-top: 15px;}

  .feat-grid-wrap,.team-grid,.cdl,.close-tel,.hp-mt-2rem,.mt-2-8rem,.mt-2-6rem{margin-top: 25px;}

  .bento-head-wrap,.section-head.w-16ch{margin-bottom: 25px;}

  .qrow{margin-top: 30px;}

  .faq-q{font-size: 17px;}

  .faq-n,.foot-col a,.foot-btm .wrap{font-size: 14px;}

  .faq-a p {padding: 0 30px 20px 40px;font-size: 15px;line-height: 1.5;text-align: left;}

  .faq-q{grid-template-columns: 25px 1fr 25px;gap: 15px;padding: 15px 0;}

  .close-cta h2{line-height: 1.1 !important; margin-top: 13px;}

  .hero-lead,.phero-lead {margin-top: 20px;font-size: 16px;}

  .hero-acts,.phero-acts{gap: 15px;margin-top: 25px;}

  .foot-about p{max-width: 100%;font-size: 14px;}

  .close-tel{padding-top: 20px;}

  .close-tel small {font-size: 12px;letter-spacing: 1px;}

  .foot-col ul{gap: 2px;}

  .foot-nap li {gap: 10px;font-size: 14px;margin-bottom: 8px;}

  .foot h4{margin-bottom: 10px;}

  .foot-top{gap: 30px;padding: 60px 0;}

  .hero-copy h1,.phero h1{font-size: 40px;}

  h2.section-head{margin-bottom: 18px;}

  .rail-side .label {margin-top: 8px;}

  .note{font-size: 13px;}

  .phero-in.solo{max-width: 100%;}

  .rail-num{margin-top: -12px !important;}

  .privacy-policy .phero.grain, .page-id-314 .phero.grain{align-items: center;}

  .strip-r { display: none; }
  .home-visit-section .visit-body {padding-top: 0;}

}

@media (max-width: 900px){

  .steps { grid-template-columns: 1fr 1fr; }

  .altsec-img .ph { aspect-ratio: 16/10; }

  .altsec-row {display: flex;flex-wrap: wrap;gap: 28px;}

  .altsec-img{order: 1;}

  .altsec-copy {order: 2;}

}

@media (max-width: 860px){

  .qrow { grid-template-columns: 1fr;}

  .foot-services-grid {flex-direction: column;gap: 8px;}

}

@media (max-width: 820px){

  .dock { display: grid; grid-template-columns: 1fr 1fr; position: fixed; inset: auto 0 0 0; z-index: 400; }

  .dock a { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 1.05rem 0; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

  .dock a:first-child { background: var(--abyss); color: #fff; }

  .dock a:last-child { background: var(--teal); color: #fff; }

  .dock svg { width: 16px; height: 16px; }

  body { padding-bottom: 56px; }

  .facts { grid-template-columns: 1fr 1fr;}

}

@media (max-width: 780px){

  .feat-row { grid-template-columns: 1fr; gap: .8rem; padding: 20px; }

}

@media (max-width: 767px){

  .svc-list { grid-template-columns: 1fr;}

  .feat-grid-wrap,.emergency,.mt-2-4rem {margin-top: 25px;}

  .nav-right .btn,.strip {display: none;}

  .nav-call-ic {display: inline-flex; align-items: center; justify-content: center;width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%;color: #fff; flex: 0 0 auto;margin-right: 60px;}

  .hero-rule {margin-top: 25px;padding-top: 20px;gap: 25px;}

  .hero-in{gap: 25px;}

  .book-hd p{margin-top: 10px;font-size: 13px;gap: 10px;}

  .bform, .cform, .wpcf7-form {gap: 15px;}

  .book-hd {margin-bottom: 20px;}

  .visit-body h2{margin: 15px 0;}

  .job { grid-template-columns: 1fr;}

  .tile-tag{top: 0;left: 0;}

  :where(figure) {margin: 0;}

  h2.section-head {font-size: 32px;}

  .hero-copy h1,.phero h1{font-size: 35px;}

  .padding-top {padding-top: 50px;}

  .padding-bottom {padding-bottom: 50px;}

  .prose ul.ticks,.prose ul.bullets{margin-top: 18px;gap: 12px;}

  body h3 {font-size: 20px;}

  .prose > * + *,.prose a {margin-top: 12px;}

  .callout {margin-top: 20px;}

  .prose h3,.prose h2{margin-top: 25px;}

  .altsec-copy .label {margin-bottom: 10px;}

  .foot-top{padding: 50px 0;}

  .foot h4{font-size: 14px; letter-spacing: 1px;}

  .job-meta{margin-top: 15px;}

}





@media (max-width: 620px){

  .cards, .cards.two { grid-template-columns: 1fr; }

  .bento { grid-template-columns: 1fr; grid-auto-rows: 320px; }

  .t-hero, .t-wide { grid-column: span 1; }

  .t-hero { grid-row: span 1; }

  .team-grid,.docs { grid-template-columns: 1fr; }

  .hero-in{justify-content: center;text-align: center;}

  .hero-acts, .hero-rule,.book-hd p,.rail-side,.bento-head-wrap,.tile .go,.label,.qmini .stars,.areas,.visit-acts,.phero-acts,.crumb,.doc-tags,.job-meta,.foot-btm .wrap{justify-content: center;}

  .rail,.visit-body.vis,.phero-in,.altsec-row,.foot-btm .wrap{text-align: center;}

  .feat-ic{margin: auto;}

  .pcard-body p{font-size: 14px; margin-top: 10px;}

  .pcard-role{font-size: 13px; margin-top: 10px;}

  .tile h3{font-size: 20px; margin-bottom: 10px;}

  .pjoin h3 {font-size: 20px;margin: 10px 0;}

  .pcard-body h3 {font-size: 20px;}

  .qmain figcaption{margin-top: 12px;font-size: 13px;letter-spacing: 0.5px;}

  .foot-logo img,.card h3{margin-bottom: 15px;}

  .card-ic {margin: auto;margin-bottom: 15px;}

  .book-hd h2,.hero-fact b{font-size: 24px;}

  .section-sub {margin-top: 10px;}

  .privacy-policy h2,.privacy-policy p,.page-id-314 h2,.page-id-314 p {text-align: center;}

}



@media (max-width: 540px){

  .f2,.foot-top,.steps { grid-template-columns: 1fr; }

  .foot-top {text-align: center;}

  .foot-top .foot-logo {margin: auto;display: flex;justify-content: center;}

  .foot-soc{justify-content: center;}

  .foot-nap li{gap: 2px;flex-direction: column;justify-content: center;align-items: center;}

  .cdl span,.map_link a{font-size: 14px;}

  .cdl-ic{width: 40px; height: 40px;}

  .qmain blockquote{font-size: 24px;line-height: 1.2;}

  .hero-copy h1,.phero h1{font-size: 32px;line-height: 1.1;}

  h2.section-head {font-size: 26px;line-height: 1.1;}

  .qmini .stars{margin-bottom: 10px;}

  .qmini cite{margin-top: 8px;font-size: 12px;letter-spacing: 0.5px;}

  .padding-top {padding-top: 40px;}

  .padding-bottom {padding-bottom: 40px;}

  .label{font-size: 12px;}

  .foot-top {padding: 50px 0 40px;}

  .foot-btm .wrap{line-height: 1.5;}

  .menu{width: 293px;}

  .book{padding: 18px 15px;}

  .facts {grid-template-columns: 1fr;}

}







