:root {
  --tnf-ink: #10253a;
  --tnf-ink-soft: #526678;
  --tnf-paper: #fffdfa;
  --tnf-paper-alt: #f2f6fb;
  --tnf-line: rgba(16, 37, 58, 0.12);
  --tnf-line-strong: rgba(16, 37, 58, 0.2);
  --tnf-sea: #0c6d86;
  --tnf-sea-deep: #083f52;
  --tnf-sun: #ea7c31;
  --tnf-sun-soft: #fff0df;
  --tnf-mint: #2f8a74;
  --tnf-sky: #3c82c7;
  --tnf-coral: #bf5f4d;
  --tnf-dusk: #61559b;
  --tnf-success: #2f8a74;
  --tnf-error: #bf5f4d;
  --tnf-shadow: 0 24px 80px rgba(12, 49, 72, 0.12);
  --tnf-radius-xl: 28px;
  --tnf-radius-lg: 22px;
  --tnf-radius-md: 16px;
  --tnf-radius-sm: 12px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tnf-ink);
  background:
    radial-gradient(circle at top left, rgba(60, 130, 199, 0.1), transparent 36%),
    radial-gradient(circle at top right, rgba(234, 124, 49, 0.12), transparent 28%),
    linear-gradient(180deg, #fcfaf6 0%, #f4f8fc 100%);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.content-6xl,
.content-5xl,
.content-4xl {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.content-5xl {
  width: min(100%, 1020px);
}

.content-4xl {
  width: min(100%, 860px);
}

.content-pad-x {
  padding-inline: 24px;
}

.tnf-page {
  min-height: 100vh;
}

.tnf-booking,
.tnf-membership {
  background: linear-gradient(180deg, #fcfbf8 0%, #f8fafc 100%);
}

.tnf-booking {
  background: linear-gradient(180deg, #fcfcfa 0%, #fbfcfd 100%);
}

.section,
.inner-shell {
  position: relative;
  padding-block: 84px;
}

.section[id] {
  scroll-margin-top: 100px;
}

.section-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.8)),
    linear-gradient(135deg, rgba(60, 130, 199, 0.06), rgba(234, 124, 49, 0.08));
}

.section-contact {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(135deg, #0a536b 0%, #13466e 50%, #ea7c31 130%);
  color: #f8fbff;
}

.section-research {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(242, 246, 251, 0.92)),
    linear-gradient(135deg, rgba(47, 138, 116, 0.06), rgba(12, 109, 134, 0.08));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--tnf-sea);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-contact .eyebrow,
.hero-section .eyebrow {
  color: rgba(255, 245, 230, 0.95);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
}

.section-heading-tight {
  margin-bottom: 26px;
}

.section-heading p:last-child,
.hero-lead,
.payment-intro p,
.stories-copy p,
.contact-card p,
.legal-card p {
  color: var(--tnf-ink-soft);
}

.section-contact .section-heading p:last-child,
.section-contact .contact-method-card p {
  color: rgba(248, 251, 255, 0.84);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(253, 251, 247, 0.82);
  border-bottom: 1px solid rgba(16, 37, 58, 0.08);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(253, 251, 247, 0.95);
  border-bottom-color: rgba(16, 37, 58, 0.12);
  box-shadow: 0 16px 36px rgba(10, 28, 44, 0.08);
}

.site-header-inner {
  position: relative;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.header-shell-inner {
  min-height: 92px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--tnf-ink);
  text-decoration: none;
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.3rem;
}

.brand-mark-compact {
  flex: 1 1 auto;
  justify-content: center;
}

.header-detail {
  display: grid;
  justify-items: end;
  gap: 4px;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
}

.desktop-nav,
.mobile-nav-stack,
.hero-actions,
.section-actions-center,
.contact-inline-list,
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 14px;
}

.desktop-nav {
  font-size: 0.96rem;
}

.desktop-nav a:not(.button),
.mobile-nav-stack a:not(.button) {
  color: var(--tnf-ink-soft);
  text-decoration: none;
}

.desktop-nav a[data-active="true"],
.mobile-nav-stack a[data-active="true"] {
  color: var(--tnf-sea);
}

.desktop-nav a:not(.button):hover,
.mobile-nav-stack a:not(.button):hover,
.footer-links a:hover,
.contact-inline-list a:hover,
.reference-copy a:hover {
  color: var(--tnf-sea);
}

.mobile-nav-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.mobile-nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--tnf-ink);
}

.mobile-nav-panel {
  border-top: 1px solid rgba(16, 37, 58, 0.08);
  background: rgba(255, 253, 250, 0.98);
}

.mobile-nav-panel[hidden] {
  display: none;
}

.mobile-nav-stack {
  flex-direction: column;
  align-items: stretch;
  padding-block: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  text-decoration: none;
  letter-spacing: -0.01em;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:focus-visible {
  outline: 3px solid rgba(60, 130, 199, 0.24);
  outline-offset: 2px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-small {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.92rem;
}

.button-primary {
  background: linear-gradient(135deg, var(--tnf-sun), #f29b58);
  border-color: rgba(214, 113, 36, 0.34);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 16px 40px rgba(234, 124, 49, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #ef8640, #f6a767);
  color: rgba(255, 249, 242, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 42px rgba(234, 124, 49, 0.28);
}

.button-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 251, 0.96));
  border-color: rgba(16, 37, 58, 0.14);
  color: var(--tnf-sea-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 10px 24px rgba(12, 49, 72, 0.06);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(12, 109, 134, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 245, 250, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 14px 30px rgba(12, 49, 72, 0.1);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(16, 37, 58, 0.12);
  color: var(--tnf-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(12, 109, 134, 0.18);
  background: rgba(247, 250, 253, 0.92);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-block: 66px 58px;
  color: #fffefb;
  background: linear-gradient(135deg, #164a53 0%, #173d4e 50%, #202f45 100%);
}

.hero-grid,
.stories-shell,
.contact-grid,
.payment-shell {
  display: grid;
  gap: 34px;
}

.hero-grid {
  gap: 48px;
  grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1.16fr);
  align-items: center;
}

.contact-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  max-width: 33rem;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 3.8vw, 3.95rem);
  line-height: 1;
}

.hero-lead {
  color: rgba(255, 248, 240, 0.84);
  font-size: 1.02rem;
  max-width: 28rem;
}

.hero-actions {
  flex-wrap: wrap;
}

.hero-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.hero-actions .button-secondary:hover,
.hero-actions .button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  align-self: center;
  justify-self: stretch;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: var(--tnf-radius-xl);
  background: #153e51;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 48px rgba(6, 25, 35, 0.22);
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-image,
.process-image,
.stories-image,
.contact-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image {
  object-position: 52% 26%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1100ms ease-in-out;
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.hero-slide-pottery {
  object-position: 56% 45%;
}

.hero-slide-toast {
  object-position: 61% 40%;
}

.hero-rotator-controls {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  display: grid;
  justify-items: end;
  pointer-events: none;
}

.hero-rotator-dots {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(10, 30, 43, 0.46);
  box-shadow: 0 8px 22px rgba(8, 26, 38, 0.18);
  backdrop-filter: blur(10px);
  opacity: 0.78;
  transition: opacity 180ms ease;
}

.hero-rotator-dot {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  transition: width 180ms ease, border-radius 180ms ease;
}

.hero-rotator-dot.is-active {
  width: 24px;
  border-radius: 999px;
}

.hero-rotator-dot.is-active::after {
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.92);
  content: "";
  transform-origin: left center;
  animation: hero-progress 6000ms linear forwards;
}

.hero-visual.is-paused .hero-rotator-dot.is-active::after {
  animation-play-state: paused;
}

@keyframes hero-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.hero-rotator-toolbar {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 40px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(10, 30, 43, 0.68);
  box-shadow: 0 8px 22px rgba(8, 26, 38, 0.18);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.hero-visual:hover .hero-rotator-toolbar,
.hero-visual:focus-within .hero-rotator-toolbar,
.hero-visual.is-paused .hero-rotator-toolbar {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hero-visual:hover .hero-rotator-dots,
.hero-visual:focus-within .hero-rotator-dots,
.hero-visual.is-paused .hero-rotator-dots {
  opacity: 0;
}

.hero-rotator-control:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.hero-rotator-control {
  min-width: 38px;
  min-height: 38px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
}

.hero-rotator-control:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-rotator-arrow {
  padding: 3px 10px 6px;
  font-size: 1.65rem;
  font-weight: 500;
}

.hero-rotator-toggle {
  min-width: 58px;
}

.section-why-choose {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(248, 251, 255, 0.95)),
    radial-gradient(circle at right top, rgba(234, 124, 49, 0.08), transparent 26%);
}

.why-choose-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.why-choose-intro {
  display: grid;
  gap: 18px;
  max-width: 34rem;
}

.why-choose-note {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 37, 58, 0.08);
  box-shadow: var(--tnf-shadow);
}

.why-choose-note-label,
.benefit-citations,
.testimonial-kicker,
.stories-proof-label,
.section-choice-pill {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-choose-note-label,
.benefit-citations,
.testimonial-kicker,
.stories-proof-label {
  color: var(--tnf-sea);
}

.stories-shell {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  margin-bottom: 28px;
}

.stories-copy h2,
.payment-intro h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.card-grid {
  display: grid;
  gap: 22px;
}

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

.card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.process-card,
.testimonial-card,
.faq-item,
.contact-method-card {
  border: 1px solid var(--tnf-line);
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--tnf-shadow);
}

.card-body,
.process-card,
.testimonial-card,
.contact-method-card {
  padding: 28px;
}

.card h3,
.process-card h3,
.plan-card h3,
.payment-option h2,
.legal-card h2,
.contact-method-card h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.tone-sea {
  background: linear-gradient(180deg, rgba(12, 109, 134, 0.08), rgba(255, 255, 255, 0.92));
}

.tone-sun {
  background: linear-gradient(180deg, rgba(234, 124, 49, 0.08), rgba(255, 255, 255, 0.92));
}

.tone-mint {
  background: linear-gradient(180deg, rgba(47, 138, 116, 0.08), rgba(255, 255, 255, 0.92));
}

.tone-sky {
  background: linear-gradient(180deg, rgba(60, 130, 199, 0.08), rgba(255, 255, 255, 0.92));
}

.tone-coral {
  background: linear-gradient(180deg, rgba(191, 95, 77, 0.08), rgba(255, 255, 255, 0.92));
}

.tone-dusk {
  background: linear-gradient(180deg, rgba(97, 85, 155, 0.08), rgba(255, 255, 255, 0.92));
}

.why-choose-card .card-body,
.benefit-card .card-body {
  display: grid;
  gap: 12px;
  height: 100%;
}

.why-choose-card h3,
.benefit-card h3 {
  font-size: 1.46rem;
}

.section-benefits {
  background:
    radial-gradient(circle at 10% 16%, rgba(234, 124, 49, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfaf7 0%, #f2f7f7 100%);
}

.benefits-atlas-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: start;
}

.benefits-atlas-intro {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
  max-width: 32rem;
}

.benefits-atlas-intro h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  line-height: 1.02;
}

.benefits-atlas-intro > p:not(.eyebrow) {
  color: var(--tnf-ink-soft);
  font-size: 1.02rem;
}

.benefits-research-key {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 19px 20px;
  border: 1px solid rgba(12, 109, 134, 0.14);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(16, 48, 61, 0.06);
}

.benefits-research-key strong {
  color: var(--tnf-sea-deep);
  font-size: 0.94rem;
}

.benefits-research-key p {
  color: var(--tnf-ink-soft);
  font-size: 0.88rem;
}

.benefits-research-key a {
  width: fit-content;
  color: var(--tnf-sea);
  font-size: 0.88rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.benefit-atlas-list {
  display: grid;
  gap: 16px;
}

.benefit-atlas-item {
  --benefit-accent: #0c6d86;
  --benefit-wash: rgba(12, 109, 134, 0.08);
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  overflow: hidden;
  padding: 26px 28px;
  border: 1px solid color-mix(in srgb, var(--benefit-accent) 18%, white);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--benefit-wash), rgba(255, 255, 255, 0.94) 48%);
  box-shadow: 0 14px 34px rgba(13, 45, 59, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.benefit-atlas-item::after {
  position: absolute;
  top: -54px;
  right: -42px;
  width: 150px;
  height: 150px;
  border: 24px solid color-mix(in srgb, var(--benefit-accent) 8%, transparent);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.benefit-atlas-item:hover,
.benefit-atlas-item:focus-within {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--benefit-accent) 32%, white);
  box-shadow: 0 18px 42px rgba(13, 45, 59, 0.1);
}

.benefit-focus {
  --benefit-accent: #0c6d86;
  --benefit-wash: rgba(12, 109, 134, 0.1);
}

.benefit-balance {
  --benefit-accent: #2f8a74;
  --benefit-wash: rgba(47, 138, 116, 0.1);
}

.benefit-performance {
  --benefit-accent: #3c82c7;
  --benefit-wash: rgba(60, 130, 199, 0.1);
}

.benefit-recovery {
  --benefit-accent: #685b9f;
  --benefit-wash: rgba(104, 91, 159, 0.1);
}

.benefit-connection {
  --benefit-accent: #b75f50;
  --benefit-wash: rgba(183, 95, 80, 0.1);
}

.benefit-wellness {
  --benefit-accent: #d47735;
  --benefit-wash: rgba(212, 119, 53, 0.1);
}

.benefit-atlas-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--benefit-accent) 24%, white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--benefit-accent);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.benefit-atlas-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
}

.benefit-promise {
  color: var(--benefit-accent);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.08rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.benefit-atlas-copy h3 {
  font-size: clamp(1.6rem, 2.3vw, 2rem);
  line-height: 1.08;
}

.benefit-atlas-copy > p:not(.benefit-promise) {
  max-width: 58ch;
  color: var(--tnf-ink-soft);
}

.benefit-evidence {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--benefit-accent) 15%, white);
}

.benefit-evidence > strong {
  padding: 6px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--benefit-accent) 10%, white);
  color: var(--benefit-accent);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.benefit-reference-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.benefit-reference-links span {
  margin-right: 2px;
  color: var(--tnf-ink-soft);
  font-size: 0.76rem;
  font-weight: 750;
}

.benefit-reference-links a {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  min-height: 30px;
  padding: 3px 7px;
  border: 1px solid color-mix(in srgb, var(--benefit-accent) 20%, white);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--benefit-accent);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.benefit-reference-links a:hover,
.benefit-reference-links a:focus-visible {
  border-color: var(--benefit-accent);
  background: var(--benefit-accent);
  color: #fff;
}

.benefit-reference-links a:focus-visible,
.benefits-research-key a:focus-visible {
  outline: 3px solid rgba(60, 130, 199, 0.26);
  outline-offset: 3px;
}

.section-process {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at center top, rgba(60, 130, 199, 0.07), transparent 28%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.process-grid-flow {
  position: relative;
}

.process-grid-flow::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 54px;
  right: 54px;
  height: 2px;
  background: linear-gradient(90deg, rgba(12, 109, 134, 0.2), rgba(234, 124, 49, 0.22));
}

.process-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 249, 253, 0.96));
  position: relative;
  z-index: 1;
  border-color: rgba(16, 37, 58, 0.08);
  box-shadow: 0 18px 40px rgba(10, 28, 44, 0.08);
}

.process-number {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tnf-sea), var(--tnf-sun));
  color: #fff;
  font-weight: 800;
}

.feature-image-frame {
  width: min(100%, 680px);
  margin-inline: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--tnf-radius-xl);
  box-shadow: var(--tnf-shadow);
}

.process-image {
  object-position: 50% 24%;
}

.process-support-row {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 26px;
  align-items: center;
  margin-top: 34px;
}

.process-support-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 37, 58, 0.08);
  box-shadow: var(--tnf-shadow);
}

.process-support-card h3 {
  font-size: 1.7rem;
}

.section-stories {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 249, 253, 0.96)),
    radial-gradient(circle at right top, rgba(12, 109, 134, 0.08), transparent 26%);
}

.stories-proof-panel {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 37, 58, 0.08);
}

.stories-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stories-proof-list span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea);
  font-size: 0.86rem;
  font-weight: 700;
}

.testimonial-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.testimonial-nav-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(16, 37, 58, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(10, 28, 44, 0.06);
  color: var(--tnf-ink);
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.testimonial-nav-button:hover {
  transform: translateY(-1px);
  border-color: rgba(12, 109, 134, 0.24);
  background: rgba(246, 249, 253, 0.98);
  color: var(--tnf-sea);
}

.testimonial-nav-button:focus-visible {
  outline: 2px solid rgba(12, 109, 134, 0.24);
  outline-offset: 2px;
}

.testimonial-nav-icon {
  color: var(--tnf-sea);
  font-size: 1.15rem;
  line-height: 1;
}

.testimonial-nav-button-next {
  justify-self: end;
}

.testimonial-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.22);
  cursor: pointer;
  transition: width 160ms ease, background 160ms ease, transform 160ms ease;
}

.testimonial-dots button:hover {
  transform: scale(1.05);
}

.testimonial-dots button[data-active="true"] {
  background: var(--tnf-sun);
  width: 26px;
}

.testimonial-dots button:focus-visible {
  outline: 2px solid rgba(12, 109, 134, 0.24);
  outline-offset: 3px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.testimonial-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 253, 0.98));
  border-color: rgba(16, 37, 58, 0.08);
}

.testimonial-card blockquote {
  position: relative;
  margin: 0 0 24px;
  padding-top: 14px;
  color: var(--tnf-ink-soft);
  font-size: 1.04rem;
}

.testimonial-card blockquote::before {
  content: "“";
  position: absolute;
  top: -18px;
  left: -4px;
  color: rgba(12, 109, 134, 0.18);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 4.8rem;
  line-height: 1;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea);
  font-size: 0.78rem;
  font-weight: 700;
}

.faq-stack {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: clip;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  cursor: pointer;
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.2rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--tnf-sun);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 28px 26px;
  color: var(--tnf-ink-soft);
}

.plans-grid .plan-card {
  position: relative;
  min-height: 100%;
}

.plans-grid {
  align-items: stretch;
  gap: 24px;
}

.plans-support-line {
  margin: 0 0 18px;
  color: rgba(16, 37, 58, 0.66);
  font-size: 0.94rem;
  font-weight: 600;
}

.plans-note-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px 24px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-lg);
  background: rgba(248, 251, 253, 0.92);
}

.plans-note-heading {
  margin: 0;
  color: var(--tnf-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.plans-note-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.plans-note-list li {
  position: relative;
  padding-left: 14px;
  color: var(--tnf-ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.plans-note-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.3);
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.055);
  color: rgba(16, 37, 58, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-best-for,
.plan-rate-detail,
.plan-feature-list li {
  color: var(--tnf-ink-soft);
}

.plan-price {
  margin: 0;
  color: var(--tnf-sea);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.plan-card .card-body {
  display: grid;
  gap: 16px;
  height: 100%;
  padding: 30px 28px;
}

.plan-card-top,
.plan-card-copy,
.plan-pricing {
  display: grid;
  gap: 8px;
}

.plan-best-for {
  font-size: 1rem;
  line-height: 1.55;
  min-height: 3.1em;
}

.plan-rate-detail {
  font-size: 0.98rem;
  font-weight: 700;
}

.plan-feature-list {
  margin-top: 2px;
  gap: 10px;
}

.plan-cta-row {
  margin-top: auto;
  padding-top: 6px;
}

.plan-card {
  border-color: rgba(16, 37, 58, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 252, 253, 0.97));
  box-shadow: 0 16px 34px rgba(12, 49, 72, 0.075);
}

.plan-card-membership {
  border-color: rgba(12, 109, 134, 0.12);
  background: linear-gradient(180deg, rgba(248, 252, 253, 0.98), rgba(255, 255, 255, 0.97));
  box-shadow: 0 16px 34px rgba(12, 49, 72, 0.075);
}

.plan-card-membership .plan-badge {
  background: rgba(12, 109, 134, 0.08);
  color: rgba(12, 109, 134, 0.88);
}

.plan-button {
  width: 100%;
  justify-content: center;
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(255, 253, 250, 0.96);
  color: var(--tnf-sea);
  box-shadow: 0 12px 26px rgba(12, 49, 72, 0.06);
}

.plan-button:hover {
  background: rgba(237, 248, 251, 0.96);
  border-color: rgba(12, 109, 134, 0.34);
  color: var(--tnf-sea-deep);
  transform: translateY(-1px);
}

.plan-button:focus-visible {
  outline: 3px solid rgba(12, 109, 134, 0.18);
  outline-offset: 2px;
}

.plans-support-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--tnf-ink-soft);
  font-size: 0.95rem;
}

.plans-support-row p {
  color: var(--tnf-ink-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

.plans-support-links {
  display: flex;
  align-items: center;
  gap: 10px 18px;
  flex-wrap: wrap;
}

.plans-support-links a {
  color: var(--tnf-sea);
  text-decoration: none;
  font-size: 0.95rem;
}

.plans-support-links a:hover {
  text-decoration: underline;
}

.feature-list,
.bullet-list,
.footer-links ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 10px;
}

.feature-list,
.footer-links ul {
  margin-top: 18px;
}

.section-actions-center {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.appointment-card,
.contact-card,
.payment-card,
.legal-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.96));
}

.public-form-card {
  border-color: rgba(16, 37, 58, 0.12);
  box-shadow: 0 22px 52px rgba(12, 49, 72, 0.09);
}

.appointment-card {
  border-color: rgba(12, 109, 134, 0.14);
  box-shadow: 0 24px 56px rgba(12, 49, 72, 0.1);
}

.public-form-body {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.public-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  gap: 16px;
  align-items: start;
}

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

.field-block,
.session-type-fieldset {
  display: grid;
  gap: 8px;
}

.field-block span,
.field-label {
  color: var(--tnf-ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.field-block small,
.form-footnote,
.stripe-checkout-status,
.reference-note,
.legal-note {
  color: var(--tnf-ink-soft);
  font-size: 0.9rem;
}

.field-block input,
.field-block select,
.field-block textarea {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 37, 58, 0.16);
  border-radius: var(--tnf-radius-sm);
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-ink);
}

.field-block textarea {
  min-height: 150px;
  resize: vertical;
}

.field-block select {
  height: 54px;
  padding-right: 44px;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(16, 37, 58, 0.55) 50%),
    linear-gradient(135deg, rgba(16, 37, 58, 0.55) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.field-block input:focus,
.field-block select:focus,
.field-block textarea:focus {
  outline: 2px solid rgba(12, 109, 134, 0.24);
  border-color: var(--tnf-sea);
}

.session-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.session-type-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.session-type-fieldset legend {
  margin: 0 0 4px;
  padding: 0;
}

.session-type-card {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 102px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.14);
  border-radius: var(--tnf-radius-sm);
  background: rgba(246, 249, 253, 0.95);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.session-type-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.session-type-card:hover {
  border-color: rgba(12, 109, 134, 0.24);
}

.session-type-card:has(input:checked) {
  border-color: rgba(12, 109, 134, 0.28);
  background: rgba(12, 109, 134, 0.07);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.06);
}

.session-type-card:has(input:focus-visible) {
  outline: 2px solid rgba(12, 109, 134, 0.24);
  outline-offset: 2px;
}

.session-type-indicator {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 2px solid rgba(16, 37, 58, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px transparent;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.session-type-card:has(input:checked) .session-type-indicator {
  border-color: var(--tnf-sea);
  box-shadow: inset 0 0 0 5px var(--tnf-sea);
}

.session-type-copy {
  display: grid;
  gap: 6px;
}

.session-type-copy strong {
  font-size: 1rem;
  line-height: 1.25;
}

.session-type-copy small {
  color: var(--tnf-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding-top: 4px;
}

.form-actions-stacked {
  justify-content: flex-start;
}

.form-status {
  min-height: 1.4rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.form-footnote {
  max-width: 30rem;
  line-height: 1.5;
}

.form-status[data-state="success"] {
  color: var(--tnf-mint);
}

.form-status[data-state="error"] {
  color: var(--tnf-coral);
}

.section-choice-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea);
}

.contact-grid {
  align-items: start;
}

.contact-visual-stack {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.contact-image-frame {
  width: min(100%, 520px);
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: var(--tnf-radius-xl);
  box-shadow: var(--tnf-shadow);
}

.contact-image {
  object-position: 50% 28%;
}

.contact-method-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.contact-inline-list {
  flex-wrap: wrap;
}

.contact-inline-list-stack {
  align-items: flex-start;
  flex-direction: column;
}

.contact-inline-list a,
.footer-links a,
.reference-copy a {
  color: var(--tnf-sea);
  text-decoration: none;
}

.section-contact .contact-inline-list a,
.section-contact .button-secondary {
  color: #fff;
}

.section-contact .contact-method-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.section-contact .public-form-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  border-color: rgba(16, 37, 58, 0.12);
  color: var(--tnf-ink);
}

.section-contact .public-form-card .eyebrow {
  color: var(--tnf-sea);
}

.section-contact .public-form-card p,
.section-contact .public-form-card .form-footnote {
  color: var(--tnf-ink-soft);
}

.section-choice-pill-light {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 248, 240, 0.96);
}

.section-contact .public-form-card input,
.section-contact .public-form-card textarea,
.section-contact .public-form-card select {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(16, 37, 58, 0.16);
  color: var(--tnf-ink);
}

.section-contact .public-form-card input::placeholder,
.section-contact .public-form-card textarea::placeholder {
  color: var(--tnf-ink-soft);
}

.section-contact .public-form-card .button-ghost {
  border-color: rgba(16, 37, 58, 0.14);
  color: var(--tnf-ink);
}

.section-contact .public-form-card .button-ghost:hover {
  border-color: rgba(12, 109, 134, 0.2);
  color: var(--tnf-sea);
}

.inner-shell-payment {
  padding-top: 54px;
}

.payment-intro,
.payment-one-time-copy,
.membership-payment-copy,
.membership-dashboard-panel,
.membership-access-panel {
  display: grid;
  gap: 12px;
}

.payment-shell {
  display: grid;
  gap: 22px;
}

.payment-card-body {
  gap: 22px;
}

.membership-payment-card {
  border-color: rgba(12, 109, 134, 0.16);
  background: linear-gradient(180deg, rgba(250, 253, 255, 0.98), rgba(236, 247, 251, 0.98));
}

.membership-payment-body {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.membership-payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.membership-feature-list {
  margin-top: 8px;
}

.membership-inline-note {
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
}

.membership-access-panel {
  padding: 24px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(16, 37, 58, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.membership-access-form {
  display: grid;
  gap: 14px;
}

.membership-access-form-wide {
  max-width: 420px;
}

.payment-card .payment-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.payment-option {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(16, 37, 58, 0.12);
  background: rgba(246, 249, 253, 0.92);
}

.payment-option-label {
  color: var(--tnf-sea);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-option-featured {
  background: linear-gradient(180deg, rgba(255, 240, 223, 0.88), rgba(255, 255, 255, 0.96));
  border-color: rgba(234, 124, 49, 0.24);
  box-shadow: 0 12px 28px rgba(234, 124, 49, 0.08);
}

.payment-price {
  margin-block: 2px 4px;
  color: var(--tnf-sea);
  font-size: 2.2rem;
  font-weight: 800;
}

.payment-option-note {
  color: var(--tnf-ink-soft);
}

.payment-stripe-button {
  margin-top: 6px;
  width: 100%;
  justify-content: center;
}

.stripe-checkout-panel {
  display: grid;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid rgba(16, 37, 58, 0.08);
}

.stripe-checkout-status {
  min-height: 1.5rem;
  color: var(--tnf-ink-soft);
}

.stripe-checkout-status[data-state="success"] {
  color: var(--tnf-success);
}

.stripe-checkout-status[data-state="error"] {
  color: var(--tnf-error);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea);
  font-size: 0.84rem;
  font-weight: 700;
}

.payment-help {
  margin: 0;
}

.payment-help-card {
  border-color: rgba(16, 37, 58, 0.12);
}

.payment-help-body {
  display: grid;
  gap: 10px;
  padding: 24px 28px;
  text-align: left;
}

.payment-help-link {
  color: var(--tnf-sea);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.7rem;
  text-decoration: none;
}

.tnf-booking .public-form-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tnf-booking .public-form-body {
  padding: 0;
  gap: 14px;
}

.booking-checkout-stack,
.booking-checkout-step,
.booking-checkout-step-copy,
.booking-checkout-step-body {
  display: grid;
}

.booking-checkout-stack {
  gap: 14px;
}

.booking-checkout-step {
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.98);
}

.booking-checkout-step[data-state="current"] {
  border-color: rgba(12, 109, 134, 0.16);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.04);
}

.booking-checkout-step[data-state="complete"] {
  background: rgba(248, 250, 252, 0.96);
}

.booking-checkout-step[data-state="upcoming"] {
  background: rgba(251, 252, 253, 0.88);
  border-color: rgba(16, 37, 58, 0.05);
  box-shadow: none;
  opacity: 0.56;
  filter: saturate(0.78);
}

.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-title,
.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-summary strong {
  color: rgba(16, 37, 58, 0.48);
}

.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-hint,
.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-summary,
.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-summary-separator {
  opacity: 0.45;
}

.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-edit {
  display: none !important;
}

.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-header {
  pointer-events: none;
}

.booking-checkout-step-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
}

.booking-checkout-step-index {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.06);
  color: var(--tnf-ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
}

.booking-checkout-step[data-state="current"] .booking-checkout-step-index,
.booking-checkout-step[data-state="complete"] .booking-checkout-step-index {
  background: rgba(12, 109, 134, 0.12);
  color: var(--tnf-sea-deep);
}

.booking-checkout-step[data-state="upcoming"] .booking-checkout-step-index {
  background: rgba(16, 37, 58, 0.04);
  color: rgba(16, 37, 58, 0.4);
}

.booking-checkout-step-copy {
  gap: 6px;
}

.booking-checkout-step-title {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.2rem;
}

.booking-checkout-step-hint {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.booking-checkout-step-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  color: var(--tnf-ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.booking-checkout-step-summary strong {
  color: var(--tnf-sea-deep);
  font-size: 0.96rem;
  line-height: 1.35;
}

.booking-checkout-step-summary-separator {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.18);
}

.booking-checkout-step-body {
  gap: 14px;
}

.booking-checkout-step-body[hidden] {
  display: none;
}

.booking-checkout-step-spacer {
  display: block;
  width: 1px;
  min-height: 1px;
}

.booking-page-shell,
.booking-page-intro,
.booking-unified-body,
.booking-unified-form,
.booking-prompt-shell,
.booking-inline-stage,
.booking-confirm-panel,
.booking-confirm-summary-grid,
.booking-confirm-email,
.booking-plan-stack,
.booking-plan-shell,
.booking-plan-overview,
.booking-plan-detail-drawer {
  display: grid;
  gap: 18px;
}

.booking-page-shell {
  gap: 18px;
}

.booking-page-intro {
  gap: 6px;
  max-width: 38rem;
}

.booking-unified-form {
  gap: 14px;
}

.booking-page-intro p {
  margin: 0;
  color: var(--tnf-ink-soft);
}

.booking-page-banner {
  min-height: 0;
  margin: 0;
}

.booking-page-banner:empty {
  display: none;
}

.booking-inline-stage {
  gap: 10px;
}

.booking-held-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-color: rgba(12, 109, 134, 0.14);
  border: 1px solid rgba(12, 109, 134, 0.14);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.96);
}

.booking-held-summary-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.booking-held-summary-time {
  color: var(--tnf-sea-deep);
  font-size: 0.98rem;
  line-height: 1.35;
}

.booking-held-summary-meta,
.booking-confirm-summary-item span {
  color: var(--tnf-ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.booking-held-summary-separator {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.18);
}

.booking-held-summary-change {
  flex: 0 0 auto;
  white-space: nowrap;
}

.booking-confirm-panel {
  gap: 16px;
}

.booking-confirm-summary-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.92);
}

.booking-confirm-summary-item span {
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-confirm-summary-item strong {
  color: var(--tnf-sea-deep);
  font-size: 0.98rem;
  line-height: 1.35;
}

.booking-plan-stack {
  gap: 12px;
}

.booking-other-option summary,
.booking-other-options summary {
  margin: 0;
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-plan-shell {
  display: grid;
  gap: 12px;
}

.booking-plan-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-plan-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.96);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.booking-plan-card[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(250, 253, 255, 0.98);
  box-shadow: 0 10px 20px rgba(12, 49, 72, 0.04);
}

.booking-plan-card-summary {
  display: grid;
  gap: 8px;
}

.booking-plan-card-badge,
.booking-plan-card-detail-eyebrow {
  margin: 0;
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-plan-card-title,
.booking-plan-card-detail-heading {
  margin: 0;
  color: var(--tnf-sea-deep);
}

.booking-plan-card-title {
  font-size: 1.1rem;
}

.booking-plan-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
}

.booking-plan-card-price {
  color: var(--tnf-sea-deep);
  font-size: 1.15rem;
}

.booking-plan-card-included {
  color: var(--tnf-ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.booking-plan-card-fit,
.booking-plan-card-detail-body,
.booking-mobile-bar-copy span {
  color: var(--tnf-ink-soft);
}

.booking-plan-card-fit {
  margin: 0;
  font-size: 0.94rem;
}

.booking-plan-card-actions {
  display: grid;
  gap: 8px;
}

.booking-plan-card-actions .button {
  width: 100%;
  justify-content: center;
  min-height: 44px;
}

.booking-plan-card-detail-toggle {
  width: fit-content;
  justify-self: start;
  font-size: 0.88rem;
}

.booking-plan-card-details {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(16, 37, 58, 0.08);
}

.booking-plan-card-details[hidden] {
  display: none;
}

.booking-plan-card-detail-body {
  margin: 0;
}

.booking-plan-card-detail-list {
  margin: 0;
}

.booking-confirm-summary-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.booking-confirm-actions .button {
  width: 100%;
  justify-content: center;
  min-height: 46px;
}

.booking-other-options {
  border-top: 1px solid rgba(16, 37, 58, 0.08);
  padding-top: 12px;
}

.booking-other-options summary,
.booking-other-option summary {
  list-style: none;
  cursor: pointer;
}

.booking-other-options summary::-webkit-details-marker,
.booking-other-option summary::-webkit-details-marker {
  display: none;
}

.booking-other-options-body {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.booking-other-option {
  display: grid;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: var(--tnf-radius-md);
  background: rgba(252, 252, 252, 0.94);
}

.booking-other-option p {
  margin: 0;
  color: var(--tnf-ink-soft);
}

.booking-mobile-bar {
  display: none;
}

.booking-location-meta[hidden],
.booking-location-map[hidden],
.booking-location-card-grid[hidden],
.booking-inline-saver-shell[hidden],
.booking-saver-contact-card[hidden],
.booking-saver-receipt[hidden],
.booking-confirm-panel[hidden],
.booking-confirm-summary-grid[hidden],
.booking-confirm-email[hidden],
.booking-location-card-badge[hidden],
.booking-location-card-body[hidden],
.booking-location-card-metrics[hidden],
.booking-location-card-note[hidden],
.booking-location-mobile-disclosure[hidden],
.booking-location-mobile-note[hidden],
.booking-time-header[hidden] {
  display: none !important;
}

.booking-location-shell,
.booking-location-intro,
.booking-location-card,
.booking-location-card-head,
.booking-location-mobile-shell,
.booking-location-mobile-head,
.booking-location-map,
.booking-location-map-copy,
.booking-location-card-metrics,
.booking-time-shell,
.booking-time-header,
.booking-time-header-copy,
.booking-saver-contact-card,
.booking-saver-contact-copy,
.booking-saver-receipt,
.booking-saver-receipt-grid {
  display: grid;
  gap: 14px;
}

.booking-location-intro p,
.booking-location-meta,
.booking-location-card-summary,
.booking-location-card-body,
.booking-location-card-note,
.booking-time-header-copy p,
.booking-time-estimate,
.booking-saver-contact-copy p {
  margin: 0;
  color: var(--tnf-ink-soft);
}

.booking-location-intro h3,
.booking-time-header-copy h3,
.booking-saver-receipt h3 {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.15rem;
}

.booking-location-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.booking-location-intro-head,
.booking-location-mobile-head-top,
.booking-location-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.booking-location-field {
  margin: 0;
}

.booking-location-field input {
  min-height: 48px;
}

.booking-location-map {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
  padding: 16px;
  border: 1px solid rgba(12, 109, 134, 0.12);
  border-radius: var(--tnf-radius-md);
  background: linear-gradient(
    180deg,
    rgba(249, 252, 255, 0.98) 0%,
    rgba(244, 250, 253, 0.96) 100%
  );
}

.booking-location-map-visual {
  position: relative;
  min-height: 180px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.96));
}

.booking-location-map-canvas {
  width: 100%;
  min-height: 180px;
  height: 100%;
}

.booking-location-map-canvas .leaflet-container {
  width: 100%;
  height: 100%;
}

.booking-location-map-canvas[data-map-state="fallback"] {
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: var(--tnf-ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.booking-inline-saver-shell {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(12, 109, 134, 0.14);
  border-radius: var(--tnf-radius-md);
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.98), rgba(242, 249, 253, 0.96));
}

.booking-saver-contact-grid {
  display: grid;
  gap: 14px;
}

.booking-inline-saver-head,
.booking-inline-saver-copy {
  display: grid;
  gap: 8px;
}

.booking-inline-saver-copy h3,
.booking-inline-saver-copy p {
  margin: 0;
}

.booking-inline-saver-estimate {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.booking-location-map-copy strong {
  color: var(--tnf-sea-deep);
  font-size: 1rem;
}

.booking-location-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.booking-location-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
  height: 100%;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.98);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.booking-location-mobile-shell {
  display: flex;
  flex-direction: column;
  padding: 18px;
  height: 100%;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.98);
}

.booking-location-mobile-head {
  gap: 6px;
  align-content: start;
}

.booking-location-mobile-head h4,
.booking-saver-day-button strong,
.booking-saver-day-button span {
  margin: 0;
}

.booking-location-mobile-head h4 {
  color: var(--tnf-sea-deep);
  font-size: 1.06rem;
}

.booking-location-mobile-head p {
  margin: 0;
  color: var(--tnf-ink-soft);
}

.booking-location-mobile-compare {
  display: grid;
  gap: 8px;
  flex: 1;
  min-height: 250px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(12, 109, 134, 0.12);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(249, 252, 255, 0.98) 0%,
    rgba(244, 250, 253, 0.96) 100%
  );
}

.booking-location-mobile-compare-row {
  display: grid;
  grid-template-columns: minmax(88px, 0.9fr) repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.booking-location-mobile-compare-row + .booking-location-mobile-compare-row {
  padding-top: 8px;
  border-top: 1px solid rgba(16, 37, 58, 0.08);
}

.booking-location-mobile-compare-row span,
.booking-location-mobile-compare-row strong {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
}

.booking-location-mobile-compare-row > span:first-child {
  color: var(--tnf-ink-soft);
  font-weight: 700;
}

.booking-location-mobile-compare-row strong,
.booking-location-mobile-compare-row span:not(:first-child) {
  color: var(--tnf-sea-deep);
}

.booking-location-mobile-compare-head {
  padding-top: 0;
  border-top: 0;
}

.booking-location-mobile-compare-head strong {
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-location-mobile-note {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.booking-info-disclosure {
  position: relative;
  margin: 0;
}

.booking-info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(12, 109, 134, 0.18);
  border-radius: 999px;
  background: rgba(248, 252, 255, 0.98);
  color: var(--tnf-sea);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  list-style: none;
}

.booking-info-button::-webkit-details-marker {
  display: none;
}

.booking-info-button:hover,
.booking-info-disclosure[open] .booking-info-button {
  border-color: rgba(12, 109, 134, 0.28);
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea-deep);
}

.booking-info-button:focus-visible {
  outline: 2px solid rgba(12, 109, 134, 0.24);
  outline-offset: 2px;
}

.booking-info-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 5;
  width: min(280px, calc(100vw - 40px));
  padding: 12px 14px;
  border: 1px solid rgba(12, 109, 134, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 16px 28px rgba(12, 49, 72, 0.14);
}

.booking-info-popover p {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.booking-location-mobile-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.booking-location-mobile-action-row .button {
  width: 100%;
  justify-content: center;
  min-height: 44px;
}

.booking-location-mobile-action-row .button[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.28);
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea-deep);
}

.booking-location-shell[data-estimate-state="empty"] .booking-location-card {
  gap: 10px;
  padding: 16px;
  background: rgba(252, 253, 255, 0.98);
}

.booking-location-shell[data-estimate-state="empty"] .booking-location-mobile-shell {
  gap: 12px;
  padding: 16px;
  background: rgba(252, 253, 255, 0.98);
}

.booking-location-card[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.24);
  box-shadow: 0 12px 24px rgba(12, 49, 72, 0.06);
  transform: translateY(-1px);
}

.booking-location-mobile-shell[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.24);
  box-shadow: 0 12px 24px rgba(12, 49, 72, 0.06);
  transform: translateY(-1px);
}

.booking-location-card-head {
  align-items: start;
}

.booking-location-card-head h4 {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.06rem;
}

.booking-location-card-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.booking-location-card-summary {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tnf-sea-deep);
}

.booking-location-card-body {
  color: var(--tnf-sea-deep);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
}

.booking-location-card-note {
  font-size: 0.88rem;
  line-height: 1.45;
}

.booking-location-map {
  min-height: 250px;
}

.booking-location-card .button {
  width: 100%;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
}

.booking-saver-day-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.booking-saver-day-button {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-sea-deep);
  text-align: left;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.booking-saver-day-button strong {
  font-size: 0.94rem;
}

.booking-saver-day-button span {
  color: var(--tnf-ink-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}

.booking-saver-day-button[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.26);
  background: rgba(238, 248, 252, 0.98);
  box-shadow: 0 10px 20px rgba(12, 49, 72, 0.06);
  transform: translateY(-1px);
}

.booking-saver-day-button:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.booking-time-header {
  padding: 16px 18px;
  border: 1px solid rgba(12, 109, 134, 0.12);
  border-radius: var(--tnf-radius-md);
  background: rgba(249, 252, 255, 0.98);
}

.booking-time-estimate {
  color: var(--tnf-sea-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.booking-saver-contact-card,
.booking-saver-receipt {
  padding: 18px;
  border: 1px solid rgba(12, 109, 134, 0.12);
  border-radius: var(--tnf-radius-md);
  background: rgba(248, 252, 255, 0.98);
}

.booking-saver-receipt-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-saver-receipt-grid article {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
}

.booking-saver-receipt-grid span {
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-saver-receipt-grid strong,
.booking-confirm-estimate {
  color: var(--tnf-sea-deep);
}

.booking-confirm-estimate {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(12, 109, 134, 0.12);
  border-radius: 14px;
  background: rgba(248, 252, 255, 0.98);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tnf-booking .guided-selected-stage {
  display: none !important;
}

@media (max-width: 900px) {
  .booking-location-card-grid,
  .booking-confirm-summary-grid,
  .booking-saver-receipt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-location-map,
  .booking-location-input-row,
  .booking-saver-day-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-location-mobile-compare-row {
    grid-template-columns: minmax(74px, 0.85fr) repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .booking-location-card-grid,
  .booking-confirm-summary-grid,
  .booking-saver-receipt-grid,
  .booking-saver-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-location-card-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-location-mobile-compare-row {
    gap: 8px;
  }

  .booking-location-mobile-action-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tnf-booking .guided-scheduling-intent {
  padding: 0;
  border: 0;
  background: transparent;
}

.booking-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  grid-template-areas: "main rail";
  align-items: start;
  gap: 22px;
}

.payment-shell,
.schedule-shell {
  grid-area: main;
}

.booking-rail {
  grid-area: rail;
  position: sticky;
  top: 104px;
  border-color: rgba(12, 109, 134, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.98));
}

.booking-rail-body,
.booking-plan-chooser,
.booking-rail-email,
.booking-rail-account,
.booking-rail-access {
  display: grid;
  gap: 12px;
}

.booking-rail-body {
  gap: 18px;
}

.booking-rail-copy,
.booking-account-status,
.booking-hold-card p,
.payment-inline-link,
.booking-plan-choice small {
  color: var(--tnf-ink-soft);
}

.booking-rail-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.booking-rail-stat,
.booking-hold-card,
.booking-rail-email,
.booking-rail-account,
.booking-rail-access {
  padding: 16px 18px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(16, 37, 58, 0.1);
  background: rgba(255, 255, 255, 0.8);
}

.booking-rail-stat {
  display: grid;
  gap: 6px;
}

.booking-rail-stat span,
.booking-plan-chooser-label,
.booking-account-label,
.booking-hold-label {
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-rail-stat strong,
.booking-hold-card strong {
  color: var(--tnf-sea-deep);
  font-size: 1rem;
  line-height: 1.35;
}

.booking-hold-card {
  border-color: rgba(12, 109, 134, 0.16);
  background: rgba(247, 252, 255, 0.98);
}

.booking-hold-card p {
  font-size: 0.9rem;
}

.booking-plan-chooser-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-plan-choice {
  display: grid;
  gap: 4px;
  min-height: 112px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: var(--tnf-radius-md);
  background: rgba(246, 249, 253, 0.94);
  color: var(--tnf-ink);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.booking-plan-choice strong {
  color: var(--tnf-sea-deep);
  font-size: 1.05rem;
}

.booking-plan-choice:hover,
.booking-plan-choice[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.06);
  box-shadow: 0 12px 26px rgba(12, 49, 72, 0.06);
  transform: translateY(-1px);
}

.booking-plan-choice.is-featured {
  background: linear-gradient(180deg, rgba(255, 240, 223, 0.86), rgba(255, 255, 255, 0.96));
  border-color: rgba(234, 124, 49, 0.24);
}

.booking-plan-choice[hidden] {
  display: none;
}

.booking-rail-actions .button {
  width: 100%;
  justify-content: center;
}

.booking-rail-banner {
  min-height: 1.5rem;
  margin: 0;
}

.payment-plan-actions,
.payment-option-actions {
  display: grid;
  gap: 10px;
  align-items: start;
}

.payment-inline-link {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.payment-inline-link:hover,
.payment-inline-link:focus-visible {
  color: var(--tnf-sea);
}

.payment-option[data-selected="true"],
.membership-payment-card[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  box-shadow: 0 16px 30px rgba(12, 49, 72, 0.08);
}

.membership-shell {
  display: grid;
  gap: 22px;
}

.membership-banner {
  min-height: 1.5rem;
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.membership-banner[data-state="success"] {
  color: var(--tnf-mint);
}

.membership-banner[data-state="error"] {
  color: var(--tnf-coral);
}

.membership-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.membership-summary-card,
.membership-dashboard-panel {
  padding: 20px 22px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(16, 37, 58, 0.1);
  background: rgba(246, 249, 253, 0.92);
}

.membership-summary-card {
  display: grid;
  gap: 8px;
}

.membership-summary-card span {
  color: var(--tnf-ink-soft);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-summary-card strong {
  color: var(--tnf-sea-deep);
  font-size: 1.45rem;
  line-height: 1.15;
}

.membership-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.membership-add-on-form {
  display: grid;
  gap: 14px;
}

.membership-quantity-field {
  max-width: 180px;
}

.membership-support-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.membership-support-strip a {
  color: var(--tnf-sea);
  text-decoration: none;
}

.schedule-shell,
.admin-shell {
  display: grid;
  gap: 22px;
}

.schedule-form,
.schedule-follow-up-form,
.admin-login-form,
.admin-create-appointment-form,
.admin-availability-form {
  display: grid;
  gap: 16px;
}

.schedule-flow-intro,
.schedule-calendar,
.schedule-selection-panel,
.schedule-opening-list,
.schedule-calendar-controls,
.schedule-week-nav,
.schedule-time-groups,
.schedule-adjacent-panel,
.account-reschedule-current {
  display: grid;
  gap: 10px;
}

.schedule-calendar {
  gap: 18px;
}

.schedule-calendar-controls {
  gap: 14px;
}

.schedule-week-nav {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.schedule-calendar-range {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
}

.schedule-flow-label,
.schedule-adjacent-label {
  color: var(--tnf-ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.schedule-flow-copy,
.schedule-follow-up-note,
.schedule-selection-copy,
.account-reschedule-current span {
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
}

.schedule-calendar-preferences {
  display: grid;
  gap: 16px;
}

.preference-calendar,
.preference-calendar-shell,
.preference-calendar-topbar,
.preference-calendar-copy,
.preference-calendar-weekbar,
.preference-calendar-grid-shell,
.preference-calendar-summary,
.preference-calendar-summary-copy,
.preference-calendar-summary-actions,
.preference-calendar-results,
.preference-calendar-result-actions {
  display: grid;
  gap: 14px;
}

.preference-calendar-shell {
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.96);
}

.preference-calendar-topbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
}

.preference-calendar-title {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.12rem;
}

.preference-calendar-lead,
.preference-calendar-summary-copy p,
.preference-calendar-summary-note,
.preference-calendar-results-copy,
.preference-calendar-alternative-copy span {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.94rem;
}

.preference-calendar-setting-toggle,
.preference-calendar-weekbar,
.preference-calendar-summary-actions,
.preference-calendar-result-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.preference-calendar-weekbar {
  justify-content: space-between;
}

.preference-calendar-preset-shell,
.preference-calendar-preset-copy,
.preference-calendar-workspace,
.preference-calendar-grid-stack,
.preference-calendar-meter,
.preference-calendar-meter-head,
.preference-calendar-stat-grid {
  display: grid;
  gap: 12px;
}

.preference-calendar-preset-shell {
  padding: 14px 16px;
  border: 1px solid rgba(12, 109, 134, 0.1);
  border-radius: 18px;
  background: rgba(247, 251, 253, 0.96);
}

.preference-calendar-preset-copy strong,
.preference-calendar-meter-head strong {
  color: var(--tnf-sea-deep);
}

.preference-calendar-preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preference-calendar-workspace {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: start;
}

.preference-calendar-week-label {
  color: var(--tnf-sea-deep);
  font-size: 0.96rem;
  font-weight: 800;
  text-align: center;
}

.preference-calendar-mobile-days {
  display: none;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.preference-calendar-mobile-day {
  display: grid;
  gap: 2px;
  min-width: 90px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--tnf-sea-deep);
  text-align: left;
}

.preference-calendar-mobile-day small {
  color: var(--tnf-ink-soft);
  font-size: 0.74rem;
}

.preference-calendar-mobile-day[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.26);
  background: rgba(237, 247, 251, 0.92);
  box-shadow: 0 8px 18px rgba(12, 49, 72, 0.08);
}

.preference-calendar-mobile-day:disabled {
  opacity: 0.45;
}

.preference-calendar-grid-shell {
  gap: 12px;
}

.preference-calendar-time-toggle {
  justify-content: flex-end;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.preference-calendar-week-grid,
.preference-calendar-day-grid {
  display: grid;
}

.preference-calendar-day-grid {
  display: none;
}

.preference-calendar-grid {
  display: grid;
  gap: 10px;
}

.preference-calendar-grid-desktop {
  grid-template-columns: 84px repeat(7, minmax(0, 1fr));
  align-items: stretch;
}

.preference-calendar-grid-mobile {
  gap: 12px;
}

.preference-calendar-mobile-day-head,
.preference-calendar-day-head {
  display: grid;
  gap: 2px;
  padding: 10px 8px;
  border-radius: 14px;
  background: rgba(246, 249, 252, 0.92);
  color: var(--tnf-sea-deep);
  text-align: center;
}

.preference-calendar-day-head {
  border: 1px solid rgba(16, 37, 58, 0.08);
  cursor: pointer;
}

.preference-calendar-day-head span {
  color: var(--tnf-ink-soft);
  font-size: 0.72rem;
}

.preference-calendar-day-head[data-selected="true"],
.preference-calendar-time-toggle[data-selected="true"],
.preference-calendar-mobile-day[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.24);
  background: rgba(236, 247, 251, 0.96);
}

.preference-calendar-mobile-day-head small,
.preference-calendar-day-head small {
  color: var(--tnf-ink-soft);
  font-size: 0.72rem;
}

.preference-calendar-day-head[data-selectable="false"] {
  opacity: 0.48;
}

.preference-calendar-grid-corner,
.preference-calendar-time-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  color: var(--tnf-ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.preference-calendar-mobile-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.preference-calendar-slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-sea-deep);
  box-shadow: 0 8px 18px rgba(12, 49, 72, 0.04);
}

.preference-calendar-slot:hover {
  border-color: rgba(12, 109, 134, 0.2);
  background: rgba(247, 251, 253, 0.98);
}

.preference-calendar-slot[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.28);
  background: rgba(236, 247, 251, 0.96);
  box-shadow: 0 10px 22px rgba(12, 49, 72, 0.08);
}

.preference-calendar-slot-empty {
  min-height: 52px;
  border: 1px dashed rgba(16, 37, 58, 0.08);
  background: rgba(248, 250, 253, 0.7);
  box-shadow: none;
}

.preference-calendar-slot-label {
  font-size: 0.85rem;
  font-weight: 700;
}

.preference-calendar-slot-saver {
  min-height: 38px;
  padding: 0;
}

.preference-calendar-slot-saver::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 109, 134, 0.08), rgba(12, 109, 134, 0.14));
  opacity: 0;
  transition: opacity 140ms ease;
}

.preference-calendar-slot-saver[data-selected="true"]::before {
  opacity: 1;
}

.preference-calendar-slot-rank {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--tnf-accent);
  color: white;
  font-size: 0.68rem;
  font-weight: 800;
}

.preference-calendar-summary {
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 18px;
  background: rgba(250, 252, 254, 0.96);
  position: sticky;
  top: 92px;
}

.preference-calendar-summary-copy strong {
  color: var(--tnf-sea-deep);
}

.preference-calendar-summary-list,
.preference-calendar-alternatives {
  display: grid;
  gap: 10px;
}

.preference-calendar-summary-item,
.preference-calendar-alternative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.preference-calendar-summary-item small {
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.preference-calendar-summary-item strong,
.preference-calendar-alternative-copy strong {
  color: var(--tnf-sea-deep);
  font-size: 0.95rem;
}

.preference-calendar-summary-item span {
  color: var(--tnf-ink-soft);
  font-size: 0.86rem;
}

.preference-calendar-alternative-copy {
  display: grid;
  gap: 2px;
}

.preference-calendar-meter {
  padding: 14px 16px;
  border: 1px solid rgba(12, 109, 134, 0.12);
  border-radius: 16px;
  background: rgba(244, 249, 252, 0.96);
}

.preference-calendar-anchor-badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.1);
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.preference-calendar-meter-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.08);
  overflow: hidden;
}

.preference-calendar-meter-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #d8574e;
  transition: width 160ms ease, background 160ms ease;
}

.preference-calendar-meter-bar span[data-meter-level="yellow"] {
  background: #d8a43d;
}

.preference-calendar-meter-bar span[data-meter-level="green"] {
  background: #3c9e6d;
}

.preference-calendar-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preference-calendar-stat-grid article {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
}

.preference-calendar-stat-grid span {
  color: var(--tnf-ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.preference-calendar-stat-grid strong {
  color: var(--tnf-sea-deep);
  font-size: 1rem;
}

.preference-calendar-mobile-day-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
}

.preference-calendar-mobile-day-card-head,
.preference-calendar-mobile-day-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.concierge-scheduler-shell,
.concierge-intent-shell,
.concierge-heatmap-shell,
.concierge-follow-up,
.concierge-offers,
.concierge-canvas-shell,
.concierge-suggestion {
  display: grid;
  gap: 16px;
}

.concierge-scheduler-shell {
  gap: 18px;
}

.concierge-day-shell,
.concierge-time-shell,
.concierge-timeline-shell,
.concierge-picker-actions {
  display: grid;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 18px;
  background: rgba(250, 252, 255, 0.94);
}

.concierge-time-shell[hidden],
.concierge-timeline-shell[hidden],
.concierge-selection-summary[hidden],
.concierge-picker-actions[hidden],
.concierge-offers[hidden] {
  display: none !important;
}

.concierge-day-copy,
.concierge-time-copy,
.concierge-timeline-copy {
  display: grid;
  gap: 6px;
}

.concierge-day-title {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.1rem;
}

.concierge-day-lead,
.concierge-time-copy p,
.concierge-picker-hint {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.concierge-date-scroller {
  overflow-x: auto;
  padding-bottom: 2px;
}

.concierge-date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(104px, 1fr));
  gap: 10px;
  min-width: 760px;
}

.concierge-date-button,
.concierge-time-button {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 14px 12px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--tnf-ink);
  text-align: left;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.concierge-date-button strong,
.concierge-time-button strong {
  color: var(--tnf-sea-deep);
  font-size: 0.94rem;
  line-height: 1.35;
}

.concierge-date-button span,
.concierge-time-button span,
.concierge-date-button small {
  color: var(--tnf-ink-soft);
  font-size: 0.82rem;
  line-height: 1.4;
}

.concierge-date-button[data-selected="true"],
.concierge-time-button[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: linear-gradient(
    180deg,
    rgba(242, 249, 252, 0.98) 0%,
    rgba(252, 254, 255, 0.98) 100%
  );
  box-shadow: 0 14px 28px rgba(12, 49, 72, 0.06);
}

.concierge-time-button[data-linked="true"] {
  border-color: rgba(12, 109, 134, 0.26);
  background: linear-gradient(
    180deg,
    rgba(238, 248, 251, 0.98) 0%,
    rgba(249, 253, 255, 0.98) 100%
  );
  box-shadow: 0 14px 30px rgba(12, 49, 72, 0.08);
}

.concierge-time-button[data-linked="true"]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 2px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(21, 116, 142, 0.38) 0%,
    rgba(21, 116, 142, 0) 100%
  );
  transform: translateX(-50%);
  opacity: 0.68;
}

.concierge-date-button:hover:not(:disabled),
.concierge-time-button:hover:not(:disabled) {
  border-color: rgba(12, 109, 134, 0.18);
  background: rgba(247, 251, 254, 0.98);
  transform: translateY(-1px);
}

.concierge-date-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  background: rgba(245, 247, 250, 0.94);
  box-shadow: none;
}

.concierge-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.concierge-time-shell,
.concierge-timeline-shell {
  gap: 14px;
}

.concierge-time-shell,
.concierge-timeline-shell,
.concierge-selection-summary,
.concierge-picker-actions {
  transform-origin: top center;
}

.concierge-time-shell[data-animate="true"],
.concierge-timeline-shell[data-animate="true"] {
  animation: conciergePanelReveal 260ms cubic-bezier(0.2, 0.82, 0.24, 1) both;
}

.concierge-selection-summary[data-animate="true"] {
  animation: conciergeFadeLiftIn 220ms ease both;
  animation-delay: 80ms;
}

.concierge-picker-actions[data-animate="true"] {
  animation: conciergeFadeLiftIn 220ms ease both;
  animation-delay: 140ms;
}

.concierge-timeline-scale {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--tnf-ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.concierge-timeline-track {
  position: relative;
  min-height: 112px;
  padding: 16px 0 10px;
  touch-action: none;
  user-select: none;
}

.concierge-timeline-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(230, 236, 242, 0.9) 0%,
    rgba(239, 244, 248, 0.95) 100%
  );
  box-shadow: inset 0 0 0 1px rgba(16, 37, 58, 0.06);
}

.concierge-timeline-ticks {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.concierge-timeline-tick {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.14);
  transform: translate(-50%, calc(-50% - 18px));
}

.concierge-timeline-tick[data-major="true"] {
  height: 16px;
  background: rgba(16, 37, 58, 0.22);
  transform: translate(-50%, calc(-50% - 20px));
}

.concierge-timeline-window {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
}

.concierge-timeline-window-acceptable {
  height: 20px;
  background: rgba(128, 197, 214, 0.34);
  pointer-events: none;
}

.concierge-timeline-window-preferred {
  display: block;
  height: 30px;
  border: 1px solid rgba(12, 109, 134, 0.2);
  background: linear-gradient(
    180deg,
    rgba(24, 126, 149, 0.92) 0%,
    rgba(11, 91, 115, 0.92) 100%
  );
  box-shadow: 0 12px 24px rgba(12, 49, 72, 0.12);
  pointer-events: none;
}

.concierge-timeline-track[data-animate="true"] .concierge-timeline-window-preferred {
  animation: conciergeFadeIn 180ms ease both;
}

.concierge-timeline-track[data-animate="true"] .concierge-timeline-tick,
.concierge-timeline-track[data-animate="true"] .concierge-timeline-handle {
  animation: conciergeFadeIn 180ms ease both;
  animation-delay: 140ms;
}

.concierge-timeline-handle {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(11, 54, 74, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 18px rgba(12, 49, 72, 0.12);
  cursor: ew-resize;
}

.concierge-timeline-handle::before {
  content: "";
  position: absolute;
  inset: 8px 5px;
  border-radius: 999px;
  background: repeating-linear-gradient(
    90deg,
    rgba(11, 54, 74, 0.7) 0 2px,
    transparent 2px 5px
  );
}

.concierge-timeline-handle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 115, 145, 0.18), 0 10px 22px rgba(12, 49, 72, 0.16);
}

.concierge-timeline-handle::after {
  content: attr(data-time-label);
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  padding: 4px 8px;
  border: 1px solid rgba(12, 109, 134, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-sea-deep);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(12, 49, 72, 0.08);
}

.concierge-timeline-submit-rail {
  --concierge-submit-left: 0px;
  --concierge-submit-width: 220px;
  position: relative;
  min-height: 52px;
  margin-top: 10px;
}

.concierge-timeline-submit {
  position: absolute;
  top: 0;
  left: var(--concierge-submit-left);
  width: var(--concierge-submit-width);
  max-width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(12, 109, 134, 0.18);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(20, 121, 145, 0.94) 0%,
    rgba(10, 92, 116, 0.96) 100%
  );
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 12px 24px rgba(12, 49, 72, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  justify-content: center;
  transition:
    left 260ms cubic-bezier(0.22, 0.8, 0.2, 1),
    width 260ms cubic-bezier(0.22, 0.8, 0.2, 1),
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.concierge-timeline-submit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 2px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(21, 116, 142, 0) 0%,
    rgba(21, 116, 142, 0.44) 100%
  );
}

.concierge-timeline-submit:hover:not(:disabled) {
  background: linear-gradient(
    180deg,
    rgba(20, 121, 145, 0.94) 0%,
    rgba(10, 92, 116, 0.96) 100%
  );
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(12, 49, 72, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  filter: saturate(1.04);
}

.concierge-timeline-submit:disabled {
  opacity: 0.6;
  box-shadow: none;
}

.concierge-scheduler[data-concierge-dragging="true"] .concierge-timeline-submit {
  transition: none;
}

.concierge-picker-actions {
  gap: 12px;
}

.concierge-picker-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.concierge-date-empty {
  padding: 18px;
  border: 1px dashed rgba(16, 37, 58, 0.14);
  border-radius: 18px;
  color: var(--tnf-ink-soft);
  text-align: center;
  background: rgba(250, 252, 255, 0.9);
}

.concierge-selection-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  align-items: center;
  padding: 2px 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.concierge-selection-summary-copy {
  display: grid;
  gap: 1px;
}

.concierge-selection-meta {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

.concierge-selection-summary-copy strong,
.concierge-follow-up-copy strong,
.concierge-heatmap-copy strong,
.concierge-offers-copy strong,
.concierge-canvas-copy strong {
  color: var(--tnf-sea-deep);
  font-size: 0.98rem;
  line-height: 1.35;
}

.concierge-selection-label,
.concierge-follow-up-eyebrow {
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes conciergeFadeLiftIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes conciergeFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes conciergePanelReveal {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.concierge-session-setting,
.concierge-follow-up-actions,
.concierge-heatmap-actions,
.concierge-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.concierge-offer-actions {
  justify-content: space-between;
  align-items: center;
}

.concierge-suggestion,
.concierge-follow-up,
.concierge-heatmap-shell,
.concierge-offers,
.concierge-canvas-shell {
  padding: 18px 20px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 18px;
  background: rgba(250, 252, 255, 0.94);
}

.concierge-suggestion {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.concierge-suggestion-copy,
.concierge-follow-up-copy,
.concierge-heatmap-copy,
.concierge-offers-copy,
.concierge-canvas-copy {
  display: grid;
  gap: 6px;
}

.concierge-suggestion-copy p,
.concierge-intent-lead,
.concierge-follow-up-copy p,
.concierge-heatmap-copy p,
.concierge-offers-copy p,
.concierge-canvas-copy p {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.concierge-intent-copy {
  display: grid;
  gap: 6px;
}

.concierge-intent-title {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.1rem;
}

.concierge-intent-lead {
  margin: 0;
}

.concierge-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.concierge-scheduler[data-concierge-stage="matrix"] .concierge-heatmap-shell,
.concierge-scheduler[data-concierge-stage="offers"] .concierge-offers,
.concierge-scheduler[data-concierge-stage="canvas"] .concierge-canvas-shell {
  border-color: rgba(12, 109, 134, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(246, 251, 254, 0.96) 100%
  );
  box-shadow: 0 16px 32px rgba(12, 49, 72, 0.06);
}

.concierge-scheduler[data-concierge-stage="matrix"] .concierge-session-setting,
.concierge-scheduler[data-concierge-stage="offers"] .concierge-session-setting,
.concierge-scheduler[data-concierge-stage="canvas"] .concierge-session-setting {
  opacity: 0.78;
}

.concierge-scheduler[data-concierge-stage="matrix"] .concierge-selection-summary,
.concierge-scheduler[data-concierge-stage="offers"] .concierge-selection-summary,
.concierge-scheduler[data-concierge-stage="canvas"] .concierge-selection-summary {
  border-color: rgba(12, 109, 134, 0.18);
}

.concierge-intent-card {
  display: grid;
  gap: 6px;
  min-height: 110px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--tnf-ink);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.concierge-intent-card strong {
  color: var(--tnf-sea-deep);
  font-size: 0.98rem;
  line-height: 1.35;
}

.concierge-intent-card span {
  color: var(--tnf-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.concierge-intent-card:hover,
.concierge-intent-card[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.05);
  box-shadow: 0 16px 28px rgba(12, 49, 72, 0.08);
  transform: translateY(-1px);
}

.concierge-offer-list {
  display: grid;
  gap: 12px;
}

.concierge-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
}

.concierge-offer-card[data-offer-state="primary"] {
  border-color: rgba(12, 109, 134, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(244, 250, 253, 0.98) 100%
  );
}

.concierge-offer-card[data-offer-state="fallback"] {
  background: rgba(250, 252, 255, 0.98);
}

.concierge-offer-copy {
  display: grid;
  gap: 4px;
}

.concierge-offer-copy strong {
  color: var(--tnf-sea-deep);
  font-size: 0.98rem;
}

.concierge-offer-copy span,
.concierge-offer-copy p {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.9rem;
}

.concierge-offer-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.concierge-offer-badge-primary {
  background: rgba(12, 109, 134, 0.1);
}

.concierge-offer-badge-fallback {
  background: rgba(16, 37, 58, 0.06);
  color: var(--tnf-ink-soft);
}

.concierge-heatmap-shell {
  gap: 16px;
}

.concierge-heatmap-grid-scroller {
  overflow-x: auto;
  padding-bottom: 2px;
}

.concierge-heatmap-grid {
  min-width: 760px;
}

.concierge-heatmap-grid-table {
  display: grid;
  grid-template-columns: 148px repeat(7, minmax(88px, 1fr));
  gap: 10px;
  align-items: stretch;
}

.concierge-heatmap-grid-corner {
  min-height: 80px;
  border-radius: 18px;
  border: 1px solid rgba(16, 37, 58, 0.06);
  background: linear-gradient(
    180deg,
    rgba(241, 247, 251, 0.92) 0%,
    rgba(251, 253, 255, 0.98) 100%
  );
}

.concierge-heatmap-day-button,
.concierge-heatmap-band-button,
.concierge-heatmap-cell {
  border-radius: 18px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  background: rgba(255, 255, 255, 0.98);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.concierge-heatmap-day-button,
.concierge-heatmap-band-button {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 4px;
  min-height: 80px;
  padding: 14px 12px;
  text-align: left;
}

.concierge-heatmap-day-button::after,
.concierge-heatmap-band-button::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.18);
  opacity: 0;
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.concierge-heatmap-day-button::after {
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 4px;
  transform: scaleX(0.35);
  transform-origin: center;
}

.concierge-heatmap-band-button::after {
  top: 12px;
  bottom: 12px;
  left: 8px;
  width: 4px;
  transform: scaleY(0.35);
  transform-origin: center;
}

.concierge-heatmap-day-button strong,
.concierge-heatmap-band-button strong {
  color: var(--tnf-sea-deep);
  font-size: 0.92rem;
  line-height: 1.35;
}

.concierge-heatmap-day-button span,
.concierge-heatmap-band-button span,
.concierge-heatmap-day-button small,
.concierge-heatmap-band-button small {
  color: var(--tnf-ink-soft);
  font-size: 0.8rem;
  line-height: 1.35;
}

.concierge-heatmap-day-button[data-active-state="partial"],
.concierge-heatmap-band-button[data-active-state="partial"] {
  border-color: rgba(12, 109, 134, 0.16);
  background: rgba(247, 251, 254, 0.98);
}

.concierge-heatmap-day-button[data-active-state="partial"]::after,
.concierge-heatmap-band-button[data-active-state="partial"]::after {
  opacity: 1;
}

.concierge-heatmap-day-button[data-active-state="full"],
.concierge-heatmap-band-button[data-active-state="full"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: linear-gradient(
    180deg,
    rgba(242, 249, 252, 0.98) 0%,
    rgba(252, 254, 255, 0.98) 100%
  );
  box-shadow: 0 14px 28px rgba(12, 49, 72, 0.06);
}

.concierge-heatmap-day-button[data-active-state="full"]::after,
.concierge-heatmap-band-button[data-active-state="full"]::after {
  opacity: 1;
  transform: none;
  background: rgba(12, 109, 134, 0.28);
}

.concierge-heatmap-day-button[data-selected="true"],
.concierge-heatmap-band-button[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: linear-gradient(
    180deg,
    rgba(242, 249, 252, 0.98) 0%,
    rgba(252, 254, 255, 0.98) 100%
  );
  box-shadow: 0 14px 28px rgba(12, 49, 72, 0.06);
}

.concierge-heatmap-day-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  background: rgba(245, 247, 250, 0.94);
  box-shadow: none;
}

.concierge-heatmap-band-button {
  min-height: 96px;
  justify-content: center;
  padding-left: 18px;
}

.concierge-heatmap-cell {
  position: relative;
  min-height: 96px;
  padding: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(251, 253, 255, 0.96) 100%
  );
}

.concierge-heatmap-cell:hover {
  border-color: rgba(12, 109, 134, 0.16);
}

.concierge-heatmap-cell::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px dashed rgba(16, 37, 58, 0.08);
  transition: border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.concierge-heatmap-cell[data-row-selected="true"] {
  background: linear-gradient(
    180deg,
    rgba(248, 252, 255, 0.98) 0%,
    rgba(243, 249, 252, 0.96) 100%
  );
}

.concierge-heatmap-cell[data-column-selected="true"] {
  background: linear-gradient(
    180deg,
    rgba(249, 253, 255, 0.99) 0%,
    rgba(244, 250, 253, 0.97) 100%
  );
}

.concierge-heatmap-cell[data-row-selected="true"][data-column-selected="true"]::before {
  border-color: rgba(12, 109, 134, 0.12);
  background: rgba(12, 109, 134, 0.04);
}

.concierge-heatmap-cell[data-active="true"]::before {
  border-style: solid;
  border-color: rgba(12, 109, 134, 0.2);
  background: rgba(12, 109, 134, 0.08);
}

.concierge-heatmap-cell[data-active="true"] {
  background: linear-gradient(
    180deg,
    rgba(248, 252, 255, 0.99) 0%,
    rgba(241, 248, 252, 0.97) 100%
  );
}

.concierge-heatmap-cell[data-strong="true"] {
  border-color: rgba(12, 109, 134, 0.24);
  box-shadow: 0 16px 28px rgba(12, 49, 72, 0.06);
}

.concierge-heatmap-cell[data-strong="true"]::before {
  border-color: rgba(12, 109, 134, 0.28);
  background: linear-gradient(
    180deg,
    rgba(12, 109, 134, 0.16) 0%,
    rgba(20, 142, 166, 0.11) 100%
  );
}

.concierge-heatmap-cell[data-cutout="true"]::before {
  border-style: dashed;
  border-color: rgba(16, 37, 58, 0.12);
  background: repeating-linear-gradient(
    -45deg,
    rgba(248, 250, 253, 0.96),
    rgba(248, 250, 253, 0.96) 8px,
    rgba(241, 245, 248, 0.98) 8px,
    rgba(241, 245, 248, 0.98) 16px
  );
}

.concierge-heatmap-cell-disabled {
  min-height: 96px;
  border-radius: 18px;
  border: 1px solid rgba(16, 37, 58, 0.06);
  background: repeating-linear-gradient(
    -45deg,
    rgba(244, 246, 249, 0.96),
    rgba(244, 246, 249, 0.96) 8px,
    rgba(238, 242, 246, 0.98) 8px,
    rgba(238, 242, 246, 0.98) 16px
  );
}

.concierge-heatmap-footer {
  display: grid;
  gap: 12px;
}

.concierge-heatmap-summary {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.concierge-heatmap-actions {
  justify-content: space-between;
  align-items: center;
}

.concierge-heatmap-empty {
  padding: 18px;
  border: 1px dashed rgba(16, 37, 58, 0.14);
  border-radius: 18px;
  color: var(--tnf-ink-soft);
  text-align: center;
  background: rgba(250, 252, 255, 0.9);
}

.preference-calendar-embedded .preference-calendar-shell {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.preference-calendar-topbar-embedded {
  padding: 0 0 6px;
}

.schedule-calendar-stage {
  display: grid;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.92);
}

.schedule-calendar-stage-intent {
  border-color: rgba(12, 109, 134, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 252, 255, 0.94) 100%);
}

.schedule-calendar-stage[data-stage-state="locked"] {
  background: rgba(248, 250, 253, 0.86);
  border-style: dashed;
  border-color: rgba(16, 37, 58, 0.12);
}

.schedule-calendar-stage[data-stage-state="locked"] .schedule-calendar-month-window {
  opacity: 0.72;
}

.schedule-calendar-stage[data-stage-state="ready"] {
  background: rgba(252, 253, 255, 0.94);
}

.schedule-calendar-stage-date[data-stage-state="ready"] {
  border-color: rgba(16, 37, 58, 0.12);
}

.schedule-calendar-stage-focus[data-stage-state="active"] {
  border-color: rgba(12, 109, 134, 0.24);
  background: linear-gradient(180deg, rgba(250, 253, 255, 0.99) 0%, rgba(242, 248, 252, 0.97) 100%);
  box-shadow: 0 18px 34px rgba(12, 49, 72, 0.08);
}

.schedule-stage-head {
  display: grid;
  gap: 6px;
}

.schedule-stage-step {
  margin: 0;
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-stage-title {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.15rem;
}

.schedule-stage-copy {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.schedule-intent-lead {
  display: grid;
  gap: 14px;
}

.schedule-preference-group {
  display: grid;
  gap: 10px;
}

.schedule-preference-label {
  margin: 0;
  color: var(--tnf-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.schedule-preference-pills,
.schedule-selected-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule-preference-pill {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(16, 37, 58, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-ink-soft);
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.schedule-preference-pill:hover,
.schedule-preference-pill[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  color: var(--tnf-sea);
  background: rgba(12, 109, 134, 0.06);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.05);
}

.schedule-calendar-month-window {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.schedule-calendar-month {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.9);
}

.schedule-calendar-month-header {
  color: var(--tnf-sea-deep);
  font-size: 1rem;
  font-weight: 800;
}

.calendar-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 37, 58, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-sea-deep);
  font-size: 1.25rem;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.calendar-nav-button:hover,
.calendar-nav-button:focus-visible {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.06);
  color: var(--tnf-sea);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.06);
}

.schedule-day-strip,
.schedule-month-weekdays,
.schedule-month-grid,
.schedule-plan-actions,
.account-appointment-actions,
.account-history-meta,
.admin-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule-day-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.schedule-day-card {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 112px;
  padding: 16px 14px 14px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-ink);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.schedule-day-card:hover,
.schedule-day-card[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.06);
  box-shadow: 0 16px 28px rgba(12, 49, 72, 0.08);
  transform: translateY(-1px);
}

.schedule-day-card:disabled,
.schedule-day-card[data-day-state="disabled"] {
  cursor: not-allowed;
  background: rgba(243, 246, 250, 0.82);
  color: var(--tnf-ink-soft);
  box-shadow: none;
}

.schedule-day-card[data-day-state="unavailable"] {
  background: rgba(247, 249, 252, 0.94);
}

.schedule-day-card-weekday,
.schedule-day-card-current,
.schedule-selection-label,
.schedule-opening-current {
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-day-card-date {
  font-size: 1rem;
  line-height: 1.2;
}

.schedule-day-card-hint {
  color: var(--tnf-ink-soft);
  font-size: 0.84rem;
}

.schedule-month-picker {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(16, 37, 58, 0.32);
  backdrop-filter: blur(8px);
}

.schedule-month-picker[hidden] {
  display: none;
}

.schedule-month-picker-shell {
  width: min(100%, 720px);
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--tnf-radius-lg);
  border: 1px solid rgba(16, 37, 58, 0.12);
  background: rgba(255, 253, 250, 0.98);
  box-shadow: var(--tnf-shadow);
}

.schedule-month-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.schedule-month-picker-title {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1rem;
  font-weight: 800;
}

.schedule-month-weekdays,
.schedule-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.schedule-month-weekdays span {
  color: var(--tnf-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.schedule-month-spacer {
  min-height: 124px;
}

.schedule-selection-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(12, 109, 134, 0.16);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 30px rgba(12, 49, 72, 0.06);
}

.schedule-calendar-placeholder {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border: 1px dashed rgba(12, 109, 134, 0.24);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.86);
}

.schedule-calendar-placeholder strong {
  color: var(--tnf-sea-deep);
  font-size: 1rem;
}

.schedule-calendar-placeholder p {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
}

.schedule-selection-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.schedule-selection-copy-block {
  display: grid;
  gap: 6px;
}

.schedule-opening-list {
  display: grid;
  gap: 12px;
}

.schedule-selected-actions {
  margin-top: 4px;
}

.schedule-opening-list-expanded {
  padding-top: 4px;
}

.schedule-adjacent-panel {
  display: grid;
  gap: 10px;
}

.schedule-calendar-day {
  position: relative;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 124px;
  padding: 16px 14px 14px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tnf-ink);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.schedule-calendar-day:hover,
.schedule-calendar-day[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.16);
  background: rgba(12, 109, 134, 0.04);
  box-shadow: 0 8px 18px rgba(12, 49, 72, 0.05);
  transform: translateY(-1px);
}

.schedule-calendar-day[data-day-state="best-match"] {
  border-color: rgba(12, 109, 134, 0.16);
  background: rgba(12, 109, 134, 0.045);
}

.schedule-calendar-day[data-day-state="limited"] {
  background: rgba(250, 252, 255, 0.98);
}

.schedule-calendar-day[data-day-state="unavailable"] {
  background: rgba(247, 249, 252, 0.94);
}

.schedule-calendar-day:disabled,
.schedule-calendar-day[data-day-state="disabled"] {
  cursor: not-allowed;
  background: rgba(243, 246, 250, 0.82);
  color: var(--tnf-ink-soft);
  box-shadow: none;
  transform: none;
}

.schedule-calendar-day-weekday,
.schedule-calendar-day-current,
.schedule-selection-label,
.schedule-opening-current {
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-calendar-day-date {
  font-size: 1rem;
  line-height: 1.2;
}

.schedule-calendar-day-state {
  color: var(--tnf-ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.schedule-calendar-day-hint {
  color: var(--tnf-ink-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}

.schedule-calendar-day-samples {
  display: grid;
  gap: 6px;
}

.schedule-calendar-day-sample {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(16, 37, 58, 0.035);
  color: var(--tnf-ink-soft);
  font-size: 0.74rem;
  font-weight: 600;
}

.schedule-opening-chip,
.schedule-option {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-md);
  background: rgba(246, 249, 253, 0.92);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.schedule-opening-chip:hover,
.schedule-opening-chip[data-selected="true"],
.schedule-option:hover,
.schedule-option[data-selected="true"] {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.06);
  box-shadow: 0 12px 26px rgba(12, 49, 72, 0.06);
}

.schedule-opening-chip strong,
.schedule-option strong,
.account-appointment-card strong,
.account-history-item strong,
.admin-list-item strong,
.account-empty-state strong {
  font-size: 1rem;
  line-height: 1.35;
}

.schedule-opening-chip span,
.schedule-option-meta,
.account-appointment-copy span,
.account-history-meta span,
.admin-item-meta span,
.account-empty-state p {
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
}

.schedule-opening-empty {
  padding: 16px 18px;
}

.guided-scheduling,
.guided-scheduling-intent,
.guided-thread-shell,
.guided-thread-messages,
.guided-offer-list,
.guided-date-options,
.guided-selected-stage {
  display: grid;
  gap: 16px;
}

.guided-scheduling {
  gap: 22px;
}

.guided-result-surface[hidden],
.guided-last-request[hidden],
.guided-summary-bar[hidden],
.guided-response-card[hidden],
.guided-offers-panel[hidden],
.guided-selected-stage[hidden],
.guided-selected-offer[hidden] {
  display: none;
}

.guided-scheduling-intent,
.guided-offers-panel,
.guided-date-fallback,
.guided-selected-stage {
  padding: 22px 24px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.96);
}

.guided-scheduling-intent {
  border-color: rgba(12, 109, 134, 0.16);
  background: rgba(255, 255, 255, 0.96);
}

.guided-offers-panel,
.guided-selected-stage {
  box-shadow: none;
}

.guided-thread-shell {
  gap: 18px;
}

.guided-stage-head {
  display: grid;
  gap: 0;
}

.guided-stage-head-inline {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(16, 37, 58, 0.08);
}

.guided-stage-step {
  margin: 0;
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guided-stage-title {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1.12rem;
}

.guided-stage-copy {
  margin: 0;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.guided-thread-messages {
  gap: 12px;
}

.guided-message {
  max-width: min(100%, 640px);
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.guided-message p {
  margin: 0;
}

.guided-message-assistant {
  justify-self: start;
  border: 1px solid rgba(16, 37, 58, 0.08);
  background: rgba(247, 250, 253, 0.96);
  color: var(--tnf-ink);
}

.guided-message-user {
  justify-self: end;
  border: 1px solid rgba(12, 109, 134, 0.12);
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea-deep);
}

.guided-summary-bar {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(16, 37, 58, 0.035);
  color: var(--tnf-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.guided-quick-replies,
.guided-offer-actions,
.guided-composer-actions,
.guided-date-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guided-quick-reply {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--tnf-ink);
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.guided-quick-reply:hover,
.guided-quick-reply:focus-visible {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.06);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.05);
}

.guided-composer-shell {
  position: relative;
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-md);
  background: rgba(250, 252, 255, 0.98);
}

.guided-composer-form {
  display: grid;
  gap: 12px;
}

.guided-composer-form textarea {
  min-height: 72px;
  resize: vertical;
}

.guided-composer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guided-helper-pill {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--tnf-ink);
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.guided-helper-pill[data-active="true"],
.guided-helper-pill:hover,
.guided-helper-pill:focus-visible {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.07);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.05);
}

.guided-overlay-shell {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 20px 48px rgba(12, 49, 72, 0.12);
}

.guided-overlay-panel {
  display: grid;
  gap: 14px;
}

.guided-overlay-head {
  display: grid;
  gap: 4px;
}

.guided-overlay-head h4 {
  margin: 0;
  color: var(--tnf-sea-deep);
  font-size: 1rem;
}

.guided-overlay-label {
  margin: 0;
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guided-overlay-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guided-overlay-options-weekdays,
.guided-overlay-options-time {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.guided-overlay-option,
.guided-exact-time-chip {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 14px;
  background: rgba(246, 249, 253, 0.98);
  color: var(--tnf-ink);
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.guided-overlay-option[data-selected="true"],
.guided-overlay-option:hover,
.guided-overlay-option:focus-visible,
.guided-exact-time-chip[data-selected="true"],
.guided-exact-time-chip:hover,
.guided-exact-time-chip:focus-visible {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.08);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.06);
  transform: translateY(-1px);
}

.guided-overlay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guided-overlay-date-fallback {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  background: rgba(246, 249, 253, 0.94);
}

.guided-overlay-exact-times {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 10px;
  max-height: 260px;
  overflow: auto;
  padding-right: 2px;
}

.guided-message-processing {
  border-style: dashed;
  opacity: 0.9;
}

.guided-offers-panel {
  gap: 16px;
}

.guided-offer-list,
.guided-date-options {
  gap: 12px;
}

.guided-offer-card,
.guided-date-option {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.96);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.guided-offer-card:hover,
.guided-offer-card[data-selected="true"],
.guided-date-option:hover {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(249, 252, 255, 0.98);
  box-shadow: 0 10px 22px rgba(12, 49, 72, 0.05);
  transform: none;
}

.guided-date-option[data-day-state="disabled"] {
  cursor: not-allowed;
  background: rgba(243, 246, 250, 0.82);
  color: var(--tnf-ink-soft);
  box-shadow: none;
  transform: none;
}

.guided-offer-card[data-current="true"]::after {
  content: "Current";
  justify-self: start;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.guided-offer-day,
.guided-offer-reason,
.guided-offer-setting,
.guided-offer-cta,
.guided-date-option span,
.guided-selected-card span,
.guided-selected-card small {
  color: var(--tnf-ink-soft);
  font-size: 0.9rem;
}

.guided-offer-time,
.guided-date-option strong,
.guided-selected-card strong {
  color: var(--tnf-sea-deep);
  font-size: 1.02rem;
  line-height: 1.35;
}

.guided-selected-offer,
.guided-selected-card {
  display: grid;
  gap: 8px;
}

.guided-selected-card {
  padding: 18px 20px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(12, 109, 134, 0.16);
  background: rgba(255, 255, 255, 0.98);
}

.guided-selected-label {
  margin: 0;
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guided-minimal-shell,
.guided-result-surface,
.guided-last-request,
.guided-response-card,
.guided-token-menu {
  display: grid;
  gap: 12px;
}

.guided-minimal-shell {
  gap: 12px;
}

.guided-inline-link,
.guided-example-link {
  padding: 0;
  border: 0;
  background: none;
  color: var(--tnf-sea);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.guided-inline-link:hover,
.guided-inline-link:focus-visible,
.guided-example-link:hover,
.guided-example-link:focus-visible {
  color: var(--tnf-sea-deep);
  text-decoration: underline;
}

.guided-composer-shell {
  gap: 12px;
  padding: 20px 20px 16px;
  border: 1px solid rgba(12, 49, 72, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.guided-composer-form {
  gap: 12px;
}

.guided-composer-form textarea {
  min-height: 76px;
  max-height: 120px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--tnf-ink);
  font-size: 1.08rem;
  line-height: 1.6;
  resize: none;
  box-shadow: none;
  overflow-y: hidden;
}

.guided-composer-form textarea:focus {
  outline: none;
}

.guided-composer-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.guided-composer-actions-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.guided-composer-actions-inline .button {
  min-width: 132px;
}

.guided-setting-chip,
.guided-recognized-token,
.guided-token-option,
.guided-exact-time-chip {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(16, 37, 58, 0.12);
  border-radius: 999px;
  background: rgba(246, 249, 253, 0.98);
  color: var(--tnf-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.guided-setting-chip:hover,
.guided-setting-chip:focus-visible,
.guided-recognized-token:hover,
.guided-recognized-token:focus-visible,
.guided-recognized-token[data-active="true"],
.guided-token-option:hover,
.guided-token-option:focus-visible,
.guided-token-option[data-selected="true"],
.guided-exact-time-chip[data-selected="true"],
.guided-exact-time-chip:hover,
.guided-exact-time-chip:focus-visible {
  border-color: rgba(12, 109, 134, 0.22);
  background: rgba(12, 109, 134, 0.08);
  box-shadow: 0 10px 24px rgba(12, 49, 72, 0.06);
  transform: translateY(-1px);
}

.guided-token-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guided-recognized-token {
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  text-align: left;
  border-radius: 18px;
}

.guided-recognized-token small,
.guided-token-menu-label {
  color: var(--tnf-sea);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guided-recognized-token strong,
.guided-token-menu-head h4,
.guided-response-card strong,
.guided-response-card span,
.guided-response-card p,
.guided-last-request p {
  margin: 0;
}

.guided-recognized-token strong {
  color: var(--tnf-sea-deep);
  font-size: 0.9rem;
  line-height: 1.3;
}

.guided-preview-summary {
  color: var(--tnf-sea-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.guided-preview-hint {
  color: var(--tnf-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.guided-token-menu-shell {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.guided-token-menu {
  padding: 16px 18px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: 20px;
  background: rgba(247, 250, 253, 0.98);
}

.guided-token-menu-head {
  display: grid;
  gap: 4px;
}

.guided-token-option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guided-token-option-grid-location .guided-token-option {
  min-width: 148px;
  justify-content: center;
}

.guided-token-menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.guided-token-menu-empty {
  margin: 0;
  color: var(--tnf-ink-soft);
}

.guided-exact-time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 10px;
  max-height: 240px;
  overflow: auto;
  padding-right: 2px;
}

.guided-result-surface {
  gap: 14px;
}

.guided-last-request,
.guided-response-card {
  max-width: min(100%, 720px);
  padding: 16px 18px;
  border-radius: 22px;
}

.guided-last-request {
  justify-self: end;
  border: 1px solid rgba(12, 109, 134, 0.12);
  background: rgba(12, 109, 134, 0.08);
  color: var(--tnf-sea-deep);
}

.guided-last-request p {
  font-size: 0.96rem;
  line-height: 1.55;
}

.guided-response-card {
  justify-self: start;
  border: 1px solid rgba(16, 37, 58, 0.08);
  background: rgba(247, 250, 253, 0.96);
  color: var(--tnf-ink);
}

.guided-response-card strong {
  color: var(--tnf-sea-deep);
  line-height: 1.45;
}

.tnf-booking .guided-minimal-shell {
  gap: 10px;
}

.tnf-booking .guided-composer-shell {
  gap: 10px;
  padding: 18px 20px 14px;
  border-color: rgba(16, 37, 58, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 1);
}

.tnf-booking .guided-composer-form {
  gap: 10px;
}

.tnf-booking .guided-composer-form textarea {
  min-height: 64px;
  font-size: 1.04rem;
}

.tnf-booking .guided-result-surface {
  gap: 12px;
}

.tnf-booking .guided-last-request,
.tnf-booking .guided-response-card {
  max-width: min(100%, 680px);
  padding: 14px 16px;
  border-radius: 18px;
}

.tnf-booking .guided-offers-panel {
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.tnf-booking .guided-offer-list {
  gap: 10px;
}

.tnf-booking .guided-offer-card {
  padding: 14px 16px;
}

.guided-response-label {
  color: var(--tnf-sea);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-results-card[hidden],
.schedule-booking-panel[hidden],
.account-access-hint[hidden],
.schedule-email-field[hidden],
.booking-attempt-panel[hidden],
.admin-dashboard[hidden] {
  display: none;
}

.schedule-results-card .card-body,
.schedule-booking-panel,
.account-access-hint {
  display: grid;
  gap: 14px;
}

.account-appointment-list,
.account-billing-history,
.admin-appointments-list,
.admin-availability-list,
.admin-sublist {
  display: grid;
  gap: 12px;
}

.account-appointment-card,
.account-history-item,
.admin-list-item,
.account-empty-state {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(16, 37, 58, 0.1);
  background: rgba(246, 249, 253, 0.92);
}

.schedule-option-kicker {
  color: var(--tnf-sea);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-plan-actions {
  margin-top: 4px;
}

.schedule-plan-actions .button,
.schedule-booking-panel .button,
.account-empty-state .button {
  width: 100%;
  justify-content: center;
}

.account-appointment-card,
.admin-list-item {
  grid-template-columns: minmax(0, 1fr);
}

.account-appointment-copy,
.account-history-item,
.account-empty-state {
  display: grid;
  gap: 6px;
}

.account-history-meta,
.admin-item-meta {
  row-gap: 6px;
}

.account-reschedule-panel {
  gap: 14px;
}

.account-reschedule-current {
  padding: 16px 18px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(16, 37, 58, 0.1);
  background: rgba(246, 249, 253, 0.92);
}

.admin-scheduler-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.admin-panel {
  display: grid;
  gap: 14px;
  padding: 20px 22px;
  border-radius: var(--tnf-radius-md);
  border: 1px solid rgba(16, 37, 58, 0.1);
  background: rgba(246, 249, 253, 0.92);
}

.admin-sublist h4 {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tnf-sea);
}

.membership-access-card[hidden],
.membership-dashboard-card[hidden] {
  display: none;
}

.legal-stack {
  display: grid;
  gap: 22px;
}

.legal-card h2 {
  margin-bottom: 16px;
}

.legal-subsection + .legal-subsection {
  margin-top: 18px;
}

.legal-subsection h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.section-session-experience {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(234, 124, 49, 0.09), transparent 28%),
    linear-gradient(180deg, #fffaf3 0%, #fbf8f2 100%);
}

.session-experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(36px, 6vw, 68px);
  align-items: center;
}

.session-experience-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: var(--tnf-radius-xl);
  background: #eadfd2;
  box-shadow: 0 28px 70px rgba(42, 45, 48, 0.16);
}

.session-experience-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(13, 34, 47, 0.58));
}

.session-experience-image {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 54% 46%;
}

.session-experience-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.session-experience-copy {
  display: grid;
  gap: 20px;
  max-width: 34rem;
}

.session-experience-copy .eyebrow {
  margin-bottom: -4px;
}

.session-experience-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.35rem, 4.8vw, 4rem);
}

.session-experience-copy > p:not(.eyebrow) {
  color: var(--tnf-ink-soft);
  font-size: 1.04rem;
}

.session-experience-facts {
  display: grid;
  gap: 0;
  margin-top: 4px;
  border-top: 1px solid rgba(16, 37, 58, 0.1);
}

.session-experience-facts span {
  position: relative;
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid rgba(16, 37, 58, 0.1);
  color: var(--tnf-ink);
  font-size: 0.94rem;
  font-weight: 750;
}

.session-experience-facts span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(47, 138, 116, 0.72);
  border-radius: 50%;
  transform: translateY(-50%);
}

.section-process {
  background: #fff;
}

.process-heading {
  max-width: 48rem;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 8px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 109, 134, 0.26), rgba(234, 124, 49, 0.32));
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 0 14px;
  text-align: center;
}

.process-step-number {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-inline: auto;
  border: 7px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tnf-sea), #2f8a74);
  color: #fff;
  box-shadow: 0 10px 24px rgba(12, 73, 91, 0.16);
  font-size: 0.9rem;
  font-weight: 850;
}

.process-step h3 {
  margin-bottom: 9px;
  font-size: 1.46rem;
}

.process-step p {
  color: var(--tnf-ink-soft);
  font-size: 0.96rem;
}

.process-reassurance {
  width: fit-content;
  max-width: 44rem;
  margin: 38px auto 0;
  padding: 13px 20px;
  border: 1px solid rgba(12, 109, 134, 0.12);
  border-radius: 999px;
  background: rgba(237, 247, 247, 0.76);
  color: var(--tnf-sea-deep);
  font-size: 0.94rem;
  font-weight: 700;
  text-align: center;
}

.section-plans {
  background:
    radial-gradient(circle at 82% 10%, rgba(60, 130, 199, 0.07), transparent 26%),
    linear-gradient(180deg, #fbfcfd 0%, #f6f9fb 100%);
}

.plan-price span {
  margin-left: 4px;
  color: var(--tnf-ink-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.plan-card-package {
  border-color: rgba(12, 109, 134, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 252, 0.98));
  box-shadow: 0 16px 34px rgba(12, 49, 72, 0.08);
}

.plan-card-package .plan-badge {
  background: rgba(12, 109, 134, 0.07);
  color: rgba(12, 109, 134, 0.88);
}

.plan-card-membership {
  border-color: rgba(12, 109, 134, 0.32);
  background: linear-gradient(180deg, #fff 0%, rgba(238, 248, 249, 0.98) 100%);
  box-shadow: 0 24px 54px rgba(12, 73, 91, 0.14);
}

.plan-card-membership .plan-badge {
  background: rgba(234, 124, 49, 0.12);
  color: #9c4816;
}

.plan-card-membership .plan-price {
  color: var(--tnf-sea-deep);
}

.plan-value-detail {
  display: grid;
  gap: 2px;
}

.plan-value-detail strong {
  color: var(--tnf-sea);
  font-size: 1.04rem;
}

.plan-value-detail span {
  color: var(--tnf-ink-soft);
  font-size: 0.82rem;
  font-weight: 650;
}

.plan-card-membership .plan-button {
  border-color: rgba(12, 109, 134, 0.34);
  background: linear-gradient(135deg, var(--tnf-sea), #18849b);
  color: #fff;
  box-shadow: 0 14px 30px rgba(12, 109, 134, 0.18);
}

.plan-card-membership .plan-button:hover,
.plan-card-membership .plan-button:focus-visible {
  border-color: rgba(12, 109, 134, 0.5);
  background: linear-gradient(135deg, var(--tnf-sea-deep), var(--tnf-sea));
  color: #fff;
}

.plans-shared-note {
  margin: 22px 0 0;
  color: var(--tnf-ink-soft);
  font-size: 0.92rem;
  text-align: center;
}

.plan-comparison-details {
  max-width: 68rem;
  margin: 16px auto 0;
  border: 1px solid rgba(16, 37, 58, 0.1);
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(12, 49, 72, 0.05);
}

.plan-comparison-details summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 15px 20px;
  color: var(--tnf-sea-deep);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  list-style: none;
}

.plan-comparison-details summary small {
  color: var(--tnf-ink-soft);
  font-size: 0.78rem;
  font-weight: 650;
}

.plan-comparison-details summary::-webkit-details-marker {
  display: none;
}

.plan-comparison-details summary::after {
  content: "+";
  color: var(--tnf-sun);
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}

.plan-comparison-details[open] summary {
  border-bottom: 1px solid rgba(16, 37, 58, 0.08);
}

.plan-comparison-details[open] summary::after {
  content: "−";
}

.plan-comparison-body {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.plan-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.plan-detail-card {
  padding: 18px;
  border: 1px solid rgba(16, 37, 58, 0.08);
  border-radius: var(--tnf-radius-md);
  background: rgba(249, 251, 252, 0.78);
}

.plan-detail-card-membership {
  border-color: rgba(12, 109, 134, 0.2);
  background: rgba(237, 248, 249, 0.82);
}

.plan-detail-card h3 {
  margin-bottom: 14px;
  font-size: 1.15rem;
}

.plan-detail-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.plan-detail-card dl > div {
  display: grid;
  gap: 1px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(16, 37, 58, 0.07);
}

.plan-detail-card dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.plan-detail-card dt {
  color: var(--tnf-ink-soft);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-detail-card dd {
  margin: 0;
  color: var(--tnf-ink);
  font-size: 0.86rem;
  font-weight: 650;
}

.plan-comparison-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 24px;
  align-items: start;
  padding: 15px 18px;
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 247, 238, 0.78);
}

.plan-comparison-note strong {
  color: #934715;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-comparison-note ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--tnf-ink-soft);
  font-size: 0.82rem;
}

.section-research {
  background:
    radial-gradient(circle at 16% 6%, rgba(47, 138, 116, 0.08), transparent 27%),
    linear-gradient(180deg, #f5faf9 0%, #eef6f7 100%);
}

.research-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -8px 0 12px;
}

.research-filter {
  min-height: 40px;
  padding: 7px 14px;
  border: 1px solid rgba(12, 109, 134, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--tnf-sea-deep);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 750;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.research-filter:hover,
.research-filter:focus-visible {
  border-color: rgba(12, 109, 134, 0.38);
  background: #fff;
}

.research-filter:focus-visible {
  outline: 3px solid rgba(60, 130, 199, 0.22);
  outline-offset: 2px;
}

.research-filter.is-active {
  border-color: var(--tnf-sea);
  background: var(--tnf-sea);
  color: #fff;
}

.research-filter-status {
  margin-bottom: 20px;
  color: var(--tnf-ink-soft);
  font-size: 0.82rem;
}

.reference-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.reference-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px 20px;
  border-radius: var(--tnf-radius-md);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--tnf-line);
  scroll-margin-top: 112px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.reference-item[hidden] {
  display: none;
}

.section-research {
  scroll-margin-top: 80px;
}

.reference-item:target {
  border-color: rgba(12, 109, 134, 0.42);
  background: #fff;
  box-shadow: 0 16px 38px rgba(12, 73, 91, 0.13);
}

.reference-item:target .reference-number {
  color: var(--tnf-sea-deep);
}

.reference-number {
  color: var(--tnf-sea);
  font-weight: 800;
}

.reference-copy {
  display: grid;
  gap: 8px;
  color: var(--tnf-ink-soft);
}

.reference-topic {
  color: var(--tnf-sea);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.benefit-research-preview {
  margin-top: 2px;
  border-top: 1px solid color-mix(in srgb, var(--benefit-accent) 16%, transparent);
}

.benefit-research-preview summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 12px 0 4px;
  color: var(--benefit-accent);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  list-style: none;
}

.benefit-research-preview summary::-webkit-details-marker {
  display: none;
}

.benefit-research-preview summary::after {
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
}

.benefit-research-preview[open] summary::after {
  content: "−";
}

.benefit-research-preview ul {
  display: grid;
  gap: 7px;
  margin: 8px 0 2px;
  padding: 0;
  list-style: none;
}

.benefit-research-preview li a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--benefit-accent) 12%, transparent);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--tnf-ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
  text-decoration: none;
}

.benefit-research-preview li a:hover,
.benefit-research-preview li a:focus-visible {
  border-color: color-mix(in srgb, var(--benefit-accent) 42%, transparent);
  background: rgba(255, 255, 255, 0.92);
  color: var(--tnf-ink);
}

.benefit-research-preview li a > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--benefit-accent) 10%, white);
  color: var(--benefit-accent);
  font-size: 0.68rem;
  font-weight: 850;
}

.section-research-preview {
  background:
    radial-gradient(circle at 14% 12%, rgba(47, 138, 116, 0.09), transparent 27%),
    linear-gradient(180deg, #f5faf9 0%, #eef6f7 100%);
}

.section-research-preview [hidden] {
  display: none !important;
}

.research-bridge-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 7vw, 76px);
  align-items: center;
}

.research-bridge-copy {
  display: grid;
  gap: 18px;
  max-width: 36rem;
}

.research-bridge-copy .eyebrow {
  margin: 0;
}

.research-bridge-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.research-bridge-copy > p:last-of-type {
  color: var(--tnf-ink-soft);
}

.research-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  margin-top: 4px;
}

.research-bridge-actions > a:not(.button) {
  color: var(--tnf-sea);
  font-size: 0.9rem;
  font-weight: 750;
  text-underline-offset: 4px;
}

.research-bridge-card {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(12, 109, 134, 0.13);
  border-radius: var(--tnf-radius-xl);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 64px rgba(12, 73, 91, 0.1);
}

.research-bridge-label {
  color: var(--tnf-sea);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.research-bridge-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.research-bridge-stats > div {
  display: grid;
  gap: 2px;
}

.research-bridge-stats strong {
  color: var(--tnf-sea-deep);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 2rem;
  line-height: 1;
}

.research-bridge-stats span {
  color: var(--tnf-ink-soft);
  font-size: 0.76rem;
}

.research-bridge-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.research-bridge-topics span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.07);
  color: var(--tnf-sea-deep);
  font-size: 0.76rem;
  font-weight: 700;
}

.research-nav-current {
  color: var(--tnf-sea);
  font-size: 0.93rem;
  font-weight: 800;
}

.research-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 76px 72px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(234, 124, 49, 0.18), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(47, 138, 116, 0.24), transparent 34%),
    linear-gradient(135deg, #0d5668 0%, #143e53 58%, #182f43 100%);
}

.research-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: end;
}

.research-page-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 48rem;
}

.research-page-hero-copy .eyebrow {
  margin: 4px 0 -4px;
  color: rgba(255, 229, 203, 0.92);
}

.research-page-hero-copy h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.research-page-hero-copy > p:last-child {
  max-width: 42rem;
  color: rgba(245, 250, 252, 0.8);
  font-size: 1.08rem;
}

.research-back-link {
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.research-back-link:hover,
.research-back-link:focus-visible {
  color: #fff;
}

.research-page-hero-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, auto));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--tnf-radius-lg);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.research-page-hero-card > div {
  display: grid;
  gap: 4px;
  padding: 20px 22px;
  background: rgba(12, 41, 54, 0.3);
}

.research-page-hero-card strong {
  color: #fff;
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.research-page-hero-card span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.research-orientation {
  background: #fffdfa;
}

.research-orientation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(38px, 7vw, 78px);
  align-items: center;
}

.research-orientation-grid > div {
  display: grid;
  gap: 18px;
}

.research-orientation-grid h2 {
  max-width: 15ch;
  font-size: clamp(2.3rem, 4.7vw, 3.8rem);
}

.research-orientation-grid > div > p:last-child {
  color: var(--tnf-ink-soft);
}

.research-context-card {
  display: grid;
  gap: 10px;
  padding: 26px 28px;
  border: 1px solid rgba(12, 109, 134, 0.13);
  border-radius: var(--tnf-radius-lg);
  background: linear-gradient(135deg, rgba(237, 248, 247, 0.94), rgba(247, 250, 252, 0.94));
}

.research-context-card strong {
  color: var(--tnf-sea-deep);
}

.research-context-card p {
  color: var(--tnf-ink-soft);
  font-size: 0.93rem;
}

.research-library-heading {
  max-width: 48rem;
}

.research-library .reference-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.research-library .reference-item {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.research-library .reference-copy > a {
  width: fit-content;
  color: var(--tnf-sea);
  font-size: 0.86rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.section-final-contact {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.1), transparent 32%),
    radial-gradient(circle at 86% 116%, rgba(234, 124, 49, 0.24), transparent 36%),
    linear-gradient(135deg, #0c5668 0%, #123b52 58%, #172f44 100%);
}

.final-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.final-contact-copy {
  display: grid;
  gap: 16px;
  max-width: 42rem;
}

.final-contact-copy .eyebrow {
  margin: 0;
  color: rgba(255, 229, 203, 0.9);
}

.final-contact-copy h2 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.final-contact-copy > p:last-child {
  color: rgba(245, 250, 252, 0.8);
}

.final-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px;
  justify-items: stretch;
}

.final-contact-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.final-contact-actions .button-secondary:hover,
.final-contact-actions .button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.final-contact-email {
  grid-column: 1 / -1;
  justify-self: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.final-contact-email:hover,
.final-contact-email:focus-visible {
  color: #fff;
}

.stories-side-image {
  width: 100%;
  max-width: 340px;
  display: block;
  height: clamp(240px, 26vw, 300px);
  justify-self: end;
  overflow: hidden;
  border-radius: var(--tnf-radius-xl);
  box-shadow: var(--tnf-shadow);
}

.stories-image {
  object-position: 50% 42%;
}

.site-footer {
  padding-block: 36px 22px;
  color: rgba(255, 252, 247, 0.9);
  background: linear-gradient(180deg, #152d41 0%, #102233 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.72fr) minmax(220px, 0.86fr);
  gap: 28px 54px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
  max-width: 34rem;
}

.footer-brand-mark {
  color: rgba(255, 252, 247, 0.95);
  font-size: 1.2rem;
}

.footer-brand-mark img {
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.footer-brand-mark span {
  font-size: 1.62rem;
}

.footer-summary {
  max-width: 27rem;
  color: rgba(255, 252, 247, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-contact-list {
  display: grid;
  gap: 10px;
  max-width: 26rem;
}

.footer-contact-link {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

.footer-contact-label {
  color: rgba(255, 252, 247, 0.56);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact-value {
  color: rgba(255, 252, 247, 0.94);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}

.footer-links h3 {
  margin-bottom: 10px;
  color: rgba(255, 252, 247, 0.62);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 252, 247, 0.76);
  gap: 8px;
  font-size: 0.92rem;
}

.footer-links a {
  color: rgba(255, 252, 247, 0.9);
}

.footer-bottom {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 252, 247, 0.68);
  font-size: 0.82rem;
}

.footer-policy-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
  text-align: right;
}

.footer-bottom a {
  color: rgba(255, 252, 247, 0.72);
  text-underline-offset: 4px;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #fff;
}

.is-current {
  color: rgba(255, 252, 247, 0.46);
}

@media (max-width: 1080px) {
  .benefits-atlas-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .benefits-atlas-intro {
    position: static;
    max-width: 48rem;
  }

  .benefits-atlas-intro h2 {
    max-width: 14ch;
  }

  .card-grid-four,
  .process-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-choose-layout,
  .process-support-row,
  .hero-grid,
  .stories-shell,
  .contact-grid,
  .footer-grid,
  .booking-flow-layout,
  .membership-payment-body,
  .membership-dashboard-grid,
  .admin-scheduler-grid {
    grid-template-columns: 1fr;
  }

  .booking-flow-layout {
    grid-template-areas:
      "rail"
      "main";
  }

  .booking-confirm-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-rail {
    position: static;
  }

  .stories-side-image {
    max-width: 420px;
    justify-self: start;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-visual {
    width: min(100%, 560px);
    justify-self: start;
    aspect-ratio: 16 / 10;
  }

  .footer-brand-mark span {
    font-size: 1.7rem;
  }

  .feature-image-frame,
  .contact-image-frame,
  .stories-side-image {
    width: min(100%, 560px);
  }

  .process-grid-flow::before {
    display: none;
  }

  .schedule-calendar-month-window {
    grid-template-columns: 1fr;
  }

  .guided-offer-actions,
  .guided-quick-replies,
  .guided-date-actions,
  .guided-overlay-actions,
  .guided-composer-footer,
  .guided-composer-actions-inline,
  .guided-token-menu-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-overlay-options-weekdays,
  .guided-overlay-options-time,
  .guided-overlay-exact-times,
  .guided-exact-time-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .desktop-nav,
  .header-detail {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-block;
  }

  .card-grid-three,
  .card-grid-two,
  .payment-card .payment-option-grid,
  .booking-confirm-summary-grid,
  .booking-plan-card-grid,
  .booking-rail-summary-grid,
  .booking-plan-chooser-grid,
  .membership-summary-grid,
  .session-type-grid,
  .form-grid-two {
    grid-template-columns: 1fr;
  }

  .booking-plan-card-actions {
    flex-direction: column;
  }

  .booking-checkout-step {
    padding: 16px;
  }

  .booking-checkout-step-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .booking-checkout-step-edit,
  .booking-checkout-step-spacer {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .booking-checkout-step-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-checkout-step-summary-separator {
    display: none;
  }

  .schedule-selection-head,
  .schedule-calendar-controls,
  .schedule-month-picker-header {
    grid-template-columns: 1fr;
  }

  .booking-mobile-bar {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(12, 109, 134, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px rgba(12, 49, 72, 0.14);
  }

  .booking-mobile-bar-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .booking-mobile-bar-copy strong {
    color: var(--tnf-sea-deep);
    font-size: 0.95rem;
  }

  .booking-mobile-bar .button {
    flex: 0 0 auto;
  }

  .guided-token-strip,
  .guided-token-option-grid {
    flex-direction: column;
  }

  .preference-calendar-topbar {
    grid-template-columns: 1fr;
  }

  .preference-calendar-workspace,
  .preference-calendar-stat-grid {
    grid-template-columns: 1fr;
  }

  .preference-calendar-weekbar,
  .preference-calendar-summary-actions,
  .preference-calendar-result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .preference-calendar-week-grid {
    display: none;
  }

  .preference-calendar-mobile-days,
  .preference-calendar-day-grid {
    display: grid;
  }

  .preference-calendar-summary-item,
  .preference-calendar-alternative {
    flex-direction: column;
    align-items: stretch;
  }

  .preference-calendar-summary {
    position: static;
  }

  .concierge-intent-grid {
    grid-template-columns: 1fr;
  }

  .concierge-selection-summary,
  .concierge-suggestion {
    grid-template-columns: 1fr;
  }

  .concierge-date-grid {
    min-width: 690px;
  }

  .concierge-heatmap-grid {
    min-width: 690px;
  }

  .concierge-heatmap-grid-table {
    grid-template-columns: 132px repeat(7, minmax(76px, 1fr));
    gap: 8px;
  }

  .concierge-heatmap-day-button,
  .concierge-heatmap-band-button {
    min-height: 74px;
    padding: 12px 10px;
  }

  .concierge-heatmap-cell,
  .concierge-heatmap-cell-disabled {
    min-height: 82px;
  }

  .concierge-heatmap-actions,
  .concierge-offer-actions,
  .concierge-picker-button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .plans-note-band {
    grid-template-columns: 1fr;
  }

  .plans-note-list {
    display: grid;
    gap: 10px;
  }

  .form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-message {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .content-pad-x {
    padding-inline: 18px;
  }

  .hero-section,
  .section,
  .inner-shell {
    padding-block: 68px;
  }

  .hero-copy h1 {
    font-size: 2.6rem;
  }

  .benefit-atlas-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .benefit-atlas-number {
    width: 38px;
    height: 38px;
    font-size: 0.8rem;
  }

  .benefit-evidence {
    align-items: flex-start;
    flex-direction: column;
  }

  .benefit-reference-links {
    flex-wrap: wrap;
  }

  .hero-slide {
    object-position: 58% 42%;
  }

  .hero-slide-pottery {
    object-position: 58% 40%;
  }

  .hero-slide-toast {
    object-position: 63% 42%;
  }

  .hero-rotator-controls {
    right: 12px;
    bottom: 12px;
  }

  .hero-actions,
  .section-actions-center,
  .contact-inline-list,
  .footer-bottom,
  .plans-support-row,
  .plans-support-links,
  .membership-payment-actions,
  .membership-support-strip,
  .schedule-plan-actions,
  .account-appointment-actions,
  .account-history-meta,
  .admin-item-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-policy-links {
    width: 100%;
    margin-left: 0;
  }

  .schedule-month-grid {
    grid-template-columns: 1fr;
  }

  .schedule-month-weekdays {
    display: none;
  }

  .schedule-selection-head {
    flex-direction: column;
  }

  .schedule-preference-pills,
  .schedule-selected-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .stories-proof-list {
    flex-direction: column;
  }

  .testimonial-controls {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }

  .testimonial-nav-button {
    width: 100%;
    min-height: 42px;
  }

  .testimonial-nav-button-next {
    justify-content: flex-end;
  }

  .testimonial-dots {
    grid-column: 1 / -1;
  }

  .card-grid-four,
  .process-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .faq-item summary,
  .card-body,
  .process-card,
  .testimonial-card,
  .contact-method-card {
    padding: 22px;
  }

  .footer-contact-link {
    padding: 11px 12px;
  }
}

@media (max-width: 900px) {
  .session-experience-layout,
  .final-contact-shell,
  .research-bridge-shell,
  .research-page-hero-grid,
  .research-orientation-grid,
  .research-library .reference-list {
    grid-template-columns: 1fr;
  }

  .research-bridge-copy,
  .research-page-hero-copy {
    max-width: 46rem;
  }

  .research-page-hero-grid {
    align-items: start;
  }

  .research-page-hero-card {
    width: fit-content;
  }

  .plan-comparison-grid,
  .plan-comparison-note {
    grid-template-columns: 1fr;
  }

  .plan-comparison-note strong {
    white-space: normal;
  }

  .session-experience-copy {
    order: -1;
    max-width: 44rem;
  }

  .session-experience-copy h2 {
    max-width: 15ch;
  }

  .session-experience-media {
    width: min(100%, 720px);
  }

  .process-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 44rem;
  }

  .process-timeline::before {
    top: 28px;
    right: auto;
    bottom: 28px;
    left: 26px;
    width: 1px;
    height: auto;
  }

  .process-step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 20px;
    padding: 0;
    text-align: left;
  }

  .process-step-number {
    margin: 0;
  }

  .process-reassurance {
    width: auto;
    margin-left: 74px;
    border-radius: var(--tnf-radius-md);
    text-align: left;
  }

  .final-contact-actions {
    justify-self: start;
  }

  .concierge-intent-grid {
    grid-template-columns: 1fr;
  }

  .concierge-selection-summary,
  .concierge-offer-card,
  .concierge-suggestion {
    grid-template-columns: 1fr;
  }

  .concierge-time-grid {
    grid-template-columns: 1fr;
  }

  .concierge-offer-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .research-bridge-shell {
    gap: 32px;
  }

  .research-bridge-copy h2 {
    font-size: 2.5rem;
  }

  .research-bridge-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .research-bridge-actions > a:not(.button) {
    text-align: center;
  }

  .research-bridge-card {
    padding: 24px 20px;
  }

  .research-bridge-stats {
    gap: 8px;
  }

  .research-bridge-stats strong {
    font-size: 1.65rem;
  }

  .research-page-hero {
    padding-block: 58px 54px;
  }

  .research-page-hero-grid {
    gap: 34px;
  }

  .research-page-hero-copy h1 {
    font-size: 3.15rem;
  }

  .research-page-hero-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .research-page-hero-card > div {
    padding: 16px 12px;
  }

  .research-page-hero-card strong {
    font-size: 1.3rem;
  }

  .research-orientation-grid {
    gap: 28px;
  }

  .research-context-card {
    padding: 22px 20px;
  }

  .session-experience-layout {
    gap: 30px;
  }

  .session-experience-copy {
    gap: 17px;
  }

  .session-experience-copy h2 {
    font-size: 2.45rem;
  }

  .session-experience-image {
    aspect-ratio: 4 / 3;
    object-position: 55% 46%;
  }

  .session-experience-media figcaption {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .process-heading {
    margin-bottom: 32px;
  }

  .process-step {
    gap: 16px;
  }

  .process-step h3 {
    font-size: 1.3rem;
  }

  .process-reassurance {
    margin: 30px 0 0;
  }

  .plan-best-for {
    min-height: 0;
  }

  .plans-shared-note {
    text-align: left;
  }

  .plan-comparison-details summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 8px 14px;
    min-height: 52px;
    padding: 14px 16px;
  }

  .plan-comparison-details summary small {
    display: none;
  }

  .plan-comparison-body {
    padding: 14px;
  }

  .plan-detail-card {
    padding: 16px;
  }

  .research-filter-bar {
    flex-wrap: nowrap;
    margin-right: -18px;
    margin-left: -18px;
    padding: 2px 18px 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .research-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .research-filter {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .reference-item {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 17px 16px;
  }

  .final-contact-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .final-contact-email {
    grid-column: auto;
    justify-self: center;
    padding: 6px;
  }
}

@media (hover: none) {
  .hero-rotator-toolbar {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .hero-rotator-dots {
    opacity: 0;
  }
}

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