@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

:root {
  --cream: #f6f1e7;
  --ink: #1c1a17;
  --pop: #ff4f2e;
  --max: 1380px;
  --gutter: clamp(20px, 4vw, 64px);
  --display: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
  --body: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scrollbar-color: var(--pop) var(--cream); scrollbar-width: thin; }
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: var(--cream); }
body::-webkit-scrollbar-thumb { background: var(--pop); border: 2px solid var(--cream); }
body::-webkit-scrollbar-thumb:hover { background: var(--ink); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.72;
  word-break: keep-all;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p { max-width: 38ch; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 4px solid var(--pop); outline-offset: 4px; }
::selection { color: var(--cream); background: var(--pop); }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--cream); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--cream); background: rgba(28, 26, 23, .9); }
.header-inner { width: min(100%, var(--max)); min-height: 74px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 1.25rem; font-weight: 900; letter-spacing: -.08em; }
.wordmark-dot { width: 14px; height: 14px; display: inline-block; background: var(--pop); }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); font-size: .86rem; font-weight: 800; }
.site-nav a, .footer-nav a { padding: 12px 0; text-underline-offset: 6px; }
.site-nav a:hover, .footer-nav a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: var(--pop); }
.site-nav a[aria-current="page"], .site-nav a[aria-current="location"], .footer-nav a[aria-current="page"], .footer-nav a[aria-current="location"] { text-decoration: underline; text-decoration-thickness: 3px; text-decoration-color: var(--pop); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; color: var(--cream); background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 3px; margin: 6px auto; background: currentColor; }

.hero-scroll { position: relative; min-height: 280svh; background: var(--ink); }
.hero { position: sticky; top: 0; min-height: 100svh; height: 100svh; display: flex; align-items: end; color: var(--cream); background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28, 26, 23, .84) 0%, rgba(28, 26, 23, .45) 46%, rgba(28, 26, 23, .08) 80%), linear-gradient(0deg, rgba(28, 26, 23, .7) 0%, rgba(28, 26, 23, 0) 52%); }
.hero-content { position: relative; z-index: 1; width: min(100%, var(--max)); margin: 0 auto; padding: 160px var(--gutter) clamp(132px, 17vh, 190px); }
.hero-kicker, .product-label { margin: 0 0 24px; font: 900 .72rem/1 var(--body); letter-spacing: .16em; }
.hero h1, .display-title { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.085em; line-height: .93; }
.hero h1 { max-width: 10ch; font-size: clamp(4.2rem, 9.5vw, 9.8rem); }
.hero h1 span, .display-title span { color: var(--pop); }
.hero-lede { margin: 34px 0 0; font-size: clamp(1rem, 1.35vw, 1.2rem); font-weight: 650; }
.hero-cta { min-height: 54px; margin-top: 38px; padding: 14px 18px; display: inline-flex; align-items: center; gap: 54px; color: var(--ink); background: var(--pop); font-size: .88rem; font-weight: 900; }
.hero-cta:hover { color: var(--pop); background: var(--ink); outline: 2px solid var(--pop); }
.hero-foot { position: absolute; z-index: 1; right: var(--gutter); bottom: 28px; left: var(--gutter); display: flex; justify-content: space-between; gap: 20px; font: 800 .61rem/1 var(--body); letter-spacing: .15em; }

.keyword-marquee { overflow: hidden; color: var(--ink); background: var(--pop); border-block: 2px solid var(--ink); }
.keyword-marquee-track { width: max-content; display: flex; will-change: transform; animation: keywordMarquee 28s linear infinite; }
.keyword-marquee-group { flex: none; display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); padding: 20px clamp(24px, 3vw, 52px); }
.keyword-marquee-group span { white-space: nowrap; font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 2.4rem); font-weight: 900; letter-spacing: -.045em; line-height: 1; }

.section-space { padding: max(15vh, 132px) var(--gutter); }
#about, #products, #stories, #contact { scroll-margin-top: 74px; }
.section-topline { width: min(100%, var(--max)); margin: 0 auto 64px; padding-top: 14px; display: flex; justify-content: space-between; gap: 24px; border-top: 2px solid var(--ink); font: 900 .67rem/1 var(--body); letter-spacing: .14em; }
.section-topline-light { border-color: var(--cream); }
.display-title { font-size: clamp(3.7rem, 7.8vw, 8.1rem); }
.section-copy { margin: 0; font-size: clamp(1rem, 1.25vw, 1.16rem); font-weight: 600; }

.about-heading, .products-heading, .stories-heading { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); align-items: end; gap: clamp(48px, 8vw, 120px); }
.about-editorial { width: min(100%, var(--max)); margin: max(15vh, 140px) auto 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: clamp(40px, 7vw, 104px); }
.detail-figure { margin: 0; overflow: hidden; }
.detail-figure img { aspect-ratio: 4 / 5; object-fit: cover; }
.about-notes { padding-bottom: clamp(20px, 6vh, 80px); }
.note-lead { margin: 0 0 34px; font-family: var(--display); font-size: clamp(2rem, 3.8vw, 4rem); font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.about-notes > p:not(.note-lead) { margin: 0 0 58px; }
.values { margin: 0; border-top: 2px solid var(--ink); }
.values div { padding: 18px 0; display: grid; grid-template-columns: 90px 1fr; gap: 16px; border-bottom: 1px solid rgba(28, 26, 23, .3); }
.values dt { font-size: .67rem; font-weight: 900; letter-spacing: .13em; }
.values dd { margin: 0; font-size: .9rem; font-weight: 700; }
.about-story-link { margin-top: 42px; }

.products { color: var(--cream); background: var(--ink); }
.products-inner { width: 100%; }
.display-title-light span { color: var(--pop); }
.section-copy-light { color: var(--cream); }
.product-curation { width: min(100%, var(--max)); margin: max(15vh, 140px) auto 0; }
.curation-feature { color: var(--ink); background: var(--cream); display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); }
.curation-feature > figure { min-height: 76vh; margin: 0; overflow: hidden; background: var(--cream); }
.curation-feature > figure img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.curation-feature-copy { padding: clamp(36px, 6vw, 86px); align-self: center; }
.product-label { color: var(--pop); }
.curation-feature-copy h3, .curation-card-copy h3 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.07em; line-height: 1; }
.curation-feature-copy h3 { font-size: clamp(3.2rem, 5.7vw, 6.4rem); }
.product-tagline { margin: 34px 0 0; font-family: var(--display); font-size: clamp(1.35rem, 2vw, 2.1rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.35; }
.product-price, .card-price { max-width: none; display: flex; justify-content: space-between; gap: 20px; border-top: 2px solid var(--ink); border-bottom: 1px solid rgba(28, 26, 23, .3); font-size: .78rem; font-weight: 800; }
.product-price { margin: 42px 0 34px; padding: 15px 0; }
.product-price span, .card-price span { font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.product-buy-button, .all-products-button { min-height: 54px; padding: 14px 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; color: var(--cream); background: var(--ink); font-size: .86rem; font-weight: 900; }
.product-buy-button:hover { color: var(--ink); background: var(--pop); }
.arrow-link { display: inline-flex; align-items: center; gap: 30px; font-size: .86rem; font-weight: 900; border-bottom: 2px solid var(--ink); }
.arrow-link:hover { color: var(--pop); border-color: var(--pop); }
.curation-grid { margin-top: clamp(24px, 3vw, 44px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3vw, 44px); }
.curation-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(240px, .92fr); color: var(--ink); background: var(--cream); }
.curation-card-accent { background: var(--pop); }
.curation-card-image { min-height: 510px; margin: 0; overflow: hidden; background: var(--cream); }
.curation-card-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.curation-card-copy { padding: clamp(26px, 3vw, 44px); display: flex; flex-direction: column; align-items: flex-start; }
.curation-card-copy h3 { font-size: clamp(2rem, 2.7vw, 3.4rem); }
.card-tagline { margin: 24px 0 34px; font-size: .94rem; font-weight: 700; }
.card-price { width: 100%; margin: auto 0 0; padding: 14px 0; }
.product-card-cta { margin-top: 30px; display: inline-flex; align-items: center; gap: 20px; padding-bottom: 4px; font-size: .78rem; font-weight: 900; border-bottom: 2px solid var(--ink); }
.product-card-cta:hover { color: var(--pop); border-color: var(--pop); }
.curation-card-accent .product-card-cta:hover { color: var(--cream); border-color: var(--cream); }
.all-products-row { margin-top: max(15vh, 120px); padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 2px solid var(--cream); }
.all-products-row p { margin: 0; font-size: .86rem; font-weight: 700; }
.all-products-button { flex: 0 0 auto; color: var(--ink); background: var(--pop); }
.all-products-button:hover { color: var(--pop); background: var(--cream); }
.placeholder-note { width: min(100%, var(--max)); margin: 28px auto 0; color: rgba(246, 241, 231, .65); font-size: .72rem; }

.stories-heading { align-items: end; }
.story-list { width: min(100%, var(--max)); margin: max(15vh, 140px) auto 0; border-top: 3px solid var(--ink); }
.story-item { border-bottom: 1px solid rgba(28, 26, 23, .35); }
.story-item a { min-height: 190px; padding: 34px 0; display: grid; grid-template-columns: 150px minmax(260px, 1fr) minmax(200px, .55fr) 32px; align-items: center; gap: clamp(24px, 4vw, 64px); }
.story-item a:hover { color: var(--pop); }
.story-item time { font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.story-item h3 { margin: 0; font-family: var(--display); font-size: clamp(1.45rem, 2.4vw, 2.6rem); font-weight: 900; line-height: 1.2; letter-spacing: -.055em; }
.story-item p { margin: 0; font-size: .87rem; }
.story-item a > span { font-size: 1.3rem; }
.home-story-message { max-width: none; margin: 0; padding: 48px 0; font-weight: 700; }
.story-more-row { width: min(100%, var(--max)); margin: 54px auto 0; display: flex; justify-content: flex-end; }
.story-more-button { min-height: 54px; padding: 14px 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 58px; color: var(--cream); background: var(--ink); font-size: .86rem; font-weight: 900; }
.story-more-button:hover { color: var(--ink); background: var(--pop); }

.contact { color: var(--cream); background: var(--pop); }
.contact-grid { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: clamp(48px, 8vw, 120px); }
.contact .display-title span { color: var(--ink); }
.contact-copy { padding-bottom: clamp(4px, 2vh, 24px); }
.contact-copy p { margin: 0 0 46px; font-weight: 650; }
.contact-copy a { display: inline-flex; align-items: center; gap: 28px; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 900; border-bottom: 3px solid var(--cream); }
.contact-copy a:hover { color: var(--ink); border-color: var(--ink); }

.site-footer { padding: 72px var(--gutter) 34px; display: grid; grid-template-columns: 1fr auto; gap: 54px; color: var(--cream); background: var(--ink); }
.footer-main p { margin: 18px 0 0; font-size: .84rem; }
.wordmark-footer { font-size: 1.6rem; }
.footer-nav { display: flex; gap: 30px; font-size: .8rem; font-weight: 800; }
.copyright { grid-column: 1 / -1; max-width: none; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid rgba(246, 241, 231, .25); font-size: .61rem; font-weight: 800; letter-spacing: .12em; }

/* Founder story */
.founder-hero { min-height: 100svh; padding-top: 74px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); color: var(--ink); background: var(--cream); }
.founder-hero-copy { padding: clamp(132px, 18vh, 210px) var(--gutter) max(15vh, 120px); display: flex; flex-direction: column; justify-content: center; }
.founder-kicker { margin: 0 0 34px; font-size: .68rem; font-weight: 900; letter-spacing: .17em; }
.founder-hero h1 { max-width: 9.5ch; margin: 0; font-family: var(--display); font-size: clamp(4rem, 7.7vw, 8.8rem); font-weight: 900; letter-spacing: -.09em; line-height: .91; }
.founder-hero h1 span, .founder-promise h2 span { color: var(--pop); }
.founder-lede { margin: 42px 0 0; font-size: clamp(1rem, 1.25vw, 1.16rem); font-weight: 650; }
.founder-photo { position: relative; min-height: calc(100svh - 74px); margin: 0; overflow: hidden; background: var(--ink); }
.founder-photo::after { position: absolute; inset: 55% 0 0; content: ""; background: linear-gradient(0deg, rgba(28, 26, 23, .88), rgba(28, 26, 23, 0)); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.founder-photo figcaption { position: absolute; z-index: 1; right: clamp(24px, 4vw, 58px); bottom: clamp(24px, 5vh, 58px); left: clamp(24px, 4vw, 58px); display: flex; justify-content: space-between; gap: 24px; color: var(--cream); font-size: .67rem; letter-spacing: .12em; }
.founder-photo figcaption strong { font-weight: 900; }
.founder-photo figcaption span { font-weight: 700; text-align: right; }

.story-chapter, .customer-story { color: var(--ink); background: var(--cream); }
.hard-moment, .timeline-section { color: var(--cream); background: var(--ink); }
.chapter-label { width: min(100%, var(--max)); margin: 0 auto max(15vh, 120px); padding-top: 14px; display: flex; justify-content: space-between; gap: 24px; border-top: 2px solid var(--ink); font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.chapter-label-light { border-color: var(--cream); }
.chapter-grid, .customer-grid, .timeline-heading { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 10vw, 170px); }
.chapter-title { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5.1vw, 5.7rem); font-weight: 900; letter-spacing: -.075em; line-height: .98; }
.story-prose { max-width: 690px; }
.story-prose p { margin: 0 0 30px; }
.story-prose p:last-child { margin-bottom: 0; }
.story-lead { font-family: var(--display); font-size: clamp(1.4rem, 2.25vw, 2.25rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.35; }

.founder-quote { position: relative; min-height: 78svh; display: flex; flex-direction: column; justify-content: center; color: var(--cream); background: var(--pop); overflow: hidden; }
.founder-quote blockquote { width: min(100%, var(--max)); margin: 0 auto; }
.founder-quote blockquote p { max-width: 18ch; margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 7.4vw, 8rem); font-weight: 900; letter-spacing: -.085em; line-height: .96; }
.quote-mark { position: absolute; top: 6vh; right: var(--gutter); max-width: none; margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(9rem, 19vw, 22rem); font-weight: 900; line-height: 1; opacity: .18; }
.quote-caption { width: min(100%, var(--max)); max-width: none; margin: 56px auto 0; padding-top: 18px; border-top: 2px solid var(--cream); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }

.customer-grid { align-items: start; }
.customer-number { max-width: none; margin: -.12em 0 0; color: var(--pop); font-family: var(--display); font-size: clamp(11rem, 24vw, 25rem); font-weight: 900; letter-spacing: -.12em; line-height: .75; }
.customer-grid .story-prose { margin-top: max(10vh, 78px); }

.timeline-heading { align-items: end; margin-bottom: max(15vh, 120px); }
.timeline-heading > p { margin: 0; }
.founder-timeline { width: min(100%, var(--max)); margin: 0 auto; padding: 0; list-style: none; border-top: 3px solid var(--cream); }
.founder-timeline li { min-height: 180px; padding: 32px 0; display: grid; grid-template-columns: minmax(140px, .34fr) minmax(0, 1.66fr); align-items: center; gap: clamp(34px, 7vw, 110px); border-bottom: 1px solid rgba(246, 241, 231, .35); }
.founder-timeline time { color: var(--pop); font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 2.6rem); font-weight: 900; letter-spacing: -.04em; }
.founder-timeline h3 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 3.4rem); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.founder-timeline p { margin: 0; }

.founder-promise { min-height: 82svh; display: flex; flex-direction: column; justify-content: center; color: var(--cream); background: var(--pop); }
.founder-promise > * { width: min(100%, var(--max)); margin-right: auto; margin-left: auto; }
.founder-promise h2 { max-width: 14ch; margin-top: 0; margin-bottom: 56px; font-family: var(--display); font-size: clamp(3.4rem, 7.5vw, 8rem); font-weight: 900; letter-spacing: -.085em; line-height: .94; }
.founder-promise h2 span { color: var(--ink); }
.founder-promise a { display: inline-flex; width: fit-content; align-items: center; gap: 34px; padding-bottom: 5px; font-weight: 900; border-bottom: 3px solid var(--cream); }
.founder-promise a:hover { color: var(--ink); border-color: var(--ink); }

@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.055); } }
@keyframes keywordMarquee { to { transform: translate3d(-50%, 0, 0); } }

@media (max-width: 900px) {
  .about-heading, .products-heading, .stories-heading, .contact-grid { grid-template-columns: 1fr; align-items: start; }
  .section-copy { margin-top: 44px; }
  .about-editorial { grid-template-columns: 1fr; align-items: start; }
  .about-notes { max-width: 560px; padding-bottom: 0; }
  .curation-feature { grid-template-columns: 1fr; }
  .curation-feature > figure { min-height: 60vh; }
  .curation-grid { grid-template-columns: 1fr; }
  .story-item a { grid-template-columns: 120px 1fr 32px; }
  .story-item p { grid-column: 2; margin-top: -22px; }
  .story-item a > span { grid-column: 3; grid-row: 1 / span 2; }
  .founder-hero { min-height: auto; grid-template-columns: 1fr; }
  .founder-photo { min-height: 0; aspect-ratio: 4 / 5; }
  .chapter-grid, .timeline-heading { grid-template-columns: 1fr; }
  .chapter-grid .story-prose { margin-top: 72px; }
  .customer-grid { grid-template-columns: minmax(120px, .38fr) minmax(0, 1.62fr); gap: 48px; }
}

@media (max-width: 700px) {
  .header-inner { min-height: 68px; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; padding: 110px var(--gutter) 40px; display: none; flex-direction: column; align-items: flex-start; gap: 2px; color: var(--cream); background: var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: 12px 0; font-family: var(--display); font-size: clamp(2.2rem, 12vw, 4rem); font-weight: 900; letter-spacing: -.07em; border-bottom: 1px solid rgba(246, 241, 231, .3); }
  .site-header:has(.site-nav.is-open) .wordmark, .site-header:has(.site-nav.is-open) .menu-toggle { position: relative; z-index: 102; }

  .hero-media { object-position: 67% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(28, 26, 23, .9) 0%, rgba(28, 26, 23, .44) 62%, rgba(28, 26, 23, .18) 100%); }
  .hero-content { padding-top: 130px; padding-bottom: max(18vh, 140px); }
  .hero h1 { max-width: 7ch; font-size: clamp(3.8rem, 18vw, 6rem); line-height: .9; }
  .hero-lede { max-width: 28ch; }
  .hero-cta { width: 100%; justify-content: space-between; }
  .hero-foot { font-size: .54rem; }
  .hero-foot span:last-child { display: none; }
  .keyword-marquee-group { gap: 22px; padding: 16px 22px; }
  .keyword-marquee-group span { font-size: 1.2rem; }

  .section-space { padding-top: max(15vh, 108px); padding-bottom: max(15vh, 108px); }
  .section-topline { margin-bottom: 44px; }
  .display-title { font-size: clamp(3.2rem, 15vw, 5.4rem); line-height: .93; }
  .section-copy { margin-top: 34px; }
  .about-editorial, .product-curation, .story-list { margin-top: max(15vh, 108px); }
  .detail-figure img { aspect-ratio: 4 / 5; }
  .note-lead { font-size: 2.4rem; }
  .values div { grid-template-columns: 74px 1fr; }

  .curation-feature > figure { min-height: 0; aspect-ratio: 1; }
  .curation-feature-copy { padding: 34px 24px 42px; }
  .curation-feature-copy h3 { font-size: 3.25rem; }
  .product-buy-button { width: 100%; }
  .curation-grid { gap: 22px; }
  .curation-card { grid-template-columns: 1fr; }
  .curation-card-image { min-height: 0; aspect-ratio: 1; }
  .curation-card-copy { min-height: 360px; padding: 26px 24px 32px; }
  .curation-card-copy h3 { font-size: 2.5rem; }
  .all-products-row { align-items: stretch; flex-direction: column; }
  .all-products-button { width: 100%; }

  .story-item a { min-height: 0; padding: 28px 0; display: grid; grid-template-columns: 1fr 28px; gap: 18px; }
  .story-item time { grid-column: 1; }
  .story-item h3 { grid-column: 1; font-size: 1.7rem; }
  .story-item p { grid-column: 1; margin: 0; }
  .story-item a > span { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
  .story-more-button { width: 100%; }

  .contact-copy { padding-bottom: 0; }
  .contact-copy p { margin-top: 32px; }
  .contact-copy a { font-size: 1.3rem; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .footer-nav { flex-wrap: wrap; gap: 4px 24px; }
  .copyright { grid-column: auto; }

  .founder-hero { padding-top: 68px; }
  .founder-hero-copy { min-height: calc(80svh - 68px); padding-top: 96px; padding-bottom: max(10vh, 72px); }
  .founder-hero h1 { max-width: 8ch; font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .founder-lede { margin-top: 34px; }
  .founder-photo { aspect-ratio: 4 / 5; }
  .founder-photo figcaption { flex-direction: column; gap: 7px; }
  .founder-photo figcaption span { text-align: left; }
  .chapter-label { margin-bottom: max(15vh, 108px); }
  .chapter-title { font-size: clamp(2.8rem, 13vw, 4.7rem); }
  .chapter-grid .story-prose { margin-top: 56px; }
  .story-lead { font-size: 1.55rem; }
  .founder-quote { min-height: 86svh; }
  .founder-quote blockquote p { font-size: clamp(3rem, 14vw, 5.4rem); }
  .quote-caption { margin-top: 42px; }
  .customer-grid { grid-template-columns: 1fr; gap: 50px; }
  .customer-number { font-size: 12rem; }
  .customer-grid .story-prose { margin-top: 56px; }
  .timeline-heading { margin-bottom: max(15vh, 108px); }
  .timeline-heading > p { margin-top: 34px; }
  .founder-timeline li { grid-template-columns: 1fr; gap: 20px; }
  .founder-promise h2 { font-size: clamp(3.1rem, 14.5vw, 5.6rem); }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 16vw; }
  .hero-kicker { letter-spacing: .1em; }
  .hero-foot { right: 20px; left: 20px; }
  .display-title { font-size: 14.5vw; }
  .curation-feature-copy h3 { font-size: 2.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero-scroll { min-height: 100svh; }
  .hero { position: relative; }
  .hero-media { transform: none !important; }
  .keyword-marquee-track { transform: none !important; }
}

@media (forced-colors: active) {
  html { scrollbar-color: auto; }
  .wordmark-dot, .hero-cta { forced-color-adjust: none; }
}
