/* ==========================================================
   Yacht Rock Life — stylesheet
   Simple, dependency-free CSS. Edit colors in :root to re-theme.
   ========================================================== */

:root {
  --navy: #16283c;
  --navy-deep: #0d1a28;
  --cream: #faf6ee;
  --sand: #f2ead9;
  --gold: #c9974a;
  --coral: #e07856;
  --ink: #22303f;
  --white: #ffffff;
  --max-width: 1120px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(13, 26, 40, 0.12);
  font-size: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

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

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

.narrow { max-width: 760px; }
.center { text-align: center; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--navy);
}

h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1em; }

a { color: var(--gold); }

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--coral);
  margin: 0 0 0.6em;
}

.section-intro {
  max-width: 640px;
  margin: 0 auto 2.5em;
  color: #55636f;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(22, 40, 60, 0.92);
  backdrop-filter: blur(6px);
}

.nav-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  color: var(--white);
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.site-nav {
  display: flex;
  gap: 22px;
}

.site-nav a {
  color: #d9e1e8;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.site-nav a:hover { color: var(--gold); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,26,40,0.55) 0%, rgba(13,26,40,0.75) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 1.2em;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  margin-bottom: 0.5em;
}

.hero-sub {
  font-size: 1.15rem;
  color: #e7ecf0;
  max-width: 560px;
  margin: 0 auto 2em;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--coral); color: var(--white); }
.btn-ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.6); }
.btn-small { background: var(--gold); color: var(--navy-deep); padding: 9px 18px; font-size: 0.85rem; }

/* ---------- Sections ---------- */
.section { padding: 5.5rem 0; }
.section-light { background: var(--cream); }
.section-accent { background: var(--sand); }
.section-dark { background: var(--navy); color: #d9e1e8; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .section-intro { color: #b7c3cd; }

.two-col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.two-col.reverse .col-image { order: 2; }
.two-col.reverse .col-text { order: 1; }

.col-image img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: auto;
}

/* ---------- Haters / Follow (image + centered text) ---------- */
.haters-img, .follow-img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 420px;
  margin: 1.5rem auto 2rem;
}

.lede {
  font-size: 1.3rem;
  font-family: Georgia, serif;
  color: var(--navy);
}

/* ---------- Playlist / Video grids ---------- */
.playlist-grid, .video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}

.playlist-card, .video-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.section-dark .video-card { background: #1e3550; }

.playlist-note { font-size: 0.9rem; color: #6b7884; margin-bottom: 1rem; }
.section-dark .video-card p { color: #b7c3cd; font-size: 0.92rem; }

.embed-wrap { border-radius: 10px; overflow: hidden; }
.embed-wrap iframe { display: block; }

.embed-placeholder {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sand);
  color: #8a7a5f;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}

.doc-poster {
  height: 220px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

/* ---------- Shop grid ---------- */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 1rem;
}

.shop-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  padding-bottom: 1.4rem;
}

.shop-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.shop-card-placeholder {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  background: var(--sand);
}

.shop-card h3 {
  font-size: 1.05rem;
  margin: 1rem 1rem 0.6rem;
}

.shop-card a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.disclosure {
  text-align: center;
  font-size: 0.8rem;
  color: #8a97a2;
  margin-top: 2rem;
}

/* ---------- Social links ---------- */
.social-links {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 1rem;
}

.social-links a {
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.social-links a:hover { background: var(--coral); border-color: var(--coral); color: var(--white); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-deep);
  color: #9fadb8;
  padding: 3.5rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2rem;
}

.brand-footer {
  font-family: Georgia, serif;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.footer-heading {
  color: var(--white);
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}

.footer-note { font-size: 0.85rem; }
.footer-note a { color: var(--gold); }

.copyright {
  text-align: center;
  font-size: 0.78rem;
  color: #6b7884;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.5rem;
  margin: 0 auto;
  max-width: var(--max-width);
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .two-col.reverse .col-image { order: 1; }
  .two-col.reverse .col-text { order: 2; }
  .playlist-grid, .video-grid { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
}

@media (max-width: 640px) {
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy-deep);
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .site-nav.open { max-height: 420px; }
  .site-nav a {
    padding: 14px 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .hero { min-height: 78vh; }
}
