/* Our Story page — scoped to .our-story-page */

/* Anton */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/our-story/a4abe609-aecf-492a-a900-0c2bca8d0796.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/our-story/f883a4ec-b2f7-4a9b-82a5-92c57374be46.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/our-story/e9242852-f173-4213-bc45-d0b580903035.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../assets/our-story/27f25824-651a-4cb1-b58a-091a9987528f.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../assets/our-story/4eb5fb11-6501-41a7-b770-0df282fde2e1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../assets/our-story/e7332174-186d-4aba-965f-03dd36dfa4b5.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../assets/our-story/bc92233d-c733-413f-986c-d29070af1b15.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../assets/our-story/1bf3a577-3a53-4e95-b716-43c967e06282.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

.our-story-page {
  --da-white: #FFFFFF;
  --da-cream: #FAF8F5;
  --da-stone: #EDEBE6;
  --da-line: #D8D5CE;
  --da-ash: #76746D;
  --da-charcoal: #383B40;
  --da-black: #151515;
  --da-lime: #B8E986;
  --da-rose: #D9738D;
  --fs: 'Satoshi', system-ui, sans-serif;
  --fb: 'Biennale', Georgia, serif;
  --fd: 'Anton', Impact, sans-serif;
  --ease-c: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-s: cubic-bezier(0.4, 0, 0.2, 1);

  background: var(--da-cream);
  font-family: var(--fs);
  color: var(--da-black);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.our-story-page *,
.our-story-page *::before,
.our-story-page *::after {
  box-sizing: border-box;
}

.our-story-page .pc {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.our-story-page .read {
  max-width: 820px;
}

.our-story-page .eyebrow {
  font-family: var(--fs);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--da-ash);
  margin-bottom: 28px;
}

.our-story-page .sec {
  padding: 96px 0;
}

.our-story-page .hero-hed {
  font-family: var(--fb);
  font-weight: 700;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 900px;
  margin-bottom: 22px;
}

.our-story-page .hero-hed em {
  font-style: italic;
}

.our-story-page .hero-opener {
  font-family: var(--fb);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--da-charcoal);
  max-width: 680px;
}

.our-story-page .sec-hed {
  font-family: var(--fb);
  font-weight: 700;
  font-size: clamp(2.25rem, 3.75vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  max-width: 680px;
  margin-bottom: 48px;
}

.our-story-page .prose {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.our-story-page .prose p {
  font-family: var(--fs);
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--da-black);
  text-wrap: pretty;
}

.our-story-page .pullquote {
  border-top: 1px solid var(--da-line);
  border-bottom: 1px solid var(--da-line);
  padding: 36px 0;
  margin: 44px 0;
}

.our-story-page .pullquote p {
  font-family: var(--fb);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.625rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--da-charcoal);
  text-wrap: pretty;
}

.our-story-page .q-intro {
  font-family: var(--fs);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--da-ash);
  margin-bottom: 16px;
}

.our-story-page .q-line {
  font-family: var(--fb);
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: var(--da-black);
  padding: 14px 0;
  border-bottom: 1px solid var(--da-line);
}

.our-story-page .q-line:first-of-type {
  border-top: 1px solid var(--da-line);
}

.our-story-page .ed-img {
  display: block;
  max-width: 620px;
  margin: 52px auto;
}

.our-story-page .ed-img img {
  width: 100%;
  display: block;
}

.our-story-page .ed-img figcaption {
  font-family: var(--fs);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--da-ash);
  margin-top: 11px;
  text-align: center;
}

.our-story-page .s-options {
  background: var(--da-stone);
  border-top: 1px solid var(--da-line);
  border-bottom: 1px solid var(--da-line);
}

.our-story-page .opt-list {
  max-width: 820px;
}

.our-story-page .opt-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--da-line);
}

.our-story-page .opt-num {
  font-family: var(--fd);
  font-size: 1.25rem;
  color: var(--da-line);
  line-height: 1.4;
  padding-top: 3px;
}

.our-story-page .opt-title {
  font-family: var(--fb);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.our-story-page .opt-desc {
  font-family: var(--fs);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--da-charcoal);
}

.our-story-page .opts-close {
  max-width: 820px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--da-line);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-story-page .opts-close p {
  font-family: var(--fs);
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--da-charcoal);
}

.our-story-page .opts-close .stmt {
  font-family: var(--fb);
  font-weight: 700;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
  color: var(--da-black);
}

.our-story-page .built-sub {
  font-family: var(--fb);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--da-ash);
  max-width: 820px;
  margin-top: 16px;
}

.our-story-page .two-feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--da-line);
  margin-top: 56px;
}

.our-story-page .feat-col {
  padding: 40px 0;
  border-bottom: 1px solid var(--da-line);
}

.our-story-page .feat-col:first-child {
  padding-right: 56px;
  border-right: 1px solid var(--da-line);
}

.our-story-page .feat-col:last-child {
  padding-left: 56px;
}

.our-story-page .feat-tag {
  font-family: var(--fs);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--da-ash);
  margin-bottom: 14px;
}

.our-story-page .feat-title {
  font-family: var(--fb);
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.375rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.our-story-page .feat-desc {
  font-family: var(--fs);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--da-charcoal);
}

.our-story-page .s-team {
  background: var(--da-black);
  border-top: 1px solid var(--da-line);
}

.our-story-page .team-hed {
  font-family: var(--fb);
  font-weight: 700;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--da-white);
  max-width: 720px;
  margin-bottom: 24px;
}

.our-story-page .team-hed em {
  font-style: italic;
  color: var(--da-lime);
}

.our-story-page .team-body {
  font-family: var(--fs);
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--da-ash);
  max-width: 580px;
  margin-bottom: 48px;
}

.our-story-page .team-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--fs);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--da-white);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.our-story-page .team-cta-line {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 8px;
  flex-shrink: 0;
  transition: width 180ms var(--ease-s);
}

.our-story-page .team-cta-line::before {
  content: '';
  position: absolute;
  left: 0;
  right: 7px;
  top: 50%;
  height: 1px;
  background: var(--da-white);
  transform: translateY(-50%);
}

.our-story-page .team-cta-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid var(--da-white);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.our-story-page .team-cta:hover .team-cta-line {
  width: 60px;
}

@media (max-width: 860px) {
  .our-story-page .two-feat {
    grid-template-columns: 1fr;
  }

  .our-story-page .feat-col:first-child {
    border-right: none;
    padding-right: 0;
  }

  .our-story-page .feat-col:last-child {
    padding-left: 0;
    border-top: 1px solid var(--da-line);
  }

  .our-story-page .ed-img {
    max-width: 90%;
  }
}

@media (max-width: 640px) {
  .our-story-page .pc {
    padding-left: 24px;
    padding-right: 24px;
  }

  .our-story-page .hero-hed {
    font-size: clamp(2.5rem, 10vw, 3rem);
  }
}
