@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/source-sans-3-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/libre-baskerville-latin.woff2') format('woff2');
}

.press-page { background: var(--cream); }
.press-page main { overflow: clip; }
.press-page p { margin: 0; }
.press-page button,
.press-page a { -webkit-tap-highlight-color: transparent; }
.press-page .site-nav { background: #FDF8F3; }
.press-page .site-nav.scrolled {
  border-bottom: 1px solid rgba(45,52,54,.08);
  background: rgba(253,248,243,.94);
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.wide-shell { width: min(1080px, calc(100% - 64px)); margin: 0 auto; }
.reading-shell { width: min(840px, calc(100% - 64px)); margin: 0 auto; }
.press-page h1,
.press-page h2,
.press-page h3,
.press-page blockquote { color: var(--charcoal); font-family: var(--font-serif); }
.press-eyebrow {
  color: var(--coral-dark);
  font: 700 13.5px/1.3 var(--font-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.press-page .btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 36px; border: 0; border-radius: 50px; font: 700 19px/1.2 var(--font-sans); text-decoration: none; cursor: pointer; transition: transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease; }
.press-page .btn-primary { color: #fff; background: var(--coral-dark); }
.press-page .btn-primary:hover { background: #8F4D34; transform: scale(1.04); box-shadow: 0 4px 20px rgba(198,123,92,.4); }
.press-page .btn-secondary { color: var(--coral-dark); border: 2px solid var(--coral-dark); background: transparent; }
.press-page .btn-secondary:hover { border-color: var(--coral); background: rgba(198,123,92,.08); transform: scale(1.04); box-shadow: 0 4px 20px rgba(198,123,92,.2); }
.press-page .btn-light { color: var(--charcoal); background: #fff; }
.press-page .btn-light:hover { transform: scale(1.04); box-shadow: 0 4px 20px rgba(0,0,0,.18); }
.press-page .btn:active { transform: scale(.98); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* A compact hero that trusts the headline. */
.press-hero {
  position: relative;
  padding: 78px 0 82px;
  text-align: center;
  background: radial-gradient(circle 590px at 50% 42%, rgba(232,196,184,.34), transparent 67%);
}
.hero-inner { position: relative; }
.press-hero .press-eyebrow { margin-bottom: 26px; font-size: 16px; font-weight: 600; letter-spacing: .04em; }
.press-hero h1 { max-width: 780px; margin: 0 auto 32px; font-size: clamp(42px,3.9vw,56px); line-height: 1.13; letter-spacing: -.026em; text-wrap: balance; }
.hero-lede { max-width: 780px; margin: 0 auto; color: var(--gray); font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 32px; }

/* Shared, literal section introductions. */
.section-intro { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-intro .press-eyebrow { margin-bottom: 16px; }
.section-intro h2 { margin: 0; font-size: 40px; line-height: 1.24; letter-spacing: -.02em; }
.section-intro > p:last-child:not(.press-eyebrow) { max-width: 640px; margin: 15px auto 0; color: var(--gray); font-size: 21px; line-height: 1.55; }
.section-intro.on-dark h2 { color: var(--cream); }
.section-intro.on-dark .press-eyebrow { color: #F3CDBC; }
.section-intro.on-dark > p:last-child { color: rgba(253,248,243,.72); }

/* One unified press brief, not a dashboard of cards. */
.brief-section { padding: 104px 0; background: #fff; scroll-margin-top: 96px; }
.brief-sheet {
  display: grid;
  grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr);
  overflow: hidden;
  border: 1px solid rgba(232,196,184,.64);
  border-radius: var(--radius-panel);
  background: var(--cream);
  box-shadow: var(--shadow-panel);
}
.fact-column { padding: 31px 30px 27px; }
.fact-column h3 { margin: 0 0 20px; font-size: 24px; line-height: 1.3; }
.fact-column dl { margin: 0; }
.fact-column dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(232,196,184,.56); }
.fact-column dl > div:last-child { border-bottom: 0; }
.fact-column dt { color: var(--coral-dark); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fact-column dd { margin: 0; color: var(--charcoal); font-size: 17px; font-weight: 500; line-height: 1.45; }
.fact-column a { min-height: 44px; display: inline-flex; align-items: center; color: var(--coral-dark); }
.boiler-column { padding: 34px 38px 32px; border-left: 1px solid rgba(232,196,184,.64); background: #FAEEE7; }
.boiler-label { margin-bottom: 17px !important; color: var(--charcoal); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.boiler-column > p:not(.boiler-label) { color: var(--charcoal); font-size: 18px; line-height: 1.68; }
.copy-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 174px; min-height: 48px; margin-top: 22px; padding: 10px 19px; border: 0; border-radius: 50px; color: #fff; background: var(--coral-dark); font: 700 16px var(--font-sans); cursor: pointer; transition: transform .2s ease,background .2s ease,box-shadow .2s ease; }
.copy-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.copy-button:hover { background: #8F4D34; transform: scale(1.04); box-shadow: 0 4px 20px rgba(198,123,92,.4); }
.copy-button:active { transform: scale(.98); }
.copy-button.is-copied { background: var(--charcoal); animation: press-confirm .4s ease; }
@keyframes press-confirm { 0%,100% { transform: scale(1); } 45% { transform: scale(1.06); } }
.brief-context { display: grid; grid-template-columns: 92px 1fr; gap: 22px; margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(168,93,64,.22); }
.brief-context > span { padding-top: 4px; color: var(--charcoal); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.brief-context strong { display: block; margin-bottom: 9px; color: var(--charcoal); font-family: var(--font-serif); font-size: 21px; line-height: 1.42; }
.brief-context p { color: var(--gray); font-size: 16px; line-height: 1.58; }

/* The page's one dramatic band: a readable, swipeable product rail. */
.product-section { padding: 104px 0; color: var(--cream); background: var(--charcoal); scroll-margin-top: 96px; }
.showcase { position: relative; }
.sc-track { display: flex; gap: 22px; overflow-x: auto; padding: 10px 4px 18px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.sc-track::-webkit-scrollbar { display: none; }
.sc-slide { flex: 0 0 300px; min-width: 0; margin: 0; scroll-snap-align: start; }
.sc-media { position: relative; overflow: hidden; border: 1px solid rgba(232,196,184,.34); border-radius: 30px; background: #0F1112; box-shadow: 0 24px 58px rgba(0,0,0,.35); }
.sc-media img,
.sc-video { display: block; width: 100%; height: auto; aspect-ratio: 720 / 1564; object-fit: contain; background: #0F1112; }
.sc-video { aspect-ratio: 886 / 1920; }
.sc-play { position: absolute; inset: 0; display: grid; place-items: center; border: 0; border-radius: 30px; color: #fff; background: linear-gradient(180deg,rgba(0,0,0,0) 52%,rgba(0,0,0,.22)); cursor: pointer; }
.sc-play[hidden] { display: none; }
.sc-play-ring { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 12px 32px rgba(0,0,0,.3); transition: transform .2s ease; }
.sc-play:hover .sc-play-ring { transform: scale(1.07); }
.sc-play svg { width: 28px; height: 28px; margin-left: 4px; fill: var(--coral-dark); }
.sc-watch { position: absolute; left: 15px; bottom: 15px; padding: 7px 11px; border-radius: 999px; color: #fff; background: rgba(26,29,30,.84); font-size: 13px; font-weight: 700; }
.sc-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; padding: 9px 3px 0; color: rgba(253,248,243,.76); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.download-chip,
.action-chip { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 14px; border: 1px solid rgba(198,123,92,.28); border-radius: 50px; color: #8F4D34; background: rgba(198,123,92,.1); font-size: 14px; font-weight: 700; letter-spacing: 0; text-decoration: none; text-transform: none; transition: background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease; }
.download-chip::before { content: '\2193'; font-size: 13px; font-weight: 700; line-height: 1; }
.download-chip:hover,
.action-chip:hover { border-color: rgba(198,123,92,.48); background: rgba(198,123,92,.18); transform: scale(1.04); box-shadow: 0 4px 16px rgba(198,123,92,.2); }
.action-chip-primary { border-color: var(--coral-dark); color: #fff; background: var(--coral-dark); }
.action-chip-primary:hover { border-color: #8F4D34; color: #fff; background: #8F4D34; box-shadow: 0 4px 20px rgba(198,123,92,.35); }
.download-chip:active,
.action-chip:active { transform: scale(.98); }
.product-section .download-chip { background: var(--cream); }
.sc-arrow { position: absolute; z-index: 3; top: 43%; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(232,196,184,.7); border-radius: 50%; color: var(--coral-dark); background: rgba(255,255,255,.98); box-shadow: 0 8px 24px rgba(0,0,0,.25); cursor: pointer; transform: translateY(-50%); transition: transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease; }
.sc-arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.sc-prev { left: -12px; }
.sc-next { right: -12px; }
.sc-arrow:hover:not(:disabled) { color: #fff; background: var(--coral-dark); transform: translateY(-50%) scale(1.06); box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.sc-arrow:active:not(:disabled) { transform: translateY(-50%) scale(.96); }
.sc-arrow:disabled { opacity: 0; pointer-events: none; }
.sc-dots { display: flex; justify-content: center; gap: 0; margin-top: 8px; }
.sc-dots button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.sc-dots button::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: rgba(232,196,184,.38); transition: background .2s, transform .2s; }
.sc-dots button[aria-current="true"]::before { background: var(--coral); transform: scale(1.24); }
.product-note { margin-top: 20px !important; text-align: center; color: rgba(253,248,243,.7); font-size: 16px; }
.product-note a { min-height: 44px; display: inline-flex; align-items: center; color: #F3CDBC; font-weight: 700; }

/* The emotional center: one coherent family editorial chapter. */
.story-section { padding: 104px 0; background: var(--cream); scroll-margin-top: 96px; }
.story-heading { max-width: 760px; margin-bottom: 46px; }
.story-heading .press-eyebrow { margin-bottom: 16px; }
.story-heading h2 { margin: 0; font-size: 40px; line-height: 1.24; letter-spacing: -.02em; }
.origin-layout { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); gap: 70px; align-items: start; }
.origin-photo { position: sticky; top: 112px; margin: 0; overflow: hidden; border: 9px solid #fff; border-radius: 26px; background: #fff; box-shadow: var(--shadow-panel); }
.origin-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border-radius: 17px; }
.origin-photo figcaption { padding: 13px 8px 7px; color: var(--gray); font-size: 14px; line-height: 1.4; text-align: center; }
.origin-copy > p { margin-bottom: 18px; color: var(--gray); font-size: 18px; line-height: 1.72; }
.origin-copy .origin-lead { color: var(--charcoal); font-family: var(--font-serif); font-size: 24px; line-height: 1.52; }
.origin-copy blockquote { margin: 31px 0; padding: 27px 0; border-top: 1px solid rgba(198,123,92,.55); border-bottom: 1px solid rgba(198,123,92,.55); font-size: 29px; line-height: 1.42; text-align: center; }
.origin-copy .origin-coda { margin: 31px 0 0; color: var(--charcoal); font-family: var(--font-serif); font-size: 25px; line-height: 1.4; text-align: center; }
.founder-profile { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 48px; align-items: center; margin-top: 94px; padding: 43px 48px; border: 1px solid rgba(232,196,184,.62); border-radius: var(--radius-panel); background: #fff; box-shadow: var(--shadow-panel); scroll-margin-top: 96px; }
.founder-identity { text-align: center; }
.founder-seal { position: relative; display: block; width: 180px; height: 180px; margin: 0 auto 18px; overflow: hidden; border: 8px solid #fff; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 7px var(--coral), var(--shadow-card); }
.founder-seal img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.founder-duotone { opacity: 1; transition: opacity .45s ease; }
.founder-seal:hover .founder-duotone { opacity: 0; }
.founder-identity p { color: var(--gray); font-size: 15px; font-weight: 600; line-height: 1.45; }
.founder-copy .press-eyebrow { margin-bottom: 12px; }
.founder-copy h3 { margin: 0 0 18px; font-size: 34px; line-height: 1.25; }
.founder-copy > p:not(.press-eyebrow) { margin-bottom: 13px; color: var(--gray); font-size: 17px; line-height: 1.62; }
.founder-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.founder-actions .action-chip,
.founder-actions .download-chip { padding-right: 16px; padding-left: 16px; font-size: 15px; }

/* Original press-page warmth, with clearer reporting language. */
.angles-section { padding: 104px 0; background: #fff; scroll-margin-top: 96px; }
.angles-shell { width: min(920px, calc(100% - 64px)); }
.angle-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.angle-grid article { position: relative; min-height: 280px; overflow: hidden; padding: 31px 30px 27px; border: 1px solid rgba(232,196,184,.36); border-radius: 19px; background: #FFFDFC; box-shadow: var(--shadow-card); }
.angle-grid article::before { content: ''; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg,var(--coral),var(--peach)); }
.angle-grid article:nth-child(2) { transform: rotate(.45deg); }
.angle-grid article:nth-child(3) { transform: rotate(-.38deg); }
.angle-grid article > span { color: var(--coral-dark); font-size: 13.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.angle-grid h3 { margin: 12px 0 9px; font-size: 22px; line-height: 1.35; }
.angle-grid p { color: var(--gray); font-size: 17px; line-height: 1.62; }

/* A visual production table, with downloads attached to the assets themselves. */
.assets-section { padding: 104px 0; background: var(--cream); scroll-margin-top: 96px; }
.media-shelf { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.media-download-card { overflow: hidden; margin: 0; border: 1px solid rgba(232,196,184,.6); border-radius: var(--radius-panel); background: #fff; box-shadow: var(--shadow-card); }
.media-download-card > div { height: 215px; overflow: hidden; background: #FAEEE7; }
.film-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.screen-preview { display: flex; justify-content: center; align-items: flex-end; gap: 9px; padding: 21px 20px 0; }
.screen-preview img { width: 29%; height: auto; border: 3px solid #fff; border-radius: 12px 12px 0 0; box-shadow: 0 8px 18px rgba(26,29,30,.15); }
.photo-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5px; padding: 5px; }
.photo-preview img { width: 100%; height: 205px; object-fit: cover; }
.photo-preview img:first-child { object-position: center 30%; }
.media-download-card figcaption { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 18px; }
.media-download-card h3 { margin: 0 0 3px; font-size: 19px; line-height: 1.3; }
.media-download-card figcaption p { color: var(--gray); font-size: 14px; }
.asset-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.photo-links { display: grid; gap: 6px; }
.photo-links .download-chip { min-height: 44px; padding: 5px 11px; }
.brand-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 66px 0 22px; scroll-margin-top: 96px; }
.brand-heading h3 { margin: 0; font-size: 29px; }
.brand-heading p { color: var(--gray); font-size: 16px; }
.brand-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.brand-card { overflow: hidden; margin: 0; border: 1px solid rgba(232,196,184,.62); border-radius: var(--radius-panel); background: #fff; box-shadow: var(--shadow-card); }
.brand-card > div { min-height: 220px; display: grid; place-items: center; padding: 34px; }
.brand-light > div { background: #FFFDFC; }
.brand-dark > div { background: var(--charcoal); }
.brand-card img { display: block; max-width: 82%; max-height: 114px; width: auto; height: auto; }
.brand-card img.brand-icon { width: 104px; max-height: none; }
.brand-card img.brand-app-icon { border-radius: 22.4%; box-shadow: 0 8px 20px rgba(198,123,92,.28); }
.brand-card figcaption { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 18px; }
.brand-card figcaption strong { font-size: 17px; }
.brand-card figcaption span { display: flex; gap: 8px; }
.brand-card figcaption a { min-width: 60px; }
.brand-card .download-chip { gap: 4px; padding: 0 10px; font-size: 13px; }
.palette-card { margin-top: 18px; padding: 25px 25px 23px; border: 1px solid rgba(232,196,184,.62); border-radius: var(--radius-panel); background: #fff; box-shadow: var(--shadow-card); }
.palette-card > p { margin-bottom: 16px; color: var(--charcoal); font-size: 16px; font-weight: 700; }
.palette-strip { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: hidden; border: 1px solid rgba(26,29,30,.08); border-radius: 13px; }
.palette-strip span { display: grid; grid-template-rows: 94px auto; min-width: 0; }
.palette-strip span::before { content: ''; background: var(--swatch); }
.palette-strip i { padding: 10px 4px; color: var(--gray); background: #fff; font-size: 12px; font-style: normal; text-align: center; }
.brand-kit-link { display: flex; justify-content: center; margin-top: 28px; }

.contact-section { padding: 94px 0; color: var(--cream); background: var(--charcoal); scroll-margin-top: 96px; }
.contact-grid { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 52px; align-items: center; }
.contact-orbwrap { position: relative; width: 132px; height: 132px; display: grid; place-items: center; }
.contact-orbwrap::before { content: ''; position: absolute; inset: -76px; pointer-events: none; background: radial-gradient(circle,rgba(232,196,184,.18),transparent 63%); animation: contact-glow 4.8s ease-in-out infinite; }
.contact-orb { position: relative; display: block; width: 132px; height: 132px; }
@keyframes contact-glow { 0%,100% { opacity: .42; transform: scale(.88); } 50% { opacity: .72; transform: scale(1.22); } }
.contact-section .press-eyebrow { margin-bottom: 13px; color: #F3CDBC; }
.contact-section h2 { margin: 0 0 16px; color: var(--cream); font-size: 40px; line-height: 1.22; }
.contact-section p:not(.press-eyebrow) { max-width: 650px; margin-bottom: 25px; color: rgba(253,248,243,.74); font-size: 19px; line-height: 1.55; }

@media (max-width: 920px) {
  .brief-sheet { grid-template-columns: 1fr; }
  .boiler-column { border-top: 1px solid rgba(232,196,184,.64); border-left: 0; }
  .origin-layout { grid-template-columns: 1fr; gap: 44px; }
  .origin-photo { position: static; width: min(100%,620px); margin: 0 auto; }
  .origin-photo img { aspect-ratio: 4 / 3; }
  .founder-profile { grid-template-columns: 200px minmax(0,1fr); gap: 38px; padding: 38px; }
  .media-shelf { grid-template-columns: 1fr; }
  .media-download-card { display: grid; grid-template-columns: minmax(240px,.8fr) minmax(0,1.2fr); }
  .media-download-card figcaption { min-height: 215px; }
}

@media (min-width: 768px) and (max-width: 920px) {
  .origin-layout { grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: 36px; }
  .origin-photo { position: sticky; top: 100px; width: auto; margin: 0; }
  .origin-photo img { aspect-ratio: 4 / 5; }
}

@media (max-width: 767px) {
  .wide-shell,
  .reading-shell,
  .angles-shell { width: calc(100% - 32px); }
  .press-page .nav-logo { min-width: 0; min-height: 44px; display: flex; align-items: center; }
  .press-page .nav-lockup { height: 34px; max-width: 100%; object-fit: contain; object-position: left center; }
  .press-page .footer-col a { min-height: 44px; display: flex; align-items: center; }
  .press-page .privacy-choices a { min-height: 44px; display: inline-flex; align-items: center; }
  .press-hero { padding: 43px 0 50px; text-align: left; }
  .press-hero .press-eyebrow { margin-bottom: 14px; font-size: 13px; }
  .press-hero h1 { max-width: 540px; margin-right: 0; margin-left: 0; margin-bottom: 20px; font-size: 34px; line-height: 1.18; }
  .hero-lede { max-width: 600px; margin-right: 0; margin-left: 0; font-size: 19px; line-height: 1.55; }
  .hero-actions { flex-direction: column; align-items: flex-start; justify-content: flex-start; margin-top: 26px; }
  .hero-actions .btn { width: min(100%,360px); }
  .section-intro { margin-bottom: 36px; }
  .section-intro h2 { font-size: 34px; }
  .section-intro > p:last-child:not(.press-eyebrow) { font-size: 19px; }
  .brief-section,
  .product-section,
  .story-section,
  .angles-section,
  .assets-section { padding: 76px 0; scroll-margin-top: 76px; }
  .fact-column { padding: 27px 23px 23px; }
  .boiler-column { padding: 28px 24px 27px; }
  .boiler-column > p:not(.boiler-label) { font-size: 17px; }
  .brief-context { grid-template-columns: 1fr; gap: 6px; }
  .sc-slide { flex-basis: min(78vw,300px); }
  .sc-arrow { width: 44px; height: 44px; }
  .sc-prev { left: -6px; }
  .sc-next { right: -6px; }
  .story-heading { margin-bottom: 38px; }
  .story-heading h2 { font-size: 34px; line-height: 1.25; }
  .origin-copy > p { font-size: 17px; line-height: 1.68; }
  .origin-copy .origin-lead { font-size: 22px; }
  .origin-copy blockquote { font-size: 25px; }
  .founder-profile { grid-template-columns: 1fr; gap: 30px; margin-top: 66px; padding: 31px 25px; }
  .founder-copy h3 { font-size: 29px; }
  .angle-grid { grid-template-columns: 1fr; gap: 18px; }
  .angle-grid article { min-height: 0; }
  .angle-grid article:nth-child(2),
  .angle-grid article:nth-child(3) { transform: none; }
  .media-download-card { display: block; }
  .media-download-card figcaption { min-height: 92px; }
  .media-shelf { width: calc(100% + 32px); display: flex; gap: 14px; overflow-x: auto; margin-left: -16px; padding: 0 16px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .media-shelf::-webkit-scrollbar { display: none; }
  .media-download-card { flex: 0 0 min(84vw,320px); scroll-snap-align: start; }
  .brand-heading { align-items: flex-start; flex-direction: column; gap: 5px; margin-top: 54px; }
  .brand-heading { scroll-margin-top: 76px; }
  .brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .brand-card > div { min-height: 160px; padding: 20px; }
  .brand-card img { max-width: 92%; }
  .brand-card img.brand-icon { width: 82px; }
  .brand-card figcaption { padding: 12px; }
  .contact-section { padding: 72px 0; text-align: center; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-orbwrap { width: 105px; height: 105px; margin: 0 auto; }
  .contact-orb { width: 105px; height: 105px; }
  .contact-section h2 { font-size: 34px; }
  .contact-section p:not(.press-eyebrow) { margin-left: auto; margin-right: auto; }
}

@media (max-width: 480px) {
  .sc-track { gap: 16px; }
  .origin-photo { border-width: 6px; border-radius: 21px; }
  .origin-photo img { border-radius: 15px; }
  .founder-identity { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 22px; align-items: center; text-align: left; }
  .founder-seal { width: 120px; height: 120px; margin: 0; border-width: 6px; box-shadow: 0 0 0 5px var(--coral), var(--shadow-card); }
  .founder-actions { display: grid; }
  .media-download-card figcaption { align-items: flex-start; flex-direction: column; }
  .photo-links { display: flex; flex-wrap: wrap; }
  .brand-card figcaption { align-items: flex-start; flex-direction: column; }
  .palette-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .palette-strip span:last-child { grid-column: 1 / -1; }
  .brand-kit-link .btn { width: 100%; }
}

@media (max-width: 359px) {
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card > div { min-height: 180px; }
}

@media (max-width: 350px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .press-hero h1 { font-size: 30px; }
  .fact-column dl > div { grid-template-columns: 1fr; gap: 3px; }
  .founder-identity { grid-template-columns: 96px minmax(0,1fr); gap: 17px; }
  .founder-seal { width: 96px; height: 96px; }
  .fact-column,
  .boiler-column { padding-left: 20px; padding-right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .sc-track { scroll-behavior: auto; }
  .founder-duotone,
  .sc-play-ring { transition: none; }
  .contact-orbwrap::before { animation: none; }
  .copy-button.is-copied { animation: none; }
}
