/* ==========================================================================
   Baldinger.se — homepage styles
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

:root {
  --paper:    #f0ece4;
  --paper-2:  #e6e1d6;
  --stone:    #a8a89e;
  --moss:     #4a5a4a;
  --forest:   #1f2a25;
  --ink:      #0f1411;
  --orange:   #ff5b1f;
  --orange-dk:#cc4612;
  /* Pillar cues */
  --p-films:   #ff5b1f;
  --p-lessons: #4a8aa8;
  --p-notes:   #c4a45a;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

/* ==========================================================================
   Page shell
   ========================================================================== */

.home {
  max-width: 1320px;
  margin: 0 auto;
  background: var(--paper);
}

/* ==========================================================================
   Top nav
   ========================================================================== */

.home-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  border-bottom: 1px solid rgba(15,20,17,0.1);
}
.home-nav .l {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.wordmark { height: 42px; width: auto; display: block; }
.wordmark-inv { filter: brightness(0) invert(1); opacity: 0.92; }
.home-nav .r {
  display: flex;
  gap: 28px;
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
  opacity: 0.85;
}
.home-nav .r a { color: inherit; text-decoration: none; }
.home-nav .r a:hover { color: var(--orange); opacity: 1; }
.home-nav .r .cta { color: var(--orange); font-weight: 700; opacity: 1; }

/* ==========================================================================
   Hero
   ========================================================================== */

.home-hero-photo {
  position: relative;
  aspect-ratio: 21/8;
  width: 100%;
  background: url('photos/beach-flag.jpg') center/cover;
  overflow: hidden;
}
.home-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,20,17,0) 50%, rgba(15,20,17,0.45) 100%);
}
.home-hero-photo .ovl {
  position: absolute;
  left: 48px; right: 48px; bottom: 24px;
  display: flex;
  justify-content: space-between;
  color: var(--paper);
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 2;
}
.home-hero-photo .ovl b { color: var(--orange); font-weight: 500; }

.home-hero {
  padding: 80px 48px 60px;
  position: relative;
  overflow: hidden;
}
.home-hero::after {
  content: "";
  position: absolute;
  right: -100px; top: 40px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 200px rgba(255,91,31,0.25);
  pointer-events: none;
  opacity: 0.85;
}
.home-hero .pill {
  font-family: "JetBrains Mono";
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
.home-hero .pill::before { content: "● "; }
.home-hero h1 {
  font-family: "Inter";
  font-weight: 900;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.88;
  letter-spacing: -0.05em;
  margin: 0 0 32px;
  color: var(--forest);
  position: relative;
  max-width: 80%;
}
.home-hero h1 .or { color: var(--orange); }
.home-hero h1 .stk { font-weight: 200; font-style: italic; }
.home-hero .row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  border-top: 1px solid rgba(15,20,17,0.2);
  padding-top: 18px;
  position: relative;
}
.home-hero .row .l {
  font-size: 16px;
  max-width: 380px;
  line-height: 1.5;
  color: #2c3a30;
}
.home-hero .row .r {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
  opacity: 0.7;
  text-align: right;
  line-height: 1.7;
}
.home-hero .row .r b {
  color: var(--orange);
  display: block;
  font-weight: 500;
}

/* ==========================================================================
   Latest from the field
   ========================================================================== */

.home-feat {
  padding: 48px;
  border-top: 1px solid rgba(15,20,17,0.1);
}
.home-feat .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 28px;
}
.home-feat .head h3 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.025em;
  color: var(--forest);
  margin: 0;
}
.home-feat .head .more {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
}

.feat-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.feat-card {
  display: block;
  text-decoration: none;
  aspect-ratio: 16/10;
  background: url('photos/cannonball.jpg') center/cover, var(--forest);
  position: relative;
  overflow: hidden;
}
.feat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,20,17,0.05) 0%, rgba(15,20,17,0.7) 100%);
}
.feat-card .label-row {
  position: absolute;
  top: 24px; left: 24px; right: 24px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.feat-card .pill {
  background: var(--orange);
  color: var(--paper);
  padding: 4px 10px;
  font-family: "JetBrains Mono";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.feat-card .ep {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--paper);
  opacity: 0.85;
  text-transform: uppercase;
}
.feat-card h4 {
  position: absolute;
  bottom: 64px; left: 24px; right: 24px;
  font-family: "Inter";
  font-weight: 900;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--paper);
  margin: 0;
  z-index: 2;
}
.feat-card h4 .or { color: var(--orange); }
.feat-card .meta {
  position: absolute;
  bottom: 22px; left: 24px; right: 24px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper);
  opacity: 0.85;
}

.feat-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.side-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px;
  background: var(--paper-2);
  text-decoration: none;
  color: inherit;
  transition: background 0.18s;
}
.side-card:hover { background: #ddd6c8; }
.side-card .thumb-mini {
  aspect-ratio: 16/9;
  background: url('photos/dust-front.jpg') center/cover;
  position: relative;
  overflow: hidden;
}
.side-card .thumb-mini::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(74,138,168,0.45), rgba(15,20,17,0.5));
}
.side-card .thumb-mini.films {
  background: url('photos/water-action.jpg') center/cover;
}
.side-card .thumb-mini.films::before {
  background: linear-gradient(160deg, rgba(255,91,31,0.3), rgba(15,20,17,0.4));
}
.side-card .thumb-mini.notes {
  background: url('photos/desert-far.jpg') center/cover;
}
.side-card .thumb-mini.notes::before {
  background: linear-gradient(160deg, rgba(196,164,90,0.3), rgba(15,20,17,0.4));
}
.side-card .pill {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}
.side-card.films   .pill { color: var(--p-films); }
.side-card.lessons .pill { color: var(--p-lessons); }
.side-card.notes   .pill { color: var(--p-notes); }
.side-card .pill::before { content: "● "; }
.side-card h5 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--forest);
  margin: 0 0 4px;
}
.side-card .meta {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moss);
}

/* ==========================================================================
   Updates
   ========================================================================== */

.home-updates {
  padding: 48px;
  border-top: 1px solid rgba(15,20,17,0.1);
}
.home-updates .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 28px;
}
.home-updates .head h3 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.025em;
  color: var(--forest);
  margin: 0;
}
.home-updates .head .more {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
}
.update-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.update-card {
  background: var(--paper-2);
  padding: 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.18s;
}
.update-card:hover { background: #ddd6c8; }
.update-card .pill {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--p-lessons);
}
.update-card .pill::before { content: "● "; }
.update-card h5 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--forest);
  margin: 0;
  flex: 1;
}
.update-card .meta {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moss);
}

/* ==========================================================================
   About / bio
   ========================================================================== */

.home-about {
  padding: 64px 48px;
  background: var(--paper-2);
  border-top: 1px solid rgba(15,20,17,0.1);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
.home-about .kicker {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 16px;
}
.home-about .kicker::before { content: "● "; }
.home-about h2 {
  font-family: "Inter";
  font-weight: 900;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--forest);
  margin: 0 0 24px;
}
.home-about h2 .stk { font-weight: 200; font-style: italic; }
.home-about p {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3a30;
  margin: 0 0 14px;
}
.home-about .quote {
  border-left: 3px solid var(--orange);
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--forest);
  font-style: italic;
  margin: 20px 0 24px;
}
.home-about .contact-link {
  font-family: "JetBrains Mono";
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
}
.home-about .stat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(15,20,17,0.15);
}
.home-about .stat-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(15,20,17,0.15);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-about .stat-label {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
}
.home-about .stat-value {
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--forest);
}
.home-about .stat-value a { color: inherit; text-decoration: none; }
.home-about .stat-value a:hover { color: var(--orange); }
.home-about .stat-small { font-size: 14px; font-weight: 500; letter-spacing: 0; }

/* ==========================================================================
   Bikes
   ========================================================================== */

.home-bikes {
  padding: 48px;
  border-top: 1px solid rgba(15,20,17,0.1);
}
.home-bikes .head {
  display: flex;
  align-items: baseline;
  margin-bottom: 28px;
}
.home-bikes .head h3 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.025em;
  color: var(--forest);
  margin: 0;
}
.bike-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.bike-card {
  background: var(--paper-2);
  padding: 28px 24px;
}
.bike-card .role {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 8px;
}
.bike-card h4 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin: 0 0 10px;
}
.bike-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #2c3a30;
  margin: 0;
}

/* ==========================================================================
   Partners strip
   ========================================================================== */

.home-partners {
  border-top: 1px solid rgba(15,20,17,0.1);
  padding: 24px 48px;
}
.partners-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.partners-label {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
  white-space: nowrap;
}
.partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}
.partner {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
}
.partner-main {
  color: var(--forest);
  font-weight: 700;
}

/* ==========================================================================
   Three pillars (dark band)
   ========================================================================== */

.home-pillars {
  padding: 48px;
  background: var(--forest);
  color: var(--paper);
}
.home-pillars .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 28px;
}
.home-pillars .head h3 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.025em;
  margin: 0;
}
.home-pillars .head .more {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
}
.home-pillars .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(240,236,228,0.2);
}
.home-pillars .pcard {
  padding: 28px 24px 28px 0;
  border-right: 1px solid rgba(240,236,228,0.2);
}
.home-pillars .pcard:last-child {
  border-right: none;
  padding-right: 0;
}
.home-pillars .pcard:not(:first-child) {
  padding-left: 24px;
}
.home-pillars .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-bottom: 14px;
}
.home-pillars .pcard h4 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.home-pillars .pcard .ct {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 14px;
}
.home-pillars .pcard p {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.85;
  margin: 0 0 14px;
}
.home-pillars .pcard a {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
}

/* ==========================================================================
   Newsletter promo
   ========================================================================== */

.home-nl {
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  border-top: 1px solid rgba(15,20,17,0.1);
}
.home-nl .l .pill {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 14px;
}
.home-nl .l .pill::before { content: "● "; }
.home-nl .l h3 {
  font-family: "Inter";
  font-weight: 900;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--forest);
  margin: 0 0 14px;
}
.home-nl .l h3 .stk { font-weight: 200; font-style: italic; }
.home-nl .l p {
  font-size: 15px;
  line-height: 1.55;
  color: #2c3a30;
  margin: 0 0 18px;
  max-width: 380px;
}
.home-nl .form {
  display: flex;
  gap: 8px;
  max-width: 380px;
}
.home-nl .form input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid var(--forest);
  background: var(--paper);
  font-family: "Inter";
  font-size: 14px;
}
.home-nl .form button {
  padding: 12px 18px;
  background: var(--orange);
  color: var(--paper);
  border: none;
  font-family: "Inter";
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.005em;
  cursor: pointer;
}
.home-nl .form button:hover { background: var(--orange-dk); }
.home-nl .r {
  aspect-ratio: 4/3;
  background: var(--paper-2);
  border: 1px solid rgba(15,20,17,0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image:
    linear-gradient(rgba(15,20,17,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,20,17,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.home-nl .r .hdr {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
}
.home-nl .r h4 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--forest);
  margin: 0;
}
.home-nl .r .meta {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.home-foot {
  padding: 36px 48px;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-foot .l {
  display: flex;
  align-items: center;
}
.home-foot .l .wordmark { height: 34px; }
.home-foot .links {
  display: flex;
  gap: 24px;
  opacity: 0.6;
}
.home-foot .links a {
  text-decoration: none;
  color: inherit;
}
.home-foot .links a:hover { color: var(--orange); opacity: 1; }

/* ==========================================================================
   Sub-page shell
   ========================================================================== */

.page {
  max-width: 1320px;
  margin: 0 auto;
  background: var(--paper);
}

.page-hero {
  padding: 72px 48px 56px;
  border-bottom: 1px solid rgba(15,20,17,0.1);
}
.page-hero .eyebrow {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 16px;
}
.page-hero .eyebrow::before { content: "● "; }
.page-hero h1 {
  font-family: "Inter";
  font-weight: 900;
  font-size: clamp(48px, 6.5vw, 84px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--forest);
  margin: 0 0 20px;
}
.page-hero h1 .or { color: var(--orange); }
.page-hero h1 .stk { font-weight: 200; font-style: italic; }
.page-hero p {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3a30;
  max-width: 560px;
  margin: 0;
}

.page-main {
  padding: 48px;
}

.home-nav .r a.active { color: var(--orange); opacity: 1; }

/* ==========================================================================
   Films sub-page
   ========================================================================== */

.film-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 56px;
}
.film-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: var(--paper-2);
  color: inherit;
  padding: 32px;
  transition: background 0.18s;
}
.film-card:hover { background: #ddd6c8; }
.film-card .label-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.film-card .label-row .tag {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--p-films);
}
.film-card .label-row .tag::before { content: "● "; }
.film-card .label-row .date {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss);
}
.film-card h3 {
  font-family: "Inter";
  font-weight: 900;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--forest);
  margin: 0 0 16px;
  flex: 1;
}
.film-card h3 .or { color: var(--orange); }
.film-card .film-meta {
  display: flex;
  gap: 16px;
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 14px;
}
.film-card .film-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #2c3a30;
  margin: 0 0 20px;
}
.film-card .watch-link {
  font-family: "JetBrains Mono";
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: auto;
}
.film-archive-head {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15,20,17,0.1);
}
.film-archive {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.film-archive-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 20px;
  background: var(--paper-2);
  text-decoration: none;
  color: inherit;
  transition: background 0.18s;
}
.film-archive-item:hover { background: #ddd6c8; }
.film-archive-item h4 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--forest);
  margin: 0;
}
.film-archive-item .loc {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss);
}

/* ==========================================================================
   Updates sub-page
   ========================================================================== */

.updates-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.update-item {
  display: grid;
  grid-template-columns: 148px 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: 22px 24px;
  background: var(--paper-2);
  text-decoration: none;
  color: inherit;
  transition: background 0.18s;
}
.update-item:hover { background: #ddd6c8; }
.update-item .date {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss);
}
.update-item h3 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.015em;
  color: var(--forest);
  margin: 0;
  line-height: 1.2;
}
.update-item .tag {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--p-lessons);
  font-weight: 700;
  white-space: nowrap;
}
.update-item .tag::before { content: "● "; }

/* ==========================================================================
   Bikes sub-page
   ========================================================================== */

.bikes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 56px;
}
.bike-page-card {
  background: var(--paper-2);
  padding: 36px 28px;
}
.bike-page-card .role {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 10px;
}
.bike-page-card h2 {
  font-family: "Inter";
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -0.03em;
  color: var(--forest);
  margin: 0 0 16px;
  line-height: 1.05;
}
.bike-page-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #2c3a30;
  margin: 0;
}

/* ==========================================================================
   Gear sub-page
   ========================================================================== */

.gear-section {
  margin-bottom: 56px;
}
.gear-section-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--forest);
  margin-bottom: 20px;
}
.gear-section-head h2 {
  font-family: "Inter";
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: var(--forest);
  margin: 0;
}
.gear-section-head .sub {
  font-family: "JetBrains Mono";
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--moss);
}
.gear-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.gear-item {
  background: var(--paper-2);
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gear-item .category {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--moss);
}
.gear-item h4 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--forest);
  margin: 0;
}
.gear-item p {
  font-size: 13px;
  line-height: 1.5;
  color: #2c3a30;
  margin: 0;
}
.gear-partner {
  font-family: "JetBrains Mono";
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

/* ==========================================================================
   Photo / image variants
   ========================================================================== */

/* Film cards — full bleed photo background */
.film-card--photo {
  position: relative;
  background-color: var(--forest);
  background-size: cover;
  background-position: center;
  min-height: 320px;
  overflow: hidden;
}
.film-card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, rgba(15,20,17,0.08) 0%, rgba(15,20,17,0.82) 58%);
  pointer-events: none;
}
.film-card--photo:hover { background-color: var(--ink); }
.film-card--photo .label-row,
.film-card--photo h3,
.film-card--photo .film-meta,
.film-card--photo .film-desc,
.film-card--photo .watch-link { position: relative; z-index: 2; }
.film-card--photo .label-row .tag  { color: var(--orange); }
.film-card--photo .label-row .date { color: rgba(240,236,228,0.72); }
.film-card--photo h3               { color: var(--paper); }
.film-card--photo h3 .or           { color: var(--orange); }
.film-card--photo .film-meta       { color: rgba(240,236,228,0.65); }
.film-card--photo .film-desc       { color: rgba(240,236,228,0.82); }

/* Archive items — thumbnail */
.film-archive-item--photo { align-items: center; }
.archive-thumb {
  width: 80px;
  height: 52px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* Update items — thumbnail column */
.update-item--thumb {
  grid-template-columns: 80px 148px 1fr auto;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.update-thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  display: block;
}

/* Gear items — product image */
.gear-thumb {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: contain;
  background: var(--paper);
  padding: 8px;
  margin-bottom: 2px;
}

/* Bike cards — photo strip */
.bike-page-card--photo { padding-top: 0; overflow: hidden; }
.bike-card-img {
  display: block;
  width: calc(100% + 56px);
  height: 200px;
  object-fit: cover;
  margin: 0 -28px 28px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
  .home-nav { padding: 16px 24px; flex-wrap: wrap; gap: 12px; }
  .home-nav .r { gap: 16px; flex-wrap: wrap; }
  .home-hero { padding: 48px 24px 40px; }
  .home-hero h1 { max-width: 100%; }
  .home-hero .row { flex-direction: column; align-items: start; }
  .home-hero .row .r { text-align: left; }
  .home-hero-photo .ovl { left: 24px; right: 24px; flex-direction: column; gap: 6px; }

  .home-feat,
  .home-updates,
  .home-about,
  .home-bikes,
  .home-partners,
  .home-pillars,
  .home-nl,
  .home-foot { padding: 32px 24px; }

  .feat-main { grid-template-columns: 1fr; }
  .home-pillars .grid3 { grid-template-columns: 1fr; border-top: none; }
  .home-pillars .pcard {
    border-right: none;
    border-top: 1px solid rgba(240,236,228,0.2);
    padding: 28px 0 !important;
  }
  .home-nl { grid-template-columns: 1fr; }

  .update-grid { grid-template-columns: 1fr 1fr; }
  .home-about { grid-template-columns: 1fr; gap: 32px; }
  .bike-grid { grid-template-columns: 1fr; gap: 2px; }
  .partners-inner { flex-direction: column; align-items: flex-start; gap: 12px; }

  .home-foot { flex-direction: column; gap: 16px; }
  .home-foot .links { flex-wrap: wrap; }

  .page-hero { padding: 48px 24px 36px; }
  .page-main { padding: 32px 24px; }
  .film-grid { grid-template-columns: 1fr; }
  .update-item { grid-template-columns: 1fr; gap: 4px; }
  .update-item--thumb { grid-template-columns: 1fr; }
  .update-thumb { display: none; }
  .update-item .tag { display: none; }
  .bikes-grid { grid-template-columns: 1fr; }
  .gear-grid { grid-template-columns: 1fr 1fr; }
}
