@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap");

:root {
  --bg: #ffffff;
  --parchment: #e4e7e7;
  --surface: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --hairline: #d2d2d7;
  --teal: #035965;
  --lime: #b7ce5c;
  --grey: #3c3c3e;
  --dark: #202123;
  --tile-2: #292a2d;
  --action: #035965;
  --brand-bg: #e4e7e7;
  --brand-wordmark: "Bitcheese", "Montserrat", "SF Pro Display", system-ui, -apple-system, sans-serif;
  --brand-url: "Krungthep", "Montserrat", "SF Pro Text", system-ui, -apple-system, sans-serif;
  --font-display: "Cormorant Garamond", "Iowan Old Style", "Charter", Georgia, serif;
  --font-body: "Inter", "SF Pro Text", "Open Sans", system-ui, -apple-system, sans-serif;
  --font-serif: "Cormorant Garamond", "Iowan Old Style", "Charter", Georgia, serif;
  --font-sans: "Inter", "SF Pro Text", "Open Sans", system-ui, -apple-system, sans-serif;
  --shadow-product: rgba(0, 0, 0, 0.18) 3px 8px 32px;
  --shadow-card: rgba(0, 0, 0, 0.16) 3px 8px 32px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-wrap: pretty;
}

p + p {
  margin-top: 14px;
}

.lead {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
}

.sub-title {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.copy,
.section-note,
.note,
.sample-body,
.sample-detail {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-wrap: pretty;
}

.quote-support,
.quote-detail,
.story-card p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-wrap: pretty;
}

.k,
.kicker,
.label,
.story-card span,
.story-panel::before,
.story-frame-label,
.hero-scroll-cue span,
.scroll-cue,
.portrait-panel::after {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.h,
h1,
h2,
.sample-title,
.sample-subtitle,
.greeting-line,
.greeting-kicker,
.greeting-title {
  font-family: var(--font-display);
  letter-spacing: 0;
  text-wrap: balance;
}

.h,
h1,
.sample-title,
.greeting-title {
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.01em;
}

h2,
.sample-subtitle,
.greeting-kicker {
  font-size: clamp(26px, 3.8vw, 32px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-greeting .greeting-kicker {
  color: #b7ce5c;
  font-family: "Cormorant Garamond", "Iowan Old Style", "Charter", Georgia, serif;
  display: block;
  font-size: 73px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  position: absolute;
  top: 33.333%;
  left: 50%;
  width: 90vw;
  text-align: center;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.52), 0 0 1px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.hero-greeting .greeting-line,
.hero-greeting .greeting-title,
.hero-greeting .place-name {
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-greeting .greeting-title-stack {
  position: relative;
  display: block;
  min-height: 1.25em;
}

.hero-greeting .greeting-line {
  top: calc(33.333% + 58px);
}

.hero-greeting .place-name {
  position: absolute;
  inset: 0;
}

.voice-plaque,
.pages-plaque {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 10px clamp(46px, 7vw, 118px) 12px;
}

.voice-plaque {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 10px 20px rgba(3, 89, 101, 0.18);
}

.pages-plaque {
  background: var(--lime);
  color: var(--dark);
  box-shadow: 0 10px 20px rgba(183, 206, 92, 0.22);
}

section[data-od-id="home-pathways"] {
  background: #fff;
  padding-top: clamp(130px, 12vw, 190px);
}

section[data-od-id="home-trust"] {
  background: #edf3ee;
  padding-top: clamp(48px, 6vw, 76px);
  display: grid;
  justify-items: center;
  text-align: center;
}

section[data-od-id="home-trust"] .tile-inner {
  width: min(1040px, calc(100vw - 48px));
  max-width: 1040px;
  margin-inline: auto;
  display: grid;
  justify-items: center;
}

section[data-od-id="home-trust"] .voice-marquee {
  margin-inline: auto;
  justify-self: center;
}

section[data-od-id="home-trust"] .quote-grid {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  justify-self: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.voice-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  text-wrap: nowrap;
}

.voice-marquee-track {
  display: inline-flex;
  min-width: max-content;
  will-change: transform;
  animation: voice-marquee 22s linear infinite;
}

.voice-marquee-group {
  display: inline-flex;
  gap: clamp(46px, 7vw, 112px);
  padding-right: clamp(46px, 7vw, 112px);
  flex-shrink: 0;
}

@keyframes voice-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .voice-marquee-track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 900px) {
  section[data-od-id="home-trust"] {
    padding: 58px 20px 68px;
    overflow: hidden;
    overflow: clip;
  }

  section[data-od-id="home-trust"],
  section[data-od-id="home-trust"] * {
    box-sizing: border-box;
  }

  section[data-od-id="home-trust"] .tile-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
  }

  section[data-od-id="home-trust"] .voice-plaque {
    max-width: min(100%, 340px);
    padding-inline: clamp(24px, 10vw, 64px);
    text-align: center;
  }

  section[data-od-id="home-trust"] .voice-marquee {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 20px;
    font-size: clamp(30px, 9vw, 48px);
    line-height: 0.98;
  }

  section[data-od-id="home-trust"] .voice-marquee-track {
    max-width: none;
  }

  section[data-od-id="home-trust"] .voice-marquee-group {
    gap: 36px;
    padding-right: 36px;
  }

  section[data-od-id="home-trust"] .voice-attribution {
    width: min(100%, 420px);
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
  }

  section[data-od-id="home-trust"] .quote-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 30px;
    gap: 14px;
  }

  section[data-od-id="home-trust"] .quote-feature,
  section[data-od-id="home-trust"] .quote-stack,
  section[data-od-id="home-trust"] .quote-stack article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  section[data-od-id="home-trust"] .quote-feature,
  section[data-od-id="home-trust"] .quote-stack article {
    min-height: auto;
    padding: clamp(20px, 5.6vw, 30px);
    border-radius: 14px;
  }

  section[data-od-id="home-trust"] .quote-feature {
    display: block;
  }

  section[data-od-id="home-trust"] .quote-mark {
    font-size: clamp(34px, 10vw, 52px);
  }

  section[data-od-id="home-trust"] blockquote,
  section[data-od-id="home-trust"] p,
  section[data-od-id="home-trust"] cite {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  section[data-od-id="home-trust"] .quote-feature blockquote {
    margin-top: 14px;
    font-size: clamp(23px, 7.2vw, 34px);
    line-height: 1.12;
  }

  section[data-od-id="home-trust"] .quote-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  section[data-od-id="home-trust"] .quote-stack p {
    font-size: 15px;
    line-height: 1.5;
  }

  section[data-od-id="home-trust"] cite {
    display: block;
    font-size: 13px;
    line-height: 1.35;
  }
}

.pages-book-image {
  display: block;
  width: clamp(250px, 30vw, 430px);
  height: auto;
  margin: 30px auto 46px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.14));
}

.voice-attribution {
  color: var(--teal);
  font-weight: 600;
  max-width: min(680px, 100%);
  margin-inline: auto;
}

.quote-feature cite {
  max-width: none;
}

h3,
.sample-card-title,
.card h3,
.tier h3,
.story-card h3,
.photo strong,
.pledge strong,
.swatch strong {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-wrap: balance;
}

blockquote,
.q,
.sample-quote,
.quote-card .q,
.quote-feature blockquote,
.quote blockquote,
.quote p:first-child {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

figcaption,
cite,
.caption,
.meta,
.token,
.photo span,
.hero-scroll-cue small,
.pledge span,
.swatch span,
.sample-detail,
footer a,
footer p {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.pill,
button {
  min-height: 44px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
}

.attention-bar__inner {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.attention-bar__inner strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  text-transform: inherit;
}

.attention-plus {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--action);
  color: #fff;
}

.pill:hover {
  background: #064e52;
}

.attention-plus {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  flex: 0 0 22px;
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

:where(.card, .tier, .quote, .swatch) {
  border-radius: 18px;
}

:where(.card) {
  border: 1px solid var(--hairline);
}

:where(.quote) {
  box-shadow: var(--shadow-card);
}

.global-nav {
  height: 44px;
  justify-content: center;
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
}

.nav-inner {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  min-width: 0;
}

:where(.brand-mark) {
  width: 32px;
  height: auto;
  display: block;
}

:where(.nav-links a, .mobile-menu a) {
  min-height: 44px;
}

.mobile-menu a {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

:where(footer) {
  background: var(--parchment);
  color: var(--grey);
}

footer h4 {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 600;
}

footer a,
footer p {
  display: block;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--grey);
}

:where(.scroll-top) {
  width: 48px;
  height: 48px;
  min-height: 48px;
}

.insider-guidebook-card,
.human-story-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.insider-guidebook-card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),
    url("insider-guidebook-card-background.png") center / cover no-repeat;
}

.human-story-card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72)),
    url("human-story-card-background.png") center / cover no-repeat;
}

.insider-guidebook-card > *,
.human-story-card > * {
  position: relative;
  z-index: 1;
}

.insider-guidebook-card h3,
.insider-guidebook-card p,
.insider-guidebook-card .text-link,
.human-story-card h3,
.human-story-card p,
.human-story-card .text-link {
  color: #fff;
}

.insider-guidebook-card p,
.human-story-card p {
  opacity: 0.84;
}

@media (max-width: 900px) {
  body {
    font-size: 15px;
  }

  .nav-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-links {
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 640px) {
  section[data-od-id="home-trust"] {
    padding: 46px 16px 58px;
  }

  section[data-od-id="home-trust"] .voice-marquee {
    font-size: clamp(28px, 10vw, 40px);
    line-height: 0.95;
  }

  section[data-od-id="home-trust"] .quote-feature blockquote {
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.06;
  }

  .lead {
    font-size: 16px;
  }

  .hero-greeting .greeting-kicker {
    font-size: 61px;
  }

  .hero-greeting .greeting-line {
    top: calc(33.333% + 50px);
  }

  .copy,
  .section-note,
  .note,
  p {
    font-size: 15px;
  }

  .nav-links {
    display: none;
  }

  :where(.menu-toggle) {
    display: flex;
  }

  :where(.footer-grid) {
    grid-template-columns: 1fr;
  }
}
