/* =====================================================================
   jordhammock.com — Momo Jord Hammock showcase
   Cinematic long-scroll. Builds on styles.css tokens.
   ===================================================================== */

:root{
  --jh-cream: #f3efe4;
  --jh-gold: #f3c95c;
  --jh-night: #12150d;
  --jh-night-2: #181c12;
  --maxw: 1340px;
}

html{ scroll-behavior: smooth; }
body.jh{ background: var(--paper); color: var(--ink); }
.jh-wrap{ max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
@media (max-width: 720px){ .jh-wrap{ padding: 0 22px; } }

.jh-mono{
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase;
}
.jh-em{ font-style: italic; color: var(--brand); }
.jh-disp{ font-family: var(--ff-display); font-weight: var(--display-weight); letter-spacing: -.02em; }

/* ---------- Reveal ---------- */
[data-reveal]{ opacity: 0; transform: translateY(28px); }
[data-reveal].is-in{ opacity: 1; transform: none; transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
[data-reveal-delay="1"].is-in{ transition-delay: .08s; }
[data-reveal-delay="2"].is-in{ transition-delay: .16s; }
[data-reveal-delay="3"].is-in{ transition-delay: .24s; }
[data-reveal-delay="4"].is-in{ transition-delay: .32s; }
@media (prefers-reduced-motion: reduce){
  [data-reveal]{ opacity: 1 !important; transform: none !important; }
}

/* =====================================================================
   ANNOUNCE + NAV
   ===================================================================== */
.jh-announce{
  background: var(--jh-night); color: var(--jh-cream);
  font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  text-align: center; padding: 9px 20px; line-height: 1.5;
}
.jh-announce b{ color: var(--jh-gold); font-weight: 500; }
.jh-announce a{ color: var(--jh-gold); border-bottom: 1px solid color-mix(in oklab, var(--jh-gold) 50%, transparent); padding-bottom: 1px; }

.jh-nav{
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklab, var(--paper) 86%, transparent);
  backdrop-filter: blur(16px) saturate(1.1);
  border-bottom: 1px solid var(--hairline);
  transition: background .4s ease, border-color .4s ease;
}
.jh-nav-inner{
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 24px; padding: 15px 40px;
}
.jh-brand{ display: flex; align-items: center; gap: 11px; }
.jh-brand .mk{ width: 26px; height: 26px; color: var(--brand); display: inline-flex; }
.jh-brand .mk svg{ width: 100%; height: 100%; }
.jh-brand .nm{ font-family: var(--ff-display); font-weight: 500; font-size: 23px; letter-spacing: -.01em; line-height: 1; }
.jh-brand .tag{ font-family: var(--ff-mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-mute); margin-top: 3px; display: block; }
.jh-navlinks{ display: flex; gap: 26px; justify-self: center; font-size: 13.5px; }
.jh-navlinks a{ color: var(--ink-soft); font-weight: 500; position: relative; padding: 4px 0; }
.jh-navlinks a::after{ content:""; position: absolute; left:0; right:100%; bottom:-2px; height:1.5px; background: var(--brand); transition: right .35s ease; }
.jh-navlinks a:hover{ color: var(--ink); }
.jh-navlinks a:hover::after{ right: 0; }
.jh-nav-cta{ justify-self: end; }
.jh-buy{
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--ink); color: var(--paper);
  padding: 11px 18px; border-radius: 999px;
  font-size: 13.5px; font-weight: 500;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.jh-buy:hover{ transform: translateY(-1px); background: #000; box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.jh-buy svg{ width: 13px; height: 13px; }
.jh-buy.gold{ background: var(--jh-gold); color: var(--jh-night); }
.jh-buy.gold:hover{ background: #ffd877; box-shadow: 0 10px 26px rgba(184,146,73,.4); }

/* nav state when over dark hero */
.jh-nav.on-dark{ background: color-mix(in oklab, var(--jh-night) 30%, transparent); border-color: color-mix(in oklab, var(--jh-cream) 14%, transparent); }
.jh-nav.on-dark .jh-brand .nm,
.jh-nav.on-dark .jh-navlinks a{ color: var(--jh-cream); }
.jh-nav.on-dark .jh-brand .mk{ color: var(--jh-gold); }
.jh-nav.on-dark .jh-brand .tag{ color: color-mix(in oklab, var(--jh-cream) 60%, transparent); }
.jh-nav.on-dark .jh-buy{ background: var(--jh-gold); color: var(--jh-night); }

@media (max-width: 900px){
  .jh-navlinks{ display: none; }
  .jh-nav-inner{ grid-template-columns: 1fr auto; padding: 13px 22px; }
}

/* =====================================================================
   HERO
   ===================================================================== */
.jh-hero{
  position: relative; min-height: 100svh;
  display: grid; align-items: end;
  overflow: hidden; color: var(--jh-cream);
  isolation: isolate;
}
.jh-hero .hero-bg{
  position: absolute; inset: 0; z-index: -2;
  background: url("uploads/momojord-hammock-lofoten4.jpg") center 42%/cover no-repeat;
  transform: scale(1.08);
  animation: jhKenburns 22s ease-out forwards;
}
@keyframes jhKenburns{ to{ transform: scale(1.0) translateY(-1.2%); } }
.jh-hero::after{
  content:""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(12,15,8,.5) 0%, rgba(12,15,8,0) 26%, rgba(12,15,8,.18) 55%, rgba(12,15,8,.86) 100%);
}
.jh-hero .hero-inner{ width: 100%; padding: 0 0 64px; }
.jh-hero .hero-top{
  position: absolute; top: 120px; left: 0; right: 0;
}
.jh-hero .kicker{
  display: inline-flex; align-items: center; gap: 13px;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--jh-gold);
}
.jh-hero .kicker::before{ content:""; width: 40px; height: 1px; background: var(--jh-gold); }
.jh-hero h1{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(58px, 9.4vw, 168px); line-height: .9; letter-spacing: -.035em;
  margin: 22px 0 0; max-width: 16ch;
  text-shadow: 0 4px 40px rgba(0,0,0,.4);
}
.jh-hero h1 em{ font-style: italic; color: var(--jh-gold); }
.jh-hero .hero-foot{
  display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px;
  margin-top: 34px;
}
.jh-hero .lede{
  max-width: 52ch; font-size: 18px; line-height: 1.55;
  color: color-mix(in oklab, var(--jh-cream) 92%, transparent);
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
.jh-hero .hero-cta{ display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.jh-hero .btn-line{
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 22px; border-radius: 999px;
  border: 1px solid color-mix(in oklab, var(--jh-cream) 42%, transparent);
  color: var(--jh-cream); font-size: 14px; font-weight: 500;
  transition: border-color .25s ease, background .25s ease;
}
.jh-hero .btn-line:hover{ border-color: var(--jh-cream); background: color-mix(in oklab, var(--jh-cream) 10%, transparent); }
.jh-hero .hero-meta{
  text-align: right; font-family: var(--ff-mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: color-mix(in oklab, var(--jh-cream) 78%, transparent);
}
.jh-hero .hero-meta .big{
  display: block; font-family: var(--ff-display); font-weight: var(--display-weight);
  font-style: italic; font-size: 52px; line-height: 1; letter-spacing: -.02em;
  color: var(--jh-cream); text-transform: none; margin-bottom: 5px;
}
.jh-hero .hero-meta .stars{ color: var(--jh-gold); }
.jh-scrollcue{
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  font-family: var(--ff-mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: color-mix(in oklab, var(--jh-cream) 70%, transparent);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
}
.jh-scrollcue .line{ width: 1px; height: 38px; background: linear-gradient(var(--jh-gold), transparent); animation: jhCue 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes jhCue{ 0%,100%{ transform: scaleY(.4); opacity:.5; } 50%{ transform: scaleY(1); opacity:1; } }
@media (max-width: 720px){
  .jh-hero .hero-foot{ grid-template-columns: 1fr; }
  .jh-hero .hero-meta{ text-align: left; }
  .jh-hero .hero-top{ top: 96px; }
}

/* =====================================================================
   MANIFESTO
   ===================================================================== */
.jh-manifesto{ padding: 120px 0 96px; text-align: center; }
.jh-manifesto .ey{ color: var(--ink-mute); }
.jh-manifesto p.big{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(30px, 4.4vw, 64px); line-height: 1.16; letter-spacing: -.02em;
  max-width: 20ch; margin: 22px auto 0; text-wrap: balance;
}
.jh-manifesto p.big em{ font-style: italic; color: var(--brand); }
.jh-ticker{
  margin-top: 64px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.jh-ticker .cell{ padding: 28px 18px; border-right: 1px solid var(--hairline); }
.jh-ticker .cell:last-child{ border-right: 0; }
.jh-ticker .v{ font-family: var(--ff-display); font-weight: var(--display-weight); font-style: italic; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.02em; color: var(--ink); }
.jh-ticker .k{ margin-top: 8px; font-family: var(--ff-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 720px){ .jh-ticker{ grid-template-columns: 1fr 1fr; } .jh-ticker .cell:nth-child(2){ border-right: 0; } .jh-ticker .cell:nth-child(-n+2){ border-bottom: 1px solid var(--hairline); } }

/* =====================================================================
   CHAPTER (editorial split)
   ===================================================================== */
.jh-chapter{ padding: 100px 0; }
.jh-chapter.tint{ background: var(--paper-2); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.jh-split{ display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.jh-split.reverse .jh-split-media{ order: 2; }
.jh-split-media{
  position: relative; border-radius: 10px; overflow: hidden;
  background: var(--paper-3); aspect-ratio: 4/5;
  box-shadow: 0 30px 70px -30px rgba(20,24,15,.5);
}
.jh-split-media img{ width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
.jh-split-media:hover img{ transform: scale(1.04); }
.jh-split-media .tagpill{
  position: absolute; left: 18px; bottom: 18px;
  background: color-mix(in oklab, var(--jh-night) 70%, transparent); color: var(--jh-cream);
  font-family: var(--ff-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 999px; backdrop-filter: blur(6px);
}
.jh-chapnum{
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-mute); display: flex; align-items: baseline; gap: 12px;
  border-top: 1px solid var(--hairline); padding-top: 14px; margin-bottom: 26px;
}
.jh-chapnum .n{ font-family: var(--ff-display); font-style: italic; font-weight: var(--display-weight); font-size: 40px; line-height: .8; letter-spacing: -.02em; color: var(--ink); }
.jh-chapter h2{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(38px, 5vw, 76px); line-height: 1.0; letter-spacing: -.028em;
}
.jh-chapter h2 em{ font-style: italic; color: var(--brand); }
.jh-chapter .lead{ margin-top: 22px; color: var(--ink-soft); font-size: 17.5px; line-height: 1.62; max-width: 50ch; }
.jh-chapter .lead em{ font-style: italic; color: var(--ink); }
.jh-chapter .lead + .lead{ margin-top: 14px; }
.jh-chapter .mini-specs{ display: flex; gap: 28px; flex-wrap: wrap; margin-top: 30px; }
.jh-chapter .mini-specs .ms .v{ font-family: var(--ff-display); font-weight: var(--display-weight); font-style: italic; font-size: 30px; line-height: 1; letter-spacing: -.01em; }
.jh-chapter .mini-specs .ms .k{ margin-top: 5px; font-family: var(--ff-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 860px){
  .jh-split{ grid-template-columns: 1fr; gap: 36px; }
  .jh-split.reverse .jh-split-media{ order: 0; }
}

/* =====================================================================
   GIANT 350 MOMENT
   ===================================================================== */
.jh-mega{ padding: 120px 0; text-align: center; overflow: hidden; }
.jh-mega .pre{ color: var(--ink-mute); }
.jh-mega .num{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(160px, 34vw, 520px); line-height: .82; letter-spacing: -.05em;
  color: var(--brand); position: relative; display: inline-block;
}
.jh-mega .num .unit{ font-style: italic; font-size: .26em; color: var(--ink); vertical-align: super; letter-spacing: -.02em; }
.jh-mega .cap{ max-width: 30ch; margin: 18px auto 0; font-size: 18px; line-height: 1.6; color: var(--ink-soft); }
.jh-mega .cap em{ font-style: italic; color: var(--ink); }

/* =====================================================================
   FULL-BLEED FIGURE / QUOTE
   ===================================================================== */
.jh-bleed{
  position: relative; min-height: 86vh;
  display: grid; place-items: center; text-align: center;
  color: var(--jh-cream); overflow: hidden; isolation: isolate;
}
.jh-bleed .bleed-bg{
  position: absolute; inset: -8% 0; z-index: -2;
  background-size: cover; background-position: center;
  will-change: transform;
}
.jh-bleed::after{
  content:""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(12,15,8,.55) 0%, rgba(12,15,8,.3) 45%, rgba(12,15,8,.7) 100%);
}
.jh-bleed blockquote{
  margin: 0; padding: 0 28px; max-width: 24ch;
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(32px, 5vw, 72px); line-height: 1.08; letter-spacing: -.025em;
  text-shadow: 0 3px 30px rgba(0,0,0,.45);
}
.jh-bleed blockquote em{ font-style: italic; color: var(--jh-gold); }
.jh-bleed cite{
  display: block; margin-top: 28px; font-style: normal;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: color-mix(in oklab, var(--jh-cream) 74%, transparent);
}

/* =====================================================================
   DETAILS (3-up cards over dark)
   ===================================================================== */
.jh-details{ background: var(--jh-night); color: var(--jh-cream); padding: 110px 0; }
.jh-details .head{ max-width: 60ch; margin-bottom: 52px; }
.jh-details .head .ey{ color: var(--jh-gold); }
.jh-details .head h2{
  font-family: var(--ff-display); font-weight: var(--display-weight);
  font-size: clamp(36px, 4.6vw, 68px); line-height: 1.02; letter-spacing: -.026em; margin-top: 14px;
}
.jh-details .head h2 em{ font-style: italic; color: var(--jh-gold); }
.jh-feat-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jh-feat{
  border: 1px solid color-mix(in oklab, var(--jh-cream) 13%, transparent);
  border-radius: 12px; overflow: hidden; display: flex; flex-direction: column;
  background: color-mix(in oklab, var(--jh-cream) 4%, transparent);
}
.jh-feat .ph{ aspect-ratio: 4/3; overflow: hidden; }
.jh-feat .ph img{ width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.jh-feat:hover .ph img{ transform: scale(1.05); }
.jh-feat .bd{ padding: 26px 24px 30px; }
.jh-feat .ix{ font-family: var(--ff-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--jh-gold); }
.jh-feat h3{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: 27px; line-height: 1.1; letter-spacing: -.01em; margin: 12px 0 10px; }
.jh-feat h3 em{ font-style: italic; color: var(--jh-gold); }
.jh-feat p{ font-size: 14.5px; line-height: 1.6; color: color-mix(in oklab, var(--jh-cream) 78%, transparent); }
@media (max-width: 860px){ .jh-feat-grid{ grid-template-columns: 1fr; } }

/* =====================================================================
   SPECS
   ===================================================================== */
.jh-specs{ padding: 110px 0; }
.jh-specs .grid{ display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.jh-specs .intro h2{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: clamp(38px, 4.6vw, 68px); line-height: 1.0; letter-spacing: -.026em; }
.jh-specs .intro h2 em{ font-style: italic; color: var(--brand); }
.jh-specs .intro p{ margin-top: 20px; color: var(--ink-soft); font-size: 16px; line-height: 1.62; max-width: 42ch; }
.jh-specs .intro .ship{
  margin-top: 28px; display: grid; gap: 12px; font-size: 13.5px; color: var(--ink-soft);
}
.jh-specs .intro .ship .r{ display: flex; align-items: center; gap: 11px; }
.jh-specs .intro .ship svg{ width: 17px; height: 17px; color: var(--brand); flex-shrink: 0; }
.jh-spectable{ border-top: 1px solid var(--hairline); }
.jh-spectable .row{ display: grid; grid-template-columns: 200px 1fr; gap: 20px; padding: 15px 4px; border-bottom: 1px solid var(--hairline); align-items: baseline; }
.jh-spectable .k{ font-family: var(--ff-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }
.jh-spectable .v{ font-size: 15.5px; font-weight: 500; }
@media (max-width: 860px){ .jh-specs .grid{ grid-template-columns: 1fr; gap: 40px; } .jh-spectable .row{ grid-template-columns: 1fr; gap: 4px; } }

/* =====================================================================
   THE SYSTEM (accessories)
   ===================================================================== */
.jh-system{ background: var(--paper-2); border-top: 1px solid var(--hairline); padding: 110px 0; }
.jh-system .head{ display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 44px; }
.jh-system .head .ey{ color: var(--ink-mute); }
.jh-system .head h2{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: clamp(36px, 4.6vw, 68px); line-height: 1.02; letter-spacing: -.026em; margin-top: 12px; }
.jh-system .head h2 em{ font-style: italic; color: var(--brand); }
.jh-system .head p{ color: var(--ink-soft); max-width: 40ch; font-size: 15px; }
.jh-sys-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jh-card{
  background: var(--card); border: 1px solid var(--hairline); border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.jh-card:hover{ transform: translateY(-4px); box-shadow: 0 24px 50px -24px rgba(20,24,15,.4); border-color: var(--hairline-strong); }
.jh-card .ph{ aspect-ratio: 1/1; overflow: hidden; background: var(--paper-3); }
.jh-card .ph img{ width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.jh-card:hover .ph img{ transform: scale(1.05); }
.jh-card .bd{ padding: 18px 18px 22px; display: flex; flex-direction: column; flex: 1; }
.jh-card .cat{ font-family: var(--ff-mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-mute); }
.jh-card h3{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: 22px; line-height: 1.06; letter-spacing: -.01em; margin: 6px 0 7px; }
.jh-card p{ font-size: 13px; line-height: 1.5; color: var(--ink-soft); }
.jh-card .foot{ margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.jh-card .price{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: 17px; letter-spacing: -.01em; }
.jh-card .price small{ font-family: var(--ff-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); display: block; }
.jh-card .go{ font-family: var(--ff-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); display: inline-flex; align-items: center; gap: 5px; }
.jh-card.kit{ background: var(--jh-night); border-color: var(--jh-night); color: var(--jh-cream); grid-column: span 1; }
.jh-card.kit .cat{ color: var(--jh-gold); }
.jh-card.kit p{ color: color-mix(in oklab, var(--jh-cream) 76%, transparent); }
.jh-card.kit .go{ color: var(--jh-gold); }
@media (max-width: 980px){ .jh-sys-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .jh-sys-grid{ grid-template-columns: 1fr; } }

/* =====================================================================
   REVIEWS
   ===================================================================== */
.jh-reviews{ padding: 110px 0; }
.jh-rev-head{ display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: end; margin-bottom: 44px; }
.jh-rev-head .score{ font-family: var(--ff-display); font-weight: var(--display-weight); font-style: italic; font-size: clamp(72px, 9vw, 120px); line-height: .85; letter-spacing: -.03em; color: var(--brand); }
.jh-rev-head h2{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: clamp(30px, 3.6vw, 50px); line-height: 1.04; letter-spacing: -.02em; }
.jh-rev-head h2 em{ font-style: italic; color: var(--brand); }
.jh-rev-head .meta{ font-size: 13.5px; color: var(--ink-soft); margin-top: 8px; }
.jh-rev-head .meta .stars{ font-size: 17px; }
.jh-rev-head .src{ text-align: right; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }
.jh-rev-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.jh-rev{ background: var(--card); border: 1px solid var(--hairline); border-radius: 12px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.jh-rev .stars{ color: #d29a2a; letter-spacing: 2px; font-size: 15px; }
.jh-rev blockquote{ margin: 0; font-family: var(--ff-display); font-weight: var(--display-weight); font-size: 19px; line-height: 1.42; letter-spacing: -.005em; }
.jh-rev .who{ margin-top: auto; padding-top: 14px; border-top: 1px solid var(--hairline); display: flex; align-items: center; gap: 11px; }
.jh-rev .av{ width: 34px; height: 34px; border-radius: 50%; background: var(--paper-2); display: grid; place-items: center; font-family: var(--ff-display); font-weight: var(--display-weight); color: var(--ink-soft); }
.jh-rev .nm{ font-size: 13px; font-weight: 600; }
.jh-rev .dt{ font-family: var(--ff-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 980px){ .jh-rev-grid{ grid-template-columns: 1fr; } .jh-rev-head{ grid-template-columns: 1fr; gap: 14px; } .jh-rev-head .src{ text-align: left; } }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.jh-final{
  position: relative; min-height: 90vh; display: grid; place-items: center; text-align: center;
  color: var(--jh-cream); overflow: hidden; isolation: isolate;
}
.jh-final .final-bg{ position: absolute; inset: -8% 0; z-index: -2; background: url("uploads/momojord-hammock-lofoten2.jpg") center 40%/cover no-repeat; will-change: transform; }
.jh-final::after{ content:""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12,15,8,.62) 0%, rgba(12,15,8,.42) 40%, rgba(12,15,8,.8) 100%); }
.jh-final .ey{ color: var(--jh-gold); }
.jh-final h2{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: clamp(44px, 7vw, 116px); line-height: .94; letter-spacing: -.03em; margin: 18px 0 0; text-shadow: 0 4px 34px rgba(0,0,0,.4); }
.jh-final h2 em{ font-style: italic; color: var(--jh-gold); }
.jh-final p{ max-width: 46ch; margin: 24px auto 0; font-size: 18px; line-height: 1.55; color: color-mix(in oklab, var(--jh-cream) 90%, transparent); text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.jh-final .cta-row{ margin-top: 34px; display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }
.jh-final .price-line{ margin-top: 26px; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: color-mix(in oklab, var(--jh-cream) 72%, transparent); }
.jh-final .price-line b{ color: var(--jh-cream); font-weight: 500; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.jh-footer{ background: var(--jh-night-2); color: var(--jh-cream); padding: 72px 0 36px; }
.jh-foot-top{ display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; align-items: start; }
.jh-foot-brand .nm{ font-family: var(--ff-display); font-weight: var(--display-weight); font-size: 40px; line-height: 1; letter-spacing: -.015em; }
.jh-foot-brand p{ margin: 16px 0 0; max-width: 40ch; font-size: 14.5px; line-height: 1.6; color: color-mix(in oklab, var(--jh-cream) 72%, transparent); }
.jh-foot-brand .domnote{
  margin-top: 20px; padding: 16px 18px; border: 1px solid color-mix(in oklab, var(--jh-cream) 16%, transparent);
  border-radius: 10px; font-size: 13px; line-height: 1.6; color: color-mix(in oklab, var(--jh-cream) 82%, transparent); max-width: 44ch;
}
.jh-foot-brand .domnote b{ color: var(--jh-gold); font-weight: 500; }
.jh-foot-col h6{ font-family: var(--ff-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: color-mix(in oklab, var(--jh-cream) 55%, transparent); margin: 0 0 16px; }
.jh-foot-col a{ display: block; padding: 5px 0; font-size: 14px; color: color-mix(in oklab, var(--jh-cream) 82%, transparent); }
.jh-foot-col a:hover{ color: var(--jh-gold); }
.jh-foot-legal{ margin-top: 48px; padding-top: 22px; border-top: 1px solid color-mix(in oklab, var(--jh-cream) 14%, transparent); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--ff-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: color-mix(in oklab, var(--jh-cream) 55%, transparent); }
.jh-foot-legal .stars{ color: var(--jh-gold); }
@media (max-width: 860px){ .jh-foot-top{ grid-template-columns: 1fr 1fr; } .jh-foot-brand{ grid-column: 1 / -1; } }
@media (max-width: 520px){ .jh-foot-top{ grid-template-columns: 1fr; } }
