:root {
  color-scheme: dark;
  --honest-bg: #101010;
  --honest-surface: #171717;
  --honest-surface-2: #1d1d1d;
  --honest-line: #343434;
  --honest-text: #f5f5f5;
  --honest-muted: #999999;
  --honest-green: #81d9a8;
}

html { scroll-behavior: smooth; }
body.honest-site {
  background: var(--honest-bg);
  color: var(--honest-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.honest-site :is(button, input, select, textarea) { font: inherit; }
body.honest-site a { text-decoration: none; }
body.honest-site :is(button, a, input):focus-visible { outline: 2px solid #f5f5f5; outline-offset: 3px; }
.honest-container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.honest-kicker, .honest-eyebrow {
  color: var(--honest-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.5;
}
.honest-eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.honest-eyebrow__slash { color: #5a5a5a; padding-inline: 2px; }
.honest-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--honest-green); box-shadow: 0 0 0 4px rgba(129,217,168,.08); animation: honest-breathe 2.8s ease-in-out infinite; }
.honest-media-placeholder { display: grid; place-items: center; flex: none; background: #111; border: 1px solid #333; }
.honest-media-placeholder .honest-logo-mark { display: block; width: 55%; height: 55%; }
.honest-logo-mark { position: relative; }
.honest-logo-mark::before {
  content: "";
  position: absolute;
  inset: 11%;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: .7;
}
.honest-ascii-fallback {
  position: absolute;
  top: 50%;
  right: 5%;
  margin: 0;
  transform: translateY(-50%);
  color: #a9a9a9;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: clamp(2px, .35vw, 6px);
  line-height: 1;
  white-space: pre;
  pointer-events: none;
}
.honest-art-loaded .honest-ascii-fallback { display: none; }

/* Header shared by every storefront route. */
.honest-nav { position: fixed; inset: 0 0 auto; z-index: 40; height: 80px; background: rgba(16,16,16,.93); border-bottom: 1px solid #292929; backdrop-filter: blur(12px); }
.honest-nav__inner { height: 100%; display: flex; align-items: center; gap: 48px; }
.honest-brand { display: inline-flex; align-items: center; gap: 10px; flex: none; color: var(--honest-text); font-size: 13px; font-weight: 650; letter-spacing: -.02em; white-space: nowrap; }
.honest-brand .honest-logo-mark { width: 34px; height: 34px; }
.honest-nav__links { display: flex; align-items: center; gap: 30px; margin-right: auto; }
.honest-nav__links a, .honest-footer nav a { color: #aaa; font-size: 12px; transition: color .2s ease; }
.honest-nav__links a:hover, .honest-footer nav a:hover { color: #fff; }
.honest-nav__actions { display: flex; align-items: center; gap: 10px; }
.honest-nav__search { width: 234px; height: 36px; border: 1px solid #303030; border-radius: 6px; background: #191919; display: flex; align-items: center; padding: 0 10px; position: relative; transition: border-color .2s ease, background .2s ease; }
.honest-nav__search:focus-within { border-color: #777; background: #1d1d1d; }
.honest-nav__search svg { width: 15px; height: 15px; flex: none; color: #aaa; }
.honest-nav__search input { width: 100%; height: 100%; background: transparent; border: 0; box-shadow: none; outline: 0; padding: 0 0 0 10px; color: #f5f5f5; font-size: 11px; }
.honest-nav__search input:focus { outline: 0; box-shadow: none; }
.honest-nav__search input::placeholder, .honest-mobile-search input::placeholder { color: #777; }
.honest-icon-button { position: relative; width: 36px; height: 36px; display: grid; place-items: center; color: #f5f5f5; background: #191919; border: 1px solid #303030; border-radius: 6px; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.honest-icon-button:hover { background: #262626; border-color: #666; transform: translateY(-2px); }
.honest-icon-button svg { width: 16px; height: 16px; }
.honest-nav__login { display: inline-flex; align-items: center; gap: 18px; height: 36px; padding: 0 14px; border: 1px solid #303030; border-radius: 6px; color: #f5f5f5; font-size: 11px; font-weight: 600; transition: background .2s ease, border-color .2s ease; }
.honest-nav__login:hover { background: #252525; border-color: #666; }
.honest-nav__login span { font-size: 15px; font-weight: 400; }
.honest-nav__mobile-search { display: none; }
.honest-search-result { position: absolute; top: calc(100% + 8px); right: 0; width: min(520px, 88vw); max-height: 420px; overflow-y: auto; border: 1px solid var(--honest-line); border-radius: 8px; background: #1b1b1b; box-shadow: 0 24px 60px rgba(0,0,0,.45); z-index: 60; }
.honest-mobile-search { position: fixed; z-index: 39; top: 80px; left: 0; right: 0; padding: 12px 0; background: #151515; border-bottom: 1px solid var(--honest-line); }
.honest-mobile-search .honest-container { position: relative; }
.honest-mobile-search input { width: 100%; height: 42px; padding: 0 14px; color: #f5f5f5; background: #1d1d1d; border: 1px solid #353535; border-radius: 6px; font-size: 12px; }
.honest-mobile-search .honest-search-result { top: 48px; left: 0; width: 100%; }
.honest-nav__profile #profile-button { min-width: 36px; }
.honest-nav__profile #profile-button > div { font-size: 11px; }

/* Home hero and editorial sections. */
.honest-hero { padding-top: 32px; }
.honest-hero__surface { position: relative; min-height: 580px; overflow: hidden; border: 1px solid #282828; border-radius: 12px; background: #050505; isolation: isolate; }
.honest-hero__ascii { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right 46%; opacity: .9; animation: honest-ascii-drift 16s ease-in-out infinite alternate; transform-origin: 75% center; }
.honest-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.98) 30%, rgba(8,8,8,.55) 61%, rgba(8,8,8,.08) 100%), linear-gradient(0deg, rgba(8,8,8,.48), transparent 35%); }
.honest-hero__content { position: relative; z-index: 2; width: min(650px, 65%); min-height: 580px; padding: 116px 0 92px 84px; display: flex; flex-direction: column; align-items: flex-start; animation: honest-enter .75s cubic-bezier(.2,.8,.2,1) both; }
.honest-hero h1 { margin: 28px 0 18px; color: #fff; font-size: clamp(54px, 5.7vw, 84px); line-height: 1.02; letter-spacing: -.065em; font-weight: 620; }
.honest-hero h1 span { color: #a9a9a9; }
.honest-hero p { max-width: 430px; margin: 0; color: #aaa; font-size: 15px; line-height: 1.7; }
.honest-hero__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 36px; }
.honest-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 44px; padding: 0 17px; border: 1px solid transparent; border-radius: 6px; font-size: 12px; font-weight: 650; line-height: 1.2; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.honest-button:hover { transform: translateY(-2px); }
.honest-button span { font-size: 18px; font-weight: 400; }
.honest-button--light { color: #111; background: #f7f7f7; border-color: #f7f7f7; }
.honest-button--light:hover { color: #111; background: #d9d9d9; border-color: #d9d9d9; }
.honest-button--quiet { color: #e6e6e6; border-color: #414141; background: rgba(22,22,22,.72); }
.honest-button--quiet:hover, .honest-button--outline:hover { color: #fff; background: #252525; border-color: #777; }
.honest-button--outline { color: #f3f3f3; border-color: #575757; background: transparent; }
.honest-hero__index { position: absolute; z-index: 2; right: 32px; bottom: 26px; color: #666; font-size: 9px; font-weight: 600; letter-spacing: .13em; }
.honest-signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-block: 30px; border-bottom: 1px solid #303030; }
.honest-signals > div { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; align-content: start; padding: 2px 24px; border-right: 1px solid #303030; }
.honest-signals > div:first-child { padding-left: 0; }
.honest-signals > div:last-child { border-right: 0; }
.honest-signals span { grid-row: span 2; color: #666; font-size: 10px; letter-spacing: .12em; padding-top: 2px; }
.honest-signals strong { font-size: 12px; font-weight: 600; }
.honest-signals small { color: #838383; font-size: 11px; line-height: 1.5; }
.honest-categories, .honest-products { padding-top: 100px; }
.honest-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.honest-section-heading h2 { margin: 11px 0 0; font-size: clamp(28px, 3.5vw, 42px); font-weight: 570; line-height: 1.14; letter-spacing: -.045em; }
.honest-section-heading__note { color: #858585; font-size: 11px; padding-bottom: 5px; }
.honest-categories__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.honest-category-link { display: flex; justify-content: space-between; align-items: end; min-height: 142px; padding: 18px; color: #efefef; background: #181818; border: 1px solid #343434; border-radius: 8px; font-size: 17px; font-weight: 560; letter-spacing: -.03em; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.honest-category-link:hover { color: #fff; transform: translateY(-4px); border-color: #888; background: #202020; }
.honest-category-link span:last-child { color: #929292; font-size: 23px; font-weight: 300; line-height: 1; }
.honest-products__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.honest-product-card { display: flex; flex-direction: column; min-width: 0; color: #f5f5f5; background: #181818; border: 1px solid #343434; border-radius: 8px; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.honest-product-card:hover { transform: translateY(-5px); border-color: #888; box-shadow: 0 22px 38px rgba(0,0,0,.18); }
.honest-product-card__image { position: relative; height: 218px; display: grid; place-items: center; overflow: hidden; background: #222; }
.honest-product-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.28), transparent 65%); pointer-events: none; }
.honest-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.honest-product-card:hover .honest-product-card__image img { transform: scale(1.05); }
.honest-product-card__image .honest-product-card__placeholder { width: 64px; height: 64px; opacity: .75; }
.honest-product-card__badge { position: absolute; z-index: 1; top: 12px; right: 12px; padding: 5px 8px; background: #0d0d0d; border: 1px solid #555; border-radius: 3px; color: #c8c8c8; font-size: 9px; letter-spacing: .1em; }
.honest-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.honest-product-card h3 { min-height: 48px; margin: 8px 0 20px; font-size: 17px; line-height: 1.35; font-weight: 590; letter-spacing: -.025em; }
.honest-product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #353535; padding-top: 14px; color: #eee; font-size: 13px; font-weight: 600; }
.honest-product-card__arrow { color: #a1a1a1; font-size: 21px; line-height: 1; }
.honest-page-hero { position: relative; min-height: 300px; display: flex; align-items: end; overflow: hidden; margin-top: 32px; margin-bottom: 34px; border: 1px solid #303030; border-radius: 10px; background: #090909; }
.honest-page-hero > .honest-ascii-art { position: absolute; inset: 0; width: 100%; height: 100%; background-position: right 47%; opacity: .5; }
.honest-page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, #090909 0%, rgba(9,9,9,.93) 40%, rgba(9,9,9,.25) 100%); }
.honest-page-hero__copy { position: relative; padding: 50px; }
.honest-page-hero h1 { margin: 18px 0 5px; font-size: clamp(34px, 4vw, 54px); font-weight: 590; letter-spacing: -.055em; }
.honest-page-hero p { margin: 0; color: #999; font-size: 13px; }
.honest-endcap { position: relative; min-height: 340px; margin-block: 100px; overflow: hidden; border: 1px solid #303030; border-radius: 10px; background: #141414; }
.honest-endcap__copy { position: relative; z-index: 2; max-width: 550px; padding: 48px 0 48px 56px; }
.honest-endcap__copy > img { display: block; width: 44px; height: 44px; object-fit: contain; margin-bottom: 16px; }
.honest-endcap h2 { margin: 8px 0 10px; font-size: clamp(32px, 3.2vw, 42px); letter-spacing: -.05em; font-weight: 580; }
.honest-endcap p { margin: 0 0 24px; max-width: 380px; color: #aaa; font-size: 13px; line-height: 1.7; }
.honest-endcap__ascii { position: absolute; inset: 0 0 0 auto; width: 70%; height: 100%; object-fit: cover; object-position: right 45%; opacity: .45; mask-image: linear-gradient(90deg, transparent, #000 48%); }

/* Login mirrors the desktop app: quiet form, thin dividers, ASCII portrait. */
.honest-site--bare { background: #101010; }
.honest-login { min-height: 100vh; display: grid; place-items: center; padding: 26px; }
.honest-login__shell { display: flex; flex-direction: column; width: min(1380px, 100%); min-height: min(790px, calc(100vh - 52px)); overflow: hidden; border: 1px solid #303030; border-radius: 12px; background: #121212; box-shadow: 0 36px 100px rgba(0,0,0,.3); }
.honest-login__topbar { height: 70px; flex: none; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; border-bottom: 1px solid #292929; }
.honest-login__back { display: inline-flex; align-items: center; gap: 20px; color: #aaa; font-size: 11px; transition: color .2s ease; }
.honest-login__back:hover { color: #fff; }
.honest-login__back span { font-size: 17px; }
.honest-login__main { flex: 1; display: grid; grid-template-columns: minmax(0, 47%) minmax(0, 53%); min-height: 620px; }
.honest-login__form-panel { display: grid; place-items: center; padding: 50px 40px; }
.honest-login__form-wrap { width: min(390px, 100%); animation: honest-enter .65s cubic-bezier(.2,.8,.2,1) both; }
.honest-login h1 { margin: 20px 0 10px; color: #fafafa; font-size: clamp(37px, 3.6vw, 52px); line-height: 1.08; letter-spacing: -.06em; font-weight: 610; }
.honest-login__intro { max-width: 350px; margin: 0 0 32px; color: #989898; font-size: 12px; line-height: 1.7; }
.honest-login__social { display: grid; gap: 9px; }
.honest-social-button { display: flex; align-items: center; gap: 12px; width: 100%; height: 46px; padding: 0 14px; border: 1px solid #424242; border-radius: 6px; color: #ededed; background: #1b1b1b; cursor: pointer; font-size: 12px; font-weight: 550; text-align: left; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.honest-social-button:hover { background: #262626; border-color: #888; transform: translateY(-2px); }
.honest-social-button span { margin-left: auto; color: #8d8d8d; font-size: 16px; }
.honest-login__divider { display: flex; align-items: center; gap: 14px; margin: 23px 0; color: #727272; font-size: 10px; white-space: nowrap; }
.honest-login__divider::before, .honest-login__divider::after { content: ""; height: 1px; flex: 1; background: #333; }
.honest-login__form label { display: block; margin-bottom: 9px; color: #e8e8e8; font-size: 11px; font-weight: 600; }
.honest-login__form input { width: 100%; height: 46px; padding: 0 14px; background: #1b1b1b; border: 1px solid #424242; border-radius: 6px; color: #fff; font-size: 12px; }
.honest-login__form input::placeholder { color: #777; }
.honest-login__form .submit-button { width: 100%; margin-top: 14px; }
.honest-login__text-button { margin-top: 14px; width: 100%; color: #aaa; background: transparent; border: 0; font-size: 11px; cursor: pointer; }
.honest-login__text-button:hover { color: #fff; }
.honest-login__otp { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.honest-login__otp input { min-width: 0; padding: 0; text-align: center; font-size: 17px; }
.honest-login__hint { margin: 12px 0 0; color: #898989; font-size: 11px; }
.honest-login__art { position: relative; overflow: hidden; background: #050505; border-left: 1px solid #292929; isolation: isolate; }
.honest-login__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 42%), linear-gradient(90deg, rgba(0,0,0,.32), transparent 30%); pointer-events: none; }
.honest-login__art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; opacity: .9; animation: honest-ascii-drift 18s ease-in-out infinite alternate; }
.honest-login__art-copy { position: absolute; z-index: 2; left: 44px; bottom: 54px; }
.honest-login__art-copy span, .honest-login__art-coordinate { color: #979797; font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.honest-login__art-copy p { margin: 9px 0 0; color: #f6f6f6; font-size: clamp(27px, 3vw, 42px); line-height: 1.05; letter-spacing: -.055em; font-weight: 550; }
.honest-login__art-coordinate { position: absolute; z-index: 2; right: 30px; bottom: 32px; }
.honest-login__footer { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 32px; border-top: 1px solid #292929; color: #777; font-size: 10px; }

.honest-footer { margin-top: auto; border-top: 1px solid #303030; background: #111; }
.honest-footer__main { display: flex; align-items: start; justify-content: space-between; gap: 30px; padding-block: 44px 48px; }
.honest-footer__main p { margin: 10px 0 0 42px; color: #858585; font-size: 11px; }
.honest-footer nav { display: flex; flex-wrap: wrap; gap: 25px; padding-top: 10px; }
.honest-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #282828; padding-block: 16px; color: #737373; font-size: 10px; letter-spacing: .06em; }
.honest-footer__bottom span:last-child { letter-spacing: .16em; }

/* Existing CentralCart routes inherit the same quiet controls. */
body.honest-site :is(.btn-primary, .btn-secondary, .btn-outline) { border-radius: 6px; font-size: 12px; font-weight: 600; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
body.honest-site :is(.btn-primary, .btn-secondary, .btn-outline):hover { transform: translateY(-2px); }
body.honest-site .btn-primary { background: #f4f4f4; color: #111; border-color: #f4f4f4; }
body.honest-site .btn-primary:hover { background: #ddd; }
body.honest-site .btn-secondary { background: #242424; border-color: #484848; color: #f5f5f5; }
body.honest-site .btn-outline { background: transparent; border-color: #555; color: #f5f5f5; }
body.honest-site .btn-categories { border-radius: 6px; border-color: #404040; background: #1b1b1b; color: #ddd; font-size: 11px; }
body.honest-site .btn-categories:hover { background: #282828; border-color: #888; }
body.honest-site .gradient-text { color: #fff; background: none; -webkit-text-fill-color: currentColor; animation: none; }
body.honest-site .featured-card-neon, body.honest-site .featured-card-neon__image { animation: none; box-shadow: none; border-color: #494949; }
body.honest-site .featured-badge, body.honest-site .featured-badge__icon { animation: none; }
body.honest-site input:not([type="checkbox"]):not([type="radio"]), body.honest-site select, body.honest-site textarea { border-color: #414141; background-color: #1a1a1a; color: #f5f5f5; }
body.honest-site :is(input, select, textarea):focus-visible { outline: 1px solid #aaa; outline-offset: 1px; box-shadow: none; }

@keyframes honest-breathe { 0%, 100% { opacity: .7; box-shadow: 0 0 0 4px rgba(129,217,168,.05); } 50% { opacity: 1; box-shadow: 0 0 0 8px rgba(129,217,168,.1); } }
@keyframes honest-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes honest-ascii-drift { from { transform: scale(1); } to { transform: scale(1.045) translateX(-1.2%); } }

@media (prefers-reduced-motion: no-preference) {
  .honest-motion-ready .honest-reveal { opacity: 0; translate: 0 18px; transition: opacity .65s ease, translate .65s cubic-bezier(.2,.8,.2,1); }
  .honest-motion-ready .honest-reveal--visible { opacity: 1; translate: 0 0; }
}

@media (max-width: 1100px) {
  .honest-nav__inner { gap: 26px; }
  .honest-nav__links { gap: 19px; }
  .honest-nav__search { width: 190px; }
  .honest-hero__content { padding-left: 58px; }
  .honest-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .honest-container { width: min(100% - 36px, 1280px); }
  .honest-nav { height: 68px; }
  .honest-nav__inner { gap: 10px; }
  .honest-nav__links, .honest-nav__search { display: none; }
  .honest-nav__actions { margin-left: auto; gap: 7px; }
  .honest-nav__mobile-search { display: grid; }
  .honest-nav__login { padding-inline: 11px; }
  .honest-brand { font-size: 12px; }
  .honest-brand .honest-logo-mark { width: 30px; height: 30px; }
  .honest-mobile-search { top: 68px; }
  body.honest-site:not(.honest-site--bare) > main { padding-top: 68px; }
  .honest-hero { padding-top: 18px; }
  .honest-hero__surface, .honest-hero__content { min-height: 620px; }
  .honest-hero__ascii { object-position: 74% center; opacity: .55; }
  .honest-hero__shade { background: linear-gradient(90deg, rgba(5,5,5,.87), rgba(5,5,5,.55)), linear-gradient(0deg, rgba(5,5,5,.9), transparent 55%); }
  .honest-hero__content { width: 100%; padding: 90px 28px 100px; justify-content: end; }
  .honest-hero h1 { font-size: clamp(44px, 10vw, 64px); margin-top: 21px; }
  .honest-hero p { font-size: 13px; }
  .honest-hero__index { right: 22px; bottom: 20px; font-size: 8px; }
  .honest-signals { grid-template-columns: 1fr; gap: 0; padding-block: 10px; }
  .honest-signals > div, .honest-signals > div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid #303030; }
  .honest-signals > div:last-child { border-bottom: 0; }
  .honest-categories, .honest-products { padding-top: 74px; }
  .honest-section-heading__note { display: none; }
  .honest-categories__list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .honest-category-link { min-height: 118px; font-size: 14px; }
  .honest-product-card__image { height: 200px; }
  .honest-endcap { margin-block: 74px; }
  .honest-endcap__copy { padding: 42px 28px; }
  .honest-endcap__ascii { opacity: .18; width: 100%; }
  .honest-page-hero { min-height: 250px; margin-top: 18px; }
  .honest-page-hero__copy { padding: 28px; }
  .honest-login { padding: 0; }
  .honest-login__shell { min-height: 100vh; border: 0; border-radius: 0; }
  .honest-login__main { grid-template-columns: 1fr; min-height: auto; }
  .honest-login__form-panel { min-height: 600px; padding: 54px 28px; }
  .honest-login__art { min-height: 300px; border-left: 0; border-top: 1px solid #303030; }
  .honest-login__art > img { object-position: right 44%; }
  .honest-login__art-copy { left: 28px; bottom: 32px; }
  .honest-login__art-coordinate { display: none; }
  .honest-login__footer { padding-inline: 28px; }
  .honest-footer__main { flex-direction: column; gap: 26px; }
}
@media (max-width: 480px) {
  .honest-nav__login { gap: 0; }
  .honest-nav__login span { display: none; }
  .honest-hero__actions { width: 100%; }
  .honest-hero__actions .honest-button { flex: 1; gap: 9px; padding-inline: 12px; white-space: nowrap; font-size: 10px; }
  .honest-products__grid { grid-template-columns: 1fr; }
  .honest-product-card__image { height: 240px; }
  .honest-footer nav { gap: 16px; }
  .honest-login__topbar { padding-inline: 20px; }
  .honest-login__back { gap: 5px; font-size: 10px; }
  .honest-login__form-panel { min-height: 580px; padding: 42px 25px; }
  .honest-login__footer span:last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .honest-site *, .honest-site *::before, .honest-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
