/* ============================================================
   PAGES.CSS — shared styles for all inner pages
   (story, team, faq, support, privacy, terms)
   ============================================================ */

/* ---- PAGE HERO (shared across all inner pages) ---- */
.page-hero {
  padding: calc(72px + var(--space-8)) 0 var(--space-8);
  background: var(--color-cream);
  text-align: left;
}

.page-hero--warm {
  background: linear-gradient(160deg, #FFF9F0 0%, #FEF0DC 100%);
}

.page-hero--center {
  text-align: center;
}

.page-hero--legal {
  padding-bottom: var(--space-8);
}

.page-hero .container {
  max-width: 860px;
  margin: 0 auto;
}

.page-hero__eyebrow {
  display: inline-block;
  font-family: var(--font-body-bold);
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-orange);
  margin-bottom: var(--space-4);
}

.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(54px, 7.2vw, 88px);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-5);
}

.page-hero__sub {
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  color: var(--color-text-secondary);
  line-height: 1.35;
  max-width: 620px;
}

.page-hero--center .page-hero__sub {
  margin-left: auto;
  margin-right: auto;
}

.page-hero__sub--spaced {
  margin-bottom: var(--space-7);
}

/* ---- TEAM HERO ---- */
.page-hero--team {
  text-align: center;
  background: linear-gradient(
    180deg,
    #fefcf4 0%,
    #fefcf4 55%,
    #f4f6ea 100%
  );
  overflow: hidden;
  position: relative;
  padding-bottom: var(--space-10);
  margin-bottom: -2px;
}

.page-hero--team .container {
  max-width: 1400px;
  position: relative;
  z-index: 1;
  padding-left: clamp(var(--space-3), 2.5vw, var(--space-5));
  padding-right: clamp(var(--space-3), 2.5vw, var(--space-5));
}

.page-hero--team .page-hero__eyebrow {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: block;
  margin-bottom: var(--space-3);
  text-align: center;
}

.page-hero--team .page-hero__title {
  font-size: clamp(54px, 7.2vw, 88px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 900px) {
  .page-hero--team .page-hero__title {
    white-space: nowrap;
  }
}

.page-hero--team .page-hero__sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
  text-align: center;
}

.team-intro {
  max-width: 56rem;
  margin: 0 auto var(--space-8);
  text-align: center;
}

.page-hero--team .team-grid {
  margin-top: var(--space-2);
}

.page-hero--story .page-hero__eyebrow {
  background: var(--color-white);
  border: 1px solid rgba(161,138,109,0.18);
  border-radius: var(--radius-full);
  padding: 7px 16px;
  box-shadow: var(--shadow-sm);
}

.page-hero--story .container {
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.page-hero--dictionary .container {
  max-width: 720px;
}

.page-hero--story .page-hero__title {
  font-size: clamp(54px, 7.2vw, 88px);
  margin-left: auto;
  margin-right: auto;
}

.page-hero--story .page-hero__sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.page-hero__food {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.14;
  filter: saturate(0.92);
  animation: food-drift 6s ease-in-out infinite alternate;
}

.page-hero__food img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-hero__food--croissant {
  width: 132px;
  height: 106px;
  left: clamp(12px, 6vw, 90px);
  top: 122px;
  transform: rotate(-10deg);
}

.page-hero__food--macarons {
  width: 124px;
  height: 98px;
  right: clamp(10px, 8vw, 120px);
  top: 126px;
  transform: rotate(8deg);
  animation-delay: -1.8s;
}

.page-hero__food--cookie {
  width: 112px;
  height: 92px;
  left: 48%;
  bottom: 20px;
  transform: translateX(-50%) rotate(4deg);
  opacity: 0.1;
  animation-delay: -3.2s;
}

.page-hero__food--madeleines {
  width: 140px;
  height: 108px;
  left: clamp(10px, 5vw, 80px);
  top: 126px;
  transform: rotate(-8deg);
  animation-delay: -0.8s;
}

.page-hero__food--toast {
  width: 118px;
  height: 94px;
  right: clamp(22px, 18vw, 260px);
  bottom: 40px;
  transform: rotate(-6deg);
  animation-delay: -2.4s;
}

.page-hero__food--scone {
  width: 104px;
  height: 84px;
  left: clamp(18px, 18vw, 270px);
  bottom: 44px;
  transform: rotate(10deg);
  animation-delay: -4.1s;
}

.page-hero__food--latte {
  width: 92px;
  height: 98px;
  right: clamp(8px, 3vw, 42px);
  bottom: 76px;
  transform: rotate(6deg);
  animation-delay: -5s;
}

.page-hero__food--tart {
  width: 112px;
  height: 94px;
  right: clamp(18px, 17vw, 260px);
  bottom: 38px;
  transform: rotate(7deg);
  animation-delay: -2.5s;
}

.page-hero__food--milk {
  width: 82px;
  height: 106px;
  right: clamp(8px, 3vw, 42px);
  bottom: 72px;
  transform: rotate(-5deg);
  animation-delay: -4.6s;
}

.page-hero__food--eclair {
  width: 110px;
  height: 86px;
  left: clamp(18px, 18vw, 270px);
  bottom: 42px;
  transform: rotate(8deg);
  animation-delay: -3.5s;
}

@keyframes food-drift {
  from {
    translate: 0 -4px;
  }
  to {
    translate: 0 7px;
  }
}

.team-hero__chips {
  display: flex;
  justify-content: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-7);
}

.team-hero__chips span {
  background: rgba(255,255,255,0.78);
  border: 1px solid currentColor;
  border-radius: var(--radius-full);
  padding: 9px 16px;
  font-size: var(--text-small);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  box-shadow: var(--shadow-sm);
}

.team-hero__chip--engineering {
  background: rgba(114,195,232,0.14) !important;
  color: #1a7a9a !important;
}

.team-hero__chip--design {
  background: rgba(184,160,212,0.18) !important;
  color: var(--tag-13) !important;
}

.team-hero__chip--art {
  background: rgba(232,96,90,0.12) !important;
  color: var(--tag-1) !important;
}

.team-hero__chip--music {
  background: rgba(245,200,66,0.16) !important;
  color: #8a6b00 !important;
}

.team-hero__chip--research {
  background: rgba(168,201,127,0.18) !important;
  color: var(--color-success) !important;
}

.team-hero__chip--testing {
  background: rgba(238,169,101,0.16) !important;
  color: #b36a24 !important;
}

.team-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: var(--space-7);
  align-items: center;
  text-align: left;
}

.page-hero--team .team-hero__layout {
  max-width: 1120px;
}

.team-hero__copy .page-hero__title,
.team-hero__copy .page-hero__sub {
  margin-left: 0;
  margin-right: 0;
}

.team-hero__copy .page-hero__title {
  font-size: clamp(54px, 7.2vw, 88px);
}

.team-hero__photo {
  background: var(--color-white);
  border: 1px solid rgba(161,138,109,0.16);
  border-radius: 8px;
  padding: var(--space-4) var(--space-4) var(--space-7);
  box-shadow: 0 16px 34px rgba(86,61,41,0.16);
  transform: rotate(2deg);
  position: relative;
}

.team-hero__photo::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  width: 78px;
  height: 26px;
  background: rgba(254,240,220,0.78);
  border: 1px solid rgba(161,138,109,0.12);
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(86,61,41,0.08);
  transform: translateX(-50%) rotate(-3deg);
}

.team-hero__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

/* ---- SHARED SECTION UTILITIES ---- */
.section-header {
  margin-bottom: var(--space-8);
}

.section-header.text-center {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  font-family: var(--font-body-bold);
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-orange);
  margin-bottom: var(--space-3);
}

.section-header .h2 {
  font-family: var(--font-display);
  font-size: var(--text-h1);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  line-height: 1.15;
  margin-bottom: var(--space-4);
}

.section-sub {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  color: var(--color-text-secondary);
  line-height: 1.45;
  max-width: 48rem;
  margin: 0 auto;
}

.section-header.text-center .section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* ---- PHOTO PLACEHOLDERS ---- */
.photo-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.photo-placeholder {
  min-height: 240px;
  border-radius: var(--radius-lg);
  border: 1.5px dashed rgba(161,138,109,0.35);
  background: linear-gradient(160deg, #FFF9F0 0%, #FEF4E4 100%);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.photo-placeholder::before {
  content: '';
  position: absolute;
  inset: var(--space-4);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(161,138,109,0.12);
}

.photo-placeholder__icon {
  position: relative;
  z-index: 1;
  font-size: 40px;
  margin-bottom: var(--space-3);
}

.photo-placeholder__title {
  position: relative;
  z-index: 1;
  font-size: var(--text-h3);
  font-weight: var(--weight-bold);
  color: var(--color-header);
  margin-bottom: var(--space-2);
}

.photo-placeholder__desc {
  position: relative;
  z-index: 1;
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ---- NAV ACTIVE STATE ---- */
.nav__link--active {
  color: var(--color-header) !important;
  position: relative;
}

.nav__link--active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-accent-orange);
  border-radius: 1px;
}

/* ============================================================
   STORY PAGE
   ============================================================ */

.page-hero--story {
  background:
    radial-gradient(circle at 18% 20%, rgba(238,169,101,0.12), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(168,201,127,0.14), transparent 26%),
    linear-gradient(180deg, #fefcf4 0%, #f7f3e8 100%);
  overflow: hidden;
  position: relative;
}

.page-hero--dictionary {
  text-align: left;
  padding-top: calc(80px + var(--space-9));
  padding-bottom: var(--space-10);
}

.page-hero--dictionary .container {
  max-width: 720px;
  margin: 0 auto;
}

.dict-entry {
  background: var(--color-white);
  border: 1.5px solid rgba(161, 138, 109, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(var(--space-6), 4vw, var(--space-8));
}

.dict-entry__eyebrow {
  font-family: var(--font-body-bold);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-tan);
  margin-bottom: var(--space-5);
}

.dict-entry__word {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 72px);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-3);
}

.dict-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem 1rem;
  margin-bottom: var(--space-3);
  font-family: var(--font-body);
  color: var(--color-text-secondary);
}

.dict-entry__pos {
  font-style: italic;
  font-size: 1.05rem;
}

.dict-entry__pron {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--color-header);
}

.dict-entry__pron::before {
  content: '|';
  margin-right: 1rem;
  color: rgba(161, 138, 109, 0.45);
  font-style: normal;
}

.dict-entry__etymology {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--color-text-secondary);
  line-height: 1.45;
  padding-bottom: var(--space-5);
  margin-bottom: var(--space-5);
  border-bottom: 1.5px solid rgba(161, 138, 109, 0.16);
}

.dict-entry__etymology i {
  font-style: italic;
}

.dict-entry__senses {
  list-style: none;
  counter-reset: sense;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin: 0;
  padding: 0;
}

.dict-entry__senses li {
  counter-increment: sense;
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  column-gap: var(--space-3);
  align-items: start;
}

.dict-entry__senses li::before {
  content: counter(sense);
  font-family: var(--font-display);
  font-weight: var(--weight-semibold);
  font-size: 1.15rem;
  color: var(--color-header);
  line-height: 1.4;
}

.dict-entry__def {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  color: var(--color-header);
  line-height: 1.45;
  margin: 0 0 var(--space-3);
}

.dict-entry__cite {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-tan);
  margin: 0;
}

.story-place-card {
  margin: 0;
  background: var(--color-white);
  border: 1px solid rgba(161, 138, 109, 0.16);
  border-radius: 8px;
  padding: var(--space-4);
  box-shadow: 0 14px 30px rgba(86, 61, 41, 0.12);
  transform: rotate(1.2deg);
}

.story-place-card__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(254, 240, 220, 0.92), rgba(255, 249, 240, 0.72)),
    repeating-linear-gradient(45deg, rgba(161, 138, 109, 0.06) 0 8px, transparent 8px 16px);
  border: 1.5px dashed rgba(161, 138, 109, 0.22);
}

.story-place-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-place-card__image--seaport {
  object-position: right center;
}

.story-place-card__image[src=""],
.story-place-card__frame:has(img:not([src])),
.story-place-card__image:not([src]) {
  display: none;
}

.story-place-card__caption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: var(--space-4);
  text-align: left;
}

.story-place-card__caption strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--color-header);
  font-weight: var(--weight-semibold);
}

.story-place-card__caption span {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 1.35;
}

.story-origin {
  background: linear-gradient(
    180deg,
    #fefcf4 0%,
    #fefcf4 55%,
    #f4f6ea 100%
  );
  margin-bottom: -2px;
  position: relative;
}

.story-origin--top {
  padding-top: calc(80px + var(--space-9));
}

.story-photos {
  background: linear-gradient(
    180deg,
    #f4f6ea 0%,
    #eef1e0 28%,
    #f7f8f0 55%,
    #eef1e0 78%,
    #e8edd9 100%
  );
  margin-top: -2px;
  position: relative;
}

.story-photos .section-header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.story-photos .photo-placeholder,
.team-photos .photo-placeholder {
  min-height: 330px;
  background: var(--color-white);
  border: 1px solid rgba(161,138,109,0.16);
  border-radius: 8px;
  padding: var(--space-4);
  justify-content: flex-start;
  box-shadow: 0 14px 30px rgba(86,61,41,0.12);
  overflow: visible;
  transform: rotate(-1.6deg);
}

.story-photos .photo-placeholder-grid,
.team-photos .photo-placeholder-grid {
  align-items: start;
  padding: var(--space-2) 0;
}

.story-photos .photo-placeholder:nth-child(2),
.team-photos .photo-placeholder:nth-child(2) {
  transform: rotate(1.4deg) translateY(18px);
}

.story-photos .photo-placeholder:nth-child(3),
.team-photos .photo-placeholder:nth-child(3) {
  transform: rotate(-0.8deg) translateY(-8px);
}

.story-photos .photo-placeholder:nth-child(4) {
  transform: rotate(1.8deg) translateY(10px);
}

.story-photos .photo-placeholder:nth-child(5) {
  transform: rotate(-1.2deg) translateY(26px);
}

.story-photos .photo-placeholder:nth-child(6) {
  transform: rotate(1deg) translateY(-4px);
}

.story-photos .photo-placeholder::before,
.team-photos .photo-placeholder::before {
  inset: var(--space-4) var(--space-4) auto;
  height: 170px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(254,240,220,0.92), rgba(255,249,240,0.72)),
    repeating-linear-gradient(45deg, rgba(161,138,109,0.06) 0 8px, transparent 8px 16px);
  border: 1.5px dashed rgba(161,138,109,0.22);
}

.story-photos .photo-placeholder::after,
.team-photos .photo-placeholder::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  width: 74px;
  height: 26px;
  background: rgba(254,240,220,0.78);
  border: 1px solid rgba(161,138,109,0.12);
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(86,61,41,0.08);
  transform: translateX(-50%) rotate(2deg);
  z-index: 2;
}

.story-photos .photo-placeholder__icon,
.team-photos .photo-placeholder__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-bottom: var(--space-4);
  font-size: 48px;
  overflow: hidden;
  border-radius: 4px;
}

.story-photos .photo-placeholder__image,
.team-photos .photo-placeholder__image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.story-photos .photo-placeholder__image--early-sketch {
  object-position: center top;
}

.story-photos .photo-placeholder__title,
.team-photos .photo-placeholder__title {
  font-family: var(--font-display);
  font-size: 22px;
}

.story-photos .photo-placeholder__desc,
.team-photos .photo-placeholder__desc {
  font-size: var(--text-xs);
}

.story-mission {
  background: var(--color-header);
}

/* Prose section: text left, visual right */
.prose-section {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-9);
  align-items: center;
}

.prose-section__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.prose-section__text .h2 {
  margin-bottom: var(--space-2);
}

.prose-section__text p {
  font-family: var(--font-body);
  font-size: 1.15rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
}

.prose-section__text em {
  color: var(--color-header);
  font-style: normal;
  font-weight: var(--weight-semibold);
}

.origin-card {
  background: linear-gradient(160deg, var(--color-header) 0%, #6a4a31 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-7);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.origin-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(238,169,101,0.12);
  border-radius: 50%;
}

.origin-card__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.origin-card__quote {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: var(--weight-semibold);
  color: var(--color-cream);
  line-height: 1.4;
  border: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  position: relative;
  z-index: 1;
}

.origin-card__attr {
  font-size: var(--text-small);
  color: rgba(255,249,240,0.5);
  position: relative;
  z-index: 1;
}

/* Timeline */
.timeline {
  max-width: none;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.timeline::before {
  display: none;
}

.timeline__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  max-width: min(34rem, 100%);
  width: 100%;
  padding: var(--space-5);
  background: var(--color-white);
  border: 1.5px solid rgba(161, 138, 109, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.timeline__item:nth-child(even) {
  align-self: flex-end;
  align-items: flex-end;
  text-align: right;
}

.timeline__item:nth-child(odd) {
  align-self: flex-start;
  align-items: flex-start;
  text-align: left;
}

.timeline__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0;
  border: none;
  box-shadow: 0 0 0 4px rgba(254, 252, 244, 0.9);
}

.timeline__tag {
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  white-space: nowrap;
  height: fit-content;
  margin-top: 0;
  width: fit-content;
}

.timeline__content {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.timeline__title {
  font-family: var(--font-display);
  font-size: var(--text-h3);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin-bottom: var(--space-2);
}

.timeline__desc {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--color-text-secondary);
  line-height: 1.55;
}

/* ============================================================
   TEAM PAGE
   ============================================================ */

.team-grid {
  display: grid;
  gap: var(--space-6);
}

.team-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(161,138,109,0.15);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.team-grid--core {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(var(--space-4), 3vw, var(--space-6));
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .team-grid--core {
    grid-template-columns: 1fr;
    max-width: 380px;
  }
}

.page-hero--team .team-card {
  background: var(--color-white);
  border: 1.5px solid rgba(161, 138, 109, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.team-card--featured {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding: var(--space-4);
  align-items: stretch;
}

.team-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.team-card__photo-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  border-radius: 14px;
  border: none;
  object-fit: cover;
  object-position: center 28%;
  flex-shrink: 0;
  box-shadow: none;
}

.team-card__info {
  flex: 1;
}

.team-card__name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin-bottom: var(--space-1);
}

.team-card__role {
  display: inline-block;
  font-family: var(--font-body-bold);
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-1);
}

.team-card__school {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-3);
}

.team-card__bio {
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* Creative credits */
.creative-credits {
  background: linear-gradient(
    180deg,
    #f4f6ea 0%,
    #fefcf4 35%,
    #fefcf4 60%,
    #eef1e0 100%
  );
  margin-top: -2px;
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
}

.creative-credits .container {
  max-width: 1400px;
  padding-left: clamp(var(--space-3), 2.5vw, var(--space-5));
  padding-right: clamp(var(--space-3), 2.5vw, var(--space-5));
}

.creative-credits .section-header.text-center {
  max-width: 56rem;
}

.creative-credits .section-sub {
  max-width: 48rem;
}

.creative-credits .section-sub--follow {
  margin-top: var(--space-3);
}

.credits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.credit-card__record {
  display: block;
  width: min(280px, 90%);
  height: auto;
  margin: var(--space-2) auto calc(var(--space-2) * -1);
  object-fit: contain;
}

@media (max-width: 700px) {
  .credits-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

.credit-card {
  background: var(--color-white);
  border: 1.5px solid rgba(161,138,109,0.18);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
}

.credit-card__label {
  font-family: var(--font-body-bold);
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-2);
}

.credit-card__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin-bottom: var(--space-4);
}

.credit-card__names {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.credit-card__names li {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
  padding-bottom: var(--space-3);
  border-bottom: 1px solid rgba(161,138,109,0.12);
}

.credit-card__names li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Contributor categories */
.contrib-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.contrib-category {
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1.5px solid rgba(161,138,109,0.12);
}

.contrib-category__header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.contrib-category__icon {
  font-size: 24px;
}

.contrib-category__title {
  font-size: var(--text-h3);
  font-weight: var(--weight-bold);
  color: var(--color-header);
  flex: 1;
}

.contrib-category__bar {
  height: 3px;
  width: 32px;
  border-radius: 2px;
}

.contrib-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.contrib-chip {
  background: var(--color-white);
  border: 1px solid rgba(161,138,109,0.2);
  border-radius: var(--radius-full);
  padding: 5px 12px;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  color: var(--color-text-secondary);
}

/* Global reach */
.global-reach {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-9);
  align-items: center;
  background: var(--color-cream);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  border: 1.5px solid rgba(161,138,109,0.12);
}

.global-reach__stats {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  text-align: center;
}

.reach-stat__num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: var(--weight-semibold);
  line-height: 1;
}

.reach-stat__label {
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  margin-top: var(--space-1);
}

/* ============================================================
   FAQ PAGE
   ============================================================ */

.page-hero--faq {
  background: linear-gradient(
    180deg,
    #fefcf4 0%,
    #fefcf4 55%,
    #f4f6ea 100%
  );
  margin-bottom: -2px;
}

.faq-page {
  background: linear-gradient(
    180deg,
    #f4f6ea 0%,
    #eef1e0 28%,
    #f7f8f0 55%,
    #eef1e0 78%,
    #e8edd9 100%
  );
  margin-top: -2px;
}

.faq-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: var(--space-9);
  align-items: start;
}

.faq-nav {
  position: sticky;
  top: 96px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  border: 1.5px solid rgba(161,138,109,0.15);
  box-shadow: var(--shadow-sm);
}

.faq-nav__title {
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-inactive);
  margin-bottom: var(--space-4);
}

.faq-nav ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.faq-nav__link {
  display: block;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  font-size: var(--text-small);
  font-weight: var(--weight-semibold);
  color: var(--color-text-secondary);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.faq-nav__link:hover {
  background: var(--color-cream);
  color: var(--color-header);
}

.faq-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-9);
}

.faq-group {}

.faq-group__header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: 2px solid var(--color-tan-light);
}

.faq-group__icon {
  display: none;
}

.faq-group__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.faq-group__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
}

.faq-item {
  border-bottom: 1px solid rgba(161,138,109,0.15);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5) 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  text-align: left;
  transition: color var(--transition-fast);
}

.faq-item__q:hover {
  color: var(--color-accent-orange);
}

.faq-item__q[aria-expanded="true"] {
  color: var(--color-accent-orange);
}

.faq-item__chevron {
  font-size: 18px;
  transition: transform var(--transition-fast);
  flex-shrink: 0;
  color: var(--color-tan);
}

.faq-item__q[aria-expanded="true"] .faq-item__chevron {
  transform: rotate(180deg);
}

.faq-item__a {
  padding-bottom: var(--space-5);
}

.faq-item__a p {
  color: var(--color-text-secondary);
  line-height: 1.75;
  margin-bottom: var(--space-3);
}

.faq-item__a p:last-child {
  margin-bottom: 0;
}

.faq-item__a a {
  color: var(--color-accent-orange);
  font-weight: var(--weight-semibold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ============================================================
   FEEDBACK PAGE
   ============================================================ */

.page-hero--feedback {
  text-align: center;
  background: linear-gradient(
    180deg,
    #fefcf4 0%,
    #fefcf4 55%,
    #f4f6ea 100%
  );
  margin-bottom: -2px;
  overflow: hidden;
  position: relative;
  padding-top: calc(80px + var(--space-6));
  padding-bottom: var(--space-4);
}

.page-hero--feedback .container {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.page-hero--feedback .page-hero__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-3);
}

.page-hero--feedback .page-hero__sub {
  margin-left: auto;
  margin-right: auto;
}

.feedback-page {
  background: linear-gradient(
    180deg,
    #f4f6ea 0%,
    #eef1e0 28%,
    #f7f8f0 55%,
    #eef1e0 78%,
    #e8edd9 100%
  );
  margin-top: -2px;
  padding-top: var(--space-5);
}

.feedback-form {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.feedback-field {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.feedback-label {
  font-family: var(--font-body-bold);
  font-size: 0.95rem;
  color: var(--color-header);
}

.feedback-label span {
  color: var(--color-error);
}

.feedback-input {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-header);
  background: #fff;
  border: 1.5px solid rgba(161, 138, 109, 0.22);
  border-radius: var(--radius-md);
  padding: 0.85rem 1rem;
  outline: none;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.feedback-input:focus {
  border-color: var(--color-accent-orange);
  box-shadow: 0 0 0 3px rgba(238, 169, 101, 0.18);
}

.feedback-input.is-invalid {
  border-color: var(--color-error);
}

.feedback-input--area {
  resize: vertical;
  min-height: 9rem;
  line-height: 1.5;
}

.feedback-hint {
  font-size: 0.9rem;
  color: var(--color-text-secondary);
}

.feedback-actions {
  text-align: center;
  padding-top: var(--space-2);
}

.form-message {
  font-family: var(--font-body);
  font-size: 0.95rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
}

.form-message--error {
  color: var(--color-error);
  background: rgba(196, 81, 97, 0.08);
}

.form-message--success {
  color: var(--color-success);
  background: rgba(48, 92, 60, 0.08);
}

.hero__waitlist {
  position: relative;
  flex-wrap: wrap;
}

.hero__waitlist .js-waitlist-message {
  flex: 1 1 100%;
  margin-top: var(--space-2);
}

/* ============================================================
   SUPPORT PAGE
   ============================================================ */

.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.support-card {
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1.5px solid rgba(161,138,109,0.12);
  text-align: center;
}

.support-card__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto var(--space-4);
}

.support-card__title {
  font-size: var(--text-h3);
  font-weight: var(--weight-bold);
  color: var(--color-header);
  margin-bottom: var(--space-3);
}

.support-card__desc {
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  line-height: 1.65;
}

.other-ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.other-way {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1.5px solid rgba(161,138,109,0.12);
  box-shadow: var(--shadow-sm);
}

.other-way__num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: var(--weight-semibold);
  line-height: 1;
  margin-bottom: var(--space-3);
}

.other-way__title {
  font-size: var(--text-h3);
  font-weight: var(--weight-bold);
  color: var(--color-header);
  margin-bottom: var(--space-2);
}

.other-way__desc {
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  line-height: 1.65;
}

/* ============================================================
   LEGAL PAGES (privacy, terms)
   ============================================================ */

.legal-body {
  max-width: 720px;
  margin: 0 auto;
}

.legal-intro {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1.5px solid rgba(161,138,109,0.15);
  margin-bottom: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.legal-intro p {
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.legal-intro a {
  color: var(--color-accent-orange);
  font-weight: var(--weight-semibold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-section {
  margin-bottom: var(--space-8);
}

.legal-section h2 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid rgba(161,138,109,0.2);
}

.legal-section h3 {
  font-size: var(--text-body);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin: var(--space-4) 0 var(--space-2);
}

.legal-section p {
  color: var(--color-text-secondary);
  line-height: 1.75;
  margin-bottom: var(--space-3);
}

.legal-section ul {
  list-style: disc;
  padding-left: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.legal-section li {
  color: var(--color-text-secondary);
  line-height: 1.65;
  font-size: var(--text-body);
}

.legal-section a {
  color: var(--color-accent-orange);
  font-weight: var(--weight-semibold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ============================================================
   DOWNLOAD PAGE
   ============================================================ */

.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--color-header);
  color: white;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  box-shadow: var(--shadow-md);
}
.app-store-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.app-store-btn__text { display: flex; flex-direction: column; text-align: left; }
.app-store-btn__sub  { font-size: 11px; opacity: 0.7; }
.app-store-btn__main { font-size: 18px; font-weight: 700; }

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.platform-card {
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  padding: var(--space-7) var(--space-6);
  border: 1.5px solid rgba(161,138,109,0.15);
  text-align: center;
}
.platform-card--live {
  background: var(--color-white);
  border-color: var(--color-accent-orange);
  box-shadow: 0 0 0 3px rgba(238,169,101,0.12);
}
.platform-card__icon { font-size: 40px; margin-bottom: var(--space-3); }
.platform-card__name { font-size: var(--text-h3); font-weight: var(--weight-bold); color: var(--color-header); margin-bottom: var(--space-2); }
.platform-card__status { font-size: var(--text-small); font-weight: var(--weight-semibold); color: var(--color-inactive); margin-bottom: var(--space-3); }
.platform-card__status--live { color: var(--color-success); }
.platform-card__desc { font-size: var(--text-small); color: var(--color-text-secondary); line-height: 1.6; }

.qr-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-9);
  align-items: center;
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  border: 1.5px solid rgba(161,138,109,0.12);
}
.qr-box { flex-shrink: 0; }
.qr-placeholder {
  background: white;
  border: 2px solid rgba(161,138,109,0.15);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ============================================================
   MERCH PAGE
   ============================================================ */

.merch-coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--color-white);
  border: 1.5px solid rgba(161,138,109,0.2);
  border-radius: var(--radius-full);
  padding: 8px 20px;
  font-size: var(--text-small);
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  box-shadow: var(--shadow-sm);
}

.merch-shop {
  padding-top: calc(72px + var(--space-8));
  background: var(--color-cream);
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
}

.merch-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(161,138,109,0.12);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.merch-card__preview {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  padding: var(--space-5);
}
.merch-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(86,61,41,0.12));
}
.merch-card__info { padding: var(--space-5); }
.merch-card__name { font-size: var(--text-h3); font-weight: var(--weight-bold); color: var(--color-header); margin-bottom: var(--space-2); }
.merch-card__desc { font-size: var(--text-small); color: var(--color-text-secondary); line-height: 1.6; margin-bottom: var(--space-3); }
.merch-card__tag {
  display: inline-block;
  background: rgba(238,169,101,0.12);
  color: var(--color-accent-orange);
  border-radius: var(--radius-full);
  padding: 3px 12px;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
}

/* ============================================================
   CHANGELOG PAGE
   ============================================================ */

.changelog-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.changelog-entry {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(161,138,109,0.12);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.changelog-entry__meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-6);
  background: var(--color-cream);
  border-bottom: 1px solid rgba(161,138,109,0.1);
}

.changelog-entry__version {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
}

.changelog-entry__date {
  font-size: var(--text-xs);
  color: var(--color-inactive);
  font-weight: var(--weight-semibold);
}

.changelog-entry__badge {
  margin-left: auto;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.changelog-entry__badge-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.changelog-entry__content {
  padding: var(--space-6);
}

.changelog-entry__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin-bottom: var(--space-3);
}

.changelog-entry__intro {
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-4);
}

.changelog-entry__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.changelog-entry__list li {
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.changelog-entry__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.changelog-signup {
  max-width: 720px;
  margin: var(--space-8) auto 0;
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1.5px solid rgba(161,138,109,0.12);
}
.changelog-signup h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin-bottom: var(--space-2);
}
.changelog-signup p {
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-4);
}

/* ============================================================
   PRESS PAGE
   ============================================================ */

.press-grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.press-section {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-7);
  border: 1.5px solid rgba(161,138,109,0.12);
  box-shadow: var(--shadow-sm);
}

.press-section__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--weight-semibold);
  color: var(--color-header);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-3);
  border-bottom: 2px solid rgba(161,138,109,0.15);
}

.press-facts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.press-facts li {
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  line-height: 1.5;
  padding-bottom: var(--space-3);
  border-bottom: 1px solid rgba(161,138,109,0.08);
}
.press-facts li:last-child { border-bottom: none; padding-bottom: 0; }
.press-facts a { color: var(--color-accent-orange); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

.press-copy-block {
  background: var(--color-cream);
  border-radius: var(--radius-md);
  padding: var(--space-4) var(--space-5);
  margin-bottom: var(--space-4);
}
.press-copy-block__label {
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-inactive);
  margin-bottom: var(--space-2);
}
.press-copy-block__text {
  font-size: var(--text-small);
  color: var(--color-header);
  line-height: 1.7;
}

.press-quote {
  background: var(--color-header);
  border-radius: var(--radius-md);
  padding: var(--space-6);
}
.press-quote p {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--color-cream);
  line-height: 1.5;
  margin-bottom: var(--space-4);
}
.press-quote cite {
  font-size: var(--text-small);
  color: rgba(255,249,240,0.5);
  font-style: normal;
}

.press-assets { margin-bottom: var(--space-5); }
.press-asset-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  background: var(--color-cream);
  border: 1.5px solid rgba(161,138,109,0.2);
  border-radius: var(--radius-md);
  padding: var(--space-4) var(--space-5);
  font-size: var(--text-small);
  color: var(--color-header);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.press-asset-btn:hover {
  border-color: var(--color-tan);
  box-shadow: var(--shadow-sm);
}
.press-asset-btn span { font-size: 24px; }

.press-colors {}
.press-color-chips {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}
.press-color-chip {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  color: var(--color-text-secondary);
  font-family: monospace;
}
.press-color-chip__swatch {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid rgba(161,138,109,0.2);
  flex-shrink: 0;
}

/* ============================================================
   RESPONSIVE — pages
   ============================================================ */

@media (max-width: 900px) {
  .platform-grid  { grid-template-columns: 1fr; }
  .merch-grid     { grid-template-columns: 1fr; }
  .qr-section     { grid-template-columns: 1fr; }

  .team-hero__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .team-hero__copy .page-hero__title,
  .team-hero__copy .page-hero__sub {
    margin-left: auto;
    margin-right: auto;
  }

  .team-hero__photo {
    max-width: 360px;
    margin: 0 auto;
  }

  .prose-section {
    grid-template-columns: 1fr;
  }

  .timeline {
    gap: var(--space-7);
  }

  .timeline__item,
  .timeline__item:nth-child(even),
  .timeline__item:nth-child(odd) {
    align-self: stretch;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }

  .page-hero__food {
    opacity: 0.1;
    transform: scale(0.72);
  }

  .page-hero__food--cookie {
    display: none;
  }

  .contrib-categories {
    grid-template-columns: 1fr;
  }

  .credits-grid {
    grid-template-columns: 1fr;
  }

  .global-reach {
    grid-template-columns: 1fr;
  }

  .global-reach__stats {
    flex-direction: row;
    justify-content: center;
  }

  .faq-container {
    grid-template-columns: 1fr;
  }

  .faq-nav {
    position: static;
    display: none; /* hide on mobile, content is scrollable */
  }

  .support-cards {
    grid-template-columns: 1fr;
  }

  .other-ways {
    grid-template-columns: 1fr;
  }

  .photo-placeholder-grid {
    grid-template-columns: 1fr;
  }

  .story-photos .photo-placeholder,
  .story-photos .photo-placeholder:nth-child(n),
  .team-photos .photo-placeholder,
  .team-photos .photo-placeholder:nth-child(n) {
    transform: none;
  }

  .team-grid--core {
    grid-template-columns: 1fr;
  }

  .team-card--featured {
    flex-direction: column;
  }
}
