/* Lingers Reveling Bike Works — lr2- prefix
   Recipe: L07 H09 Y09 C13 S20 F02 N12 T02 A24 M21 K10 CB11 */

@import url('https://fonts.bunny.net/css?family=nunito:500,600,700,800|source-serif-4:400,400i,600,700');

:root {
  --lr2-ink: #1a1c1e;
  --lr2-ink-soft: #3a3e44;
  --lr2-paper: #f2f3f5;
  --lr2-paper-2: #e4e6ea;
  --lr2-mute: #6b7078;
  --lr2-spot: #c45c1a;
  --lr2-spot-deep: #9a4512;
  --lr2-inverse: #121416;
  --lr2-inverse-text: #f5f4f0;
  --lr2-display: 'Nunito', sans-serif;
  --lr2-body: 'Source Serif 4', Georgia, serif;
  --lr2-max: 72rem;
  --lr2-measure: 38rem;
  --lr2-dock-h: 3.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--lr2-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--lr2-ink);
  background: var(--lr2-paper);
  -webkit-font-smoothing: antialiased;
}

body.lr2-dock-pad {
  padding-bottom: calc(var(--lr2-dock-h) + 0.75rem);
}

img { max-width: 100%; display: block; }

a {
  color: var(--lr2-spot-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

a:hover { color: var(--lr2-spot); }

/* M21 — cardless lift on focusable links */
a.lr2-lift,
.lr2-nav a,
.lr2-index a,
.lr2-dock a,
.lr2-ribbon a,
.lr2-btn {
  display: inline-block;
}

a.lr2-lift:hover,
a.lr2-lift:focus-visible,
.lr2-nav a:hover,
.lr2-nav a:focus-visible,
.lr2-index a:hover,
.lr2-index a:focus-visible,
.lr2-dock a:hover,
.lr2-dock a:focus-visible,
.lr2-ribbon a:hover,
.lr2-ribbon a:focus-visible,
.lr2-btn:hover,
.lr2-btn:focus-visible {
  transform: translateY(-2px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--lr2-spot);
  outline-offset: 3px;
}

h1, h2, h3, h4 {
  font-family: var(--lr2-display);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--lr2-ink);
  margin: 0 0 0.65em;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.lr2-wrap {
  width: min(100% - 2rem, var(--lr2-max));
  margin-inline: auto;
}

.lr2-measure { max-width: var(--lr2-measure); }

.lr2-label {
  font-family: var(--lr2-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lr2-mute);
}

.lr2-btn {
  font-family: var(--lr2-display);
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  background: var(--lr2-spot);
  color: #fff;
  padding: 0.85rem 1.35rem;
  text-decoration: none;
  border-radius: 2px;
}

.lr2-btn:hover { background: var(--lr2-spot-deep); color: #fff; }

.lr2-btn--ghost {
  background: transparent;
  color: var(--lr2-ink);
  box-shadow: inset 0 0 0 2px var(--lr2-ink);
}

.lr2-btn--ghost:hover {
  background: var(--lr2-ink);
  color: var(--lr2-paper);
}

.lr2-btn--inv {
  background: var(--lr2-inverse-text);
  color: var(--lr2-inverse);
}

/* —— H09 utility + main bar —— */
.lr2-util {
  background: var(--lr2-ink);
  color: var(--lr2-paper-2);
  font-family: var(--lr2-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lr2-util__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  justify-content: space-between;
  padding: 0.45rem 0;
}

.lr2-util a {
  color: var(--lr2-paper-2);
  text-decoration: none;
}

.lr2-util a:hover { color: #fff; }

.lr2-header {
  background: var(--lr2-paper);
  border-bottom: 1px solid color-mix(in srgb, var(--lr2-ink) 12%, transparent);
  position: sticky;
  top: 0;
  z-index: 40;
}

.lr2-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.lr2-brand {
  font-family: var(--lr2-display);
  font-weight: 800;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  letter-spacing: -0.03em;
  color: var(--lr2-ink);
  text-decoration: none;
  line-height: 1.2;
}

.lr2-brand span {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lr2-spot);
  margin-top: 0.15rem;
}

.lr2-nav {
  display: none;
  gap: 1.15rem;
  align-items: center;
  font-family: var(--lr2-display);
  font-weight: 700;
  font-size: 0.9rem;
}

.lr2-nav a {
  color: var(--lr2-ink);
  text-decoration: none;
}

.lr2-nav a[aria-current="page"] {
  color: var(--lr2-spot);
}

.lr2-menu-btn {
  font-family: var(--lr2-display);
  font-weight: 700;
  font-size: 0.85rem;
  background: transparent;
  border: 2px solid var(--lr2-ink);
  border-radius: 2px;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
  color: var(--lr2-ink);
}

.lr2-menu-panel {
  display: none;
  border-top: 1px solid color-mix(in srgb, var(--lr2-ink) 12%, transparent);
  background: var(--lr2-paper);
  padding: 0.75rem 0 1rem;
}

.lr2-menu-panel.is-open { display: block; }

.lr2-menu-panel nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-family: var(--lr2-display);
  font-weight: 700;
}

.lr2-menu-panel a {
  color: var(--lr2-ink);
  text-decoration: none;
  padding: 0.55rem 0;
}

@media (min-width: 860px) {
  .lr2-nav { display: flex; }
  .lr2-menu-btn { display: none; }
  .lr2-menu-panel { display: none !important; }
}

/* —— L07 / Y09 hero: brand over tall panel + text beside —— */
.lr2-hero {
  display: grid;
  gap: 0;
}

@media (min-width: 820px) {
  .lr2-hero {
    grid-template-columns: minmax(14rem, 0.42fr) 1fr;
    min-height: min(88vh, 42rem);
  }
}

.lr2-hero__panel {
  position: relative;
  background: var(--lr2-inverse);
  color: var(--lr2-inverse-text);
  min-height: 22rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

/* Pure CSS grain — text-only, no image files */
.lr2-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.03) 3px),
    repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(0,0,0,0.08) 3px, rgba(0,0,0,0.08) 4px);
}

.lr2-hero__panel::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 55%;
  right: -30%;
  top: -10%;
  background: radial-gradient(circle at 30% 40%, color-mix(in srgb, var(--lr2-spot) 55%, transparent), transparent 60%);
  pointer-events: none;
}

.lr2-hero__brand {
  position: relative;
  z-index: 1;
  font-family: var(--lr2-display);
  font-weight: 800;
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 0;
}

.lr2-hero__brand em {
  font-style: normal;
  color: var(--lr2-spot);
  display: block;
}

.lr2-hero__side {
  padding: clamp(1.75rem, 4vw, 3.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, var(--lr2-paper) 0%, var(--lr2-paper-2) 100%);
}

.lr2-hero__side h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  max-width: 18ch;
}

.lr2-hero__side p {
  max-width: 36ch;
  color: var(--lr2-ink-soft);
}

.lr2-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

/* —— S20 continuous scroll: type weight only —— */
.lr2-main {
  padding: clamp(2rem, 5vw, 4rem) 0 calc(4rem + var(--lr2-dock-h));
}

.lr2-section {
  margin: 0;
  padding: clamp(2.25rem, 5vw, 3.75rem) 0 0;
}

.lr2-section h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
}

.lr2-section h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1.5em;
}

.lr2-lede {
  font-size: 1.2rem;
  color: var(--lr2-ink-soft);
  max-width: 42ch;
}

/* Page index (L07) */
.lr2-index {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  max-width: 28rem;
  font-family: var(--lr2-display);
  font-weight: 700;
  font-size: 1.15rem;
}

.lr2-index a {
  color: var(--lr2-ink);
  text-decoration: none;
  padding: 0.55rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--lr2-ink) 10%, transparent);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.lr2-index a span {
  color: var(--lr2-mute);
  font-size: 0.85rem;
  font-weight: 600;
}

/* Deep feature */
.lr2-feature {
  max-width: 44rem;
}

.lr2-feature p {
  font-size: 1.08rem;
}

.lr2-pull {
  font-family: var(--lr2-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--lr2-spot);
  max-width: 28ch;
  margin: 1.5rem 0;
}

/* C13 schedule / timetable */
.lr2-schedule {
  width: 100%;
  max-width: 36rem;
  border-collapse: collapse;
  font-family: var(--lr2-display);
  margin: 1.25rem 0 0;
}

.lr2-schedule th,
.lr2-schedule td {
  text-align: left;
  padding: 0.7rem 0.5rem 0.7rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--lr2-ink) 12%, transparent);
  vertical-align: top;
}

.lr2-schedule th {
  font-weight: 800;
  width: 42%;
  color: var(--lr2-ink);
}

.lr2-schedule td {
  font-weight: 600;
  color: var(--lr2-ink-soft);
}

.lr2-schedule caption {
  caption-side: top;
  text-align: left;
  font-family: var(--lr2-display);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--lr2-ink);
}

/* FAQ (K10) */
.lr2-faq {
  max-width: 40rem;
}

.lr2-faq details {
  padding: 0.85rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--lr2-ink) 12%, transparent);
}

.lr2-faq summary {
  font-family: var(--lr2-display);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.lr2-faq summary::-webkit-details-marker { display: none; }

.lr2-faq summary::after {
  content: "+";
  float: right;
  color: var(--lr2-spot);
  font-weight: 800;
}

.lr2-faq details[open] summary::after { content: "–"; }

.lr2-faq details p {
  margin-top: 0.65rem;
  color: var(--lr2-ink-soft);
}

.lr2-visit {
  max-width: 36rem;
  margin-top: 2rem;
}

.lr2-visit address {
  font-style: normal;
  font-family: var(--lr2-display);
  font-weight: 700;
  line-height: 1.55;
  margin: 0.75rem 0 1.25rem;
}

/* Inner page hero strip */
.lr2-pagehead {
  padding: clamp(2rem, 5vw, 3.5rem) 0 0;
}

.lr2-pagehead h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  max-width: 16ch;
}

.lr2-pagehead p {
  max-width: 42ch;
  color: var(--lr2-ink-soft);
  font-size: 1.12rem;
}

/* Forms */
.lr2-form {
  display: grid;
  gap: 0.9rem;
  max-width: 28rem;
  margin-top: 1.25rem;
}

.lr2-form label {
  display: grid;
  gap: 0.35rem;
  font-family: var(--lr2-display);
  font-weight: 700;
  font-size: 0.88rem;
}

.lr2-form input,
.lr2-form textarea,
.lr2-form select {
  font: inherit;
  font-family: var(--lr2-body);
  padding: 0.7rem 0.8rem;
  border: 1.5px solid color-mix(in srgb, var(--lr2-ink) 22%, transparent);
  background: #fff;
  color: var(--lr2-ink);
  border-radius: 0.4rem;
}

.lr2-form textarea { min-height: 8rem; resize: vertical; }

.lr2-form-success {
  display: none;
  font-family: var(--lr2-display);
  font-weight: 700;
  color: var(--lr2-spot-deep);
  margin-top: 1rem;
  padding: 0.85rem 0;
}

.lr2-form-success.is-visible { display: block; }

.lr2-legal {
  max-width: 42rem;
}

.lr2-legal h2 {
  font-size: 1.35rem;
  margin-top: 1.75rem;
}

.lr2-legal ul {
  padding-left: 1.2rem;
  color: var(--lr2-ink-soft);
}

/* —— F02 horizontal ribbon footer —— */
.lr2-footer {
  background: var(--lr2-paper-2);
  border-top: 1px solid color-mix(in srgb, var(--lr2-ink) 10%, transparent);
  padding: 1.5rem 0 1.75rem;
}

.lr2-footer__brand {
  font-family: var(--lr2-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lr2-mute);
  margin-bottom: 0.85rem;
}

.lr2-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  font-family: var(--lr2-display);
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 1.15rem;
}

.lr2-ribbon a {
  color: var(--lr2-ink);
  text-decoration: none;
}

.lr2-footer__contact {
  font-family: var(--lr2-display);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--lr2-ink-soft);
  max-width: 36rem;
}

.lr2-footer__contact a {
  color: var(--lr2-ink);
  text-decoration: none;
}

.lr2-footer__copy {
  margin-top: 1rem;
  font-size: 0.78rem;
  color: var(--lr2-mute);
  font-family: var(--lr2-display);
}

/* —— N12 mobile footer dock —— */
.lr2-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  height: var(--lr2-dock-h);
  background: var(--lr2-ink);
  color: var(--lr2-paper);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--lr2-spot);
}

.lr2-dock a {
  color: var(--lr2-paper);
  text-decoration: none;
  font-family: var(--lr2-display);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.35rem;
}

.lr2-dock a[aria-current="page"] {
  color: var(--lr2-spot);
}

@media (min-width: 860px) {
  .lr2-dock { display: none; }
  body.lr2-dock-pad { padding-bottom: 0; }
  .lr2-main { padding-bottom: 4rem; }
}

/* —— CB11 high-contrast inverse slab —— */
.lr2-cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: var(--lr2-inverse);
  color: var(--lr2-inverse-text);
  padding: 1.1rem 0;
  transform: translateY(110%);
  transition: transform 0.28s ease;
  box-shadow: 0 -8px 28px rgba(0,0,0,0.35);
}

.lr2-cookie.is-visible { transform: translateY(0); }

/* Keep inverse slab above N12 mobile dock */
@media (max-width: 859px) {
  body.lr2-dock-pad .lr2-cookie.is-visible {
    bottom: var(--lr2-dock-h);
  }
}

.lr2-cookie__inner {
  width: min(100% - 2rem, var(--lr2-max));
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}

@media (min-width: 780px) {
  .lr2-cookie__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

.lr2-cookie p {
  margin: 0;
  font-family: var(--lr2-display);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  max-width: 52ch;
}

.lr2-cookie p a {
  color: #fff;
}

.lr2-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lr2-cookie__actions button {
  font-family: var(--lr2-display);
  font-weight: 800;
  font-size: 0.82rem;
  border: none;
  cursor: pointer;
  padding: 0.65rem 0.95rem;
  border-radius: 0.25rem;
}

.lr2-cookie__accept {
  background: var(--lr2-spot);
  color: #fff;
}

.lr2-cookie__decline {
  background: transparent;
  color: var(--lr2-inverse-text);
  box-shadow: inset 0 0 0 2px var(--lr2-inverse-text);
}

.lr2-cookie__settings {
  background: var(--lr2-inverse-text);
  color: var(--lr2-inverse);
}

.lr2-cookie__panel {
  display: none;
  grid-column: 1 / -1;
  padding-top: 0.35rem;
  font-family: var(--lr2-display);
  font-size: 0.88rem;
}

.lr2-cookie__panel.is-open { display: block; }

.lr2-cookie__panel label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.4rem 0;
  font-weight: 600;
}

body.lr2-cookie-open .lr2-dock {
  bottom: auto;
}

/* Content helpers */
.lr2-list {
  margin: 0 0 1.1em;
  padding-left: 1.15rem;
  color: var(--lr2-ink-soft);
}

.lr2-list li { margin-bottom: 0.4em; }

.lr2-two {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 800px) {
  .lr2-two {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: start;
  }
}

.lr2-note {
  font-size: 0.95rem;
  color: var(--lr2-mute);
  font-family: var(--lr2-display);
  font-weight: 600;
}
