/* ============================================================
   Christine Open Water — Irish Coastal & Celtic Design
   Fonts: Cinzel (brand/eyebrows) · Cormorant Garamond (headings) · Inter (body)
   ============================================================ */

:root {
  /* Backgrounds */
  --bg:           #f4ece0;
  --bg-alt:       #ebe2cf;
  --bg-dark:      #1e3b29;
  --bg-navy:      #152538;
  --surface:      #fdf8f0;

  /* Irish nature palette */
  --forest:       #1e3b29;
  --fern:         #2c5a3c;
  --moss:         #477052;
  --sage:         #78a888;
  --heather:      #7a4e8c;
  --thistle:      #c0a0d0;

  /* Deep Atlantic — not turquoise */
  --atlantic:     #192e44;
  --slate-sea:    #2a5870;
  --sea-mist:     #b4cad6;

  /* Celtic metalwork warmth */
  --amber:        #b56820;
  --gold:         #cc8828;
  --sunlit:       #e6b23c;
  --earth:        #8a5638;
  --peat:         #5a3c26;

  /* Typography */
  --ink:          #182018;
  --ink-mid:      #2a3e30;
  --muted:        #546056;

  /* UI */
  --border:       #cec2ae;
  --border-light: #ddd4c0;
  --radius-sm:    0.55rem;
  --radius:       1rem;
  --radius-lg:    1.4rem;
  --shadow:       0 20px 52px rgba(22, 38, 26, 0.18);
  --shadow-sm:    0 6px 22px rgba(22, 38, 26, 0.1);
}

/* ============================================================
   Reset & Base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  background: var(--bg);
}

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

.container {
  width: min(1160px, 92vw);
  margin-inline: auto;
}

/* ============================================================
   BANNER STRIP — panoramic header image placeholder
   ============================================================ */
.top-image-strip {
  height: 88px;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--gold);
}

.banner-landscape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.banner-overlay-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.banner-overlay-label span {
  font-family: "Cinzel", serif;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 232, 210, 0.9);
  background: rgba(30, 59, 42, 0.58);
  padding: 0.3rem 1.1rem;
  border-radius: 2px;
  border: 1px solid rgba(204, 136, 40, 0.5);
  backdrop-filter: blur(4px);
}

.banner-overlay-label code {
  background: none;
  color: inherit;
  font-size: inherit;
  padding: 0;
  border-radius: 0;
  font-family: "Cinzel", serif;
  opacity: 0.75;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  background: rgba(244, 236, 224, 0.93);
  border-bottom: 1px solid rgba(30, 59, 42, 0.14);
  box-shadow: 0 2px 24px rgba(22, 38, 26, 0.07);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  text-decoration: none;
  color: var(--forest);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.055em;
}

.brand-mark {
  color: var(--amber);
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--ink-mid);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.72rem;
  border-radius: var(--radius-sm);
  transition: background 160ms ease, color 160ms ease;
}

.nav-links a:hover {
  color: var(--forest);
  background: rgba(30, 59, 42, 0.1);
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.1;
  margin: 0 0 1rem;
  color: var(--forest);
}

h1 {
  font-size: clamp(2.5rem, 6.2vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.015em;
}

h2 {
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  font-weight: 600;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--amber);
}

.eyebrow::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.lead {
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  color: var(--ink-mid);
  line-height: 1.72;
}

/* ============================================================
   SECTION BASE
   ============================================================ */
.section { padding: 5.5rem 0; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: 4.5rem 0 5.2rem;
  background:
    linear-gradient(
      145deg,
      rgba(244, 236, 224, 0.97) 0%,
      rgba(232, 222, 204, 0.93) 42%,
      rgba(172, 212, 196, 0.28) 100%
    ),
    url("assets/images/carlingford-lough-main.jpg") center 35% / cover no-repeat;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

/* Subtle ambient glow — heather + amber — echoes Celtic jewel tones */
.hero::after {
  content: "";
  position: absolute;
  top: -15%;
  right: -12%;
  width: 52%;
  height: 130%;
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(122, 78, 140, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 44% 55% at 50% 50%, rgba(181, 104, 32, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.hero-chips {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-chips li {
  border: 1.5px solid rgba(30, 59, 42, 0.22);
  border-radius: 999px;
  padding: 0.38rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--forest);
  background: rgba(253, 250, 242, 0.84);
  letter-spacing: 0.03em;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.82rem 1.6rem;
  transition: all 200ms ease;
  letter-spacing: 0.025em;
  cursor: pointer;
  border: none;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(130deg, var(--forest) 0%, var(--fern) 100%);
  box-shadow: 0 8px 28px rgba(30, 59, 42, 0.32);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(30, 59, 42, 0.42);
}

.btn-secondary {
  color: var(--ink);
  border: 1.5px solid var(--border);
  background: rgba(253, 250, 242, 0.9);
}

.btn-secondary:hover {
  border-color: var(--forest);
  background: rgba(30, 59, 42, 0.07);
  transform: translateY(-1px);
}

/* ============================================================
   ABOUT
   ============================================================ */
.intro { background: var(--surface); }

.split {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2.2rem;
  align-items: start;
}

.two-tone-panel {
  background:
    linear-gradient(158deg, rgba(253, 250, 242, 0.98), rgba(232, 218, 196, 0.62));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
}

.tick-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.7rem;
  color: var(--ink-mid);
  font-size: 0.95rem;
  line-height: 1.5;
}

.tick-list li::before {
  content: "✦";
  color: var(--amber);
  font-size: 0.58rem;
  margin-top: 0.36rem;
  flex-shrink: 0;
}

/* ============================================================
   CARDS & PANELS
   ============================================================ */
.card, .panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.55rem;
  box-shadow: var(--shadow-sm);
}

/* Subtle hatch on placeholder panels */
.card.celtic-border, .panel.celtic-border {
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(30, 59, 42, 0.03) 0px,
      rgba(30, 59, 42, 0.03) 1px,
      transparent 1px,
      transparent 14px
    ),
    var(--surface);
  min-height: 200px;
}

.card-grid { display: grid; gap: 1.2rem; }

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Celtic dotwork pattern */
.celtic-border {
  position: relative;
  overflow: hidden;
}

.celtic-border::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 5px 5px, rgba(122, 78, 140, 0.13) 1px, transparent 1px),
    radial-gradient(circle at 17px 17px, rgba(181, 104, 32, 0.1) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.55;
}

/* ============================================================
   COACHING — deep forest dark section
   ============================================================ */
.coaching-section {
  background:
    radial-gradient(ellipse 65% 55% at 88% 12%, rgba(122, 78, 140, 0.18) 0%, transparent 48%),
    radial-gradient(ellipse 58% 48% at 12% 88%, rgba(181, 104, 32, 0.15) 0%, transparent 48%),
    var(--bg-dark);
}

.coaching-section .eyebrow { color: var(--sunlit); }
.coaching-section h2       { color: #ecdfc8; }

.gradient-card {
  border: 1px solid rgba(240, 230, 210, 0.12);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
  /* override the default card hatch on dark bg */
  background: none !important;
}

.gradient-card h3 { color: #e8d8b6; }
.gradient-card p  { color: rgba(228, 216, 192, 0.72); }

.gradient-card:nth-child(1) {
  background: linear-gradient(148deg, rgba(26, 50, 70, 0.96), rgba(20, 36, 52, 0.99)) !important;
  border-top: 3px solid var(--slate-sea);
}

.gradient-card:nth-child(2) {
  background: linear-gradient(148deg, rgba(62, 36, 80, 0.96), rgba(46, 26, 62, 0.99)) !important;
  border-top: 3px solid var(--heather);
}

.gradient-card:nth-child(3) {
  background: linear-gradient(148deg, rgba(28, 62, 38, 0.96), rgba(20, 46, 28, 0.99)) !important;
  border-top: 3px solid var(--sage);
}

/* ============================================================
   WELLNESS — earthy sage tones
   ============================================================ */
.wellness {
  background:
    radial-gradient(ellipse 80% 60% at 100% 50%, rgba(71, 112, 82, 0.15) 0%, transparent 55%),
    radial-gradient(ellipse 60% 55% at 0% 50%, rgba(181, 104, 32, 0.09) 0%, transparent 55%),
    linear-gradient(175deg, #ece2d0 0%, #e0d4bc 100%);
}

.wellness-card {
  background: linear-gradient(145deg, rgba(253, 250, 242, 0.98), rgba(228, 212, 190, 0.62)) !important;
  border-left: 4px solid var(--amber) !important;
}

.tone-card {
  border-left: 4px solid var(--moss) !important;
  background: linear-gradient(175deg, var(--surface) 0%, rgba(224, 240, 228, 0.55) 100%) !important;
}

.tone-card + .tone-card {
  border-left-color: var(--heather) !important;
  background: linear-gradient(175deg, var(--surface) 0%, rgba(220, 208, 236, 0.35) 100%) !important;
}

/* ============================================================
   SEA SAFETY — deep navy
   ============================================================ */
.accent {
  background:
    radial-gradient(ellipse 62% 52% at 0% 100%, rgba(71, 112, 82, 0.22) 0%, transparent 45%),
    radial-gradient(ellipse 55% 48% at 100% 0%, rgba(122, 78, 140, 0.2) 0%, transparent 45%),
    var(--bg-navy);
}

.accent .eyebrow              { color: var(--sunlit); }
.accent h2, .accent h3        { color: #e4d6c2; }
.accent p                     { color: rgba(228, 216, 194, 0.7); }
.accent .tick-list li         { color: rgba(228, 216, 194, 0.82); }
.accent .tick-list li::before { color: var(--sunlit); }

.safety-split { align-items: center; }

.wave-panel {
  background: linear-gradient(152deg, rgba(26, 48, 68, 0.58), rgba(20, 36, 52, 0.78)) !important;
  border-color: rgba(180, 202, 214, 0.22) !important;
}

.wave-panel h3   { color: var(--sea-mist); }
.wave-panel p    { color: rgba(180, 202, 214, 0.72); }
.wave-panel code {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(180, 202, 214, 0.88);
}

/* ============================================================
   LOCATION
   ============================================================ */
#location.section {
  background:
    linear-gradient(168deg, rgba(244, 236, 224, 0.99) 0%, rgba(232, 218, 198, 0.92) 100%);
  border-top: 1px solid var(--border-light);
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  padding: 5.5rem 0;
  background:
    radial-gradient(ellipse at top, rgba(181, 104, 32, 0.1) 0%, transparent 55%),
    linear-gradient(175deg, var(--bg-alt) 0%, var(--bg) 100%);
  border-top: 1px solid var(--border-light);
}

.cta-box {
  background:
    linear-gradient(132deg, rgba(30, 59, 42, 0.97) 0%, rgba(21, 37, 56, 0.94) 100%);
  border: 1px solid rgba(204, 136, 40, 0.28);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow), 0 0 60px rgba(181, 104, 32, 0.14);
  padding: 2.8rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cta-box::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 55%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(204, 136, 40, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.cta-box .eyebrow { color: var(--sunlit); position: relative; z-index: 1; }
.cta-box h2       { color: #ecdfc8;       position: relative; z-index: 1; }
.cta-box p        { color: rgba(236, 223, 200, 0.72); position: relative; z-index: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--forest);
  border-top: 3px solid var(--amber);
  padding: 1.5rem 0 1.8rem;
}

.footer-wrap {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.footer-wrap p      { margin: 0; font-size: 0.9rem; color: rgba(236, 220, 196, 0.58); }
.footer-wrap strong { color: rgba(236, 220, 196, 0.82); }

/* ============================================================
   MISC
   ============================================================ */
.small { font-size: 0.88rem; }

code {
  background: rgba(30, 59, 42, 0.1);
  color: var(--fern);
  padding: 0.12rem 0.42rem;
  border-radius: 0.35rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86rem;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .split,
  .card-grid.three { grid-template-columns: 1fr; }

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

  .section { padding: 4rem 0; }
}

@media (max-width: 700px) {
  .nav-wrap {
    min-height: auto;
    padding: 0.9rem 0;
    flex-direction: column;
    gap: 0.7rem;
  }

  .top-image-strip { height: 62px; }
  .hero            { padding: 3rem 0; }
  .btn             { width: 100%; justify-content: center; }
  .two-tone-panel  { padding: 1.6rem; }
}
