@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Nunito+Sans:wght@400;600;700;800&display=swap");

:root {
  --ink: #1B1512;
  --espresso: #5C2C04;
  --coffee: #6B3A11;
  --caramel: #AD7847;
  --latte: #C69B74;
  --parchment: #EED4B9;
  --cream: #F8EFE5;
  --white: #FBF7F2;
  --leaf: #5F7141;
  --moss: #D9E2CD;
  --orange: #E36F2C;
  --shadow: 0 24px 80px rgba(27, 21, 18, 0.16);
  --soft-shadow: 0 14px 35px rgba(92, 44, 4, 0.10);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1160px, calc(100% - 40px));
  --font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Nunito Sans", "Manrope", ui-sans-serif, system-ui, sans-serif;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .06;
  background-image:
    radial-gradient(circle at 20% 30%, var(--espresso) 0 1px, transparent 1.5px),
    radial-gradient(circle at 65% 75%, var(--coffee) 0 1px, transparent 1.5px);
  background-size: 42px 42px, 58px 58px;
  mix-blend-mode: multiply;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--orange); color: var(--white); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.container { width: var(--container); margin-inline: auto; }
.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, calc(100% - 32px));
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border: 1px solid rgba(238, 212, 185, 0.58);
  border-radius: 999px;
  background: rgba(251, 247, 242, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(27, 21, 18, 0.08);
  transition: transform .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(251, 247, 242, 0.93);
  border-color: rgba(173, 120, 71, 0.28);
  box-shadow: 0 18px 50px rgba(27, 21, 18, 0.12);
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 150px;
  padding-left: 6px;
}
.brand img { width: 132px; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-nav a {
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: background .28s var(--ease), color .28s var(--ease), transform .28s var(--ease);
}
.site-nav a:not(.nav-cta):hover,
.site-nav a.is-active {
  color: var(--espresso);
  background: rgba(238, 212, 185, 0.55);
}
.site-nav a:hover { transform: translateY(-1px); }
.nav-cta {
  margin-left: 5px;
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 10px 20px rgba(227, 111, 44, 0.25);
}
.nav-cta:hover { background: var(--espresso); color: var(--white); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--ink);
  padding: 128px 0 64px;
}
.hero-media,
.hero-overlay,
.ambient-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media {
  object-fit: cover;
  opacity: .78;
  transform: scale(1.025);
  filter: saturate(.82) sepia(.16) contrast(1.03) brightness(.92);
}
.ambient-fallback {
  background: url("assets/hero-poster.svg") center/cover no-repeat;
  opacity: .86;
  animation: gentleZoom 24s ease-in-out infinite alternate;
}
.hero-media + .ambient-fallback { z-index: 0; }
.hero-media { z-index: 1; }
.hero-overlay {
  z-index: 2;
  background:
    radial-gradient(circle at 20% 20%, rgba(227, 111, 44, .10), transparent 34%),
    radial-gradient(circle at 78% 60%, rgba(95, 113, 65, .13), transparent 30%),
    linear-gradient(90deg, rgba(27, 21, 18, .58) 0%, rgba(27, 21, 18, .26) 52%, rgba(27, 21, 18, .08) 100%);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .55;
  animation: float 15s var(--ease) infinite alternate;
}
.orb-one { width: 180px; height: 180px; background: var(--latte); left: 8%; top: 18%; }
.orb-two { width: 260px; height: 260px; background: var(--leaf); right: 8%; bottom: 18%; animation-delay: -4s; }
.orb-three { width: 110px; height: 110px; background: var(--orange); right: 32%; top: 26%; animation-delay: -8s; }
.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) 360px;
  gap: 46px;
  align-items: end;
}
.hero-logo { width: min(330px, 72vw); margin-bottom: 22px; filter: drop-shadow(0 16px 38px rgba(0,0,0,.18)); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--parchment);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 700;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}
.eyebrow.dark { color: var(--coffee); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-family: var(--font-display);
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 700;
}
h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.1vw, 50px);
  line-height: 1.02;
  letter-spacing: -.028em;
  font-weight: 700;
}
h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -.018em;
  font-weight: 700;
}

/* Display typography: rounded and closer to the Coffee Caravan logo, but lighter than the first version. */
.eyebrow,
.card-kicker,
.statement-stack,
.marquee,
.event-meta,
.detail-pills span,
.timeline-item time,
.button,
.site-nav a {
  font-family: var(--font-display);
}


.hero-copy h1,
.hero-copy .hero-lead {
  text-shadow: 0 14px 36px rgba(27, 21, 18, .42);
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 34px;
  color: rgba(251, 247, 242, .88);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.45;
  letter-spacing: -.02em;
}
.dark-text { color: rgba(27,21,18,.75); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  --btn-bg: var(--ink);
  --btn-color: var(--white);
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  color: var(--btn-color);
  background: var(--btn-bg);
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(27, 21, 18, .16);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), color .28s var(--ease), background .28s var(--ease);
}
.button::before {
  content: "";
  position: absolute;
  inset: auto auto -60% -20%;
  width: 145%;
  height: 120%;
  border-radius: 50%;
  background: rgba(251, 247, 242, .18);
  transform: scale(.25);
  transition: transform .46s var(--ease);
  z-index: -1;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(27, 21, 18, .20);
}
.button:hover::before { transform: scale(1.15); }
.button-primary { --btn-bg: var(--orange); --btn-color: var(--white); }
.button-ghost {
  --btn-bg: rgba(251, 247, 242, .12);
  --btn-color: var(--white);
  border: 1px solid rgba(251, 247, 242, .35);
  backdrop-filter: blur(12px);
}
.full-width { width: 100%; }
.next-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(238, 212, 185, .35);
  border-radius: var(--radius-lg);
  background: rgba(251, 247, 242, .86);
  color: var(--ink);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.next-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--moss);
  opacity: .75;
}
.card-kicker {
  margin-bottom: 16px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 800;
}
.next-card h2 { font-family: var(--font-display); font-size: 30px; margin-bottom: 6px; font-weight: 700; }
.event-meta { color: var(--coffee); font-weight: 700; font-size: 18px; }
.mini-programme {
  list-style: none;
  padding: 14px 0 4px;
  margin: 0 0 22px;
  display: grid;
  gap: 12px;
}
.mini-programme li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(173, 120, 71, .22);
}
.mini-programme span { color: var(--coffee); font-weight: 800; min-width: 54px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--espresso);
  font-weight: 800;
}
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translateX(5px); }

.section { padding: 105px 0; position: relative; }
.intro-section { background: var(--cream); }
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  gap: 58px;
  align-items: center;
}
.wide-gap { gap: 88px; align-items: start; }
.section-copy p:not(.eyebrow), .editorial-card p, .feature-card p, .pillar-card p, .location-card p, .friend-note p {
  color: rgba(27,21,18,.72);
  font-size: 18px;
}
.statement-stack {
  display: grid;
  gap: 12px;
  font-size: clamp(27px, 3.3vw, 42px);
  line-height: 1.02;
  letter-spacing: -.028em;
  font-weight: 700;
}
.statement-stack span {
  display: block;
  padding: 16px 20px;
  border: 1px solid rgba(173, 120, 71, .25);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.statement-stack span:nth-child(2) { transform: translateX(32px); color: var(--coffee); }
.statement-stack span:nth-child(3) { transform: translateX(-18px); color: var(--leaf); }
.statement-stack:hover span { transform: translateX(0) rotate(-1deg); background: var(--ink); color: var(--white); }
.section-head { max-width: 720px; margin-bottom: 34px; }
.pillars-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(217, 226, 205, .95), transparent 30%),
    linear-gradient(180deg, var(--white), var(--parchment));
}
.pillar-grid, .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pillar-card, .feature-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(173, 120, 71, .25);
  border-radius: var(--radius-lg);
  background: rgba(251, 247, 242, .78);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), background .34s var(--ease), color .34s var(--ease);
}
.pillar-card::after, .feature-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--parchment);
  transition: transform .44s var(--ease), background .34s var(--ease);
  z-index: 0;
}
.pillar-card > *, .feature-card > * { position: relative; z-index: 1; }
.pillar-card:hover, .feature-card:hover {
  transform: translateY(-10px) rotate(-.7deg);
  background: var(--espresso);
  color: var(--white);
  box-shadow: 0 35px 80px rgba(92, 44, 4, .25);
}
.pillar-card:hover p, .feature-card:hover p { color: rgba(251,247,242,.78); }
.pillar-card:hover::after, .feature-card:hover::after { transform: scale(1.85); background: rgba(173,120,71,.38); }
.icon-circle, .feature-card span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
  border-radius: 50%;
  background: var(--moss);
  color: var(--leaf);
  font-weight: 700;
}
.origin-strip {
  overflow: hidden;
  background: var(--cream);
  padding-top: 42px;
}
.marquee {
  display: flex;
  width: max-content;
  gap: 0;
  padding: 0 0 70px;
  color: rgba(92, 44, 4, .18);
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.035em;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}
.marquee span { padding-right: 24px; }
.editorial-card {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 38px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid rgba(173, 120, 71, .25);
  box-shadow: var(--soft-shadow);
}
.final-cta {
  padding-top: 40px;
  background: linear-gradient(180deg, var(--cream), var(--ink));
}
.cta-panel {
  padding: clamp(38px, 6vw, 70px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 80% 30%, rgba(227, 111, 44, .40), transparent 26%),
    linear-gradient(135deg, var(--espresso), var(--ink));
  box-shadow: var(--shadow);
}
.cta-panel h2 { max-width: 760px; }

.inner-hero {
  padding: 150px 0 70px;
  background:
    radial-gradient(circle at 70% 18%, rgba(217, 226, 205, .9), transparent 27%),
    radial-gradient(circle at 12% 82%, rgba(227, 111, 44, .13), transparent 26%),
    var(--cream);
}
.inner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 440px);
  gap: 52px;
  align-items: center;
}
.inner-hero h1 {
  color: var(--ink);
  font-size: clamp(38px, 5.8vw, 70px);
  max-width: 800px;
}
.detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.detail-pills span {
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--white);
  color: var(--coffee);
  border: 1px solid rgba(173, 120, 71, .28);
  font-weight: 700;
  box-shadow: var(--soft-shadow);
}
.event-visual img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(251,247,242,.7);
  transform: rotate(1.2deg);
}
.event-highlight-section { background: var(--white); }
.feature-card { min-height: 270px; }
.feature-card span { margin-bottom: 54px; background: var(--parchment); color: var(--coffee); }
.programme-section { background: var(--cream); }
.timeline {
  position: relative;
  display: grid;
  gap: 14px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 62px;
  width: 2px;
  background: linear-gradient(var(--orange), rgba(173,120,71,.2));
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 20px;
  border: 1px solid rgba(173, 120, 71, .24);
  border-radius: var(--radius-md);
  background: rgba(251, 247, 242, .82);
  box-shadow: var(--soft-shadow);
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.timeline-item:hover { transform: translateX(8px); background: var(--white); }
.timeline-item time {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 42px;
  border-radius: 999px;
  background: var(--espresso);
  color: var(--white);
  font-weight: 800;
}
.timeline-item p { margin-bottom: 0; color: rgba(27,21,18,.66); }
.location-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(95,113,65,.15), transparent 28%),
    var(--white);
}
.location-card {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(173,120,71,.24);
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: var(--shadow);
}
.location-card img { border-radius: 26px; height: 100%; object-fit: cover; }
.muted { color: rgba(27,21,18,.58) !important; }

.friend-note {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}
.friend-note h2 { font-size: clamp(30px, 3.7vw, 48px); }
.friend-note p { color: rgba(251,247,242,.76); }
.form-section { background: var(--white); }
.form-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, .9fr);
  gap: 70px;
  align-items: start;
}
.benefit-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}
.benefit-list div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: var(--cream);
  border: 1px solid rgba(173,120,71,.22);
}
.benefit-list span { color: var(--orange); font-weight: 700; }
.benefit-list p { margin: 0; color: rgba(27,21,18,.72); }
.friend-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(248,239,229,.98), rgba(238,212,185,.62));
  border: 1px solid rgba(173,120,71,.28);
  box-shadow: var(--shadow);
}
.form-row { display: grid; gap: 8px; }
.form-row.two-cols { grid-template-columns: 1fr 1fr; gap: 14px; }
label, legend { font-weight: 700; color: var(--ink); }
input, textarea {
  width: 100%;
  border: 1px solid rgba(173,120,71,.32);
  border-radius: 16px;
  background: rgba(251,247,242,.88);
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  transition: border .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
input:focus, textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(227, 111, 44, .15);
  background: var(--white);
}
fieldset { padding: 0; border: 0; margin: 0; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.chip-grid label { cursor: pointer; }
.chip-grid input { position: absolute; opacity: 0; pointer-events: none; }
.chip-grid span {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(251,247,242,.75);
  border: 1px solid rgba(173,120,71,.3);
  color: var(--coffee);
  font-size: 14px;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.chip-grid label:hover span { transform: translateY(-2px); }
.chip-grid input:checked + span { background: var(--leaf); color: var(--white); border-color: var(--leaf); }
.consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 14px;
  color: rgba(27,21,18,.72);
}
.consent-row input { width: 18px; height: 18px; margin-top: 2px; }
.form-status { min-height: 24px; margin: 0; color: var(--leaf); font-weight: 700; }
.form-status.is-error { color: #a24020; }

.site-footer {
  padding: 48px 0;
  color: rgba(251,247,242,.72);
  background: var(--ink);
}
.footer-grid {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer-grid img { width: 170px; }
.footer-grid p { margin: 0; }
.footer-small { font-size: 14px; color: rgba(251,247,242,.50); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }


/* Timed entrance for the three event highlight boxes.
   These cards appear automatically after the page opens instead of waiting for scroll. */
.timed-feature {
  opacity: 0;
  transform: translateY(24px);
  animation: timedFeatureIn .75s var(--ease) forwards;
}
.timed-feature:nth-child(1) { animation-delay: 0s; }
.timed-feature:nth-child(2) { animation-delay: 1s; }
.timed-feature:nth-child(3) { animation-delay: 1s; }
@keyframes timedFeatureIn {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .timed-feature {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@keyframes gentleZoom { from { transform: scale(1.02); } to { transform: scale(1.12) translate3d(-1.5%, 1%, 0); } }
@keyframes float { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(45px,-36px,0) scale(1.14); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { top: 10px; width: calc(100% - 20px); border-radius: 24px; }
  .brand { width: 126px; }
  .brand img { width: 116px; }
  .nav-toggle {
    display: inline-grid;
    gap: 4px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    padding: 13px;
    cursor: pointer;
  }
  .nav-toggle span { height: 2px; background: var(--white); border-radius: 3px; transition: transform .25s var(--ease), opacity .25s var(--ease); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 24px;
    background: rgba(251,247,242,.96);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { width: 100%; padding: 13px 15px; }
  .nav-cta { margin-left: 0; text-align: center; }
  .hero-grid, .inner-grid, .split-layout, .editorial-card, .location-card, .form-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 122px; min-height: auto; }
  .next-card { max-width: 440px; }
  .pillar-grid, .feature-grid { grid-template-columns: 1fr; }
  .pillar-card, .feature-card { min-height: auto; }
  .icon-circle, .feature-card span { margin-bottom: 42px; }
  .timeline::before { left: 42px; }
  .timeline-item { grid-template-columns: 74px 1fr; gap: 14px; padding: 16px; }
  .timeline-item time { width: 66px; font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --container: min(100% - 28px, 1160px); }
  .hero-logo { width: 238px; }
  h1 { font-size: 40px; }
  h2 { font-size: 34px; }
  .section { padding: 70px 0; }
  .inner-hero { padding-top: 126px; }
  .form-row.two-cols { grid-template-columns: 1fr; }
  .friend-form { padding: 22px; }
  .statement-stack span:nth-child(2), .statement-stack span:nth-child(3) { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}


/* v5 refinements */
.site-nav .nav-cta.is-active {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(227, 111, 44, 0.28);
}
.site-nav .nav-cta.is-active:hover { background: var(--espresso); }

.compact-friends-hero {
  padding: 210px 0 54px;
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.friends-opening-grid {
  grid-template-columns: minmax(0, .82fr) minmax(390px, .82fr);
  grid-template-areas:
    "heading ."
    "copy form";
  column-gap: 42px;
  row-gap: 4px;
  align-items: start;
}
.friends-opening-heading { grid-area: heading; }
.friends-opening-copy { grid-area: copy; }
.compact-friends-hero .friend-form { grid-area: form; }
.friends-opening-heading h1 {
  margin-bottom: 0;
  font-size: clamp(40px, 5.2vw, 68px);
}
.friends-opening-copy 
.hero-copy h1,
.hero-copy .hero-lead {
  text-shadow: 0 14px 36px rgba(27, 21, 18, .42);
}

.hero-lead {
  margin-bottom: 18px;
}
.friends-intro {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(27,21,18,.70);
  font-size: 17px;
}
.compact-benefits {
  gap: 9px;
  margin-top: 24px;
}
.compact-benefits div {
  padding: 13px 15px;
  border-radius: 17px;
}
.compact-friends-hero .friend-form {
  padding: 28px;
  gap: 15px;
  transform: none;
}
.compact-friends-hero input,
.compact-friends-hero textarea {
  padding: 12px 14px;
}
.compact-friends-hero .chip-grid span {
  padding: 8px 11px;
}

@media (max-width: 900px) {
  .compact-friends-hero { min-height: auto; padding-top: 156px; }
  .friends-opening-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "copy"
      "form";
    row-gap: 22px;
  }
  .compact-friends-hero .friend-form { transform: none; }
}

/* v10 refinements */
/* CoffeeCaravan behaves like the regular Events menu item on the homepage: no permanent active background, only a hover state. */
.page-home .site-nav a[href="index.html"] {
  color: inherit;
  background: transparent;
  box-shadow: none;
}
.page-home .site-nav a[href="index.html"]:hover {
  color: var(--espresso);
  background: rgba(238, 212, 185, 0.55);
}

.programme-intro {
  align-self: start;
}
.programme-photo {
  margin: 28px 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(173,120,71,.24);
  box-shadow: var(--soft-shadow);
}
.programme-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.programme-photo figcaption {
  padding: 12px 16px 15px;
  color: rgba(27,21,18,.62);
  font-size: 13px;
  line-height: 1.45;
}
