:root {
  --blue: #17348f;
  --blue-dark: #0d1d5e;
  --ivory: #f6f0df;
  --white: #fffdf5;
  --brass: #9e7f50;
  --taupe: #8d7b67;
  --citron: #d7f052;
  --ink: #14151a;
  --line: rgba(20, 21, 26, .22);
  --ease: cubic-bezier(.22, .75, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: Arial, "Noto Sans KR", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: fixed; z-index: 1000; left: 12px; top: -70px; padding: 12px 18px; background: var(--citron); color: var(--blue-dark); font-weight: 800; transition: top .2s; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--citron); outline-offset: 3px; }

.announcement { width: 100%; height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; background: var(--blue); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-header { position: absolute; z-index: 50; top: 42px; left: 0; width: 100%; height: 163px; padding: 0 49px; display: grid; grid-template-columns: 220px 1fr 300px; align-items: center; color: var(--white); transition: background .25s, color .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; top: 0; height: 94px; background: var(--white); color: var(--brass); box-shadow: 0 1px 0 rgba(20,21,26,.22); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; font-size: 17px; font-weight: 900; line-height: .82; letter-spacing: -.05em; }
.brand-mark { width: 43px; height: 30px; fill: none; stroke: currentColor; stroke-width: 3.2; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(20px, 2.2vw, 45px); }
.desktop-nav a, .desktop-nav button { min-height: 44px; padding: 0 2px; display: inline-flex; align-items: center; color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.desktop-nav a::after, .desktop-nav button::after { content: ""; position: absolute; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-tools > button:not(.menu-toggle) { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: inherit; font-size: 10px; font-weight: 800; }
.header-tools span { font-size: 21px; line-height: 1; }
.header-tools i { font-style: normal; }
.cart-button b { min-width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.menu-toggle { display: none; position: relative; width: 48px; height: 48px; }
.menu-toggle span { position: absolute; left: 11px; width: 27px; height: 2px; background: currentColor; }
.menu-toggle span:first-child { top: 19px; }
.menu-toggle span:last-child { top: 27px; }

.mobile-menu { position: fixed; z-index: 120; inset: 0; padding: 5px; background: var(--white); color: var(--white); }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { position: relative; z-index: 2; display: grid; gap: 5px; background: var(--white); }
.mobile-menu nav > * { height: 47px; padding: 0 54px 0 20px; display: flex; align-items: center; background: var(--taupe); color: var(--white); font-size: 17px; font-weight: 900; letter-spacing: -.02em; }
.menu-close { position: absolute; z-index: 3; top: 7px; right: 8px; width: 48px; height: 48px; color: var(--white); }
.menu-close span { position: absolute; left: 12px; top: 23px; width: 26px; height: 2px; background: currentColor; transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }
.menu-floor { position: absolute; inset: 5px; display: grid; place-items: center; background: var(--taupe); overflow: hidden; }
.menu-floor svg { width: 70vw; max-width: 470px; fill: none; stroke: rgba(255,255,255,.1); stroke-width: 4; }

.hero { position: relative; height: calc(100svh - 42px); min-height: 650px; color: var(--white); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 5px; background: linear-gradient(90deg, rgba(9,17,56,.53) 0%, rgba(9,17,56,.06) 55%, rgba(9,17,56,.14)); pointer-events: none; }
.hero-image { position: absolute; inset: 5px; width: calc(100% - 10px); height: calc(100% - 10px); object-fit: cover; object-position: center; border: 5px solid var(--blue); }
.hero-copy { position: absolute; z-index: 2; left: 5.2%; top: 26.8%; width: 540px; text-align: center; }
.hero-copy > p:first-child { margin: 0 0 25px; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 0; font-family: Arial, "Noto Sans KR", sans-serif; font-size: clamp(34px, 3.05vw, 44px); font-weight: 900; line-height: 1.05; letter-spacing: .075em; }
.hero h1 span { display: block; }
.mobile-first { display: none !important; }
.hero-triangle { display: block; width: 0; height: 0; margin: 34px auto 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 9px solid currentColor; }
.hero-kicker { margin: 16px 0 32px; font-size: 16px; line-height: 1.65; }
.round-link { width: 133px; height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 10px; background: var(--blue); color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: .055em; }
.round-link span { font-size: 17px; }
.hero-down { position: absolute; z-index: 2; left: 50%; bottom: 41px; width: 48px; height: 48px; transform: translateX(-50%); display: grid; place-items: center; }
.hero-down span { width: 14px; height: 14px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }

.products { height: 871px; background: var(--ivory); overflow: hidden; }
.products-head { height: 326px; padding: 96px 30px 30px; text-align: center; }
.products-head > p, .eyebrow, .campaign-copy > p, .social-head > p, .newsletter-block > p { margin: 0 0 17px; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.products-head > p { display: none; }
.products h2, .principles h2, .campaign-copy h2, .social h2, .newsletter-block h2 { margin: 0; font-family: Arial, "Noto Sans KR", sans-serif; font-weight: 900; line-height: 1; letter-spacing: .035em; }
.products h2 { color: var(--blue); font-size: 37.12px; line-height: 1.2; }
.products h2 em, .principles h2 em, .campaign-copy h2 em, .social h2 em { color: var(--blue); font-weight: 400; }
.products-all { min-width: 90px; min-height: 44px; margin: 11px auto 0; padding: 0; display: flex; align-items: center; justify-content: center; color: var(--brass); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.product-viewport { height: 545px; overflow: hidden; border: 5px solid var(--blue); outline-offset: -8px; }
.product-track { height: 100%; display: flex; gap: 5px; background: var(--blue); }
.product-card { flex: 1 1 0; min-width: 0; background: var(--white); overflow: hidden; }
.product-card picture { display: block; height: 407px; overflow: hidden; background: #ddd; }
.product-card picture img { height: 100%; object-fit: cover; }
.product-info { height: 128px; position: relative; padding: 15px 17px 12px; background: var(--white); text-align: center; }
.product-info > p { margin: 0 0 7px; color: var(--brass); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.product-info h3 { margin: 0 0 5px; font-size: 16px; line-height: 1; letter-spacing: -.04em; }
.product-info > span { font-size: 11px; }
.add-button { position: absolute; left: 17px; right: 17px; bottom: 8px; min-height: 36px; display: flex; align-items: center; justify-content: space-between; padding: 0; border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.add-button b { color: var(--blue); font-weight: 900; }

.principles { height: 815px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); overflow: hidden; }
.principle-copy { padding: 185px 11% 55px 9%; background: var(--white); }
.principle-options { display: grid; gap: 28px; }
.principle-option { width: 100%; min-height: 131px; display: block; padding: 0; text-align: left; color: var(--brass); }
.principle-option > b, .principle-option > i { display: none; }
.principle-option strong { display: block; margin-bottom: 12px; font-size: 24px; line-height: 1.1; letter-spacing: .02em; }
.principle-option small { display: block; max-width: 420px; font-size: 14px; line-height: 1.55; }
.principle-option.is-active { color: var(--blue); }
.principle-media { position: relative; margin: 5px 5px 5px 0; overflow: hidden; background: var(--blue-dark); }
.principle-media figure { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .42s, transform .85s var(--ease); }
.principle-media figure.is-active { opacity: 1; transform: scale(1); }
.principle-media img { height: 100%; object-fit: cover; }
.principle-media figcaption { position: absolute; left: 35px; bottom: 30px; padding: 12px 16px; background: var(--citron); color: var(--blue-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }

.campaigns { height: 1630px; }
.campaign-row { height: 815px; display: grid; grid-template-columns: 1fr 1fr; }
.campaign-row figure { margin: 5px 0 5px 5px; overflow: hidden; background: var(--blue-dark); }
.campaign-row figure img { height: 100%; object-fit: cover; }
.campaign-copy { padding: 214px 11% 80px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; background: var(--citron); text-align: center; }
.campaign-row.reverse figure { order: 2; margin: 5px 5px 5px 0; }
.campaign-row.reverse .campaign-copy { order: 1; background: var(--blue); color: var(--white); }
.campaign-copy h2 { margin-bottom: 30px; color: var(--blue); font-size: 37.12px; line-height: 1.2; }
.campaign-row.reverse .campaign-copy h2 { color: var(--citron); }
.campaign-copy > span { max-width: 440px; font-size: 14px; line-height: 1.8; }
.campaign-triangle { display: block; width: 0; height: 0; margin: 0 auto 28px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 8px solid currentColor; font-style: normal; }
.campaign-copy > button { width: 127px; height: 52px; margin-top: 38px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.campaign-copy > button i { font-style: normal; font-size: 16px; }

.quotes { position: relative; height: 600px; padding-top: 145px; overflow: hidden; background: var(--white); text-align: center; }
.quote-stack { position: relative; width: min(920px, 75vw); height: 175px; margin: 0 auto; }
.quote-stack blockquote { position: absolute; inset: 0; margin: 0; display: flex; flex-direction: column; align-items: center; opacity: 0; transform: translateY(10px); transition: opacity .45s, transform .45s var(--ease); }
.quote-stack blockquote.is-active { opacity: 1; transform: translateY(0); }
.quote-stack p { margin: 0; color: var(--blue); font-size: 36px; font-weight: 500; line-height: 1.2; letter-spacing: .01em; }
.quote-stack cite { margin-top: 28px; color: var(--brass); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.press-marks { height: 110px; margin-top: 40px; display: flex; justify-content: center; align-items: center; gap: 110px; color: var(--blue); }
.press-marks span { min-width: 110px; font-family: Georgia, serif; font-size: 18px; font-weight: 900; line-height: .85; }
.press-marks span:nth-child(2) { font-family: Arial, sans-serif; font-size: 14px; letter-spacing: .12em; }
.quote-dots { position: absolute; z-index: 2; left: 50%; bottom: 80px; transform: translateX(-50%); display: flex; gap: 7px; }
.quote-dots button { width: 44px; height: 44px; position: relative; }
.quote-dots button::after { content: ""; position: absolute; left: 17px; top: 17px; width: 8px; height: 8px; border: 1px solid var(--blue); border-radius: 50%; }
.quote-dots button.is-active::after { background: var(--blue); }
.pattern-divider { position: absolute; left: 0; right: 0; bottom: 0; height: 65px; background-color: var(--blue); background-image: linear-gradient(135deg,var(--citron) 25%,transparent 25%),linear-gradient(225deg,var(--citron) 25%,transparent 25%),linear-gradient(45deg,var(--citron) 25%,transparent 25%),linear-gradient(315deg,var(--citron) 25%,var(--blue) 25%); background-position: 16px 0,16px 0,0 0,0 0; background-size: 32px 32px; background-repeat: repeat; }

.social { height: 593px; overflow: hidden; background: var(--ivory); }
.social-head { position: relative; height: 263px; padding-top: 84px; text-align: center; }
.social-head h2 { color: var(--blue); font-size: 34px; letter-spacing: .02em; }
.social-head button { min-height: 44px; margin-top: 18px; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.social-viewport { height: 330px; overflow: hidden; }
.social-track { width: max-content; display: flex; gap: 20px; animation: social-loop 84.7s linear infinite; transform: translate3d(-24px,0,0); }
.social-track img { width: 300px; height: 300px; flex: 0 0 auto; object-fit: cover; }
.social-viewport:hover .social-track, .social-viewport:focus-within .social-track { animation-play-state: paused; }
@keyframes social-loop { to { transform: translate3d(calc(-24px - 2880px),0,0); } }

.site-footer { position: relative; height: 523px; padding: 65px 5.3% 30px; display: grid; grid-template-columns: 34% 21% 45%; grid-template-rows: 1fr 62px; background: var(--taupe); color: var(--white); }
.newsletter-block { align-self: start; }
.newsletter-block h2 { margin-bottom: 25px; font-size: 14px; letter-spacing: .06em; }
.newsletter-form { position: relative; width: min(385px, 92%); }
.newsletter-form label { display: block; }
.newsletter-form input { width: 100%; height: 54px; padding: 0 50px 0 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); border-radius: 0; background: transparent; color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .09em; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.82); }
.newsletter-form > button { position: absolute; right: 0; top: 1px; width: 48px; height: 48px; color: var(--white); font-size: 20px; }
.form-message { margin: 10px 0 0; font-size: 11px; }
.footer-mark { align-self: center; justify-self: center; display: flex; flex-direction: column; align-items: center; }
.footer-mark svg { width: 100px; fill: none; stroke: var(--citron); stroke-width: 4; }
.footer-mark strong { margin-top: 6px; text-align: center; font-size: 27px; line-height: .78; letter-spacing: -.07em; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding-top: 7px; }
.footer-links nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links b { margin-bottom: 26px; color: var(--citron); font-size: 10px; letter-spacing: .12em; }
.footer-links a, .footer-links button { min-height: 33px; padding: 0; color: inherit; font-size: 11px; font-weight: 800; text-align: left; }
.footer-bottom { grid-column: 1 / -1; align-self: end; min-height: 62px; padding-top: 22px; display: flex; align-items: flex-start; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); }
.footer-bottom small { font-size: 9px; letter-spacing: .08em; }
.footer-bottom div { display: flex; gap: 30px; }
.footer-bottom button { min-height: 30px; padding: 0; color: inherit; font-size: 9px; font-weight: 900; letter-spacing: .08em; }

.toast { position: fixed; z-index: 300; left: 50%; bottom: 24px; max-width: calc(100vw - 32px); transform: translateX(-50%); padding: 13px 18px; background: var(--blue-dark); color: var(--white); font-size: 12px; font-weight: 800; box-shadow: 0 8px 40px rgba(0,0,0,.22); }
.toast[hidden] { display: none; }

@media (max-width: 1023px) {
  .site-header { padding: 0 28px; grid-template-columns: 160px 1fr 190px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a, .desktop-nav button { font-size: 9px; }
  .header-tools { gap: 8px; }
  .header-tools i { display: none; }
  .principle-copy { padding-left: 7%; padding-right: 7%; }
  .site-footer { grid-template-columns: 32% 18% 50%; padding-left: 4%; padding-right: 4%; }
}

@media (max-width: 768px) {
  .announcement { height: 42px; padding: 0 18px; overflow: hidden; white-space: nowrap; justify-content: flex-start; font-size: 8px; }
  .site-header, .site-header.is-scrolled { top: 42px; height: 80px; padding: 0 18px; display: flex; justify-content: space-between; background: var(--white); color: var(--blue); box-shadow: none; }
  .site-header.is-scrolled { position: fixed; top: 0; box-shadow: 0 1px 0 var(--line); }
  .brand { position: absolute; left: 50%; transform: translateX(-50%); gap: 7px; font-size: 12px; }
  .brand-mark { width: 31px; height: 24px; }
  .desktop-nav { display: none; }
  .header-tools { width: 100%; justify-content: space-between; }
  .header-tools > button:not(.menu-toggle,.cart-button) { display: none; }
  .header-tools .cart-button { order: 3; width: 48px; height: 48px; padding: 0; font-size: 0; }
  .cart-button::before { content: "BAG"; font-size: 9px; }
  .cart-button b { margin-left: 4px; }
  .menu-toggle { order: 1; display: block; color: var(--blue); }
  .mobile-menu { bottom: 49px; }
  .menu-floor svg { display: none; }

  .hero { height: calc(100svh - 42px); min-height: 650px; }
  .hero::after { inset: 5px; background: linear-gradient(180deg, rgba(9,17,56,.04) 30%, rgba(9,17,56,.72) 100%); }
  .hero-image { object-position: 58% center; border-width: 5px; }
  .hero-copy { left: 35px; right: 35px; top: 216px; bottom: auto; width: auto; transform: none; text-align: center; }
  .hero-copy > p:first-child { display: none; }
  .hero h1 { font-size: 34px; line-height: 1.13; letter-spacing: .08em; }
  .desktop-first { display: none !important; }
  .mobile-first { display: block !important; }
  .hero h1 span:first-child { white-space: normal; }
  .hero h1 span:last-child { max-width: none; }
  .hero-triangle { margin-top: 46px; border-left-width: 7px; border-right-width: 7px; border-bottom-width: 8px; }
  .hero-kicker { margin: 42px 0 39px; font-size: 14px; line-height: 1.45; }
  .round-link { width: 133px; height: 52px; font-size: 9px; }
  .hero-down { display: none; }

  .products { height: 709px; }
  .products-head { height: 239px; padding: 45px 26px 20px; }
  .products-head > p { margin-bottom: 13px; font-size: 8px; }
  .products h2 { max-width: 320px; margin: 0 auto; font-size: 28.72px; line-height: 1.2; }
  .products-all { min-height: 44px; margin-top: 10px; font-size: 14px; line-height: 1.5; }
  .product-viewport { height: 470px; border-width: 5px 0 5px 0; }
  .product-track { gap: 34px; padding-left: 34px; padding-right: 34px; background: var(--blue); touch-action: pan-y; will-change: transform; }
  .product-card { flex: 0 0 290px; }
  .product-card picture { height: 203px; }
  .product-info { height: 257px; padding: 25px 20px 15px; text-align: center; }
  .product-info > p { font-size: 8px; }
  .product-info h3 { margin-top: 12px; font-size: 21px; }
  .product-info > span { display: block; margin-top: 9px; font-size: 11px; }
  .add-button { left: 20px; right: 20px; bottom: 15px; min-height: 48px; }

  .principles { height: 1078px; display: flex; flex-direction: column; }
  .principle-media { order: 1; flex: 0 0 422px; width: auto; margin: 0 5px; }
  .principle-media figcaption { left: 20px; bottom: 18px; }
  .principle-copy { order: 2; flex: 0 0 656px; padding: 71px 35px 25px; }
  .principle-options { gap: 28px; }
  .principle-option { min-height: 145px; }
  .principle-option strong { margin-bottom: 11px; font-size: 24px; line-height: 1.1; }
  .principle-option small { max-width: 310px; font-size: 13px; line-height: 1.55; }

  .campaigns { height: 1077px; }
  .campaign-row { height: 539px; display: block; }
  .campaign-row:last-child { height: 538px; }
  .campaign-row figure { display: none; }
  .campaign-copy, .campaign-row.reverse .campaign-copy { width: 100%; height: 100%; padding: 42px 31px 28px; }
  .campaign-row.reverse .campaign-copy { padding-top: 32px; }
  .campaign-copy > p { font-size: 8px; }
  .campaign-copy h2 { margin-bottom: 0; font-size: 28.72px; line-height: 1.2; }
  .campaign-triangle { margin-top: 25px; margin-bottom: 29px; }
  .campaign-copy > span { max-width: 310px; font-size: 13px; line-height: 1.72; }
  .campaign-copy > button { width: 117px; height: 52px; margin-top: 116px; font-size: 9px; }
  .campaign-row.reverse .campaign-copy > button { width: 127px; margin-top: 113px; }

  .quotes { height: 603px; padding-top: 60px; }
  .quote-stack { width: 300px; height: 205px; }
  .quote-stack p { font-size: 22px; line-height: 1.2; }
  .quote-stack cite { margin-top: 22px; font-size: 8px; }
  .press-marks { height: 185px; margin-top: 11px; flex-direction: column; gap: 15px; }
  .press-marks span { min-width: 100px; font-size: 15px; }
  .press-marks span:nth-child(2) { font-size: 12px; }
  .quote-dots { bottom: 71px; }
  .pattern-divider { height: 65px; }

  .social { height: 358px; margin-top: 1px; }
  .social-head { height: 178px; padding-top: 52px; }
  .social-head > p { margin-bottom: 11px; font-size: 8px; }
  .social-head h2 { font-size: 27px; }
  .social-head button { margin-top: 7px; font-size: 8px; }
  .social-viewport { height: 180px; }
  .social-track { gap: 20px; animation-duration: 45s; }
  .social-track img { width: 150px; height: 150px; }
  @keyframes social-loop { to { transform: translate3d(calc(-24px - 1530px),0,0); } }

  .site-footer { height: 725px; padding: 45px 25px 20px; display: grid; grid-template-columns: 1fr; grid-template-rows: 126px 1px 197px 170px 1fr; }
  .newsletter-block { grid-row: 1; }
  .newsletter-block > p { margin-bottom: 9px; font-size: 8px; }
  .newsletter-block h2 { margin-bottom: 10px; font-size: 13px; }
  .newsletter-form { width: 100%; }
  .newsletter-form input { height: 44px; }
  .footer-mark { grid-row: 2; width: 100%; border-top: 1px solid rgba(255,255,255,.35); }
  .footer-mark svg, .footer-mark strong { display: none; }
  .footer-links { grid-row: 3 / 5; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 197px 170px; gap: 0 27px; padding-top: 36px; }
  .footer-links nav:nth-child(3) { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.35); }
  .footer-links b { margin-bottom: 13px; }
  .footer-links a, .footer-links button { min-width: 44px; min-height: 44px; }
  .footer-bottom { grid-row: 5; align-self: end; min-height: 88px; padding-top: 17px; flex-direction: column-reverse; justify-content: flex-start; gap: 12px; }
  .footer-bottom div { width: 100%; justify-content: space-between; gap: 10px; }
  .footer-bottom button { min-width: 44px; min-height: 44px; }
  .toast { bottom: 18px; }
}

@media (min-width: 480px) and (max-width: 768px) {
  .products { height: 847px; }
  .products-head { height: 240px; padding-top: 54px; }
  .product-viewport { height: 607px; }
  .product-track { padding-left: 28px; padding-right: 28px; gap: 28px; }
  .product-card { flex-basis: 290px; }
  .product-card picture { height: 340px; }
  .product-info { height: 257px; }

  .principles { height: 1083px; }
  .principle-media { flex-basis: 520px; }
  .principle-copy { flex-basis: 563px; padding: 47px 52px 25px; }
  .principle-options { gap: 19px; }
  .principle-option { min-height: 142px; }
  .principle-option small { max-width: 520px; }

  .campaigns { height: 911px; }
  .campaign-row, .campaign-row:last-child { height: 455.5px; }
  .campaign-copy, .campaign-row.reverse .campaign-copy { padding-top: 94px; }

  .quotes { height: 394px; padding-top: 60px; }
  .quote-stack { width: 78vw; height: 120px; }
  .quote-stack p { font-size: 21px; }
  .press-marks { height: 63px; margin-top: 2px; flex-direction: row; gap: 55px; }
  .quote-dots { bottom: 67px; }

  .social { height: 365px; }
  .social-head { height: 185px; padding-top: 50px; }
  .social-viewport { height: 180px; }

  .site-footer { height: 640px; padding: 38px 28px 18px; grid-template-rows: 120px 1px 260px 1fr; }
  .footer-links { grid-row: 3; grid-column: 1; grid-template-columns: repeat(3, 1fr); grid-template-rows: 220px; gap: 20px; padding-top: 34px; }
  .footer-links nav:nth-child(3) { grid-column: auto; padding-top: 0; border-top: 0; }
  .footer-bottom { grid-row: 4; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .social-track { animation: none !important; transform: translate3d(-24px,0,0); }
}
