/* =========================================================
   Austin Private Bartending — Design System v2
   Palette: "Austin Sunset Fiesta"
   ========================================================= */

:root {
  --coral:      #ff5a3c;
  --coral-dark: #e8431f;
  --coral-pale: #fff0ec;
  --teal:       #0fb5c4;
  --teal-dark:  #0a8e9a;
  --teal-pale:  #e6f9fb;
  --gold:       #ffc23c;
  --gold-pale:  #fff8e6;
  --plum:       #221033;
  --plum-soft:  #3a2150;
  --plum-pale:  #f0eaf8;
  --magenta:    #e8366f;
  --cream:      #fff7ef;
  --cream-2:    #fdeede;
  --cream-3:    #f9ede0;
  --white:      #ffffff;
  --ink:        #1c1226;
  --muted:      #6b5f76;
  --line:       #efe1d4;
  --line-2:     #e8d5c4;

  --grad-sunset: linear-gradient(120deg, #ff5a3c 0%, #ff8a3c 40%, #ffc23c 100%);
  --grad-tropic: linear-gradient(120deg, #0fb5c4 0%, #14c9b0 100%);
  --grad-party:  linear-gradient(120deg, #e8366f 0%, #ff5a3c 50%, #ffc23c 100%);
  --grad-plum:   linear-gradient(160deg, #2a1440 0%, #3a2150 60%, #4a2a66 100%);

  --shadow-xs: 0 1px 4px rgba(34,16,51,.06);
  --shadow-sm: 0 2px 10px rgba(34,16,51,.09);
  --shadow:    0 12px 30px rgba(34,16,51,.12);
  --shadow-lg: 0 24px 60px rgba(34,16,51,.18);

  --radius:      18px;
  --radius-lg:   28px;
  --radius-pill: 999px;

  --container:    1180px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.02rem;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--coral-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4 {
  font-family: var(--font-display);
  line-height: 1.1;
  color: var(--plum);
  font-weight: 600;
  margin: 0 0 .55em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
p  { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.25rem; }

/* ===== Layout ===== */
.container  { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section    { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.bg-cream   { background: var(--cream); }
.bg-cream-2 { background: var(--cream-2); }
.bg-white   { background: var(--white); }
.bg-plum    { background: var(--grad-plum); color: #f6ecff; }
.bg-plum h1,.bg-plum h2,.bg-plum h3 { color: #fff; }
.text-center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  color: var(--coral-dark);
  background: var(--coral-pale);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
}
.bg-plum .eyebrow { background: rgba(255,255,255,.14); color: var(--gold); }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 60ch; }
.bg-plum .lead { color: #d9c9ee; }
.center-narrow { max-width: 720px; margin: 0 auto; }
.maxw-prose { max-width: 760px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--font-body); font-weight: 800; font-size: 1rem;
  border: none; cursor: pointer;
  padding: 15px 28px; border-radius: var(--radius-pill);
  transition: transform .15s ease, box-shadow .2s ease;
  text-decoration: none; line-height: 1; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--grad-sunset); color: #fff; box-shadow: 0 10px 24px rgba(255,90,60,.4); }
.btn-primary:hover { box-shadow: 0 16px 32px rgba(255,90,60,.5); color: #fff; }
.btn-teal    { background: var(--grad-tropic); color: #fff; box-shadow: 0 10px 24px rgba(15,181,196,.4); }
.btn-teal:hover { color: #fff; }
.btn-ghost   { background: rgba(255,255,255,.14); color: #fff; border: 2px solid rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }
.btn-dark    { background: var(--plum); color: #fff; }
.btn-dark:hover { background: var(--plum-soft); color: #fff; }
.btn-outline { background: transparent; color: var(--coral-dark); border: 2px solid var(--coral); }
.btn-outline:hover { background: var(--coral); color: #fff; }
.btn-lg { padding: 18px 36px; font-size: 1.08rem; }
.btn-sm { padding: 11px 20px; font-size: .9rem; }
.btn-block { width: 100%; justify-content: center; }

/* ===== Topbar ===== */
.topbar {
  background: var(--grad-party); color: #fff;
  font-weight: 700; font-size: .85rem; text-align: center;
}
.topbar .container {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap; padding-top: 9px; padding-bottom: 9px;
}
.topbar a { color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { text-decoration: underline; }
.topbar svg { width: 14px; height: 14px; }
.topbar .sep { opacity: .45; }

/* ===== Header / Nav ===== */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,247,239,.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; height: 72px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--plum);
  flex: none;
}
.brand:hover { text-decoration: none; }
.brand .logo-mark { width: 36px; height: 36px; flex: none; }
.brand b { color: var(--coral-dark); }
.brand .logo-img { height: 52px; width: auto; display: block; }
.nav-links {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0;
}
.nav-links a {
  color: var(--plum); font-weight: 700; font-size: .9rem;
  padding: 9px 11px; border-radius: 10px;
  transition: background .15s, color .15s;
}
.nav-links a:hover { background: var(--coral-pale); color: var(--coral-dark); text-decoration: none; }
.nav-links a.active { color: var(--coral-dark); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 800; font-size: .9rem; color: var(--plum); white-space: nowrap;
}
.nav-phone:hover { color: var(--coral-dark); text-decoration: none; }
.nav-phone svg { width: 16px; height: 16px; }
.nav-toggle {
  display: none; background: var(--plum); color: #fff;
  border: none; width: 44px; height: 40px; border-radius: 12px;
  cursor: pointer; font-size: 1.25rem; line-height: 1;
}

/* Dropdown */
.has-drop { position: relative; }
.drop-menu {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow); padding: 10px; min-width: 240px;
  display: none; grid-template-columns: 1fr; gap: 2px;
}
.has-drop:hover .drop-menu,
.has-drop:focus-within .drop-menu { display: grid; }
.drop-menu a { font-size: .9rem; padding: 9px 13px; border-radius: 10px; color: var(--plum); }
.drop-menu a:hover { background: var(--coral-pale); color: var(--coral-dark); text-decoration: none; }
.drop-grid-2 { min-width: 440px; grid-template-columns: 1fr 1fr; }

/* Mobile overlay nav */
.nav-overlay {
  display: none; position: fixed; inset: 0; z-index: 180;
  background: rgba(34,16,51,.96); backdrop-filter: blur(8px);
  flex-direction: column; padding: 24px;
  overflow-y: auto;
}
.nav-overlay.open { display: flex; }
.nav-overlay-close {
  align-self: flex-end; background: rgba(255,255,255,.12); border: none;
  color: #fff; width: 44px; height: 44px; border-radius: 12px;
  font-size: 1.4rem; cursor: pointer; margin-bottom: 20px;
}
.nav-overlay-links { list-style: none; padding: 0; margin: 0; }
.nav-overlay-links li { border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-overlay-links a {
  display: block; color: #fff; font-size: 1.2rem; font-weight: 700;
  padding: 16px 4px; transition: color .15s;
}
.nav-overlay-links a:hover { color: var(--gold); text-decoration: none; }
.nav-overlay-phone { margin-top: 28px; }
.nav-overlay-phone a {
  display: flex; align-items: center; gap: 10px;
  background: var(--grad-sunset); color: #fff;
  border-radius: var(--radius-pill); padding: 16px 24px;
  font-weight: 800; font-size: 1.1rem; justify-content: center;
  margin-bottom: 12px;
}
.nav-overlay-phone a:hover { text-decoration: none; }
.nav-overlay-phone .btn-quote {
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.14); border: 2px solid rgba(255,255,255,.3);
  color: #fff; border-radius: var(--radius-pill); padding: 15px 24px;
  font-weight: 800; font-size: 1rem;
}

/* ===== Trust bar (below hero/header) ===== */
.trust-bar {
  background: #fff; border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.trust-bar .container {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: .9rem; color: var(--plum);
}
.trust-item svg { width: 18px; height: 18px; color: var(--teal); }
.trust-item strong { color: var(--coral-dark); }

/* ===== Parallax photo heroes — drink image visible behind all content ===== */
.hero-parallax {
  position: relative; overflow: hidden;
  color: #fff; isolation: isolate;
  background: #1a0c28;
}
.hero-parallax--home {
  padding: clamp(72px, 10vw, 110px) 0 clamp(64px, 8vw, 96px);
  min-height: min(92vh, 920px);
  display: flex; align-items: center;
}
.hero-parallax--page {
  padding: clamp(56px, 8vw, 80px) 0 clamp(48px, 6vw, 68px);
  min-height: min(52vh, 520px);
  display: flex; align-items: center;
}
.hero-parallax-bg {
  position: absolute; inset: -12% 0 -18% 0;
  z-index: 0; overflow: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.08);
}
.hero-parallax-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.hero-parallax--home .hero-parallax-img { object-position: 55% 40%; }
.hero-parallax-shade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(102deg,
      rgba(16,6,28,.78) 0%,
      rgba(22,10,38,.48) 36%,
      rgba(22,10,38,.22) 52%,
      rgba(22,10,38,.38) 100%),
    linear-gradient(to top, rgba(16,6,28,.48) 0%, transparent 38%),
    radial-gradient(ellipse 75% 60% at 72% 38%, rgba(255,90,60,.22), transparent 58%);
}
.hero-parallax--home .hero-parallax-shade {
  background:
    linear-gradient(102deg,
      rgba(16,6,28,.75) 0%,
      rgba(22,10,38,.42) 34%,
      rgba(22,10,38,.12) 54%,
      rgba(22,10,38,.32) 100%),
    linear-gradient(to top, rgba(16,6,28,.45) 0%, transparent 35%),
    radial-gradient(ellipse 80% 65% at 70% 42%, rgba(255,120,80,.2), transparent 55%);
}
.hero-parallax--page .hero-parallax-shade {
  background:
    linear-gradient(102deg, rgba(16,6,28,.8) 0%, rgba(22,10,38,.45) 42%, rgba(22,10,38,.28) 100%),
    linear-gradient(to top, rgba(16,6,28,.45) 0%, transparent 38%);
}
.hero-parallax-content { position: relative; z-index: 2; width: 100%; }
.hero-parallax .eyebrow { background: rgba(255,255,255,.2); color: var(--gold); backdrop-filter: blur(6px); }
.hero-parallax h1 { color: #fff; text-shadow: 0 2px 28px rgba(0,0,0,.45); }
.hero-parallax h1 .hl {
  background: var(--grad-sunset);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,.35));
}
/* Hero marketing copy only — exclude quote form */
.hero-parallax-content > .container > .lead,
.hero-parallax-content > .container > p.lead,
.hero-parallax .hero-grid > div:not(.hero-form-wrap) .lead,
.hero-parallax .hero-grid > div:not(.hero-form-wrap) > p {
  color: #f2ebfc; max-width: 66ch; text-shadow: 0 1px 16px rgba(0,0,0,.4);
}
.hero-parallax .crumbs { color: rgba(255,255,255,.8); }
.hero-parallax .crumbs a { color: var(--gold); }
.hero-parallax .keyword-tag { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.28); }
.hero-parallax .tag { background: rgba(255,255,255,.22); color: #fff; }
.hero-parallax .post-meta { color: rgba(255,255,255,.88); }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 56px); align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px;
  color: #f0e6ff; font-weight: 600; font-size: .9rem;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--teal); }
.hero-form-wrap {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius-lg);
  padding: clamp(14px, 2.5vw, 22px);
  box-shadow: 0 24px 56px rgba(0,0,0,.4);
  backdrop-filter: blur(18px);
}
.hero-parallax .hero-form-wrap .lead-form.on-plum {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
  color: var(--ink);
  border: 1px solid var(--line);
}
/* Quote form: force readable dark text (overrides hero white inheritance) */
.hero-parallax .hero-form-wrap .lead-form h3,
.hero-parallax .hero-form-wrap .lead-form .ms-q,
.hero-parallax .hero-form-wrap .lead-form label {
  color: var(--plum);
  text-shadow: none;
}
.hero-parallax .hero-form-wrap .lead-form .form-note,
.hero-parallax .hero-form-wrap .lead-form p.form-note {
  color: var(--muted);
  text-shadow: none;
  max-width: none;
}
.hero-parallax .hero-form-wrap .lead-form a {
  color: var(--coral-dark);
  font-weight: 800;
}
.hero-parallax .hero-form-wrap .lead-form a:hover { color: var(--plum); }
.hero-parallax .hero-form-wrap .lead-form .ms-back { color: var(--muted); }
.hero-parallax .hero-form-wrap .lead-form .ms-back:hover { color: var(--coral-dark); }
.hero-parallax--page .hero-grid { align-items: start; }
.hero-parallax--page .hero-actions { margin-top: 22px; }

/* Breadcrumb (default + in parallax heroes) */
.crumbs { font-size: .83rem; color: #c8b8e8; margin-bottom: 14px; }
.crumbs a { color: var(--gold); }
.crumbs a:hover { color: #fff; text-decoration: none; }
.hero-parallax .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.hero-parallax .btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.crumbs .sep { opacity: .5; margin: 0 6px; }

/* ===== Cards / grids ===== */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }

.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm); height: 100%;
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #ffd0c4; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); margin-bottom: 0; }
.card-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px; font-weight: 800; color: var(--coral-dark); font-size: .95rem;
}
.card-link svg { width: 16px; height: 16px; }

.icon-badge {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center; margin-bottom: 16px;
  background: var(--grad-sunset); color: #fff; flex: none;
}
.icon-badge.teal    { background: var(--grad-tropic); }
.icon-badge.gold    { background: linear-gradient(120deg,#ffc23c,#ff9d3c); }
.icon-badge.magenta { background: linear-gradient(120deg,#e8366f,#ff5a3c); }
.icon-badge svg { width: 26px; height: 26px; }

/* ===== Stats strip ===== */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat { text-align: center; padding: 20px 8px; }
.stat .n {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 700;
  color: var(--coral-dark); line-height: 1;
}
.bg-plum .stat .n { color: var(--gold); }
.stat .l { color: var(--muted); font-weight: 700; font-size: .88rem; margin-top: 4px; }
.bg-plum .stat .l { color: #d0beed; }

/* ===== Pricing card ===== */
.price-card {
  background: var(--grad-plum); color: #fff; border-radius: var(--radius-lg);
  padding: 44px; text-align: center; box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.price-card::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 250px at 80% -10%, rgba(255,90,60,.4), transparent 60%);
}
.price-card > * { position: relative; z-index: 1; }
.price-num { font-family: var(--font-display); font-size: 4.2rem; font-weight: 700; line-height: 1; color: #fff; }
.price-num small { font-size: 1rem; color: var(--gold); font-family: var(--font-body); display: block; margin-top: 4px; }
.price-card h2,.price-card h3 { color: #fff; }

/* ===== Calculator ===== */
.calc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.calc .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.calc label { font-weight: 800; color: var(--plum); font-size: .95rem; }
.stepper { display: inline-flex; align-items: center; border: 2px solid var(--line); border-radius: var(--radius-pill); overflow: hidden; }
.stepper button {
  width: 44px; height: 44px; border: none; background: var(--cream-2);
  color: var(--plum); font-size: 1.35rem; font-weight: 800; cursor: pointer;
  transition: background .15s, color .15s;
}
.stepper button:hover { background: var(--coral); color: #fff; }
.stepper input {
  width: 60px; text-align: center; border: none; font-size: 1.2rem;
  font-weight: 800; color: var(--plum); background: #fff;
  -moz-appearance: textfield;
}
.stepper input::-webkit-outer-spin-button,
.stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.calc-total {
  margin-top: 16px; padding: 20px; border-radius: var(--radius);
  background: var(--cream-2); text-align: center;
}
.calc-total .amount { font-family: var(--font-display); font-size: 2.8rem; font-weight: 700; color: var(--coral-dark); line-height: 1; }
.calc-total .note { color: var(--muted); font-size: .88rem; margin-top: 6px; }

/* ===== Multi-step form ===== */
.ms-wrap { position: relative; }
.lead-form {
  background: #fff; border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow); border: 1px solid var(--line);
}
.lead-form.on-plum { background: rgba(255,255,255,.97); }
.ms-head { margin-bottom: 16px; }
.ms-progress { height: 6px; background: var(--line); border-radius: 999px; overflow: hidden; margin-top: 10px; }
.on-plum .ms-progress { background: rgba(0,0,0,.1); }
.ms-bar { display: block; height: 100%; width: 25%; background: var(--grad-party); border-radius: 999px; transition: width .35s cubic-bezier(.4,0,.2,1); }
.ms-step { animation: msFade .28s ease; }
@keyframes msFade { from { opacity:0; transform: translateY(6px); } to { opacity:1; transform:none; } }
.ms-q { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--plum); margin: 0 0 14px; line-height: 1.3; }
.ms-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ms-options-col { grid-template-columns: 1fr; }
.ms-opt {
  display: flex; align-items: center; gap: 10px;
  text-align: left; font-family: var(--font-body); font-weight: 800; font-size: .95rem;
  color: var(--plum); background: var(--cream); border: 2px solid var(--line);
  border-radius: 14px; padding: 14px 16px; cursor: pointer; min-height: 52px;
  transition: border-color .15s, background .15s, transform .12s, box-shadow .15s;
}
.ms-opt:hover   { border-color: var(--coral); background: #fff; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.ms-opt.active  { border-color: var(--coral); background: #fff; box-shadow: 0 0 0 3px rgba(255,90,60,.15); }
.ms-opt svg     { width: 22px; height: 22px; flex: none; color: var(--coral-dark); }
.ms-opt-sm      { justify-content: center; padding: 14px; }
.ms-nav         { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.ms-back        { background: none; border: none; color: var(--muted); font-family: var(--font-body); font-weight: 800; font-size: .9rem; cursor: pointer; padding: 8px 4px; }
.ms-back:hover  { color: var(--coral-dark); }
.ms-estimate    { text-align: center; background: var(--cream-2); border: 2px dashed #f0c9bb; border-radius: 14px; padding: 14px; margin-bottom: 16px; }
.ms-estimate-label  { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; color: var(--muted); }
.ms-estimate-amount { display: block; font-family: var(--font-display); font-size: 2.1rem; font-weight: 700; color: var(--coral-dark); line-height: 1.1; }
.ms-estimate-note   { display: block; font-size: .8rem; color: var(--muted); }

/* Form fields */
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-weight: 800; color: var(--plum); margin-bottom: 6px; font-size: .9rem; }
.req { color: var(--coral); }
.form-field input,
.form-field textarea {
  width: 100%; padding: 13px 15px; border: 2px solid var(--line); border-radius: 13px;
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--cream);
  transition: border-color .15s, box-shadow .15s;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none; border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255,90,60,.14); background: #fff;
}
.form-field textarea { min-height: 100px; resize: vertical; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 4px; line-height: 1.4; }
.form-success {
  display: none; background: #e7f9ed; border: 1px solid #9ed6b4;
  color: #155f38; border-radius: 16px; padding: 22px; font-weight: 600;
  text-align: center; line-height: 1.55;
}
.form-success.show { display: block; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* ===== FAQ ===== */
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; box-shadow: var(--shadow-xs); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 20px 24px; font-family: var(--font-display); font-size: 1.08rem; font-weight: 600;
  color: var(--plum); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-q:hover { color: var(--coral-dark); }
.faq-q .chev { flex: none; color: var(--coral); font-size: 1.35rem; line-height: 1; transition: transform .22s ease; }
.faq-item.open .faq-q .chev { transform: rotate(45deg); }
.faq-item.open .faq-q { color: var(--coral-dark); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 24px 20px; color: var(--muted); line-height: 1.7; }

/* ===== Review cards ===== */
.review-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 28px 24px; box-shadow: var(--shadow-sm); height: 100%;
  position: relative;
}
.review-card::before {
  content: "\201C";
  font-family: var(--font-display); font-size: 4.5rem; line-height: 1;
  color: var(--coral-pale); position: absolute; top: 14px; right: 24px;
  pointer-events: none;
}
.stars { color: var(--gold); font-size: 1rem; letter-spacing: 3px; margin-bottom: 12px; }
.review-card blockquote { margin: 0 0 16px; color: var(--ink); font-size: 1rem; line-height: 1.65; font-style: italic; }
.review-meta { font-weight: 800; color: var(--plum); font-size: .95rem; }
.review-meta small { display: block; color: var(--muted); font-weight: 600; font-size: .85rem; margin-top: 2px; }

/* ===== CTA band ===== */
.cta-band {
  background: var(--grad-party); color: #fff; border-radius: var(--radius-lg);
  padding: 52px 40px; text-align: center; box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 80% -20%, rgba(255,255,255,.15), transparent 60%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem,3vw,2.3rem); }
.cta-band p { color: rgba(255,255,255,.92); font-size: 1.12rem; max-width: 52ch; margin: 0 auto; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }

/* ===== Location chips ===== */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius-pill); padding: 9px 18px;
  font-weight: 700; color: #fff; font-size: .9rem;
  display: inline-flex; align-items: center; gap: 6px;
  transition: background .15s, border-color .15s;
}
.chip svg { width: 14px; height: 14px; }
.chip:hover { background: var(--coral); border-color: var(--coral); text-decoration: none; color: #fff; }
.bg-cream .chips .chip, .bg-white .chips .chip {
  background: #fff; border-color: var(--line); color: var(--plum); box-shadow: var(--shadow-xs);
}
.bg-cream .chips .chip:hover, .bg-white .chips .chip:hover { background: var(--coral); border-color: var(--coral); color: #fff; }

/* ===== Wide split (prose + sticky sidebar) ===== */
.split-wide { display: grid; grid-template-columns: 1.5fr .85fr; gap: 48px; align-items: start; }
.split      { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.sticky-col { position: sticky; top: 100px; }
.intro-lead { font-size: 1.16rem; font-weight: 500; color: var(--plum); margin-bottom: 1.2rem; }

/* Callout/highlight box */
.callout {
  background: var(--cream-2); border-left: 5px solid var(--coral);
  border-radius: 14px; padding: 22px 26px; margin: 28px 0;
}
.callout h3 { margin-bottom: 10px; }

/* Pills */
.pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 12px 0 8px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-pill); padding: 7px 14px;
  font-weight: 700; font-size: .88rem; color: var(--plum); box-shadow: var(--shadow-xs);
}
.pill svg { width: 14px; height: 14px; color: var(--teal); }

/* Keyword link grid */
.link-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 10px; }
.link-tile {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 16px; font-weight: 700; font-size: .9rem; color: var(--plum);
  box-shadow: var(--shadow-xs); transition: transform .12s, border-color .15s, color .15s;
}
.link-tile:hover { border-color: var(--coral); color: var(--coral-dark); transform: translateY(-2px); text-decoration: none; }

/* Prose (blog/articles) */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.8em; color: var(--plum); }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 1.3rem; }
.prose li { margin-bottom: .45em; }
.prose a { color: var(--coral-dark); font-weight: 700; text-decoration: underline; }
.prose a:hover { color: var(--plum); }
.prose strong { color: var(--plum); }

/* Checklist */
.list-check { list-style: none; padding: 0; }
.list-check li { position: relative; padding-left: 34px; margin-bottom: 12px; }
.list-check li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; background: var(--teal); color: #fff;
  border-radius: 50%; display: grid; place-items: center; font-size: .78rem; font-weight: 900;
}

/* Blog meta */
.post-meta { color: var(--muted); font-weight: 600; font-size: .88rem; display: flex; gap: 14px; flex-wrap: wrap; }
.tag {
  background: var(--coral-pale); color: var(--coral-dark); border-radius: var(--radius-pill);
  padding: 4px 12px; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
}

/* Sticky bottom mobile CTA */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 190;
  display: none; gap: 10px; padding: 10px 14px;
  background: rgba(34,16,51,.97); backdrop-filter: blur(8px);
  box-shadow: 0 -6px 24px rgba(0,0,0,.28);
  border-top: 1px solid rgba(255,255,255,.1);
}
.sticky-cta .btn { flex: 1; justify-content: center; padding: 15px; font-size: .98rem; }
.sticky-cta .btn svg { width: 17px; height: 17px; }

/* Floating desktop quote button */
.float-quote {
  position: fixed; right: 22px; bottom: 28px; z-index: 180;
  display: none;
}
.float-quote a { box-shadow: 0 8px 28px rgba(255,90,60,.55); }

/* ===== Footer ===== */
.site-footer { background: var(--plum); color: #c8b8e8; padding: 60px 0 28px; }
.site-footer a { color: #ddd0f0; transition: color .15s; }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer-grid h4 { color: #fff; font-family: var(--font-body); font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-display); font-size: 1.2rem; margin-bottom: 12px; }
.footer-desc { font-size: .92rem; line-height: 1.6; max-width: 28ch; }
.footer-phone { font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; color: #fff; display: inline-block; margin: 8px 0; }
.footer-phone:hover { color: var(--gold); }
.socials { display: flex; gap: 10px; margin-top: 12px; }
.socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; transition: background .15s; }
.socials a:hover { background: var(--coral); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px;
  font-size: .82rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  color: #a090b8;
}

/* ===== Utilities ===== */
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 22px; }
.mt-3 { margin-top: 36px; }
.mb-0 { margin-bottom: 0; }
.gap-sm { gap: 8px; }

/* ===== Responsive — Tablet (≤960px) ===== */
@media (max-width: 960px) {
  .nav-links,.nav-phone { display: none; }
  .nav-toggle { display: block; }
  .float-quote { display: none !important; }

  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-form-wrap { order: 2; }
  .hero-parallax--home { padding: 64px 0 60px; min-height: auto; }
  .hero-parallax--page { min-height: auto; padding: 56px 0 48px; }
  .hero-parallax-bg { inset: -8% 0 -12% 0; transform: translate3d(0,0,0) scale(1.05) !important; }
  .photo-gallery.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .drink-feature { grid-template-columns: 1fr; }
  .drink-feature--reverse { direction: ltr; }
  .drink-peek-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .visual-story { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .visual-story .vs-item--wide { grid-column: span 2; }

  .split-wide { grid-template-columns: 1fr; gap: 28px; }
  .split      { grid-template-columns: 1fr; gap: 32px; }
  .sticky-col { position: static; top: auto; }

  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .stats  { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }

  .sticky-cta { display: flex; }
  body { padding-bottom: 72px; }

  .trust-bar .container { gap: 18px; }
}

/* ===== Responsive — Mobile (≤640px) ===== */
@media (max-width: 640px) {
  .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }

  .section    { padding: 56px 0; }
  .section-sm { padding: 36px 0; }
  .hero-parallax--home { padding: 52px 0 48px; }
  .hero-parallax--page { padding: 48px 0 44px; }
  .photo-gallery.cols-4 { grid-template-columns: 1fr 1fr; }
  .visual-story { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .visual-story .vs-item--tall,
  .visual-story .vs-item--wide { grid-column: span 1; grid-row: span 1; }

  .cta-band   { padding: 32px 22px; }
  .calc       { padding: 22px; }
  .lead-form  { padding: 22px; }
  .price-card { padding: 28px 22px; }
  .hero-form-wrap { padding: 20px; }

  h1 { font-size: 1.9rem; }
  .lead { font-size: 1.05rem; }

  /* Hero actions: stack on very small */
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }

  .cta-actions { flex-direction: column; align-items: center; }
  .cta-actions .btn { width: 100%; max-width: 380px; }

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

  .topbar .tb-rating,.topbar .tb-sep1 { display: none; }
  .trust-bar .trust-item:nth-child(n+3) { display: none; }
  .hero-trust span:nth-child(n+3) { display: none; }
}

@media (min-width: 961px) {
  .float-quote { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .hero-parallax-bg { transform: translate3d(0, 0, 0) scale(1.08) !important; }
}

/* ===== Real logo image ===== */
.logo-img { height: 52px; width: auto; display: block; }
.footer-logo-img { height: 60px; width: auto; display: block; margin-bottom: 10px; }
@media (max-width: 640px) {
  .logo-img { height: 42px; }
}

/* ===== Full-width photo banner ===== */
.photo-banner {
  width: 100%; position: relative; overflow: hidden;
}
.photo-banner img {
  width: 100%; display: block;
  max-height: 520px; object-fit: cover; object-position: center 30%;
}
.photo-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(34,16,51,.72) 0%, rgba(34,16,51,.15) 60%, transparent 100%);
  display: flex; align-items: center; padding: 0 60px;
}
.photo-banner-text { color: #fff; max-width: 520px; }
.photo-banner-text h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.4rem); margin-bottom: .4em; }
.photo-banner-text p  { color: rgba(255,255,255,.88); font-size: 1.1rem; margin-bottom: 1.2rem; }

/* Two-photo side-by-side in prose */
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.photo-pair .photo-card img { width: 100%; height: 280px; object-fit: cover; display: block; }
@media (max-width: 640px) {
  .photo-pair { grid-template-columns: 1fr; }
  .photo-banner-overlay { padding: 0 24px; }
}

/* ===== Organized photo gallery grid ===== */
.photo-gallery {
  display: grid;
  gap: 20px;
}
.photo-gallery.cols-4 { grid-template-columns: repeat(4, 1fr); }
.photo-gallery.cols-3 { grid-template-columns: repeat(3, 1fr); }
.photo-gallery.cols-2 { grid-template-columns: repeat(2, 1fr); }
.photo-gallery--compact .photo-gallery-frame { aspect-ratio: 4/3; max-height: 220px; }
.photo-gallery--compact .photo-gallery-frame img { max-height: 220px; }

/* Editorial drink feature (image + story) */
.drink-feature {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 52px);
  align-items: center;
}
.drink-feature--reverse { direction: rtl; }
.drink-feature--reverse > * { direction: ltr; }
.drink-feature-media {
  margin: 0; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  max-height: 400px;
}
.drink-feature-media img {
  width: 100%; height: 100%; max-height: 400px;
  object-fit: cover; object-position: center;
  display: block;
}
.drink-feature-copy h2 { margin-bottom: .5em; }
.drink-feature-copy p { color: var(--muted); margin-bottom: 0; }

/* Compact drink peek — 3 previews, not giant */
.drink-peek-section { padding: 48px 0; }
.drink-peek-head { margin-bottom: 28px; }
.drink-peek-head h2 { margin-bottom: .35em; }
.drink-peek-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.drink-peek-frame {
  border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4/5; max-height: 280px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  background: var(--cream-2);
}
.drink-peek-frame img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.drink-peek-item:hover .drink-peek-frame img { transform: scale(1.04); }
.drink-peek-item figcaption {
  margin-top: 10px; font-size: .88rem; font-weight: 700;
  color: var(--plum-soft); text-align: center;
}

/* Homepage visual story — mixed team + drinks, editorial sizes */
.visual-story {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 12px;
}
.visual-story .vs-item {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  position: relative;
}
.visual-story .vs-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.visual-story .vs-item--tall { grid-row: span 2; }
.visual-story .vs-item--wide { grid-column: span 2; }
.visual-story .vs-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 14px; font-size: .8rem; font-weight: 700; color: #fff;
  background: linear-gradient(to top, rgba(22,10,40,.75), transparent);
}
.photo-gallery-item { margin: 0; }
.photo-gallery-frame {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--cream-2);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.photo-gallery-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; transition: transform .35s ease;
}
.photo-gallery-item:hover .photo-gallery-frame img { transform: scale(1.03); }
.photo-gallery-item figcaption {
  margin-top: 10px; font-size: .88rem; font-weight: 600;
  color: var(--muted); line-height: 1.4; text-align: center;
}

/* Rating pill above review sections */
.rating-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-pale); color: var(--plum);
  border: 1px solid var(--gold); border-radius: var(--radius-pill);
  padding: 8px 18px; font-size: .9rem; font-weight: 700;
  margin-bottom: 12px;
}
.rating-pill svg { width: 16px; height: 16px; color: var(--gold); }

/* SEO keyword tags */
.keyword-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 8px; }
.keyword-tag {
  background: var(--teal-pale); color: var(--teal-dark);
  border-radius: var(--radius-pill); padding: 6px 14px;
  font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
}

/* Mid-page book strip */
.book-strip {
  background: var(--grad-plum); padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.book-strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; color: #e8dcf5;
}
.book-strip-inner strong { display: block; color: #fff; font-size: 1.15rem; margin-bottom: 4px; }
.book-strip-inner span { font-size: .92rem; opacity: .9; }
.book-strip-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.book-strip .btn-ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.book-strip .btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

/* Gallery page — multi-row grid */
.gallery-grid-wrap .photo-gallery { margin-bottom: 0; }
.gallery-grid-wrap .photo-gallery-item { margin-bottom: 4px; }

@media (max-width: 960px) {
  .photo-gallery.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .book-strip-inner { flex-direction: column; text-align: center; }
  .book-strip-actions { justify-content: center; width: 100%; }
  .book-strip-actions .btn { flex: 1; justify-content: center; }
}
@media (max-width: 640px) {
  .photo-gallery.cols-3,
  .photo-gallery.cols-2 { grid-template-columns: 1fr; }
}

/* ===== Photo gallery / strip ===== */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.photo-strip-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.photo-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.photo-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease;
}
.photo-card:hover img { transform: scale(1.04); }
.photo-card-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(22,10,40,.78) 0%, transparent 100%);
  color: #fff; font-weight: 700; font-size: .88rem;
}
.photo-tall  { aspect-ratio: 3/4; }
.photo-wide  { aspect-ratio: 16/9; }
.photo-sq    { aspect-ratio: 1; }
.photo-hero  { aspect-ratio: 4/3; }

/* Legacy mosaic — kept for pages still using it */
.photo-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}
.photo-mosaic .photo-card { max-height: 200px; }
.photo-mosaic .photo-card:first-child { grid-row: span 2; max-height: 420px; }
.photo-mosaic .photo-card img { max-height: inherit; height: 100%; object-fit: cover; }

/* Inline prose photo — no height cap so portrait images are never clipped */
.prose-photo { border-radius: var(--radius); overflow: hidden; margin: 28px 0; box-shadow: var(--shadow-sm); }
.prose-photo img { width: 100%; display: block; }
.prose-photo figcaption { background: var(--cream-2); padding: 10px 16px; font-size: .86rem; color: var(--muted); font-style: italic; }
/* Landscape-constrained variant (for banner-style photos) */
.prose-photo-wide img { max-height: 440px; object-fit: cover; }

/* ===== Contact page – split layout ===== */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(78vh, 720px);
  align-items: stretch;
}
.contact-form-col h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .35em; }
.contact-photo-col {
  position: relative; overflow: hidden;
}
.contact-photo-col img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.contact-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(34,16,51,.45) 0%, rgba(34,16,51,.82) 100%);
  display: flex; align-items: flex-end;
  padding: 48px 44px;
}
.contact-photo-inner { color: #fff; }
.contact-photo-inner blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 14px;
  color: #fff;
}
.contact-photo-inner cite { font-size: .9rem; color: rgba(255,255,255,.8); font-style: normal; }
.contact-photo-badges {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px;
}
.contact-photo-badge {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: var(--radius-pill);
  padding: 6px 16px; font-size: .82rem; font-weight: 700; color: #fff;
}
.contact-form-col {
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  padding: 60px 52px;
}
.contact-form-inner { width: 100%; max-width: 520px; }
.contact-form-inner h1 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: .3em; }
.contact-form-inner .lead { margin-bottom: 22px; }
.contact-phone-cta {
  margin-top: 20px; padding: 16px 20px;
  background: var(--plum-pale); border-radius: 14px;
  font-size: .9rem; color: var(--muted);
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.contact-phone-cta a { font-weight: 800; color: var(--coral-dark); }
.contact-why {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px;
}
.contact-why-item {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 16px; font-size: .88rem; font-weight: 700; color: var(--plum);
  display: flex; align-items: center; gap: 8px; box-shadow: var(--shadow-xs);
}
.contact-why-item svg { width: 17px; height: 17px; color: var(--teal); flex: none; }

@media (max-width: 960px) {
  .contact-split { grid-template-columns: 1fr; min-height: auto; }
  .contact-photo-col { min-height: 360px; }
  .contact-form-col { padding: 40px 24px; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-strip-4 { grid-template-columns: repeat(2, 1fr); }
  .photo-mosaic { grid-template-columns: 1fr 1fr; }
  .photo-mosaic .photo-card:first-child { grid-row: span 1; }
}
@media (max-width: 640px) {
  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip-4 { grid-template-columns: 1fr 1fr; }
  .photo-mosaic { grid-template-columns: 1fr; }
  .contact-why { grid-template-columns: 1fr; }
  .contact-form-col { padding: 32px 20px; }
}
