:root {
  --white: #FFFFFF;
  --charcoal: #2E2E2E;
  --cobalt: #2F6FED;
  --font: "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: var(--font); line-height: 1.75; word-break: keep-all; }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { color: var(--charcoal); border-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--cobalt); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--cobalt); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 88px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.24); transition: color .25s, background .25s, border-color .25s; }
.site-header.scrolled, .site-header.light-header { color: var(--charcoal); background: rgba(255,255,255,.96); border-color: rgba(46,46,46,.14); }
.wordmark { display: flex; flex-direction: column; line-height: 1; }
.wordmark strong { font-size: 19px; font-weight: 600; letter-spacing: .05em; }
.wordmark span { margin-top: 7px; font-size: 9px; font-weight: 400; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 13px; font-weight: 400; }
.primary-nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.primary-nav a[aria-current="page"] { color: var(--cobalt); border-color: currentColor; }
.menu-toggle { display: none; padding: 0; width: 44px; height: 44px; background: none; border: 0; }
.menu-toggle i { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }

.home-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.hero-image, .home-hero > .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-scrim { background: rgba(46,46,46,.58); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 160px 0 12vh; }
.overline { margin: 0 0 24px; font-size: 10px; font-weight: 500; letter-spacing: .2em; }
.overline.dark { color: var(--cobalt); }
.home-hero h1, .statement h2, .product-stage h2, .section-heading h2, .workflow h2, .contact-section h2, .about-hero h1, .story-chapter h2, .about-quote blockquote, .promise-section h2 { margin: 0; font-weight: 200; letter-spacing: -.055em; line-height: 1.15; }
.home-hero h1 { max-width: 980px; font-size: clamp(50px, 7vw, 106px); }
.home-hero h1 em, .about-hero h1 em, .promise-section h2 em { color: var(--cobalt); font-style: normal; }
.home-hero .hero-content > p:not(.overline) { max-width: 38ch; margin: 30px 0 38px; font-size: 15px; font-weight: 300; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid currentColor; font-size: 12px; font-weight: 500; letter-spacing: .03em; }
.button-cobalt { color: var(--white); background: var(--cobalt); border-color: var(--cobalt); }
.button-white { color: var(--charcoal); background: var(--white); border-color: var(--white); }
.scroll-mark { position: absolute; z-index: 2; right: clamp(24px, 5vw, 80px); bottom: 5vh; display: flex; align-items: center; gap: 14px; font-size: 8px; letter-spacing: .2em; }
.scroll-mark i { display: block; width: 48px; height: 1px; background: var(--white); }

.section-space { padding-top: max(15vh, 120px); padding-bottom: max(15vh, 120px); }
.statement, .features, .journal, .timeline-section, .home-products, .catalog { padding-left: clamp(24px, 7vw, 110px); padding-right: clamp(24px, 7vw, 110px); }
.page-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 220px 1fr; gap: 7vw; align-items: start; }
.section-index { margin: 8px 0 0; color: var(--cobalt); font-size: 10px; font-weight: 500; letter-spacing: .16em; }
.statement h2, .section-heading h2, .workflow h2, .story-chapter h2 { font-size: clamp(40px, 5vw, 72px); }
.body-copy, .story-chapter > p { max-width: 40ch; color: rgba(46,46,46,.72); font-size: 15px; font-weight: 300; }
.statement .body-copy { margin: 42px 0 30px; }
.text-link { display: inline-flex; gap: 34px; padding: 8px 0; color: var(--cobalt); border-bottom: 1px solid var(--cobalt); font-size: 12px; font-weight: 500; }

.product-stage { position: relative; min-height: 88svh; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.product-stage > img, .product-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.product-stage > img { object-fit: cover; object-position: center; }
.product-scrim { background: rgba(46,46,46,.62); }
.product-stage-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.product-stage h2 { max-width: 790px; font-size: clamp(48px, 6.3vw, 92px); }
.product-stage-copy > p:not(.overline) { max-width: 38ch; margin: 30px 0 0; font-size: 15px; font-weight: 300; }
.product-stage-button { margin-top: 38px; }

.section-heading { width: min(1180px, 100%); margin: 0 auto 11vh; display: grid; grid-template-columns: 220px 1fr; gap: 7vw; }
.feature-grid, .journal-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 420px; padding: 36px; display: flex; flex-direction: column; border: 1px solid rgba(46,46,46,.18); transition: transform .25s ease, background .25s ease, color .25s ease; }
.feature-card:hover { color: var(--white); background: var(--cobalt); transform: translateY(-8px); }
.feature-card > span { font-size: 10px; letter-spacing: .16em; }
.feature-card h3 { max-width: 13ch; margin: auto 0 22px; font-size: 27px; font-weight: 300; line-height: 1.45; }
.feature-card p { max-width: 34ch; margin: 0; color: rgba(46,46,46,.68); font-size: 13px; font-weight: 300; }
.feature-card:hover p { color: rgba(255,255,255,.82); }
.feature-card small { margin-top: 36px; padding-top: 16px; border-top: 1px solid currentColor; font-size: 8px; letter-spacing: .18em; }

.product-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-grid.single-product-grid { grid-template-columns: minmax(0, 780px); justify-content: center; }
.product-card { min-width: 0; border: 1px solid rgba(46,46,46,.18); background: var(--white); transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { border-color: var(--cobalt); transform: translateY(-8px); }
.product-card > img { width: 100%; aspect-ratio: 1.58 / 1; object-fit: cover; border-bottom: 1px solid rgba(46,46,46,.18); }
.product-card-info { padding: 28px; }
.product-card-label { color: var(--cobalt); font-size: 8px; font-weight: 500; letter-spacing: .16em; }
.product-card h3 { margin: 24px 0 42px; font-size: 25px; font-weight: 300; line-height: 1.4; }
.product-card-footer { padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(46,46,46,.18); }
.product-card-footer strong { font-size: 13px; font-weight: 400; }
.product-card-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px 22px; }
.product-detail, .product-buy { flex: 0 0 auto; padding-bottom: 2px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 500; }
.product-detail { color: var(--charcoal); }
.product-buy { color: var(--cobalt); }
.product-more { width: min(1180px, 100%); margin: 48px auto 0; text-align: right; }
.product-loading, .product-error { grid-column: 1 / -1; min-height: 200px; margin: 0; display: grid; place-items: center; border: 1px solid rgba(46,46,46,.18); color: rgba(46,46,46,.68); font-size: 13px; }

.workflow { padding-left: max(7vw, 24px); padding-right: max(7vw, 24px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; background: rgba(46,46,46,.04); }
.workflow-copy { align-self: start; }
.workflow-copy .body-copy { margin-top: 40px; }
.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(46,46,46,.2); }
.workflow-list li { min-height: 145px; padding: 28px 0; display: grid; grid-template-columns: 70px 1fr; align-items: center; border-bottom: 1px solid rgba(46,46,46,.2); }
.workflow-list li > span { color: var(--cobalt); font-size: 11px; }
.workflow-list strong { font-size: 22px; font-weight: 300; }
.workflow-list p { max-width: 36ch; margin: 8px 0 0; color: rgba(46,46,46,.68); font-size: 12px; }

.founder-band { min-height: 80svh; padding: max(15vh, 120px) 24px; display: grid; place-items: center; color: var(--white); background: var(--cobalt); text-align: center; }
.founder-band blockquote { margin: 30px 0 48px; font-size: clamp(38px, 5.4vw, 80px); font-weight: 200; letter-spacing: -.055em; line-height: 1.3; }

.journal-card { display: block; transition: transform .25s ease; }
.journal-card:hover { transform: translateY(-8px); }
.journal-image { aspect-ratio: 1 / 1.05; padding: 30px; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.journal-image span { font-size: clamp(30px, 3vw, 48px); font-weight: 200; line-height: 1.2; letter-spacing: -.04em; }
.journal-one { background: var(--charcoal); }
.journal-two { color: var(--charcoal); background: var(--white); border: 1px solid rgba(46,46,46,.2); }
.journal-three { background: var(--cobalt); }
.journal-card time { display: block; margin-top: 24px; color: var(--cobalt); font-size: 9px; letter-spacing: .14em; }
.journal-card h3 { max-width: 19ch; margin: 13px 0 12px; font-size: 21px; font-weight: 300; line-height: 1.5; }
.journal-card p { max-width: 35ch; margin: 0; color: rgba(46,46,46,.66); font-size: 12px; }
.journal-more { width: min(1180px, 100%); margin: 48px auto 0; text-align: right; }
.story-loading { grid-column: 1 / -1; min-height: 220px; margin: 0; display: grid; place-items: center; border: 1px solid rgba(46,46,46,.18); color: rgba(46,46,46,.68); font-size: 13px; }

.contact-section, .promise-section { min-height: 85svh; padding: max(15vh, 120px) 24px; display: grid; place-items: center; color: var(--white); background: var(--charcoal); text-align: center; }
.contact-section h2, .promise-section h2 { font-size: clamp(48px, 7vw, 100px); }
.contact-section .contact-inner > p:not(.overline), .promise-section div > p:not(.overline) { max-width: 39ch; margin: 32px auto 42px; color: rgba(255,255,255,.75); font-size: 14px; font-weight: 300; }
.site-footer { padding: 70px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 6vw; border-top: 1px solid rgba(46,46,46,.15); }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 20px; letter-spacing: .05em; }.footer-brand span { margin-top: 7px; font-size: 9px; letter-spacing: .1em; }
.site-footer > p { max-width: 34ch; margin: 0; color: rgba(46,46,46,.65); font-size: 11px; }
.site-footer > div:last-child { display: flex; gap: 30px; font-size: 9px; }
.footer-meta { flex-wrap: wrap; justify-content: flex-end; }
.footer-links { width: 100%; display: flex; justify-content: flex-end; gap: 18px; }
.footer-links a { padding-bottom: 2px; color: var(--cobalt); border-bottom: 1px solid currentColor; }

/* About */
.about-page { padding-top: 88px; }
.about-hero { min-height: calc(100svh - 88px); padding: max(10vh, 80px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 8vw; }
.about-hero-copy h1 { max-width: 900px; font-size: clamp(48px, 6.6vw, 96px); }
.about-hero-copy > p:last-child { max-width: 38ch; margin: 36px 0 0; color: rgba(46,46,46,.7); font-size: 15px; font-weight: 300; }
.portrait-slot { margin: 0; }
.portrait-slot > div { aspect-ratio: 4 / 5; padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--charcoal); }
.portrait-slot span { margin-bottom: auto; font-size: 8px; letter-spacing: .2em; }
.portrait-slot strong { font-size: clamp(34px, 4vw, 56px); font-weight: 200; line-height: 1.2; }
.portrait-slot small { margin-top: 18px; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .08em; }
.portrait-slot figcaption { padding: 16px 0; color: var(--cobalt); font-size: 10px; letter-spacing: .1em; }
.about-story { padding-left: clamp(24px, 7vw, 110px); padding-right: clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 7vw; justify-content: center; }
.story-nav { position: sticky; top: 130px; align-self: start; display: grid; border-top: 1px solid var(--charcoal); }
.story-nav p { color: var(--cobalt); font-size: 9px; letter-spacing: .14em; }
.story-nav a { padding: 11px 0; color: rgba(46,46,46,.7); border-bottom: 1px solid rgba(46,46,46,.16); font-size: 11px; }
.story-chapter { padding-bottom: max(15vh, 120px); scroll-margin-top: 130px; }
.story-chapter h2 { margin: 24px 0 40px; font-size: clamp(38px, 4.5vw, 64px); }
.story-chapter > p { margin: 22px 0 0; line-height: 2; }
.story-chapter .lead { color: var(--charcoal); font-size: 19px; font-weight: 300; }
.story-chapter strong { color: var(--charcoal); font-weight: 500; }
.about-quote { min-height: 80svh; padding: max(15vh, 120px) 24px; display: grid; place-items: center; color: var(--white); background: var(--cobalt); text-align: center; }
.about-quote blockquote { margin: 30px 0 0; font-size: clamp(42px, 6.3vw, 92px); }
.second-story { padding-bottom: 0; }
.formula { margin-top: 50px; padding: 24px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; border-top: 1px solid rgba(46,46,46,.2); border-bottom: 1px solid rgba(46,46,46,.2); }
.formula span, .formula strong { padding: 12px 16px; font-size: 12px; font-style: normal; }
.formula span { border: 1px solid rgba(46,46,46,.2); }.formula strong { color: var(--white); background: var(--cobalt); font-weight: 400; }
.formula i { color: var(--cobalt); font-style: normal; }
.timeline-section { background: rgba(46,46,46,.04); }
.timeline { width: min(1180px, 100%); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(46,46,46,.24); }
.timeline li { padding: 34px 30px 0 0; }
.timeline li > span { color: var(--cobalt); font-size: 9px; letter-spacing: .13em; }
.timeline strong { display: block; margin-top: 34px; font-size: 18px; font-weight: 300; }
.timeline p { max-width: 26ch; margin: 12px 0 0; color: rgba(46,46,46,.64); font-size: 11px; }

/* Products */
.products-page { padding-top: 88px; }
.products-hero { min-height: calc(82svh - 88px); padding: max(15vh, 120px) clamp(24px, 7vw, 110px); display: flex; align-items: center; }
.products-hero > div { width: min(1180px, 100%); margin: 0 auto; }
.products-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(52px, 7vw, 104px); font-weight: 200; letter-spacing: -.055em; line-height: 1.15; }
.products-hero h1 em { color: var(--cobalt); font-style: normal; }
.products-hero div > p:last-child { max-width: 40ch; margin: 36px 0 0; color: rgba(46,46,46,.7); font-size: 14px; font-weight: 300; }
.catalog { background: rgba(46,46,46,.04); }
.catalog-note { width: min(1180px, 100%); margin: 34px auto 0; color: rgba(46,46,46,.64); font-size: 10px; }

/* Contact */
.contact-page { padding-top: 88px; }
.contact-hero { min-height: calc(82svh - 88px); padding: max(15vh, 120px) clamp(24px, 7vw, 110px); display: flex; align-items: center; }
.contact-hero > div { width: min(1180px, 100%); margin: 0 auto; }
.contact-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(52px, 7vw, 104px); font-weight: 200; letter-spacing: -.055em; line-height: 1.15; }
.contact-hero h1 em { color: var(--cobalt); font-style: normal; }
.contact-hero div > p:last-child { max-width: 40ch; margin: 36px 0 0; color: rgba(46,46,46,.7); font-size: 14px; font-weight: 300; }
.contact-channels { padding-left: clamp(24px, 7vw, 110px); padding-right: clamp(24px, 7vw, 110px); background: rgba(46,46,46,.04); }
.contact-channel-head { width: min(1180px, 100%); margin: 0 auto 11vh; display: grid; grid-template-columns: 220px 1fr; gap: 7vw; }
.contact-channel-head h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); font-weight: 200; letter-spacing: -.055em; line-height: 1.15; }
.contact-channel-list { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-channel { min-height: 270px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(46,46,46,.18); background: var(--white); transition: color .25s ease, background .25s ease, transform .25s ease; }
.contact-channel:hover { color: var(--white); background: var(--cobalt); transform: translateY(-8px); }
.contact-channel > span { font-size: 10px; letter-spacing: .14em; }
.contact-channel strong { margin: auto 0 22px; font-size: clamp(30px, 3vw, 48px); font-weight: 200; line-height: 1.2; }
.contact-channel small { padding-top: 16px; border-top: 1px solid currentColor; font-size: 9px; letter-spacing: .08em; }
.contact-placeholder-note { width: min(1180px, 100%); margin: 34px auto 0; color: rgba(46,46,46,.64); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .page-grid, .section-heading { grid-template-columns: 150px 1fr; gap: 5vw; }
  .workflow { grid-template-columns: 1fr; gap: 10vh; }
  .about-hero { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .about-story { grid-template-columns: 160px minmax(0, 1fr); gap: 5vw; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; padding: 0 20px; }
  .wordmark { position: relative; z-index: 102; }
  .wordmark strong { font-size: 16px; }.wordmark span { font-size: 8px; }
  .menu-toggle { position: relative; z-index: 102; display: block; }
  .primary-nav { position: fixed; inset: 0; z-index: 101; padding: 105px 24px 32px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: var(--charcoal); background: var(--white); transform: translateX(100%); transition: transform .25s ease; }
  .primary-nav.open { transform: none; }
  .primary-nav a { padding: 17px 0; border-bottom: 1px solid rgba(46,46,46,.16); font-size: 24px; font-weight: 300; }
  .home-hero { min-height: 100svh; }
  .hero-image { object-position: 62% center; }
  .hero-scrim { background: rgba(46,46,46,.68); }
  .hero-content { width: calc(100% - 40px); padding: 130px 0 13vh; }
  .home-hero h1 { font-size: clamp(46px, 13.5vw, 62px); line-height: 1.12; }
  .home-hero .hero-content > p:not(.overline) { max-width: 32ch; font-size: 14px; }
  .button { width: 100%; }
  .scroll-mark { display: none; }
  .section-space { padding-top: 15vh; padding-bottom: 15vh; }
  .statement, .features, .journal, .timeline-section, .home-products, .catalog { padding-left: 20px; padding-right: 20px; }
  .page-grid, .section-heading { grid-template-columns: 1fr; gap: 40px; }
  .statement h2, .section-heading h2, .workflow h2, .story-chapter h2 { font-size: clamp(38px, 11vw, 50px); }
  .product-stage { min-height: 82svh; }
  .product-stage > img { object-position: 63% center; }
  .product-scrim { background: rgba(46,46,46,.7); }
  .product-stage-copy { width: calc(100% - 40px); }
  .product-stage h2 { font-size: 50px; }
  .feature-grid, .journal-grid, .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-card { min-height: 350px; padding: 28px; }
  .feature-card:hover, .journal-card:hover, .product-card:hover { transform: none; }
  .product-card-info { padding: 24px; }
  .product-card h3 { margin-bottom: 32px; }
  .product-card-footer { align-items: flex-start; flex-direction: column; }
  .product-card-actions { justify-content: flex-start; }
  .product-more { margin-top: 36px; text-align: left; }
  .workflow { padding-left: 20px; padding-right: 20px; }
  .workflow-list li { grid-template-columns: 55px 1fr; }
  .founder-band { min-height: 75svh; padding-left: 20px; padding-right: 20px; }
  .founder-band blockquote { font-size: 40px; }
  .journal-image { aspect-ratio: 1 / .86; }
  .journal-more { margin-top: 36px; text-align: left; }
  .contact-section, .promise-section { min-height: 80svh; padding-left: 20px; padding-right: 20px; }
  .contact-section h2, .promise-section h2 { font-size: 48px; }
  .site-footer { padding: 54px 20px; grid-template-columns: 1fr; gap: 24px; }
  .site-footer > div:last-child { justify-content: space-between; }
  .footer-meta { justify-content: flex-start; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .about-page { padding-top: 72px; }
  .about-hero { min-height: auto; padding: 12vh 20px 15vh; grid-template-columns: 1fr; gap: 10vh; }
  .about-hero-copy h1 { font-size: clamp(46px, 13vw, 60px); }
  .portrait-slot { width: 92%; margin-left: auto; }
  .about-story { padding-left: 20px; padding-right: 20px; grid-template-columns: 1fr; gap: 12vh; }
  .story-nav { position: static; grid-template-columns: 1fr 1fr; }
  .story-nav p { grid-column: 1 / -1; }
  .story-nav a { font-size: 10px; }
  .story-chapter { padding-bottom: 15vh; }
  .about-quote { min-height: 75svh; padding-left: 20px; padding-right: 20px; }
  .about-quote blockquote { font-size: 42px; }
  .second-story { padding-top: 15vh; }
  .formula { align-items: stretch; flex-direction: column; }
  .formula i { display: none; }
  .formula span, .formula strong { text-align: center; }
  .timeline { grid-template-columns: 1fr; border: 0; }
  .timeline li { padding: 28px 0; border-top: 1px solid rgba(46,46,46,.24); }
  .timeline strong { margin-top: 18px; }
  .products-page { padding-top: 72px; }
  .products-hero { min-height: auto; padding: 15vh 20px; }
  .products-hero h1 { font-size: clamp(46px, 13vw, 60px); }
  .contact-page { padding-top: 72px; }
  .contact-hero { min-height: auto; padding: 15vh 20px; }
  .contact-hero h1 { font-size: clamp(46px, 13vw, 60px); }
  .contact-channels { padding-left: 20px; padding-right: 20px; }
  .contact-channel-head { grid-template-columns: 1fr; gap: 40px; }
  .contact-channel-list { grid-template-columns: 1fr; }
  .contact-channel { min-height: 230px; padding: 28px; }
  .contact-channel:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
