/* Dentris / Precision Growth — native, responsive, progressively enhanced. */
:root {
  --ink:#08131d;
  --navy:#0d1e2e;
  --blue:#176bfa;
  --blue-dark:#105bde;
  --text:#132536;
  --muted:#526474;
  --line:#dce4eb;
  --pale:#f2f6fa;
  --white:#fff;
  --font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --radius:16px;
  --container:1240px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scrollbar-gutter:stable;
  scroll-padding-top:100px
}
body {
  margin:0;
  color:var(--text);
  background:white;
  font-family:var(--font);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
body,button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
img {
  max-width:100%;
  height:auto;
  display:block
}
button,a,summary {
  touch-action:manipulation
}
button,summary {
  cursor:pointer
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid #4795ff;
  outline-offset:6px
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-weight:600;
  letter-spacing:-.048em;
  line-height:1.12
}
h2 {
  font-size:clamp(2.2rem,4.2vw,3.5rem)
}
h3 {
  font-size:1.3rem;
  letter-spacing:-.035em
}
p {
  color:var(--muted)
}
ul,ol {
  padding:0;
  margin:0;
  list-style:none
}
.container {
  width:min(var(--container),calc(100% - 96px));
  margin-inline:auto
}
.section {
  padding:112px 0
}
.eyebrow {
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.14em;
  line-height:1.5;
  color:var(--blue-dark);
  margin-bottom:25px;
  display:flex;
  align-items:center;
  gap:12px
}
.eyebrow-line {
  height:1px;
  width:24px;
  background:#60a1ff
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:35px;
  min-height:56px;
  padding:15px 25px;
  border:1px solid transparent;
  border-radius:7px;
  background:var(--blue);
  color:white;
  font-size:.9rem;
  font-weight:700;
  white-space:nowrap;
  transition:background .2s,transform .2s
}
.button:hover {
  background:var(--blue-dark);
  transform:translateY(-2px)
}
.button span {
  font-size:1.2rem;
  font-weight:400
}
.button-small {
  min-height:44px;
  padding:10px 18px;
  font-size:.82rem;
  gap:25px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:20px;
  font-size:.9rem;
  font-weight:600;
  color:var(--blue-dark);
  padding-block:12px
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
.text-link.light {
  color:#f2f6fa
}
.skip-link {
  position:absolute;
  left:20px;
  top:-100px;
  background:white;
  color:var(--ink);
  padding:12px 20px;
  z-index:100
}
.skip-link:focus {
  top:10px
}
.site-header {
  background:var(--ink);
  color:white;
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid #ffffff12
}
.nav-row {
  display:flex;
  align-items:center;
  gap:36px;
  min-height:88px
}
.brand {
  flex-shrink:0
}
.brand img {
  width:166px;
  height:auto
}
.nav-row nav {
  display:flex;
  gap:32px;
  margin-left:auto;
  margin-right:8px
}
.nav-row nav a {
  font-size:.85rem;
  color:#c0cbd5;
  transition:color .2s
}
.nav-row nav a:hover {
  color:white
}
.menu-toggle {
  display:none;
  background:none;
  border:0;
  width:42px;
  height:44px;
  padding:10px;
  color:white
}
.menu-toggle span {
  display:block;
  background:currentColor;
  width:22px;
  height:1px;
  margin:6px 0;
  transition:transform .2s
}
.hero {
  background:var(--ink);
  color:white;
  overflow:hidden
}
.hero-grid {
  display:grid;
  grid-template-columns:1.03fr 1fr;
  align-items:center;
  gap:20px;
  padding-block:82px 72px
}
.hero .eyebrow {
  color:#94b8e8;
  margin-bottom:28px
}
.hero h1 {
  font-size:clamp(2.8rem,4.8vw,4.25rem);
  line-height:1.065;
  letter-spacing:-.055em
}
.hero h1>span {
  color:#8ba3ba
}
.hero-intro {
  color:#adbdca;
  font-size:1.02rem;
  max-width:475px;
  line-height:1.75;
  margin-top:27px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:30px;
  margin-top:31px
}
.hero-note {
  font-size:.77rem;
  color:#92a5b6;
  margin-top:18px
}
.hero-visual {
  position:relative;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0
}
.visual-heading,.visual-caption {
  display:flex;
  justify-content:space-between;
  color:#8398ad;
  font-size:.68rem;
  font-weight:600;
  letter-spacing:.11em;
  gap:15px;
  position:relative;
  z-index:1
}
.visual-heading {
  padding:24px 0;
  border-top:1px solid #ffffff1a;
  margin-left:20px
}
.hero-brand-plaque {
  display:flex;
  align-items:center;
  gap:18px;
  margin:21px 0 0 20px
}
.hero-brand-plaque img {
  width:148px;
  height:auto
}
.hero-brand-plaque span {
  font-size:.61rem;
  letter-spacing:.14em;
  color:#71889f;
  border-left:1px solid #31485d;
  padding-left:18px
}
.aligner-image {
  width:125%;
  image-rendering:auto;
  max-width:none;
  margin-left:-12%;
  mix-blend-mode:screen;
  mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);
  aspect-ratio:3/2;
  object-fit:contain;
  margin-block:12px 16px
}
.hero-pipeline {
  display:flex;
  align-items:center;
  gap:16px;
  margin-left:20px;
  font-size:.81rem;
  color:#e0eafa
}
.pipeline-path {
  flex:1;
  height:1px;
  background:linear-gradient(to right,#31465b,#438cff);
  position:relative
}
.pipeline-path:after {
  content:'';
  height:5px;
  width:5px;
  border-right:1px solid #438cff;
  border-top:1px solid #438cff;
  position:absolute;
  right:0;
  top:-2px;
  transform:rotate(45deg)
}
.visual-caption {
  font-size:.69rem;
  letter-spacing:0;
  font-weight:400;
  margin:18px 0 0 20px
}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid #ffffff1c;
  padding-block:30px 32px
}
.hero-bottom p {
  font-size:.81rem;
  color:#8195a8;
  line-height:1.5
}
.hero-bottom strong {
  font-weight:500;
  color:#d4dfe8
}
.hero-bottom>div {
  display:flex;
  align-items:center;
  gap:39px;
  font-size:1.05rem;
  letter-spacing:-.02em;
  color:#bccbd8
}
.hero-bottom i {
  font-size:.8rem;
  font-style:normal;
  color:#44617a
}
.section-heading {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:100px;
  align-items:end;
  margin-bottom:56px
}
.section-heading>p {
  max-width:420px;
  font-size:1rem;
  line-height:1.8;
  padding-bottom:4px
}
.problem-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:46px;
  border-top:1px solid var(--line);
  padding-top:37px
}
.problem-grid article+article {
  border-left:1px solid var(--line);
  padding-left:34px
}
.line-icon {
  display:block;
  width:32px;
  height:32px;
  color:#3b5c7a;
  margin-bottom:30px
}
.line-icon svg,.booking-top svg {
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.25;
  stroke-linecap:round;
  stroke-linejoin:round
}
.problem-grid h3 {
  font-size:1.2rem;
  margin-bottom:16px
}
.problem-grid p {
  font-size:.92rem;
  line-height:1.8
}
.problem-answer {
  display:flex;
  align-items:center;
  gap:27px;
  padding:29px 0 0;
  margin-top:45px;
  border-top:1px solid var(--line)
}
.small-symbol {
  font-size:2rem;
  color:var(--blue)
}
.problem-answer p {
  font-size:1.22rem;
  line-height:1.5;
  letter-spacing:-.025em
}
.problem-answer strong {
  color:var(--text);
  font-weight:600
}
.system {
  background:var(--pale)
}
.muted-heading {
  color:#6d8194
}
.feature {
  background:white;
  border:1px solid #e3eaf0;
  border-radius:var(--radius);
  overflow:hidden
}
.feature-acquire,.feature-optimize {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:35px;
  padding:49px
}
.feature-copy {
  max-width:480px
}
.feature-number {
  color:var(--blue-dark);
  font-size:.78rem;
  font-weight:700;
  margin-bottom:25px
}
.feature-number span {
  color:#7c8c9b;
  font-size:.7rem;
  letter-spacing:.1em;
  margin-left:15px
}
.feature h3 {
  font-size:clamp(1.8rem,2.7vw,2.4rem);
  line-height:1.17;
  margin-bottom:23px
}
.feature-copy>p:not(.feature-number) {
  font-size:.94rem;
  line-height:1.85
}
.feature-tags {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:25px
}
.feature-tags li {
  font-size:.72rem;
  border:1px solid var(--line);
  padding:5px 10px;
  border-radius:4px;
  color:#526474
}
.feature-outcome {
  font-size:.83rem!important;
  margin-top:27px;
  color:#284761;
  line-height:1.65!important
}
.acquire-art {
  background:#0b1c2b;
  border-radius:11px;
  padding:24px;
  color:#d5e7ff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-width:0
}
.diagram-top,.review-title {
  font-size:.65rem;
  font-weight:600;
  letter-spacing:.11em;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#95afc9
}
.diagram-top>span:last-child {
  font-size:1.25rem;
  color:#62a0ff
}
.target-diagram {
  position:relative;
  min-height:290px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-block:8px
}
.target-ring {
  border:1px solid #24415b;
  border-radius:50%;
  position:absolute
}
.ring-outer {
  width:265px;
  height:265px
}
.ring-middle {
  width:191px;
  height:191px;
  border-color:#2c557a
}
.ring-inner {
  width:115px;
  height:115px;
  border-color:#3c6f9b
}
.target-core {
  width:70px;
  height:70px;
  border-radius:14px;
  border:1px solid #518fed;
  background:#122d49;
  display:grid;
  place-items:center;
  z-index:1;
  box-shadow:0 0 40px #1776ff25
}
.target-core img {
  width:30px;
  height:auto
}
.target-label {
  position:absolute;
  font-size:.71rem;
  letter-spacing:0;
  background:#112a40;
  border:1px solid #31516d;
  border-radius:5px;
  padding:8px 11px;
  z-index:2;
  color:#c5d9ee
}
.label-one {
  top:25px;
  left:7%
}
.label-two {
  right:0;
  top:126px
}
.label-three {
  bottom:18px;
  left:10%
}
.diagram-caption {
  color:#88a4bd;
  font-size:.69rem;
  text-align:center;
  border-top:1px solid #284053;
  padding-top:15px
}
.feature-duo {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:23px;
  margin-block:23px
}
.feature-duo .feature {
  padding:42px 43px 30px
}
.feature-duo .feature-copy {
  max-width:430px
}
.conversation-diagram {
  margin-top:31px;
  background:#f5f8fb;
  border:1px solid #e2eaf2;
  border-radius:10px;
  padding:24px
}
.conversation-diagram>div {
  display:flex;
  gap:14px;
  align-items:center
}
.step-mark {
  flex-shrink:0;
  display:grid;
  place-items:center;
  border:1px solid #d9e3ed;
  background:white;
  width:32px;
  height:32px;
  border-radius:7px;
  font-size:.65rem;
  color:#718497
}
.conversation-diagram p {
  font-size:.8rem;
  color:#284156;
  font-weight:600;
  line-height:1.45
}
.conversation-diagram small {
  font-size:.71rem;
  font-weight:400;
  display:block;
  color:#637c90;
  margin-top:3px
}
.connection {
  width:1px;
  height:18px;
  display:block;
  background:#d5dfeb;
  margin:5px 0 5px 16px
}
.conversation-final .step-mark {
  color:var(--blue);
  background:#eaf2ff;
  border-color:#cbdcf8
}
.check {
  margin-left:auto;
  color:var(--blue);
  font-size:1rem
}
.booking-diagram {
  background:#f5f8fb;
  border:1px solid #e2eaf2;
  border-radius:10px;
  margin-top:31px;
  padding:24px
}
.booking-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#708699;
  font-size:.67rem;
  letter-spacing:.11em
}
.booking-top svg {
  width:26px;
  height:26px;
  color:var(--blue-dark)
}
.booking-diagram>strong {
  display:block;
  font-size:1.6rem;
  line-height:1.15;
  letter-spacing:-.04em;
  font-weight:600;
  margin:12px 0 18px
}
.booking-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  border-top:1px solid #e0e7ef;
  font-size:.7rem;
  padding:9px 0;
  color:#687e90
}
.booking-row b {
  font-weight:500;
  color:#294358;
  text-align:right
}
.booking-footer {
  font-size:.69rem;
  color:#245484;
  margin-top:4px
}
.booking-footer span {
  margin-right:8px
}
.feature-optimize {
  align-items:center
}
.review-diagram {
  border:1px solid var(--line);
  border-radius:10px;
  padding:27px;
  background:#f9fbfd
}
.review-title {
  color:#607b93
}
.review-title>span:last-child {
  font-size:1.5rem;
  color:var(--blue)
}
.review-stages {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:28px 0;
  padding-bottom:25px;
  border-bottom:1px solid var(--line);
  gap:8px;
  color:#284761;
  font-size:1rem;
  font-weight:600;
  letter-spacing:-.02em
}
.review-stages span:nth-child(even) {
  color:#6784a2;
  font-weight:400
}
.review-row {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 0;
  border-bottom:1px solid #e5ecf2;
  font-size:.74rem;
  color:#617b90
}
.review-row:last-child {
  border:0
}
.review-row b {
  font-weight:500;
  color:#284761;
  text-align:right
}
.support-strip {
  display:flex;
  align-items:center;
  gap:24px;
  padding-top:37px
}
.support-icon {
  color:var(--blue);
  font-size:2.4rem;
  font-weight:400;
  line-height:1
}
.support-strip h3 {
  font-size:1.1rem;
  letter-spacing:-.025em;
  margin-bottom:7px
}
.support-strip p {
  font-size:.85rem;
  max-width:660px
}
.support-strip>.text-link {
  margin-left:auto;
  white-space:nowrap;
  font-size:.83rem
}
.partnership {
  background:var(--ink);
  color:white
}
.partnership-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px
}
.partnership .eyebrow {
  color:#8eafe0
}
.partnership-intro {
  color:#a3b7c8;
  line-height:1.8;
  margin:27px 0 33px;
  max-width:440px
}
.responsibilities {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:start
}
.responsibility-label {
  font-size:.64rem;
  letter-spacing:.13em;
  color:#91b7e3;
  font-weight:700;
  border-bottom:1px solid #294052;
  padding-bottom:19px;
  margin-bottom:24px
}
.responsibilities h3 {
  font-size:1.5rem;
  line-height:1.25;
  margin-bottom:25px
}
.responsibilities ul {
  display:grid;
  gap:17px;
  color:#a7b9c9;
  font-size:.83rem;
  line-height:1.6
}
.responsibilities li {
  padding-left:16px;
  position:relative
}
.responsibilities li:before {
  content:'';
  position:absolute;
  width:4px;
  height:4px;
  background:#468bf0;
  left:0;
  top:.6em
}
.process-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px
}
.process-grid li {
  border-top:1px solid var(--line);
  padding-top:23px
}
.process-grid span {
  font-size:.83rem;
  color:var(--blue-dark)
}
.process-grid h3 {
  font-size:1.35rem;
  margin:27px 0 17px
}
.process-grid p {
  font-size:.92rem;
  line-height:1.8
}
.about {
  padding:0 0 110px
}
.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.about-brand {
  min-height:390px;
  border-radius:13px;
  background:var(--ink);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:65px;
  padding:65px 40px
}
.about-brand img {
  width:330px
}
.about-brand>span {
  font-size:.67rem;
  letter-spacing:.19em;
  color:#839eb7
}
.about h2 {
  font-size:2.65rem;
  margin-bottom:25px
}
.about p:not(.eyebrow) {
  font-size:.94rem;
  line-height:1.8;
  margin-top:13px
}
.founder {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:27px
}

.founder strong {
  display:block;
  font-size:.87rem;
  font-weight:600;
  line-height:1.5
}
.founder small {
  font-size:.75rem;
  color:#637a8e
}
.faq {
  background:var(--pale)
}
.faq-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:100px
}
.faq-grid>div>p:not(.eyebrow) {
  font-size:.95rem;
  max-width:330px;
  margin-top:26px
}
.faq-list {
  border-top:1px solid #ccd9e4
}
.faq-list details {
  border-bottom:1px solid #ccd9e4
}
.faq-list summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  list-style:none;
  font-size:.96rem;
  font-weight:600;
  line-height:1.5;
  padding:25px 0;
  letter-spacing:-.02em
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary>span {
  font-size:1.4rem;
  color:#53718b;
  font-weight:400;
  transition:transform .2s
}
.faq-list details[open] summary>span {
  transform:rotate(45deg)
}
.faq-list details p {
  font-size:.9rem;
  line-height:1.8;
  padding:0 36px 24px 0
}
.book-section {
  padding:106px 0;
  background:var(--ink);
  color:white
}
.book-heading {
  text-align:center
}
.book-heading .eyebrow {
  justify-content:center;
  color:#8eafe0
}
.book-heading h2 {
  font-size:clamp(2.5rem,4.5vw,3.9rem)
}
.book-heading h2 span {
  color:#8ba6bf
}
.book-heading>p:last-child {
  margin:24px 0 44px;
  color:#a5b7c6;
  font-size:.95rem;
  line-height:1.8
}
.calendar-shell {
  max-width:1000px;
  margin:auto;
  background:white;
  border-radius:13px;
  overflow:hidden;
  color:var(--text);
  min-width:0
}
.calendar-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #edf1f4;
  padding:24px 32px
}
.calendar-heading img {
  width:117px
}
.calendar-heading>span {
  font-size:.78rem;
  color:#526474
}
.calendly-inline-widget {
  position:relative;
  background:white;
  max-width:100%;
  overflow:hidden
}
.calendar-loading {
  position:absolute;
  inset:40px 0 auto;
  text-align:center;
  padding:20px;
  font-size:.88rem
}
.calendar-loading[hidden] {
  display:none
}
.calendly-inline-widget iframe {
  position:relative;
  z-index:1
}
.calendar-fallback {
  text-align:center;
  font-size:.8rem;
  line-height:1.8;
  padding:18px 20px;
  border-top:1px solid #edf1f4
}
.calendar-fallback a {
  color:var(--blue-dark);
  text-decoration:underline;
  text-underline-offset:3px
}
footer {
  background:var(--ink);
  color:white;
  padding-bottom:34px
}
.footer-top {
  display:flex;
  align-items:center;
  gap:35px;
  padding:40px 0;
  border-top:1px solid #253747;
  border-bottom:1px solid #253747
}
.footer-top p {
  font-size:.85rem;
  color:#9eb0c0
}
.footer-top>a:last-child {
  margin-left:auto
}
.footer-bottom {
  display:flex;
  gap:25px;
  align-items:center;
  padding-top:27px;
  color:#8298aa;
  font-size:.75rem
}
.footer-bottom p {
  margin-right:auto;
  color:inherit
}
.footer-bottom a:hover {
  color:white
}
.trademark {
  font-size:.66rem;
  line-height:1.7;
  color:#7f95a8;
  max-width:950px;
  margin-top:19px
}
@keyframes reveal-in {
  from {
    opacity:.65;
    transform:translateY(15px)
  }
  to {
    opacity:1;
    transform:none
  }
}
@media(min-width:1500px) {
  .hero-grid {
    padding-block:95px 85px
  }
  .hero h1 {
    font-size:4.5rem
  }
}
@media(max-width:1100px) {
  .container {
    width:calc(100% - 64px)
  }
  .nav-row nav {
    gap:20px
  }
  .nav-row {
    gap:25px
  }
  .hero h1 {
    font-size:3.45rem
  }
  .hero-grid {
    gap:10px
  }
  .hero-actions {
    gap:20px
  }
  .hero-actions .text-link {
    font-size:.82rem
  }
  .section-heading {
    gap:60px
  }
  .feature-acquire,.feature-optimize {
    padding:34px;
    gap:30px
  }
  .feature-duo .feature {
    padding:32px
  }
  .partnership-grid {
    gap:55px;
    grid-template-columns:.9fr 1.1fr
  }
  .responsibilities {
    gap:22px
  }
  .faq-grid,.about-grid {
    gap:65px
  }
  .hero-bottom>div {
    gap:25px
  }
  .support-strip {
    flex-wrap:wrap
  }
  .support-strip>.text-link {
    margin-left:47px
  }
  .target-label {
    font-size:.65rem
  }
  .label-one {
    left:0
  }
  .label-three {
    left:0
  }
  .ring-outer {
    width:235px;
    height:235px
  }
  .review-stages {
    font-size:.86rem
  }
  .review-row {
    font-size:.68rem
  }
  .problem-grid {
    gap:25px
  }
  .problem-grid article+article {
    padding-left:25px
  }
}
@media(max-width:900px) {
  .nav-row nav {
    gap:16px
  }
  .nav-row nav a {
    font-size:.75rem
  }
  .brand img {
    width:125px
  }
  .nav-row {
    gap:18px
  }
  .hero h1 {
    font-size:3rem
  }
  .hero-intro {
    font-size:.95rem
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:8px
  }
  .visual-heading {
    font-size:.57rem
  }
  .hero-pipeline {
    font-size:.69rem;
    gap:10px
  }
  .visual-caption {
    font-size:.6rem
  }
  .section {
    padding:85px 0
  }
  .section-heading {
    gap:40px
  }
  .feature-duo {
    gap:17px
  }
  .feature h3 {
    font-size:1.85rem
  }
  .feature-acquire,.feature-optimize {
    padding:30px;
    gap:24px
  }
  .feature-duo .feature {
    padding:28px
  }
  .partnership-grid {
    grid-template-columns:1fr;
    gap:50px
  }
  .responsibilities {
    gap:50px
  }
  .partnership-intro {
    max-width:530px
  }
  .process-grid {
    gap:30px
  }
  .about {
    padding-bottom:85px
  }
  .about-grid {
    gap:45px
  }
  .faq-grid {
    grid-template-columns:.85fr 1.15fr;
    gap:40px
  }
  .booking-row {
    font-size:.63rem
  }
  .conversation-diagram {
    padding:19px
  }
  .booking-diagram {
    padding:19px
  }
  .review-diagram {
    padding:20px
  }
  .review-row {
    flex-direction:column;
    gap:2px
  }
  .review-row b {
    text-align:left
  }
  .hero-grid {
    padding-top:65px
  }
  .about h2 {
    font-size:2.3rem
  }
}
@media(max-width:760px) {
  .container {
    width:calc(100% - 40px)
  }
  .nav-row {
    min-height:76px;
    gap:15px
  }
  .brand img {
    width:116px
  }
  .nav-row>.button {
    margin-left:auto;
    font-size:.75rem;
    gap:16px;
    min-height:42px;
    padding:9px 13px
  }
  .menu-toggle {
    display:block;
    flex-shrink:0;
    margin-right:-7px
  }
  .nav-row nav {
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    margin:0;
    padding:15px 25px 25px;
    background:var(--ink);
    border-bottom:1px solid #253747;
    box-shadow:0 20px 20px #0002
  }
  .nav-row nav[data-open="true"] {
    display:grid;
    gap:0
  }
  .nav-row nav a {
    font-size:.95rem;
    padding:12px 0
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .hero-grid {
    display:block;
    padding-top:52px;
    padding-bottom:32px
  }
  .hero h1 {
    font-size:clamp(2.5rem,7.1vw,3.8rem);
    letter-spacing:-.05em
  }
  .desktop-break {
    display:none
  }
  .hero-intro {
    max-width:540px;
    font-size:1rem;
    margin-top:24px
  }
  .hero .eyebrow {
    font-size:.63rem;
    letter-spacing:.12em;
    margin-bottom:23px
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:23px;
    margin-top:28px
  }
  .hero-actions .button {
    padding-inline:20px;
    gap:23px;
    font-size:.85rem
  }
  .hero-actions .text-link {
    font-size:.77rem;
    gap:10px
  }
  .hero-note {
    font-size:.72rem;
    margin-top:14px
  }
  .hero-visual {
    margin-top:40px
  }
  .visual-heading {
    margin-left:0;
    font-size:.6rem;
    padding:18px 0
  }
  .hero-brand-plaque {
    margin:16px 0 0;
    gap:12px
  }
  .hero-brand-plaque img {
    width:118px
  }
  .hero-brand-plaque span {
    font-size:.55rem;
    padding-left:12px
  }
  .aligner-image {
    width:100%;
    max-width:100%;
    margin:0;
    mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);
    max-height:335px
  }
  .hero-pipeline {
    margin:0;
    font-size:.8rem
  }
  .visual-caption {
    margin:14px 0 0;
    font-size:.66rem
  }
  .hero-bottom {
    align-items:flex-start;
    gap:18px;
    flex-direction:column;
    padding:25px 0
  }
  .hero-bottom p {
    font-size:.75rem
  }
  .hero-bottom p br {
    display:none
  }
  .hero-bottom strong {
    margin-left:6px
  }
  .hero-bottom>div {
    justify-content:space-between;
    width:100%;
    gap:10px;
    font-size:.86rem
  }
  .section {
    padding:70px 0
  }
  .section-heading {
    display:block;
    margin-bottom:37px
  }
  .section-heading>p {
    max-width:500px;
    margin-top:24px;
    font-size:.94rem
  }
  .eyebrow {
    font-size:.63rem;
    letter-spacing:.12em;
    margin-bottom:21px
  }
  h2 {
    font-size:2.4rem;
    letter-spacing:-.045em
  }
  .problem-grid {
    grid-template-columns:1fr;
    gap:26px;
    padding-top:27px
  }
  .problem-grid article {
    display:grid;
    grid-template-columns:32px 1fr;
    column-gap:20px
  }
  .problem-grid article+article {
    padding:26px 0 0;
    border-left:0;
    border-top:1px solid var(--line)
  }
  .line-icon {
    grid-row:1/3;
    margin-top:0
  }
  .problem-grid h3 {
    font-size:1.15rem;
    margin-bottom:10px
  }
  .problem-grid p {
    font-size:.9rem
  }
  .problem-answer {
    margin-top:29px;
    padding-top:25px;
    gap:18px
  }
  .problem-answer p {
    font-size:1.1rem
  }
  .feature-acquire,.feature-optimize {
    grid-template-columns:1fr;
    padding:29px 25px;
    gap:30px
  }
  .feature-copy {
    max-width:none
  }
  .feature h3 {
    font-size:2rem
  }
  .feature-copy>p:not(.feature-number) {
    font-size:.92rem
  }
  .feature-number {
    margin-bottom:21px
  }
  .feature-outcome {
    font-size:.8rem!important
  }
  .feature-tags {
    gap:7px
  }
  .feature-tags li {
    font-size:.66rem;
    padding:5px 8px
  }
  .acquire-art {
    padding:22px
  }
  .target-diagram {
    min-height:275px
  }
  .ring-outer {
    width:255px;
    height:255px
  }
  .label-one {
    left:8%
  }
  .label-three {
    left:9%
  }
  .target-label {
    font-size:.67rem
  }
  .feature-duo {
    grid-template-columns:1fr;
    gap:18px;
    margin-block:18px
  }
  .feature-duo .feature {
    padding:29px 25px
  }
  .conversation-diagram,.booking-diagram {
    padding:23px
  }
  .conversation-diagram p {
    font-size:.83rem
  }
  .conversation-diagram small {
    font-size:.74rem
  }
  .booking-row {
    font-size:.73rem
  }
  .booking-footer {
    font-size:.72rem
  }
  .review-diagram {
    padding:24px
  }
  .review-row {
    flex-direction:row;
    gap:10px;
    font-size:.71rem
  }
  .review-row b {
    text-align:right
  }
  .review-stages {
    font-size:1rem
  }
  .support-strip {
    gap:16px;
    padding-top:27px;
    align-items:flex-start
  }
  .support-strip>div:nth-child(2) {
    flex:1
  }
  .support-strip h3 {
    font-size:1rem;
    line-height:1.4
  }
  .support-strip p {
    font-size:.84rem;
    margin-top:9px
  }
  .support-strip>.text-link {
    margin-left:34px;
    padding-top:0
  }
  .support-icon {
    font-size:2rem
  }
  .partnership-grid {
    gap:40px
  }
  .responsibilities {
    grid-template-columns:1fr 1fr;
    gap:25px
  }
  .responsibility-label {
    font-size:.59rem;
    letter-spacing:.09em;
    min-height:45px
  }
  .responsibilities h3 {
    font-size:1.35rem
  }
  .responsibilities ul {
    font-size:.8rem;
    gap:14px
  }
  .process-grid {
    grid-template-columns:1fr;
    gap:25px
  }
  .process-grid li {
    position:relative;
    padding:23px 0 0 44px
  }
  .process-grid span {
    position:absolute;
    top:24px;
    left:0;
    font-size:.8rem
  }
  .process-grid h3 {
    margin:0 0 12px;
    font-size:1.25rem
  }
  .process-grid p {
    font-size:.91rem
  }
  .about {
    padding-bottom:70px
  }
  .about-grid {
    grid-template-columns:1fr;
    gap:37px
  }
  .about-brand {
    min-height:260px;
    gap:35px;
    padding:45px
  }
  .about-brand img {
    width:270px
  }
  .about-brand>span {
    font-size:.59rem
  }
  .about h2 {
    font-size:2.4rem
  }
  .faq-grid {
    grid-template-columns:1fr;
    gap:34px
  }
  .faq-grid>div>p:not(.eyebrow) {
    max-width:450px;
    margin-top:23px;
    font-size:.94rem
  }
  .faq-list summary {
    font-size:.93rem;
    padding-block:22px;
    gap:22px
  }
  .faq-list details p {
    font-size:.88rem;
    padding-right:18px
  }
  .book-section {
    padding:70px 0
  }
  .book-heading h2 {
    font-size:2.6rem
  }
  .book-heading>p:last-child {
    font-size:.91rem;
    max-width:390px;
    margin:23px auto 33px
  }
  .calendar-shell {
    border-radius:10px;
    margin-inline:0
  }
  .calendar-heading {
    padding:20px;
    gap:15px
  }
  .calendar-heading>span {
    font-size:.66rem;
    max-width:110px;
    text-align:right
  }
  .calendar-heading img {
    width:107px
  }
  .calendar-fallback {
    font-size:.74rem
  }
  .footer-top {
    flex-wrap:wrap;
    gap:16px;
    padding-block:28px
  }
  .footer-top p {
    font-size:.72rem;
    margin-left:auto
  }
  .footer-top>a:last-child {
    margin-left:0;
    font-size:.83rem;
    padding-block:0
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:14px;
    font-size:.68rem;
    padding-top:23px
  }
  .footer-bottom p {
    flex-basis:100%
  }
  .trademark {
    font-size:.64rem;
    margin-top:22px
  }
  .calendar-loading {
    font-size:.8rem
  }
}
@media(max-width:370px) {
  .container {
    width:calc(100% - 32px)
  }
  .nav-row {
    gap:8px
  }
  .brand img {
    width:103px
  }
  .nav-row>.button {
    font-size:.7rem;
    gap:12px;
    padding-inline:10px
  }
  .hero h1 {
    font-size:2.42rem
  }
  .hero-actions {
    gap:15px
  }
  .hero-actions .button {
    font-size:.8rem;
    padding-inline:16px;
    gap:18px
  }
  .hero-actions .text-link {
    font-size:.7rem;
    gap:7px
  }
  .hero-bottom>div {
    font-size:.78rem
  }
  .responsibilities {
    grid-template-columns:1fr;
    gap:32px
  }
  .responsibility-label {
    min-height:0
  }
  .calendar-shell {
    margin-inline:-16px;
    border-radius:0
  }
  .feature-acquire,.feature-optimize,.feature-duo .feature {
    padding:25px 20px
  }
  .acquire-art {
    padding:16px
  }
  .target-label {
    font-size:.6rem
  }
  .ring-outer {
    width:210px;
    height:210px
  }
  .ring-middle {
    width:160px;
    height:160px
  }
  .review-row {
    font-size:.64rem
  }
  .booking-row {
    font-size:.65rem
  }
  .footer-top p {
    font-size:.67rem
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}
/* Brand artwork is supplied by Dentris. No recoloring, filters or blends. */
.brand img.brand-wordmark {
  width: 178px;
  height: auto;
  object-fit: contain;
}
.hero-brand-plaque img.brand-wordmark {
  width: 140px;
  height: auto;
  object-fit: contain;
}
.about-brand img.brand-wordmark {
  width: min(100%, 330px);
  height: auto;
}
.calendar-heading img.calendar-logo {
  width: 142px;
  height: auto;
  object-fit: contain;
}
.target-core {
  background: #fff;
  border-color: #d1e5ff;
}
.target-core img.brand-symbol {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.brand-wordmark, .calendar-logo {
  background: transparent;
  mix-blend-mode: normal;
}
.about-brand {
  background: radial-gradient(ellipse at 70% 100%, #13375a, transparent 70%), var(--ink);
}
.about-brand > span, .visual-caption, .visual-heading {
  color: #9fb3c7;
}
/* The hero has a dedicated image stage and a separate commitment row. */
.hero-grid {
  grid-template-columns: 1.03fr 1fr;
  gap: 42px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.hero-visual {
  perspective: 1100px;
}
.hero-brand-plaque {
  margin-block: 16px 5px;
}
.hero-brand-plaque span {
  font-size: .75rem;
  letter-spacing: .1em;
  color: #9fb3c7;
}
.visual-heading {
  font-size: .75rem;
}
.aligner-stage {
  position: relative;
  aspect-ratio: 1.72;
  isolation: isolate;
}
.aligner-stage picture { position:absolute; inset:0; display:block; }
.aligner-stage::before {
  content: '';
  position: absolute;
  inset: 14% 3% 2% -10%;
  background: radial-gradient(ellipse, #1d6dc730, transparent 64%);
  pointer-events: none;
}
.aligner-image {
  position: absolute;
  top: 0;
  left: -9%;
  width: 108%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
  -webkit-mask-image: radial-gradient(ellipse 82% 74% at 48% 52%, #000 42%, rgba(0,0,0,.96) 57%, rgba(0,0,0,.58) 73%, transparent 100%);
  mask-image: radial-gradient(ellipse 82% 74% at 48% 52%, #000 42%, rgba(0,0,0,.96) 57%, rgba(0,0,0,.58) 73%, transparent 100%);
  transform: perspective(1000px) rotateX(var(--hero-rot-x, 0deg)) rotateY(var(--hero-rot-y, 0deg)) translate3d(var(--hero-shift-x, 0px), var(--hero-shift-y, 0px), 0);
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.hero-guarantee {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 27px 20px;
  padding: 20px 22px;
  border: 1px solid #315373;
  border-radius: 12px;
  background: linear-gradient(120deg, #142d43, #0e2031);
  box-shadow: 0 16px 42px #0002;
}
.guarantee-number {
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: -.06em;
  color: #fff;
  font-weight: 600;
}
.guarantee-number span {
  display: block;
  margin-top: 8px;
  font-size: .75rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #acbfd2;
  font-weight: 400;
}
.guarantee-label {
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1.4;
  color: #99beed;
}
.guarantee-title {
  font-size: 1.1rem;
  color: #fff;
  margin: 4px 0;
  font-weight: 600;
  letter-spacing: -.025em;
}
.guarantee-detail {
  color: #b9cadb;
  font-size: .875rem;
  line-height: 1.6;
}
.hero-pipeline {
  font-size: .875rem;
}
.visual-caption {
  font-size: .75rem;
}
/* Legibility, focus, and predictable navigation at small widths. */
:where(p, li, a, button) {
  overflow-wrap: break-word;
}
:where(.hero-intro, .section-heading > p, .problem-grid p, .feature-copy > p:not(.feature-number), .process-grid p, .about p:not(.eyebrow), .faq-grid > div > p:not(.eyebrow), .faq-list details p, .book-heading > p:last-child) {
  font-size: 1rem;
}
.feature-copy > p:not(.feature-number), .problem-grid p, .process-grid p, .about p:not(.eyebrow), .faq-list details p {
  font-size: 1rem;
}
.feature-tags li, .feature-number span, .feature-outcome, .review-row, .booking-row, .booking-footer, .conversation-diagram small, .diagram-caption, .calendar-heading > span, .calendar-fallback, .support-strip p, .responsibilities ul {
  font-size: .875rem !important;
}
.eyebrow, .hero .eyebrow, .diagram-top, .review-title, .target-label, .responsibility-label, .about-brand > span, .trademark {
  font-size: .75rem;
}
.feature-number span {
  color: #536a7d;
}
.booking-row, .review-row {
  color: #52697d;
}
.footer-bottom {
  flex-wrap: wrap;
  color: #9fb2c5;
  font-size: .875rem;
  gap: 12px 24px;
}
.footer-bottom a,
.trademark {
  color: #9fb2c5;
}
.button {
  min-height: 48px;
  position: relative;
  overflow: hidden;
}
.button::after {
  content: '';
  position: absolute;
  inset: -70% auto -70% -30%;
  width: 20%;
  transform: skewX(-18deg) translateX(-260%);
  background: linear-gradient(90deg, transparent, #ffffff55, transparent);
  pointer-events: none;
}
.button:hover::after, .button:focus-visible::after {
  animation: button-sheen .85s ease-out;
}
.button:active {
  transform: translateY(0);
}
.text-link span {
  transition: transform .2s ease;
}
.text-link:hover span {
  transform: translate(2px, -2px);
}
.faq-list summary {
  min-height: 56px;
  transition: color .2s ease;
}
.faq-list summary:hover {
  color: var(--blue-dark);
}
.faq-list details[open] p {
  animation: answer-enter .3s ease-out;
}
.nav-row nav a {
  position: relative;
}
.nav-row nav a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 1px;
  background: #75b0ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav-row nav a:hover::after, .nav-row nav a:focus-visible::after {
  transform: scaleX(1);
}
.menu-toggle {
  min-width: 44px;
  min-height: 44px;
}
main:focus {
  outline: none;
}
.reading-progress {
  height: 2px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  pointer-events: none;
  background: #6eafff;
  transform: scaleX(0);
  transform-origin: left;
}
@supports (animation-timeline: scroll()) {
  .reading-progress {
    animation: reading-progress linear;
    animation-timeline: scroll(root);
  }
}
/* Motion decorates the reading experience. Content never depends on animation. */
.reveal {
  animation: content-enter .7s var(--reveal-delay, 0ms) cubic-bezier(.2,.7,.2,1) both;
}
.tilt-card {
  position: relative;
  transform-style: preserve-3d;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}
.tilt-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(450px circle at var(--mx,50%) var(--my,50%), #4997ff16, transparent 60%);
  transition: opacity .35s;
}
.tilt-card:hover {
  transform: perspective(1600px) translateY(-5px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
  border-color: #c2d5ea;
  box-shadow: 0 24px 65px #09274815;
}
.tilt-card:hover::before {
  opacity: 1;
}
.target-ring {
  animation: ring-breathe 3.8s ease-in-out 1;
  animation-play-state: paused;
}
.target-core {
  animation: core-float 3.8s ease-in-out 1;
  animation-play-state: paused;
}
.ring-middle {
  animation-delay: .12s;
}
.ring-inner {
  animation-delay: .24s;
}
.motion-visible .target-ring, .motion-visible .target-core {
  animation-play-state: running;
}
.pipeline-path {
  overflow: visible;
}
.pipeline-path::before {
  content: '';
  position: absolute;
  top: -2px;
  width: 28px;
  height: 4px;
  border-radius: 50%;
  background: #87bcff;
  box-shadow: 0 0 12px #6eafff70;
  animation: pipeline-scan 3.8s ease-in-out 1;
  animation-play-state: paused;
}
.motion-visible .pipeline-path::before {
  animation-play-state: running;
}



html[data-motion="paused"] *, html[data-motion="paused"] *::before, html[data-motion="paused"] *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
html[data-motion="paused"] :is(.aligner-image, .tilt-card, .target-core, .target-ring) {
  transform: none !important;
}
html[data-page-hidden="true"] *, html[data-page-hidden="true"] *::before, html[data-page-hidden="true"] *::after {
  animation-play-state: paused !important;
}
@keyframes content-enter {
  from {
    opacity: .35;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
  }
}
@keyframes answer-enter {
  from {
    opacity: .5;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ring-breathe {
  0%,100% {
    opacity: .65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.035);
  }
}
@keyframes core-float {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes pipeline-scan {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 28px);
    opacity: 0;
  }
}
@keyframes button-sheen {
  to {
    transform: skewX(-18deg) translateX(760%);
  }
}
@keyframes reading-progress {
  to {
    transform: scaleX(1);
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-old(root), ::view-transition-new(root) {
  animation-duration: .2s;
}
/* The white calendar remains separate from the site's dark brand surfaces. */
.calendly-inline-widget {
  min-width: min(320px, 100%);
  height: 700px;
}
.calendly-inline-widget iframe {
  width: 100%;
  border: 0;
}
.booking-privacy {
  text-align: center;
  padding: 16px 24px 0;
  font-size: .875rem;
}
.booking-privacy a {
  color: var(--blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.calendar-loading {
  padding: 24px;
  line-height: 1.6;
}
.calendar-fallback {
  border-top: 0;
}
.calendar-heading {
  min-height: 91px;
}
/* Legal pages share the site identity, with a quieter reading layout. */
.legal-hero {
  background: var(--ink);
  color: #fff;
  padding: 80px 0 64px;
}
.legal-hero h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.75rem);
  line-height: 1.06;
  max-width: 800px;
}
.legal-hero .eyebrow {
  color: #a8c9f4;
}
.legal-hero .legal-lede {
  margin-top: 24px;
  max-width: 710px;
  color: #b2c3d4;
  font-size: 1.0625rem;
}
.legal-date {
  margin-top: 24px;
  color: #9db2c8;
  font-size: .875rem;
}
.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: 80px;
  padding-block: 72px 100px;
  align-items: start;
}
.legal-index {
  position: sticky;
  top: 124px;
}
.legal-index p {
  font-size: .75rem;
  letter-spacing: .1em;
  font-weight: 600;
  color: #55708b;
  margin-bottom: 18px;
}
.legal-index a {
  display: block;
  padding: 10px 0;
  font-size: .875rem;
  line-height: 1.5;
  color: #385571;
  border-bottom: 1px solid #e2e9f0;
}
.legal-index a:hover {
  color: var(--blue-dark);
}
.legal-body {
  min-width: 0;
}
.legal-body section + section {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid #e2e9f0;
}
.legal-body h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 18px;
  letter-spacing: -.035em;
}
.legal-body p, .legal-body li {
  font-size: 1rem;
  line-height: 1.85;
  color: #455d72;
}
.legal-body p + p {
  margin-top: 14px;
}
.legal-body ul {
  list-style: disc;
  padding-left: 22px;
  margin: 16px 0;
}
.legal-body li + li {
  margin-top: 9px;
}
.legal-body a {
  color: var(--blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.legal-body strong {
  color: #1b344b;
  font-weight: 600;
}
.legal-note {
  padding: 23px 26px;
  border: 1px solid #cfdfef;
  border-left: 3px solid var(--blue);
  border-radius: 8px;
  background: #f5f8fc;
  margin-bottom: 38px;
}
.error-page .container {
  max-width: 800px;
}
.error-page h1 {
  font-size: clamp(2.75rem, 7vw, 5rem);
}
.error-page p:not(.eyebrow) {
  margin-block: 26px;
}
@media (max-width: 1100px) {
  .hero-grid {
    gap: 24px;
  }
  .hero-guarantee {
    margin-left: 0;
    gap: 17px;
    padding: 18px;
  }
  .hero-brand-plaque {
    margin-left: 0;
    flex-wrap: wrap;
  }
  .hero-brand-plaque span {
    font-size: .75rem;
  }
  .guarantee-number {
    font-size: 2.75rem;
  }
  .guarantee-label {
    letter-spacing: .06em;
  }
  .guarantee-detail {
    font-size: .875rem;
  }
  .nav-row {
    gap: 18px;
  }
  .nav-row nav {
    gap: 18px;
  }
  .nav-row nav a {
    font-size: .875rem;
  }
  .brand img.brand-wordmark {
    width: 148px;
  }
  .legal-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 48px;
  }
}
@media (max-width: 980px) and (min-width: 761px) {
  .nav-row nav {
    gap: 12px;
  }
  .nav-row {
    gap: 14px;
  }
  .nav-row > .button {
    gap: 12px;
    padding-inline: 14px;
  }
  .brand img.brand-wordmark {
    width: 128px;
  }
  .hero h1 {
    font-size: 2.85rem;
  }
  .hero-guarantee {
    align-items: flex-start;
  }
  .guarantee-detail br {
    display: none;
  }
  .hero-brand-plaque span {
    border: 0;
    padding-left: 0;
  }
  .visual-heading {
    flex-wrap: wrap;
    gap: 5px;
  }
  .feature-acquire, .feature-optimize {
    grid-template-columns: 1fr;
  }
  .acquire-art {
    max-width: 100%;
  }
  .booking-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .booking-row b {
    text-align: left;
  }
}
@media (max-width: 760px) {
  .brand img.brand-wordmark {
    width: 128px;
  }
  .hero-brand-plaque img.brand-wordmark {
    width: 126px;
  }
  .hero-brand-plaque {
    flex-wrap: nowrap;
  }
  .hero-brand-plaque span {
    font-size: .75rem;
    line-height: 1.5;
  }
  .about-brand img.brand-wordmark {
    width: min(100%, 280px);
  }
  .hero-grid {
    display: block;
  }
  .aligner-stage {
    aspect-ratio: 1.55;
    margin-block: 6px 0;
    overflow: hidden;
  }
  .aligner-image {
    left: -10%;
    width: 112%;
    -webkit-mask-image: radial-gradient(ellipse 76% 68% at 49% 51%, #000 40%, rgba(0,0,0,.92) 56%, rgba(0,0,0,.42) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 76% 68% at 49% 51%, #000 40%, rgba(0,0,0,.92) 56%, rgba(0,0,0,.42) 72%, transparent 100%);
  }
  .hero-guarantee {
    margin: 0 0 26px;
    gap: 20px;
    padding: 20px;
  }
  .hero .eyebrow, .eyebrow {
    font-size: .75rem;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  .hero-actions .text-link, .nav-row > .button {
    font-size: .875rem;
  }
  .hero-pipeline, .hero-note {
    font-size: .875rem;
  }
  .visual-caption {
    font-size: .75rem;
    gap: 18px;
  }
  .hero-bottom > div {
    font-size: .875rem;
  }
  .section-heading > p, .hero-intro, .book-heading > p:last-child {
    font-size: 1rem;
  }
  .target-label {
    font-size: .75rem;
    padding: 7px 9px;
  }
  .feature h3 {
    font-size: clamp(1.8rem, 6.2vw, 2.25rem);
  }
  .feature-tags li {
    font-size: .8125rem !important;
  }
  .responsibility-label {
    font-size: .75rem;
    min-height: 52px;
  }
  .responsibilities h3 {
    font-size: 1.35rem;
  }
  .support-strip p {
    font-size: 1rem !important;
  }
  .calendar-heading img.calendar-logo {
    width: 126px;
  }
  .calendar-heading {
    padding: 22px;
  }
  .calendar-heading > span {
    max-width: 145px;
  }
  .footer-top p {
    font-size: .875rem;
  }
  .footer-bottom {
    font-size: .875rem;
    gap: 4px 20px;
  }
  .footer-bottom p {
    flex-basis: 100%;
  }
  .trademark {
    font-size: .75rem;
  }
  .reading-progress {
    display: none;
  }
  .legal-hero {
    padding: 54px 0 46px;
  }
  .legal-layout {
    display: block;
    padding-block: 34px 64px;
  }
  .legal-index {
    position: static;
    margin-bottom: 38px;
  }
  .legal-index ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .legal-index a {
    height: 100%;
  }
  .legal-note {
    padding: 20px;
  }
  .legal-body h2 {
    font-size: 1.35rem;
  }
  .menu-toggle {
    display: none;
  }
  .nav-row {
    flex-wrap: wrap;
  }
  .nav-row nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    order: 4;
    width: 100%;
    padding: 0 0 18px;
    gap: 0 20px;
    border: 0;
    box-shadow: none;
  }
  .nav-row nav a {
    font-size: .875rem;
    padding: 10px 0;
  }
  html[data-enhanced] .nav-row {
    flex-wrap: nowrap;
  }
  html[data-enhanced] .menu-toggle {
    display: block;
  }
  html[data-enhanced] .nav-row nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: auto;
    padding: 14px 24px 22px;
    border-bottom: 1px solid #31485d;
  }
  html[data-enhanced] .nav-row nav[data-open="true"] {
    display: grid;
    gap: 0;
  }
  html[data-enhanced] .nav-row nav a {
    padding-block: 14px;
    font-size: 1rem;
  }
  .nav-row nav a::after {
    display: none;
  }
}
@media (max-width: 400px) {
  .brand img.brand-wordmark {
    width: 106px;
  }
  .nav-row {
    gap: 8px;
  }
  .nav-row > .button {
    padding-inline: 11px;
    gap: 9px;
    font-size: .8125rem;
  }
  .hero h1 {
    font-size: 2.35rem;
  }
  .hero-brand-plaque {
    gap: 14px;
  }
  .hero-brand-plaque img.brand-wordmark {
    width: 110px;
  }
  .hero-brand-plaque span {
    font-size: .75rem;
    letter-spacing: .035em;
  }
  .hero-guarantee {
    gap: 16px;
    padding: 18px;
  }
  .guarantee-number {
    font-size: 2.5rem;
  }
  .guarantee-label {
    font-size: .75rem;
    letter-spacing: .04em;
  }
  .guarantee-title {
    font-size: 1rem;
  }
  .guarantee-detail br {
    display: none;
  }
  .responsibilities {
    grid-template-columns: 1fr;
  }
  .responsibility-label {
    min-height: 0;
  }
  .feature-duo .feature, .feature-acquire, .feature-optimize {
    padding-inline: 20px;
  }
  .acquire-art {
    padding-inline: 14px;
  }
  .ring-outer {
    width: 210px;
    height: 210px;
  }
  .ring-middle {
    width: 160px;
    height: 160px;
  }
  .label-one, .label-three {
    left: 0;
  }
  .booking-row, .review-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .booking-row b, .review-row b {
    text-align: left;
  }
  .calendar-heading {
    gap: 16px;
    padding-inline: 20px;
  }
  .calendar-heading img.calendar-logo {
    width: 116px;
  }
  .footer-top p {
    margin-left: 0;
  }
  .legal-index ol {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .aligner-image, .tilt-card:hover, .target-core, .target-ring {
    transform: none !important;
  }
  .reading-progress {
    display: none;
  }
}
@media (hover: none), (pointer: coarse) {
  .aligner-image, .tilt-card:hover {
    transform: none;
  }
}
/* Keep diagram labels clear of the supplied symbol at every breakpoint. */
.target-label.label-one {
  top: 10px;
}
.target-label.label-two {
  top: auto;
  bottom: 50px;
}
.target-label.label-three {
  bottom: 0;
}
@media (max-width: 350px) {
  .brand img.brand-wordmark {
    width: 98px;
  }
  .nav-row > .button > span {
    display: none;
  }
}
@media print {
  .site-header, footer, .legal-index, .reading-progress {
    display: none;
  }
  .legal-hero {
    color: #000;
    background: #fff;
    padding: 20px 0;
  }
  .legal-hero p, .legal-hero .eyebrow {
    color: #333;
  }
  .container {
    width: 100%;
  }
  .legal-layout {
    display: block;
    padding: 0;
  }
  .legal-body section {
    break-inside: avoid;
  }
  .legal-body a {
    color: #000;
  }
}

/* Final brand sizing: compact navigation and a quiet footer signature. */
.site-header .brand img.brand-wordmark { width:132px; }
footer .brand img.brand-wordmark { width:120px; }
.brand { flex-shrink:0; }
.founder { display:flex; flex-direction:column; align-items:flex-start; gap:5px; margin-top:30px; }
.founder-signoff { font-size:.875rem; color:var(--muted); }
.founder-name { font-size:.9375rem; line-height:1.2; font-weight:650; letter-spacing:.01em; color:var(--ink); }
.founder-role { font-size:.8125rem; color:var(--muted); }
/* The supplied black symbol remains transparent on a light acquisition panel. */
.acquire-art { background:linear-gradient(145deg,#f1f6fd,#e8f0fa); border:1px solid #dce7f3; color:#25486b; }
.acquire-art .diagram-top, .acquire-art .diagram-caption { color:#48647f; }
.acquire-art .diagram-caption { border-color:#ccdaea; }
.acquire-art .target-ring { border-color:#b9d0eb; }
.acquire-art .ring-middle { border-color:#98bae3; }
.acquire-art .ring-inner { border-color:#719ed9; }
.target-core { background:transparent; border:0; box-shadow:none; border-radius:0; width:86px; height:86px; }
.target-core img.brand-symbol { width:86px; height:86px; background:transparent; }
.target-label { color:#294866; background:#ffffffee; border-color:#c7d8eb; box-shadow:0 5px 16px #23497908; }
/* Interaction-driven depth; automatic accents finish within five seconds. */
.hero-guarantee { transition:transform .45s ease,border-color .45s ease,box-shadow .45s ease; }
.hero-guarantee:hover { transform:perspective(1000px) rotateX(1deg) translateY(-3px); border-color:#5b86b0; box-shadow:0 22px 52px #0003; }
.feature .feature-copy, .feature .diagram, .feature .conversation-diagram, .feature .booking-diagram, .feature .review-diagram { transform:translateZ(10px); }
.process-grid li { position:relative; transition:transform .4s ease; }
.process-grid li:hover { transform:translateY(-4px); }
.process-grid li > span { transition:color .3s ease; }
.process-grid li:hover > span { color:var(--blue-dark); }
.faq-list details { transition:background-color .25s ease; }
.faq-list details[open] { background:#ffffff70; }
.footer-bottom a { transition:color .2s ease; }
.footer-bottom a:hover { color:white; }
@media (max-width:760px) {
 .site-header .brand img.brand-wordmark, footer .brand img.brand-wordmark { width:108px; }
 .founder-name { font-size:.875rem; }
}
@media (max-width:350px) { .site-header .brand img.brand-wordmark { width:94px; } }
@media (prefers-reduced-motion:reduce), (hover:none) {
 .hero-guarantee:hover, .process-grid li:hover { transform:none; }
 .feature .feature-copy, .feature .diagram, .feature .conversation-diagram, .feature .booking-diagram, .feature .review-diagram { transform:none; }
}

/* Reserve booking space even when Calendly reports a transient zero-height state. */
.calendar-shell { max-width:880px; }
.calendly-inline-widget { width:100%; max-width:100%; min-width:0 !important; height:700px !important; contain:layout paint; }
.calendly-inline-widget iframe { display:block; width:100%; max-width:100%; height:700px; border:0; }
/* Blend the original 4K image into the stage without altering its geometry. */
.aligner-stage { background:var(--ink); }
.aligner-image {
 filter:contrast(1.22) brightness(.94);
 -webkit-mask-image:radial-gradient(ellipse 68% 64% at 50% 49%,black 36%,#000e 55%,#0007 70%,transparent 84%);
 mask-image:radial-gradient(ellipse 68% 64% at 50% 49%,black 36%,#000e 55%,#0007 70%,transparent 84%);
}
@media (max-width:760px) {
 .aligner-image {
  -webkit-mask-image:radial-gradient(ellipse 70% 62% at 50% 50%,black 34%,#000e 52%,#0006 67%,transparent 80%);
  mask-image:radial-gradient(ellipse 70% 62% at 50% 50%,black 34%,#000e 52%,#0006 67%,transparent 80%);
 }
}
@media(max-width:760px) {
 .calendar-shell { margin-inline:auto; }
 .calendly-inline-widget, .calendly-inline-widget iframe { width:100%; min-width:0 !important; height:700px !important; }
}
@media(max-width:370px) {
 .calendar-shell { margin-inline:0; border-radius:8px; }
 .calendar-heading { padding-inline:16px; }
 .calendar-heading img.calendar-logo { width:98px; }
 .calendly-inline-widget, .calendly-inline-widget iframe { height:700px !important; }
}

.guarantee-number { flex:0 0 auto; min-width:60px; }
.guarantee-number span { white-space:nowrap; }
