/* ExpeditionKayak - serious sea kayaking authority. Ocean navy + warm amber + ice teal. */
:root {
  --bg: #fdfaf3;
  --bg-soft: #f5efde;
  --bg-tint: #ece4d0;
  --bg-elev: #ffffff;
  --line: #e2dac7;
  --line-strong: #c7bc9f;
  --ink: #0a1929;
  --ink-2: #142840;
  --ink-soft: #2a3f5a;
  --muted: #6b7a8f;
  --muted-2: #9aa8bc;

  --ocean: #0c2541;
  --ocean-dark: #061833;
  --ocean-light: #1e3a5f;
  --ocean-soft: rgba(12,37,65,0.08);
  --amber: #d97706;
  --amber-dark: #92400e;
  --amber-light: #f59e0b;
  --amber-soft: rgba(217,119,6,0.12);
  --teal: #0e7490;
  --teal-light: #06b6d4;
  --teal-soft: rgba(14,116,144,0.10);

  --accent: var(--amber);
  --accent-dark: var(--amber-dark);
  --accent-soft: var(--amber-soft);

  --gradient-hero: linear-gradient(135deg, #0c2541 0%, #1e3a5f 50%, #0e7490 100%);
  --gradient-amber: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --gradient-ocean: linear-gradient(180deg, #1e3a5f 0%, #0c2541 100%);

  --radius: 10px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 3px rgba(12,37,65,0.06);
  --shadow: 0 6px 20px -4px rgba(12,37,65,0.15), 0 2px 6px -2px rgba(0,0,0,0.05);
  --shadow-lg: 0 30px 60px -15px rgba(12,37,65,0.30);
  --shadow-amber: 0 10px 25px -5px rgba(217,119,6,0.40);

  --max: 1240px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Apple Garamond", Baskerville, Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
}

html[data-theme="dark"] {
  --bg: #0a1929;
  --bg-soft: #102540;
  --bg-tint: #163056;
  --bg-elev: #142f52;
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.18);
  --ink: #f0f6ff;
  --ink-2: #d4e3f5;
  --ink-soft: #b5c8e0;
  --muted: #8da3c4;
  --muted-2: #5a7090;
  --ocean: #60a5fa;
  --ocean-dark: #3b82f6;
  --ocean-soft: rgba(96,165,250,0.15);
  --amber: #fbbf24;
  --amber-dark: #f59e0b;
  --amber-soft: rgba(251,191,36,0.18);
  --teal: #22d3ee;
  --teal-soft: rgba(34,211,238,0.15);
  --accent: var(--amber);
  --accent-dark: var(--amber-dark);
  --accent-soft: var(--amber-soft);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
  --shadow: 0 6px 20px -4px rgba(0,0,0,0.4);
  --shadow-lg: 0 30px 60px -15px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink-2);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  transition: background 0.2s, color 0.2s;
}
a { color: var(--amber-dark); text-decoration: none; transition: color 0.12s; }
a:hover { color: var(--amber); }
html[data-theme="dark"] a { color: var(--amber); }
html[data-theme="dark"] a:hover { color: #fcd34d; }

h1, h2, h3, h4 {
  color: var(--ink);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -0.035em; font-family: var(--font-serif); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-family: var(--font-serif); font-weight: 700; }
h3 { font-size: 1.25rem; }

.it { font-style: italic; font-family: var(--font-serif); font-weight: 500; }
.em-accent { font-style: italic; color: var(--amber-dark); font-family: var(--font-serif); }
html[data-theme="dark"] .em-accent { color: var(--amber); }
.em-teal { font-style: italic; color: var(--teal); font-family: var(--font-serif); }

p { margin: 0 0 1em; }
img, svg { max-width: 100%; height: auto; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.container { max-width: 820px; margin: 0 auto; padding: 0 24px; }

.icon { display: inline-block; width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.75; fill: none; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon-lg { width: 28px; height: 28px; }
.icon-sm { width: 16px; height: 16px; stroke-width: 2; }

/* Header */
.site-header {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.25rem; color: var(--ink); letter-spacing: -0.02em; font-family: var(--font-serif); }
.brand:hover { color: var(--ink); }
.brand-mark {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gradient-ocean);
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.brand-mark .icon { stroke: #fff; }

.nav-wrap { display: flex; align-items: center; gap: 22px; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { color: var(--ink-soft); font-weight: 600; font-size: 0.94rem; position: relative; padding: 4px 0; font-family: var(--font); }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform 0.2s; }
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }

.theme-toggle {
  background: transparent; border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  width: 38px; height: 38px; border-radius: 8px;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.theme-toggle:hover { border-color: var(--amber); color: var(--amber); }
.theme-toggle .sun { display: none; }
.theme-toggle .moon { display: inline-block; }
html[data-theme="dark"] .theme-toggle .sun { display: inline-block; }
html[data-theme="dark"] .theme-toggle .moon { display: none; }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line-strong); color: var(--ink-soft); padding: 8px; border-radius: 8px; cursor: pointer; }
@media (max-width: 900px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--bg); border-bottom: 1px solid var(--line); padding: 20px; gap: 18px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .menu-toggle { display: inline-flex; }
}

/* Hero - oceanic, serious */
.hero {
  position: relative;
  padding: 100px 24px 90px;
  background:
    radial-gradient(ellipse 900px 500px at 50% 0%, var(--ocean-soft), transparent 60%),
    var(--bg);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(12,37,65,0.06) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, transparent, black 40%, black 70%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 40%, black 70%, transparent);
  pointer-events: none;
  opacity: 0.6;
}
.hero-inner { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; text-align: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 700;
  color: #fff;
  background: var(--gradient-ocean);
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 28px;
  box-shadow: var(--shadow);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero h1 { margin: 0 0 22px; font-size: clamp(2.4rem, 6vw, 4.2rem); letter-spacing: -0.04em; line-height: 1.02; }
.hero h1 .accent {
  background: var(--gradient-amber);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}
.hero p.lead { font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--ink-soft); max-width: 680px; margin: 0 auto 32px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Editorial-style heritage quote panel */
.heritage-quote {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  max-width: 880px;
  margin: 60px auto 0;
  box-shadow: var(--shadow);
  position: relative;
}
.heritage-quote::before {
  content: "\201C";
  font-family: var(--font-serif);
  font-size: 6rem;
  position: absolute;
  top: -10px; left: 20px;
  color: var(--amber);
  opacity: 0.25;
  line-height: 1;
}
.heritage-quote p {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
  margin: 0 0 14px;
}
.heritage-quote .by {
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 600;
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.heritage-quote .by strong { color: var(--ink); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
  text-decoration: none;
}
.btn-primary {
  background: var(--ocean);
  color: #fff;
  box-shadow: var(--shadow);
}
.btn-primary:hover {
  background: var(--ocean-dark);
  color: #fff;
  transform: translateY(-2px);
}
html[data-theme="dark"] .btn-primary { background: var(--ocean); color: var(--bg); }
html[data-theme="dark"] .btn-primary:hover { background: #93c5fd; color: var(--bg); }
.btn-amber {
  background: var(--gradient-amber);
  color: #fff;
  box-shadow: var(--shadow-amber);
}
.btn-amber:hover { transform: translateY(-2px); color: #fff; }
.btn-secondary { background: var(--bg-elev); color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn-secondary:hover { border-color: var(--ocean); color: var(--ocean); }
html[data-theme="dark"] .btn-secondary:hover { border-color: var(--amber); color: var(--amber); }
.btn-lg { padding: 16px 30px; font-size: 1.04rem; }

/* Sections */
section { padding: 80px 0; }
section.alt { background: var(--bg-soft); }
section.dark-strip { background: var(--gradient-ocean); color: #fff; padding: 56px 24px; }
section.dark-strip h2, section.dark-strip h3 { color: #fff; }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-eyebrow {
  font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--amber-dark);
  background: var(--amber-soft);
  display: inline-block;
  padding: 5px 14px; border-radius: 999px;
  margin-bottom: 16px;
}
html[data-theme="dark"] .section-eyebrow { color: var(--amber); }
.section-title { margin: 0 0 14px; font-family: var(--font-serif); }
.section-sub { color: var(--muted); font-size: 1.08rem; margin: 0; line-height: 1.55; }

/* Region/destination cards */
.region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.region-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: block;
  color: var(--ink-2);
  transition: all 0.2s;
}
.region-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--ink-2); border-color: var(--amber); }
.region-card-hero {
  height: 140px;
  position: relative;
  display: flex; align-items: flex-end;
  padding: 18px;
  background: var(--gradient-ocean);
}
.region-card-hero.cold { background: linear-gradient(135deg, #0e7490 0%, #0c2541 100%); }
.region-card-hero.warm { background: linear-gradient(135deg, #d97706 0%, #92400e 100%); }
.region-card-hero.ice  { background: linear-gradient(135deg, #93c5fd 0%, #1e3a5f 100%); }
.region-card-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.18), transparent 50%);
}
.region-card-tag {
  position: relative;
  color: #fff;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(6px);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.region-card-body { padding: 22px; }
.region-card-body h3 { margin: 0 0 6px; font-size: 1.25rem; font-family: var(--font-serif); }
.region-card-body p { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.55; }
.region-card .arrow { margin-top: 14px; display: inline-flex; align-items: center; gap: 4px; color: var(--amber-dark); font-weight: 700; font-size: 0.9rem; }
html[data-theme="dark"] .region-card .arrow { color: var(--amber); }

/* Expedition list (heritage feel) */
.exped-list { display: flex; flex-direction: column; gap: 1px; background: var(--line); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.exped-row {
  background: var(--bg-elev);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 110px 1fr 140px;
  gap: 22px;
  align-items: center;
  color: var(--ink-2);
  transition: background 0.15s;
}
.exped-row:hover { background: var(--bg-soft); color: var(--ink-2); }
@media (max-width: 720px) { .exped-row { grid-template-columns: 1fr; gap: 8px; } }
.exped-year {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--amber-dark);
  letter-spacing: -0.02em;
  line-height: 1;
}
html[data-theme="dark"] .exped-year { color: var(--amber); }
.exped-title { font-weight: 700; color: var(--ink); font-size: 1.05rem; margin: 0 0 4px; }
.exped-meta { color: var(--muted); font-size: 0.88rem; }
.exped-stats { text-align: right; }
.exped-stats .stat { display: block; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.exped-stats .stat-lbl { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
@media (max-width: 720px) { .exped-stats { text-align: left; } }

/* Stat strip */
.stat-strip { background: var(--gradient-ocean); color: #fff; padding: 56px 24px; }
.stat-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
@media (max-width: 720px) { .stat-strip .wrap { grid-template-columns: 1fr 1fr; gap: 24px; } }
.stat .num { font-size: 2.6rem; font-weight: 800; letter-spacing: -0.03em; color: #fff; line-height: 1; font-family: var(--font-serif); }
.stat .num .it { color: var(--amber-light); font-style: italic; }
.stat .lbl { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); font-weight: 700; margin-top: 6px; }

/* Feature row */
.feature-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.feature .icon-wrap {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--gradient-ocean);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  box-shadow: var(--shadow);
}
.feature .icon-wrap.amber { background: var(--gradient-amber); box-shadow: var(--shadow-amber); }
.feature .icon-wrap.teal { background: linear-gradient(135deg, #0e7490, #155e75); }
.feature .icon-wrap .icon { width: 24px; height: 24px; }
.feature h3 { margin: 0 0 8px; font-size: 1.15rem; font-family: var(--font-serif); }
.feature p { color: var(--muted); margin: 0; font-size: 0.96rem; }

/* Kayaker profile cards */
.kayaker-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.kayaker-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  display: block;
  color: var(--ink-2);
  transition: all 0.2s;
}
.kayaker-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: var(--ink-2); border-color: var(--amber); }
.kayaker-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: var(--gradient-ocean);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  box-shadow: var(--shadow);
}
.kayaker-card h3 { margin: 0 0 4px; font-size: 1.2rem; font-family: var(--font-serif); }
.kayaker-card .country { font-size: 0.85rem; color: var(--muted); margin-bottom: 12px; }
.kayaker-card .blurb { color: var(--ink-soft); font-size: 0.92rem; margin: 0 0 14px; }
.kayaker-card .stat-pill {
  display: inline-block;
  background: var(--amber-soft);
  color: var(--amber-dark);
  font-weight: 700; font-size: 0.78rem;
  padding: 3px 10px; border-radius: 999px;
  margin: 0 4px 4px 0;
  letter-spacing: 0.04em;
}
html[data-theme="dark"] .kayaker-card .stat-pill { color: var(--amber); }

/* Tool/resource cards */
.tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.tool-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  display: block;
  color: var(--ink-2);
  transition: all 0.2s;
}
.tool-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--amber); color: var(--ink-2); }
.tool-card .icon-wrap { width: 46px; height: 46px; border-radius: 10px; background: var(--gradient-ocean); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: var(--shadow); }
.tool-card .icon-wrap.amber { background: var(--gradient-amber); }
.tool-card .icon-wrap.teal  { background: linear-gradient(135deg, #0e7490, #155e75); }
.tool-card .icon-wrap .icon { width: 22px; height: 22px; }
.tool-card h3 { margin: 0 0 6px; font-size: 1.1rem; font-family: var(--font-serif); }
.tool-card p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.tool-card .meta-pill { background: var(--amber-soft); color: var(--amber-dark); font-weight: 700; font-size: 0.7rem; padding: 3px 9px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase; }
html[data-theme="dark"] .tool-card .meta-pill { color: var(--amber); }
.tool-card .arrow { margin-top: 14px; display: inline-flex; align-items: center; gap: 4px; color: var(--amber-dark); font-weight: 700; font-size: 0.88rem; }
html[data-theme="dark"] .tool-card .arrow { color: var(--amber); }

/* Article */
article { padding: 48px 0 80px; }
article h1 { margin: 0 0 14px; }
article h2 { margin: 1.8em 0 0.6em; color: var(--ocean); font-family: var(--font-serif); }
html[data-theme="dark"] article h2 { color: var(--ocean); }
article h3 { margin: 1.4em 0 0.4em; }
article p, article li { color: var(--ink-soft); }
article ul, article ol { padding-left: 1.4em; }
article li { margin-bottom: 0.4em; }
article blockquote {
  border-left: 4px solid var(--amber);
  padding: 8px 0 8px 22px;
  margin: 28px 0;
  color: var(--ink-soft);
  font-family: var(--font-serif);
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.55;
}
.meta { color: var(--muted); font-size: 0.92rem; margin-bottom: 28px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.meta-pill { background: var(--amber-soft); color: var(--amber-dark); font-weight: 700; font-size: 0.74rem; padding: 4px 11px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase; }
html[data-theme="dark"] .meta-pill { color: var(--amber); }
.breadcrumb { font-size: 0.9rem; color: var(--muted); padding: 18px 0 0; }
.breadcrumb a { color: var(--muted); }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; margin: 28px 0; }
.fact { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.fact .label { color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
.fact .value { font-weight: 800; font-size: 1.1rem; margin-top: 4px; color: var(--ink); font-family: var(--font-serif); }

table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 0.95rem; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
th { background: var(--bg-soft); font-weight: 700; color: var(--ink); font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.04em; }
td { color: var(--ink-soft); }

.callout { background: var(--ocean-soft); border-left: 4px solid var(--ocean); padding: 18px 22px; border-radius: 4px; margin: 22px 0; font-size: 0.96rem; }
.callout.warn { background: var(--amber-soft); border-left-color: var(--amber-dark); }
.callout.tip { background: var(--teal-soft); border-left-color: var(--teal); }
.callout p:first-child { margin-top: 0; }
.callout p:last-child { margin-bottom: 0; }

.faq-item { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; color: var(--ink); padding: 4px 0; list-style: none; font-size: 1.04rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--font-serif); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; font-weight: 300; color: var(--muted); flex-shrink: 0; }
.faq-item[open] summary::after { content: "−"; color: var(--amber); }
.faq-item p { margin: 12px 0 4px; color: var(--ink-soft); }

.ad-slot { background: var(--bg-soft); border: 1px dashed var(--line-strong); text-align: center; padding: 22px; margin: 28px 0; color: var(--muted); font-size: 0.78rem; border-radius: var(--radius); letter-spacing: 0.06em; text-transform: uppercase; }

.cta-banner {
  background: var(--gradient-hero);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 52px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before { content: ""; position: absolute; top: -100px; right: -100px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%); }
.cta-banner h2 { color: #fff; margin: 0 0 12px; font-size: clamp(1.6rem, 3vw, 2.2rem); position: relative; font-family: var(--font-serif); }
.cta-banner p { color: rgba(255,255,255,0.92); margin: 0 auto 28px; font-size: 1.05rem; max-width: 620px; position: relative; }
.cta-banner .btn { position: relative; background: var(--amber); color: var(--ink); }
.cta-banner .btn:hover { background: #fbbf24; color: var(--ink); transform: translateY(-2px); }

/* Footer */
.site-footer { background: var(--ocean-dark); color: #b5c8e0; padding: 72px 24px 28px; margin-top: 80px; font-size: 0.92rem; }
.site-footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; max-width: var(--max); margin: 0 auto; }
@media (max-width: 768px) { .site-footer .cols { grid-template-columns: 1fr 1fr; } }
.site-footer h4 { color: #fff; margin: 0 0 14px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #b5c8e0; }
.site-footer a:hover { color: var(--amber-light); }
.site-footer p { color: #8da3c4; }
.copyright { max-width: var(--max); margin: 48px auto 0; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; text-align: center; color: #8da3c4; font-size: 0.85rem; line-height: 1.7; }

.byline { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 32px 0; }
.byline .avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gradient-ocean); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; box-shadow: var(--shadow); font-family: var(--font-serif); }
.byline .name { font-weight: 700; color: var(--ink); }
.byline .role { font-size: 0.86rem; color: var(--muted); }

/* Blog cards */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 22px; }
.blog-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: block;
  color: var(--ink-2);
  transition: all 0.2s;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--amber); color: var(--ink-2); }
.blog-card h3 { margin: 12px 0 10px; font-size: 1.2rem; line-height: 1.3; font-family: var(--font-serif); }
.blog-card p { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.55; }

form .field { margin-bottom: 18px; }
form label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 0.92rem; color: var(--ink); }
form input, form textarea, form select { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: 10px; font-size: 1rem; font-family: inherit; background: var(--bg-elev); color: var(--ink); }
form input:focus, form textarea:focus, form select:focus { outline: none; border-color: var(--ocean); box-shadow: 0 0 0 4px var(--ocean-soft); }
form textarea { min-height: 140px; resize: vertical; }

.text-center { text-align: center; }
.muted { color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 720px) { .grid-2 { grid-template-columns: 1fr; } }

/* Image hero + gallery (rescued WP imagery) */
.hero-figure { margin: 24px 0 32px; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 28px rgba(10,25,41,0.18); border: 1px solid var(--line); background: var(--bg-soft); }
.hero-img { display: block; width: 100%; height: auto; max-height: 540px; object-fit: cover; }
.image-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; margin: 18px 0 32px; }
.image-gallery .thumb { display: block; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); transition: transform .18s ease, box-shadow .18s ease; aspect-ratio: 4/3; }
.image-gallery .thumb:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(10,25,41,0.15); }
.thumb-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.portrait { width: 100%; max-width: 360px; margin: 0 auto 24px; border-radius: 18px; overflow: hidden; box-shadow: 0 8px 28px rgba(10,25,41,0.18); border: 1px solid var(--line); }
.portrait-img { display: block; width: 100%; height: auto; }
@media (max-width: 640px) {
  .hero-img { max-height: 320px; }
  .image-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
[data-theme="dark"] .hero-figure, [data-theme="dark"] .portrait, [data-theme="dark"] .image-gallery .thumb { border-color: rgba(255,255,255,0.08); box-shadow: 0 8px 28px rgba(0,0,0,0.5); }
