:root {
  --white: #FFFFFF;
  --charcoal: #2E2E2E;
  --cobalt: #2F6FED;
  --page: min(1320px, calc(100% - 80px));
  --display: "Noto Sans KR", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--charcoal); font-family: var(--display); font-size: 16px; font-weight: 400; line-height: 1.75; word-break: keep-all; font-synthesis: none; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, blockquote, p { margin: 0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 84px; padding: 0 max(40px, calc((100vw - 1320px) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--white); transition: background-color .25s ease, color .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 68px; background: var(--white); color: var(--charcoal); border-bottom: 1px solid rgba(46,46,46,.12); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; letter-spacing: .12em; }
.brand-logo { width: 138px; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a { position: relative; min-height: 44px; display: flex; align-items: center; font-size: 13px; font-weight: 500; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: currentColor; transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px 8px; border: 0; background: transparent; color: inherit; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }

.media-hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.media-hero > img, .media-scrim { position: absolute; inset: 0; }
.media-hero > img { object-position: 50% 50%; }
.media-scrim { z-index: 1; background: linear-gradient(90deg, rgba(46,46,46,.7) 0%, rgba(46,46,46,.38) 45%, rgba(46,46,46,.18) 100%); }
.hero-content { position: relative; z-index: 2; width: var(--page); margin: 0 auto; padding: 0 0 12vh; }
.overline, .section-label { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-content h1 { max-width: 900px; margin: 24px 0 30px; font-size: clamp(68px, 9.5vw, 144px); font-weight: 300; letter-spacing: -.055em; line-height: .98; }
.hero-content > p:last-of-type { max-width: 40ch; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.button { min-height: 52px; margin-top: 36px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid currentColor; font-size: 13px; font-weight: 500; background: transparent; cursor: pointer; }
.button-light { color: var(--white); }
.button-dark { color: var(--charcoal); }
.scroll-cue { position: absolute; z-index: 2; right: max(40px, calc((100vw - 1320px) / 2)); bottom: 46px; display: flex; gap: 20px; align-items: center; font-size: 10px; letter-spacing: .18em; }

.section-space { padding-top: max(15vh, 140px); padding-bottom: max(15vh, 140px); }
.statement, .story-section, .customer-memory { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: .45fr 1.55fr; gap: 8vw; }
.statement-copy h2, .section-head h2, .image-story h2, .story-copy h2, .promise h2 { margin: 0; font-size: clamp(46px, 5.7vw, 86px); font-weight: 300; letter-spacing: -.045em; line-height: 1.14; }
.statement-copy p, .image-story-copy > p, .section-head > p, .story-copy > p, .promise p { max-width: 40ch; margin-top: 40px; color: rgba(46,46,46,.7); }
.text-link, .contact-copy > a { margin-top: 38px; display: inline-flex; gap: 50px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 500; }

.image-story { padding-left: max(40px, calc((100vw - 1320px) / 2)); padding-right: max(40px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 8vw, 130px); align-items: center; background: var(--charcoal); color: var(--white); }
.image-frame { height: min(76vh, 760px); overflow: hidden; }
.image-story .image-frame img { object-position: 50% 52%; }
.image-story-copy .section-label { color: var(--cobalt); }
.image-story-copy h2 { margin-top: 34px; }
.image-story-copy > p { color: rgba(255,255,255,.72); }
.image-story-copy blockquote { max-width: 32ch; margin-top: 60px; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.35); font-size: clamp(21px, 2vw, 30px); font-weight: 300; line-height: 1.55; }

.products, .stories, .timeline { width: var(--page); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: .42fr 1.1fr .48fr; gap: 5vw; align-items: end; margin-bottom: 11vh; }
.section-head > p { margin: 0; }
.featured-product { margin-bottom: 11vh; }
.featured-product-card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); min-height: 680px; border: 1px solid rgba(46,46,46,.16); }
.featured-product-card figure { min-height: 680px; overflow: hidden; background: var(--charcoal); }
.featured-product-card img { transition: transform .55s ease; }
.featured-product-card:hover img { transform: scale(1.025); }
.featured-product-body { padding: clamp(34px, 5vw, 76px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.featured-product-label { margin-bottom: auto; color: var(--cobalt); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.featured-product-body h3 { max-width: 16ch; margin: 56px 0 24px; font-size: clamp(32px, 3.2vw, 50px); font-weight: 300; letter-spacing: -.035em; line-height: 1.25; text-wrap: pretty; }
.featured-product-tagline { margin: 0 0 18px; color: rgba(46,46,46,.68); font-size: 18px; }
.featured-product-price { margin-bottom: 34px; font-size: 19px; font-weight: 500; }
.featured-product-body .button { width: 100%; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11vh 28px; }
.product-card { display: flex; flex-direction: column; }
.product-card figure { height: min(67vw, 720px); max-height: 720px; overflow: hidden; background: var(--charcoal); }
.products .product-card figure { height: auto; aspect-ratio: 1 / 1.12; }
.product-card img { transition: transform .55s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card-wide { grid-column: 1 / -1; width: 72%; margin-left: auto; }
.product-card-wide figure { height: min(62vw, 780px); }
.card-meta { padding-top: 24px; display: flex; flex: 1; flex-direction: column; }
.card-meta > span, .story-card > span { font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.card-meta h3 { min-height: 2.7em; margin: 12px 0 5px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: clamp(25px, 2.2vw, 35px); font-weight: 400; line-height: 1.35; text-wrap: pretty; }
.card-meta p { max-width: 40ch; color: rgba(46,46,46,.65); font-size: 14px; }
.card-meta .product-tagline { min-height: 1.6em; margin: 12px 0 24px; }
.product-card-row { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(46,46,46,.16); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.product-card-row .product-price { color: var(--charcoal); font-size: 16px; font-weight: 500; white-space: nowrap; }
.products-more { margin-top: 70px; display: flex; justify-content: flex-end; }
.products-loading { grid-column: 1 / -1; min-height: 160px; display: grid; place-items: center; color: rgba(46,46,46,.6); }

.stories { border-top: 1px solid rgba(46,46,46,.16); }
.story-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.story-card { min-height: 380px; padding: 42px 42px 90px; border: 1px solid rgba(46,46,46,.18); position: relative; transition: transform .25s ease, border-color .25s ease; }
.story-card:hover { transform: translateY(-8px); border-color: var(--cobalt); }
.story-card h3 { margin: 50px 0 24px; font-size: clamp(24px, 2.1vw, 34px); font-weight: 300; line-height: 1.45; }
.story-card p { max-width: 40ch; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: rgba(46,46,46,.65); }
.story-card a { position: absolute; left: 42px; bottom: 36px; font-size: 12px; font-weight: 500; }
.stories-more { margin-top: 62px; display: flex; justify-content: flex-end; }
.stories-loading { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; color: rgba(46,46,46,.6); }

.contact { padding-left: max(40px, calc((100vw - 1320px) / 2)); padding-right: max(40px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; background: var(--cobalt); color: var(--white); }
.contact-copy h2 { max-width: 14ch; margin: 35px 0 0; font-size: clamp(48px, 6vw, 90px); font-weight: 300; letter-spacing: -.05em; line-height: 1.12; }
.contact-copy p { max-width: 40ch; margin-top: 40px; color: rgba(255,255,255,.78); }
.contact-form { align-self: center; padding: clamp(28px, 4vw, 56px); background: var(--white); color: var(--charcoal); }
.contact-form label { display: block; margin-bottom: 22px; font-size: 12px; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 10px 0; display: block; border: 0; border-bottom: 1px solid rgba(46,46,46,.35); border-radius: 0; background: var(--white); color: var(--charcoal); outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cobalt); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; margin-top: 6px; }
.form-note { margin-top: 12px; font-size: 11px; color: rgba(46,46,46,.6); }
.form-note.is-success { color: var(--cobalt); }

.site-footer { min-height: 330px; padding: 64px max(40px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 28px 50px; }
.site-footer > p { justify-self: end; max-width: 40ch; }
.footer-business { grid-column: 1 / -1; padding: 40px 0; display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(220px, .72fr) minmax(220px, .72fr); gap: 44px; border-top: 1px solid rgba(46,46,46,.16); border-bottom: 1px solid rgba(46,46,46,.16); }
.footer-business section { min-width: 0; }
.footer-business h2 { margin: 0 0 16px; font-size: 13px; font-weight: 600; }
.footer-business p { margin: 0 0 8px; color: rgba(46,46,46,.68); font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.footer-company a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-business strong { color: var(--charcoal); font-weight: 500; }
.footer-business .footer-phone { display: inline-block; margin-bottom: 14px; color: var(--charcoal); font-size: clamp(24px, 2.2vw, 34px); font-weight: 500; letter-spacing: -.03em; }
.footer-business .footer-account { margin-bottom: 12px; color: var(--charcoal); font-size: 15px; }
.footer-business .footer-deposit-note { width: fit-content; margin-top: 22px; padding: 9px 13px; background: rgba(46,46,46,.06); color: var(--charcoal); }
.footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 14px 30px; font-size: 13px; }
.footer-links a { padding-bottom: 3px; border-bottom: 1px solid rgba(46,46,46,.3); }
.site-footer > .footer-bottom { grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; padding-top: 36px; border-top: 1px solid rgba(46,46,46,.16); font-size: 11px; }

/* Contact page */
.contact-page .site-header { color: var(--charcoal); background: var(--white); }
.contact-directory { width: var(--page); margin: 0 auto; padding-top: max(22vh, 190px); }
.contact-directory-head { display: grid; grid-template-columns: .42fr 1.1fr .48fr; gap: 5vw; align-items: end; margin-bottom: 11vh; }
.contact-directory-head h1 { margin: 0; font-size: clamp(58px, 7.2vw, 108px); font-weight: 300; letter-spacing: -.055em; line-height: 1.06; }
.contact-directory-head > p { max-width: 36ch; margin: 0; color: rgba(46,46,46,.68); }
.contact-link-list { border-top: 1px solid rgba(46,46,46,.2); }
.contact-link-list > a { min-height: 128px; padding: 26px 0; display: grid; grid-template-columns: .42fr 1.58fr; align-items: center; gap: 8vw; border-bottom: 1px solid rgba(46,46,46,.2); transition: color .2s ease, padding-left .2s ease; }
.contact-link-list > a:hover { padding-left: 20px; color: var(--cobalt); }
.contact-link-list span { font-size: 12px; font-weight: 600; letter-spacing: .12em; }
.contact-link-list strong { font-size: clamp(28px, 4vw, 58px); font-weight: 300; letter-spacing: -.035em; line-height: 1.2; overflow-wrap: anywhere; }
.contact-link-list .contact-store-link { color: var(--cobalt); }

/* Founder page */
.about-media-hero > img { object-position: 50% 54%; }
.about-media-hero .media-scrim { background: linear-gradient(90deg, rgba(46,46,46,.78), rgba(46,46,46,.34)); }
.about-media-hero .hero-content h1 { font-size: clamp(54px, 7.4vw, 112px); }
.story-copy { max-width: 860px; }
.story-copy > p { font-size: 18px; line-height: 2; }
.brand-quote { margin: 0; padding: max(15vh, 140px) max(40px, calc((100vw - 1120px) / 2)); background: var(--cobalt); color: var(--white); }
.brand-quote > span { font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.brand-quote > p { max-width: 18ch; margin-top: 48px; font-size: clamp(52px, 7vw, 104px); font-weight: 300; letter-spacing: -.05em; line-height: 1.12; }
.brand-quote footer { max-width: 40ch; margin: 54px 0 0 auto; font-size: 17px; color: rgba(255,255,255,.78); }
.split-story { padding-left: max(40px, calc((100vw - 1320px) / 2)); padding-right: max(40px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.split-story .image-frame { height: min(74vh, 720px); }
.split-story .story-copy h2 { margin-top: 34px; }
.customer-memory { border-top: 1px solid rgba(46,46,46,.16); }
.customer-memory blockquote { max-width: 35ch; margin: 58px 0; padding-left: 28px; border-left: 3px solid var(--cobalt); font-size: clamp(22px, 2.2vw, 32px); font-weight: 300; line-height: 1.6; }
.timeline { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; border-top: 1px solid rgba(46,46,46,.16); }
.timeline .section-head { display: block; margin: 0; align-self: start; position: sticky; top: 110px; }
.timeline .section-head h2 { margin-top: 32px; }
.timeline .section-head p { margin-top: 30px; }
.timeline-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--charcoal); }
.timeline-list li { display: grid; grid-template-columns: 56px 1fr; gap: 30px; padding: 36px 0; border-bottom: 1px solid rgba(46,46,46,.2); }
.timeline-list li > span { color: var(--cobalt); font-size: 18px; font-weight: 300; }
.timeline-list small { color: var(--cobalt); font-size: 10px; font-weight: 600; letter-spacing: .15em; }
.timeline-list h3 { margin: 7px 0 12px; font-size: 23px; font-weight: 400; line-height: 1.4; }
.timeline-list p { max-width: 40ch; color: rgba(46,46,46,.65); }
.promise { padding-left: max(40px, calc((100vw - 1320px) / 2)); padding-right: max(40px, calc((100vw - 1320px) / 2)); background: var(--charcoal); color: var(--white); }
.promise-inner { margin: 52px 0 0 20%; }
.promise h2 { max-width: 17ch; }
.promise p { color: rgba(255,255,255,.72); }

/* Product catalog */
.product-page .site-header { color: var(--charcoal); }
.product-page .site-header:not(.is-scrolled) { background: var(--white); }
.catalog-hero { width: var(--page); margin: 0 auto; padding-top: max(22vh, 190px); display: grid; grid-template-columns: .42fr 1.58fr; gap: 8vw; border-bottom: 1px solid rgba(46,46,46,.16); }
.catalog-hero-copy h1 { max-width: 15ch; margin: 0; font-size: clamp(58px, 7vw, 106px); font-weight: 300; letter-spacing: -.055em; line-height: 1.08; text-wrap: pretty; }
.catalog-hero-copy p { max-width: 40ch; margin-top: 42px; color: rgba(46,46,46,.7); }
.catalog-hero-copy > span { margin-top: 52px; display: block; color: var(--cobalt); font-size: 12px; font-weight: 600; letter-spacing: .12em; }
.catalog { width: var(--page); margin: 0 auto; padding-top: max(15vh, 130px); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 90px 28px; }
.catalog-card { min-width: 0; }
.catalog-card figure { aspect-ratio: 1 / 1; overflow: hidden; background: rgba(46,46,46,.06); }
.catalog-card img { transition: transform .55s ease; }
.catalog-card:hover img { transform: scale(1.025); }
.catalog-card-body { padding-top: 22px; }
.catalog-card-index { font-size: 10px; font-weight: 600; letter-spacing: .16em; color: var(--cobalt); }
.catalog-card h2 { min-height: 3.05em; margin: 12px 0 18px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: clamp(18px, 1.55vw, 23px); font-weight: 400; line-height: 1.52; text-wrap: pretty; }
.catalog-card-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(46,46,46,.16); }
.catalog-card-price { font-size: 17px; font-weight: 500; white-space: nowrap; }
.buy-button { min-width: 100px; min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--charcoal); font-size: 12px; font-weight: 500; transition: background-color .2s ease, color .2s ease; }
.buy-button:hover { background: var(--cobalt); border-color: var(--cobalt); color: var(--white); }
.catalog-contact { padding-left: max(40px, calc((100vw - 1320px) / 2)); padding-right: max(40px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .42fr 1.58fr; gap: 8vw; background: var(--charcoal); color: var(--white); }
.catalog-contact h2 { max-width: 15ch; margin: 0; font-size: clamp(50px, 6vw, 90px); font-weight: 300; letter-spacing: -.05em; line-height: 1.12; }
.catalog-contact p { max-width: 40ch; margin-top: 34px; color: rgba(255,255,255,.72); }
.products-error { grid-column: 1 / -1; padding: 70px 0; border-top: 1px solid rgba(46,46,46,.16); border-bottom: 1px solid rgba(46,46,46,.16); }
.products-error strong { display: block; margin-bottom: 10px; font-size: 22px; font-weight: 400; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  :root { --page: min(100% - 40px, 760px); }
  .site-header { height: 68px; padding: 0 20px; }
  .brand-logo { width: 122px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 100px 24px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); color: var(--charcoal); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { min-height: 64px; border-bottom: 1px solid rgba(46,46,46,.16); font-size: 24px; font-weight: 300; }
  .site-nav a::after { display: none; }
  .media-hero > img { object-position: 46% 50%; }
  .hero-content { padding-bottom: 13vh; }
  .hero-content h1 { font-size: clamp(58px, 17vw, 88px); }
  .scroll-cue { right: 20px; bottom: 26px; }
  .statement, .story-section, .customer-memory { grid-template-columns: 1fr; gap: 45px; }
  .image-story, .split-story { padding-left: 20px; padding-right: 20px; grid-template-columns: 1fr; }
  .image-story .image-frame, .split-story .image-frame { height: 65vh; }
  .section-head { grid-template-columns: 1fr; gap: 28px; }
  .featured-product-card { grid-template-columns: 1fr; }
  .featured-product-card figure { min-height: 65vh; }
  .featured-product-label { margin-bottom: 0; }
  .product-grid { gap: 80px 20px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card-wide { width: 100%; }
  .story-list { grid-template-columns: 1fr; }
  .contact { padding-left: 20px; padding-right: 20px; grid-template-columns: 1fr; gap: 80px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline .section-head { position: static; }
  .promise-inner { margin-left: 0; }
  .catalog-hero, .catalog-contact { grid-template-columns: 1fr; gap: 50px; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-directory-head { grid-template-columns: 1fr; gap: 28px; }
  .footer-business { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --page: calc(100% - 36px); }
  body { font-size: 15px; }
  .section-space { padding-top: max(15vh, 96px); padding-bottom: max(15vh, 96px); }
  .media-hero > img { object-position: 42% 50%; }
  .media-scrim { background: linear-gradient(0deg, rgba(46,46,46,.72), rgba(46,46,46,.18)); }
  .hero-content { padding-bottom: 16vh; }
  .hero-content h1 { margin: 18px 0 24px; font-size: clamp(55px, 18vw, 72px); }
  .about-media-hero .hero-content h1 { font-size: clamp(45px, 14vw, 62px); line-height: 1.08; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .statement-copy h2, .section-head h2, .image-story h2, .story-copy h2, .promise h2 { font-size: clamp(38px, 11vw, 50px); }
  .statement-copy p, .image-story-copy > p, .section-head > p, .story-copy > p, .promise p { margin-top: 28px; }
  .image-story, .split-story { padding-left: 18px; padding-right: 18px; gap: 55px; }
  .image-story .image-frame, .split-story .image-frame { height: 58vh; }
  .featured-product-card { min-height: 0; }
  .featured-product-card figure { min-height: 0; height: 112vw; max-height: 520px; }
  .featured-product-body { padding: 32px 24px; }
  .featured-product-body h3 { margin: 36px 0 20px; font-size: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-wide { grid-column: auto; }
  .product-card figure, .product-card-wide figure { height: 112vw; max-height: 520px; }
  .card-meta h3 { min-height: 0; }
  .story-card { min-height: 350px; padding: 30px 24px 82px; }
  .story-card a { left: 24px; }
  .contact { padding-left: 18px; padding-right: 18px; }
  .contact-copy h2 { font-size: 45px; }
  .contact-form { padding: 28px 20px; }
  .site-footer { min-height: 300px; padding: 52px 18px; grid-template-columns: 1fr; gap: 24px; }
  .site-footer > p { justify-self: start; }
  .footer-business { padding: 30px 0; grid-template-columns: 1fr; gap: 30px; }
  .footer-company { grid-column: auto; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: 12px; }
  .contact-directory { padding-top: 150px; }
  .contact-directory-head h1 { font-size: 48px; }
  .contact-link-list > a { min-height: 112px; grid-template-columns: 1fr; gap: 10px; }
  .contact-link-list strong { font-size: 28px; }
  .brand-quote { padding-left: 18px; padding-right: 18px; }
  .brand-quote > p { font-size: 44px; }
  .brand-quote footer { margin-left: 0; }
  .customer-memory blockquote { padding-left: 20px; }
  .timeline-list li { grid-template-columns: 40px 1fr; gap: 18px; }
  .catalog-hero { padding-top: 150px; }
  .catalog-hero-copy h1 { font-size: 47px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 80px; }
  .catalog-card h2 { min-height: 0; font-size: 22px; }
  .catalog-contact { padding-left: 18px; padding-right: 18px; }
  .catalog-contact h2 { font-size: 43px; }
}

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