:root {
  --ink: #122c34;
  --ink-soft: #52666b;
  --navy: #163b45;
  --teal: #2f8583;
  --teal-dark: #216b69;
  --teal-soft: #dff0ed;
  --mint: #edf7f4;
  --cream: #f1f4f3;
  --paper: #ffffff;
  --white: #fff;
  --gold: #2f7775;
  --line: #dbe4e1;
  --danger: #a9362a;
  --shadow-sm: 0 8px 24px rgba(18, 44, 52, .08);
  --shadow-lg: 0 24px 70px rgba(18, 44, 52, .13);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Verdana, Tahoma, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 15px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, select, input[type="range"] { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: 1.06; }
h1 { font-size: clamp(3rem, 6vw, 6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; line-height: 1.25; }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #1775bd; outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.pht-skip:focus { clip: auto !important; width: auto !important; height: auto !important; margin: 10px !important; padding: 10px 14px !important; color: var(--ink); background: white; z-index: 9999; }
.pht-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.pht-block { padding: clamp(52px, 6vw, 78px) 0; scroll-margin-top: 110px; }
.pht-kicker { margin-bottom: 12px; color: var(--teal-dark); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

/* Header */
.pht-header { position: relative; z-index: 100; background: rgba(255,255,255,.96); }
.pht-topline { border-bottom: 1px solid var(--line); background: var(--white); }
.pht-topline .pht-shell { display: flex; justify-content: flex-end; min-height: 46px; }
.pht-utility { display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); }
.pht-utility a { display: inline-flex; gap: 9px; align-items: center; color: #27434b; font-size: .9rem; font-weight: 600; text-decoration: none; }
.pht-utility a:hover { color: var(--teal-dark); }
.pht-utility svg { width: 19px; height: 19px; flex: 0 0 19px; color: var(--teal); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pht-navwrap { border-bottom: 1px solid rgba(18,44,52,.09); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.pht-navwrap .pht-shell { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.pht-brand { min-width: 240px; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.pht-brand img { width: 48px; height: 48px; }
.pht-brand b { display: block; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.03em; }
.pht-brand small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pht-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.pht-nav a { color: var(--ink); font-size: .92rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.pht-nav a:hover, .pht-nav a[aria-current="page"] { color: var(--teal-dark); }
.pht-nav a > span { display: none; }
.pht-cta, .pht-button, .me-outline {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.pht-cta, .pht-button { color: white; background: var(--teal-dark); }
.pht-cta:hover, .pht-button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(33,107,105,.22); }
.pht-button-light { color: var(--navy); background: white; }
.pht-button-dark { color: white; background: var(--navy); }
.pht-navcta { min-height: 46px; padding-inline: 19px; }
.pht-navcta svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pht-menu { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; }
.pht-menu span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--navy); }
.pht-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pht-arrowlink { display: inline-flex; gap: 10px; align-items: center; color: var(--teal-dark); font-weight: 700; }

/* Homepage hero */
.pht-hero { color: white; background: var(--navy); }
.pht-herolayout { min-height: 570px; display: grid; grid-template-columns: .92fr 1.08fr; }
.pht-herocopy { display: grid; align-items: center; padding: clamp(52px, 7vw, 96px); }
.pht-heroinner { max-width: 560px; margin-left: auto; }
.pht-herocopy h1 { margin-bottom: 24px; color: white; font-size: clamp(3.5rem, 5.4vw, 5.8rem); }
.pht-heroinner > p { max-width: 520px; margin-bottom: 32px; color: #d9e7e5; font-size: 1.2rem; }
.pht-heroimage { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }

.pht-appointment-search { padding: 26px 0 0; background: var(--paper); }
.pht-searchcard { display: grid; grid-template-columns: minmax(320px,.9fr) 1.1fr; gap: 42px; align-items: center; padding: 24px 30px; border: 1px solid rgba(18,44,52,.08); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.pht-searchtitle { display: flex; gap: 18px; align-items: center; }
.pht-searchtitle h2 { margin: 0; font-size: 1.8rem; }
.pht-pinicon { position: relative; width: 48px; height: 48px; flex: 0 0 48px; border: 2px solid var(--teal); border-radius: 50%; }
.pht-pinicon::after { position: absolute; inset: 12px; border: 2px solid var(--teal); border-radius: 50%; content: ""; }
.pht-searchcard form { display: flex; padding: 6px 7px 6px 18px; border: 1px solid #bdcfcb; border-radius: 999px; background: var(--paper); }
.pht-searchcard input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; }
.pht-searchcard button { width: 76px; min-height: 44px; border: 0; border-radius: 999px; color: white; background: var(--teal-dark); font-size: 0; }
.pht-searchcard button::after { content: "→"; font-size: 1.25rem; }
.pht-searchcontact { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pht-searchcontact p { margin: 0; color: var(--ink-soft); }
.pht-searchcontact .pht-button { flex: 0 0 auto; }

.me-products { padding: 58px 0 48px; }
.me-products h2, .me-story > h2, .me-support h2 { margin-bottom: 28px; font-size: clamp(2rem,3.2vw,3rem); }
.me-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.me-product { min-width: 0; display: grid; grid-template-rows: auto auto auto auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: white; box-shadow: 0 5px 18px rgba(18,44,52,.05); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.me-product:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.me-product img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; }
.me-product span { margin: 20px 22px 2px; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.me-product strong { margin: 0 22px; color: var(--ink-soft); font-size: .94rem; font-weight: 500; }
.me-product em { margin: 16px 22px 22px; color: var(--teal-dark); font-style: normal; font-weight: 700; }

.me-wide-link { padding: 0 0 34px; }
.me-wide-link > a { min-height: 110px; display: grid; grid-template-columns: 54px 1fr auto; gap: 22px; align-items: center; padding: 25px 32px; border-radius: var(--radius); color: white; background: linear-gradient(120deg,var(--teal-dark),var(--teal)); box-shadow: var(--shadow-sm); text-decoration: none; }
.me-wide-link .me-ear { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.me-wide-link strong { font-family: var(--serif); font-size: clamp(1.5rem,2.4vw,2.25rem); font-weight: 600; }
.me-wide-link small { display: inline-flex; gap: 12px; align-items: center; font-size: .94rem; font-weight: 700; }
.me-wide-link small b { font-size: 1.5rem; font-weight: 400; }

.me-story, .me-app, .me-foundation { padding-block: 54px; }
.me-story-grid, .me-app, .me-foundation { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,70px); align-items: center; }
.me-media { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius-lg); background: var(--mint); }
.me-media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.me-media::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(18,44,52,.18),transparent 50%); content: ""; }
.me-story-copy h3 { font-family: var(--serif); font-size: clamp(2rem,3vw,3rem); }
.me-story-copy p, .me-app p, .me-foundation p { max-width: 590px; color: var(--ink-soft); font-size: 1.08rem; }
.me-app h2, .me-foundation h2 { font-size: clamp(2.3rem,4vw,4.2rem); }
.me-app img { width: 100%; height: 430px; border-radius: var(--radius-lg); object-fit: cover; }
.me-outline { border-color: #8cb8b3; color: var(--teal-dark); background: transparent; }
.me-outline:hover { background: var(--teal-soft); }
.me-foundation .me-media { min-height: 410px; }

.me-finder { margin-block: 24px 44px; padding: clamp(32px,5vw,58px); border-radius: var(--radius-lg); text-align: center; background: var(--mint); }
.me-finder > h2 { margin-bottom: 6px; font-size: 2rem; }
.me-finder > h3 { margin-bottom: 28px; color: var(--ink-soft); font-size: 1.1rem; font-weight: 600; }
.me-finder-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 950px; margin: 0 auto; }
.me-finder-options button { display: grid; justify-items: center; gap: 12px; padding: 22px 18px; border: 1px solid transparent; border-radius: var(--radius); color: var(--ink); background: rgba(255,255,255,.55); font-weight: 650; }
.me-finder-options button:hover, .me-finder-options button[aria-pressed="true"] { border-color: #83b8b2; background: white; box-shadow: var(--shadow-sm); }
.me-finder-options svg { width: 42px; height: 42px; color: var(--teal); fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.me-finder-options span { max-width: 230px; }
.me-slider { position: relative; max-width: 830px; height: 54px; margin: 24px auto 8px; background: radial-gradient(circle at left center,var(--teal-dark) 0 5px,transparent 6px),radial-gradient(circle at right center,var(--teal-dark) 0 5px,transparent 6px),linear-gradient(var(--teal-dark),var(--teal-dark)) center/100% 2px no-repeat; }
.me-slider input { width: 100%; height: 54px; margin: 0; border: 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: grab; }
.me-slider input:active { cursor: grabbing; }
.me-slider input::-webkit-slider-runnable-track { height: 2px; background: transparent; }
.me-slider input::-webkit-slider-thumb { width: 54px; height: 54px; margin-top: -26px; border: 0; border-radius: 50%; appearance: none; -webkit-appearance: none; background: var(--teal); box-shadow: 0 5px 16px rgba(33,107,105,.25); }
.me-slider input::-moz-range-track { height: 2px; background: transparent; }
.me-slider input::-moz-range-thumb { width: 54px; height: 54px; border: 0; border-radius: 50%; background: var(--teal); }
.me-drag { margin-bottom: 20px; color: var(--ink-soft); font-size: .9rem; font-weight: 600; }

.me-smallprint { padding-block: 22px 44px; color: var(--ink-soft); font-size: .88rem; }
.me-smallprint p { max-width: 820px; margin-bottom: 9px; }
.me-support { padding: 54px 0; background: var(--cream); }
.me-support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.me-support-grid a { display: grid; justify-items: start; gap: 16px; padding: 28px; border-radius: var(--radius); color: var(--ink); background: white; box-shadow: var(--shadow-sm); text-decoration: none; }
.me-support-grid svg { width: 40px; height: 40px; color: var(--teal); fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.me-support-grid strong { font-family: var(--serif); font-size: 1.45rem; }
.me-support-grid em { color: var(--teal-dark); font-style: normal; font-weight: 700; }
.me-image-links { display: grid; grid-template-columns: 1fr 1fr; }
.me-image-links a { position: relative; min-height: 430px; overflow: hidden; color: white; }
.me-image-links img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.me-image-links a:hover img { transform: scale(1.03); }
.me-image-links a::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(12,36,43,.78),transparent 65%); content: ""; }
.me-image-links span { position: absolute; z-index: 2; right: 36px; bottom: 34px; left: 36px; display: grid; gap: 8px; }
.me-image-links strong { font-family: var(--serif); font-size: 2rem; }
.me-image-links em { font-style: normal; font-weight: 700; }
.me-location { padding: 70px 24px; text-align: center; background: var(--mint); }
.me-mapicon { width: 108px; height: 108px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; color: var(--teal); background: white; box-shadow: var(--shadow-sm); }
.me-mapicon svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.me-location h2 { margin-bottom: 10px; font-size: clamp(2.2rem,4vw,3.8rem); }
.me-location > p { color: var(--ink-soft); }
.me-location-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.me-location-actions a { padding: 11px 18px; border: 1px solid #b8d4cf; border-radius: 999px; color: var(--teal-dark); background: white; font-weight: 700; text-decoration: none; }

/* Inner pages */
.pht-pagehead { padding: clamp(62px,7vw,100px) 0; color: white; background: linear-gradient(130deg,var(--navy),#245d62); }
.pht-pagehead h1 { max-width: 940px; margin-bottom: 20px; color: white; font-size: clamp(3.3rem,6vw,6.2rem); }
.pht-pagehead .pht-kicker { color: #9ed8cf; }
.pht-pagehead .pht-shell > p:last-child { max-width: 720px; margin-bottom: 0; color: #d6e5e3; font-size: 1.15rem; }
.pht-anchorbar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.pht-anchorbar a { padding: 8px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; font-size: .88rem; text-decoration: none; }
.pht-anchorbar a:hover { background: rgba(255,255,255,.12); }
.pht-headingrow { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 30px; }
.pht-headingrow h2 { max-width: 760px; margin-bottom: 0; }
.pht-headingrow > p, .pht-headingrow > div:last-child { max-width: 470px; margin-bottom: 0; color: var(--ink-soft); }
.pht-split { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(36px,6vw,78px); align-items: start; }
.pht-mediafeature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px,6vw,76px); align-items: center; }
.pht-mediareverse { grid-template-columns: 1fr 1fr; }
.pht-mediafeature > img { width: 100%; aspect-ratio: 4/3; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-sm); }
.pht-darkfeature, .pht-darkguide, .pht-compliance, .pht-subscribe, .pht-contactnext { color: #dbe9e7; background: var(--navy); }
.pht-darkfeature h2, .pht-darkguide h2, .pht-compliance h2, .pht-subscribe h2, .pht-contactnext h2 { color: white; }
.pht-darkfeature .pht-kicker, .pht-darkguide .pht-kicker, .pht-compliance .pht-kicker, .pht-subscribe .pht-kicker, .pht-contactnext .pht-kicker { color: #9ed8cf; }
.pht-cream, .pht-included, .pht-careplan, .pht-guide, .pht-visitpath, .pht-photoaside, .pht-portalfree { background: var(--cream); }
.pht-whoweserve { background: #f1f5f3; }
.pht-finalcta, .pht-location { text-align: center; background: var(--teal-soft); }
.pht-finalcta h2, .pht-location h2, .pht-location p { max-width: 760px; margin-inline: auto; }
.pht-finalcta .pht-button, .pht-location .pht-actions { margin-top: 22px; }
.pht-location .pht-actions { justify-content: center; }

.pht-cardgrid, .pht-tiergrid, .pht-financegrid, .pht-resourcegrid, .pht-valuegrid, .pht-patientgrid, .pht-portalcards, .pht-choicegrid { display: grid; gap: 16px; align-items: start; }
.pht-tiergrid, .pht-financegrid { align-items: stretch; }
.pht-cardgrid { grid-template-columns: repeat(4,1fr); }
.pht-tiergrid, .pht-financegrid, .pht-resourcegrid, .pht-portalcards, .pht-choicegrid { grid-template-columns: repeat(3,1fr); }
.pht-valuegrid, .pht-patientgrid { grid-template-columns: repeat(2,1fr); }
.pht-servicecard, .pht-tiergrid article, .pht-financegrid article, .pht-resourcegrid article, .pht-valuegrid article, .pht-patientgrid article, .pht-portalcards article, .pht-caretiles article, .pht-choicegrid span {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}
.pht-servicecard > span, .pht-resourcegrid > article > span, .pht-patientgrid > article > span, .pht-tiergrid article > span, .pht-valuegrid article > b, .pht-portalcards article > span { color: var(--teal-dark); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pht-servicecard h3, .pht-resourcegrid h3, .pht-patientgrid h3, .pht-tiergrid h3, .pht-valuegrid h3, .pht-portalcards h3 { margin: 18px 0 10px; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.pht-servicecard p, .pht-resourcegrid p, .pht-patientgrid p, .pht-tiergrid p, .pht-valuegrid p, .pht-portalcards p { color: var(--ink-soft); }
.pht-servicecard a, .pht-resourcegrid a { color: var(--teal-dark); font-weight: 700; }
.pht-resourcegrid .pht-featurearticle { grid-column: span 2; color: white; background: var(--teal-dark); }
.pht-resourcegrid .pht-featurearticle h2, .pht-resourcegrid .pht-featurearticle p, .pht-resourcegrid .pht-featurearticle a { color: white; }
.pht-resourcegrid .pht-featurearticle h2 { margin: 22px 0 12px; font-size: 2.7rem; }
.pht-tierfocus { border-color: var(--teal) !important; box-shadow: var(--shadow-lg); }
.pht-tiergrid article:target { outline: 4px solid var(--gold); outline-offset: 4px; }
.pht-financegrid article { border-top: 4px solid var(--gold); background: white; }
.pht-aboutfacts { border-bottom: 1px solid var(--line); background: white; }
.pht-aboutfacts .pht-shell { display: grid; grid-template-columns: repeat(4,1fr); }
.pht-aboutfacts .pht-shell > div { padding: 24px; border-right: 1px solid var(--line); }
.pht-aboutfacts .pht-shell > div:first-child { border-left: 1px solid var(--line); }
.pht-aboutfacts strong { display: block; font-family: var(--serif); font-size: 1.4rem; }
.pht-aboutfacts span { color: var(--ink-soft); font-size: .9rem; }
.pht-aboutquote, .pht-callout { padding: 20px 22px; border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--cream); }
.pht-aboutquote { margin-top: 24px; font-weight: 700; }
.pht-processcard, .pht-included .pht-split > div:last-child { padding: 28px; border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.pht-processcard > b { color: var(--teal-dark); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.pht-processcard li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.pht-checklist { display: grid; gap: 10px; padding: 0; list-style: none; }
.pht-checklist li { position: relative; padding-left: 28px; }
.pht-checklist li::before { position: absolute; left: 0; color: var(--teal); content: "✓"; font-weight: 800; }
.pht-threecol { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 30px; }
.pht-threecol p { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.28); }
.pht-steps { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.pht-steps li { padding: 24px; border-top: 1px solid #c9d5d2; border-right: 1px solid #c9d5d2; counter-increment: steps; }
.pht-steps li::before { display: block; margin-bottom: 16px; color: var(--teal); content: "0" counter(steps); font-weight: 800; }
.pht-steps b { font-family: var(--serif); font-size: 1.45rem; }
.pht-aboutsteps { padding: 0; margin: 0; list-style: none; counter-reset: path; }
.pht-aboutsteps li { position: relative; padding: 0 0 24px 62px; counter-increment: path; }
.pht-aboutsteps li::before { position: absolute; left: 0; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); content: counter(path); font-weight: 800; }
.pht-aboutsteps div { display: grid; gap: 4px; }
.pht-aboutsteps span { color: var(--ink-soft); }
.pht-guide ol { padding: 0; margin: 0; list-style: none; counter-reset: guide; }
.pht-guide li { padding: 16px 0; border-bottom: 1px solid #d4c8b8; counter-increment: guide; }
.pht-guide li::before { margin-right: 14px; color: var(--teal-dark); content: "0" counter(guide); font-weight: 800; }
.pht-guide li b { font-family: var(--serif); font-size: 1.3rem; }
.pht-guide li p { margin: 7px 0 0 38px; }
.pht-faqlist { border-top: 1px solid var(--line); }
.pht-faqlist article { border-bottom: 1px solid var(--line); }
.pht-faqlist h3 { margin: 0; }
.pht-faqlist button { width: 100%; display: flex; justify-content: space-between; padding: 19px 0; border: 0; color: var(--ink); background: transparent; font-weight: 700; text-align: left; }
.pht-faqlist button span { color: var(--teal); font-size: 1.35rem; }
.pht-faqlist article > div { max-width: 780px; padding-bottom: 18px; color: var(--ink-soft); }
.pht-smallprint { color: var(--ink-soft); font-size: .88rem; }

/* Forms */
.pht-subgrid, .pht-contactgrid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,6vw,78px); align-items: start; }
.pht-form { display: grid; gap: 16px; }
.pht-fieldrow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pht-fieldrow > label { min-width: 0; }
.pht-form > label, .pht-fieldrow label, .pht-selectlabel, .pht-soundlab label { display: grid; gap: 6px; font-size: .88rem; font-weight: 700; }
.pht-field-label small { font-size: .78rem; font-weight: 400; }
.pht-form input:not([type="checkbox"]), .pht-form textarea, .pht-form select, .pht-selectlabel select, .pht-soundlab select { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #aebfbc; border-radius: 10px; color: var(--ink); background: white; }
.pht-form input[type="date"] { min-width: 0; height: 48px; }
.pht-form textarea { resize: vertical; }
.pht-form small[data-error-for], .pht-consents small[data-error-for] { color: #ffd4c8; font-size: .76rem; font-weight: 700; }
.pht-contactform { padding: 32px; border-radius: var(--radius-lg); color: white; background: var(--navy); box-shadow: var(--shadow-lg); }
.pht-consents { display: grid; gap: 10px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.15); }
.pht-consents label { font-size: .8rem; }
.pht-consents input { width: 18px; height: 18px; margin: 2px 7px 0 0; vertical-align: top; accent-color: var(--gold); }
.pht-formstatus { min-height: 1.5em; margin: 0; font-weight: 700; }
.pht-contactfacts { display: grid; gap: 15px; margin-top: 28px; }
.pht-contactfacts > div { display: grid; gap: 3px; padding-top: 14px; border-top: 1px solid var(--line); }
.pht-contactfacts b { color: var(--teal-dark); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.pht-note { display: grid; gap: 4px; margin-top: 26px; padding-left: 16px; border-left: 3px solid var(--gold); }

/* Portal */
.pht-portal { display: grid; grid-template-columns: 235px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.pht-portalside { display: flex; flex-direction: column; padding: 26px; color: white; background: var(--navy); }
.pht-portalside > p { margin: 10px 0 28px; font-weight: 700; }
.pht-portalside [role="tablist"] { display: grid; gap: 7px; }
.pht-portalside button { padding: 11px 13px; border: 0; border-radius: 10px; color: white; background: transparent; text-align: left; }
.pht-portalside button[aria-selected="true"] { color: white; background: var(--gold); font-weight: 700; }
.pht-portalside small { margin-top: 30px; color: #bcd1ce; }
.pht-portalmain { padding: 30px; background: #f1f5f3; }
.pht-portalwelcome { display: grid; grid-template-columns: 1fr 250px; gap: 24px; align-items: center; }
.pht-portalwelcome h2 { margin-bottom: 6px; font-size: 3rem; }
.pht-nextvisit { display: grid; padding: 20px; border-radius: var(--radius); background: white; }
.pht-caretiles { display: grid; gap: 12px; margin-top: 24px; }
.pht-audiopreview { min-height: 210px; display: grid; place-items: center; margin: 24px 0; border: 1px solid var(--line); border-radius: var(--radius); background: repeating-linear-gradient(0deg,transparent,transparent 42px,#dce5e2 43px),repeating-linear-gradient(90deg,white,white 70px,#dce5e2 71px); }
.pht-audiopreview span { max-width: 390px; padding: 18px; text-align: center; background: rgba(255,255,255,.92); }

/* Screener */
.pht-progress > div { height: 6px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: var(--line); }
.pht-progress i { display: block; width: 25%; height: 100%; background: var(--teal); transition: width .35s ease; }
.pht-screener fieldset { padding: 0; border: 0; }
.pht-screener legend { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(2rem,5vw,3.8rem); font-weight: 600; line-height: 1.08; }
.pht-choicegrid { margin-top: 22px; align-items: stretch; }
.pht-choicegrid label { position: relative; min-width: 0; display: block; cursor: pointer; }
.pht-choicegrid input { position: absolute; opacity: 0; }
.pht-choicegrid label > span {
  min-height: 150px;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
}
.pht-choicegrid b, .pht-choicegrid small { display: block; }
.pht-choicegrid b { line-height: 1.35; }
.pht-choicegrid small { font-size: .9rem; line-height: 1.55; }
.pht-choicegrid input:checked + span { border-color: var(--teal); box-shadow: inset 0 0 0 2px var(--teal); background: var(--mint); }
.pht-choicegrid input:focus-visible + span { outline: 3px solid #1775bd; outline-offset: 3px; }
.pht-choicegrid small { color: var(--ink-soft); }
.pht-screenernav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
.pht-soundlab { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 24px; padding: 28px; border-radius: var(--radius-lg); color: white; background: var(--navy); }
.pht-rangeends { display: flex; justify-content: space-between; color: #bcd1ce; font-size: .75rem; font-weight: 500; }
.pht-aftertest { background: var(--cream); }
.pht-wavevisual { min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.pht-wavevisual i { width: 7px; height: 64px; border-radius: 10px; background: var(--gold); animation: wave 1.5s infinite ease-in-out; }
.pht-wavevisual i:nth-child(2), .pht-wavevisual i:nth-child(6) { height: 105px; }
.pht-wavevisual i:nth-child(3), .pht-wavevisual i:nth-child(5) { height: 150px; }
.pht-wavevisual i:nth-child(4) { height: 190px; }
@keyframes wave { 50% { transform: scaleY(.7); opacity: .7; } }
.pht-impactlist > div { display: grid; grid-template-columns: 1fr repeat(3,115px); gap: 10px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.pht-screenerror { min-height: 1.5em; margin: 14px 0 0; color: var(--danger); font-weight: 700; }
.pht-resultgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pht-resultsummary dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.pht-profilechart { display: grid; gap: 11px; align-content: center; padding: 24px; border-radius: var(--radius); background: var(--cream); }
.pht-profilechart > div { display: grid; grid-template-columns: 100px 1fr auto; gap: 10px; align-items: center; }
.pht-profilechart i { position: relative; height: 9px; overflow: hidden; border-radius: 999px; background: #d6dedb; }
.pht-profilechart i::before { display: block; width: var(--value); height: 100%; background: var(--teal); content: ""; }
.pht-resultnext { margin-top: 24px; padding: 25px; border-radius: var(--radius); color: white; background: var(--navy); }

/* Legal, 404 and footer */
.pht-legal { padding: 60px 0; }
.pht-legal .pht-shell { max-width: 820px; }
.pht-legal h1 { font-size: clamp(3rem,7vw,5.2rem); }
.pht-legal .pht-updated { color: var(--ink-soft); }
.pht-legal section { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.pht-legal h2 { font-size: 2rem; }
.pht-notfound { min-height: 560px; display: grid; place-items: center; padding: 60px 24px; text-align: center; background: var(--cream); }
.pht-notfound > div:last-child { max-width: 700px; }
.pht-notfound .pht-actions { justify-content: center; }
.pht-soundrings { display: none; }
.pht-footer { color: #d7e5e3; background: var(--navy); }
.pht-footerbar { border-bottom: 1px solid rgba(255,255,255,.12); }
.pht-footerbar > .pht-shell { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.pht-footerbar .pht-brand b, .pht-footerbar .pht-brand small { color: white; }
.pht-footerbar > .pht-shell > a { color: white; font-weight: 700; text-decoration: none; }
.pht-footerbar > .pht-shell > div { display: flex; gap: 28px; margin-left: auto; }
.pht-footerbar a { color: white; text-decoration: none; }
.pht-footergrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 44px; padding-block: 40px 48px; }
.pht-footer h2 { margin-bottom: 16px; color: white; font-family: var(--sans); font-size: .86rem; letter-spacing: .04em; }
.pht-footer ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; font-size: .9rem; }
.pht-footer a { color: inherit; }
.pht-footerlegal { background: #102f38; }
.pht-footerlegal > .pht-shell { min-height: 62px; display: flex; align-items: center; gap: 32px; font-size: .75rem; }
.pht-footerlegal p { margin: 0 0 0 auto; color: #9fb6b5; }
.pht-disclaimer { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal][data-visible="true"] { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .pht-shell { width: min(100% - 36px,940px); }
  .pht-navcta { display: none; }
  .pht-nav { gap: 18px; }
  .pht-nav a { font-size: .84rem; }
  .pht-herolayout { min-height: 500px; }
  .pht-herocopy { padding: 48px 38px; }
  .pht-heroimage { min-height: 500px; }
  .me-product-grid { grid-template-columns: repeat(2,1fr); }
  .pht-cardgrid { grid-template-columns: repeat(2,1fr); }
  .pht-footergrid { gap: 26px; }
}

@media (max-width: 800px) {
  body { font-size: 16px; }
  .pht-shell { width: calc(100% - 32px); }
  .pht-block { padding: 44px 0; }
  .pht-topline { display: none; }
  .pht-navwrap .pht-shell { min-height: 70px; }
  .pht-brand { min-width: 0; }
  .pht-brand img { width: 43px; height: 43px; }
  .pht-menu { display: block; }
  .pht-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 12px 20px 20px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-lg); }
  .pht-nav[data-open="true"] { display: grid; }
  .pht-nav a { padding: 8px 0; font-size: 1rem; }
  .pht-herolayout { min-height: 0; grid-template-columns: 1fr; }
  .pht-herocopy { padding: 50px 24px; }
  .pht-heroinner { margin: 0; }
  .pht-herocopy h1 { font-size: clamp(3.1rem,12vw,5rem); }
  .pht-heroimage { height: min(74vw,440px); min-height: 0; }
  .pht-searchcard { grid-template-columns: 1fr; gap: 18px; }
  .pht-searchcontact { align-items: flex-start; flex-direction: column; }
  .me-product-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .me-product { flex: 0 0 78%; scroll-snap-align: start; }
  .me-wide-link > a { grid-template-columns: 48px 1fr; }
  .me-wide-link small { grid-column: 2; }
  .me-story-grid, .me-app, .me-foundation, .pht-split, .pht-mediafeature, .pht-mediareverse, .pht-subgrid, .pht-contactgrid, .pht-soundlab, .pht-resultgrid { grid-template-columns: 1fr; }
  .me-story, .me-app, .me-foundation { padding-block: 40px; }
  .me-app img { height: 340px; }
  .me-finder { width: 100%; border-radius: 0; }
  .me-finder-options { gap: 10px; }
  .me-support-grid, .pht-tiergrid, .pht-financegrid, .pht-resourcegrid, .pht-choicegrid, .pht-portalcards { grid-template-columns: 1fr; }
  .pht-resourcegrid .pht-featurearticle { grid-column: auto; }
  .pht-valuegrid, .pht-patientgrid { grid-template-columns: 1fr; }
  .pht-headingrow { display: grid; gap: 18px; }
  .pht-portal { grid-template-columns: 1fr; }
  .pht-portalside small { margin-top: 20px; }
  .pht-portalwelcome { grid-template-columns: 1fr; }
  .pht-aboutfacts .pht-shell { width: 100%; grid-template-columns: repeat(2,1fr); }
  .pht-aboutfacts .pht-shell > div { border-bottom: 1px solid var(--line); }
  .pht-steps { grid-template-columns: repeat(2,1fr); }
  .pht-threecol { grid-template-columns: 1fr; gap: 8px; }
  .me-image-links { grid-template-columns: 1fr; }
  .me-image-links a { min-height: 340px; }
  .pht-footerbar > .pht-shell { flex-wrap: wrap; padding-block: 20px; }
  .pht-footerbar > .pht-shell > div { width: 100%; margin-left: 0; }
  .pht-footergrid { grid-template-columns: 1fr 1fr; }
  .pht-footerlegal > .pht-shell { flex-wrap: wrap; gap: 12px 24px; padding-block: 18px; }
  .pht-footerlegal p { width: 100%; margin-left: 0; }
}

@media (max-width: 520px) {
  .pht-shell { width: calc(100% - 24px); }
  .pht-block { padding: 36px 0; }
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.2rem; }
  .pht-pagehead { padding: 48px 0; }
  .pht-pagehead h1 { font-size: 3rem; }
  .pht-searchcard { padding: 20px; }
  .pht-searchtitle { align-items: flex-start; }
  .me-product { flex-basis: 88%; }
  .me-product img { aspect-ratio: 1.1/1; }
  .me-wide-link { padding-bottom: 24px; }
  .me-wide-link > a { width: calc(100% - 24px); gap: 14px; padding: 20px; }
  .me-wide-link strong { font-size: 1.35rem; }
  .me-media { min-height: 270px; border-radius: var(--radius); }
  .me-app img { height: 270px; border-radius: var(--radius); }
  .me-foundation .me-media { min-height: 280px; }
  .me-finder { padding: 34px 18px; }
  .me-finder-options { grid-template-columns: 1fr; }
  .me-finder-options button { grid-template-columns: 42px 1fr; justify-items: start; text-align: left; }
  .me-slider { height: 48px; }
  .me-slider input { height: 48px; }
  .me-slider input::-webkit-slider-thumb { width: 48px; height: 48px; margin-top: -23px; }
  .me-slider input::-moz-range-thumb { width: 48px; height: 48px; }
  .me-support-grid a { padding: 22px; }
  .me-image-links a { min-height: 290px; }
  .me-image-links span { right: 24px; bottom: 24px; left: 24px; }
  .me-image-links strong { font-size: 1.55rem; }
  .me-location { padding: 52px 18px; }
  .pht-cardgrid, .pht-steps { grid-template-columns: 1fr; }
  .pht-fieldrow { grid-template-columns: 1fr; }
  .pht-contactform, .pht-portalmain { padding: 22px; }
  .pht-aboutfacts .pht-shell { grid-template-columns: 1fr; }
  .pht-impactlist > div { grid-template-columns: 1fr repeat(3,auto); }
  .pht-profilechart > div { grid-template-columns: 78px 1fr; }
  .pht-profilechart b { grid-column: 2; }
  .pht-footerbar > .pht-shell > div { display: grid; gap: 10px; }
  .pht-footergrid { grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Traditional clinic direction
   Deliberately restrained: compact type, square controls, visible rules,
   solid colors and almost no decorative motion or depth. */
:root {
  --ink: #172f36;
  --ink-soft: #485d62;
  --navy: #123d48;
  --teal: #2c716f;
  --teal-dark: #205d5c;
  --teal-soft: #e2ece9;
  --mint: #edf3f1;
  --cream: #f1f4f3;
  --paper: #ffffff;
  --line: #c9d2cf;
  --shadow-sm: none;
  --shadow-lg: none;
  --radius-sm: 2px;
  --radius: 3px;
  --radius-lg: 4px;
}

body { font: 15px/1.65 Arial, Helvetica, sans-serif; }
h1, h2 { letter-spacing: -.015em; line-height: 1.13; }
h1 { font-size: clamp(2.65rem, 4.4vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3vw, 3.15rem); }
h3 { font-size: 1.18rem; }
.pht-shell { width: min(1280px, calc(100% - 48px)); }
.pht-block { padding: clamp(46px, 5vw, 66px) 0; }
.pht-kicker { margin-bottom: 9px; color: var(--teal-dark); font-size: .72rem; letter-spacing: .12em; }

.pht-header {
  min-height: 117px;
  border-top: 5px solid var(--navy);
  background: var(--paper);
}
.pht-topline { background: #f4f6f5; }
.pht-topline .pht-shell { min-height: 36px; }
.pht-utility a { font-size: .8rem; }
.pht-navwrap { background: var(--paper); backdrop-filter: none; }
.pht-navwrap .pht-shell { min-height: 74px; }
.pht-brand img { width: 42px; height: 42px; }
.pht-brand b { font-size: 1.3rem; letter-spacing: 0; }
.pht-brand small { margin-top: 4px; font-size: .58rem; letter-spacing: .1em; }
.pht-nav { gap: 23px; }
.pht-nav a { padding: 6px 0 4px; border-bottom: 2px solid transparent; font-size: .86rem; }
.pht-nav a:hover, .pht-nav a[aria-current="page"] { border-bottom-color: var(--teal-dark); }

.pht-cta, .pht-button, .me-outline {
  min-height: 43px;
  padding: 9px 17px;
  border-radius: 2px;
  transition: background-color .15s ease, color .15s ease;
}
.pht-cta:hover, .pht-button:hover { transform: none; box-shadow: none; background: #174c4b; }
.pht-navcta { min-height: 41px; padding-inline: 15px; }

.pht-herolayout { min-height: 500px; grid-template-columns: 1fr 1fr; }
.pht-herocopy { padding: clamp(48px, 5.5vw, 76px); border-bottom: 8px solid var(--teal-dark); }
.pht-herocopy h1 { margin-bottom: 20px; font-size: clamp(3rem, 4.6vw, 4.7rem); }
.pht-heroinner > p { margin-bottom: 27px; font-size: 1.08rem; line-height: 1.65; }
.pht-heroimage { min-height: 500px; }

.pht-appointment-search { padding-top: 0; border-bottom: 1px solid var(--line); background: #f3f6f5; }
.pht-searchcard { gap: 30px; padding: 20px 0; border: 0; background: transparent; }
.pht-searchtitle { gap: 14px; }
.pht-searchtitle h2 { font-size: 1.55rem; }
.pht-pinicon { width: 38px; height: 38px; flex-basis: 38px; border-width: 1px; border-radius: 50%; }
.pht-pinicon::after { inset: 10px; border-width: 1px; }
.pht-searchcard form { padding: 0; border-color: #9faeaa; border-radius: 2px; background: white; }
.pht-searchcard input { padding: 11px 13px; }
.pht-searchcard button { width: 64px; min-height: 42px; border-radius: 0; }

.me-products { padding: 48px 0 38px; }
.me-products h2, .me-story > h2, .me-support h2 { margin-bottom: 22px; font-size: clamp(1.85rem, 2.7vw, 2.6rem); }
.me-product-grid { gap: 13px; }
.me-product {
  border-top: 4px solid var(--navy);
  border-radius: 0;
  box-shadow: none;
  transition: border-color .15s ease;
}
.me-product:hover { border-top-color: var(--teal); transform: none; box-shadow: none; }
.me-product span { margin: 16px 17px 2px; font-size: 1.32rem; }
.me-product strong { margin-inline: 17px; font-size: .88rem; }
.me-product em { margin: 12px 17px 17px; font-size: .86rem; text-decoration: underline; }

.me-wide-link > a {
  min-height: 88px;
  padding: 20px 25px;
  border-left: 7px solid #75a9a4;
  border-radius: 0;
  background: var(--teal-dark);
  box-shadow: none;
}
.me-wide-link strong { font-size: clamp(1.35rem, 2vw, 1.9rem); }
.me-wide-link small { font-size: .86rem; }
.me-story, .me-app, .me-foundation { padding-block: 46px; }
.me-media, .me-app img { border-radius: 2px; }
.me-media::after { display: none; }
.me-story-copy h3 { font-size: clamp(1.75rem, 2.5vw, 2.45rem); }
.me-app h2, .me-foundation h2 { font-size: clamp(2rem, 3.2vw, 3.3rem); }
.me-outline:hover { background: #dce8e5; }

.me-finder {
  margin-block: 20px 38px;
  padding: clamp(30px, 4vw, 45px);
  border: 1px solid #b9c8c4;
  border-top: 5px solid var(--navy);
  border-radius: 0;
  background: #edf2ef;
}
.me-finder > h2 { font-size: 1.8rem; }
.me-finder-options { gap: 12px; }
.me-finder-options button {
  padding: 18px 15px;
  border: 1px solid #bdc9c6;
  border-radius: 0;
  background: #f7f9f8;
}
.me-finder-options button:hover, .me-finder-options button[aria-pressed="true"] {
  border-color: var(--teal-dark);
  box-shadow: none;
  background: white;
}
.me-slider input::-webkit-slider-thumb { border-radius: 2px; box-shadow: none; }
.me-slider input::-moz-range-thumb { border-radius: 2px; }

.me-support { padding: 46px 0; border-block: 1px solid var(--line); background: white; }
.me-support-grid { gap: 0; border-block: 1px solid var(--line); }
.me-support-grid a {
  gap: 13px;
  padding: 26px 30px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.me-support-grid a:first-child { padding-left: 0; }
.me-support-grid a:last-child { padding-right: 0; border-right: 0; }
.me-support-grid strong { font-size: 1.28rem; }
.me-image-links a { min-height: 390px; }
.me-image-links img { transition: none; }
.me-image-links a:hover img { transform: none; }
.me-image-links strong { font-size: 1.7rem; }
.me-location { padding: 56px 24px; border-top: 1px solid #cbd8d4; }
.me-mapicon { width: 84px; height: 84px; border: 1px solid #c3d1cd; border-radius: 50%; box-shadow: none; }
.me-mapicon svg { width: 42px; height: 42px; }
.me-location h2 { font-size: clamp(2rem, 3vw, 3rem); }
.me-location-actions a { border-radius: 2px; }

.pht-pagehead { padding: clamp(54px, 6vw, 78px) 0; border-bottom: 8px solid var(--teal); background: var(--navy); }
.pht-pagehead h1 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); }
.pht-anchorbar a { border-radius: 2px; }
.pht-mediafeature > img { border-radius: 2px; box-shadow: none; }
.pht-finalcta, .pht-location { border-block: 1px solid #c3d3cf; }
.pht-servicecard, .pht-tiergrid article, .pht-financegrid article, .pht-resourcegrid article, .pht-valuegrid article, .pht-patientgrid article, .pht-portalcards article, .pht-caretiles article, .pht-choicegrid span {
  padding: 23px;
  border-radius: 0;
}
.pht-tierfocus { border-top: 5px solid var(--teal-dark) !important; box-shadow: none; }
.pht-aboutquote, .pht-callout { border-radius: 0; }
.pht-processcard, .pht-included .pht-split > div:last-child { border: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.pht-aboutsteps li::before { border-radius: 2px; }

.pht-resource-spotlight {
  border-bottom: 1px solid var(--line);
  background: #eef2f1;
}
.pht-resource-spotlight .pht-resourcegrid {
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .75fr);
  grid-template-rows: repeat(3, auto);
  gap: 0;
  align-items: stretch;
  border: 1px solid #b8c4c1;
  background: white;
}
.pht-resource-spotlight .pht-resourcegrid article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: clamp(24px, 3vw, 38px);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: white;
}
.pht-resource-spotlight .pht-resourcegrid article:last-child { border-bottom: 0; }
.pht-resource-spotlight .pht-resourcegrid article:not(.pht-featurearticle) {
  border-left: 1px solid #b8c4c1;
}
.pht-resource-spotlight .pht-resourcegrid article:not(.pht-featurearticle)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 4px;
  background: transparent;
  content: "";
  transition: background-color .18s ease;
}
.pht-resource-spotlight .pht-resourcegrid article:not(.pht-featurearticle):hover::before {
  background: var(--teal);
}
.pht-resource-spotlight .pht-resourcegrid h3 {
  max-width: 460px;
  margin: 10px 0 8px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}
.pht-resource-spotlight .pht-resourcegrid p { margin-bottom: 16px; }
.pht-resource-spotlight .pht-resourcegrid a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration-thickness: 1px;
}
.pht-resource-spotlight .pht-resourcegrid a::after {
  content: "→";
  text-decoration: none;
  transition: transform .18s ease;
}
.pht-resource-spotlight .pht-resourcegrid a:hover::after { transform: translateX(4px); }
.pht-resource-spotlight .pht-resourcegrid .pht-featurearticle {
  grid-row: 1 / -1;
  align-content: end;
  min-height: 610px;
  padding: clamp(40px, 5vw, 74px);
  border-top: 8px solid #75a9a4;
  background:
    linear-gradient(145deg, rgba(255,255,255,.06), transparent 52%),
    var(--teal-dark);
}
.pht-resource-spotlight .pht-featurearticle::before {
  position: absolute;
  top: clamp(34px, 4vw, 56px);
  left: clamp(40px, 5vw, 74px);
  color: rgba(255,255,255,.16);
  content: "01";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 9vw, 9rem);
  font-weight: 600;
  line-height: 1;
}
.pht-resource-spotlight .pht-resourcegrid .pht-featurearticle h2 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  line-height: 1.02;
}
.pht-resource-spotlight .pht-resourcegrid .pht-featurearticle p {
  max-width: 700px;
  font-size: 1.05rem;
}

/* Devices: an editorial clinical reference, not a retail catalog. */
.pht-devices-head p:last-child { max-width: 800px; }
.pht-device-intro { border-bottom: 1px solid var(--line); background: #eef2f1; }
.pht-device-intro .pht-headingrow > p { max-width: 600px; }
.pht-device-principles {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 34px;
  border-block: 1px solid #b8c4c1;
}
.pht-device-principles article { padding: 28px clamp(20px,3vw,38px); border-right: 1px solid #b8c4c1; }
.pht-device-principles article:first-child { padding-left: 0; }
.pht-device-principles article:last-child { padding-right: 0; border-right: 0; }
.pht-device-principles span { color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 700; }
.pht-device-principles h3 { margin: 10px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.pht-device-principles p { margin: 0; color: var(--ink-soft); }

.pht-devices { padding-bottom: 0; }
.pht-devices-title { max-width: 760px; margin-bottom: 38px; }
.pht-device-list { border-top: 1px solid #aebbb7; }
.pht-device-profile {
  display: grid;
  grid-template-columns: minmax(340px,.88fr) minmax(0,1.12fr);
  gap: clamp(38px,7vw,92px);
  align-items: center;
  min-height: 590px;
  padding-block: clamp(52px,7vw,88px);
  border-bottom: 1px solid #aebbb7;
}
.pht-device-profile:nth-child(even) .pht-device-visual { order: 2; }
.pht-device-visual {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(400px,1fr) auto;
  margin: 0;
  border: 1px solid #c1cbc8;
  background:
    linear-gradient(145deg, rgba(255,255,255,.72), transparent 55%),
    #eef1ed;
}
.pht-device-visual img { width: 100%; height: 100%; max-height: 520px; padding: clamp(24px,4vw,54px); object-fit: contain; }
.pht-device-visual.pht-device-photo img { padding: 0; object-fit: cover; }
.pht-device-visual figcaption { padding: 10px 14px; border-top: 1px solid #c1cbc8; color: #68797c; background: #f7f9f8; font-size: .7rem; }
.pht-device-copy { max-width: 650px; }
.pht-device-brand { margin-bottom: 8px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pht-device-copy h3 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem,3.6vw,3.7rem); font-weight: 600; letter-spacing: -.025em; }
.pht-device-lead { margin-bottom: 24px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem,1.8vw,1.55rem); line-height: 1.45; }
.pht-device-copy h4 { margin: 0 0 7px; color: var(--ink); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.pht-device-copy > p:not(.pht-device-brand,.pht-device-lead) { color: var(--ink-soft); }
.pht-device-copy dl { margin: 26px 0 24px; border-top: 1px solid var(--line); }
.pht-device-copy dl div { display: grid; grid-template-columns: 115px 1fr; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.pht-device-copy dt { color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pht-device-copy dd { margin: 0; color: var(--ink); }
.pht-device-copy > a { color: var(--teal-dark); font-weight: 700; text-underline-offset: 5px; }
.pht-device-copy > a span { margin-left: 4px; text-decoration: none; }
.pht-device-fit { border-block: 8px solid var(--teal); color: #dbe9e7; background: var(--navy); }
.pht-device-fit h2 { color: white; }
.pht-device-fit .pht-kicker { color: #a9d4cf; }
.pht-device-fit .pht-smallprint { color: #aec1c0; }
.pht-device-fit .pht-button { margin-top: 10px; color: var(--navy); background: white; }

.pht-form input:not([type="checkbox"]), .pht-form textarea, .pht-form select, .pht-selectlabel select, .pht-soundlab select { border-radius: 2px; }
.pht-contactform { padding: 28px; border-radius: 2px; box-shadow: none; }
.pht-portal { border-radius: 2px; box-shadow: none; }
.pht-portalside button, .pht-nextvisit, .pht-audiopreview, .pht-profilechart, .pht-resultnext, .pht-soundlab { border-radius: 2px; }
.pht-audiopreview { background: white; }
.pht-progress > div, .pht-profilechart i, .pht-wavevisual i { border-radius: 1px; }

[data-reveal] { opacity: 1; transform: none; transition: none; }

@media (max-width: 800px) {
  .pht-shell { width: calc(100% - 30px); }
  .pht-header { min-height: 71px; }
  .pht-navwrap .pht-shell { min-height: 66px; }
  .pht-nav { background: var(--paper); box-shadow: none; }
  .pht-nav a { border-bottom: 1px solid var(--line); }
  .pht-herolayout { grid-template-columns: 1fr; }
  .pht-herocopy { padding: 43px 24px; border-bottom-width: 5px; }
  .pht-herocopy h1 { font-size: clamp(2.8rem, 11vw, 4.2rem); }
  .pht-heroimage { min-height: 0; }
  .pht-searchcard { padding: 18px 0; }
  .me-finder { width: calc(100% - 30px); }
  .pht-resource-spotlight .pht-resourcegrid { grid-template-columns: 1fr; }
  .pht-resource-spotlight .pht-resourcegrid .pht-featurearticle {
    grid-row: auto;
    min-height: 480px;
  }
  .pht-resource-spotlight .pht-resourcegrid article:not(.pht-featurearticle) {
    border-left: 0;
  }
  .pht-resource-spotlight .pht-resourcegrid article:not(.pht-featurearticle)::before {
    top: -1px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 4px;
  }
  .pht-device-principles { grid-template-columns: 1fr; }
  .pht-device-principles article,
  .pht-device-principles article:first-child,
  .pht-device-principles article:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid #b8c4c1; }
  .pht-device-principles article:last-child { border-bottom: 0; }
  .pht-device-profile { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding-block: 48px; }
  .pht-device-profile:nth-child(even) .pht-device-visual { order: 0; }
  .pht-device-visual { grid-template-rows: minmax(330px,1fr) auto; }
  .pht-device-copy { max-width: none; }
  .me-support-grid { border-bottom: 0; }
  .me-support-grid a,
  .me-support-grid a:first-child,
  .me-support-grid a:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .pht-shell { width: calc(100% - 24px); }
  .pht-pagehead h1 { font-size: 2.6rem; }
  .pht-searchcard { padding-inline: 0; }
  .me-finder { width: calc(100% - 24px); border-radius: 0; }
  .pht-device-visual { grid-template-rows: minmax(270px,1fr) auto; }
  .pht-device-visual img { padding: 24px; }
  .pht-device-visual.pht-device-photo img { padding: 0; }
  .pht-device-copy dl div { grid-template-columns: 1fr; gap: 2px; }
}
