/* Extracted from provided Road Ready NY HTML source files. */


/* homepage source style block 1 */

@font-face { font-family: 'Geist'; font-style: normal; font-weight: 400; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 500; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 600; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 700; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Bold.woff2') format('woff2'); }



/* homepage source style block 2 */

/* === RESET === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --ink: #111111;
  --paper: #FBFAF9;
  --white: #ffffff;
  --cream: #F4F3F1;
  --warm: #E8E6E3;
  --stone: #6B6B6B;
  --muted: #999999;
  --glass-surface: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,249,247,0.96) 100%);
  --glass-border: rgba(17,17,17,0.06);
  --glass-edge: rgba(255,255,255,0.82);
  --glass-shadow: 0 18px 36px rgba(17,17,17,0.06), 0 4px 14px rgba(17,17,17,0.04);
  --glass-shadow-hover: 0 24px 44px rgba(17,17,17,0.08), 0 8px 18px rgba(17,17,17,0.05);
  --glass-dark-surface: linear-gradient(160deg, rgba(18,18,18,0.96) 0%, rgba(34,34,34,0.92) 52%, rgba(14,14,14,0.98) 100%);
  --glass-dark-border: rgba(255,255,255,0.1);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.5; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* === REVEAL === */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }

/* === BUTTONS === */
.btn-dark {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px;
  background: var(--ink); color: var(--white);
  border-radius: 10px;
  font-weight: 500; font-size: 15px;
  transition: all 0.3s var(--ease);
  border: none; cursor: pointer;
}
.btn-dark:hover { background: #2a2a2a; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.btn-dark svg { transition: transform 0.3s var(--ease); }
.btn-dark:hover svg { transform: translateX(3px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px;
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--warm);
  border-radius: 10px;
  font-weight: 500; font-size: 15px;
  transition: all 0.3s var(--ease);
  cursor: pointer;
}
.btn-outline:hover { border-color: var(--ink); }

/* === GLASS CARDS === */
.pricing-card,
.why-us-card,
.loc-card,
.frt-page-card,
.testimonial-card {
  position: relative;
  isolation: isolate;
}

.pricing-card::before,
.why-us-card::before,
.loc-card::before,
.frt-page-card::before,
.testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.34) 30%, rgba(255,255,255,0) 58%);
}

.pricing-card::after,
.why-us-card::after,
.loc-card::after,
.frt-page-card::after,
.testimonial-card::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), inset 0 0 0 1px rgba(255,255,255,0.28);
}

.pricing-card > *,
.why-us-card > *,
.loc-card > *,
.frt-page-card > *,
.testimonial-card > * {
  position: relative;
  z-index: 1;
}

/* === HEADER === */
.c-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 12px 24px;
  transition: padding 0.4s var(--ease);
}
.c-header-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 56px; padding: 0 8px;
  border-radius: 12px;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), backdrop-filter 0.4s var(--ease), max-width 0.4s var(--ease), padding 0.4s var(--ease);
}
.c-header.scrolled .c-header-inner {
  background: rgba(251, 250, 249, 0.85);
  backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
  max-width: 780px; padding: 0 12px;
}
.c-header-logo {
  flex-shrink: 0; z-index: 2; display: flex; align-items: center; gap: 0;
  text-decoration: none; font-size: 20px; line-height: 1;
  transition: transform 0.4s var(--ease);
}
.c-header.scrolled .c-header-logo { transform: scale(0.85); transform-origin: left center; }
.c-header-logo .frt-default-logo { display: inline-flex; align-items: center; gap: 3px; min-width: 0; }
.c-header-logo .frt-default-logo-badge { display: inline-flex; align-items: center; flex-shrink: 0; margin-right: -6px; }
.c-header-logo .frt-default-logo-badge img { display: block; width: auto; height: 48px; }
.c-header-logo .logo-icon { display: inline-block; width: 22px; height: 18px; margin-right: 3px; flex-shrink: 0; position: relative; top: -1px; }
.c-header-logo .frt-default-logo-wordmark,
.c-header-logo .logo-wordmark,
.c-header-logo .logo-fast,
.c-header-logo .logo-rest { font-family: 'Geist', sans-serif; font-style: normal; font-weight: 700; font-synthesis: none; color: var(--ink); font-size: 19px; letter-spacing: -0.04em; word-spacing: -0.18em; white-space: nowrap; }
.c-header-nav {
  display: flex; align-items: center; gap: 4px;
  padding: 4px; border-radius: 10px;
  border: 1px solid var(--warm); background: var(--white);
  transition: background 0.3s, border-color 0.3s, opacity 0.3s;
}
.c-header.scrolled .c-header-nav { border-color: transparent; background: rgba(0,0,0,0.04); }
.c-header.scrolled .c-header-nav a { padding: 7px 10px; font-size: 12.5px; white-space: nowrap; }
.c-header-nav a {
  font-size: 13px; font-weight: 500; color: var(--stone);
  padding: 7px 14px; border-radius: 8px; transition: color 0.3s, background 0.3s;
}
.c-header-nav a:hover { color: var(--ink); background: rgba(0,0,0,0.04); }
.c-header-cta {
  display: flex; align-items: center; gap: 16px; flex-shrink: 0; z-index: 2;
}
.header-cta-btn { padding: 9px 20px !important; font-size: 13px !important; border-radius: 8px !important; }
.c-nav-btn {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; width: 32px; height: 32px; cursor: pointer; z-index: 2;
}
.c-nav-bar {
  width: 20px; height: 1.5px; background: var(--ink); border-radius: 2px;
  transition: transform 0.5s var(--ease), width 0.5s var(--ease), opacity 0.3s;
}
.c-nav-btn.is-open .c-nav-bar.is-1 { transform: translateY(6.5px) rotate(45deg); }
.c-nav-btn.is-open .c-nav-bar.is-2 { width: 0; opacity: 0; }
.c-nav-btn.is-open .c-nav-bar.is-3 { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu overlay */
.c-mobile-menu {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(251,250,249,0.97); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px;
  opacity: 0; pointer-events: none; transition: opacity 0.5s var(--ease);
}
.c-mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.c-mobile-menu a {
  font-family: var(--serif); font-size: clamp(28px, 5vw, 36px); color: var(--ink);
  padding: 12px 0; opacity: 0; transform: translateY(16px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.c-mobile-menu.is-open a { opacity: 1; transform: translateY(0); }
.c-mobile-menu.is-open a:nth-child(1) { transition-delay: 0.05s; }
.c-mobile-menu.is-open a:nth-child(2) { transition-delay: 0.1s; }
.c-mobile-menu.is-open a:nth-child(3) { transition-delay: 0.15s; }
.c-mobile-menu.is-open a:nth-child(4) { transition-delay: 0.2s; }
.c-mobile-menu.is-open a:nth-child(5) { transition-delay: 0.25s; }
.c-mobile-menu.is-open a:nth-child(6) { transition-delay: 0.3s; }
.c-mobile-menu.is-open a:nth-child(7) { transition-delay: 0.35s; }
.c-mobile-menu a:hover { opacity: 0.5; }

/* === HERO === */
.hero { padding: 140px 24px 80px; text-align: center; position: relative; overflow: hidden; }
.hero-content { max-width: 680px; margin: 0 auto; position: relative; z-index: 2; }
.hero h1 {
  font-family: var(--serif); font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 20px;
}
.hero h1 em { font-style: italic; }
.gradient-text {
  background: radial-gradient(386% 163% at -5% 15%, #1A3318 0%, #4A7C35 30%, #B8D9A0 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  position: relative; display: inline; padding-right: 0.05em;
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  100% { background-position: -300% 50%; }
}
.hero-sub {
  font-size: 17px; line-height: 1.6; color: var(--stone);
  max-width: 480px; margin: 0 auto 36px; font-weight: 400;
}
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 40px; justify-content: center; margin-top: 56px;
  padding-top: 32px; border-top: 1px solid var(--warm);
}
.hero-stat-num {
  font-family: var(--serif); font-size: 32px; color: var(--ink); line-height: 1;
  display: inline-flex; align-items: baseline;
}
.hero-stat-label { font-size: 13px; color: var(--muted); margin-top: 6px; }

/* Stagger entrance for hero elements */
.hero h1 { transition-delay: 0s; }
.hero .hero-sub { transition-delay: 0.12s; }
.hero .hero-actions { transition-delay: 0.24s; }
.hero .hero-stats { transition-delay: 0.36s; }

/* Parallax-style decorative dot grid */
.hero::before {
  content: ''; position: absolute; top: 0; right: -10%; width: 400px; height: 400px;
  background-image: radial-gradient(circle, var(--warm) 1px, transparent 1px);
  background-size: 24px 24px; opacity: 0.5; pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -5%; left: -5%; width: 300px; height: 300px;
  background-image: radial-gradient(circle, var(--warm) 1px, transparent 1px);
  background-size: 24px 24px; opacity: 0.3; pointer-events: none;
}

/* === PRICING === */
.pricing { padding: 96px 24px; background: var(--white); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-label {
  font-size: 13px; font-weight: 500; color: var(--stone);
  margin-bottom: 12px; letter-spacing: 0.02em;
}
.section-title {
  font-family: var(--serif); font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.1; letter-spacing: -0.025em; color: var(--ink);
}
.section-subtitle {
  font-size: 16px; color: var(--stone); font-weight: 400;
  margin-top: 12px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.55;
}
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; max-width: 960px; margin: 0 auto; align-items: start;
}
.pricing-card {
  background: var(--glass-surface); border: 1px solid var(--glass-border); border-radius: 22px;
  padding: 32px 28px; text-align: center; position: relative;
  box-shadow: var(--glass-shadow);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.pricing-card:hover { transform: translateY(-5px); box-shadow: var(--glass-shadow-hover); border-color: rgba(17,17,17,0.08); }
.pricing-card.featured {
  background: var(--glass-dark-surface); border-color: var(--glass-dark-border); color: var(--white);
  transform: scale(1.03); box-shadow: 0 24px 52px rgba(0,0,0,0.2), 0 8px 18px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.08);
}
.pricing-card.featured::before {
  background: linear-gradient(135deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.04) 34%, rgba(255,255,255,0) 62%);
}
.pricing-card.featured::after {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.pricing-card.featured:hover { transform: scale(1.03) translateY(-5px); box-shadow: 0 28px 58px rgba(0,0,0,0.24), 0 10px 22px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.1); }
.pricing-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: var(--white);
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 18px; border-radius: 100px;
  box-shadow: 0 10px 24px rgba(17,17,17,0.14), inset 0 1px 0 rgba(255,255,255,0.08);
  z-index: 2;
}
.pricing-card.featured .pricing-badge { background: var(--white); color: var(--ink); }
.pricing-tier { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px; color: var(--muted); }
.pricing-card.featured .pricing-tier { color: rgba(255,255,255,0.5); }
.pricing-name { font-family: var(--serif); font-size: 21px; margin-bottom: 4px; letter-spacing: -0.01em; }
.pricing-wait { font-size: 13px; font-weight: 400; margin-bottom: 24px; }
.pricing-card:not(.featured) .pricing-wait { color: var(--muted); }
.pricing-card.featured .pricing-wait { color: rgba(255,255,255,0.5); }
.pricing-divider { width: 32px; height: 1px; margin: 0 auto 24px; }
.pricing-card:not(.featured) .pricing-divider { background: var(--warm); }
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,0.15); }
.pricing-amount { display: flex; align-items: flex-start; justify-content: center; gap: 2px; margin-bottom: 8px; }
.pricing-dollar { font-size: 18px; font-weight: 500; margin-top: 6px; }
.pricing-value { font-family: var(--serif); font-size: 48px; line-height: 1; letter-spacing: -0.03em; }
.pricing-cents { font-size: 18px; font-weight: 500; margin-top: 6px; }
.pricing-per { font-size: 12px; font-weight: 400; margin-bottom: 24px; }
.pricing-card:not(.featured) .pricing-per { color: var(--muted); }
.pricing-card.featured .pricing-per { color: rgba(255,255,255,0.4); }
.pricing-card .btn-dark { width: 100%; justify-content: center; padding: 13px 28px; }
.pricing-card.featured .btn-dark { background: var(--white); color: var(--ink); }
.pricing-card.featured .btn-dark:hover { background: #f0f0f0; }
.pricing-features { margin-top: 20px; text-align: left; list-style: none; }
.pricing-features li {
  font-size: 13px; font-weight: 400; padding: 8px 0;
  display: flex; align-items: center; gap: 8px;
}
.pricing-card:not(.featured) .pricing-features li { border-top: 1px solid var(--warm); color: var(--stone); }
.pricing-card.featured .pricing-features li { border-top: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.65); }
.pricing-features li svg { flex-shrink: 0; color: var(--stone); }
.pricing-card.featured .pricing-features li svg { color: rgba(255,255,255,0.4); }
.pricing-disclaimer {
  max-width: 680px;
  margin: 3rem auto 0;
  padding: 1.75rem 2rem;
  border-left: 3px solid #222;
  background: transparent;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #888;
}
.pricing-disclaimer-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 0.5rem;
}
.pricing-disclaimer p { margin: 0; }
.pricing-disclaimer a {
  color: #555;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pricing-refund-note {
  max-width: 680px;
  margin: 1rem auto 0;
  padding-left: 2rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #999;
}

/* === HOW IT WORKS === */
.how { padding: 96px 24px; background: var(--paper); }
.how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px;
  max-width: 960px; margin: 0 auto; position: relative;
}
.how-grid::before {
  content: ''; position: absolute; top: 36px; left: 15%; right: 15%;
  height: 1px; background: linear-gradient(90deg, transparent, var(--warm), transparent);
}
.how-step { text-align: center; position: relative; }
.how-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--warm);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-family: var(--serif); font-size: 22px;
  color: var(--ink); position: relative; z-index: 2; transition: all 0.3s var(--ease);
}
.how-step:hover .how-num { background: var(--ink); color: var(--white); border-color: var(--ink); }
.how-step h3 { font-family: var(--serif); font-size: 20px; margin-bottom: 8px; letter-spacing: -0.01em; }
.how-step p { font-size: 14px; font-weight: 400; color: var(--stone); max-width: 260px; margin: 0 auto; line-height: 1.55; }

/* === WHY US === */
.why-us {
  padding: 96px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf9 100%);
}
.why-us-inner {
  max-width: 1060px; margin: 0 auto; text-align: center;
}
.why-us h2 {
  font-family: var(--serif); font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 16px;
}
.why-us h2 em { font-style: italic; }
.why-us-intro {
  font-size: 17px; line-height: 1.7; color: var(--stone); font-weight: 400;
  max-width: 640px; margin: 0 auto 48px;
}
.why-us-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  text-align: left;
}
.why-us-card {
  background: var(--glass-surface); padding: 34px 30px; border-radius: 24px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.why-us-card::before {
  background: linear-gradient(140deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.36) 28%, rgba(255,255,255,0) 56%);
}
.why-us-card::after {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), inset 0 0 0 1px rgba(255,255,255,0.32);
}
.why-us-card:hover { transform: translateY(-5px); box-shadow: var(--glass-shadow-hover); border-color: rgba(17,17,17,0.08); }
.why-us-card h3 {
  font-family: var(--serif); font-size: 20px; color: var(--ink);
  margin-bottom: 12px; letter-spacing: -0.01em;
}
.why-us-card p {
  font-size: 14px; line-height: 1.65; color: var(--stone); font-weight: 400;
  margin: 0;
}
.why-us-closing {
  font-size: 17px; font-weight: 500; color: var(--ink); margin-top: 48px;
  letter-spacing: -0.01em;
}


/* === TESTIMONIALS === */
.testimonials { padding: 96px 24px; background: var(--ink); overflow: hidden; }
.testimonials .section-title { color: var(--white); }
.testimonials .section-label { color: rgba(255,255,255,0.4); }
.testimonials-heading {
  text-align: center; margin-bottom: 56px;
}
.testimonials-heading h2 {
  font-family: var(--serif); font-size: clamp(32px, 4vw, 48px);
  color: var(--white); line-height: 1.1; letter-spacing: -0.025em;
}
.testimonials-heading h2 em { font-style: italic; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; max-width: 1060px; margin: 0 auto;
}
.testimonial-card {
  background: linear-gradient(155deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 52%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 20px; padding: 28px 24px;
  display: flex; flex-direction: column;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.07);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.testimonial-card::before {
  background: linear-gradient(140deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.05) 30%, rgba(255,255,255,0) 60%);
}
.testimonial-card::after {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), inset 0 0 0 1px rgba(255,255,255,0.03);
}
.testimonial-card:hover {
  background: linear-gradient(155deg, rgba(255,255,255,0.11) 0%, rgba(255,255,255,0.07) 52%, rgba(255,255,255,0.04) 100%);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0,0,0,0.16), inset 0 1px 0 rgba(255,255,255,0.1);
}
.testimonial-card.tall { grid-row: span 2; }
.testimonial-quote {
  font-size: 14px; font-weight: 400; line-height: 1.6;
  color: rgba(255,255,255,0.75); margin-bottom: 24px; flex: 1;
}
.testimonial-highlight {
  font-family: var(--serif); font-size: clamp(17px, 2vw, 20px);
  line-height: 1.35; letter-spacing: -0.01em;
  color: var(--white); margin-bottom: 16px;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 15px; color: var(--white); flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.08);
}
.testimonial-name { font-size: 13px; font-weight: 600; color: var(--white); }
.testimonial-role { font-size: 12px; color: rgba(255,255,255,0.35); }

/* === FAQ === */
.faq { padding: 96px 24px; background: var(--paper); }
.faq-list { max-width: 680px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--warm); }
.faq-item:first-child { border-top: 1px solid var(--warm); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 20px 0; font-size: 15px; font-weight: 500; color: var(--ink);
  text-align: left; cursor: pointer; transition: color 0.3s;
}
.faq-question:hover { color: var(--stone); }
.faq-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  border: 1px solid var(--warm); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.4s var(--ease);
}
.faq-item.open .faq-icon { background: var(--ink); border-color: var(--ink); color: var(--white); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer-inner { padding-bottom: 20px; font-size: 14px; font-weight: 400; color: var(--stone); line-height: 1.6; }

/* === CTA === */
.cta-section { padding: 96px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-gradient {
  position: absolute; inset: 0; z-index: 0;
  border-radius: 0; overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(107,143,78,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(107,143,78,0.2) 0%, transparent 55%),
    radial-gradient(ellipse 70% 40% at 50% 70%, rgba(184,217,160,0.18) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 30% 20%, rgba(220,239,207,0.16) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 70% 60%, rgba(197,225,176,0.14) 0%, transparent 50%);
}
.cta-section h2 {
  font-family: var(--serif); font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 16px; position: relative; z-index: 1;
}
.cta-section p { font-size: 16px; font-weight: 400; color: var(--stone); margin-bottom: 32px; position: relative; z-index: 1; }
.cta-section .btn-dark { position: relative; z-index: 1; }

/* === FOOTER === */
.footer { padding: 56px 24px 28px; background: var(--ink); color: var(--white); }
.footer-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1.9fr) repeat(5, minmax(0, 1fr)); gap: 40px; align-items: start;
}
.footer-brand-logo { margin-bottom: 14px; display: flex; align-items: center; gap: 0; font-size: 19px; line-height: 1; }
.footer-brand-logo .frt-default-logo { display: inline-flex; align-items: center; gap: 9px; min-width: 0; }
.footer-brand-logo .frt-default-logo-badge { display: inline-flex; align-items: center; flex-shrink: 0; }
.footer-brand-logo .frt-default-logo-badge img { display: block; width: auto; height: 28px; }
.footer-brand-logo .logo-icon { display: inline-block; width: 20px; height: 17px; margin-right: 3px; flex-shrink: 0; }
.footer-brand-logo .frt-default-logo-wordmark,
.footer-brand-logo .logo-wordmark,
.footer-brand-logo .logo-fast,
.footer-brand-logo .logo-rest { font-family: 'Geist', sans-serif; font-style: normal; font-weight: 700; font-synthesis: none; color: var(--white); font-size: 18px; letter-spacing: -0.03em; white-space: nowrap; }
.footer-brand p { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.6; max-width: 540px; }
.frt-footer-about { display: flex; flex-direction: column; align-items: flex-start; }
.frt-footer-about-text { margin: 0; position: relative; }
.frt-footer-about-text.is-collapsed {
  max-height: 14.4em;
  overflow: hidden;
}
.frt-footer-about:not(.is-expanded) .frt-footer-about-text.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.2em;
  background: linear-gradient(180deg, rgba(17,17,17,0) 0%, rgba(17,17,17,0.92) 82%, rgba(17,17,17,1) 100%);
  pointer-events: none;
}
.frt-footer-about.is-expanded .frt-footer-about-text.is-collapsed {
  display: block;
  overflow: visible;
  max-height: none;
}
.frt-footer-about-toggle {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.96);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.frt-footer-about-toggle:hover { color: var(--white); }
.footer-col { min-width: 0; }
.footer-col .frt-footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.74); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.7); padding: 5px 0; transition: color 0.3s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  max-width: 1120px; margin: 32px auto 0; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.74); }

/* === ONBOARDING MODAL === */
.ob-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
  padding: 24px;
}
.ob-overlay.active { opacity: 1; visibility: visible; }
.ob-overlay.active .ob-modal {
  transform: translateY(0) scale(1); opacity: 1;
}
.ob-modal {
  background: var(--white); border-radius: 20px;
  width: 100%; max-width: 560px;
  max-height: calc(100vh - 48px); overflow-y: auto;
  position: relative;
  transform: translateY(24px) scale(0.97); opacity: 0;
  transition: transform 0.5s var(--ease), opacity 0.5s var(--ease);
  box-shadow: 0 32px 80px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.05);
}
.ob-modal::-webkit-scrollbar { width: 4px; }
.ob-modal::-webkit-scrollbar-thumb { background: var(--warm); border-radius: 4px; }

/* Close button */
.ob-close {
  position: absolute; top: 20px; right: 20px; z-index: 10;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--cream); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s var(--ease);
  color: var(--ink);
}
.ob-close:hover { background: var(--warm); transform: rotate(90deg); }

/* Progress bar */
.ob-progress {
  padding: 24px 32px 0;
}
.ob-progress-bar {
  height: 3px; background: var(--cream); border-radius: 3px;
  overflow: hidden;
}
.ob-progress-fill {
  height: 100%; background: var(--ink); border-radius: 3px;
  transition: width 0.6s var(--ease);
  width: 25%;
}
.ob-progress-meta {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 12px;
}
.ob-step-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
}
.ob-step-count {
  font-size: 11px; font-weight: 500; color: var(--muted);
  font-variant-numeric: tabular-nums;
}

/* Body */
.ob-body { padding: 28px 32px 32px; }

/* Header inside step */
.ob-step-header { margin-bottom: 28px; }
.ob-step-header h2 {
  font-family: var(--serif); font-size: 28px; line-height: 1.15;
  letter-spacing: -0.025em; color: var(--ink); margin-bottom: 6px;
}
.ob-step-header h2 em { font-style: italic; }
.ob-step-header p {
  font-size: 14px; color: var(--stone); line-height: 1.5;
}

/* Package summary bar */
.ob-pkg {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; background: var(--cream); border-radius: 12px;
  margin-bottom: 28px;
}
.ob-pkg-name {
  font-family: var(--serif); font-size: 17px; color: var(--ink);
}
.ob-pkg-detail {
  font-size: 12px; color: var(--stone); margin-top: 2px;
  font-weight: 400;
}
.ob-pkg-price {
  font-family: var(--serif); font-size: 24px; color: var(--ink);
  letter-spacing: -0.02em;
}
.ob-pkg-change {
  font-size: 12px; color: var(--muted); text-decoration: underline;
  cursor: pointer; margin-top: 2px; text-align: right;
  transition: color 0.2s;
}
.ob-pkg-change:hover { color: var(--ink); }

/* Form fields */
.ob-field { margin-bottom: 20px; }
.ob-field:last-child { margin-bottom: 0; }
.ob-label {
  display: block; font-size: 13px; font-weight: 500;
  color: var(--ink); margin-bottom: 7px; letter-spacing: 0.01em;
}
.ob-label .ob-required { color: #C0392B; margin-left: 2px; }
.ob-input, .ob-select {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--warm); border-radius: 10px;
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: var(--white);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  outline: none;
  -webkit-appearance: none; appearance: none;
}
.ob-input::placeholder { color: var(--muted); }
.ob-input:focus, .ob-select:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(17,17,17,0.06);
}
.ob-input.ob-error, .ob-select.ob-error {
  border-color: #C0392B;
  box-shadow: 0 0 0 3px rgba(192,57,43,0.08);
}
.ob-error-msg {
  font-size: 12px; color: #C0392B; margin-top: 5px;
  display: none;
}
.ob-error-msg.visible { display: block; }
.ob-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.ob-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.ob-textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--warm); border-radius: 10px;
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: var(--white); resize: vertical; min-height: 80px;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  outline: none;
}
.ob-textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(17,17,17,0.06);
}

/* Radio cards for test type */
.ob-radio-group {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.ob-radio-card {
  position: relative; cursor: pointer;
}
.ob-radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.ob-radio-card span {
  display: flex; align-items: center; justify-content: center;
  padding: 12px 16px; border: 1.5px solid var(--warm);
  border-radius: 10px; font-size: 14px; font-weight: 500;
  color: var(--stone); transition: all 0.25s var(--ease);
  text-align: center;
}
.ob-radio-card input:checked + span {
  border-color: var(--ink); color: var(--ink);
  background: var(--cream);
}
.ob-radio-card span:hover { border-color: var(--stone); }

/* File upload */
.ob-upload {
  border: 1.5px dashed var(--warm); border-radius: 10px;
  padding: 20px; text-align: center; cursor: pointer;
  transition: all 0.25s var(--ease); position: relative;
}
.ob-upload:hover { border-color: var(--stone); background: rgba(0,0,0,0.01); }
.ob-upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.ob-upload-icon { color: var(--muted); margin-bottom: 6px; }
.ob-upload-text { font-size: 13px; color: var(--stone); }
.ob-upload-text strong { color: var(--ink); font-weight: 500; }
.ob-upload-hint { font-size: 11px; color: var(--muted); margin-top: 4px; }
.ob-upload-name {
  font-size: 13px; color: var(--ink); font-weight: 500;
  margin-top: 6px; display: none;
}
.ob-upload-name.visible { display: block; }

/* Checkbox */
.ob-check {
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer;
}
.ob-check input { display: none; }
.ob-check-box {
  width: 20px; height: 20px; border: 1.5px solid var(--warm);
  border-radius: 5px; flex-shrink: 0; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s var(--ease);
}
.ob-check input:checked + .ob-check-box {
  background: var(--ink); border-color: var(--ink);
}
.ob-check input:checked + .ob-check-box svg { opacity: 1; }
.ob-check-box svg { opacity: 0; transition: opacity 0.2s; }
.ob-check-label {
  font-size: 13px; color: var(--stone); line-height: 1.5;
}
.ob-check-label a { text-decoration: underline; color: var(--ink); }

/* Review summary */
.ob-summary {
  border: 1.5px solid var(--warm); border-radius: 12px;
  overflow: hidden;
}
.ob-summary-row {
  display: flex; justify-content: space-between;
  padding: 14px 20px; font-size: 14px;
}
.ob-summary-row + .ob-summary-row {
  border-top: 1px solid var(--cream);
}
.ob-summary-label { color: var(--stone); }
.ob-summary-value { color: var(--ink); font-weight: 500; text-align: right; max-width: 55%; }
.ob-summary-total {
  display: flex; justify-content: space-between;
  padding: 16px 20px; font-size: 16px;
  background: var(--cream); font-weight: 600; color: var(--ink);
}

/* Footer actions */
.ob-actions {
  display: flex; gap: 12px; margin-top: 28px;
}
.ob-btn-back {
  padding: 14px 24px; border-radius: 10px;
  font-size: 14px; font-weight: 500;
  color: var(--stone); border: 1.5px solid var(--warm);
  background: transparent; cursor: pointer;
  transition: all 0.3s var(--ease);
}
.ob-btn-back:hover { border-color: var(--ink); color: var(--ink); }
.ob-btn-next {
  flex: 1; padding: 14px 24px; border-radius: 10px;
  font-size: 15px; font-weight: 500;
  color: var(--white); background: var(--ink);
  border: none; cursor: pointer;
  transition: all 0.3s var(--ease);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.ob-btn-next:hover { background: #2a2a2a; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.ob-btn-next:disabled { opacity: 0.4; pointer-events: none; }
.ob-btn-next svg { transition: transform 0.3s var(--ease); }
.ob-btn-next:hover svg { transform: translateX(3px); }

/* Step transitions */
.ob-step { display: none; }
.ob-step.active {
  display: block;
  animation: obFadeIn 0.35s var(--ease) both;
}
@keyframes obFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Confirmation state */
.ob-confirmation { text-align: center; padding: 48px 32px 40px; }
.ob-conf-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--cream); margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
}
.ob-confirmation h2 {
  font-family: var(--serif); font-size: 28px;
  letter-spacing: -0.025em; margin-bottom: 8px;
}
.ob-confirmation p {
  font-size: 14px; color: var(--stone); line-height: 1.6;
  max-width: 360px; margin: 0 auto 28px;
}

/* Divider */
.ob-divider {
  height: 1px; background: var(--cream); margin: 24px 0;
}

/* Note */
.ob-note {
  font-size: 12px; color: var(--muted); line-height: 1.5;
  text-align: center; margin-top: 20px;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .hero-stats { gap: 28px; }
  .pricing-grid { gap: 16px; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card.tall { grid-row: auto; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; max-width: 760px; }
}
@media (max-width: 1180px) {
  .c-header-nav { display: none; }
  .c-nav-btn { display: flex; }
  .c-header { padding: 14px 16px 0; }
  .c-header-inner { height: 72px; padding: 0; }
  .c-header.scrolled .c-header-inner { max-width: 100%; padding: 0 12px; }
  .c-header-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 196px);
    overflow: hidden;
  }
  .c-header-logo .frt-default-logo { gap: 3px; }
  .c-header-logo .frt-default-logo-badge { margin-right: -6px; }
  .c-header-logo .frt-default-logo-badge img { height: 48px; }
  .c-header-logo .frt-default-logo-wordmark,
  .c-header-logo .logo-wordmark,
  .c-header-logo .logo-fast,
  .c-header-logo .logo-rest {
    font-size: 19px;
    letter-spacing: -0.04em;
    word-spacing: -0.18em;
    white-space: nowrap;
  }
  .c-header-logo img { max-height: none; max-width: 100%; }
  .c-header-cta { gap: 12px; }
  .header-cta-btn {
    padding: 14px 20px !important;
    font-size: 14px !important;
    border-radius: 16px !important;
    white-space: nowrap;
  }
  .c-nav-btn { width: 44px; height: 44px; gap: 8px; align-items: center; }
  .c-nav-bar { width: 32px; height: 2px; }
  .c-nav-btn.is-open .c-nav-bar.is-1 { transform: translateY(10px) rotate(45deg); }
  .c-nav-btn.is-open .c-nav-bar.is-2 { width: 0; opacity: 0; }
  .c-nav-btn.is-open .c-nav-bar.is-3 { transform: translateY(-10px) rotate(-45deg); }
  .c-mobile-menu {
    background: rgba(251,250,249,0.985);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    justify-content: flex-start;
    gap: clamp(16px, 2.8vh, 28px);
    padding: 146px 24px 40px;
    overflow-y: auto;
  }
  .c-mobile-menu a {
    font-size: clamp(30px, 7vw, 42px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 6px 0;
  }
}
@media (max-width: 768px) {
  .ob-overlay { padding: 0; }
  .ob-modal { max-width: 100%; max-height: 100vh; border-radius: 0; }
  .ob-body { padding: 24px 20px 28px; }
  .ob-progress { padding: 20px 20px 0; }
  .ob-row { grid-template-columns: 1fr; }
  .ob-radio-group { grid-template-columns: 1fr 1fr; }
  .ob-step-header h2 { font-size: 24px; }
  .ob-close { top: 16px; right: 16px; }
  .c-header-nav { display: none; }
  .c-nav-btn { display: flex; }
  .c-header { padding: 14px 16px 0; }
  .c-header-inner { height: 72px; padding: 0; }
  .c-header.scrolled .c-header-inner { max-width: 100%; padding: 0 12px; }
  .c-header-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 64px);
    overflow: hidden;
  }
  .header-cta-btn { display: none !important; }
  .c-header-logo .frt-default-logo { gap: 3px; }
  .c-header-logo .frt-default-logo-badge { margin-right: -6px; }
  .c-header-logo .frt-default-logo-badge img { height: 48px; }
  .c-header-logo .frt-default-logo-wordmark,
  .c-header-logo .logo-wordmark,
  .c-header-logo .logo-fast,
  .c-header-logo .logo-rest {
    font-size: 19px;
    letter-spacing: -0.04em;
    word-spacing: -0.18em;
    white-space: nowrap;
  }
  .c-header-logo img { max-height: none; max-width: 100%; }
  .c-header-cta { gap: 0; }
  .c-nav-btn { width: 44px; height: 44px; gap: 8px; align-items: center; }
  .c-nav-bar { width: 32px; height: 2px; }
  .c-nav-btn.is-open .c-nav-bar.is-1 { transform: translateY(10px) rotate(45deg); }
  .c-nav-btn.is-open .c-nav-bar.is-2 { width: 0; opacity: 0; }
  .c-nav-btn.is-open .c-nav-bar.is-3 { transform: translateY(-10px) rotate(-45deg); }
  .c-mobile-menu {
    background: rgba(251,250,249,0.985);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    justify-content: flex-start;
    gap: clamp(16px, 2.8vh, 28px);
    padding: 146px 24px 40px;
    overflow-y: auto;
  }
  .c-mobile-menu a {
    font-size: clamp(30px, 7vw, 42px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 6px 0;
  }
  .hero { padding: 120px 24px 60px; }
  .hero::before, .hero::after { display: none; }
  .hero-stats { flex-direction: column; gap: 20px; align-items: center; }
  .pricing { padding: 72px 24px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .pricing-card.featured { transform: none; order: -1; }
  .pricing-card.featured:hover { transform: translateY(-3px); }
  .pricing-disclaimer { padding: 1.5rem 1.25rem; margin-top: 2rem; }
  .pricing-refund-note { padding-left: 1.25rem; padding-right: 1.25rem; }
  .how { padding: 72px 24px; }
  .how-grid { grid-template-columns: 1fr; gap: 36px; }
  .how-grid::before { display: none; }
  .why-us { padding: 72px 24px; }
  .why-us-grid { grid-template-columns: 1fr; }
  .testimonials { padding: 72px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq { padding: 72px 24px; }
  .cta-section { padding: 72px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; max-width: none; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .pricing-card { padding: 28px 20px; }
}



/* locations.html style block 1 */

@font-face { font-family: 'Geist'; font-style: normal; font-weight: 400; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 500; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 600; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 700; font-display: swap; src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Bold.woff2') format('woff2'); }



/* locations.html style block 2 */

/* === RESET & TOKENS === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --ink: #111111; --paper: #FBFAF9; --white: #ffffff;
  --cream: #F4F3F1; --warm: #E8E6E3; --stone: #6B6B6B; --muted: #999999;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.5; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* === REVEAL === */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }

/* === HEADER === */
.loc-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 12px 24px;
  transition: padding 0.4s var(--ease);
}
.loc-header-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 56px; padding: 0 8px;
  border-radius: 12px; background: transparent;
  transition: all 0.5s var(--ease);
}
.loc-header.scrolled .loc-header-inner {
  background: rgba(251,250,249,0.85);
  backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
  max-width: 780px; padding: 0 12px;
}
.loc-header-logo {
  flex-shrink: 0; z-index: 2; display: flex; align-items: center; gap: 0;
  text-decoration: none; font-size: 20px; line-height: 1;
  transition: transform 0.4s var(--ease);
}
.loc-header.scrolled .loc-header-logo { transform: scale(0.85); transform-origin: left center; }
.loc-header-logo .frt-default-logo { display: inline-flex; align-items: center; gap: 3px; min-width: 0; }
.loc-header-logo .frt-default-logo-badge { display: inline-flex; align-items: center; flex-shrink: 0; margin-right: -6px; }
.loc-header-logo .frt-default-logo-badge img { display: block; width: auto; height: 48px; }
.loc-header-logo .logo-icon { display: inline-block; width: 22px; height: 18px; margin-right: 3px; flex-shrink: 0; position: relative; top: -1px; }
.loc-header-logo .frt-default-logo-wordmark,
.loc-header-logo .logo-wordmark,
.loc-header-logo .logo-fast,
.loc-header-logo .logo-rest { font-family: 'Geist', sans-serif; font-style: normal; font-weight: 700; font-synthesis: none; color: var(--ink); font-size: 19px; letter-spacing: -0.04em; word-spacing: -0.18em; white-space: nowrap; }
.loc-header-nav {
  display: flex; align-items: center; gap: 4px;
  padding: 4px; border-radius: 10px;
  border: 1px solid var(--warm); background: var(--white);
  transition: background 0.3s, border-color 0.3s;
}
.loc-header.scrolled .loc-header-nav { border-color: transparent; background: rgba(0,0,0,0.04); }
.loc-header.scrolled .loc-header-nav a { padding: 7px 10px; font-size: 12.5px; white-space: nowrap; }
.loc-header-nav a {
  padding: 8px 16px; border-radius: 8px; font-size: 13px;
  font-weight: 500; color: var(--stone); transition: all 0.3s var(--ease);
}
.loc-header-nav a:hover { color: var(--ink); background: rgba(0,0,0,0.04); }
.loc-header-cta { display: flex; align-items: center; gap: 16px; flex-shrink: 0; z-index: 2; }
.btn-dark {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; background: var(--ink); color: var(--white);
  border-radius: 10px; font-weight: 500; font-size: 15px;
  transition: all 0.3s var(--ease); border: none; cursor: pointer;
}
.btn-dark:hover { background: #2a2a2a; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }

/* === PAGE HERO === */
.page-hero {
  padding: 160px 24px 72px; text-align: center;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: 0; right: -10%; width: 400px; height: 400px;
  background-image: radial-gradient(circle, var(--warm) 1px, transparent 1px);
  background-size: 24px 24px; opacity: 0.5; pointer-events: none;
}
.page-hero h1 {
  font-family: var(--serif); font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05; letter-spacing: -0.035em; color: var(--ink);
  margin-bottom: 16px;
}
.page-hero h1 em { font-style: italic; }
.page-hero p {
  font-size: 17px; line-height: 1.6; color: var(--stone);
  max-width: 520px; margin: 0 auto 40px; font-weight: 400;
}
.hero-stat-row {
  display: flex; gap: 40px; justify-content: center;
  padding-top: 32px; border-top: 1px solid var(--warm);
  max-width: 600px; margin: 0 auto;
}
.hero-stat-item { text-align: center; }
.hero-stat-num { font-family: var(--serif); font-size: 32px; color: var(--ink); line-height: 1; }
.hero-stat-label { font-size: 13px; color: var(--muted); margin-top: 6px; }

/* === SEARCH BAR === */
.search-section { padding: 0 24px 64px; margin-top: -8px; }
.search-bar {
  max-width: 640px; margin: 0 auto;
  display: flex; gap: 8px;
  padding: 6px 6px 6px 20px;
  background: var(--white); border: 1.5px solid var(--warm);
  border-radius: 14px;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.search-bar:focus-within {
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(17,17,17,0.06);
}
.search-bar input {
  flex: 1; border: none; outline: none; font-family: var(--sans);
  font-size: 15px; color: var(--ink); background: transparent;
}
.search-bar input::placeholder { color: var(--muted); }
.search-bar button {
  padding: 12px 24px; background: var(--ink); color: var(--white);
  border: none; border-radius: 10px; font-family: var(--sans);
  font-size: 14px; font-weight: 500; cursor: pointer;
  transition: background 0.3s var(--ease);
  white-space: nowrap;
}
.search-bar button:hover { background: #2a2a2a; }
.search-meta {
  text-align: center; margin-top: 16px;
  font-size: 13px; color: var(--muted);
}
.search-meta span { font-weight: 600; color: var(--ink); }

/* Filter pills */
.filter-row {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  max-width: 800px; margin: 20px auto 0;
}
.filter-pill {
  padding: 8px 18px; border-radius: 100px;
  font-size: 13px; font-weight: 500; color: var(--stone);
  border: 1px solid var(--warm); background: var(--white);
  cursor: pointer; transition: all 0.25s var(--ease);
}
.filter-pill:hover { border-color: var(--stone); }
.filter-pill.active {
  background: var(--ink); color: var(--white); border-color: var(--ink);
}

/* === REGION SECTIONS === */
.regions { padding: 0 24px 96px; max-width: 1120px; margin: 0 auto; }
.region-group { margin-bottom: 56px; }
.region-group:last-child { margin-bottom: 0; }
.region-header {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid var(--warm);
}
.region-name {
  font-family: var(--serif); font-size: 26px;
  letter-spacing: -0.02em; color: var(--ink);
}
.region-count {
  font-size: 13px; font-weight: 500; color: var(--muted);
  background: var(--cream); padding: 3px 10px; border-radius: 100px;
}

/* === LOCATION CARDS === */
.loc-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.loc-card {
  padding: 22px; background: var(--glass-surface);
  border: 1px solid var(--glass-border); border-radius: 20px;
  box-shadow: var(--glass-shadow);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  cursor: default;
}
.loc-card::before {
  background: linear-gradient(140deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.34) 28%, rgba(255,255,255,0) 56%);
}
.loc-card::after {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), inset 0 0 0 1px rgba(255,255,255,0.28);
}
.loc-card:hover {
  border-color: rgba(17,17,17,0.08);
  transform: translateY(-4px);
  box-shadow: var(--glass-shadow-hover);
}
.loc-card-name {
  font-family: var(--serif); font-size: 17px;
  color: var(--ink); margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.loc-card-city {
  font-size: 13px; color: var(--stone); font-weight: 400;
}
.loc-card-county {
  font-size: 11px; color: var(--muted); margin-top: 8px;
  text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500;
}
.loc-card-cta {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px; padding: 8px 16px;
  background: var(--cream); border-radius: 8px;
  font-size: 12px; font-weight: 500; color: var(--ink);
  transition: all 0.25s var(--ease);
}
.loc-card:hover .loc-card-cta { background: var(--ink); color: var(--white); }
.loc-card-cta svg { transition: transform 0.25s var(--ease); }
.loc-card:hover .loc-card-cta svg { transform: translateX(2px); }

/* Hidden card */
.loc-card.hidden { display: none; }
.region-group.hidden { display: none; }

/* No results */
.no-results {
  text-align: center; padding: 56px 24px;
  display: none;
}
.no-results.visible { display: block; }
.no-results h3 {
  font-family: var(--serif); font-size: 22px; margin-bottom: 8px;
}
.no-results p { font-size: 14px; color: var(--stone); }

/* === CTA SECTION === */
.loc-cta {
  padding: 80px 24px; text-align: center;
  position: relative; overflow: hidden;
}
.loc-cta-gradient {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(107,143,78,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(107,143,78,0.2) 0%, transparent 55%),
    radial-gradient(ellipse 70% 40% at 50% 70%, rgba(184,217,160,0.18) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 30% 20%, rgba(220,239,207,0.16) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 70% 60%, rgba(197,225,176,0.14) 0%, transparent 50%);
}
.loc-cta h2 {
  font-family: var(--serif); font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1; letter-spacing: -0.025em;
  color: var(--ink); margin-bottom: 12px;
  position: relative; z-index: 1;
}
.loc-cta p {
  font-size: 16px; color: var(--stone); margin-bottom: 28px;
  position: relative; z-index: 1;
}
.loc-cta .btn-dark { position: relative; z-index: 1; }

/* === FOOTER === */
.loc-footer {
  padding: 56px 24px 28px; background: var(--ink); color: var(--white);
}
.loc-footer-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1.9fr) repeat(5, minmax(0, 1fr)); gap: 40px; align-items: start;
}
.loc-footer-logo { margin-bottom: 14px; display: flex; align-items: center; gap: 0; font-size: 19px; line-height: 1; }
.loc-footer-logo .frt-default-logo { display: inline-flex; align-items: center; gap: 9px; min-width: 0; }
.loc-footer-logo .frt-default-logo-badge { display: inline-flex; align-items: center; flex-shrink: 0; }
.loc-footer-logo .frt-default-logo-badge img { display: block; width: auto; height: 28px; }
.loc-footer-logo .logo-icon { display: inline-block; width: 20px; height: 17px; margin-right: 3px; flex-shrink: 0; }
.loc-footer-logo .frt-default-logo-wordmark,
.loc-footer-logo .logo-wordmark,
.loc-footer-logo .logo-fast,
.loc-footer-logo .logo-rest { font-family: 'Geist', sans-serif; font-style: normal; font-weight: 700; font-synthesis: none; color: var(--white); font-size: 18px; letter-spacing: -0.03em; white-space: nowrap; }
.loc-footer-brand p { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.6; max-width: 540px; }
.loc-footer-col { min-width: 0; }
.loc-footer-col .frt-footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.74); margin-bottom: 14px; }
.loc-footer-col a { display: block; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.7); padding: 5px 0; transition: color 0.3s; }
.loc-footer-col a:hover { color: var(--white); }
.loc-footer-bottom {
  max-width: 1120px; margin: 32px auto 0; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.loc-footer-bottom p { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.74); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .loc-footer-inner { grid-template-columns: repeat(2, 1fr); }
  .loc-footer-brand { grid-column: 1 / -1; max-width: 760px; }
  .hero-stat-row { gap: 28px; }
}
@media (max-width: 1180px) {
  .loc-header-nav { display: none; }
  .loc-header { padding: 14px 16px 0; }
  .loc-header-inner { height: 72px; padding: 0; }
  .loc-header.scrolled .loc-header-inner { max-width: 100%; padding: 0 12px; }
  .loc-header-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 196px);
    overflow: hidden;
  }
  .loc-header-logo .frt-default-logo { gap: 3px; }
  .loc-header-logo .frt-default-logo-badge { margin-right: -6px; }
  .loc-header-logo .frt-default-logo-badge img { height: 48px; }
  .loc-header-logo .frt-default-logo-wordmark,
  .loc-header-logo .logo-wordmark,
  .loc-header-logo .logo-fast,
  .loc-header-logo .logo-rest {
    font-size: 19px;
    letter-spacing: -0.04em;
    word-spacing: -0.18em;
    white-space: nowrap;
  }
  .loc-header-logo img { max-height: none; max-width: 100%; }
  .loc-header-cta { gap: 12px; }
}
@media (max-width: 768px) {
  .loc-header-nav { display: none; }
  .loc-header { padding: 14px 16px 0; }
  .loc-header-inner { height: 72px; padding: 0; }
  .loc-header.scrolled .loc-header-inner { max-width: 100%; padding: 0 12px; }
  .loc-header-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 64px);
    overflow: hidden;
  }
  .loc-header-cta .header-cta-btn { display: none !important; }
  .loc-header-logo .frt-default-logo { gap: 3px; }
  .loc-header-logo .frt-default-logo-badge { margin-right: -6px; }
  .loc-header-logo .frt-default-logo-badge img { height: 48px; }
  .loc-header-logo .frt-default-logo-wordmark,
  .loc-header-logo .logo-wordmark,
  .loc-header-logo .logo-fast,
  .loc-header-logo .logo-rest {
    font-size: 19px;
    letter-spacing: -0.04em;
    word-spacing: -0.18em;
    white-space: nowrap;
  }
  .loc-header-logo img { max-height: none; max-width: 100%; }
  .loc-header-cta { gap: 0; }
  .page-hero { padding: 120px 24px 56px; }
  .page-hero::before { display: none; }
  .hero-stat-row { flex-direction: column; gap: 20px; align-items: center; }
  .search-bar { flex-direction: column; padding: 12px; }
  .search-bar input { padding: 8px 0; }
  .search-bar button { width: 100%; padding: 14px; }
  .loc-grid { grid-template-columns: 1fr; }
  .filter-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter-pill { flex-shrink: 0; }
  .loc-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .loc-footer-brand { grid-column: auto; max-width: none; }
  .loc-footer-bottom { flex-direction: column; text-align: center; }
}

/* === WORDPRESS LAYER === */
.admin-bar .c-header,
.admin-bar .loc-header { top: 32px; }

.c-header-logo .frt-custom-logo,
.footer-brand-logo .frt-custom-logo,
.loc-header-logo .frt-custom-logo,
.loc-footer-logo .frt-custom-logo { display: block; line-height: 0; }

.c-header-logo .custom-logo-link,
.footer-brand-logo .custom-logo-link,
.loc-header-logo .custom-logo-link,
.loc-footer-logo .custom-logo-link { display: inline-flex; align-items: center; }

.c-header-logo img,
.footer-brand-logo img,
.loc-header-logo img,
.loc-footer-logo img {
  display: block;
  max-height: 40px;
  width: auto;
}

.c-header-logo .frt-default-logo-badge img,
.footer-brand-logo .frt-default-logo-badge img,
.loc-header-logo .frt-default-logo-badge img,
.loc-footer-logo .frt-default-logo-badge img { max-height: none; }

.footer-brand-logo img,
.loc-footer-logo img { max-height: 38px; }

.frt-default-page {
  padding: 140px 24px 96px;
  min-height: 100vh;
  background: var(--paper);
}

.frt-page-shell {
  max-width: 960px;
  margin: 0 auto;
}

.frt-page-card {
  background: var(--glass-surface);
  border: 1px solid var(--glass-border);
  border-radius: 28px;
  padding: 40px;
  box-shadow: var(--glass-shadow);
}

.frt-page-card::before {
  background: linear-gradient(140deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.34) 30%, rgba(255,255,255,0) 60%);
}

.frt-page-card::after {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), inset 0 0 0 1px rgba(255,255,255,0.28);
}

.frt-page-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--warm);
}

.frt-page-header h1 {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.frt-page-header a { color: inherit; }

.frt-entry-content,
.frt-woocommerce-wrap {
  color: var(--stone);
  font-size: 16px;
  line-height: 1.75;
}

.frt-entry-content > * + *,
.frt-woocommerce-wrap > * + * { margin-top: 1.25em; }

.frt-entry-content h2,
.frt-entry-content h3,
.frt-entry-content h4,
.frt-woocommerce-wrap h1,
.frt-woocommerce-wrap h2,
.frt-woocommerce-wrap h3 {
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.15;
}

.frt-entry-content ul,
.frt-entry-content ol,
.frt-woocommerce-wrap ul,
.frt-woocommerce-wrap ol {
  padding-left: 1.4em;
}

.frt-entry-content a,
.frt-woocommerce-wrap a { color: var(--ink); text-decoration: underline; }

.frt-woocommerce-wrap .button,
.frt-woocommerce-wrap button,
.frt-woocommerce-wrap input.button,
.frt-woocommerce-wrap .checkout-button {
  background: var(--ink) !important;
  color: var(--white) !important;
  border-radius: 10px !important;
  padding: 14px 24px !important;
  border: 0 !important;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 782px) {
  .admin-bar .c-header,
  .admin-bar .loc-header { top: 46px; }
}

@media (max-width: 768px) {
  .frt-default-page { padding: 120px 16px 72px; }
  .frt-page-card { padding: 28px 22px; border-radius: 18px; }
}
