:root {
  --experience-ink: #10271f;
  --experience-forest: #0f6a4f;
  --experience-mint: #dff4e9;
  --experience-sand: #f5eddd;
  --experience-sun: #f0a629;
  --experience-coral: #d9653b;
  --experience-paper: #fffdf7;
  --experience-line: rgba(16, 39, 31, 0.16);
  --experience-shadow: 0 24px 70px rgba(16, 39, 31, 0.14);
}

.experience-nav-link {
  white-space: nowrap;
}

.experience-hub,
.fulfillment-planner,
.community-section {
  width: min(1240px, calc(100% - 40px));
  margin: 38px auto;
  border-radius: 34px;
  color: var(--experience-ink);
}

.experience-hub {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.45fr);
  gap: 28px;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(240, 166, 41, 0.24), transparent 30%),
    linear-gradient(135deg, #f8f1e4 0%, #fffdf8 46%, #dff4e9 100%);
  border: 1px solid rgba(15, 106, 79, 0.18);
  box-shadow: var(--experience-shadow);
}

.experience-hub__intro h2,
.fulfillment-planner h2,
.community-section h2 {
  max-width: 18ch;
  margin: 8px 0 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.experience-hub__intro > p:last-of-type,
.fulfillment-planner__intro > p:last-child,
.community-section__head > p:last-child {
  max-width: 62ch;
  color: rgba(16, 39, 31, 0.72);
  line-height: 1.65;
}

.experience-hub__context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.experience-hub__context span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--experience-line);
  font-size: 0.78rem;
  font-weight: 800;
}

.experience-role-shell {
  min-width: 0;
  padding: 10px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.experience-role-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 5px;
  border-radius: 18px;
  background: #edf2ed;
}

.experience-role-tab {
  min-height: 48px;
  padding: 10px 12px;
  border: 0;
  border-radius: 14px;
  color: var(--experience-ink);
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.experience-role-tab.is-active {
  color: white;
  background: var(--experience-forest);
  box-shadow: 0 10px 25px rgba(15, 106, 79, 0.24);
}

.experience-role-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 330px;
  padding: clamp(22px, 4vw, 38px);
  outline: none;
}

.experience-role-panel__copy {
  align-self: center;
}

.experience-role-panel__kicker,
.experience-daily-card__eyebrow,
.leppfi-map-directory__eyebrow,
.community-store-card__category,
.operations-grid article > span,
.community-dialog__head span,
.community-profile__place {
  color: var(--experience-forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-role-panel h3 {
  max-width: 20ch;
  margin: 8px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.75rem);
  line-height: 1.03;
}

.experience-role-panel p {
  max-width: 56ch;
  color: rgba(16, 39, 31, 0.7);
  line-height: 1.6;
}

.experience-role-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.experience-role-signals li {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--experience-forest);
  background: var(--experience-mint);
  font-size: 0.78rem;
  font-weight: 850;
}

.experience-role-actions {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
}

.experience-action,
.community-store-card button,
.community-report-form button {
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid var(--experience-line);
  border-radius: 14px;
  color: var(--experience-ink);
  background: white;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.experience-action--primary,
.community-report-form button {
  color: white;
  border-color: var(--experience-forest);
  background: var(--experience-forest);
}

.experience-daily-card {
  width: min(230px, 28vw);
  align-self: stretch;
  padding: 22px;
  border-radius: 22px;
  color: white;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 45%),
    var(--experience-ink);
}

.experience-daily-card strong {
  display: block;
  margin: 12px 0;
  font-size: 1.3rem;
}

.experience-daily-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.fulfillment-planner {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(280px, 0.9fr) minmax(0, 1.4fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 48px);
  color: white;
  background:
    radial-gradient(circle at 90% 8%, rgba(240, 166, 41, 0.24), transparent 28%),
    var(--experience-ink);
  box-shadow: var(--experience-shadow);
}

.fulfillment-planner h2 {
  color: white;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.fulfillment-planner__intro > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.fulfillment-options {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fulfillment-options legend {
  margin-bottom: 12px;
  font-weight: 900;
}

.fulfillment-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.fulfillment-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.fulfillment-option__visual {
  display: block;
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.fulfillment-option__visual strong,
.fulfillment-option__visual small {
  display: block;
}

.fulfillment-option__visual small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.4;
}

.fulfillment-option input:checked + .fulfillment-option__visual {
  color: var(--experience-ink);
  border-color: var(--experience-sun);
  background: var(--experience-sun);
  transform: translateX(6px);
}

.fulfillment-option input:checked + .fulfillment-option__visual small {
  color: rgba(16, 39, 31, 0.72);
}

.fulfillment-detail {
  min-width: 0;
  padding: 22px;
  border-radius: 24px;
  color: var(--experience-ink);
  background: var(--experience-paper);
}

.fulfillment-detail__headline > span,
.fulfillment-safety > span {
  display: block;
  color: var(--experience-forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fulfillment-detail__headline > strong,
.fulfillment-safety > strong {
  display: block;
  margin: 7px 0;
  font-size: 1.25rem;
}

.fulfillment-detail p {
  color: rgba(16, 39, 31, 0.66);
  line-height: 1.5;
}

.fulfillment-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.fulfillment-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: center;
  min-height: 64px;
  padding: 10px;
  border-radius: 14px;
  background: var(--experience-sand);
}

.fulfillment-steps li span {
  color: var(--experience-coral);
  font-size: 0.74rem;
  font-weight: 900;
}

.fulfillment-steps li strong {
  font-size: 0.82rem;
}

.fulfillment-safety {
  padding: 16px;
  border-left: 4px solid var(--experience-coral);
  border-radius: 4px 14px 14px 4px;
  background: #fff0e8;
}

.leppfi-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.6fr);
  min-height: 570px;
  border: 1px solid var(--experience-line);
  border-radius: 24px;
  overflow: hidden;
  background: #e7efe8;
}

.leppfi-map {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 570px;
  border-radius: 0;
  background:
    radial-gradient(circle at 16% 32%, rgba(240, 166, 41, 0.22), transparent 10%),
    radial-gradient(circle at 52% 48%, rgba(15, 106, 79, 0.18), transparent 20%),
    linear-gradient(145deg, #dbe9df, #edf2e9);
}

.leppfi-map-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 8px;
}

.leppfi-map-tool {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--experience-line);
  border-radius: 999px;
  color: var(--experience-ink);
  background: white;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.leppfi-map-tool[aria-pressed="true"] {
  color: white;
  border-color: var(--experience-forest);
  background: var(--experience-forest);
}

.leppfi-map-privacy {
  margin: 0 0 12px;
  color: rgba(16, 39, 31, 0.64);
  font-size: 0.76rem;
  line-height: 1.5;
}

.leppfi-map-privacy[data-state="error"] {
  color: #9b2f21;
  font-weight: 800;
}

.leppfi-map-directory {
  max-height: 570px;
  padding: 22px 18px;
  overflow: auto;
  color: var(--experience-ink);
  background: var(--experience-paper);
}

.leppfi-map-directory h3 {
  margin: 7px 0 8px;
  font-size: 1.35rem;
}

.leppfi-map-directory > p {
  color: rgba(16, 39, 31, 0.64);
  font-size: 0.78rem;
  line-height: 1.45;
}

.leppfi-map-directory ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.leppfi-store-row {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  min-height: 78px;
  padding: 11px;
  text-align: left;
  border: 1px solid var(--experience-line);
  border-radius: 16px;
  color: var(--experience-ink);
  background: white;
  cursor: pointer;
}

.leppfi-store-row__pin {
  grid-row: 1 / 4;
  display: grid;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  place-items: center;
  border-radius: 12px;
  color: white;
  background: var(--experience-forest);
  font-size: 0.7rem;
  font-weight: 950;
}

.leppfi-store-row small,
.leppfi-store-row em {
  color: rgba(16, 39, 31, 0.62);
  font-size: 0.72rem;
  font-style: normal;
}

.leppfi-store-icon {
  display: grid;
  place-items: center;
  border: 3px solid white;
  border-radius: 13px 13px 13px 3px;
  color: white;
  background: var(--experience-forest);
  box-shadow: 0 8px 20px rgba(16, 39, 31, 0.32);
  transform: rotate(-5deg);
}

.leppfi-store-icon span {
  font-size: 0.7rem;
  font-weight: 950;
}

.leppfi-map-popup {
  display: grid;
  min-width: 190px;
  gap: 6px;
  color: var(--experience-ink);
}

.leppfi-map-popup > span,
.leppfi-map-popup > small {
  color: var(--experience-forest);
  font-size: 0.7rem;
}

.leppfi-map-popup > strong {
  font-size: 1rem;
}

.leppfi-map-popup p {
  margin: 0;
  line-height: 1.35;
}

.leppfi-map-popup a,
.community-profile > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 8px 12px;
  border-radius: 10px;
  color: white;
  background: var(--experience-forest);
  font-weight: 850;
  text-decoration: none;
}

.community-section {
  padding: clamp(26px, 5vw, 58px);
  background:
    linear-gradient(120deg, rgba(223, 244, 233, 0.8), rgba(255, 253, 247, 0.9)),
    var(--experience-paper);
  border: 1px solid var(--experience-line);
}

.community-principles,
.community-directory,
.operations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.community-principles article,
.community-store-card,
.operations-grid article {
  padding: 22px;
  border: 1px solid var(--experience-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.community-principles article > span {
  color: var(--experience-coral);
  font-weight: 950;
}

.community-principles article > strong {
  display: block;
  margin: 16px 0 7px;
}

.community-principles p,
.community-store-card p,
.operations-grid p {
  color: rgba(16, 39, 31, 0.68);
  line-height: 1.55;
}

.community-directory {
  grid-template-columns: repeat(4, 1fr);
}

.community-store-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.community-store-card h3 {
  margin: 10px 0 5px;
}

.community-store-card > strong {
  margin-top: auto;
  padding-top: 18px;
}

.community-store-card > small {
  margin: 5px 0 14px;
  color: rgba(16, 39, 31, 0.58);
}

.community-store-card__actions {
  display: flex;
  gap: 8px;
}

.community-store-card__actions button {
  flex: 1;
  padding-inline: 9px;
  font-size: 0.78rem;
}

.operations-grid {
  grid-template-columns: repeat(2, 1fr);
}

.operations-grid article {
  min-height: 260px;
  background: var(--experience-ink);
  color: white;
}

.operations-grid h3 {
  margin: 12px 0;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.operations-grid p,
.operations-grid li {
  color: rgba(255, 255, 255, 0.68);
}

.operations-grid ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.community-dialog {
  width: min(640px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 36px));
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 26px;
  color: var(--experience-ink);
  background: var(--experience-paper);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.3);
}

.community-dialog::backdrop {
  background: rgba(6, 20, 15, 0.72);
  backdrop-filter: blur(8px);
}

.community-dialog__head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--experience-line);
  background: rgba(255, 253, 247, 0.96);
}

.community-dialog__head h2 {
  margin: 4px 0 0;
  font-size: 1.55rem;
}

.community-dialog__head button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--experience-line);
  border-radius: 12px;
  background: white;
  cursor: pointer;
}

.community-dialog [data-community-dialog-body] {
  padding: 24px;
}

.community-profile dl {
  display: grid;
  gap: 9px;
  margin: 22px 0;
}

.community-profile dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px;
  border-radius: 12px;
  background: var(--experience-sand);
}

.community-profile dt {
  color: rgba(16, 39, 31, 0.64);
}

.community-profile dd {
  margin: 0;
  font-weight: 850;
  text-align: right;
}

.community-example {
  padding: 18px;
  border-left: 4px solid var(--experience-sun);
  border-radius: 4px 16px 16px 4px;
  background: #fff7df;
}

.community-example blockquote {
  margin: 12px 0;
  font-weight: 750;
  line-height: 1.5;
}

.community-report-form {
  display: grid;
  gap: 18px;
}

.community-report-form label {
  display: grid;
  gap: 7px;
  font-weight: 850;
}

.community-report-form select,
.community-report-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px;
  border: 1px solid var(--experience-line);
  border-radius: 12px;
  color: var(--experience-ink);
  background: white;
  font: inherit;
}

.community-report-form textarea {
  min-height: 130px;
  resize: vertical;
}

.experience-role-tab:focus-visible,
.experience-action:focus-visible,
.fulfillment-option input:focus-visible + .fulfillment-option__visual,
.leppfi-map-tool:focus-visible,
.leppfi-store-row:focus-visible,
.community-store-card button:focus-visible,
.community-dialog button:focus-visible,
.community-report-form select:focus-visible,
.community-report-form textarea:focus-visible,
.community-profile a:focus-visible {
  outline: 3px solid var(--experience-sun);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .experience-hub,
  .fulfillment-planner {
    grid-template-columns: 1fr;
  }

  .experience-role-panel {
    grid-template-columns: 1fr;
  }

  .experience-daily-card {
    width: auto;
  }

  .experience-role-actions {
    grid-column: 1;
  }

  .community-directory {
    grid-template-columns: repeat(2, 1fr);
  }

  .leppfi-map-layout {
    grid-template-columns: 1fr;
  }

  .leppfi-map,
  .leppfi-map-layout {
    min-height: 500px;
  }

  .leppfi-map-directory {
    max-height: none;
  }
}

@media (max-width: 680px) {
  .experience-hub,
  .fulfillment-planner,
  .community-section {
    width: min(100% - 20px, 1240px);
    margin-block: 20px;
    border-radius: 24px;
  }

  .experience-role-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-role-panel {
    min-height: 0;
    padding: 22px 14px;
  }

  .experience-role-actions {
    display: grid;
  }

  .experience-action {
    width: 100%;
  }

  .fulfillment-steps,
  .community-principles,
  .community-directory,
  .operations-grid {
    grid-template-columns: 1fr;
  }

  .leppfi-map,
  .leppfi-map-layout {
    min-height: 430px;
  }

  .leppfi-map-toolbar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .leppfi-map-tool {
    width: 100%;
  }

  .community-store-card__actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fulfillment-option__visual {
    transition: none;
  }
}
