/* ==========================================================================
   P4D Ministry — "Living Water" design system
   The logo's droplet and ripples ARE the design: an interactive water hero,
   ripple-ring pulses, wave-edge zone transitions, and a page that descends
   from pale surface water to the deep. Type: Bricolage Grotesque display,
   Manrope body, Newsreader italic accents.
   ========================================================================== */

/* ---------- Fonts (self-hosted, OFL — see OFL.txt) ---------- */
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("fonts/bricolage-grotesque-200-800.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-200-800.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --display: "Bricolage Grotesque", "Arial", sans-serif;
  --body: "Manrope", -apple-system, "Segoe UI", Roboto, sans-serif;
  --accent: "Newsreader", Georgia, serif;

  --aqua: #38b6c9;          /* bright water */
  --teal: #0e7c86;          /* brand teal, text-safe on pale */
  --deep-ink: #0d3138;      /* text on pale water */
  --aqua-grad: linear-gradient(120deg, #3fd0c0, #38b6c9 55%, #4f9cf0);

  --radius: 20px;
  --container: 1140px;
}

/* Zone tokens — components consume these, zones provide them. */
.z-surface {
  --txt: #0d3138;
  --hd: #082227;
  --mut: #4a6a70;
  --line: #c3dfe0;
  --card: #ffffff;
  --chip-bg: #ffffff;
  --accent-txt: #0e7c86;
  --link: #0b6b74;
  --shadow: 0 10px 34px rgba(13, 49, 56, 0.10);
  background: #edf7f6;
  color: var(--txt);
}
.z-shallow {
  --txt: #0d3138;
  --hd: #082227;
  --mut: #40646b;
  --line: #b3d8d6;
  --card: #f7fcfc;
  --chip-bg: #ffffff;
  --accent-txt: #0b6b74;
  --link: #0b6b74;
  --shadow: 0 10px 34px rgba(13, 49, 56, 0.12);
  background: #dcefee;
  color: var(--txt);
}
.z-mid {
  --txt: #eefafa;
  --hd: #ffffff;
  --mut: #aad4d8;
  --line: rgba(170, 212, 216, 0.30);
  --card: rgba(8, 48, 60, 0.55);
  --chip-bg: rgba(8, 48, 60, 0.55);
  --accent-txt: #7ee0dc;
  --link: #9de8e0;
  --shadow: 0 14px 40px rgba(4, 26, 34, 0.45);
  background: linear-gradient(180deg, #0d6b78, #0a4d63);
  color: var(--txt);
}
.z-deep {
  --txt: #f0eefc;
  --hd: #ffffff;
  --mut: #b2aed9;
  --line: rgba(178, 174, 217, 0.28);
  --card: rgba(20, 16, 66, 0.55);
  --chip-bg: rgba(20, 16, 66, 0.55);
  --accent-txt: #9db8ff;
  --link: #9de8e0;
  --shadow: 0 14px 44px rgba(8, 5, 32, 0.55);
  background: linear-gradient(180deg, #1c1450, #140f3a);
  color: var(--txt);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  background: #edf7f6;
  color: var(--deep-ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-txt); }
:focus-visible { outline: 2.5px solid var(--aqua); outline-offset: 3px; border-radius: 6px; }
::selection { background: rgba(56, 182, 201, 0.35); }
h1, h2, h3 { margin: 0; }
p { margin: 0 0 1em; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -64px;
  z-index: 200;
  background: var(--teal);
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  transition: top 0.2s;
}
.skip-link:focus { top: 12px; color: #fff; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(70px, 9vw, 116px) 0; position: relative; }

/* ---------- Type helpers ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-txt);
  margin: 0 0 16px;
}
.kicker::before {
  content: "";
  width: 26px;
  height: 26px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.7 3.7 5.4 6.8 5.4 10.2a5.4 5.4 0 1 1-10.8 0C6.6 8.8 9.3 5.7 12 2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.7 3.7 5.4 6.8 5.4 10.2a5.4 5.4 0 1 1-10.8 0C6.6 8.8 9.3 5.7 12 2z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.display {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--hd);
}
.acc {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--accent-txt);
}
.lede { font-size: clamp(17.5px, 2vw, 20px); color: var(--mut); max-width: 58ch; }
.sec-head { margin-bottom: clamp(38px, 5vw, 60px); }
.sec-head h2 { font-size: clamp(38px, 5.4vw, 66px); }
.sec-head .lede { margin-top: 14px; }

/* ---------- Buttons & chips ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--aqua-grad);
  color: #06333a;
  font-family: var(--body);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(56, 182, 201, 0.45); color: #06333a; }
.btn svg { width: 16px; height: 16px; flex: none; }
.btn-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--txt);
}
.btn-outline:hover { border-color: var(--aqua); color: var(--txt); box-shadow: 0 10px 30px rgba(56, 182, 201, 0.22); }

/* ripple pulse behind primary CTAs */
.pulse { position: relative; }
.pulse::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  border: 2px solid var(--aqua);
  opacity: 0;
  animation: ring 2.8s ease-out infinite;
  pointer-events: none;
}
@keyframes ring {
  0% { transform: scale(1); opacity: 0.55; }
  70%, 100% { transform: scale(1.35); opacity: 0; }
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 17px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--chip-bg);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mut);
  white-space: nowrap;
}
.chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aqua-grad);
  flex: none;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Header (floating pill) ---------- */
.site-header {
  position: sticky;
  top: 14px;
  z-index: 100;
  padding: 0 16px;
}
.header-pill {
  max-width: var(--container);
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 8px 18px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(14, 124, 134, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 34px rgba(13, 49, 56, 0.14);
  position: relative;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: none; }
.brand img { height: 34px; width: auto; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 19px; letter-spacing: -0.01em; color: var(--deep-ink); line-height: 1; }
.brand-name small { display: block; font-family: var(--body); font-size: 9px; font-weight: 800; letter-spacing: 0.32em; text-transform: uppercase; color: var(--teal); margin-top: 3px; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--deep-ink);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 20px; height: 20px; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #33565c;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 700;
}
.site-nav a:hover { color: var(--deep-ink); background: rgba(56, 182, 201, 0.12); }
.site-nav a[aria-current="page"] {
  color: #06333a;
  background: linear-gradient(120deg, rgba(63, 208, 192, 0.28), rgba(79, 156, 240, 0.24));
}
.site-nav .give {
  margin-left: 8px;
  padding: 8px 22px;
  background: var(--aqua-grad);
  color: #06333a;
  font-weight: 800;
}
.site-nav .give:hover { color: #06333a; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(56, 182, 201, 0.4); }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 8px;
    right: 8px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(14, 124, 134, 0.16);
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(13, 49, 56, 0.2);
    padding: 14px;
  }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { font-size: 16px; justify-content: center; }
  .site-nav .give { margin: 6px 0 0; }
}

/* ---------- Hero with living water ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 11vw, 150px) 0 clamp(80px, 9vw, 120px);
  margin-top: -78px; /* slide under the floating header */
  padding-top: calc(clamp(86px, 11vw, 150px) + 78px);
  background: linear-gradient(180deg, #eaf6f5 0%, #d9efee 55%, #cde9e9 100%);
}
#water {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-rings {
  position: absolute;
  left: 50%;
  top: 42%;
  pointer-events: none;
}
.hero-rings i {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 34px;
  border: 2px solid rgba(56, 182, 201, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: hero-ring 3.6s ease-out infinite;
}
.hero-rings i:nth-child(2) { animation-delay: 1.2s; }
.hero-rings i:nth-child(3) { animation-delay: 2.4s; }
@keyframes hero-ring {
  0% { transform: translate(-50%, -50%) scale(0.4); opacity: 0.8; }
  100% { transform: translate(-50%, -50%) scale(4.2); opacity: 0; }
}
.hero .container { position: relative; z-index: 2; text-align: center; }
.hero-mark { width: clamp(120px, 16vw, 168px); margin: 0 auto 26px; filter: drop-shadow(0 18px 34px rgba(14, 124, 134, 0.3)); }
.hero h1 { font-size: clamp(46px, 8vw, 96px); margin: 0 0 22px; }
.hero .lede { margin: 0 auto 34px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 34px; }
.hero .chip-row { justify-content: center; }
.hero-hint {
  margin-top: 44px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #5b8288;
}
.hero-hint::before, .hero-hint::after { content: "〜"; margin: 0 10px; color: var(--aqua); }

/* ---------- Wave dividers ---------- */
.wave { display: block; width: 100%; height: clamp(40px, 6vw, 90px); margin-bottom: -1px; }
.wave.flip { transform: scaleY(-1); }

/* ---------- Rhythm rows ---------- */
.rhythm { display: grid; gap: 16px; }
.rhythm-row {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px 26px;
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  text-decoration: none;
  color: var(--txt);
  box-shadow: var(--shadow);
  transition: transform 0.16s ease, border-color 0.16s ease;
}
.rhythm-row:hover { transform: translateY(-3px); border-color: var(--aqua); }
.day-badge {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 22px;
  color: #06333a;
  background:
    radial-gradient(circle at center, #ffffff 55%, transparent 56%),
    repeating-radial-gradient(circle at center, rgba(56, 182, 201, 0.5) 0 2px, transparent 2px 12px),
    #eaf6f5;
  border: 2px solid rgba(56, 182, 201, 0.5);
}
.rhythm-row h3 { font-size: 19px; font-weight: 800; margin: 0 0 4px; color: var(--hd); }
.rhythm-row p { margin: 0; color: var(--mut); font-size: 15px; }
.rhythm-meta { text-align: right; }
.rhythm-time { font-family: var(--display); font-weight: 800; font-size: 24px; color: var(--hd); white-space: nowrap; }
.rhythm-where { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-txt); }
@media (max-width: 700px) {
  .rhythm-row { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 14px; }
  .rhythm-meta { text-align: center; }
}

/* ---------- Mission band (mid zone) ---------- */
.mission-statement {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  max-width: 24ch;
  color: var(--hd);
}
.verse {
  font-family: var(--accent);
  font-style: italic;
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.7;
  color: var(--txt);
  max-width: 62ch;
  margin: 22px 0 0;
}
.scripture-ref {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-txt);
}
.scripture-ref::before { content: "〜"; font-size: 18px; }

/* concentric ripple backdrop for bands */
.ripple-field { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.ripple-field::before {
  content: "";
  position: absolute;
  right: -14%;
  top: -30%;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle at center,
    rgba(255, 255, 255, 0.10) 0 2px, transparent 2px 44px);
  opacity: 0.5;
}

/* ---------- Pastor split with droplet photo ---------- */
.split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 84px); align-items: center; }
.split.rev { grid-template-columns: 1.15fr 0.85fr; }
@media (max-width: 840px) { .split, .split.rev { grid-template-columns: 1fr; } }

.droplet-photo {
  /* 62vw keeps the rotated bounding box (width × √2) inside a 390px viewport */
  width: min(320px, 62vw);
  margin: 0 auto;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6% 50% 50% 50%;
  transform: rotate(45deg);
  border: 3px solid rgba(56, 182, 201, 0.55);
  box-shadow: var(--shadow);
}
.droplet-photo img {
  width: 142%;
  height: 142%;
  max-width: none;
  object-fit: cover;
  transform: rotate(-45deg) translate(-15%, -15%);
}
.pullquote {
  font-family: var(--accent);
  font-style: italic;
  font-size: clamp(21px, 2.8vw, 28px);
  line-height: 1.55;
  color: var(--hd);
  margin: 0 0 20px;
}
.attrib { font-size: 12.5px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent-txt); }

/* ---------- Sermon cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .card-grid { grid-template-columns: 1fr; } }
.sermon-card {
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--txt);
  box-shadow: var(--shadow);
  transition: transform 0.16s ease, border-color 0.16s ease;
}
.sermon-card:hover { transform: translateY(-5px); border-color: var(--aqua); }
.sermon-thumb { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.sermon-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.sermon-card:hover .sermon-thumb img { transform: scale(1.05); }
.play-badge {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, transparent 50%, rgba(6, 40, 48, 0.55));
}
.play-badge span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(237, 247, 246, 0.9);
  color: var(--teal);
  box-shadow: 0 6px 22px rgba(6, 40, 48, 0.35);
}
.play-badge svg { width: 22px; height: 22px; margin-left: 2px; }
.sermon-body { padding: 18px 20px 20px; }
.sermon-body h3 { font-size: 16.5px; font-weight: 800; margin: 0 0 5px; color: var(--hd); }
.sermon-body p {
  margin: 0;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-txt);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sermon-body svg { width: 14px; height: 14px; }

/* ---------- Ministry panels ---------- */
.panel {
  position: relative;
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  padding: clamp(30px, 4vw, 54px);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.panel + .panel { margin-top: 26px; }
.panel::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle at center,
    rgba(56, 182, 201, 0.16) 0 2px, transparent 2px 30px);
  pointer-events: none;
}
.panel h3 { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 4.2vw, 46px); letter-spacing: -0.02em; line-height: 1.05; color: var(--hd); margin-bottom: 16px; max-width: 16ch; }
.panel p { color: var(--mut); max-width: 62ch; position: relative; }
.panel .chip-row { margin: 20px 0; position: relative; }
.panel h4 {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-txt);
  margin: 0 0 8px;
  position: relative;
}
.panel ul { margin: 0; padding: 0; list-style: none; position: relative; }
.panel li { padding: 7px 0 7px 26px; position: relative; color: var(--txt); font-weight: 600; }
.panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 14px;
  height: 8px;
  border: 2px solid var(--aqua);
  border-radius: 50%;
}

/* ---------- Big words ---------- */
.bigwords { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 720px) { .bigwords { grid-template-columns: 1fr; } }
.bigword {
  border: 1.5px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background: var(--card);
  padding: clamp(28px, 4vw, 46px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.bigword .num { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: 0.28em; color: var(--accent-txt); display: block; margin-bottom: 12px; }
.bigword .word {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(44px, 6.4vw, 76px);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 14px;
  background: var(--aqua-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bigword p { margin: 0; color: var(--mut); font-size: 15.5px; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(36px, 5.4vw, 64px); margin-bottom: 16px; }
.cta-band .lede { margin: 0 auto 32px; }
.cta-band .hero-ctas { margin-bottom: 0; }

/* ---------- Page hero (interior) ---------- */
.page-hero { padding: clamp(64px, 8vw, 104px) 0 clamp(36px, 5vw, 56px); position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(42px, 7vw, 84px); margin-bottom: 18px; }
.page-hero .lede { max-width: 60ch; }

/* ---------- Live panel ---------- */
.live-panel {
  position: relative;
  border-radius: calc(var(--radius) + 10px);
  border: 1.5px solid var(--line);
  padding: clamp(30px, 5vw, 60px);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--card);
}
.live-time {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(46px, 8vw, 96px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 6px 0 12px;
  color: var(--hd);
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(26px, 4vw, 40px); }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }
.step { border-top: 3px solid var(--aqua); padding-top: 14px; }
.step .num { font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: 0.26em; color: var(--accent-txt); display: block; margin-bottom: 8px; text-transform: uppercase; }
.step strong { color: var(--hd); display: block; margin-bottom: 4px; }
.step p { margin: 0; color: var(--mut); font-size: 15px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 840px) { .contact-grid { grid-template-columns: 1fr; } }
.info-list { border-top: 1.5px solid var(--line); }
.info-row { display: flex; gap: 18px; padding: 20px 4px; border-bottom: 1.5px solid var(--line); align-items: flex-start; }
.info-row svg { width: 22px; height: 22px; color: var(--accent-txt); flex: none; margin-top: 3px; }
.info-row h3 { font-size: 12.5px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mut); margin: 0 0 5px; }
.info-row p { margin: 0; font-size: 17px; }
.info-row a { color: var(--txt); font-weight: 600; }
.form-card {
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  padding: clamp(26px, 3.5vw, 42px);
  box-shadow: var(--shadow);
}
.form-card h2 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 8px; }
.form-card > p { color: var(--mut); font-size: 15px; margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mut); margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%;
  background: #f2fafa;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  color: var(--deep-ink);
  font: inherit;
  padding: 13px 16px;
  min-height: 50px;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--aqua); outline: none; box-shadow: 0 0 0 3px rgba(56, 182, 201, 0.28); }
.form-note { font-size: 13.5px; color: var(--mut); margin-top: 14px; }

/* ---------- Event specials ---------- */
.special-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 680px) { .special-grid { grid-template-columns: 1fr; } }
.special {
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 26px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.special h3 { font-size: 18px; font-weight: 800; margin: 0 0 6px; color: var(--hd); }
.special p { margin: 0; color: var(--mut); font-size: 15px; }
.special .tag { font-size: 11.5px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-txt); display: block; margin-bottom: 10px; }

/* ---------- Footer (the deep) ---------- */
.site-footer { position: relative; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(40px, 5vw, 64px) 0 36px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { width: 76px; margin-bottom: 16px; }
.footer-brand .fw-name { display: block; font-family: var(--display); font-weight: 800; font-size: 24px; letter-spacing: -0.01em; color: var(--hd); line-height: 1.05; }
.footer-brand .fw-tag { display: block; font-size: 10px; font-weight: 800; letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent-txt); margin: 8px 0 16px; }
.footer-brand p { color: var(--mut); font-size: 15px; max-width: 34ch; }
.footer-col h2 { font-size: 12.5px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-txt); margin: 0 0 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--mut); text-decoration: none; font-size: 15px; }
.footer-col a:hover { color: var(--txt); }
.footer-col p { color: var(--mut); font-size: 15px; margin: 0 0 10px; }
.footer-bottom {
  border-top: 1.5px solid var(--line);
  padding: 22px 0 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--mut);
}
.deep-end { text-align: center; padding: 0 0 30px; font-family: var(--accent); font-style: italic; font-size: 17px; color: var(--mut); }

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-rings i, .pulse::after { animation: none; opacity: 0; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
