/*
Theme Name: double-o-heating
Theme URI: https://doubleoheatingandcooling.com
Author: Double O Heating & Cooling
Description: Custom theme for Double O Heating & Cooling — honest HVAC, West Michigan.
Version: 1.9.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: double-o-heating
*/

/* Double O Heating & Cooling — Homepage Mockup */

@font-face {
  font-family: "College Block 2.0";
  src: url("assets/fonts/college-block-2-0.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #001029;
  --pink: #a34363;
  --tan: #e3d2bb;
  --gray: #a8aaaa;
  --tan-light: #f5efe6;
  --pink-dark: #8a3652;
  --pink-soft: #c06a85; /* 5.1:1 on navy — for small pink text on dark surfaces */
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 12px 40px rgba(0, 16, 41, 0.12);
  --font-display: "College Block 2.0", Georgia, serif;
  --font-label: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--navy);
  background: var(--tan-light);
}

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

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

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Accessibility utilities */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.8rem 1.4rem;
  overflow: visible;
  clip-path: none;
  background: var(--tan);
  color: var(--navy);
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 16, 41, 0.35);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid transparent;
  box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--pink);
}

/* Typography */

.display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.label {
  font-family: var(--font-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 0.75rem;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--pink);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--pink-dark);
}

.btn-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.btn-secondary:hover {
  background: var(--navy);
  color: var(--tan);
}

.btn-light {
  background: var(--tan);
  color: var(--navy);
}

.btn-light:hover {
  background: var(--white);
}

/* Header — Peek-style layout */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 16, 41, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(227, 210, 187, 0.12);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  padding: 0.9rem 0;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo,
.brand-mark {
  display: block;
}

.brand-logo {
  height: 60px;
  width: auto;
  max-width: min(280px, 52vw);
}

.brand-mark {
  display: none;
  height: 52px;
  width: auto;
  flex-shrink: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 0;
}

.nav-drawer-top,
.nav-drawer-footer {
  display: none;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 1.75vw, 1.75rem);
}

.nav-link,
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 1.05vw, 0.975rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  text-decoration: none;
  color: var(--tan);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-dropdown-toggle:hover,
.nav-dropdown.is-open .nav-dropdown-toggle {
  color: var(--white);
  background: transparent;
}

.nav-link.is-active {
  color: var(--white);
  font-weight: 600;
}

.nav-dropdown.is-active > .nav-dropdown-toggle {
  color: var(--white);
  font-weight: 600;
  background: transparent;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-icon {
  flex-shrink: 0;
  opacity: 0.75;
  transition: transform 0.2s ease;
}

.nav-dropdown.is-open .nav-dropdown-icon {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 50%;
  z-index: 120;
  min-width: 12.5rem;
  padding: 0.35rem;
  border-radius: 12px;
  background: rgba(0, 16, 41, 0.98);
  border: 1px solid rgba(227, 210, 187, 0.18);
  box-shadow: 0 14px 36px rgba(0, 16, 41, 0.28);
  transform: translateX(-50%) translateY(-4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-sublink {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--tan);
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-sublink:hover {
  color: var(--white);
  background: rgba(163, 67, 99, 0.22);
}

.nav-sublink.is-active {
  color: var(--navy);
  background: var(--tan);
  font-weight: 600;
}

.nav-mobile-actions {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  flex-shrink: 0;
}

.btn-header-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1.5px solid rgba(227, 210, 187, 0.45);
  background: transparent;
  font-family: var(--font-label);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--tan);
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-header-book:hover {
  background: rgba(227, 210, 187, 0.12);
  border-color: var(--tan);
  color: var(--white);
}

.btn-header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  font-family: var(--font-label);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(163, 67, 99, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-header-call:hover {
  background: var(--pink-dark);
  transform: translateY(-1px);
  color: var(--white);
}

.btn-header-call svg {
  flex-shrink: 0;
}

.menu-toggle,
.menu-close {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--tan);
  cursor: pointer;
}

.menu-toggle {
  flex-direction: column;
  gap: 5px;
  width: 2.25rem;
  height: 2.25rem;
}

.menu-toggle-bar {
  display: block;
  width: 1.35rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.menu-close {
  width: 2.25rem;
  height: 2.25rem;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(0, 16, 41, 0.55);
}

.nav-backdrop[hidden] {
  display: none !important;
  pointer-events: none;
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

/* Hero */

.hero {
  background: var(--navy);
  color: var(--tan);
  padding: 4.5rem 0 5rem;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(163, 67, 99, 0.22), transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(227, 210, 187, 0.08), transparent 35%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin: 0 0 1.25rem;
  color: var(--tan);
}

.hero h1 span {
  color: var(--pink);
}

.hero .eyebrow {
  color: var(--pink-soft);
}

.hero-lead {
  font-size: 1.2rem;
  max-width: 34rem;
  color: var(--gray);
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(227, 210, 187, 0.1);
  border: 1px solid rgba(227, 210, 187, 0.18);
  font-size: 0.88rem;
  color: var(--tan);
}

.hero-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-illustration {
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

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

/* Trust strip */

.trust-strip {
  background: var(--pink);
  color: var(--white);
  padding: 1.1rem 0;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust-list li {
  font-family: var(--font-label);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Sections */

.section {
  padding: 5rem 0;
}

.section-dark {
  background: var(--navy);
  color: var(--tan);
}

.section-tan {
  background: var(--tan);
}

.section-light {
  background: var(--tan-light);
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 1rem;
}

.section-header p {
  margin: 0;
  color: var(--gray);
  font-size: 1.1rem;
}

.section-tan .section-header p,
.section-light .section-header p {
  color: rgba(0, 16, 41, 0.78);
}

.section-dark .section-header p {
  color: rgba(227, 210, 187, 0.75);
}

/* Value cards */

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 16, 41, 0.06);
}

.section-dark .card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(227, 210, 187, 0.1);
  box-shadow: none;
}

.card-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1.25rem;
}

.card h3 {
  font-family: var(--font-label);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: var(--pink);
}

.section-dark .card h3 {
  color: var(--tan);
}

.card p {
  margin: 0;
  color: rgba(0, 16, 41, 0.78);
}

.section-dark .card p {
  color: rgba(227, 210, 187, 0.8);
}

/* Services */

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

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

@media (min-width: 900px) {
  .services-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  text-align: center;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.service-card:hover {
  border-color: var(--pink);
  transform: translateY(-4px);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
}

.service-card h3 {
  font-family: var(--font-label);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.service-card p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(0, 16, 41, 0.7);
}

/* Story */

.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: center;
}

.story-visual {
  background: var(--navy);
  border-radius: 24px;
  padding: 2.5rem;
  color: var(--tan);
  position: relative;
  overflow: hidden;
}

.story-visual::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--pink);
  opacity: 0.15;
  top: -40px;
  right: -40px;
}

.story-quote {
  font-size: 1.35rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  position: relative;
  z-index: 1;
}

.story-names {
  font-family: var(--font-label);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  position: relative;
  z-index: 1;
}

.story-content h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin: 0 0 1rem;
}

.story-content p {
  margin: 0 0 1rem;
  color: rgba(0, 16, 41, 0.78);
}

.story-team {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 1.5rem 0 0.25rem;
  padding: 0;
}

.story-person {
  margin: 0;
  text-align: center;
}

.story-avatar {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid var(--navy);
  object-fit: cover;
}

.story-person-name {
  font-family: var(--font-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
  color: var(--navy);
}

.story-person-role {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  color: rgba(0, 16, 41, 0.6);
}

/* Meet the Team page (Option 4 — navy) */

.doubleo-team-page {
  background: var(--navy);
}

.team-page {
  background: var(--navy);
  color: var(--tan);
}

.team-page .container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.team-hero {
  padding: 2.5rem 0 0.5rem;
}

.team-hero .eyebrow {
  color: rgba(227, 210, 187, 0.62);
}

.team-hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--tan);
  margin: 0.5rem 0 0.75rem;
  max-width: 16ch;
}

.team-hero-intro {
  margin: 0;
  line-height: 1.65;
  color: rgba(227, 210, 187, 0.72);
  font-size: 1.02rem;
  max-width: 36rem;
}

.team-founders {
  padding-bottom: 0.5rem;
}

.team-founders-heading {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--tan);
  margin: 0;
  padding: 0.75rem 0 1.5rem;
}

.team-founder {
  padding: 0 0 2.5rem;
}

.team-founder-grid {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  max-width: 980px;
  margin-inline: auto;
}

.team-founder--reverse .team-founder-grid {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 240px);
}

.team-founder--reverse .team-founder-portrait {
  order: 2;
}

.team-founder--reverse .team-founder-quote {
  order: 1;
}

.team-founder-portrait {
  display: flex;
  justify-content: center;
}

.team-founder-portrait-ring {
  width: min(240px, 100%);
  height: min(240px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(163, 67, 99, 0.12);
  border: 3px solid rgba(227, 210, 187, 0.18);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.team-founder-portrait-ring img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.team-founder-quote {
  position: relative;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.team-quote-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1;
  color: var(--pink);
  font-weight: 700;
  display: block;
  user-select: none;
}

.team-quote-mark--open {
  margin-bottom: 0.35rem;
}

.team-quote-mark--close {
  text-align: right;
  margin-top: 0.25rem;
}

.team-founder-quote p {
  margin: 0;
  padding: 0 0.25rem;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.65;
  color: rgba(227, 210, 187, 0.92);
}

.team-founder-attribution {
  margin-top: 1.25rem;
  padding-left: 0.25rem;
}

.team-founder-attribution .team-person-name {
  display: block;
  font-family: var(--font-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-style: normal;
  color: var(--tan);
}

.team-founder-attribution .team-person-role {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.85rem;
  color: rgba(227, 210, 187, 0.65);
}

.team-founder-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(227, 210, 187, 0.12), transparent);
  margin-bottom: 2rem;
}

.team-dogs {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(227, 210, 187, 0.1);
}

.team-dogs-header {
  padding-bottom: 1.5rem;
}

.team-dogs-header .eyebrow {
  color: rgba(227, 210, 187, 0.62);
}

.team-dogs-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--tan);
  margin: 0;
  padding: 0;
}

.team-dogs-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.team-dog-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(227, 210, 187, 0.1);
  display: flex;
  flex-direction: column;
}

.team-dog-card-text {
  padding: 1.15rem 1.15rem 0.85rem;
}

.team-dog-name {
  font-family: var(--font-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.05rem;
  margin: 0;
  color: var(--tan);
}

.team-dog-bio {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(227, 210, 187, 0.62);
}

.team-dog-card-photo {
  aspect-ratio: 1;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: auto;
  padding: 0;
}

.team-dog-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-page-cta {
  padding: 2.5rem 0 4rem;
  border-top: 1px solid rgba(227, 210, 187, 0.1);
}

.team-page-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.team-page-cta-copy {
  margin: 0;
  color: rgba(227, 210, 187, 0.7);
  font-size: 0.95rem;
  flex: 1;
  min-width: 200px;
  line-height: 1.55;
}

.team-page-cta-copy strong {
  display: block;
  color: var(--tan);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.team-page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.btn-tan {
  background: var(--tan);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-ghost-tan {
  color: var(--tan);
  border: 1.5px solid rgba(227, 210, 187, 0.3);
  background: transparent;
}

.btn-ghost-tan:hover {
  border-color: var(--pink);
  color: var(--tan);
}

.team-btn-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Inner pages (Services, FAQ, Community, Contact, Blog) */

.inner-page-hero {
  background: var(--navy);
  color: var(--tan);
  padding: 2.5rem 0 2rem;
}

.inner-page-hero .eyebrow {
  color: rgba(227, 210, 187, 0.62);
}

.inner-page-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--tan);
  margin: 0.5rem 0 0.75rem;
  max-width: 20ch;
}

.inner-page-intro {
  margin: 0;
  line-height: 1.65;
  color: rgba(227, 210, 187, 0.72);
  font-size: 1.02rem;
  max-width: 40rem;
}

.inner-page-hero .hero-actions {
  margin-top: 1.35rem;
  margin-bottom: 0;
}

.inner-page-hero .btn-secondary {
  border-color: var(--tan);
  color: var(--tan);
}

.inner-page-hero .btn-secondary:hover {
  background: var(--tan);
  color: var(--navy);
}

.services-page .section-tan {
  padding-top: 3.5rem;
}

.inner-page-cta {
  padding: 2.5rem 0 4rem;
  background: var(--navy);
  color: var(--tan);
  border-top: 1px solid rgba(227, 210, 187, 0.1);
}

.inner-page-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.inner-page-cta-copy {
  margin: 0;
  color: rgba(227, 210, 187, 0.7);
  font-size: 0.95rem;
  flex: 1;
  min-width: 200px;
  line-height: 1.55;
}

.inner-page-cta-copy strong {
  display: block;
  color: var(--tan);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.inner-page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.book-handoff-inner {
  max-width: 720px;
  margin: 0 auto;
}

.book-handoff-card {
  background: var(--white);
  border: 1px solid rgba(0, 16, 41, 0.08);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 16, 41, 0.06);
}

.book-handoff-lead {
  font-size: 1.05rem;
  margin: 0 0 1.5rem;
}

.book-handoff-btn {
  min-width: min(100%, 320px);
}

.book-handoff-note {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: var(--gray);
}

.contact-options-inner {
  max-width: 960px;
  margin: 0 auto;
}

.contact-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-option-card {
  background: var(--white);
  border: 1px solid rgba(0, 16, 41, 0.08);
  border-radius: 16px;
  padding: 2rem;
}

.contact-option-title {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.contact-option-card p {
  margin: 0 0 1.25rem;
}

.contact-option-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-hours-note {
  margin: 1.5rem 0 0;
  text-align: center;
  color: var(--gray);
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .contact-options-grid {
    grid-template-columns: 1fr;
  }
}

/* Double O Club page */

/* College Block has no apostrophe glyph — render it in the serif fallback. */
.display .apos {
  font-family: Georgia, serif;
}

.club-hero.inner-page-hero {
  padding: 3rem 0 2.75rem;
}

.club-tagline {
  font-family: var(--font-label);
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink-soft);
  margin: 0 0 1.1rem;
}

.club-hero .inner-page-intro {
  max-width: 46rem;
}

.club-hero .inner-page-intro + .inner-page-intro {
  margin-top: 0.9rem;
}

.club-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0.85rem 1.35rem;
  border-radius: var(--radius-sm);
  background: rgba(227, 210, 187, 0.08);
  border: 1px solid rgba(227, 210, 187, 0.2);
}

.club-price-amount {
  font-family: var(--font-label);
  font-size: clamp(1.5rem, 3.2vw, 1.9rem);
  letter-spacing: 0.06em;
  color: var(--tan);
  line-height: 1;
}

.club-price-note {
  color: rgba(227, 210, 187, 0.72);
  font-size: 0.95rem;
}

.club-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.club-benefit-featured {
  grid-column: 1 / -1;
}

.club-how-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.club-why-body {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  color: rgba(227, 210, 187, 0.8);
  font-size: 1.1rem;
}

.club-why-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.club-page .section-dark .btn-secondary {
  border-color: var(--tan);
  color: var(--tan);
}

.club-page .section-dark .btn-secondary:hover {
  background: var(--tan);
  color: var(--navy);
}

@media (max-width: 720px) {
  .club-how-grid {
    grid-template-columns: 1fr;
  }
}

.contact-email-link {
  font-weight: 600;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-email-link:hover {
  color: var(--pink);
}

.contact-email-link--dark {
  align-self: center;
  color: var(--tan);
}

.contact-email-link--dark:hover {
  color: var(--white);
}

.contact-cta-copy .contact-cta-line {
  display: block;
}

.contact-cta-copy a.contact-cta-line {
  width: fit-content;
  margin: 0.15rem 0;
}

.community-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.community-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  border: 1px solid rgba(0, 16, 41, 0.08);
  box-shadow: var(--shadow);
}

.community-card-name {
  font-family: var(--font-label);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.community-card-bio {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(0, 16, 41, 0.75);
}

.community-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.community-card-links a {
  font-family: var(--font-label);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink);
}

.community-card-links a:hover {
  color: var(--pink-dark);
}

.community-empty,
.blog-coming-soon {
  margin: 0;
  text-align: center;
  color: rgba(0, 16, 41, 0.7);
  font-size: 1.05rem;
  max-width: 36rem;
  margin-inline: auto;
}

.blog-grid--page {
  margin-bottom: 1.5rem;
}

.blog-card--live .blog-card-link {
  display: block;
  color: inherit;
  height: 100%;
}

.blog-card--live:hover {
  transform: translateY(-4px);
}

.blog-card-link h2 {
  font-family: var(--font-label);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.blog-thumb--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-page .faq-item h2 {
  font-family: var(--font-label);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: var(--pink);
}

.section-cta {
  padding: 1.35rem 0;
  border-top: 1px solid rgba(0, 16, 41, 0.06);
}

.section-cta--dark {
  background: var(--navy);
  border-top-color: rgba(227, 210, 187, 0.1);
}

.section-cta--tan {
  background: var(--tan);
}

.section-cta--light {
  background: var(--tan-light);
}

.section-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.section-cta-copy {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  flex: 1;
  min-width: 200px;
}

.section-cta--dark .section-cta-copy {
  color: rgba(227, 210, 187, 0.75);
}

.section-cta--light .section-cta-copy,
.section-cta--tan .section-cta-copy {
  color: rgba(0, 16, 41, 0.75);
}

.section-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.section-cta--dark .btn-secondary {
  border-color: var(--tan);
  color: var(--tan);
}

.section-cta--dark .btn-secondary:hover {
  background: var(--tan);
  color: var(--navy);
}

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

.service-card--graphic {
  padding: 0;
  text-align: left;
  overflow: hidden;
}

.service-card-graphic {
  aspect-ratio: 4 / 3;
  background: var(--tan);
  overflow: hidden;
}

.service-card-graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card-body {
  padding: 1.5rem 1.75rem 1.75rem;
}

.service-card--graphic h3 {
  margin-top: 0;
}

/* Steps */

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

.step {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(227, 210, 187, 0.12);
}

.step-illus {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 1.25rem;
}

.step-illus img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: #0e1b2e;
  display: block;
}

.step-illus::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px solid var(--pink);
  pointer-events: none;
}

.step-badge {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  border: 3px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-label);
  font-size: 1.1rem;
}

.step h3 {
  font-family: var(--font-label);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.step p {
  margin: 0;
  color: rgba(227, 210, 187, 0.75);
  font-size: 0.95rem;
}

/* Service area */

.area-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.area-chip {
  font-family: var(--font-label);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(163, 67, 99, 0.2);
  border: 1px solid rgba(163, 67, 99, 0.35);
  color: var(--tan);
}

.area-hours {
  text-align: center;
  margin: 0;
  color: rgba(227, 210, 187, 0.8);
  font-size: 1rem;
}

.area-hours strong {
  color: var(--tan);
  font-weight: 600;
}

.section-dark-alt {
  padding-top: 0;
}

/* FAQ */

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.faq-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(0, 16, 41, 0.08);
}

.faq-item h3 {
  font-family: var(--font-label);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: var(--pink);
}

.faq-item p {
  margin: 0;
  color: rgba(0, 16, 41, 0.75);
}

.faq-section + .faq-section {
  margin-top: 2.75rem;
}

.faq-section-title {
  max-width: 760px;
  margin: 0 auto 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--navy);
  padding-bottom: 0.6rem;
  border-bottom: 2px solid rgba(0, 16, 41, 0.12);
}

.faq-answer > * {
  margin: 0;
}

.faq-answer > * + * {
  margin-top: 0.75rem;
}

.faq-answer-list-heading {
  font-weight: 600;
  color: rgba(0, 16, 41, 0.9);
}

.faq-answer-list {
  margin: 0;
  padding-left: 1.4rem;
  list-style: disc;
}

.faq-answer-list li {
  color: rgba(0, 16, 41, 0.75);
  line-height: 1.5;
}

.faq-answer-list li + li {
  margin-top: 0.35rem;
}

/* Blog */

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

.blog-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(227, 210, 187, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-thumb {
  height: 160px;
  background: rgba(163, 67, 99, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-body {
  padding: 1.25rem;
}

.blog-body h3 {
  font-family: var(--font-label);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.blog-body p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(227, 210, 187, 0.7);
}

/* CTA band */

.cta-band {
  background: var(--pink);
  color: var(--white);
  padding: 4rem 0;
  text-align: center;
}

.cta-band h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 1rem;
}

.cta-band p {
  margin: 0 auto 2rem;
  max-width: 520px;
  font-size: 1.1rem;
  opacity: 0.92;
}

.cta-band .btn-secondary {
  border-color: var(--white);
  color: var(--white);
}

.cta-band .btn-secondary:hover {
  background: var(--white);
  color: var(--pink);
}

/* Footer */

.site-footer {
  background: var(--navy);
  color: var(--gray);
  padding: 3rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand img {
  height: 48px;
  margin-bottom: 1rem;
}

.footer-brand p {
  margin: 0;
  font-size: 0.95rem;
  max-width: 280px;
}

.footer-col h2 {
  font-family: var(--font-label);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tan);
  margin: 0 0 1rem;
}

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

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a:hover {
  color: var(--tan);
}

.footer-bottom {
  border-top: 1px solid rgba(168, 170, 170, 0.2);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
}


/* Responsive */

@media (max-width: 960px) {
  .hero-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .services-grid,
  .steps,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-art {
    order: -1;
  }

  .story-avatar {
    width: 80px;
    height: 80px;
  }

  .team-founder-grid,
  .team-founder--reverse .team-founder-grid {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: none;
  }

  .team-founder--reverse .team-founder-portrait,
  .team-founder--reverse .team-founder-quote {
    order: unset;
  }

  .team-founder-attribution {
    padding-left: 0;
  }

  .team-quote-mark--close {
    text-align: center;
  }

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

  .team-dogs-header {
    text-align: center;
  }

  .team-hero-title,
  .inner-page-title {
    max-width: none;
  }

  .community-grid,
  .services-grid--graphics {
    grid-template-columns: 1fr;
  }

  .section-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    gap: 1rem;
  }

  .btn-header-book {
    padding: 0.5rem 0.85rem;
    font-size: 0.78rem;
  }

  .btn-header-call {
    padding: 0.55rem 0.9rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 900px) {
  .site-header {
    z-index: 102;
    /* backdrop-filter traps fixed-position descendants (the drawer) inside the header */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(0, 16, 41, 0.98);
  }

  .header-inner {
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.85rem 0;
  }

  .header-actions .btn-header-book,
  .header-actions .btn-header-call {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  body.nav-open .menu-toggle {
    visibility: hidden;
    pointer-events: none;
  }

  .header-inner > .nav {
    position: fixed;
    inset: 0;
    z-index: 103;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0;
    background: var(--navy);
    opacity: 0;
    transform: translate3d(0, -0.5rem, 0);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    pointer-events: none;
    visibility: hidden;
  }

  .header-inner > .nav.is-open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    visibility: visible;
  }

  .nav:not(.is-open) .nav-drawer-top,
  .nav:not(.is-open) .nav-list,
  .nav:not(.is-open) .nav-drawer-footer {
    display: none !important;
  }

  .nav.is-open .nav-drawer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    /* Match .header-inner padding + .container gutter so logo/X line up with the closed header */
    padding: 0.75rem 1.25rem;
    border-bottom: none;
  }

  .brand--drawer .brand-logo {
    height: 45px;
  }

  .brand--drawer .brand-mark {
    display: block;
    height: 52px;
  }

  .menu-close {
    display: none;
  }

  .nav.is-open .menu-close {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    margin-right: -0.6rem;
    color: var(--white);
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1.5rem 0 0.5rem;
  }

  .nav-link,
  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    color: var(--white);
    white-space: normal;
    border-radius: 0;
  }

  .nav-link.is-active,
  .nav-dropdown.is-active > .nav-dropdown-toggle {
    color: var(--white);
    background: transparent;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin: 0;
    padding: 0 0 0.25rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    transform: none;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition: max-height 0.25s ease, visibility 0.25s ease;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    visibility: visible;
    pointer-events: auto;
    max-height: 14rem;
    opacity: 1;
    transform: none;
  }

  .nav-sublink {
    padding: 0.7rem 1.25rem 0.7rem 2.25rem;
    font-size: 1.05rem;
    border-radius: 0;
    background: transparent;
  }

  .nav-sublink.is-active {
    color: var(--tan);
    background: transparent;
    font-weight: 600;
  }

  .nav-drawer-footer {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin: 1rem 1.25rem 2rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(227, 210, 187, 0.25);
  }

  .phone-link-drawer {
    font-family: var(--font-body);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
  }

  .phone-link-drawer:hover {
    color: var(--white);
  }

  .btn-header-book--drawer {
    width: 100%;
    padding: 0.9rem 1.25rem;
    font-size: 0.95rem;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .brand-logo {
    display: none;
  }

  .brand-mark {
    display: block;
  }

  .header-inner {
    padding: 0.75rem 0;
  }

  .card-grid,
  .services-grid,
  .steps,
  .blog-grid {
    grid-template-columns: 1fr;
  }

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

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
