/* ============================================================
   ACRES PET RESORT — Modern Editorial Design System
   ============================================================ */

:root {
  /* Palette */
  --forest: #1F4F3D;
  --forest-dark: #143426;
  --sage: #87A96B;
  --sage-light: #B8CFA0;
  --terracotta: #C76647;
  --terracotta-dark: #A24E32;
  --peach: #F4DCC6;
  --cream: #FAF6EE;
  --cream-2: #F4EEE2;
  --charcoal: #1A1A1A;
  --gray: #4A4A4A;
  --gray-light: #8B8580;
  --line: #E8E1D2;
  --white: #FFFFFF;

  /* Type */
  --display: 'Fraunces', 'Times New Roman', serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --script: 'Caveat', cursive;

  /* Spacing & layout */
  --max-w: 1280px;
  --max-w-narrow: 880px;
  --rad: 16px;
  --rad-lg: 24px;
  --rad-xl: 36px;

  /* Shadows */
  --sh-sm: 0 2px 8px rgba(20, 52, 38, 0.06);
  --sh: 0 8px 28px rgba(20, 52, 38, 0.10);
  --sh-lg: 0 24px 64px rgba(20, 52, 38, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; padding: 0;
  font-family: var(--body);
  font-size: 17px; line-height: 1.6;
  color: var(--charcoal);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--forest); text-decoration: none; transition: color .2s, opacity .2s; }
a:hover { color: var(--terracotta); }

h1, h2, h3, h4 {
  font-family: var(--display); font-weight: 500;
  color: var(--charcoal); line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2vw, 1.8rem); font-weight: 500; }
h4 { font-size: 1.15rem; font-weight: 600; }

p { margin: 0 0 1.2em; color: var(--gray); }
.lead { font-size: 1.2rem; line-height: 1.55; color: var(--gray); }

.script { font-family: var(--script); font-weight: 600; color: var(--terracotta); }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: var(--max-w-narrow); margin: 0 auto; padding: 0 28px; }

/* ============================================================
   TOPBAR (minimal — desktop only)
   ============================================================ */
.topbar {
  background: var(--forest-dark); color: rgba(250, 246, 238, 0.9);
  font-size: .82rem; padding: 9px 0; font-weight: 500;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.topbar a { color: var(--peach); }
.topbar a:hover { color: var(--white); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background: var(--cream);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 18px 28px;
  display: flex; align-items: center; gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0;
}
.logo .word {
  font-family: var(--display); font-size: 1.7rem; font-weight: 500;
  color: var(--charcoal); line-height: 1; letter-spacing: -0.02em;
}
.logo .word em { font-style: italic; color: var(--terracotta); font-weight: 400; }
.logo .sub {
  font-size: .68rem; color: var(--gray-light); letter-spacing: .12em;
  text-transform: uppercase; font-weight: 600;
  margin-top: 3px;
}

.main-nav { display: flex; gap: 4px; align-items: center; margin-left: auto; }
.main-nav > a, .main-nav > div > a:first-child {
  padding: 11px 14px; border-radius: 8px;
  color: var(--charcoal); font-weight: 500; font-size: .94rem;
  white-space: nowrap;
}
.main-nav > a:hover, .main-nav > div:hover > a:first-child {
  background: var(--cream-2); color: var(--forest);
}
.nav-drop { position: relative; }
.nav-drop > a::after { content: ' ›'; display: inline-block; transform: rotate(90deg); margin-left: 4px; transition: transform .2s; opacity: .5; }
.nav-drop:hover > a::after { transform: rotate(270deg); }
.nav-drop-panel {
  display: none; position: absolute; top: 100%; left: 0; min-width: 260px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 12px; padding: 10px; margin-top: 6px;
  box-shadow: var(--sh-lg);
}
.nav-drop:hover .nav-drop-panel { display: block; }
.nav-drop-panel a { display: block; padding: 10px 14px; border-radius: 8px; font-size: .92rem; color: var(--charcoal); font-weight: 500; }
.nav-drop-panel a:hover { background: var(--cream-2); color: var(--forest); }

.reserve-btn {
  background: var(--terracotta); color: var(--white) !important;
  padding: 12px 22px !important; border-radius: 999px !important;
  font-weight: 600 !important; font-size: .94rem !important;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(199, 102, 71, 0.32);
  transition: all .25s;
}
.reserve-btn:hover { background: var(--terracotta-dark) !important; transform: translateY(-1px); }

.nav-phone-mob { display: none; align-items: center; justify-content: center; padding: 10px; color: var(--forest); margin-left: auto; }
.nav-phone-mob svg { width: 22px; height: 22px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--charcoal); border-radius: 2px; }

@media (max-width: 1024px) {
  .topbar { display: none; }
  .main-nav { display: none; }
  .nav-phone-mob { display: flex; margin-left: auto; }
  .nav-toggle { display: flex; }
}

.drawer { display: none; position: fixed; inset: 0; background: rgba(20, 52, 38, .55); z-index: 200; backdrop-filter: blur(4px); }
.drawer.open { display: block; }
.drawer-panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(340px, 92vw);
  background: var(--cream); padding: 32px 28px; overflow-y: auto;
  display: flex; flex-direction: column; gap: 4px;
}
.drawer-close { background: var(--cream-2); border: 0; font-size: 1.5rem; align-self: flex-end; padding: 8px 14px; cursor: pointer; color: var(--charcoal); border-radius: 8px; }
.drawer a { display: block; padding: 14px 8px; border-bottom: 1px solid var(--line); font-weight: 500; color: var(--charcoal); font-size: 1rem; }
.drawer a.indent { padding-left: 28px; font-size: .9rem; color: var(--gray); font-weight: 400; border-bottom: 0; padding-top: 8px; padding-bottom: 8px; }
.drawer .reserve-btn { background: var(--terracotta); color: var(--white) !important; text-align: center; border-radius: 999px !important; margin-top: 24px; border: 0; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: var(--forest-dark);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  filter: brightness(.75);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(20,52,38,.7) 0%, rgba(20,52,38,.4) 50%, rgba(199,102,71,.25) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 24px 28px 60px; color: var(--white); width: 100%; max-width: var(--max-w); margin: 0 auto; }

/* Hero wordmark — magazine masthead style */
.hero-wordmark {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 18px;
}
.hero-rule {
  flex: 1; max-width: 80px;
  height: 1px; background: var(--peach); opacity: .7;
}
.hero-brand {
  font-family: var(--display); font-style: italic; font-weight: 400;
  color: var(--peach);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  letter-spacing: .15em; text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .hero-rule { max-width: 40px; }
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(244, 220, 198, 0.18); border: 1px solid rgba(244, 220, 198, 0.4);
  color: var(--peach); padding: 7px 16px; border-radius: 100px;
  font-weight: 500; font-size: .8rem; letter-spacing: .04em;
  backdrop-filter: blur(8px);
  margin-bottom: 18px;
}
.hero h1 { color: var(--white); margin-bottom: 18px; max-width: 950px; }
.hero h1 em { font-style: italic; color: var(--peach); font-weight: 400; }
.hero-sub {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.5;
  max-width: 620px; color: rgba(255,255,255,.92);
  margin-bottom: 28px; font-weight: 400;
}
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 32px; border-radius: 100px;
  font-family: var(--body); font-weight: 600; font-size: 1rem;
  cursor: pointer; transition: all .25s ease; border: 0; text-align: center;
  letter-spacing: -0.005em;
}
.btn-primary {
  background: var(--terracotta); color: var(--white) !important;
  box-shadow: 0 8px 28px rgba(199, 102, 71, 0.4);
}
.btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(199, 102, 71, 0.5); }
.btn-ghost {
  background: rgba(255,255,255,0.12); color: var(--white) !important;
  border: 1px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.22); }
.btn-cream { background: var(--cream); color: var(--charcoal) !important; }
.btn-cream:hover { background: var(--white); transform: translateY(-2px); }
.btn-dark { background: var(--charcoal); color: var(--white) !important; }
.btn-dark:hover { background: var(--forest-dark); transform: translateY(-2px); }
.btn-sage { background: var(--sage); color: var(--charcoal) !important; }
.btn-sage:hover { background: var(--sage-light); }

.hero-proof {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.proof-stars { display: flex; align-items: center; gap: 8px; }
.proof-stars .stars { color: #F4C242; font-size: 1.15rem; letter-spacing: 1px; }
.proof-stars span { color: rgba(255,255,255,.88); font-weight: 500; font-size: .94rem; }
.proof-divider { width: 1px; height: 24px; background: rgba(255,255,255,.25); }

/* ============================================================
   MARQUEE / SCROLLING STRIP
   ============================================================ */
.marquee {
  background: var(--charcoal); color: var(--cream);
  padding: 22px 0; overflow: hidden; position: relative;
}
.marquee-track {
  display: flex; gap: 64px; align-items: center;
  white-space: nowrap;
  animation: marquee 32s linear infinite;
  font-family: var(--display); font-size: 1.4rem; font-weight: 400;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 24px; }
.marquee-track em { color: var(--peach); font-style: italic; }
.marquee-track .dot { color: var(--terracotta); font-size: .9rem; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   SECTIONS
   ============================================================ */
section { padding: 110px 0; }
.bg-cream { background: var(--cream); }
.bg-cream-2 { background: var(--cream-2); }
.bg-sage-soft { background: linear-gradient(180deg, var(--cream) 0%, #ECEEDF 100%); }
.bg-forest { background: var(--forest); color: var(--cream); }
.bg-forest h1, .bg-forest h2, .bg-forest h3, .bg-forest h4 { color: var(--white); }
.bg-forest p { color: rgba(255,255,255,.85); }
.bg-charcoal { background: var(--charcoal); color: var(--cream); }
.bg-charcoal h2, .bg-charcoal h3 { color: var(--white); }
.bg-charcoal p { color: rgba(255,255,255,.78); }

.eyebrow {
  display: inline-block; color: var(--terracotta);
  font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  font-size: .82rem; margin-bottom: 18px;
}
.bg-forest .eyebrow, .bg-charcoal .eyebrow { color: var(--peach); }

.section-head { max-width: 760px; margin: 0 auto 72px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head p { font-size: 1.18rem; color: var(--gray); }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band {
  background: var(--cream-2);
  padding: 60px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px;
}
.stat {
  display: flex; flex-direction: column; gap: 6px;
}
.stat .num {
  font-family: var(--display); font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 400;
  color: var(--forest); line-height: 1; letter-spacing: -0.03em;
}
.stat .label {
  font-size: .88rem; color: var(--gray-light);
  font-weight: 500; letter-spacing: .04em; text-transform: uppercase;
}

/* ============================================================
   SERVICES — Card-grid editorial
   ============================================================ */
.services-deck {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.svc {
  position: relative; overflow: hidden;
  border-radius: var(--rad-lg);
  aspect-ratio: 3/4;
  cursor: pointer;
  transition: transform .35s, box-shadow .35s;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.svc-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .6s;
}
.svc:hover .svc-img { transform: scale(1.06); }
.svc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(20,52,38,.92) 100%);
}
.svc-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px; color: var(--white);
}
.svc-content h3 {
  color: var(--white); font-size: 1.7rem;
  margin: 0 0 8px;
}
.svc-content p {
  color: rgba(255,255,255,.88); margin: 0 0 16px;
  font-size: .95rem; line-height: 1.5;
}
.svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--peach) !important; font-weight: 600; font-size: .92rem;
}
.svc-link::after { content: ' →'; transition: transform .2s; }
.svc:hover .svc-link::after { transform: translateX(4px); }

/* ============================================================
   PROCESS / HOW IT WORKS — 3 step
   ============================================================ */
.process {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  position: relative;
}
.step {
  text-align: left;
  padding: 0;
}
.step-num {
  font-family: var(--display); font-size: 4rem; font-weight: 400;
  color: var(--sage); line-height: 1; letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 10px; }

/* ============================================================
   EDITORIAL TWO-COL
   ============================================================ */
.editorial {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center;
}
.editorial.reverse { grid-template-columns: 1fr 1fr; }
.editorial.reverse > div:first-child { order: 2; }
.editorial-img {
  border-radius: var(--rad-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  position: relative;
}
.editorial-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.editorial-img.tall img { aspect-ratio: 3/4; }

.check-list {
  list-style: none; padding: 0; margin: 28px 0;
  display: grid; gap: 14px;
}
.check-list li {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 1.02rem; color: var(--charcoal);
}
.check-list li::before {
  content: ''; flex-shrink: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--sage) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 14px no-repeat;
  margin-top: 2px;
}

/* ============================================================
   COMPARISON TABLE — Acres vs Traditional
   ============================================================ */
.comparison {
  background: var(--white); border-radius: var(--rad-xl);
  overflow: hidden; box-shadow: var(--sh-lg);
  border: 1px solid var(--line);
}
.comparison-row {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  padding: 22px 32px; align-items: center;
  border-bottom: 1px solid var(--line);
}
.comparison-row:last-child { border-bottom: 0; }
.comparison-row.head {
  background: var(--charcoal); color: var(--white);
  font-family: var(--display); font-size: 1.15rem;
}
.comparison-row.head .col-acres { color: var(--peach); }
.comparison-row .col-acres,
.comparison-row .col-kennel { text-align: center; font-weight: 500; }
.comparison-row.alt { background: var(--cream-2); }
.comparison-row .yes { color: var(--sage); font-size: 1.4rem; }
.comparison-row .no { color: #d04a3a; font-size: 1.4rem; }
.comparison-row .feature { font-weight: 600; color: var(--charcoal); }
.comparison-row .col-kennel { color: var(--gray); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tt {
  background: var(--white); border-radius: var(--rad-lg);
  padding: 36px; box-shadow: var(--sh-sm);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.tt-stars { color: #F4C242; font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 14px; }
.tt blockquote {
  font-family: var(--display); font-size: 1.18rem; line-height: 1.45;
  margin: 0 0 22px; color: var(--charcoal); font-weight: 400;
  flex: 1;
}
.tt-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tt-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--sage); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 1rem; flex-shrink: 0;
}
.tt-name strong { display: block; color: var(--charcoal); font-size: .96rem; font-weight: 600; }
.tt-name span { color: var(--gray-light); font-size: .84rem; }

/* ============================================================
   INSTAGRAM-STYLE GRID
   ============================================================ */
.ig-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px;
}
.ig-tile {
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ig-tile:hover img { transform: scale(1.08); }
.ig-tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(20,52,38,.5));
  opacity: 0; transition: opacity .3s;
}
.ig-tile:hover::after { opacity: 1; }

/* ============================================================
   BIG CTA SECTION
   ============================================================ */
.big-cta {
  background: var(--forest);
  color: var(--cream);
  padding: 120px 0; text-align: center;
  position: relative; overflow: hidden;
}
.big-cta::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(199,102,71,.18) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.big-cta > * { position: relative; z-index: 1; }
.big-cta h2 { color: var(--white); margin-bottom: 20px; max-width: 740px; margin-left: auto; margin-right: auto; }
.big-cta .lead { color: rgba(255,255,255,.88); font-size: 1.2rem; max-width: 560px; margin: 0 auto 36px; }
.big-cta .phone-big {
  display: block; font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 400; color: var(--peach); margin: 16px 0 28px;
  letter-spacing: -0.02em;
}
.big-cta .phone-big:hover { color: var(--white); }

/* ============================================================
   FAQ ACCORDION (simple)
   ============================================================ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--rad); padding: 24px 32px;
  margin-bottom: 12px;
}
.faq-item .q {
  font-family: var(--display); font-size: 1.2rem; font-weight: 500;
  color: var(--charcoal); margin: 0 0 10px;
}
.faq-item .a { color: var(--gray); margin: 0; }

/* ============================================================
   PAGE HERO (subpages)
   ============================================================ */
.page-hero {
  background: var(--forest-dark);
  color: var(--cream); padding: 100px 0 80px;
  text-align: center;
  position: relative; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  filter: brightness(.55);
}
.page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(20,52,38,.6) 0%, rgba(20,52,38,.4) 50%, rgba(199,102,71,.25) 100%);
}
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero .lead { color: rgba(255,255,255,.94); max-width: 680px; margin: 0 auto; font-size: 1.2rem; }
.page-hero .eyebrow { color: var(--peach); }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb {
  padding: 16px 0; font-size: .88rem; color: var(--gray-light);
  background: var(--cream-2); border-bottom: 1px solid var(--line);
}
.breadcrumb a { color: var(--forest); }
.breadcrumb .sep { margin: 0 8px; opacity: .4; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form {
  background: var(--white); border-radius: var(--rad-xl);
  padding: 44px; box-shadow: var(--sh);
  border: 1px solid var(--line);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 500; font-size: .9rem; margin-bottom: 8px; color: var(--charcoal); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 14px 16px; border-radius: 10px;
  border: 1.5px solid var(--line); font-size: 1rem; font-family: inherit;
  background: var(--cream); color: var(--charcoal);
  transition: border-color .2s, background .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--sage); background: var(--white);
}
.form-group textarea { min-height: 140px; resize: vertical; }

/* ============================================================
   RATES — Premium pricing cards
   ============================================================ */
.rates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rate-card {
  background: var(--white); border-radius: var(--rad-xl);
  padding: 36px 32px; border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: all .3s;
}
.rate-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.rate-card.featured { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.rate-card.featured h3, .rate-card.featured .price-num { color: var(--white); }
.rate-card.featured p, .rate-card.featured .check-list li { color: rgba(255,255,255,.85); }
.rate-card.featured .check-list li::before { background-color: var(--peach); }
.rate-card.featured .badge { background: var(--terracotta); color: var(--white); }
.badge {
  display: inline-block; background: var(--sage-light); color: var(--forest);
  padding: 5px 14px; border-radius: 100px;
  font-size: .76rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  margin-bottom: 12px;
}
.rate-card h3 { margin-bottom: 6px; }
.price-num {
  font-family: var(--display); font-size: 3rem; font-weight: 400;
  color: var(--forest); line-height: 1; margin: 12px 0;
}
.price-num span { font-size: 1rem; color: var(--gray-light); font-family: var(--body); }
.rate-card .check-list { margin: 18px 0 28px; }
.rate-card .check-list li { font-size: .95rem; }
.rate-card .btn { margin-top: auto; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--charcoal); color: rgba(250,246,238,.7);
  padding: 80px 0 0; position: relative;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 56px;
  padding-bottom: 56px;
}
.footer-brand h3 { color: var(--white); font-size: 1.8rem; margin-bottom: 16px; }
.footer-brand em { color: var(--terracotta); font-style: italic; }
.footer-brand p { color: rgba(250,246,238,.6); font-size: .96rem; }
.footer-brand .footer-addr { color: var(--peach); font-weight: 500; }
.site-footer h4 { color: var(--white); font-family: var(--body); font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: 6px 0; font-size: .95rem; }
.site-footer a { color: rgba(250,246,238,.65); }
.site-footer a:hover { color: var(--peach); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(250,246,238,.08); color: var(--peach);
  display: flex; align-items: center; justify-content: center;
  transition: all .25s;
}
.footer-social a:hover { background: var(--terracotta); color: var(--white); transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(250,246,238,.12);
  padding: 22px 0; font-size: .82rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
}
.footer-yp {
  background: #0d0d0d; padding: 12px 0; text-align: center;
  font-size: .78rem; color: rgba(250,246,238,.4);
}
.footer-yp a { color: #F5C215; font-weight: 700; }

/* ============================================================
   STICKY MOBILE BAR
   ============================================================ */
.sticky-mobile {
  display: none; position: fixed; bottom: 16px; right: 16px; left: 16px;
  z-index: 90;
  background: var(--charcoal); border-radius: 100px;
  padding: 8px; gap: 6px;
  box-shadow: 0 10px 40px rgba(0,0,0,.3);
}
.sticky-mobile a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 13px; border-radius: 100px; font-weight: 600; font-size: .94rem;
  text-align: center;
}
.sticky-mobile .call-now { background: var(--cream); color: var(--charcoal) !important; }
.sticky-mobile .reserve { background: var(--terracotta); color: var(--white) !important; }
@media (max-width: 768px) {
  .sticky-mobile { display: flex; }
  body { padding-bottom: 80px; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .editorial, .services-deck, .process, .tt-grid, .stats-grid, .footer-grid, .rates-grid {
    grid-template-columns: 1fr !important; gap: 32px !important;
  }
  .editorial.reverse > div:first-child { order: 0; }
  section { padding: 80px 0; }
  .hero-inner { padding: 24px 28px 60px; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: 1fr 1fr !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
  .comparison-row { grid-template-columns: 1.4fr 1fr 1fr; padding: 16px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .big-cta { padding: 80px 0; }
  .container { padding: 0 22px; }
}
@media (max-width: 600px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .hero-cta-row .btn { flex: 1; padding: 15px 18px; font-size: .95rem; }
  .contact-form { padding: 28px; }
  .rate-card { padding: 28px 24px; }
}
