/* ========================================================================
   For A Strawless Ocean — Site Stylesheet
   v2.0 | 2026 SEO restoration | Brand identity preserved from Lonely Whale era
   ======================================================================== */

:root {
  --ink: #1a1a1a;
  --ink-soft: #4a4a4a;
  --paper: #ffffff;
  --paper-soft: #fbfaf6;
  --sand: #e8d8b8;
  --sand-soft: #f5ecd6;
  --sky: #b8d8e0;
  --ocean: #1a8cb8;
  --ocean-deep: #115a78;
  --line: #e8e3d8;
  --line-dark: #cfcabb;
  --pop: #d4136b;
  --max: 1100px;
  --max-wide: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Helvetica Neue", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--ocean); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* ----- Header ----- */
.site-header {
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
  padding: 18px 32px;
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  font-weight: 900;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
}
.brand .small {
  display: block;
  font-weight: 400;
  font-size: 10px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-top: 3px;
}
.primary-nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.primary-nav a:hover, .primary-nav a[aria-current] { border-bottom-color: var(--ink); }
@media (max-width: 760px) {
  .site-header { padding: 14px 20px; }
  .primary-nav ul { gap: 16px; }
  .primary-nav a { font-size: 11px; letter-spacing: 0.08em; }
  .brand { font-size: 14px; }
}

/* ----- Buttons ----- */
.btn {
  display: inline-block;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
  font-family: inherit;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: #fff; color: var(--ink); border-color: #fff; }
.btn-primary:hover { background: transparent; color: #fff; border-color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ocean { background: var(--ocean); color: #fff; border-color: var(--ocean); }
.btn-ocean:hover { background: var(--ocean-deep); border-color: var(--ocean-deep); color: #fff; }

/* ----- HERO (homepage) ----- */
.hero {
  position: relative;
  min-height: 88vh;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.42) 100%), url('assets/hero-foraso.png');
  background-size: cover;
  background-position: center;
  background-color: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 120px 24px 80px;
}
.hero-inner { max-width: 980px; margin: 0 auto; position: relative; }
.wordmark {
  font-size: clamp(48px, 9vw, 124px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 28px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.wordmark span { display: block; }
.hero-subtitle {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto 36px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 760px) { .hero { min-height: 72vh; padding: 80px 20px 60px; } }

/* ----- Page hero (sub-pages) ----- */
.page-hero {
  background: var(--ink);
  color: #fff;
  padding: 96px 24px 72px;
  text-align: center;
}
.page-hero-inner { max-width: 800px; margin: 0 auto; }
.page-hero .eyebrow { color: var(--sand); margin-bottom: 16px; }
.page-hero h1 {
  font-size: clamp(36px, 5.5vw, 56px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.page-hero .lead {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin: 0;
  max-width: 700px;
  margin: 0 auto;
}

/* ----- Sections ----- */
section { padding: 80px 24px; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: var(--ocean);
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(32px, 4.5vw, 48px);
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.15;
}
.section-lead {
  text-align: center;
  color: var(--ink-soft);
  max-width: 700px;
  margin: 0 auto 56px;
  font-size: 18px;
  line-height: 1.6;
}

/* ----- Stats row (homepage / why-it-matters) ----- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 48px 0 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-cell { text-align: center; padding: 40px 24px; border-right: 1px solid var(--line); }
.stat-cell:last-child { border-right: none; }
.stat-num {
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.stat-label { font-size: 14px; line-height: 1.5; color: var(--ink-soft); max-width: 240px; margin: 0 auto; }
@media (max-width: 760px) {
  .stats-row { grid-template-columns: 1fr; }
  .stat-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .stat-cell:last-child { border-bottom: none; }
}

/* ----- Article body (used on all content pages) ----- */
.breadcrumb {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 24px 0;
  font-size: 14px;
  color: var(--ink-soft);
}
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; opacity: 0.5; }

article.post {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 24px 48px;
}
article.post .post-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--ocean);
  font-weight: 700;
  margin-bottom: 14px;
}
article.post h1 {
  font-size: clamp(32px, 4.5vw, 44px);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  font-weight: 800;
}
article.post .post-lead {
  font-size: 19px;
  color: var(--ink-soft);
  margin: 0 0 32px;
  line-height: 1.55;
}
article.post .post-meta {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
article.post h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.25;
  margin: 48px 0 14px;
  letter-spacing: -0.01em;
  padding-top: 8px;
  font-weight: 800;
}
article.post h3 {
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.3;
  margin: 32px 0 12px;
  font-weight: 700;
}
article.post p { margin: 0 0 18px; }
article.post ul, article.post ol { margin: 0 0 20px; padding-left: 24px; }
article.post li { margin-bottom: 8px; }
article.post blockquote {
  margin: 28px 0;
  padding: 20px 26px;
  border-left: 4px solid var(--ocean);
  background: var(--paper-soft);
  color: var(--ink-soft);
  font-style: italic;
  font-size: 17px;
}
article.post blockquote cite { display: block; margin-top: 10px; font-size: 13px; font-style: normal; color: var(--ink); font-weight: 600; }

/* Table of contents */
.toc {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  padding: 22px 26px;
  margin-bottom: 32px;
}
.toc strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  margin-bottom: 12px;
  font-weight: 700;
}
.toc ol { margin: 0; padding-left: 22px; columns: 2; column-gap: 28px; }
.toc li { margin-bottom: 6px; font-size: 15px; line-height: 1.4; break-inside: avoid; }
@media (max-width: 600px) { .toc ol { columns: 1; } }

/* Comparison/data tables */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
  font-size: 15px;
  background: #fff;
}
.data-table th, .data-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.data-table th {
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:nth-child(even) td { background: var(--paper-soft); }
.data-table .yes { color: #1d7a3a; font-weight: 700; }
.data-table .no { color: #b3322a; font-weight: 700; }
.data-table .partial { color: #b07d0e; font-weight: 700; }
.data-table .item { font-weight: 700; }
.data-table .duration { color: var(--ocean-deep); white-space: nowrap; font-weight: 600; }
@media (max-width: 720px) {
  .data-table { font-size: 13px; }
  .data-table th, .data-table td { padding: 8px 10px; }
}

/* Callouts */
.callout {
  background: var(--sand-soft);
  border-left: 4px solid var(--pop);
  padding: 22px 28px;
  border-radius: 0;
  margin: 28px 0;
  font-size: 15px;
  line-height: 1.65;
}
.callout strong { color: var(--ink); }
.fact {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px 24px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.6;
}
.fact strong { color: var(--ocean-deep); }

/* Sources block */
.sources {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  padding: 22px 26px;
  margin: 36px 0;
  font-size: 14px;
  line-height: 1.6;
}
.sources h3 { margin-top: 0; font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink); font-weight: 700; }
.sources ol { padding-left: 22px; margin-bottom: 0; }
.sources li { margin-bottom: 8px; }

/* Next-steps block */
.next-steps {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  padding: 28px 32px;
  margin: 48px 0 0;
}
.next-steps h2 { margin-top: 0; font-size: 22px; }
.next-steps ul { padding-left: 0; list-style: none; margin: 16px 0 0; }
.next-steps li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.next-steps li:last-child { border-bottom: none; }
.next-steps li::before { content: "→ "; color: var(--ocean); font-weight: 700; }

/* Inline option/comparison cards */
.option-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px 28px;
  margin: 28px 0;
}
.option-card h3 { margin-top: 0; }
.option-card .pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 16px; }
.option-card .pros, .option-card .cons { font-size: 15px; line-height: 1.55; }
.option-card .pros strong { color: #1d7a3a; }
.option-card .cons strong { color: #b3322a; }
.option-card ul { padding-left: 22px; margin: 8px 0 0; }
@media (max-width: 600px) { .option-card .pros-cons { grid-template-columns: 1fr; } }

/* Cluster cards (homepage / pillars) */
.clusters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.cluster-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.cluster-card h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: var(--ink);
  font-weight: 800;
}
.cluster-card p { color: var(--ink-soft); flex-grow: 1; margin: 0; }
.cluster-card .pillar-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  color: var(--ocean);
}
.cluster-card ul { list-style: none; padding: 16px 0 0 0; margin: 16px 0 0 0; border-top: 1px solid var(--line); }
.cluster-card li { margin: 8px 0; padding-left: 20px; position: relative; font-size: 14px; line-height: 1.4; }
.cluster-card li::before { content: "→"; position: absolute; left: 0; color: var(--ocean); }
@media (max-width: 880px) { .clusters { grid-template-columns: 1fr; } }

/* Form (disabled) */
.signup-card {
  background: #fff;
  max-width: 580px;
  margin: 32px auto 0;
  padding: 40px 36px;
  text-align: center;
  border: 1px solid var(--line);
}
.signup-card h3 { margin: 0 0 8px; font-size: 22px; color: var(--ink); font-weight: 700; }
.signup-card .signup-desc { color: var(--ink-soft); margin: 0 0 24px; font-size: 15px; }
.signup-form { display: flex; gap: 0; max-width: 460px; margin: 0 auto; }
.signup-form input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-right: none;
  font-size: 15px;
  font-family: inherit;
  background: var(--paper);
}
.signup-form input:disabled { background: #f5f4ee; color: #999; cursor: not-allowed; }
.signup-form button {
  padding: 14px 24px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
.signup-form button:disabled { background: #999; border-color: #999; cursor: not-allowed; }
.signup-note { font-size: 13px; color: var(--ink-soft); margin: 18px 0 0; font-style: italic; }
.signup-note a { color: var(--ocean); }
@media (max-width: 600px) {
  .signup-form { flex-direction: column; }
  .signup-form input { border-right: 1px solid var(--line); }
}

/* Form full (longer forms like Mini Grants) */
.form-full {
  max-width: 620px;
  margin: 32px auto;
  background: #fff;
  border: 1px solid var(--line);
  padding: 36px 38px;
}
.form-full label { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); margin: 18px 0 6px; }
.form-full input, .form-full textarea, .form-full select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  font-size: 15px;
  font-family: inherit;
  background: var(--paper);
}
.form-full input:disabled, .form-full textarea:disabled, .form-full select:disabled {
  background: #f5f4ee;
  color: #999;
  cursor: not-allowed;
}
.form-full textarea { min-height: 100px; resize: vertical; }
.form-full button {
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  background: var(--ink);
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
.form-full button:disabled { background: #999; cursor: not-allowed; }

/* Movement / sand bg */
.bg-sand { background: var(--sand-soft); }
.bg-paper-soft { background: var(--paper-soft); }
.bg-dark { background: var(--ink); color: #fff; }
.bg-dark .section-title { color: #fff; }
.bg-dark .section-lead { color: rgba(255,255,255,0.78); }
.bg-dark .eyebrow { color: var(--sand); }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.testimonial { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); padding: 28px 30px; }
.testimonial-text { font-size: 18px; line-height: 1.55; margin: 0 0 18px; color: #fff; font-weight: 500; }
.testimonial-attr { font-size: 12px; color: var(--sand); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
@media (max-width: 760px) { .testimonial-grid { grid-template-columns: 1fr; } }

.testimonials-light { background: var(--paper); }
.testimonials-light .testimonial { background: var(--paper-soft); border: 1px solid var(--line); }
.testimonials-light .testimonial-text { color: var(--ink); }
.testimonials-light .testimonial-attr { color: var(--ocean-deep); }

/* Image grid (collaborator/team pages) */
.image-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
.image-grid figure { margin: 0; text-align: center; background: var(--paper-soft); border: 1px solid var(--line); padding: 20px; }
.image-grid figure img { margin: 0 auto 10px; max-height: 80px; width: auto; }
.image-grid figcaption { font-size: 13px; color: var(--ink-soft); font-weight: 600; }
@media (max-width: 720px) { .image-grid { grid-template-columns: repeat(2, 1fr); } }

/* Inclusion notice (used everywhere) */
.inclusion-section { background: var(--sand-soft); padding: 56px 24px; }
.inclusion {
  background: #fff;
  border-left: 4px solid var(--pop);
  padding: 28px 32px;
  margin: 0 auto;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.inclusion strong { color: var(--ink); }

/* ----- Footer ----- */
.site-footer {
  background: var(--ink);
  color: #c9c8cd;
  padding: 64px 24px 28px;
}
.footer-inner { max-width: var(--max-wide); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand-block h4 { color: #fff; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; font-size: 14px; margin: 0 0 12px; }
.footer-grid h4 { color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; margin: 0 0 16px; font-weight: 700; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: 8px 0; }
.footer-grid a { color: #c9c8cd; font-size: 14px; text-decoration: none; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-attribution {
  border-top: 1px solid #333;
  padding-top: 28px;
  font-size: 13px;
  line-height: 1.65;
  color: #a0a0a8;
}
.footer-attribution strong { color: #fff; font-weight: 700; }
.footer-attribution a { color: var(--sand); text-decoration: none; }
.footer-attribution a:hover { text-decoration: underline; }
.footer-bottom {
  margin-top: 22px;
  font-size: 11px;
  color: #666;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-bottom a { color: #888; text-decoration: none; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* Print */
@media print {
  .site-header, .site-footer, .next-steps { display: none; }
  body { font-size: 12pt; }
  article.post { max-width: none; }
}
