:root {
  --navy: #082a3a;
  --navy-deep: #041b27;
  --water: #1f6070;
  --sun: #e7a34d;
  --sun-light: #ffd58b;
  --cream: #f4ead7;
  --cream-deep: #e4d5ba;
  --ink: #092b39;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(2, 24, 34, 0.22);
  --header-height: 76px;
  --shell: min(1180px, calc(100% - 40px));
  --display: "Arial Narrow", "Avenir Next Condensed", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* Fixed header clearance for native fragment navigation. */
  scroll-padding-top: calc(var(--header-height) + 14px);
}

.section-anchor {
  scroll-margin-top: 14px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.age-locked {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--sun-light);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--water);
  font-family: var(--display);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--sun-light);
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.75rem, 7vw, 5.8rem);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 0.82rem 1.25rem;
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.button--primary,
.button--sun {
  background: var(--sun);
  color: var(--navy-deep);
  box-shadow: 0 10px 28px rgba(71, 37, 8, 0.22);
}

.button--primary:hover,
.button--sun:hover {
  background: #f0b15d;
  box-shadow: 0 14px 32px rgba(71, 37, 8, 0.3);
}

.button--navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(2, 27, 39, 0.2);
}

.button--navy:hover {
  background: #0d3a4e;
}

.button--quiet {
  border: 1px solid rgba(8, 42, 58, 0.28);
  background: transparent;
  color: var(--ink);
}

.button--quiet:hover {
  background: rgba(8, 42, 58, 0.06);
}

/* Age gate */
.age-gate {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: auto;
  padding: max(24px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom));
  background:
    linear-gradient(90deg, rgba(3, 20, 29, 0.86), rgba(3, 20, 29, 0.48)),
    url("../assets/arrival.jpg") center / cover no-repeat;
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .age-gate {
    background-image:
      linear-gradient(90deg, rgba(3, 20, 29, 0.86), rgba(3, 20, 29, 0.48)),
      image-set(url("../assets/arrival.webp") type("image/webp"), url("../assets/arrival.jpg") type("image/jpeg"));
  }
}

.age-gate[hidden] {
  display: none;
}

.age-gate:focus {
  outline: none;
}

.age-gate__shade {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, transparent 0, rgba(2, 20, 29, 0.34) 80%);
  backdrop-filter: blur(2px);
}

.age-gate__card {
  position: relative;
  width: min(500px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  padding: clamp(28px, 6vw, 52px);
  background: rgba(244, 234, 215, 0.96);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.age-gate__card::before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(8, 42, 58, 0.15);
  border-radius: 3px;
  content: "";
  pointer-events: none;
}

.brand-lockup {
  position: relative;
  display: inline-block;
}

.brand-lockup picture,
.brand-lockup img {
  width: 100%;
}

.brand-lockup--gate {
  width: min(250px, 75%);
  margin: -12px auto 18px;
}

.brand-lockup__the {
  position: absolute;
  z-index: 1;
  top: 12%;
  left: 1%;
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  transform: rotate(-7deg);
}

.brand-lockup__tm {
  position: absolute;
  right: -2%;
  bottom: 20%;
  font-size: 0.72rem;
  font-weight: 900;
}

.age-gate h1 {
  margin-bottom: 0.8rem;
  font-size: clamp(2.25rem, 8vw, 4.1rem);
  color: var(--navy);
}

.age-gate__copy {
  margin: 0 auto 1.6rem;
  color: rgba(9, 43, 57, 0.78);
}

.age-gate__actions {
  display: grid;
  gap: 10px;
}

.age-gate__actions .button {
  width: 100%;
}

.age-gate__legal {
  max-width: 340px;
  margin: 1.15rem auto 0;
  color: rgba(9, 43, 57, 0.62);
  font-size: 0.72rem;
  line-height: 1.4;
}

/* Header */
.skip-link {
  position: fixed;
  z-index: 1200;
  top: 10px;
  left: 10px;
  padding: 0.75rem 1rem;
  background: var(--sun-light);
  color: var(--navy-deep);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(3, 25, 36, 0.86), rgba(3, 25, 36, 0.48));
  backdrop-filter: blur(10px);
  color: var(--white);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(4, 27, 39, 0.96);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.site-header__inner {
  display: flex;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-brand {
  position: relative;
  display: block;
  width: 118px;
  height: 66px;
  flex: 0 0 auto;
}

.site-brand picture,
.site-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-brand__the {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 2px;
  font-family: var(--display);
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  transform: rotate(-7deg);
}

.site-brand__tm {
  position: absolute;
  right: -4px;
  bottom: 14px;
  font-size: 0.52rem;
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
  margin-left: auto;
}

.desktop-nav a,
.header-shop {
  position: relative;
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--sun);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-shop {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 3px;
  padding: 0.58rem 0.82rem;
  transition: background 160ms ease, color 160ms ease;
}

.header-shop:hover {
  background: var(--sun);
  color: var(--navy-deep);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 23px;
  height: 2px;
  background: var(--white);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  max-height: calc(100svh - var(--header-height));
  overflow: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 27, 39, 0.98);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.35);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2rem max(20px, env(safe-area-inset-left));
  color: var(--white);
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 20, 29, 0.78) 0%, rgba(3, 20, 29, 0.36) 46%, rgba(3, 20, 29, 0.06) 72%),
    url("../assets/arrival.jpg") center / cover no-repeat;
  color: var(--white);
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .hero {
    background-image:
      linear-gradient(90deg, rgba(3, 20, 29, 0.78) 0%, rgba(3, 20, 29, 0.36) 46%, rgba(3, 20, 29, 0.06) 72%),
      image-set(url("../assets/arrival.webp") type("image/webp"), url("../assets/arrival.jpg") type("image/jpeg"));
  }
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18%;
  background: linear-gradient(transparent, rgba(4, 27, 39, 0.5));
  content: "";
  pointer-events: none;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 55%, transparent 0, rgba(2, 18, 26, 0.08) 60%);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-height) + 30px);
  padding-bottom: 80px;
}

.hero h1 {
  max-width: 780px;
  color: var(--white);
  font-size: clamp(4rem, 10vw, 8.4rem);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.hero__lead {
  max-width: 580px;
  margin: 1.5rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 520;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 2rem;
}

.text-link {
  color: var(--white);
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateY(4px);
}

.hero__dock-note {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}

/* Shop */
.shop {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 12vw, 150px) 0;
  background:
    radial-gradient(circle at 18% 15%, rgba(231, 163, 77, 0.18), transparent 30%),
    linear-gradient(135deg, var(--cream), #efe2ca);
}

.shop::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 42, 58, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 42, 58, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 80%);
  pointer-events: none;
}

.shop__grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(48px, 8vw, 100px);
}

.shop__copy p:not(.eyebrow) {
  max-width: 590px;
  margin: 1.5rem 0 2rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.dock-sign {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  align-content: center;
  border: 7px solid #163d4b;
  border-radius: 5px;
  padding: 60px 46px 42px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.05)),
    repeating-linear-gradient(0deg, #0d485a 0 34px, #0c4353 34px 68px);
  box-shadow: var(--shadow), inset 0 0 0 2px rgba(255, 255, 255, 0.14);
  color: var(--white);
  text-decoration: none;
  transform: rotate(1.2deg);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.dock-sign:hover {
  box-shadow: 0 32px 78px rgba(2, 24, 34, 0.32);
  transform: rotate(0deg) translateY(-5px);
}

.dock-sign picture,
.dock-sign img {
  width: min(340px, 78vw);
}

.dock-sign img {
  filter: brightness(0) invert(1);
}

.dock-sign__small {
  position: absolute;
  top: 27%;
  left: 20%;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  transform: rotate(-7deg);
}

.dock-sign__line {
  margin-top: -34px;
  font-family: var(--display);
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.dock-sign__arrow {
  position: absolute;
  right: 24px;
  bottom: 19px;
  color: var(--sun-light);
  font-size: 2rem;
  transition: transform 160ms ease;
}

.dock-sign:hover .dock-sign__arrow {
  transform: translateX(6px);
}

.dock-sign__rope {
  position: absolute;
  top: -78px;
  width: 12px;
  height: 96px;
  border-radius: 999px;
  background: repeating-linear-gradient(45deg, #b08c5e 0 4px, #d0ae7a 4px 8px);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.18);
}

.dock-sign__rope--left {
  left: 18%;
  transform: rotate(-4deg);
}

.dock-sign__rope--right {
  right: 18%;
  transform: rotate(4deg);
}

/* Story */
.story {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 12vw, 150px) 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(50, 112, 125, 0.24), transparent 30%),
    var(--navy);
  color: var(--white);
}

.story::after {
  position: absolute;
  right: -12vw;
  bottom: -20vw;
  width: 50vw;
  height: 50vw;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.story__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 110px);
}

.randy-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: #f4f2ed;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
  transform: rotate(-1.5deg);
}

.randy-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.randy-card figcaption {
  padding: 0.75rem 1rem;
  background: var(--cream);
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.story h2 {
  color: var(--white);
}

.story__lead {
  margin: 1rem 0 1.5rem;
  color: var(--sun-light);
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-style: italic;
}

.story__copy p:not(.eyebrow):not(.story__lead):not(.story__signature) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.14rem);
}

.story__signature {
  margin: 1.8rem 0 0;
  color: var(--sun-light);
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Follow */
.follow {
  padding: clamp(86px, 11vw, 136px) 0;
  background: var(--sun);
  color: var(--navy-deep);
}

.follow__inner {
  text-align: center;
}

.follow .eyebrow {
  color: rgba(4, 27, 39, 0.7);
}

.follow__lead {
  margin: 1.2rem auto 2.4rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.social-links {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.social-links a {
  display: grid;
  min-height: 170px;
  place-items: center;
  align-content: center;
  border: 2px solid rgba(4, 27, 39, 0.18);
  border-radius: 4px;
  padding: 1.4rem;
  background: rgba(255, 253, 248, 0.3);
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.social-links a:hover {
  background: var(--cream);
  box-shadow: 0 16px 36px rgba(73, 42, 8, 0.16);
  transform: translateY(-4px);
}

.social-links svg {
  width: 34px;
  height: 34px;
  margin-bottom: 0.7rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-links span {
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.social-links small {
  color: rgba(4, 27, 39, 0.68);
}

/* Footer */
.site-footer {
  padding: 34px 0 max(34px, env(safe-area-inset-bottom));
  background: var(--navy-deep);
  color: var(--white);
}

.site-footer__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
}

.site-footer__inner > div {
  display: grid;
}

.site-footer strong,
.site-footer p {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.site-footer p {
  margin: 0;
  color: var(--sun-light);
  text-align: center;
}

.site-footer span,
.site-footer small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
}

.site-footer small {
  text-align: right;
}

.noscript-message {
  position: fixed;
  z-index: 2000;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 20px;
  background: #fff0b8;
  color: #1f2730;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 900px) {
  :root {
    --header-height: 70px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .shop__grid,
  .story__grid {
    grid-template-columns: 1fr;
  }

  .shop__grid {
    gap: 82px;
  }

  .dock-sign {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .story__grid {
    gap: 58px;
  }

  .randy-card {
    width: min(510px, 100%);
    margin-inline: auto;
  }

  .story__copy {
    max-width: 720px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer small {
    text-align: center;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100% - 32px, 1180px);
  }

  .age-gate {
    align-items: end;
    padding: 16px 12px max(16px, env(safe-area-inset-bottom));
    background:
      linear-gradient(180deg, rgba(3, 20, 29, 0.34), rgba(3, 20, 29, 0.82)),
      url("../assets/arrival-mobile.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .age-gate {
      background-image:
        linear-gradient(180deg, rgba(3, 20, 29, 0.34), rgba(3, 20, 29, 0.82)),
        image-set(url("../assets/arrival-mobile.webp") type("image/webp"), url("../assets/arrival-mobile.jpg") type("image/jpeg"));
    }
  }

  .age-gate__card {
    max-height: calc(100svh - 32px);
    overflow: auto;
    padding: 26px 22px 24px;
  }

  .brand-lockup--gate {
    width: 190px;
    margin-bottom: 10px;
  }

  .age-gate .eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
  }

  .age-gate h1 {
    font-size: clamp(2rem, 11vw, 3.15rem);
  }

  .age-gate__copy {
    margin-bottom: 1.2rem;
  }

  .age-gate__legal {
    margin-top: 0.85rem;
  }

  .site-brand {
    width: 96px;
    height: 58px;
  }

  .site-brand__the {
    top: 4px;
    font-size: 0.39rem;
  }

  .site-brand__tm {
    right: -3px;
    bottom: 11px;
  }

  .header-shop {
    padding: 0.55rem 0.72rem;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 100svh;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(3, 20, 29, 0.08) 0%, rgba(3, 20, 29, 0.18) 40%, rgba(3, 20, 29, 0.9) 100%),
      url("../assets/arrival-mobile.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .hero {
      background-image:
        linear-gradient(180deg, rgba(3, 20, 29, 0.08) 0%, rgba(3, 20, 29, 0.18) 40%, rgba(3, 20, 29, 0.9) 100%),
        image-set(url("../assets/arrival-mobile.webp") type("image/webp"), url("../assets/arrival-mobile.jpg") type("image/jpeg"));
    }
  }

  .hero__content {
    padding-top: calc(var(--header-height) + 220px);
    padding-bottom: 64px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.4rem);
  }

  .hero__lead {
    max-width: 330px;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    margin-top: 1.5rem;
  }

  .hero__actions .button {
    width: 100%;
  }

  .text-link {
    padding: 0.55rem 0;
    text-align: center;
  }

  .hero__dock-note {
    display: none;
  }

  h2 {
    font-size: clamp(2.75rem, 15vw, 4.4rem);
  }

  .shop,
  .story,
  .follow {
    padding: 82px 0;
  }

  .dock-sign {
    min-height: 285px;
    border-width: 5px;
    padding: 46px 24px 32px;
  }

  .dock-sign__rope {
    top: -62px;
    height: 78px;
  }

  .dock-sign__small {
    top: 24%;
    left: 18%;
    font-size: 0.58rem;
  }

  .dock-sign__line {
    margin-top: -26px;
    font-size: 1.25rem;
  }

  .story__copy {
    order: 1;
  }

  .randy-card {
    order: 2;
    transform: none;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .social-links a {
    min-height: 118px;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    text-align: left;
  }

  .social-links svg {
    margin: 0;
    grid-row: 1 / span 2;
  }

  .social-links span,
  .social-links small {
    justify-self: start;
  }
}

@media (max-width: 380px) {
  .header-shop {
    display: none;
  }

  .age-gate__card {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* --------------------------------------------------------------------------
   River Fuel teaser, PHP forms, live social profiles, and contact section
   -------------------------------------------------------------------------- */

body {
  overflow-x: hidden;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 2px;
}

/* River Fuel + newsletter */
.river-fuel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 12vw, 156px) 0;
  background:
    linear-gradient(90deg, rgba(3, 25, 36, 0.96) 0%, rgba(3, 25, 36, 0.82) 48%, rgba(3, 25, 36, 0.55) 100%),
    url("../assets/arrival.jpg") center 58% / cover no-repeat;
  color: var(--white);
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .river-fuel {
    background-image:
      linear-gradient(90deg, rgba(3, 25, 36, 0.96) 0%, rgba(3, 25, 36, 0.82) 48%, rgba(3, 25, 36, 0.55) 100%),
      image-set(url("../assets/arrival.webp") type("image/webp"), url("../assets/arrival.jpg") type("image/jpeg"));
  }
}

.river-fuel__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 17% 23%, rgba(255, 195, 92, 0.2), transparent 25%),
    linear-gradient(180deg, rgba(4, 27, 39, 0.04), rgba(4, 27, 39, 0.52));
}

.river-fuel__texture {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.14;
  background-image:
    repeating-linear-gradient(7deg, transparent 0 16px, rgba(255, 255, 255, 0.14) 17px 18px),
    repeating-linear-gradient(92deg, transparent 0 48px, rgba(255, 255, 255, 0.08) 49px 50px);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.river-fuel__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: clamp(48px, 8vw, 110px);
}

.river-fuel__copy {
  max-width: 720px;
}

.river-fuel h2 {
  max-width: 900px;
  color: var(--white);
  font-size: clamp(3.35rem, 7.5vw, 7rem);
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.34);
}

.river-fuel__copy > p:not(.eyebrow):not(.river-fuel__stamp) {
  max-width: 650px;
  margin: 1.45rem 0 0;
  color: rgba(255, 253, 248, 0.84);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.river-fuel__stamp {
  display: inline-block;
  margin: 1.4rem 0 0;
  border: 1px solid rgba(255, 213, 139, 0.48);
  border-radius: 2px;
  padding: 0.55rem 0.72rem;
  color: var(--sun-light);
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.can-teaser {
  display: flex;
  min-height: 285px;
  align-items: end;
  gap: clamp(8px, 1.4vw, 18px);
  margin-top: 2.2rem;
  padding: 16px 20px 8px;
  overflow: hidden;
  perspective: 900px;
}

.teaser-can {
  --accent: var(--sun);
  position: relative;
  display: block;
  width: clamp(55px, 7.1vw, 82px);
  aspect-ratio: 0.47;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px 12px 9px 9px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 18% 72%, rgba(0, 0, 0, 0.3)),
    linear-gradient(180deg, #123e50 0%, #082a3a 48%, #041b27 100%);
  box-shadow:
    0 20px 24px rgba(0, 0, 0, 0.28),
    0 0 32px color-mix(in srgb, var(--accent) 48%, transparent);
  transform: rotate(-5deg) translateY(5px);
}

.teaser-can:nth-child(2) {
  transform: rotate(2deg) translateY(-12px);
}

.teaser-can:nth-child(3) {
  transform: rotate(-1deg) translateY(-5px);
}

.teaser-can:nth-child(4) {
  transform: rotate(6deg) translateY(7px);
}

.teaser-can::before,
.teaser-can::after {
  position: absolute;
  right: 5%;
  left: 5%;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, #7d8c91, #f2f2ed 48%, #65777c);
  content: "";
}

.teaser-can::before {
  top: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.teaser-can::after {
  bottom: 2px;
  opacity: 0.72;
}

.teaser-can i {
  position: absolute;
  inset: 18% 14% 15%;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.78), transparent 20%),
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 82%, white), var(--accent));
  filter: blur(5px);
  opacity: 0.72;
}

.teaser-can i::after {
  position: absolute;
  top: 35%;
  right: -16%;
  left: -16%;
  height: 26%;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(4, 27, 39, 0.52);
  content: "";
  transform: rotate(-7deg);
}

.teaser-can--lemon { --accent: #f6d450; }
.teaser-can--pineapple { --accent: #f18d4b; }
.teaser-can--lime { --accent: #89bf54; }
.teaser-can--watermelon { --accent: #e45f6a; }

.newsletter-card,
.contact-card {
  position: relative;
  border: 1px solid rgba(8, 42, 58, 0.16);
  border-radius: 6px;
  padding: clamp(28px, 4.5vw, 52px);
  background:
    linear-gradient(rgba(244, 234, 215, 0.98), rgba(244, 234, 215, 0.98)),
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(8, 42, 58, 0.03) 13px 14px);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.newsletter-card {
  transform: rotate(0.7deg);
}

.newsletter-card::before,
.contact-card::before {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(8, 42, 58, 0.18);
  border-radius: 3px;
  content: "";
  pointer-events: none;
}

.newsletter-card__tag {
  position: absolute;
  top: -17px;
  right: 24px;
  border: 2px solid rgba(4, 27, 39, 0.75);
  padding: 0.4rem 0.75rem;
  background: var(--sun);
  color: var(--navy-deep);
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(3deg);
}

.newsletter-card h3,
.social-live h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.newsletter-card > p:not(.eyebrow),
.contact-card > p:not(.eyebrow) {
  margin: 1rem 0 1.6rem;
  color: rgba(9, 43, 57, 0.75);
}

/* Forms */
.site-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 17px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-row--newsletter {
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1.28fr);
}

.field {
  display: grid;
  gap: 7px;
}

.field label,
.check-field {
  color: rgba(4, 27, 39, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
}

.field label span {
  color: rgba(4, 27, 39, 0.48);
  font-size: 0.72rem;
  font-weight: 650;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(8, 42, 58, 0.26);
  border-radius: 3px;
  padding: 0.82rem 0.9rem;
  background: rgba(255, 253, 248, 0.82);
  color: var(--ink);
  box-shadow: inset 0 1px 3px rgba(4, 27, 39, 0.06);
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.field input:hover,
.field textarea:hover,
.field select:hover {
  border-color: rgba(8, 42, 58, 0.46);
  background: var(--white);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(9, 43, 57, 0.38);
}

.check-field {
  display: grid;
  align-items: start;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  cursor: pointer;
  line-height: 1.4;
}

.check-field input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--navy);
}

.form-submit {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  margin: -4px 0 0;
  color: rgba(4, 27, 39, 0.58);
  font-size: 0.73rem;
  text-align: center;
}

.form-note a {
  font-weight: 800;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  border-left: 5px solid currentColor;
  border-radius: 3px;
  padding: 0.82rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 750;
}

.form-status[hidden] {
  display: none;
}

.form-status--success {
  background: #e4f1dc;
  color: #245a2a;
}

.form-status--error {
  background: #f8dfd8;
  color: #7d291d;
}

/* Live social embeds */
.social-live {
  max-width: 980px;
  margin: clamp(44px, 7vw, 78px) auto 0;
  border: 2px solid rgba(4, 27, 39, 0.17);
  border-radius: 6px;
  padding: clamp(22px, 4vw, 42px);
  background: rgba(255, 253, 248, 0.4);
  box-shadow: 0 20px 48px rgba(73, 42, 8, 0.13);
  text-align: left;
}

.social-live__intro {
  display: grid;
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.social-live__intro > p:last-child {
  margin: 0.9rem auto 0;
  color: rgba(4, 27, 39, 0.72);
}

.social-live__controls {
  display: grid;
  max-width: 680px;
  margin: 0 auto 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.social-load-button {
  min-height: 48px;
  border: 2px solid rgba(4, 27, 39, 0.24);
  border-radius: 3px;
  padding: 0.65rem 0.75rem;
  background: transparent;
  color: var(--navy-deep);
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease;
}

.social-load-button:hover,
.social-load-button.is-active {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-1px);
}

.social-live__stage {
  display: grid;
  min-height: 320px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(4, 27, 39, 0.16);
  border-radius: 5px;
  padding: 16px;
  background: rgba(255, 253, 248, 0.84);
}

.social-live__placeholder,
.social-live__loading,
.social-embed-fallback {
  display: grid;
  max-width: 460px;
  place-items: center;
  gap: 7px;
  padding: 30px 20px;
  text-align: center;
}

.social-live__placeholder > span {
  color: var(--water);
  font-size: 2.3rem;
  transform: rotate(180deg);
}

.social-live__placeholder strong,
.social-live__loading strong,
.social-embed-fallback strong {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.social-live__placeholder small,
.social-embed-fallback span {
  color: rgba(4, 27, 39, 0.62);
}

.social-live__loading > span {
  width: 34px;
  height: 34px;
  border: 4px solid rgba(8, 42, 58, 0.18);
  border-top-color: var(--navy);
  border-radius: 50%;
  animation: social-spin 800ms linear infinite;
}

@keyframes social-spin {
  to { transform: rotate(360deg); }
}

.social-live__note {
  max-width: 760px;
  margin: 13px auto 0;
  color: rgba(4, 27, 39, 0.58);
  font-size: 0.72rem;
  text-align: center;
}

.social-embed {
  display: grid;
  width: 100%;
  max-width: 720px;
  place-items: center;
}

.social-embed iframe {
  display: block;
  width: 100% !important;
  max-width: 500px;
  border: 0;
}

.social-embed .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 540px !important;
  margin: 0 auto !important;
}

.social-embed .tiktok-embed {
  width: 100%;
  margin: 0 auto !important;
}

.social-embed__external {
  display: inline-block;
  margin-top: 12px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-embed-fallback .button {
  margin-top: 10px;
}

/* Contact */
.contact {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 11vw, 142px) 0;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(244, 234, 215, 0.97)),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(8, 42, 58, 0.035) 35px 36px);
}

.contact::before,
.contact::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  filter: blur(1px);
  pointer-events: none;
}

.contact::before {
  top: -120px;
  right: -90px;
  width: 360px;
  height: 360px;
  background: rgba(137, 191, 84, 0.14);
}

.contact::after {
  bottom: -130px;
  left: -90px;
  width: 390px;
  height: 390px;
  background: rgba(31, 96, 112, 0.12);
}

.contact__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 100px);
}

.contact-sign {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
  align-content: center;
  border: 9px solid #513b26;
  border-radius: 8px 5px 9px 4px;
  padding: 42px 24px;
  background:
    linear-gradient(rgba(13, 59, 72, 0.95), rgba(6, 42, 55, 0.97)),
    repeating-linear-gradient(0deg, transparent 0 35px, rgba(255, 255, 255, 0.08) 36px 38px);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.13),
    0 24px 55px rgba(4, 27, 39, 0.25);
  color: var(--cream);
  text-align: center;
  transform: rotate(-2deg);
}

.contact-sign::before {
  position: absolute;
  inset: 15px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  content: "";
}

.contact-sign small,
.contact-sign > span:last-child {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-sign strong {
  margin: 24px 0;
  color: var(--sun-light);
  font-family: var(--display);
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 0.84;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.contact-sign__nail {
  position: absolute;
  top: 18px;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  background: #899397;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.38);
}

.contact-sign__nail--one { left: 20px; }
.contact-sign__nail--two { right: 20px; }

.contact-card {
  transform: rotate(-0.3deg);
}

.contact-card h2 {
  font-size: clamp(3rem, 6vw, 5.35rem);
}

.contact-form {
  margin-top: 24px;
}

/* New sections: tablet */
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 17px;
  }

  .desktop-nav a {
    font-size: 0.76rem;
  }

  .river-fuel__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .river-fuel__copy {
    max-width: 780px;
  }

  .newsletter-card {
    width: min(720px, 100%);
    transform: none;
  }

  .contact-sign {
    width: min(540px, 100%);
    min-height: 330px;
    margin-inline: auto;
  }

  .contact-card {
    width: min(780px, 100%);
    margin-inline: auto;
    transform: none;
  }
}

/* New sections: mobile */
@media (max-width: 700px) {
  .river-fuel,
  .contact {
    padding: 82px 0;
  }

  .river-fuel {
    background:
      linear-gradient(180deg, rgba(3, 25, 36, 0.86) 0%, rgba(3, 25, 36, 0.95) 100%),
      url("../assets/arrival-mobile.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .river-fuel {
      background-image:
        linear-gradient(180deg, rgba(3, 25, 36, 0.86) 0%, rgba(3, 25, 36, 0.95) 100%),
        image-set(url("../assets/arrival-mobile.webp") type("image/webp"), url("../assets/arrival-mobile.jpg") type("image/jpeg"));
    }
  }

  .river-fuel h2 {
    font-size: clamp(3.1rem, 15vw, 4.7rem);
  }

  .river-fuel__grid {
    gap: 54px;
  }

  .can-teaser {
    min-height: 235px;
    justify-content: center;
    gap: 7px;
    margin-top: 1.6rem;
    padding-inline: 0;
  }

  .teaser-can {
    width: clamp(49px, 17.5vw, 65px);
  }

  .newsletter-card,
  .contact-card {
    padding: 32px 22px;
  }

  .newsletter-card__tag {
    right: 16px;
  }

  .form-row,
  .form-row--newsletter {
    grid-template-columns: 1fr;
  }

  .social-live {
    padding: 22px 12px;
  }

  .social-live__controls {
    grid-template-columns: 1fr;
  }

  .social-live__stage {
    min-height: 260px;
    overflow-x: auto;
    padding: 8px;
  }

  .social-embed--facebook iframe {
    height: 540px;
  }

  .contact__grid {
    gap: 52px;
  }

  .contact-sign {
    min-height: 300px;
    border-width: 6px;
    padding: 34px 18px;
    transform: rotate(-1deg);
  }

  .contact-sign strong {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .contact-card h2 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }
}

@media (max-width: 380px) {
  .newsletter-card,
  .contact-card {
    padding-inline: 18px;
  }

  .can-teaser {
    gap: 4px;
  }

  .teaser-can {
    width: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .social-live__loading > span {
    animation: none;
  }
}

/* ========================================================================== 
   OPTICAL TUNING PASS · JULY 2026
   More River Rat character, the same simple one-page structure.
   ========================================================================== */

:root {
  --lemon: #f3cf55;
  --pineapple: #f08a4b;
  --lime: #93bf58;
  --watermelon: #e36570;
  --water-bright: #4a97a0;
  --wood: #4c3827;
}

/* A little warmth and imperfection across the whole site. */
body {
  background: #eadcc4;
}

.age-gate__card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(244, 234, 215, 0.97)),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(8, 42, 58, 0.035) 29px 30px);
}

.age-gate__card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg,
    var(--lemon) 0 25%,
    var(--pineapple) 25% 50%,
    var(--lime) 50% 75%,
    var(--watermelon) 75% 100%);
  content: "";
}

.hero__shade {
  background:
    linear-gradient(180deg, rgba(3, 20, 29, 0.15) 0%, rgba(3, 20, 29, 0.02) 43%, rgba(3, 20, 29, 0.46) 100%),
    radial-gradient(circle at 39% 24%, rgba(255, 194, 91, 0.22), transparent 38%),
    radial-gradient(circle at 18% 56%, transparent 0, rgba(2, 18, 26, 0.12) 66%);
}

.hero h1 {
  letter-spacing: -0.045em;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.38);
}

.hero__dock-note {
  right: 18px;
  bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  padding: 0.72rem 0.42rem;
  background: rgba(4, 27, 39, 0.24);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  transform: rotate(-2deg);
}

/* Shop: faded dock scene behind a more convincing hand-painted sign. */
.shop {
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(244, 234, 215, 0.985) 0%, rgba(244, 234, 215, 0.95) 47%, rgba(244, 234, 215, 0.74) 100%),
    url("../assets/dock-shop-bg.jpg") center / cover no-repeat;
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .shop {
    background-image:
      linear-gradient(90deg, rgba(244, 234, 215, 0.985) 0%, rgba(244, 234, 215, 0.95) 47%, rgba(244, 234, 215, 0.74) 100%),
      image-set(url("../assets/dock-shop-bg.webp") type("image/webp"), url("../assets/dock-shop-bg.jpg") type("image/jpeg"));
  }
}

.shop::before {
  z-index: 0;
  background-image:
    linear-gradient(rgba(8, 42, 58, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 42, 58, 0.026) 1px, transparent 1px),
    repeating-linear-gradient(6deg, transparent 0 24px, rgba(76, 56, 39, 0.035) 25px 26px);
  background-size: 32px 32px, 32px 32px, auto;
  mask-image: linear-gradient(90deg, black, rgba(0, 0, 0, 0.35) 72%, transparent);
}

.shop::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 105px;
  background: linear-gradient(transparent, rgba(4, 27, 39, 0.08));
  content: "";
  pointer-events: none;
}

.shop__grid {
  z-index: 1;
}

.shop__copy p.micro-copy {
  display: block;
  max-width: none;
  margin: 0.9rem 0 0 !important;
  color: rgba(9, 43, 57, 0.62);
  font-family: Georgia, serif;
  font-size: 0.88rem !important;
  font-style: italic;
  transform: rotate(-1deg);
}

.dock-sign {
  border: 8px solid var(--wood);
  border-radius: 7px 4px 8px 5px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), transparent 22%, rgba(0, 0, 0, 0.13)),
    repeating-linear-gradient(0deg, #0f5263 0 34px, #0b4656 34px 68px);
  box-shadow:
    0 28px 68px rgba(2, 24, 34, 0.30),
    inset 0 0 0 2px rgba(255, 255, 255, 0.13),
    inset 0 0 38px rgba(0, 0, 0, 0.16);
  transform: rotate(-1.15deg);
}

.dock-sign::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(7deg, transparent 0 18px, rgba(255, 255, 255, 0.035) 19px 20px),
    repeating-linear-gradient(98deg, transparent 0 55px, rgba(0, 0, 0, 0.06) 56px 58px),
    radial-gradient(circle at 12% 24%, rgba(244, 234, 215, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 69%, rgba(244, 234, 215, 0.10) 0 3px, transparent 4px);
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
}

.dock-sign::after {
  position: absolute;
  z-index: 1;
  inset: 17px;
  background:
    radial-gradient(circle at 0 0, #9ba2a3 0 5px, rgba(0, 0, 0, 0.35) 6px 7px, transparent 8px),
    radial-gradient(circle at 100% 0, #9ba2a3 0 5px, rgba(0, 0, 0, 0.35) 6px 7px, transparent 8px),
    radial-gradient(circle at 0 100%, #9ba2a3 0 5px, rgba(0, 0, 0, 0.35) 6px 7px, transparent 8px),
    radial-gradient(circle at 100% 100%, #9ba2a3 0 5px, rgba(0, 0, 0, 0.35) 6px 7px, transparent 8px);
  content: "";
  pointer-events: none;
}

.dock-sign picture,
.dock-sign__line {
  position: relative;
  z-index: 2;
}

.dock-sign__small,
.dock-sign__arrow,
.dock-sign__badge {
  z-index: 2;
}

.dock-sign__rope {
  z-index: 3;
}

.dock-sign__badge {
  position: absolute !important;
  bottom: 21px;
  left: 24px;
  border: 1px solid rgba(255, 213, 139, 0.56);
  border-radius: 2px;
  padding: 0.35rem 0.5rem;
  color: var(--sun-light);
  font-family: var(--display);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

/* A real rope line between the larger visual chapters. */
.rope-divider {
  position: relative;
  z-index: 30;
  height: 0;
  pointer-events: none;
}

.rope-divider > span {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 14px;
  border: 1px solid rgba(69, 44, 20, 0.34);
  border-radius: 999px;
  background:
    repeating-linear-gradient(112deg,
      #9b7549 0 5px,
      #d0aa73 5px 10px,
      #b48a57 10px 15px,
      #e0bc85 15px 20px);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.28),
    inset 0 2px 2px rgba(255, 255, 255, 0.22),
    inset 0 -2px 2px rgba(69, 44, 20, 0.22);
  transform: rotate(-0.15deg);
}

.rope-divider > span::before,
.rope-divider > span::after {
  position: absolute;
  top: -4px;
  width: 28px;
  height: 20px;
  border-radius: 45%;
  background: repeating-linear-gradient(120deg, #8d673f 0 4px, #c79a62 4px 8px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  content: "";
}

.rope-divider > span::before { left: 24%; transform: rotate(8deg); }
.rope-divider > span::after { right: 24%; transform: rotate(-8deg); }

/* Story: keep Randy central, but bring the river back behind him. */
.story {
  background:
    linear-gradient(90deg, rgba(4, 27, 39, 0.97) 0%, rgba(4, 27, 39, 0.92) 50%, rgba(4, 27, 39, 0.80) 100%),
    url("../assets/river-water-bg.jpg") center / cover no-repeat;
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .story {
    background-image:
      linear-gradient(90deg, rgba(4, 27, 39, 0.97) 0%, rgba(4, 27, 39, 0.92) 50%, rgba(4, 27, 39, 0.80) 100%),
      image-set(url("../assets/river-water-bg.webp") type("image/webp"), url("../assets/river-water-bg.jpg") type("image/jpeg"));
  }
}

.story::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 20%, rgba(231, 163, 77, 0.20), transparent 29%),
    linear-gradient(180deg, rgba(4, 27, 39, 0.02), rgba(4, 27, 39, 0.30));
  content: "";
  pointer-events: none;
}

.randy-card {
  border: 7px solid var(--cream);
  border-bottom-width: 4px;
  border-radius: 4px 7px 5px 3px;
  box-shadow:
    0 34px 76px rgba(0, 0, 0, 0.42),
    10px 12px 0 rgba(231, 163, 77, 0.12);
}

.randy-card figcaption {
  border-top: 1px dashed rgba(8, 42, 58, 0.24);
}

.story__signature {
  display: inline-block;
  border: 2px solid rgba(255, 213, 139, 0.62);
  border-radius: 2px;
  padding: 0.48rem 0.72rem 0.42rem;
  transform: rotate(-1.6deg);
}

/* River Fuel: make the teaser the clear visual event. */
.river-fuel {
  background:
    linear-gradient(90deg, rgba(2, 18, 27, 0.98) 0%, rgba(2, 18, 27, 0.91) 48%, rgba(2, 18, 27, 0.72) 100%),
    url("../assets/river-water-bg.jpg") center 55% / cover no-repeat;
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .river-fuel {
    background-image:
      linear-gradient(90deg, rgba(2, 18, 27, 0.98) 0%, rgba(2, 18, 27, 0.91) 48%, rgba(2, 18, 27, 0.72) 100%),
      image-set(url("../assets/river-water-bg.webp") type("image/webp"), url("../assets/river-water-bg.jpg") type("image/jpeg"));
  }
}

.river-fuel__shade {
  background:
    radial-gradient(circle at 23% 17%, rgba(255, 195, 92, 0.24), transparent 28%),
    radial-gradient(circle at 35% 66%, rgba(74, 151, 160, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(4, 27, 39, 0.02), rgba(4, 27, 39, 0.60));
}

.river-fuel__texture {
  opacity: 0.10;
}

.river-fuel h2 {
  text-shadow: 0 7px 30px rgba(0, 0, 0, 0.48);
}

.river-fuel h2 span {
  color: var(--sun-light);
}

.river-fuel__promise {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 1.3rem;
}

.river-fuel__promise span {
  border-left: 4px solid var(--sun);
  border-radius: 2px;
  padding: 0.55rem 0.72rem 0.5rem;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 253, 248, 0.90);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.river-fuel__promise span:last-child {
  border-left-color: var(--water-bright);
}

.can-stage {
  position: relative;
  max-width: 650px;
  margin-top: 2.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 24px 24px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(4, 27, 39, 0.22)),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(255, 255, 255, 0.035) 49px 50px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 54px rgba(0, 0, 0, 0.26);
}

.can-stage::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse at 42% 61%, rgba(255, 213, 139, 0.18), transparent 45%);
  content: "";
  pointer-events: none;
}

.can-stage::after {
  position: absolute;
  right: 18px;
  bottom: 46px;
  left: 18px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  content: "";
  filter: blur(12px);
  pointer-events: none;
}

.can-stage__badge {
  position: absolute;
  z-index: 4;
  top: -28px;
  right: -14px;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  align-content: center;
  border: 2px solid rgba(255, 253, 248, 0.72);
  border-radius: 50%;
  padding: 11px;
  background: var(--watermelon);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.32),
    inset 0 0 0 4px rgba(4, 27, 39, 0.16);
  color: var(--white);
  text-align: center;
  transform: rotate(6deg);
}

.can-stage__badge small,
.can-stage__badge strong {
  display: block;
  font-family: var(--display);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
}

.can-stage__badge small {
  font-size: 0.56rem;
  letter-spacing: 0.13em;
}

.can-stage__badge strong {
  margin-top: 4px;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.can-teaser {
  position: relative;
  z-index: 2;
  min-height: 300px;
  margin-top: 0;
  padding: 30px 20px 8px;
  overflow: visible;
}

.teaser-can {
  --tilt: -5deg;
  --lift: 5px;
  transform: rotate(var(--tilt)) translateY(var(--lift));
  transition: transform 200ms ease, filter 200ms ease, box-shadow 200ms ease;
}

.teaser-can:nth-child(2) { --tilt: 2deg; --lift: -12px; }
.teaser-can:nth-child(3) { --tilt: -1deg; --lift: -5px; }
.teaser-can:nth-child(4) { --tilt: 6deg; --lift: 7px; }

.teaser-can:hover {
  z-index: 3;
  box-shadow:
    0 26px 30px rgba(0, 0, 0, 0.32),
    0 0 42px color-mix(in srgb, var(--accent) 62%, transparent);
  filter: saturate(1.12);
  transform: rotate(var(--tilt)) translateY(calc(var(--lift) - 10px)) scale(1.035);
}

.teaser-can i {
  filter: blur(3px);
  opacity: 0.84;
}

.flavor-key {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.flavor-key span {
  --flavor: var(--sun);
  border-top: 3px solid var(--flavor);
  padding: 7px 3px 0;
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.flavor-key--lemon { --flavor: var(--lemon) !important; }
.flavor-key--pineapple { --flavor: var(--pineapple) !important; }
.flavor-key--lime { --flavor: var(--lime) !important; }
.flavor-key--watermelon { --flavor: var(--watermelon) !important; }

.newsletter-card {
  border-color: rgba(8, 42, 58, 0.22);
  background:
    linear-gradient(rgba(244, 234, 215, 0.975), rgba(244, 234, 215, 0.975)),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(8, 42, 58, 0.045) 29px 30px);
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.34),
    9px 10px 0 rgba(231, 163, 77, 0.10);
  transform: rotate(0.5deg);
}

.newsletter-card::after {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  height: 4px;
  background: linear-gradient(90deg,
    var(--lemon) 0 25%,
    var(--pineapple) 25% 50%,
    var(--lime) 50% 75%,
    var(--watermelon) 75% 100%);
  content: "";
  opacity: 0.78;
}

/* Follow: keep the sunny section, but let the river show through it. */
.follow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(231, 163, 77, 0.95), rgba(240, 138, 75, 0.88)),
    url("../assets/river-water-bg.jpg") center 60% / cover no-repeat;
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .follow {
    background-image:
      linear-gradient(135deg, rgba(231, 163, 77, 0.95), rgba(240, 138, 75, 0.88)),
      image-set(url("../assets/river-water-bg.webp") type("image/webp"), url("../assets/river-water-bg.jpg") type("image/jpeg"));
  }
}

.follow::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 24px, rgba(255, 253, 248, 0.09) 25px 27px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 50%);
  content: "";
  opacity: 0.66;
  pointer-events: none;
}

.follow__inner {
  position: relative;
  z-index: 1;
}

.social-links a {
  --social-accent: var(--water-bright);
  position: relative;
  overflow: hidden;
  border-color: rgba(4, 27, 39, 0.22);
  background: rgba(255, 253, 248, 0.48);
  box-shadow: 0 16px 34px rgba(73, 42, 8, 0.10);
}

.social-links a:nth-child(1) { --social-accent: var(--watermelon); }
.social-links a:nth-child(2) { --social-accent: var(--water-bright); }
.social-links a:nth-child(3) { --social-accent: #3b6f9c; }

.social-links a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--social-accent);
  content: "";
}

.social-links a::after {
  position: absolute;
  right: -44px;
  bottom: -58px;
  width: 135px;
  height: 135px;
  border: 18px solid color-mix(in srgb, var(--social-accent) 18%, transparent);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.social-links a > * {
  position: relative;
  z-index: 1;
}

.social-live {
  border-color: rgba(4, 27, 39, 0.22);
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 24px 54px rgba(73, 42, 8, 0.18);
  backdrop-filter: blur(7px);
}

/* Contact: a faded dock view under the paper-and-sign treatment. */
.contact {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(244, 234, 215, 0.91)),
    url("../assets/dock-shop-bg.jpg") left center / cover no-repeat;
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .contact {
    background-image:
      linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(244, 234, 215, 0.91)),
      image-set(url("../assets/dock-shop-bg.webp") type("image/webp"), url("../assets/dock-shop-bg.jpg") type("image/jpeg"));
  }
}

.contact-sign {
  background:
    linear-gradient(rgba(13, 59, 72, 0.94), rgba(6, 42, 55, 0.97)),
    repeating-linear-gradient(0deg, transparent 0 35px, rgba(255, 255, 255, 0.08) 36px 38px),
    repeating-linear-gradient(93deg, transparent 0 62px, rgba(0, 0, 0, 0.10) 63px 65px);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.13),
    inset 0 0 45px rgba(0, 0, 0, 0.15),
    0 28px 64px rgba(4, 27, 39, 0.28);
}

.contact-card {
  box-shadow:
    0 28px 68px rgba(4, 27, 39, 0.20),
    -8px 9px 0 rgba(74, 151, 160, 0.08);
}

/* Footer color hit and one last River Rat line. */
.site-footer {
  position: relative;
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg,
    var(--lemon) 0 25%,
    var(--pineapple) 25% 50%,
    var(--lime) 50% 75%,
    var(--watermelon) 75% 100%);
  content: "";
}

.site-footer__message {
  display: grid;
  gap: 2px;
  text-align: center;
}

.site-footer__message p {
  margin: 0;
}

.site-footer__message span {
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .can-stage {
    max-width: 720px;
  }

  .newsletter-card {
    transform: none;
  }
}

@media (max-width: 700px) {
  .shop {
    background:
      linear-gradient(180deg, rgba(244, 234, 215, 0.97), rgba(244, 234, 215, 0.87)),
      url("../assets/dock-shop-bg.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .shop {
      background-image:
        linear-gradient(180deg, rgba(244, 234, 215, 0.97), rgba(244, 234, 215, 0.87)),
        image-set(url("../assets/dock-shop-bg.webp") type("image/webp"), url("../assets/dock-shop-bg.jpg") type("image/jpeg"));
    }
  }

  .dock-sign {
    transform: rotate(-0.8deg);
  }

  .dock-sign__line {
    margin-top: -10px;
  }

  .dock-sign__badge {
    display: none;
  }

  .rope-divider > span {
    top: -5px;
    height: 10px;
  }

  .rope-divider > span::before,
  .rope-divider > span::after {
    top: -3px;
    width: 22px;
    height: 15px;
  }

  .story {
    background:
      linear-gradient(180deg, rgba(4, 27, 39, 0.96), rgba(4, 27, 39, 0.86)),
      url("../assets/river-water-bg.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .story {
      background-image:
        linear-gradient(180deg, rgba(4, 27, 39, 0.96), rgba(4, 27, 39, 0.86)),
        image-set(url("../assets/river-water-bg.webp") type("image/webp"), url("../assets/river-water-bg.jpg") type("image/jpeg"));
    }
  }

  .randy-card {
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.36);
  }

  .river-fuel {
    background:
      linear-gradient(180deg, rgba(2, 18, 27, 0.94), rgba(2, 18, 27, 0.88)),
      url("../assets/river-water-bg.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .river-fuel {
      background-image:
        linear-gradient(180deg, rgba(2, 18, 27, 0.94), rgba(2, 18, 27, 0.88)),
        image-set(url("../assets/river-water-bg.webp") type("image/webp"), url("../assets/river-water-bg.jpg") type("image/jpeg"));
    }
  }

  .river-fuel__promise {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .river-fuel__promise span {
    font-size: 0.62rem;
    text-align: center;
  }

  .can-stage {
    margin-top: 2.5rem;
    padding: 48px 12px 16px;
  }

  .can-stage__badge {
    top: -25px;
    right: 10px;
    width: 88px;
    height: 88px;
    padding: 8px;
  }

  .can-stage__badge small { font-size: 0.45rem; }
  .can-stage__badge strong { font-size: 0.82rem; }

  .can-teaser {
    min-height: 230px;
    justify-content: center;
    gap: 7px;
    padding: 8px 0 0;
  }

  .teaser-can {
    width: clamp(49px, 17.5vw, 65px);
  }

  .flavor-key {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .flavor-key span {
    font-size: 0.54rem;
  }

  .follow {
    background:
      linear-gradient(180deg, rgba(231, 163, 77, 0.95), rgba(240, 138, 75, 0.90)),
      url("../assets/river-water-bg.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .follow {
      background-image:
        linear-gradient(180deg, rgba(231, 163, 77, 0.95), rgba(240, 138, 75, 0.90)),
        image-set(url("../assets/river-water-bg.webp") type("image/webp"), url("../assets/river-water-bg.jpg") type("image/jpeg"));
    }
  }

  .contact {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(244, 234, 215, 0.91)),
      url("../assets/dock-shop-bg.jpg") center / cover no-repeat;
  }

  @supports (background-image: image-set(url("x.webp") type("image/webp"))) {
    .contact {
      background-image:
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(244, 234, 215, 0.91)),
        image-set(url("../assets/dock-shop-bg.webp") type("image/webp"), url("../assets/dock-shop-bg.jpg") type("image/jpeg"));
    }
  }

  .site-footer__message {
    order: 2;
  }
}

@media (max-width: 380px) {
  .dock-sign__badge {
    display: none;
  }

  .can-stage {
    padding-inline: 8px;
  }

  .can-teaser {
    gap: 4px;
  }
}

@media (hover: none) {
  .teaser-can:hover {
    filter: none;
    transform: rotate(var(--tilt)) translateY(var(--lift));
  }
}


/* =========================================================
   River Rat cleanup pass: no rope, no circle overlays,
   smaller headlines, tighter spacing, mystery-only teaser.
   ========================================================= */

h1 {
  font-size: clamp(3rem, 7.2vw, 5.8rem);
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(2.15rem, 4.9vw, 4.15rem);
  line-height: 0.95;
  letter-spacing: -0.028em;
}

.hero {
  min-height: min(94svh, 920px);
}

.hero__lead,
.shop__copy p:not(.eyebrow),
.story__copy p:not(.eyebrow),
.river-fuel__copy > p:not(.eyebrow),
.follow__lead,
.contact__copy p:not(.eyebrow) {
  max-width: 40rem;
}

.shop,
.story,
.river-fuel,
.follow,
.contact {
  padding: clamp(72px, 9vw, 112px) 0;
}

.hero + .shop {
  padding-top: clamp(68px, 8vw, 104px);
}

.shop {
  background: linear-gradient(180deg, #f5eddd 0%, #efe3cf 100%);
}

.shop::before {
  display: none;
}

.story {
  background:
    linear-gradient(90deg, rgba(4, 27, 39, 0.94) 0%, rgba(4, 27, 39, 0.88) 52%, rgba(4, 27, 39, 0.78) 100%),
    url("../assets/river-water-bg.jpg") center / cover no-repeat;
}

.story::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(4,27,39,0.22));
}

.story::after,
.follow::before,
.contact::before,
.contact::after,
.age-gate__shade,
.river-fuel__texture,
.rope-divider,
.dock-sign__rope {
  display: none !important;
}

.age-gate__card {
  border-radius: 6px;
}

.dock-sign {
  min-height: 320px;
  padding: 52px 40px 36px;
  border: 8px solid #725331;
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.12)),
    repeating-linear-gradient(0deg, #114f60 0 36px, #0e4454 36px 72px);
  transform: rotate(-0.8deg);
}

.dock-sign::before {
  inset: 0;
  background:
    repeating-linear-gradient(8deg, transparent 0 20px, rgba(255,255,255,0.035) 21px 22px),
    repeating-linear-gradient(98deg, transparent 0 58px, rgba(0,0,0,0.05) 59px 61px);
  mix-blend-mode: screen;
}

.dock-sign::after {
  inset: 16px;
  background:
    radial-gradient(circle at 0 0, #a5aaab 0 4px, rgba(0,0,0,0.32) 5px 6px, transparent 7px),
    radial-gradient(circle at 100% 0, #a5aaab 0 4px, rgba(0,0,0,0.32) 5px 6px, transparent 7px),
    radial-gradient(circle at 0 100%, #a5aaab 0 4px, rgba(0,0,0,0.32) 5px 6px, transparent 7px),
    radial-gradient(circle at 100% 100%, #a5aaab 0 4px, rgba(0,0,0,0.32) 5px 6px, transparent 7px);
}

.dock-sign__line {
  margin-top: -28px;
  font-size: clamp(1.1rem, 2.5vw, 1.7rem);
}

.dock-sign__badge {
  left: 22px;
  bottom: 18px;
}

.story__signature {
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
}

.river-fuel {
  background:
    linear-gradient(90deg, rgba(2, 18, 27, 0.98) 0%, rgba(2, 18, 27, 0.90) 50%, rgba(2, 18, 27, 0.78) 100%),
    url("../assets/river-water-bg.jpg") center 55% / cover no-repeat;
}

.river-fuel__shade {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(4,27,39,0.56));
}

.river-fuel__copy > p:not(.eyebrow) {
  color: rgba(255,253,248,0.86);
}

.river-fuel__stamp,
.river-fuel__promise,
.can-stage,
.flavor-key,
.can-teaser,
.can-stage__badge {
  display: none !important;
}

.coming-soon-board {
  position: relative;
  margin-top: 1.8rem;
  max-width: 560px;
  border-radius: 8px;
  padding: 30px 28px 26px;
  background:
    linear-gradient(180deg, rgba(10, 33, 46, 0.96), rgba(7, 24, 34, 0.96)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.02) 0 24px, rgba(255,255,255,0.035) 25px 26px);
  box-shadow: 0 24px 54px rgba(0,0,0,0.28);
  overflow: hidden;
}

.coming-soon-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent 34%),
    radial-gradient(ellipse at 85% 15%, rgba(231,163,77,0.16), transparent 30%);
  pointer-events: none;
}

.coming-soon-board__tag,
.coming-soon-board strong,
.coming-soon-board p {
  position: relative;
  z-index: 1;
}

.coming-soon-board__tag {
  display: inline-block;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(255, 213, 139, 0.45);
  padding: 0.35rem 0.55rem;
  color: var(--sun-light);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coming-soon-board strong {
  display: block;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.coming-soon-board p {
  margin: 0.95rem 0 0;
  max-width: 29rem;
  color: rgba(255,253,248,0.78);
  font-size: 1rem;
}

.newsletter-card {
  transform: none;
  border-radius: 8px;
}

.newsletter-card::after {
  opacity: 0.66;
}

.follow {
  background:
    linear-gradient(135deg, rgba(231, 163, 77, 0.95), rgba(240, 138, 75, 0.90)),
    url("../assets/river-water-bg.jpg") center 60% / cover no-repeat;
}

.contact {
  background: linear-gradient(180deg, rgba(255,253,248,0.98), rgba(244,234,215,0.98));
}

@media (max-width: 1023px) {
  h1 {
    font-size: clamp(2.8rem, 10vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2rem, 7vw, 3.35rem);
  }

  .shop,
  .story,
  .river-fuel,
  .follow,
  .contact {
    padding: clamp(64px, 8vw, 92px) 0;
  }

  .shop__grid,
  .story__grid,
  .river-fuel__grid,
  .contact__grid {
    gap: clamp(28px, 5vw, 52px);
  }

  .coming-soon-board {
    margin-top: 1.4rem;
    padding: 24px 22px 22px;
  }
}

@media (max-width: 767px) {
  .eyebrow {
    margin-bottom: 0.75rem;
  }

  h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.75rem);
    line-height: 0.98;
  }

  .hero {
    min-height: 82svh;
  }

  .shop,
  .story,
  .river-fuel,
  .follow,
  .contact {
    padding: 58px 0;
  }

  .shop__copy p:not(.eyebrow),
  .story__copy p:not(.eyebrow),
  .river-fuel__copy > p:not(.eyebrow),
  .follow__lead,
  .contact__copy p:not(.eyebrow) {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .dock-sign {
    min-height: 270px;
    padding: 42px 28px 30px;
  }

  .dock-sign__line {
    margin-top: -18px;
    font-size: 1rem;
  }

  .coming-soon-board strong {
    font-size: 1.55rem;
  }

  .coming-soon-board p {
    font-size: 0.96rem;
  }
}


/* =========================================================
   Approved age-gate direction: warm river scene, bold welcome,
   handwritten punchline, and rough painted dock panel.
   ========================================================= */

.age-gate {
  display: block;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 232, 185, 0.18) 0%, rgba(91, 51, 16, 0.06) 54%, rgba(3, 20, 29, 0.22) 100%),
    url("../assets/river-water-bg.jpg") center / cover no-repeat;
}

@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .age-gate {
    background-image:
      linear-gradient(180deg, rgba(255, 232, 185, 0.18) 0%, rgba(91, 51, 16, 0.06) 54%, rgba(3, 20, 29, 0.22) 100%),
      image-set(url("../assets/river-water-bg.webp") type("image/webp"), url("../assets/river-water-bg.jpg") type("image/jpeg"));
  }
}

.age-gate__shade {
  position: fixed;
  inset: 0;
  display: block !important;
  background:
    linear-gradient(180deg, rgba(255, 241, 206, 0.20) 0%, transparent 48%, rgba(4, 27, 39, 0.16) 100%);
  backdrop-filter: none;
  pointer-events: none;
}

.age-gate__layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(820px, calc(100% - 32px));
  min-height: 100svh;
  margin-inline: auto;
  grid-template-rows: 1fr auto;
  align-items: end;
  justify-items: center;
  gap: clamp(26px, 6vh, 68px);
  padding: max(24px, env(safe-area-inset-top)) 0 max(28px, env(safe-area-inset-bottom));
}

.age-gate__intro {
  align-self: start;
  width: 100%;
  padding-top: clamp(18px, 5vh, 58px);
  color: var(--navy-deep);
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.22);
}

.age-gate__intro h1,
.age-gate h1 {
  display: grid;
  gap: 0.04em;
  margin: 0;
  color: var(--navy-deep);
  font-family: var(--display);
  font-size: clamp(2.55rem, 6.1vw, 5.35rem);
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 0.92;
  text-transform: uppercase;
}

.age-gate__intro h1 span {
  display: block;
}

.age-gate__script {
  margin: clamp(6px, 1.4vh, 14px) 0 0;
  color: #102b39;
  font-family: "Brush Script MT", "Segoe Script", "Apple Chancery", "Snell Roundhand", cursive;
  font-size: clamp(2.15rem, 6vw, 4.9rem);
  font-weight: 600;
  line-height: 0.95;
  white-space: nowrap;
  transform: rotate(-1.2deg);
}

.age-gate__card {
  position: relative;
  isolation: isolate;
  width: min(590px, calc(100% - 8px));
  border: 0;
  border-radius: 0;
  padding: clamp(30px, 4.5vw, 42px) clamp(24px, 5vw, 44px) clamp(24px, 4vw, 34px);
  background: transparent;
  box-shadow: none;
  color: var(--white);
  text-align: center;
}

.age-gate__card::before {
  position: absolute;
  z-index: -2;
  inset: -14px -22px -16px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(14, 47, 62, 0.98), rgba(3, 23, 34, 0.99));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
  clip-path: polygon(
    2% 3%, 11% 1%, 22% 3%, 34% 1%, 47% 2%, 60% 0%, 74% 2%, 88% 1%, 98% 4%,
    100% 12%, 98% 20%, 100% 30%, 98% 41%, 100% 52%, 98% 64%, 100% 76%, 98% 88%, 100% 96%,
    90% 98%, 78% 97%, 66% 100%, 52% 98%, 39% 100%, 26% 98%, 14% 100%, 2% 97%,
    0% 89%, 2% 79%, 0% 67%, 2% 55%, 0% 43%, 2% 31%, 0% 20%, 2% 12%
  );
  content: "";
  pointer-events: none;
}

.age-gate__card::after {
  position: absolute;
  z-index: -1;
  inset: -8px -15px -10px;
  background:
    repeating-linear-gradient(0deg, transparent 0 12px, rgba(255,255,255,0.025) 13px 14px),
    linear-gradient(90deg, rgba(255,255,255,0.025), transparent 18%, rgba(255,255,255,0.02) 72%, transparent);
  content: "";
  opacity: 0.82;
  pointer-events: none;
}

.age-gate__welcome {
  margin: 0;
  color: var(--sun-light);
  font-family: var(--display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 950;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.age-gate__copy {
  margin: 0.8rem auto 0;
  color: rgba(255,253,248,0.90);
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  line-height: 1.45;
}

.age-gate__question {
  margin: 1.15rem 0 0.95rem;
  color: var(--white);
  font-size: clamp(1.05rem, 2.4vw, 1.22rem);
  font-weight: 600;
}

.age-gate__actions {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.92fr);
  gap: 10px;
}

.age-gate__actions .button {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 3px;
  padding-inline: 0.8rem;
  font-size: clamp(0.82rem, 2vw, 0.98rem);
  letter-spacing: 0.035em;
  box-shadow: 0 6px 14px rgba(0,0,0,0.20);
}

.age-gate__actions .button--primary {
  background: #e8ad48;
  color: var(--navy-deep);
}

.age-gate__actions .button--primary:hover {
  background: #f1bb5b;
}

.age-gate__actions .button--quiet {
  background: #efe5d4;
  color: var(--navy-deep);
}

.age-gate__actions .button--quiet:hover {
  background: #fff8ec;
}

.age-gate__actions .button span {
  margin-right: 0.32rem;
  font-size: 1.08em;
}

.age-gate__legal {
  margin: 0.85rem auto 0;
  color: rgba(255,253,248,0.55);
  font-size: 0.64rem;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .age-gate {
    background-position: 61% center;
  }

  .age-gate__layout {
    width: min(100% - 24px, 560px);
    gap: clamp(20px, 4vh, 38px);
    padding-top: max(18px, env(safe-area-inset-top));
    padding-bottom: max(22px, env(safe-area-inset-bottom));
  }

  .age-gate__intro {
    padding-top: clamp(10px, 3.5vh, 34px);
  }

  .age-gate__intro h1,
  .age-gate h1 {
    font-size: clamp(2.12rem, 10.5vw, 3.2rem);
    line-height: 0.94;
  }

  .age-gate__script {
    margin-top: 5px;
    font-size: clamp(1.92rem, 8.8vw, 2.85rem);
  }

  .age-gate__card {
    width: calc(100% - 6px);
    padding: 27px 18px 22px;
  }

  .age-gate__card::before {
    inset: -11px -12px -13px;
  }

  .age-gate__welcome {
    font-size: 1.18rem;
  }

  .age-gate__copy {
    margin-top: 0.72rem;
    font-size: 0.92rem;
  }

  .age-gate__question {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .age-gate__actions {
    gap: 8px;
  }

  .age-gate__actions .button {
    min-height: 52px;
    padding: 0.72rem 0.45rem;
    font-size: 0.78rem;
  }

  .age-gate__legal {
    margin-top: 0.72rem;
    font-size: 0.58rem;
  }
}

@media (max-width: 360px) {
  .age-gate__intro h1,
  .age-gate h1 {
    font-size: 1.95rem;
  }

  .age-gate__script {
    font-size: 1.72rem;
  }

  .age-gate__card {
    padding-inline: 15px;
  }

  .age-gate__actions .button {
    font-size: 0.70rem;
  }
}


/* =========================================================
   Compact age-gate pass — same approved design, reduced scale.
   ========================================================= */
.age-gate__layout {
  width: min(720px, calc(100% - 36px));
  min-height: 100svh;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: clamp(18px, 3.2vh, 34px);
  padding: max(20px, env(safe-area-inset-top)) 0 max(22px, env(safe-area-inset-bottom));
}

.age-gate__intro {
  align-self: auto;
  padding-top: 0;
}

.age-gate__intro h1,
.age-gate h1 {
  font-size: clamp(2.2rem, 4.9vw, 4.1rem);
  line-height: 0.94;
}

.age-gate__script {
  margin-top: 4px;
  font-size: clamp(1.8rem, 4.4vw, 3.45rem);
  line-height: 0.96;
}

.age-gate__card {
  width: min(500px, calc(100% - 12px));
  padding: clamp(22px, 3.2vw, 30px) clamp(20px, 4vw, 34px) clamp(19px, 3vw, 25px);
}

.age-gate__card::before {
  inset: -10px -16px -12px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.31);
}

.age-gate__card::after {
  inset: -6px -11px -8px;
}

.age-gate__welcome {
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
}

.age-gate__copy {
  margin-top: 0.62rem;
  font-size: clamp(0.86rem, 1.65vw, 0.98rem);
  line-height: 1.4;
}

.age-gate__question {
  margin: 0.85rem 0 0.72rem;
  font-size: clamp(0.96rem, 1.9vw, 1.08rem);
}

.age-gate__actions {
  gap: 8px;
}

.age-gate__actions .button {
  min-height: 48px;
  padding: 0.7rem 0.68rem;
  font-size: clamp(0.75rem, 1.55vw, 0.88rem);
}

.age-gate__legal {
  margin-top: 0.62rem;
  font-size: 0.57rem;
}

@media (max-width: 767px) {
  .age-gate__layout {
    width: min(100% - 26px, 500px);
    gap: clamp(14px, 2.5vh, 22px);
    padding-top: max(14px, env(safe-area-inset-top));
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }

  .age-gate__intro {
    padding-top: 0;
  }

  .age-gate__intro h1,
  .age-gate h1 {
    font-size: clamp(1.78rem, 8.4vw, 2.55rem);
    line-height: 0.95;
  }

  .age-gate__script {
    margin-top: 2px;
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .age-gate__card {
    width: calc(100% - 10px);
    padding: 20px 15px 17px;
  }

  .age-gate__card::before {
    inset: -8px -9px -10px;
  }

  .age-gate__welcome {
    font-size: 1rem;
  }

  .age-gate__copy {
    margin-top: 0.55rem;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .age-gate__question {
    margin: 0.72rem 0 0.62rem;
    font-size: 0.92rem;
  }

  .age-gate__actions .button {
    min-height: 45px;
    padding: 0.62rem 0.36rem;
    font-size: 0.69rem;
  }

  .age-gate__legal {
    margin-top: 0.56rem;
    font-size: 0.52rem;
  }
}

@media (max-width: 360px) {
  .age-gate__layout {
    gap: 12px;
  }

  .age-gate__intro h1,
  .age-gate h1 {
    font-size: 1.72rem;
  }

  .age-gate__script {
    font-size: 1.43rem;
  }

  .age-gate__card {
    padding: 18px 12px 15px;
  }

  .age-gate__actions .button {
    min-height: 43px;
    font-size: 0.64rem;
  }
}

/* Exact user-selected Shop the Dock sign — mechanically isolated, not redesigned. */
.dock-sign--exact {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  transform: rotate(-0.65deg);
  text-decoration: none;
}

.dock-sign--exact::before,
.dock-sign--exact::after {
  display: none !important;
  content: none !important;
}

.dock-sign--exact:hover {
  box-shadow: none;
  transform: rotate(0deg) translateY(-5px);
}

.dock-sign--exact .shop-sign-picture {
  display: block;
  width: 100%;
}

.dock-sign--exact .shop-sign-image {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 22px 34px rgba(2, 24, 34, 0.27));
}

@media (max-width: 1023px) {
  .dock-sign--exact {
    transform: rotate(-0.35deg);
  }

  .dock-sign--exact .shop-sign-image {
    width: min(100%, 680px);
    filter: drop-shadow(0 17px 27px rgba(2, 24, 34, 0.23));
  }
}

@media (max-width: 767px) {
  .dock-sign--exact,
  .dock-sign--exact:hover {
    transform: none;
  }

  .dock-sign--exact .shop-sign-image {
    width: 100%;
    filter: drop-shadow(0 12px 20px rgba(2, 24, 34, 0.20));
  }
}


/* Final cleanup: mystery teaser + lightweight mobile social section */
@media (max-width: 767px) {
  .social-live {
    display: none !important;
  }
}
