:root {
  --black: #000000;
  --sky: #b3cce0;
  --white: #ffffff;
  --orange: #f46530;
  --slate: #435c70;
  --ink: var(--black);
  --muted: var(--slate);
  --paper: var(--white);
  --cream: var(--white);
  --foam: var(--sky);
  --sea: var(--slate);
  --coral: var(--orange);
  --sun: var(--orange);
  --line: rgba(0, 0, 0, 0.14);
  --shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  --paper-texture:
    radial-gradient(circle at 18% 22%, rgba(0, 0, 0, 0.035) 0 1px, transparent 1px),
    radial-gradient(circle at 74% 64%, rgba(0, 0, 0, 0.025) 0 1px, transparent 1px);
  --diagonal-texture: repeating-linear-gradient(-18deg, transparent 0 14px, rgba(0, 0, 0, 0.045) 14px 16px);
  --dot-texture: radial-gradient(rgba(0, 0, 0, 0.1) 1.2px, transparent 1.2px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    var(--paper-texture),
    var(--paper);
  background-size: 26px 26px, 34px 34px, auto;
  font-family: "Inter", "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  background: var(--white);
  border-bottom: 2px solid var(--black);
  display: flex;
  height: 86px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(14px, 3vw, 36px) 0 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand img {
  height: 77px;
  object-fit: contain;
  width: auto;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2.4vw, 30px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 12px;
  text-decoration: none;
}

.site-nav a:hover {
  background: var(--sky);
  color: var(--black);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 8px;
  width: 42px;
}

.menu-toggle span:not(.sr-only) {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 100%;
}

.hero {
  background: var(--black);
  min-height: 430px;
  position: relative;
}

.hero img {
  height: min(72vw, 690px);
  min-height: 560px;
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}

.hero::before {
  background:
    var(--diagonal-texture),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.36) 54%, rgba(0, 0, 0, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-copy {
  color: var(--white);
  left: clamp(22px, 7vw, 88px);
  max-width: 820px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1;
}

.hero-copy p {
  color: var(--white);
  font-size: clamp(22px, 3.25vw, 43px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 24px;
  max-width: 760px;
}

.hero-copy h1 {
  color: var(--white);
  font-size: clamp(49px, 8.1vw, 106px);
  margin-bottom: clamp(24px, 4vw, 46px);
}

.hero-copy span {
  color: var(--sky);
  display: block;
  font-size: clamp(16px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.26;
  max-width: 760px;
}

.hero::after {
  align-items: center;
  background: var(--orange);
  bottom: 0;
  color: var(--white);
  content: "SHOW UP • RUN • STAY FOR COFFEE";
  display: flex;
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 950;
  justify-content: center;
  left: 0;
  min-height: 48px;
  position: absolute;
  right: 0;
}

.section {
  padding: clamp(56px, 9vw, 112px) clamp(20px, 6vw, 78px);
  position: relative;
}

.section-heading {
  margin: 0 auto clamp(34px, 5vw, 58px);
  max-width: 920px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Inter", "Avenir Next", Arial, Helvetica, sans-serif;
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(42px, 7vw, 86px);
}

h2 {
  font-size: clamp(34px, 5vw, 62px);
}

.meet {
  background:
    var(--paper-texture),
    radial-gradient(circle at 12% 18%, rgba(244, 101, 48, 0.16), transparent 26%),
    linear-gradient(180deg, var(--sky), var(--white));
  background-size: 28px 28px, 36px 36px, auto, auto;
}

.meet-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.meet-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    var(--paper-texture);
  background-size: auto, 24px 24px, 30px 30px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(67, 92, 112, 0.14);
  min-height: 310px;
  padding: clamp(24px, 4vw, 38px);
  position: relative;
}

.meet-card.featured {
  border-color: var(--slate);
  box-shadow: var(--shadow);
}

.meet-card::before {
  background: var(--sky);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.meet-card.featured::before {
  background: var(--orange);
}

.meet-card h2 {
  color: var(--ink);
  font-family: "Inter", "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 2.9vw, 40px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}

.meet-card p {
  margin-bottom: 12px;
  font-weight: 700;
}

.meet-card span {
  color: var(--muted);
}

.note {
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  margin: 28px auto 0;
  max-width: 780px;
  padding: 14px 22px;
  text-align: center;
}

.split {
  align-items: center;
  background:
    radial-gradient(circle at 8% 16%, rgba(179, 204, 224, 0.36), transparent 24%),
    var(--paper-texture),
    var(--white);
  background-size: auto, 30px 30px, 38px 38px, auto;
  display: grid;
  gap: clamp(34px, 7vw, 88px);
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1fr);
}

.photo-stack {
  min-height: 640px;
  position: relative;
}

.photo-stack img {
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow), 10px 10px 0 rgba(244, 101, 48, 0.12);
  object-fit: cover;
}

.photo-main {
  aspect-ratio: 3 / 4;
  height: 620px;
  width: min(82%, 520px);
}

.photo-small {
  aspect-ratio: 4 / 5;
  bottom: 0;
  height: 340px;
  position: absolute;
  right: 0;
  width: min(48%, 320px);
}

.about-copy {
  max-width: 660px;
}

.about-copy p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
}

.about-copy .eyebrow {
  color: var(--coffee);
}

.insta {
  background:
    linear-gradient(90deg, rgba(179, 204, 224, 0.2), transparent 42%),
    var(--paper-texture),
    #fff;
  background-size: auto, 28px 28px, 36px 36px, auto;
}

.social-link {
  color: var(--slate);
  font-weight: 800;
}

.insta-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.insta-tile {
  aspect-ratio: 1;
  background: var(--sky);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.insta-tile img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.insta-tile::after {
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.58));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
}

.insta-tile span {
  bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  left: 14px;
  max-width: calc(100% - 28px);
  opacity: 0;
  position: absolute;
  z-index: 1;
}

.insta-tile:hover img {
  transform: scale(1.05);
}

.insta-tile:hover::after,
.insta-tile:hover span {
  opacity: 1;
}

.load-more,
.instagram-button {
  align-items: center;
  background: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.load-more {
  margin: 30px auto 0;
}

.insta .load-more {
  display: flex;
}

.load-more:hover,
.instagram-button:hover {
  background: var(--slate);
  border-color: var(--slate);
}

.faq {
  background:
    var(--dot-texture),
    linear-gradient(180deg, var(--sky), rgba(179, 204, 224, 0.68));
  background-size: 22px 22px, auto;
}

.faq-list {
  margin: 0 auto;
  max-width: 900px;
}

details {
  background: #fff;
  border: 2px solid var(--ink);
  border-bottom: 0;
  padding: 0;
}

details:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

details:last-child {
  border-bottom: 2px solid var(--ink);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  padding: 22px 26px;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--orange);
  content: "+";
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 26px;
}

details[open] summary::after {
  content: "-";
}

details p {
  color: var(--muted);
  margin: 0;
  padding: 0 26px 24px;
}

.contact {
  align-items: center;
  background:
    var(--diagonal-texture),
    var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: clamp(44px, 7vw, 86px) clamp(20px, 6vw, 78px);
}

.contact .eyebrow {
  color: var(--sky);
}

.contact h2 {
  font-family: "Inter", "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  margin-bottom: 8px;
}

.instagram-button {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}

.instagram-icon {
  border: 2px solid currentColor;
  border-radius: 6px;
  height: 20px;
  position: relative;
  width: 20px;
}

.instagram-icon::before {
  border: 2px solid currentColor;
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 6px;
}

.instagram-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 3px;
}

.instagram-button img {
  height: 20px;
  width: 20px;
}

.site-footer {
  background: var(--black);
  color: #fff;
  padding: 26px 20px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.page-hero {
  background:
    var(--dot-texture),
    linear-gradient(180deg, var(--sky), rgba(179, 204, 224, 0.72));
  background-size: 24px 24px, auto;
  padding: clamp(58px, 9vw, 120px) clamp(20px, 6vw, 78px);
  text-align: center;
}

.page-hero h1 {
  margin: 0 auto 12px;
  max-width: 880px;
}

.shop-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 240px minmax(0, 1fr);
}

.filters {
  border-right: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding-right: 28px;
}

.filters h2 {
  font-family: "Inter", "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin: 16px 0 4px;
}

.filters label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.product-card {
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(240px, 0.65fr);
}

.product-card img {
  background: #fff;
  border: 1px solid var(--line);
}

.product-card h2 {
  font-family: "Inter", "Avenir Next", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
}

.price {
  color: var(--orange);
  font-size: 22px;
  font-weight: 800;
}

.events-panel {
  background: #fff;
  text-align: center;
}

.events-panel > div {
  margin: 0 auto;
  max-width: 680px;
}

.partner-hero {
  background:
    var(--paper-texture),
    radial-gradient(circle at 82% 16%, rgba(244, 101, 48, 0.16), transparent 28%),
    var(--sky);
  background-size: 28px 28px, 36px 36px, auto, auto;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  overflow: hidden;
  padding: clamp(64px, 10vw, 130px) clamp(20px, 6vw, 78px);
  position: relative;
}

.partner-hero::after {
  background-image: radial-gradient(var(--orange) 2px, transparent 2px);
  background-size: 24px 24px;
  content: "";
  height: 190px;
  opacity: 0.55;
  position: absolute;
  right: clamp(14px, 4vw, 54px);
  top: 34px;
  width: 190px;
}

.partner-hero-copy {
  align-self: center;
  position: relative;
  z-index: 1;
}

.partner-hero-copy h1,
.partner-hero-copy p {
  max-width: 980px;
}

.partner-hero h1 {
  font-size: clamp(31px, 5.1vw, 62px);
  margin-bottom: 26px;
}

.partner-hero-copy > p {
  color: var(--black);
  font-size: clamp(16px, 1.75vw, 23px);
  font-weight: 850;
  line-height: 1.16;
  margin-bottom: 34px;
}

.partner-hero-media {
  align-self: center;
  position: relative;
  z-index: 1;
}

.partner-hero-media img {
  aspect-ratio: 4 / 5;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.program-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.program-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)),
    var(--paper-texture);
  background-size: auto, 24px 24px, 30px 30px;
  border: 2px solid var(--black);
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgba(67, 92, 112, 0.12);
  padding: clamp(24px, 4vw, 38px);
}

.program-mark {
  align-items: center;
  background: var(--orange);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 26px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  margin-bottom: 24px;
  width: 42px;
}

.program-card h3,
.partner-option h3 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.program-card p,
.partner-option p {
  color: var(--muted);
  font-weight: 700;
}

.partner-options {
  background:
    var(--diagonal-texture),
    var(--black);
  color: var(--white);
}

.partner-options .eyebrow {
  color: var(--sky);
}

.partner-options .section-heading h2 {
  font-size: clamp(31px, 4.5vw, 56px);
}

.partner-option-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.partner-option {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 1)),
    var(--paper-texture);
  background-size: auto, 24px 24px, 30px 30px;
  border-radius: 8px;
  color: var(--black);
  box-shadow: 8px 8px 0 rgba(179, 204, 224, 0.18);
  overflow: hidden;
}

.partner-option img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.partner-option div {
  padding: clamp(22px, 4vw, 36px);
}

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

.logo-grid a {
  align-items: center;
  aspect-ratio: 3 / 1.35;
  border-radius: 8px;
  color: var(--slate);
  display: flex;
  font-weight: 950;
  justify-content: center;
  padding: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo-grid img {
  max-height: 58px;
  object-fit: contain;
  width: min(100%, 220px);
}

@media (max-width: 860px) {
  .site-header {
    height: 74px;
  }

  .brand img {
    height: 67px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    align-items: stretch;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 20px 24px;
    position: absolute;
    right: 0;
    top: 74px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-top: 1px solid var(--line);
    padding: 14px 0;
  }

  .hero img {
    height: 72vh;
    min-height: 540px;
    object-position: center;
  }

  .hero-copy {
    left: 20px;
    max-width: calc(100% - 40px);
    top: 47%;
  }

  .hero-copy span {
    max-width: none;
  }

  .meet-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .photo-stack {
    min-height: 540px;
  }

  .photo-main {
    height: 520px;
  }

  .photo-small {
    height: 250px;
    width: 52%;
  }

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

  .contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .partner-hero,
  .shop-layout,
  .product-card,
  .program-grid,
  .partner-option-grid {
    grid-template-columns: 1fr;
  }

  .filters {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding-bottom: 24px;
    padding-right: 0;
  }

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

@media (max-width: 520px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .meet-card {
    min-height: auto;
  }

  .photo-stack {
    min-height: auto;
  }

  .photo-main,
  .photo-small {
    height: auto;
    position: static;
    width: 100%;
  }

  .photo-small {
    margin-top: 16px;
  }

  .insta-grid {
    gap: 8px;
  }
}
