 
:root {
  --paper: #f8f4ed;
  --paper-soft: #fcfaf6;
  --ink: #1d1f1a;
  --muted: #686a63;
  --olive: #586548;
  --olive-dark: #48543b;
  --line: rgba(55, 58, 48, .10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper-soft);
  color: var(--ink);
  font-family: "Inter", sans-serif;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.explore-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 88px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(252,250,246,.90);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.explore-brand img {
  width: 132px;
  display: block;
}

.explore-nav {
  display: flex;
  gap: 38px;
  align-items: center;
  font-size: 14px;
}

.explore-nav a {
  position: relative;
  padding: 34px 0 30px;
}

.explore-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 1px;
  background: var(--olive);
}

.header-cta,
.mobile-menu-cta,
.banner-cta {
  background: var(--olive);
  color: #fff;
}

.header-cta {
  justify-self: end;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.mobile-menu-toggle,
.mobile-menu-panel,
.mobile-menu-backdrop {
  display: none;
}

.explore-hero {
  padding: 92px clamp(24px, 8vw, 130px) 58px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(88,101,72,.08), transparent 36%),
    var(--paper-soft);
}

.eyebrow,
.activity-label {
  margin: 0 0 15px;
  color: var(--olive);
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.explore-hero h1,
.activity-content h2,
.deeper-banner h2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

.explore-hero h1 {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(58px, 7vw, 102px);
  line-height: .92;
  letter-spacing: -.05em;
}

.hero-copy {
  max-width: 620px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.filter-row {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.filter-chip {
  min-height: 40px;
  padding: 0 17px;
  border-radius: 999px;
  border: 1px solid rgba(88,101,72,.18);
  background: rgba(255,255,255,.7);
  color: #5f6457;
  cursor: pointer;
}

.filter-chip.active {
  background: var(--olive);
  color: #fff;
  border-color: var(--olive);
}

.activity-section {
  padding: 24px clamp(24px, 6vw, 96px) 90px;
}

.activity-list {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.activity-card {
  min-height: 238px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 22px 26px 22px 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 38px rgba(62,56,44,.055);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.activity-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(62,56,44,.09);
}

.activity-card.is-hidden {
  display: none;
}

.activity-art {
  min-height: 192px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.25)),
    #ece6da;
}

.art-caption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: rgba(65,68,58,.64);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.art-wheel { background-color: #eef1e8; }
.art-joy { background-color: #f7ebe3; }
.art-filters { background-color: #eeeaf5; }
.art-one { background-color: #f4eedf; }
.art-week { background-color: #edf0e8; }
.art-waiting { background-color: #e9eff3; }

.mini-wheel {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background:
    conic-gradient(#657453 0 60deg,#bec8b0 60deg 120deg,#899777 120deg 180deg,#dce2d4 180deg 240deg,#728061 240deg 300deg,#aebba0 300deg 360deg);
  box-shadow: inset 0 0 0 17px rgba(255,255,255,.75);
  position: relative;
}
.mini-wheel::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--olive);
  transform: translate(-50%, -50%);
}

.joy-orbit {
  width: 150px;
  height: 130px;
  position: relative;
}
.joy-orbit span {
  position: absolute;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #7a685d;
  font-size: 11px;
  box-shadow: 0 8px 16px rgba(70,61,50,.06);
}
.joy-orbit span:nth-child(1) { left: 0; top: 10px; }
.joy-orbit span:nth-child(2) { right: 0; top: 24px; }
.joy-orbit span:nth-child(3) { left: 24px; bottom: 8px; }
.joy-orbit span:nth-child(4) { right: 18px; bottom: 18px; }

.lens-stack {
  width: 150px;
  height: 120px;
  position: relative;
}
.lens-stack span {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 12px 20px rgba(63,55,76,.08);
}
.lens-stack span:nth-child(1) { transform: rotate(-12deg) translateX(-16px); }
.lens-stack span:nth-child(2) { background: rgba(255,255,255,.68); }
.lens-stack span:nth-child(3) { transform: rotate(12deg) translateX(16px); }

.focus-card {
  width: 138px;
  height: 138px;
  border-radius: 28px;
  background: rgba(255,255,255,.7);
  position: relative;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 22px rgba(65,58,45,.08);
}
.focus-number {
  font-family: "Instrument Serif", serif;
  font-size: 94px;
  color: var(--olive);
  line-height: 1;
}
.focus-line {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 23px;
  height: 9px;
  border-radius: 999px;
  background: rgba(88,101,72,.15);
}

.week-sheet {
  width: 154px;
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 22px rgba(65,58,45,.07);
}
.week-sheet span {
  display: block;
  height: 12px;
  border-radius: 999px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, rgba(88,101,72,.72) 0 55%, rgba(88,101,72,.12) 55%);
}
.week-sheet span:nth-child(2) { background: linear-gradient(90deg, rgba(88,101,72,.72) 0 74%, rgba(88,101,72,.12) 74%); }
.week-sheet span:nth-child(3) { margin-bottom: 0; background: linear-gradient(90deg, rgba(88,101,72,.72) 0 36%, rgba(88,101,72,.12) 36%); }

.waiting-room {
  width: 160px;
  height: 140px;
  position: relative;
}
.room-arch {
  position: absolute;
  left: 50%;
  top: 0;
  width: 104px;
  height: 126px;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 0 0 1px rgba(88,101,72,.10);
}
.room-arch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 68px;
  height: 94px;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
  background: rgba(109,130,144,.14);
}
.room-seat {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 72px;
  height: 9px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(92,111,124,.38);
}

.activity-content h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: .98;
}

.activity-content > p:not(.activity-label) {
  max-width: 550px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.activity-meta {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  color: #767970;
  font-size: 12px;
}

.activity-meta span + span::before {
  content: "•";
  margin-right: 12px;
  color: rgba(88,101,72,.45);
}

.activity-cta {
  min-width: 168px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(88,101,72,.30);
  color: var(--olive-dark);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 13px;
  transition: background .22s ease, color .22s ease;
}

.activity-cta:hover {
  background: var(--olive);
  color: #fff;
}

.deeper-banner {
  max-width: 1180px;
  margin: 0 auto 86px;
  padding: 42px 44px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.72), transparent 30%),
    #eae2d5;
}

.deeper-banner h2 {
  margin: 0 0 12px;
  font-size: clamp(40px, 4vw, 64px);
  line-height: .98;
}

.deeper-banner p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.banner-cta {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  font-size: 13px;
}

.explore-footer {
  padding: 38px clamp(24px, 6vw, 96px) 46px;
  border-top: 1px solid var(--line);
  background: #ece3d6;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 36px;
  align-items: start;
}

.explore-footer img {
  width: 126px;
  display: block;
  margin-bottom: 12px;
}

.explore-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.explore-footer nav,
.footer-contact {
  display: grid;
  gap: 10px;
  font-size: 13px;
}

.footer-contact {
  justify-self: end;
}

.insta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.insta-icon {
  width: 15px;
  height: 15px;
  border: 1.5px solid currentColor;
  border-radius: 4px;
  position: relative;
}
.insta-icon::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.3px solid currentColor;
  border-radius: 50%;
}
.insta-icon::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
}

@media (max-width: 900px) {
  .explore-header {
    grid-template-columns: auto 1fr auto auto;
    gap: 12px;
  }

  .explore-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(88,101,72,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.66);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-menu-toggle span {
    width: 15px;
    height: 1.5px;
    background: var(--ink);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(20,20,16,.42);
    backdrop-filter: blur(3px);
  }

  .mobile-menu-backdrop.is-open {
    display: block;
  }

  .mobile-menu-panel {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 31;
    width: min(86vw, 360px);
    height: 100dvh;
    padding: 24px;
    background: #f6f0e6;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .3s ease;
  }

  .mobile-menu-panel.is-open {
    transform: translateX(0);
  }

  .mobile-menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--olive);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mobile-menu-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(88,101,72,.10);
    font-size: 25px;
  }

  .mobile-menu-links {
    display: grid;
    margin-top: 28px;
  }

  .mobile-menu-links a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-family: "Instrument Serif", serif;
    font-size: 34px;
  }

  .mobile-menu-cta {
    margin-top: auto;
    min-height: 48px;
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  body.menu-open { overflow: hidden; }

  .activity-card {
    grid-template-columns: 190px 1fr;
  }

  .activity-cta {
    grid-column: 2;
    justify-self: start;
  }

  .deeper-banner {
    margin-left: 24px;
    margin-right: 24px;
    grid-template-columns: 1fr;
  }

  .explore-footer {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .explore-header {
    min-height: 74px;
    padding: 0 18px;
    grid-template-columns: auto 1fr auto;
  }

  .explore-brand img {
    width: 112px;
  }

  .header-cta {
    display: none;
  }

  .explore-hero {
    padding: 68px 20px 38px;
  }

  .explore-hero h1 {
    font-size: clamp(50px, 14vw, 68px);
  }

  .hero-copy {
    font-size: 14px;
    line-height: 1.62;
  }

  .filter-row {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .filter-row::-webkit-scrollbar {
    display: none;
  }

  .filter-chip {
    flex: 0 0 auto;
  }

  .activity-section {
    padding: 14px 16px 66px;
  }

  .activity-list {
    gap: 14px;
  }

  .activity-card {
    min-height: 0;
    grid-template-columns: 108px 1fr;
    gap: 16px;
    padding: 14px;
    border-radius: 22px;
  }

  .activity-art {
    min-height: 132px;
    border-radius: 18px;
  }

  .art-caption {
    display: none;
  }

  .mini-wheel {
    width: 72px;
    height: 72px;
    box-shadow: inset 0 0 0 11px rgba(255,255,255,.75);
  }

  .joy-orbit {
    transform: scale(.64);
  }

  .lens-stack {
    transform: scale(.64);
  }

  .focus-card {
    width: 84px;
    height: 84px;
    border-radius: 20px;
  }

  .focus-number {
    font-size: 58px;
  }

  .week-sheet {
    width: 88px;
    padding: 14px 12px;
  }

  .waiting-room {
    transform: scale(.67);
  }

  .activity-label {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .activity-content h2 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .activity-content > p:not(.activity-label) {
    display: none;
  }

  .activity-meta {
    margin-top: 10px;
    display: grid;
    gap: 3px;
    font-size: 10px;
  }

  .activity-meta span + span::before {
    display: none;
  }

  .activity-cta {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
    min-height: 42px;
    margin-top: 2px;
  }

  .deeper-banner {
    margin: 0 16px 60px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .deeper-banner h2 {
    font-size: 42px;
  }

  .banner-cta {
    justify-content: space-between;
    width: 100%;
  }

  .explore-footer {
    padding: 30px 20px 38px;
  }
}


/* =========================
   EXPLORE PAGE REFINEMENTS
========================= */
.hero-copy {
  max-width: 500px;
}

@media (max-width: 900px) {
  .explore-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: none;
  }

  .explore-brand {
    flex: 0 0 auto;
  }

  .mobile-menu-toggle {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .header-cta {
    margin-left: 10px;
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .explore-header {
    padding: 0 18px;
  }

  .explore-brand img {
    width: 108px;
  }

  .mobile-menu-toggle {
    margin-left: auto;
  }

  .hero-copy {
    max-width: 320px;
    margin-top: 20px;
  }
}


.explore-hero .filter-row {
  margin-top: 30px;
}
