@import url("tokens.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  color: inherit;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 800;
}
h2 {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 750;
}
h3 {
  font-size: 1.05rem;
  letter-spacing: -0.015em;
}
p {
  color: var(--muted);
}
button {
  border: 0;
  background: none;
}
a,
button {
  touch-action: manipulation;
}
a:hover {
  color: var(--link);
}
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
  border-radius: 4px;
}
.container {
  width: min(1320px, calc(100% - 72px));
  margin-inline: auto;
}
.icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  padding: 12px;
  background: var(--surface);
  z-index: 100;
}
.skip:focus {
  top: 12px;
}
.eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--accent);
  line-height: 1.6;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 0.8rem;
}
.full {
  width: 100%;
}
.reverse {
  transform: rotate(180deg);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: var(--radius-sm);
  min-height: 48px;
  padding: 12px 23px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid transparent;
  transition:
    transform var(--duration),
    box-shadow var(--duration),
    background var(--duration);
  line-height: 1.4;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.button.primary {
  background: var(--primary);
  color: var(--primary-text);
}
.button.gold {
  background: var(--gold);
  color: var(--navy);
}
.button.navy {
  background: var(--navy);
  color: #fff;
}
.button.outline {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--text);
}
.button .icon {
  width: 19px;
  height: 19px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--link);
  font-size: 0.88rem;
  font-weight: 650;
}
.text-link .icon {
  width: 18px;
  height: 18px;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.icon-button:hover {
  background: var(--wash);
}
.utility {
  background: var(--utility);
  color: #fff;
  font-size: 0.74rem;
  height: 34px;
}
.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.utility-inner > span,
.utility-inner > div,
.utility-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.utility-inner > div {
  gap: 25px;
}
.utility .icon {
  width: 15px;
  height: 15px;
}
.utility a:hover {
  color: var(--gold);
}
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: white;
}
.theme-toggle > .icon:first-child {
  color: var(--gold);
}
.toggle-track {
  width: 33px;
  height: 18px;
  border: 1px solid #99a7b8;
  background: #0c375e;
  border-radius: 14px;
  padding: 2px;
  display: block;
}
.toggle-track span {
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
  display: block;
  transition: transform var(--duration);
}
[data-theme="dark"] .toggle-track span {
  transform: translateX(14px);
  background: #c4ecff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--header);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.brand {
  display: block;
  flex-shrink: 0;
  width: 244px;
  height: 54px;
  overflow: hidden;
}
.brand-crop {
  width: 270px;
  height: 59px;
  display: block;
  position: relative;
  transform: scale(0.9);
  transform-origin: top left;
  overflow: hidden;
}
.brand-crop img {
  position: absolute;
  width: 1122px;
  max-width: none;
  height: auto;
  left: -25px;
  top: -35px;
}
.brand-dark {
  display: none;
}
[data-theme="dark"] .brand-light {
  display: none;
}
[data-theme="dark"] .brand-dark {
  display: block;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.79rem;
  font-weight: 650;
  white-space: nowrap;
}
.desktop-nav a {
  position: relative;
  padding: 31px 0;
}
.desktop-nav a.active:after {
  content: "";
  position: absolute;
  bottom: 21px;
  height: 3px;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: var(--gold);
}
.search {
  display: flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  border-radius: 7px;
  overflow: hidden;
  min-width: 0;
}
.header-inner > .search {
  margin-left: auto;
  width: 230px;
}
.search > .icon {
  margin-left: 15px;
  width: 19px;
  height: 19px;
  color: var(--muted);
}
.header-inner .search > .icon {
  display: none;
}
.search input {
  width: 100%;
  min-width: 0;
  outline: none !important;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 13px 14px;
  font-size: 0.78rem;
}
.search:focus-within {
  box-shadow: 0 0 0 3px var(--focus-soft);
  border-color: var(--focus);
}
.search button {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: var(--search-button);
  color: var(--search-button-text);
  min-width: 43px;
}
.search button .icon {
  width: 19px;
  height: 19px;
}
.account-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
}
.account-link .icon {
  width: 22px;
  height: 22px;
}
.cart-link {
  position: relative;
  display: flex;
  padding: 8px 4px;
}
.cart-link .icon {
  width: 27px;
  height: 27px;
}
.cart-link > span {
  position: absolute;
  top: 0;
  right: -5px;
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  border-radius: 10px;
  background: var(--coral);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.mobile-menu {
  display: none;
}
.hero {
  background: var(--hero-bg);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 508px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 48px 0 38px;
}
.hero-copy > .eyebrow {
  margin-bottom: 15px;
}
.hero h1 {
  font-size: clamp(2.8rem, 4.5vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.hero h1 span {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.hero h1 span:after {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: var(--gold);
  transform: rotate(-2deg);
  z-index: -1;
}
.hero-break {
  display: none;
}
.hero-description {
  font-size: 0.95rem;
  line-height: 1.65;
  margin-top: 20px;
  max-width: 500px;
}
.hero-checks {
  display: flex;
  gap: 22px;
  margin: 24px 0 22px;
  font-size: 0.72rem;
  font-weight: 550;
  white-space: nowrap;
}
.hero-checks span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-checks .icon {
  background: var(--teal);
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 3px;
  stroke-width: 3;
}
.hero-search {
  height: 55px;
  border-radius: 9px;
  border-color: var(--search-border);
  box-shadow: var(--shadow-sm);
  max-width: 528px;
}
.hero-search input {
  font-size: 0.9rem;
  padding: 15px;
}
.hero-search button {
  background: var(--gold);
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 750;
  min-width: 104px;
}
.popular-searches {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.71rem;
  margin-top: 12px;
  color: var(--muted);
}
.popular-searches a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero-art {
  position: relative;
  min-width: 0;
  margin-right: -70px;
}
.hero-art > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 100%);
}
.hero-note {
  position: absolute;
  top: 31px;
  right: 49px;
  background: #fff0ac;
  color: #132a4c;
  padding: 19px 25px;
  box-shadow: 0 7px 17px #15243625;
  transform: rotate(7deg);
  font-size: 1.05rem;
  line-height: 1.4;
  font-family: Georgia, serif;
}
.hero-note strong {
  font-weight: 600;
}
.hero-note span {
  display: block;
  color: #df5484;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
}
.art-caption {
  position: absolute;
  bottom: 20px;
  right: 85px;
  background: #fffdf0d9;
  color: #26364c;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.68rem;
}
.category-section {
  padding-block: 24px 9px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 13px;
}
.category-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  border-radius: 8px;
  padding: 18px 6px 15px;
  min-height: 109px;
  color: #11264b !important;
  background: var(--tile);
  transition:
    transform var(--duration),
    box-shadow var(--duration);
}
.category-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.category-tile > .icon:first-child {
  width: 32px;
  height: 32px;
  stroke-width: 1.8;
}
.category-tile > span {
  font-size: 0.76rem;
  font-weight: 750;
}
.category-tile > .icon:last-child {
  position: absolute;
  right: 10px;
  bottom: 17px;
  width: 12px;
  height: 12px;
}
.pink {
  --tile: #ffc4da;
  --tile-deep: #cf5384;
}
.blue {
  --tile: #a8d9ff;
  --tile-deep: #3487cb;
}
.yellow {
  --tile: #ffe08a;
  --tile-deep: #b99236;
}
.green {
  --tile: #a9e8c3;
  --tile-deep: #42885a;
}
.purple {
  --tile: #cdb8fa;
  --tile-deep: #8262b6;
}
.orange {
  --tile: #ffc090;
  --tile-deep: #bf763e;
}
.aqua {
  --tile: #a2e7ed;
  --tile-deep: #328e9b;
}
.section {
  padding-block: 35px 40px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.section-heading > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.section-heading > div > .icon {
  width: 35px;
  height: 35px;
  color: var(--accent);
}
.bestsellers .section-heading > div > .icon {
  color: #f9b800;
  fill: #f9b80025;
}
.section-heading h2 {
  font-size: 1.75rem;
  letter-spacing: -0.04em;
}
.section-heading p {
  font-size: 0.82rem;
  margin-top: 6px;
}
.section-heading > .text-link {
  white-space: nowrap;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}
.home-products {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 17px;
}
.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
  overflow: hidden;
  transition:
    transform var(--duration),
    box-shadow var(--duration),
    border var(--duration);
  position: relative;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--line-strong);
}
.cover-wrap {
  position: relative;
  padding: 9px 9px 0;
  background: var(--surface);
  overflow: hidden;
}
.cover-link {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: var(--wash);
}
.cover-link img {
  width: 100%;
  aspect-ratio: 300/350;
  object-fit: cover;
  object-position: top;
}
.favorite {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fffffff0;
  color: #c23667;
  box-shadow: 0 2px 6px #00000010;
  opacity: 0;
  transition:
    opacity var(--duration),
    transform var(--duration);
}
.favorite .icon {
  width: 18px;
  height: 18px;
}
.product-card:hover .favorite,
.favorite:focus-visible,
.favorite[aria-pressed="true"] {
  opacity: 1;
}
.favorite[aria-pressed="true"] .icon {
  fill: currentColor;
}
.favorite:hover {
  transform: scale(1.1);
}
.cover-badge {
  position: absolute;
  bottom: 10px;
  right: 7px;
  z-index: 2;
  font-size: 0.58rem;
  background: var(--coral);
  color: white;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 5px 8px;
  border-radius: 4px;
}
.card-body {
  padding: 13px 13px 12px;
}
.card-category {
  font-size: 0.57rem;
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 5px;
}
.card-body h3 {
  font-size: 0.9rem;
  line-height: 1.3;
  min-height: 2.6em;
}
.card-body > p {
  font-size: 0.66rem;
  margin-top: 7px;
}
.card-body > p > span {
  white-space: nowrap;
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.price {
  font-size: 1.12rem;
  font-weight: 800;
}
.price.free {
  font-size: 0.75rem;
  background: var(--teal);
  color: white;
  border-radius: 4px;
  padding: 2px 8px;
}
.card-action {
  display: grid;
  place-items: center;
  background: var(--teal);
  color: white;
  width: 33px;
  height: 33px;
  border-radius: 6px;
  transition: background var(--duration);
}
.card-action:hover {
  background: var(--primary);
  color: var(--primary-text);
}
.card-action .icon {
  width: 19px;
  height: 19px;
}
.preview-button {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transition: opacity var(--duration);
}
.preview-button .icon {
  width: 15px;
  height: 15px;
}
.hover-preview {
  pointer-events: none;
  position: absolute;
  inset: 9px 9px 0;
  background: white;
  opacity: 0;
  transition: opacity 0.3s;
}
.hover-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card:hover .preview-button,
.product-card:focus-within .preview-button {
  opacity: 1;
}
@media (hover: hover) {
  .product-card:hover .hover-preview {
    opacity: 1;
    transition-delay: 0.5s;
  }
}
.free-section {
  background: var(--free-bg);
  padding: 30px 0 34px;
  border-block: 1px solid var(--free-line);
}
.free-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}
.free-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 10px;
  border-radius: 7px;
  position: relative;
  min-height: 115px;
}
.free-card > a:first-child {
  width: 61px;
  flex-shrink: 0;
}
.free-card img {
  height: 90px;
  object-fit: cover;
  width: 100%;
  border: 1px solid var(--line);
}
.free-card h3 {
  font-size: 0.74rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.free-card > div {
  align-self: flex-start;
  padding-top: 7px;
  padding-right: 7px;
}
.badge {
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  border-radius: 4px;
  background: var(--wash);
  color: var(--muted);
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.4;
}
.badge.teal {
  background: var(--teal);
  color: white;
}
.blue-badge {
  background: var(--wash);
  color: var(--accent);
}
.free-download {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: var(--link);
  background: var(--wash);
  border-radius: 5px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}
.free-download .icon {
  width: 17px;
  height: 17px;
}
.discovery-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 27px;
  padding-block: 39px 26px;
}
.bundle-promo {
  border-radius: 12px;
  background: var(--bundle-bg);
  color: var(--text);
  padding: 29px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 290px;
}
.bundle-promo > div:first-child {
  position: relative;
  z-index: 2;
  width: 60%;
}
.bundle-promo h2 {
  font-size: 2rem;
  margin: 11px 0;
}
.bundle-promo p {
  font-size: 0.81rem;
  line-height: 1.5;
}
.bundle-promo .button {
  margin-top: 18px;
  min-height: 40px;
  padding: 9px 15px;
  font-size: 0.75rem;
}
.bundle-promo .eyebrow {
  font-size: 0.61rem;
}
.bundle-art {
  position: absolute;
  right: 16px;
  top: 55px;
  width: 225px;
  height: 230px;
}
.bundle-art img {
  width: 135px;
  position: absolute;
  box-shadow: var(--shadow);
  border: 4px solid white;
  transform: rotate(-10deg);
  top: 5px;
  left: 3px;
}
.bundle-art img + img {
  transform: rotate(13deg);
  top: 28px;
  left: 85px;
}
.grade-panel {
  padding: 17px 10px 10px 16px;
}
.grade-panel > .eyebrow {
  font-size: 0.65rem;
}
.grade-panel h2 {
  margin-top: 10px;
  font-size: 1.8rem;
}
.grade-panel > p:not(.eyebrow) {
  font-size: 0.82rem;
  margin-top: 9px;
}
.grade-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 24px;
}
.grade-grid a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px;
  font-size: 1.1rem;
  font-weight: 750;
}
.grade-grid a:nth-child(3n + 1) {
  background: var(--wash);
}
.grade-grid a span {
  font-size: 0.62rem;
  color: var(--muted);
  font-weight: 400;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 29px;
  gap: 20px;
}
.benefits > div {
  display: flex;
  gap: 13px;
  border-right: 1px solid var(--line);
  padding-right: 18px;
}
.benefits > div:last-child {
  border: 0;
}
.benefits .icon {
  width: 37px;
  height: 37px;
  color: var(--teal);
}
.benefits > div:nth-child(2) > .icon {
  color: #f5b400;
  fill: #f5b40055;
}
.benefits > div:nth-child(3) > .icon {
  color: var(--coral);
}
.benefits h3 {
  font-size: 0.79rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.benefits p {
  font-size: 0.73rem;
  margin-top: 6px;
  line-height: 1.5;
}
.library-promo {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 28px 31px;
  background: var(--library-bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-top: 9px;
  margin-bottom: 31px;
}
.library-promo h2 {
  font-size: 1.35rem;
  margin: 5px 0 7px;
}
.library-promo p:not(.eyebrow) {
  font-size: 0.8rem;
  max-width: 650px;
}
.library-promo .eyebrow {
  font-size: 0.62rem;
}
.library-promo > .button {
  white-space: nowrap;
  margin-left: auto;
}
.library-visual {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--surface);
  display: grid;
  place-items: center;
  position: relative;
  flex-shrink: 0;
}
.library-visual > .icon {
  width: 37px;
  height: 37px;
  color: var(--accent);
}
.library-visual span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 2px solid var(--library-bg);
}
.library-visual span .icon {
  width: 15px;
  height: 15px;
}
.newsletter {
  background: var(--newsletter-bg);
  border: 1px solid var(--newsletter-line);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 31px;
  margin-bottom: 42px;
  gap: 27px;
}
.newsletter-message {
  display: flex;
  align-items: center;
  gap: 22px;
}
.newsletter-message > .icon {
  width: 49px;
  height: 49px;
  color: #cfedff;
  transform: rotate(-8deg);
}
.newsletter h2 {
  font-size: 1.55rem;
}
.newsletter p {
  color: #d8e5f5;
  font-size: 0.77rem;
  margin-top: 7px;
}
.newsletter form {
  width: 365px;
  flex-shrink: 0;
}
.newsletter form > div {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.newsletter input[type="email"] {
  border: 0;
  outline: none;
  padding: 13px;
  width: 100%;
  min-width: 0;
  color: #193255;
  background: white;
  font-size: 0.78rem;
}
.newsletter .button {
  white-space: nowrap;
  min-height: 44px;
  padding: 9px 15px;
  border-radius: 0;
  font-size: 0.78rem;
}
.newsletter .checkline {
  font-size: 0.65rem;
  margin: 9px 0 0;
  color: #d8e5f5;
  gap: 6px;
}
.newsletter input[type="checkbox"] {
  min-width: 13px;
  width: 13px;
  height: 13px;
}
.footer {
  background: var(--footer);
  color: #fff;
  padding: 43px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 30px;
}
.footer .brand-light {
  display: none;
}
.footer .brand-dark {
  display: block;
}
.footer .brand {
  width: 240px;
}
.footer .brand-crop {
  background: #051b2d;
}
.footer p {
  font-size: 0.79rem;
  color: #b7c9df;
  margin-top: 12px;
  line-height: 1.8;
}
.footer-global {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: #b9dcf0;
  margin-top: 17px;
}
.footer-global .icon {
  width: 18px;
  height: 18px;
}
.footer h3 {
  font-size: 0.84rem;
  margin: 8px 0 15px;
  letter-spacing: 0;
}
.footer-grid > div > a:not(.brand) {
  display: block;
  font-size: 0.74rem;
  color: #b7c9df;
  margin-bottom: 9px;
}
.footer a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #294059;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
  padding-top: 19px;
  color: #91aac4;
  font-size: 0.66rem;
}
.demo-ribbon {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding: 7px 12px;
  text-align: center;
  font-size: 0.62rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 25px);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: var(--text);
  color: var(--bg);
  box-shadow: var(--shadow);
  padding: 14px 24px;
  z-index: 100;
  font-size: 0.86rem;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--duration),
    transform var(--duration);
  max-width: calc(100% - 35px);
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.7rem;
  color: var(--muted);
  padding: 22px 0;
}
.breadcrumb .icon {
  width: 11px;
  height: 11px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.page-heading {
  margin: 19px 0 32px;
}
.page-heading > .eyebrow {
  margin-bottom: 10px;
}
.page-heading h1 {
  font-size: clamp(2rem, 3.1vw, 3rem);
}
.page-heading > p:not(.eyebrow) {
  margin-top: 13px;
  font-size: 0.94rem;
}
.catalog-banner {
  background: var(--catalog-bg);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.catalog-banner > .container {
  position: relative;
  padding-bottom: 19px;
}
.catalog-banner .page-heading {
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.catalog-banner h1 {
  max-width: 950px;
}
.catalog-doodle {
  position: absolute;
  right: 33px;
  bottom: 12px;
  opacity: 0.13;
  transform: rotate(12deg);
}
.catalog-doodle .icon {
  height: 155px;
  width: 155px;
}
.shop-layout {
  display: grid;
  grid-template-columns: 227px 1fr;
  gap: 35px;
  padding-block: 30px 65px;
}
.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.filter-title h2 {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.filter-label {
  font-size: 0.82rem;
  font-weight: 700;
  display: block;
  margin: 0 0 21px;
}
.filter-label select {
  width: 100%;
  margin-top: 8px;
  padding: 10px 9px;
  font-size: 0.79rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
}
.filter-fieldset {
  margin: 0 0 21px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.filter-fieldset legend {
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 8px;
}
.checkline {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px 0;
  color: var(--muted);
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 3px 0 0;
}
.clear-filters {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-top: 12px;
  font-size: 0.74rem;
  color: var(--muted);
}
.filter-help {
  border-radius: 8px;
  background: var(--wash);
  padding: 23px 18px;
  margin-top: 30px;
}
.filter-help > .icon {
  color: var(--coral);
  margin-bottom: 14px;
  width: 30px;
  height: 30px;
}
.filter-help strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
}
.filter-help p {
  font-size: 0.77rem;
  margin-top: 9px;
}
.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
  gap: 14px;
  min-height: 33px;
}
.results-toolbar p {
  font-size: 0.82rem;
}
.results-toolbar label {
  font-size: 0.75rem;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: center;
}
.results-toolbar select {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 7px;
  font-size: 0.76rem;
}
.shop-results .product-card .cover-link img {
  aspect-ratio: 300/320;
}
.shop-results .card-body {
  padding: 15px 16px;
}
.shop-results .card-body h3 {
  font-size: 1rem;
  min-height: 1.3em;
}
.shop-results .card-body > p {
  font-size: 0.75rem;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}
.pagination a {
  width: 38px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
}
.pagination [aria-current="page"] {
  background: var(--primary);
  color: var(--primary-text);
  border-color: var(--primary);
}
.mobile-filter {
  display: none;
}
.product-page {
  padding-bottom: 40px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 80px;
  padding-top: 20px;
}
.product-gallery {
  max-width: 510px;
  width: 100%;
  justify-self: center;
}
.product-main-image {
  background: var(--gallery-bg);
  border: 1px solid var(--line);
  padding: 27px 53px 62px;
  border-radius: 12px;
  position: relative;
}
.product-main-image > img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px #13294222);
}
.preview-large {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 0.75rem;
  min-height: 35px;
  padding: 8px 13px;
  white-space: nowrap;
}
.preview-large:hover {
  transform: translateX(-50%);
}
.thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.thumbnails > button {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 6px;
  background: var(--surface);
  width: 80px;
  height: 96px;
}
.thumbnails > button.selected {
  border: 2px solid var(--link);
}
.thumbnails img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gallery-note {
  font-size: 0.78rem;
  margin-top: 15px;
}
.product-tags {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 4px 0 17px;
}
.demo-label {
  font-size: 0.68rem;
  color: var(--muted);
}
.product-info h1 {
  font-size: 2.6rem;
}
.product-summary {
  margin-top: 15px;
  font-size: 1rem;
  max-width: 450px;
}
.product-price {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 25px 0 23px;
}
.product-price span {
  font-size: 0.74rem;
  font-weight: 400;
  color: var(--muted);
  display: block;
  margin-top: 10px;
}
.product-facts {
  display: grid;
  gap: 11px;
  margin: 0 0 25px;
}
.product-facts > div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.83rem;
}
.product-facts dt .icon {
  width: 19px;
  height: 19px;
  color: var(--teal);
}
.product-facts dd {
  margin: 0;
  color: var(--muted);
}
.product-actions {
  max-width: 470px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-actions > .button {
  min-height: 51px;
}
.save-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.82rem;
  padding: 9px;
  margin: 4px auto;
}
.save-link .icon {
  color: var(--coral);
  width: 19px;
  height: 19px;
}
.save-link[aria-pressed="true"] .icon {
  fill: var(--coral);
}
.action-note {
  text-align: center;
  font-size: 0.72rem;
}
.purchase-benefits {
  display: flex;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 21px;
  gap: 18px;
}
.purchase-benefits span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  text-align: center;
  font-size: 0.64rem;
  color: var(--muted);
}
.purchase-benefits .icon {
  color: var(--accent);
  width: 23px;
  height: 23px;
}
.product-sections {
  margin-top: 52px;
}
.tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 25px;
  overflow: auto;
}
.tabs > button {
  white-space: nowrap;
  padding: 15px 1px;
  border-bottom: 3px solid transparent;
  font-size: 0.81rem;
  color: var(--muted);
}
.tabs > button[aria-selected="true"] {
  color: var(--text);
  border-color: var(--primary);
  font-weight: 700;
}
.tab-panel {
  padding: 30px 0;
  max-width: 850px;
  min-height: 245px;
  font-size: 0.92rem;
}
.tab-panel h2 {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.tab-panel p {
  margin-bottom: 13px;
}
.tab-panel li {
  margin-bottom: 7px;
  color: var(--muted);
}
.tab-panel h3 {
  margin-top: 20px;
}
.tab-panel .muted {
  font-size: 0.79rem;
}
.chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 16px 0;
}
.chip {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 7px 17px;
  font-size: 0.8rem;
  background: var(--surface);
}
.chip:hover {
  border-color: var(--link);
}
.spec-table > div {
  display: flex;
  border-bottom: 1px solid var(--line);
  padding: 10px;
  gap: 35px;
}
.spec-table dt {
  min-width: 140px;
  font-weight: 650;
}
.spec-table dd {
  margin: 0;
  color: var(--muted);
}
.commerce-page {
  padding-bottom: 60px;
}
.checkout-steps {
  display: flex;
  list-style: none;
  gap: 22px;
  padding: 0;
  margin: 10px 0 30px;
  font-size: 0.8rem;
}
.checkout-steps li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
}
.checkout-steps li.active {
  color: var(--teal);
  font-weight: 750;
}
.checkout-steps li:not(:last-child):after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: var(--line);
  margin-left: 12px;
}
.commerce-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 42px;
}
.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 27px;
}
.panel h2 {
  font-size: 1.18rem;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.panel h2 > .icon {
  color: var(--accent);
  width: 21px;
  height: 21px;
}
.cart-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 9px;
  margin-bottom: 16px;
  background: var(--surface);
}
.cart-row img {
  width: 75px;
  height: 96px;
  object-fit: contain;
}
.cart-row h3 {
  font-size: 0.98rem;
}
.cart-row p {
  font-size: 0.78rem;
  margin: 6px 0;
}
.cart-row > strong {
  margin-left: auto;
  white-space: nowrap;
}
.cart-row .icon-button {
  color: var(--muted);
}
.cart-items {
  margin-bottom: 25px;
}
.order-summary {
  align-self: start;
  position: sticky;
  top: 115px;
}
.summary-product {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
}
.summary-product img {
  width: 37px;
  height: 48px;
  object-fit: contain;
}
.summary-product h3 {
  font-size: 0.76rem;
  line-height: 1.4;
}
.summary-product > strong {
  margin-left: auto;
  font-size: 0.83rem;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 19px 0;
  font-size: 0.86rem;
}
.summary-line.total {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 1.2rem;
}
.summary-line.total small {
  font-size: 0.69rem;
  font-weight: 400;
  margin-left: 4px;
}
.checkout-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.checkout-trust > .icon {
  color: var(--teal);
  width: 30px;
  height: 30px;
}
.checkout-trust p {
  font-size: 0.76rem;
  color: var(--text);
}
.checkout-trust span {
  color: var(--muted);
  font-size: 0.7rem;
}
.checkout-account {
  margin-bottom: 23px;
}
.checkout-account p {
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.inline-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.payment-option {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line-strong);
  background: var(--wash);
  padding: 18px;
  border-radius: 7px;
  margin-bottom: 18px;
}
.payment-option label {
  font-size: 0.84rem;
}
.payment-option label small {
  display: block;
  font-size: 0.74rem;
  color: var(--muted);
  margin-top: 6px;
}
.payment-option > span {
  margin-left: auto;
}
.payment-option + .muted {
  font-size: 0.82rem;
}
.consent {
  margin: 21px 0 13px;
}
.consent a {
  text-decoration: underline;
}
.consent + .small {
  margin-bottom: 20px;
}
.field {
  margin-bottom: 20px;
}
.field > label {
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  margin-bottom: 7px;
}
.field > input,
.field > select,
.field > textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 12px 13px;
  background: var(--input);
  color: var(--text);
  font-size: 0.88rem;
}
.field > small {
  display: block;
  font-size: 0.72rem;
  margin-top: 6px;
  color: var(--muted);
}
.field textarea {
  resize: vertical;
}
.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  gap: 14px;
}
.form-row .text-link {
  font-size: 0.77rem;
}
.form-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-feedback {
  font-size: 0.8rem;
  color: var(--teal);
  margin-top: 12px;
}
.form-feedback.error {
  color: var(--danger);
}
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-block: 58px 65px;
  gap: 80px;
  align-items: center;
  max-width: 1160px;
}
.auth-story {
  border-radius: 15px;
  background: var(--hero-bg);
  overflow: hidden;
  padding: 32px 0 0;
}
.auth-story > .eyebrow {
  font-size: 0.65rem;
  margin-inline: 32px;
}
.auth-story > h2 {
  font-size: 2.4rem;
  margin: 12px 32px 21px;
  line-height: 1.2;
}
.auth-story > img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  mask-image: linear-gradient(0deg, black 80%, transparent);
}
.auth-story > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 23px;
  font-size: 0.78rem;
  background: var(--wash);
}
.auth-panel > .page-heading h1 {
  font-size: 2.15rem;
}
.auth-panel > .page-heading {
  margin-top: 0;
  margin-bottom: 29px;
}
.auth-panel > .page-heading p {
  font-size: 0.9rem;
}
.auth-panel > p {
  margin-bottom: 15px;
}
.auth-switch {
  text-align: center;
  font-size: 0.82rem;
  margin-top: 24px !important;
}
.demo-form-note {
  font-size: 0.72rem !important;
  padding: 15px;
  border-radius: 6px;
  background: var(--wash);
  margin-top: 23px;
}
.auth-symbol {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  background: var(--wash);
  margin-bottom: 20px;
}
.auth-symbol .icon {
  width: 37px;
  height: 37px;
}
.account-layout {
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 40px;
  padding-block: 45px 65px;
}
.account-avatar {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.account-avatar > .icon {
  background: var(--wash);
  color: var(--teal);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding: 10px;
}
.account-avatar small {
  display: block;
  font-size: 0.67rem;
  color: var(--muted);
}
.account-avatar strong {
  display: block;
  font-size: 0.86rem;
}
.account-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.account-sidebar nav a,
.account-sidebar nav button {
  display: flex;
  align-items: center;
  gap: 11px;
  text-align: left;
  font-size: 0.79rem;
  padding: 12px 13px;
  border-radius: 6px;
}
.account-sidebar nav .icon {
  width: 18px;
  height: 18px;
}
.account-sidebar nav .active {
  background: var(--active);
  font-weight: 650;
  color: var(--accent);
  border-left: 3px solid var(--primary);
}
.account-content > .page-heading {
  margin-top: 0;
}
.account-content > .page-heading h1 {
  font-size: 2.2rem;
}
.account-content > .page-heading p {
  font-size: 0.86rem;
}
.notice {
  background: var(--wash);
  border: 1px solid var(--line);
  padding: 15px 18px;
  border-radius: 7px;
  font-size: 0.79rem;
  color: var(--muted);
  margin: 15px 0 24px;
  line-height: 1.6;
}
.notice a {
  color: var(--link);
  font-weight: 600;
}
.welcome-panel {
  background: var(--welcome-bg);
  border-radius: 12px;
  padding: 33px;
}
.welcome-panel h2 {
  margin: 10px 0 13px;
  font-size: 1.8rem;
}
.welcome-panel p:not(.eyebrow) {
  font-size: 0.9rem;
  max-width: 560px;
  margin-bottom: 22px;
}
.account-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0;
}
.account-stats a {
  position: relative;
  padding: 23px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 8px;
}
.account-stats strong {
  font-size: 2rem;
  display: block;
}
.account-stats span {
  display: block;
  font-size: 0.74rem;
  color: var(--muted);
}
.account-stats .icon {
  position: absolute;
  right: 20px;
  top: 26px;
  color: var(--accent);
}
.library-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 23px;
  flex-wrap: wrap;
}
.segmented {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 16px;
}
.segmented button {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 0.77rem;
}
.segmented button[aria-pressed="true"] {
  border-color: var(--primary);
  color: var(--text);
  font-weight: 700;
}
.library-search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px;
  background: var(--surface);
}
.library-search .icon {
  width: 16px;
  height: 16px;
}
.library-search input {
  width: 150px;
  background: transparent;
  color: var(--text);
  border: 0;
  font-size: 0.76rem;
  outline: none;
}
.library-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.library-row img {
  width: 60px;
  height: 77px;
  object-fit: contain;
}
.library-row h3 {
  font-size: 0.9rem;
}
.library-row p {
  font-size: 0.75rem;
  margin-top: 6px;
}
.library-row .button {
  margin-left: auto;
  font-size: 0.74rem;
  min-height: 40px;
  padding: 9px 15px;
}
.order-card {
  margin-bottom: 20px;
}
.order-card header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.order-card header strong {
  display: block;
  margin-bottom: 4px;
}
.settings-panel {
  margin-bottom: 22px;
  max-width: 660px;
}
.settings-panel > p {
  font-size: 0.88rem;
  margin-bottom: 16px;
}
.empty-state {
  text-align: center;
  padding: 50px 25px;
  width: 100%;
  grid-column: 1/-1;
}
.empty-icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 23px;
  border-radius: 50%;
  background: var(--wash);
  color: var(--teal);
}
.empty-icon > .icon {
  width: 40px;
  height: 40px;
}
.empty-state h2 {
  font-size: 1.65rem;
}
.empty-state p {
  font-size: 0.9rem;
  max-width: 460px;
  margin: 13px auto 23px;
}
.support-page {
  padding-bottom: 60px;
}
.support-layout {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 44px;
}
.support-note {
  background: var(--support-bg);
  border-radius: 11px;
  padding: 30px;
  margin-bottom: 23px;
}
.support-note > .icon {
  color: var(--coral);
  width: 44px;
  height: 44px;
  margin-bottom: 21px;
}
.support-note h2 {
  font-size: 1.7rem;
  margin-bottom: 16px;
}
.support-note p {
  font-size: 0.88rem;
  margin-bottom: 16px;
}
.support-note .text-link {
  display: block;
  margin-top: 19px;
}
.support-layout aside > .panel > h3 {
  margin-bottom: 18px;
}
.support-layout aside .text-link {
  font-size: 0.8rem;
  line-height: 2;
}
.help-hero {
  text-align: center;
  background: var(--hero-bg);
  padding: 40px 0 44px;
}
.help-hero .hero-search {
  margin-inline: auto;
}
.help-content {
  padding-block: 38px 65px;
}
.help-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 44px;
}
.help-cards > a > .icon {
  width: 34px;
  height: 34px;
  color: var(--teal);
  margin-bottom: 20px;
}
.help-cards h2 {
  font-size: 1.25rem;
}
.help-cards p {
  font-size: 0.85rem;
  margin: 12px 0 20px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 40px;
}
.faq-layout > div > h2 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.accordion {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  margin-bottom: 12px;
  overflow: hidden;
}
.accordion summary {
  list-style: none;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary > .icon {
  width: 15px;
  height: 15px;
  transition: transform var(--duration);
}
.accordion[open] summary > .icon {
  transform: rotate(90deg);
}
.accordion[open] summary {
  background: var(--wash);
}
.accordion > p {
  padding: 17px 20px;
  font-size: 0.85rem;
}
.about-page {
  padding-bottom: 25px;
}
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  padding: 30px 0 50px;
  align-items: center;
}
.about-hero h1 {
  font-size: 3.9rem;
  line-height: 1.08;
  margin: 13px 0 25px;
}
.about-hero h1 span {
  color: var(--teal);
}
.about-hero p:not(.eyebrow) {
  font-size: 0.97rem;
  max-width: 520px;
  margin-bottom: 18px;
}
.about-hero .button {
  margin-top: 12px;
}
.about-hero > div:last-child {
  position: relative;
}
.about-hero img {
  aspect-ratio: 1.05;
  object-fit: cover;
  border-radius: 14px;
}
.about-quote {
  position: absolute;
  bottom: 22px;
  left: -24px;
  background: var(--gold);
  color: var(--navy);
  padding: 22px 28px;
  font-family: Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.4;
  transform: rotate(-5deg);
  box-shadow: var(--shadow-sm);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 32px 0 45px;
  border-top: 1px solid var(--line);
}
.values-grid .icon {
  color: var(--teal);
  width: 41px;
  height: 41px;
  margin-bottom: 19px;
}
.values-grid > div:nth-child(2) > .icon {
  color: var(--coral);
}
.values-grid h2 {
  font-size: 1.3rem;
  margin-bottom: 13px;
}
.values-grid p {
  font-size: 0.88rem;
}
.blog-page {
  padding-bottom: 55px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.blog-card {
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
  background: var(--surface);
}
.article-art {
  background: var(--tile);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #102d52;
  padding: 35px;
  gap: 25px;
  aspect-ratio: 1.7;
}
.article-art:after {
  content: "";
  width: 160px;
  height: 160px;
  border: 30px solid #ffffff40;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  top: -60px;
}
.article-art > .icon {
  width: 100px;
  height: 100px;
  stroke-width: 1.4;
  transform: rotate(-8deg);
}
.article-art > span {
  font-family: Georgia, serif;
  font-size: 1.35rem;
  max-width: 140px;
  line-height: 1.35;
  transform: rotate(4deg);
}
.blog-card-body {
  padding: 25px;
}
.blog-card-body > .eyebrow {
  font-size: 0.64rem;
}
.blog-card h2 {
  font-size: 1.55rem;
  margin: 12px 0 15px;
}
.blog-card p:not(.eyebrow) {
  font-size: 0.88rem;
  margin-bottom: 20px;
}
.article-page {
  max-width: 1020px;
  padding-bottom: 65px;
}
.article-heading {
  text-align: center;
  max-width: 820px;
  margin: 24px auto 35px;
}
.article-heading h1 {
  font-size: 3.15rem;
  margin: 14px 0 20px;
}
.article-heading > p:not(.eyebrow) {
  font-size: 1.1rem;
  margin-bottom: 17px;
}
.article-heading .muted {
  font-size: 0.78rem;
}
.article-page > .article-art {
  aspect-ratio: 2.6;
  border-radius: 12px;
}
.article-page > .article-art > .icon {
  width: 145px;
  height: 145px;
}
.article-page > .article-art > span {
  font-size: 2.3rem;
  max-width: 360px;
}
.article-body {
  max-width: 740px;
  margin: 38px auto;
}
.article-body h2 {
  font-size: 1.5rem;
  margin: 30px 0 14px;
}
.article-body p {
  font-size: 1rem;
  line-height: 1.9;
}
.policy-page {
  max-width: 1130px;
  padding-bottom: 70px;
}
.policy-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 55px;
  margin-top: 35px;
}
.policy-layout > nav {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 25px;
  border-right: 1px solid var(--line);
  font-size: 0.8rem;
  position: sticky;
  top: 120px;
}
.policy-layout > div > section {
  margin-bottom: 31px;
  scroll-margin-top: 110px;
}
.policy-layout h2 {
  font-size: 1.45rem;
  margin-bottom: 13px;
}
.policy-layout p {
  font-size: 0.94rem;
  line-height: 1.85;
}
.state-page {
  text-align: center;
  padding: 55px 0 80px;
  min-height: 550px;
}
.state-page .page-heading {
  max-width: 750px;
  margin-inline: auto;
}
.state-art {
  height: 185px;
  width: 250px;
  margin: 20px auto 34px;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--wash);
  border-radius: 50% 43% 52% 44%;
}
.state-art > .icon {
  color: var(--teal);
  height: 83px;
  width: 83px;
  stroke-width: 1.2;
  transform: rotate(-8deg);
}
.state-art > span {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--gold);
  font-size: 50px;
}
.state-art > i {
  position: absolute;
  bottom: -10px;
  right: 15px;
  color: var(--coral);
  font-size: 44px;
  font-style: normal;
}
.state-page > .muted {
  margin-top: 18px;
}
.state-page > .text-link {
  display: flex;
  justify-content: center;
  margin-top: 19px;
}
.success-orbit {
  width: 100px;
  height: 100px;
  background: var(--teal);
  border-radius: 50%;
  margin: 25px auto;
  color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 16px var(--wash);
}
.success-orbit > .icon {
  width: 53px;
  height: 53px;
}
.state-page #success-order {
  margin: 35px auto;
  max-width: 540px;
}
.skeleton-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.skeleton-card > div {
  height: 270px;
  background: var(--skeleton);
  border-radius: 5px;
  animation: pulse 1.5s infinite;
}
.skeleton-card > span {
  display: block;
  height: 15px;
  background: var(--skeleton);
  margin: 20px 4px;
  width: 80%;
}
.skeleton-card > span:last-child {
  width: 45%;
}
@keyframes pulse {
  50% {
    opacity: 0.4;
  }
}
.page-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.page-index > a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px;
  text-transform: capitalize;
  font-size: 0.83rem;
}
.page-index small {
  color: var(--teal);
}
.page-index .icon {
  margin-left: auto;
  width: 17px;
  height: 17px;
}
.modal {
  padding: 0;
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  width: min(940px, calc(100% - 36px));
  max-height: 90dvh;
  box-shadow: var(--shadow);
  overflow: auto;
}
.modal::backdrop,
.drawer::backdrop {
  background: #041429b8;
  backdrop-filter: blur(4px);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}
.modal-header h2 {
  font-size: 1.16rem;
}
.modal-header p {
  font-size: 0.74rem;
  margin-top: 5px;
}
.preview-body {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 28px;
  background: var(--wash);
  padding: 23px;
}
.preview-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-stage > img {
  height: 58dvh;
  min-height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px #00000020);
}
.preview-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.preview-arrow.next {
  left: auto;
  right: 0;
}
.preview-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: start;
}
.preview-thumbs button {
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 5px;
  background: white;
}
.preview-thumbs button.selected {
  border-color: var(--link);
}
.preview-thumbs img {
  width: 100%;
}
.preview-side > p {
  font-size: 0.75rem;
  margin: 16px 0;
}
.preview-side > .button {
  width: 100%;
  font-size: 0.76rem;
}
.preview-counter {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 14px;
}
.modal-message {
  padding: 30px;
}
.modal-message > p {
  margin: 0 0 20px;
  font-size: 0.95rem;
}
.modal-message .inline-actions {
  margin-top: 22px;
}
.drawer {
  margin: 0 0 0 auto;
  max-height: 100dvh;
  height: 100dvh;
  width: min(390px, 100%);
  max-width: 100%;
  border: 0;
  padding: 25px;
  background: var(--surface);
  color: var(--text);
}
.drawer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.drawer-heading h2 {
  font-size: 1.4rem;
}
.drawer > nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.drawer > nav > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5px;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
}
.drawer > nav .icon {
  width: 18px;
  height: 18px;
}
.filter-drawer form {
  padding-top: 12px;
}
.offline-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--gold);
  color: var(--navy);
  padding: 9px;
  text-align: center;
  font-size: 0.85rem;
}
.noscript {
  padding: 15px;
  background: #fff0af;
  color: #173157;
  text-align: center;
  font-size: 0.85rem;
}
[data-theme="dark"] .hero-art > img {
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%);
  opacity: 0.88;
}
[data-theme="dark"] .hero-art:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #071c3100 60%, #071c3100),
    linear-gradient(0deg, #071c3180, transparent 30%);
}
[data-theme="dark"] .hero-note {
  z-index: 2;
}
[data-theme="dark"] .art-caption {
  z-index: 2;
}
[data-theme="dark"] .hero h1 span {
  color: var(--gold);
}
[data-theme="dark"] .hero h1 span:after {
  background: var(--coral);
  height: 5px;
}
[data-theme="dark"] .category-tile {
  filter: saturate(1.15);
}
[data-theme="dark"] .cover-wrap {
  background: #10293f;
}
[data-theme="dark"] .cover-link img {
  filter: none;
}
[data-theme="dark"] .brand-crop img {
  top: -35px;
}
[data-theme="dark"] .favorite {
  background: #fff;
}
@media (min-width: 1500px) {
  .hero-art {
    margin-right: -100px;
  }
  .hero-copy {
    padding-top: 52px;
    padding-bottom: 48px;
  }
  .hero-grid {
    min-height: 535px;
  }
}
@media (max-width: 1250px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    gap: 18px;
  }
  .brand {
    width: 220px;
  }
  .brand-crop {
    transform: scale(0.81);
  }
  .desktop-nav {
    gap: 15px;
    font-size: 0.75rem;
  }
  .header-inner > .search {
    width: 185px;
  }
  .account-link span {
    display: none;
  }
  .hero-grid {
    min-height: 482px;
  }
  .hero h1 {
    font-size: 3.55rem;
  }
  .hero-break {
    display: block;
  }
  .hero-description br {
    display: none;
  }
  .hero-description {
    max-width: 450px;
  }
  .hero-checks {
    gap: 14px;
    font-size: 0.64rem;
  }
  .hero-copy {
    padding-top: 34px;
  }
  .hero-art {
    margin-left: 0;
    margin-right: -40px;
  }
  .category-tile > span {
    font-size: 0.66rem;
  }
  .category-tile > .icon:last-child {
    right: 7px;
    width: 10px;
    height: 10px;
  }
  .category-grid {
    gap: 10px;
  }
  .home-products {
    gap: 12px;
  }
  .card-body {
    padding: 12px 10px;
  }
  .card-body h3 {
    font-size: 0.8rem;
  }
  .card-body > p {
    font-size: 0.6rem;
  }
  .card-category {
    font-size: 0.52rem;
  }
  .free-grid {
    gap: 10px;
  }
  .free-card {
    gap: 9px;
  }
  .free-card > a:first-child {
    width: 45px;
  }
  .free-card h3 {
    font-size: 0.68rem;
  }
  .free-card .badge {
    font-size: 0.53rem;
  }
  .bundle-art {
    right: -23px;
  }
  .bundle-promo {
    padding: 26px 24px;
  }
  .bundle-promo > div:first-child {
    width: 70%;
  }
  .bundle-promo h2 {
    font-size: 1.8rem;
  }
  .bundle-promo .eyebrow {
    font-size: 0.53rem;
  }
  .newsletter h2 {
    font-size: 1.3rem;
  }
  .newsletter form {
    width: 330px;
  }
  .newsletter-message {
    gap: 15px;
  }
  .newsletter p {
    font-size: 0.7rem;
  }
  .library-promo h2 {
    font-size: 1.2rem;
  }
  .library-promo > .button {
    padding: 12px;
    font-size: 0.77rem;
  }
  .footer-grid {
    gap: 20px;
    grid-template-columns: 1.5fr repeat(4, 1fr);
  }
  .footer .brand {
    width: 218px;
  }
  .product-detail {
    gap: 48px;
  }
  .product-info h1 {
    font-size: 2.25rem;
  }
  .product-main-image {
    padding-inline: 34px;
  }
  .product-main-image > img {
    height: 390px;
  }
  .purchase-benefits {
    gap: 15px;
  }
  .account-layout {
    gap: 25px;
    grid-template-columns: 205px 1fr;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    gap: 15px;
  }
  .desktop-nav a:nth-last-child(-n + 2) {
    display: none;
  }
  .header-inner > .search {
    flex: 1;
    width: auto;
  }
  .header-inner {
    height: 75px;
    gap: 15px;
  }
  .hero h1 {
    font-size: 3.15rem;
  }
  .hero-grid {
    grid-template-columns: 1.1fr 1fr;
  }
  .hero-checks {
    flex-wrap: wrap;
    gap: 8px 15px;
    margin: 18px 0;
  }
  .hero-description {
    font-size: 0.85rem;
  }
  .hero-copy > .eyebrow {
    font-size: 0.6rem;
  }
  .hero-search {
    height: 51px;
  }
  .hero-search input {
    font-size: 0.77rem;
  }
  .hero-note {
    right: 30px;
    top: 30px;
    font-size: 0.9rem;
    padding: 14px 20px;
  }
  .art-caption {
    display: none;
  }
  .hero-art > img {
    object-position: 64% center;
  }
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .category-tile {
    min-height: 81px;
    padding: 12px;
    flex-direction: row;
    gap: 12px;
  }
  .category-tile > span {
    font-size: 0.79rem;
  }
  .category-tile > .icon:first-child {
    width: 29px;
    height: 29px;
  }
  .category-tile > .icon:last-child {
    display: none;
  }
  .home-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .home-products .card-body h3 {
    font-size: 1rem;
    min-height: 1.3em;
  }
  .home-products .card-body > p {
    font-size: 0.73rem;
  }
  .home-products .card-category {
    font-size: 0.6rem;
  }
  .home-products .cover-link img {
    aspect-ratio: 300/280;
  }
  .free-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .free-card:nth-last-child(-n + 2) {
    display: none;
  }
  .free-card h3 {
    font-size: 0.8rem;
  }
  .free-card > a:first-child {
    width: 62px;
  }
  .free-card img {
    height: 93px;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .benefits > div:nth-child(2) {
    border: 0;
  }
  .benefits h3 {
    font-size: 0.86rem;
  }
  .benefits p {
    font-size: 0.78rem;
  }
  .newsletter {
    padding: 26px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .newsletter h2 {
    font-size: 1.5rem;
  }
  .newsletter p {
    font-size: 0.83rem;
  }
  .newsletter form {
    width: 100%;
  }
  .newsletter form > div {
    max-width: 500px;
  }
  .newsletter .checkline {
    font-size: 0.72rem;
  }
  .discovery-section {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .bundle-promo {
    min-height: 295px;
  }
  .bundle-promo > div:first-child {
    width: 100%;
  }
  .bundle-art {
    opacity: 0.28;
    right: -20px;
    top: 65px;
  }
  .grade-panel {
    padding-left: 0;
  }
  .grade-panel h2 {
    font-size: 1.5rem;
  }
  .grade-panel > .eyebrow {
    font-size: 0.57rem;
  }
  .grade-grid {
    gap: 7px;
  }
  .library-promo {
    flex-wrap: wrap;
    gap: 16px;
  }
  .library-promo > div:nth-child(2) {
    flex: 1;
  }
  .library-promo > .button {
    margin-left: 84px;
  }
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .footer-grid > div:first-child p {
    margin: 0;
  }
  .footer-global {
    margin: 0;
    margin-left: auto;
  }
  .shop-layout {
    grid-template-columns: 190px 1fr;
    gap: 24px;
  }
  .shop-results .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .results-toolbar label {
    font-size: 0.68rem;
    gap: 5px;
  }
  .results-toolbar select {
    max-width: 145px;
  }
  .product-detail {
    gap: 30px;
  }
  .product-main-image {
    padding: 20px 18px 65px;
  }
  .product-main-image > img {
    height: 350px;
  }
  .product-info h1 {
    font-size: 2rem;
  }
  .product-price {
    font-size: 1.8rem;
  }
  .product-facts > div {
    font-size: 0.76rem;
  }
  .product-tags {
    gap: 8px;
    flex-wrap: wrap;
  }
  .purchase-benefits {
    gap: 10px;
  }
  .purchase-benefits span {
    font-size: 0.58rem;
  }
  .tabs {
    gap: 19px;
  }
  .tabs > button {
    font-size: 0.73rem;
  }
  .product-page .section > .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .commerce-layout {
    gap: 24px;
    grid-template-columns: 1.25fr 1fr;
  }
  .panel {
    padding: 22px;
  }
  .cart-row {
    padding: 17px;
    gap: 12px;
  }
  .cart-row img {
    width: 52px;
    height: 67px;
  }
  .cart-row h3 {
    font-size: 0.85rem;
  }
  .cart-row > strong {
    font-size: 0.9rem;
  }
  .cart-row .icon-button {
    width: 30px;
  }
  .auth-layout {
    gap: 38px;
  }
  .auth-story > h2 {
    font-size: 1.9rem;
    margin-inline: 25px;
  }
  .auth-panel > .page-heading h1 {
    font-size: 1.8rem;
  }
  .auth-story > div {
    font-size: 0.7rem;
  }
  .account-layout {
    grid-template-columns: 185px 1fr;
    gap: 23px;
  }
  .account-sidebar nav a,
  .account-sidebar nav button {
    font-size: 0.72rem;
    padding: 11px 8px;
    gap: 8px;
  }
  .account-content .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-stats {
    gap: 12px;
  }
  .account-stats a {
    padding: 15px;
  }
  .account-stats .icon {
    right: 12px;
    width: 19px;
    height: 19px;
  }
  .account-stats span {
    font-size: 0.68rem;
  }
  .account-stats strong {
    font-size: 1.7rem;
  }
  .welcome-panel {
    padding: 25px;
  }
  .welcome-panel h2 {
    font-size: 1.6rem;
  }
  .support-layout {
    gap: 25px;
  }
  .support-note {
    padding: 25px;
  }
  .form-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .faq-layout {
    gap: 25px;
    grid-template-columns: 1.5fr 1fr;
  }
  .about-hero {
    gap: 35px;
  }
  .about-hero h1 {
    font-size: 3.1rem;
  }
  .about-hero p:not(.eyebrow) {
    font-size: 0.87rem;
  }
  .blog-grid {
    gap: 18px;
  }
  .blog-card-body {
    padding: 20px;
  }
  .blog-card h2 {
    font-size: 1.25rem;
  }
  .article-art {
    gap: 15px;
    padding: 23px;
  }
  .article-art > .icon {
    width: 65px;
    height: 65px;
  }
  .article-art > span {
    font-size: 1.05rem;
  }
  .page-index {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 36px);
  }
  .utility {
    height: 29px;
    font-size: 0.64rem;
  }
  .utility-tag,
  .utility-inner > div > a {
    display: none !important;
  }
  .utility .icon {
    width: 13px;
    height: 13px;
  }
  .theme-toggle {
    gap: 5px;
  }
  .header-inner {
    height: 70px;
    gap: 16px;
  }
  .desktop-nav,
  .header-inner > .search {
    display: none;
  }
  .brand {
    width: 216px;
    height: 49px;
  }
  .brand-crop {
    transform: scale(0.79);
  }
  .account-link {
    margin-left: auto;
  }
  .cart-link .icon {
    width: 23px;
    height: 23px;
  }
  .mobile-menu {
    display: flex;
    padding: 0;
    width: 30px;
    height: 38px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-copy {
    padding: 31px 0 19px;
    text-align: center;
  }
  .hero-copy > .eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
  }
  .hero h1 {
    font-size: clamp(2.6rem, 7.5vw, 3.55rem);
    line-height: 1.08;
  }
  .hero-break {
    display: none;
  }
  .hero-description {
    margin: 17px auto 0;
    max-width: 450px;
    font-size: 0.89rem;
  }
  .hero-description br {
    display: none;
  }
  .hero-checks {
    justify-content: center;
    gap: 13px;
    font-size: 0.64rem;
    margin: 21px 0;
  }
  .hero-search {
    margin-inline: auto;
    max-width: 500px;
    height: 51px;
  }
  .hero-search input {
    font-size: 0.86rem;
  }
  .hero-search button {
    min-width: 88px;
    font-size: 0.85rem;
  }
  .popular-searches {
    justify-content: center;
    font-size: 0.65rem;
    gap: 10px;
  }
  .hero-art {
    height: 267px;
    margin: 0 -18px;
    overflow: hidden;
  }
  .hero-art > img {
    height: 100%;
    object-fit: cover;
    object-position: center 53%;
    mask-image: linear-gradient(0deg, black 88%, transparent);
  }
  [data-theme="dark"] .hero-art > img {
    mask-image: linear-gradient(0deg, black 88%, transparent);
  }
  .hero-note {
    font-size: 0.86rem;
    right: 25px;
    top: 23px;
    padding: 12px 16px;
  }
  .hero-note span {
    font-size: 1.7rem;
  }
  .category-section {
    padding-block: 18px 1px;
  }
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .category-tile {
    flex-direction: column;
    gap: 7px;
    min-height: 88px;
    padding: 11px 3px;
    border-radius: 6px;
  }
  .category-tile > .icon:first-child {
    width: 27px;
    height: 27px;
  }
  .category-tile > span {
    font-size: 0.64rem;
  }
  .section {
    padding-block: 27px 31px;
  }
  .section-heading {
    gap: 12px;
    margin-bottom: 18px;
    align-items: flex-start;
  }
  .section-heading h2 {
    font-size: 1.35rem;
    line-height: 1.2;
  }
  .section-heading > div {
    gap: 9px;
  }
  .section-heading > div > .icon {
    width: 27px;
    height: 27px;
    margin-top: 2px;
  }
  .section-heading p {
    font-size: 0.72rem;
    line-height: 1.45;
    max-width: 245px;
  }
  .section-heading > .text-link {
    font-size: 0.7rem;
    max-width: 110px;
    white-space: normal;
    align-self: center;
    text-align: right;
    justify-content: flex-end;
    gap: 5px;
  }
  .section-heading > .text-link .icon {
    width: 15px;
    height: 15px;
  }
  .home-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .home-products .card-body h3 {
    font-size: 0.92rem;
    min-height: 2.6em;
  }
  .home-products .cover-link img {
    aspect-ratio: 300/330;
  }
  .home-products .card-body > p {
    font-size: 0.65rem;
  }
  .home-products .card-category {
    font-size: 0.53rem;
  }
  .product-card .favorite {
    opacity: 1;
    width: 31px;
    height: 31px;
    top: 13px;
    right: 13px;
  }
  .preview-button {
    opacity: 1;
    bottom: 8px;
    font-size: 0.61rem;
    padding: 7px 9px;
    background: #082950e8;
  }
  .hover-preview {
    display: none;
  }
  .cover-badge {
    bottom: 47px;
    font-size: 0.5rem;
  }
  .card-body {
    padding: 12px 11px;
  }
  .card-body h3 {
    font-size: 0.9rem;
  }
  .card-body > p {
    font-size: 0.67rem;
  }
  .card-body > p > span {
    display: block;
  }
  .card-bottom {
    margin-top: 10px;
  }
  .price {
    font-size: 1.05rem;
  }
  .card-action {
    width: 35px;
    height: 35px;
  }
  .free-section {
    padding: 24px 0;
  }
  .free-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .free-card:nth-last-child(-n + 2) {
    display: flex;
  }
  .free-card:last-child {
    display: none;
  }
  .free-card > a:first-child {
    width: 47px;
  }
  .free-card img {
    height: 77px;
  }
  .free-card {
    gap: 9px;
    padding: 9px;
    min-height: 102px;
  }
  .free-card h3 {
    font-size: 0.67rem;
  }
  .free-card > div {
    padding-top: 1px;
  }
  .free-download {
    width: 25px;
    height: 25px;
    right: 7px;
    bottom: 7px;
  }
  .free-download .icon {
    width: 15px;
    height: 15px;
  }
  .free-card .badge {
    font-size: 0.5rem;
    padding: 3px 6px;
  }
  .discovery-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 26px 13px;
  }
  .bundle-promo {
    min-height: 245px;
    padding: 26px;
  }
  .bundle-promo > div:first-child {
    width: 65%;
  }
  .bundle-promo h2 {
    font-size: 1.9rem;
  }
  .bundle-art {
    opacity: 1;
    top: 32px;
    right: -10px;
  }
  .bundle-promo .eyebrow {
    font-size: 0.52rem;
  }
  .bundle-promo p {
    font-size: 0.77rem;
  }
  .bundle-promo .button {
    font-size: 0.68rem;
    padding: 10px 12px;
  }
  .grade-panel {
    padding: 2px;
  }
  .grade-panel h2 {
    font-size: 1.65rem;
  }
  .grade-panel > p:not(.eyebrow) {
    font-size: 0.84rem;
  }
  .grade-grid {
    gap: 9px;
    margin-top: 18px;
  }
  .grade-grid a {
    padding: 11px 4px;
  }
  .benefits {
    gap: 24px 15px;
    padding-block: 26px;
  }
  .benefits > div {
    gap: 9px;
    border: 0;
    padding: 0;
  }
  .benefits .icon {
    width: 29px;
    height: 29px;
  }
  .benefits h3 {
    font-size: 0.76rem;
  }
  .benefits p {
    font-size: 0.69rem;
    margin-top: 5px;
  }
  .library-promo {
    padding: 22px 20px;
    margin-top: 3px;
    margin-bottom: 26px;
    gap: 15px;
  }
  .library-visual {
    width: 46px;
    height: 46px;
  }
  .library-visual > .icon {
    width: 29px;
    height: 29px;
  }
  .library-promo > div:nth-child(2) {
    flex: auto;
    width: calc(100% - 70px);
  }
  .library-promo h2 {
    font-size: 1.23rem;
    line-height: 1.25;
  }
  .library-promo .eyebrow {
    font-size: 0.52rem;
  }
  .library-promo p:not(.eyebrow) {
    font-size: 0.78rem;
  }
  .library-promo > .button {
    margin-left: 61px;
    font-size: 0.73rem;
    min-height: 40px;
  }
  .newsletter {
    padding: 24px 19px;
    gap: 20px;
    margin-bottom: 30px;
  }
  .newsletter-message {
    gap: 14px;
  }
  .newsletter-message > .icon {
    width: 37px;
    height: 37px;
  }
  .newsletter h2 {
    font-size: 1.23rem;
  }
  .newsletter p {
    font-size: 0.72rem;
    line-height: 1.5;
  }
  .newsletter .button {
    font-size: 0.73rem;
    padding: 10px;
  }
  .newsletter .button > .icon {
    display: none;
  }
  .newsletter input[type="email"] {
    font-size: 0.75rem;
    padding: 13px 10px;
  }
  .newsletter .checkline {
    font-size: 0.65rem;
  }
  .footer {
    padding: 28px 0 20px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
  }
  .footer-grid > div:first-child {
    display: block;
  }
  .footer-grid > div:first-child p {
    margin-top: 12px;
  }
  .footer-global {
    margin-top: 13px;
  }
  .footer .brand {
    width: 220px;
  }
  .footer h3 {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }
  .footer-grid > div > a:not(.brand) {
    font-size: 0.76rem;
    margin-bottom: 11px;
  }
  .footer-bottom {
    display: block;
    margin-top: 28px;
    font-size: 0.65rem;
  }
  .footer-bottom > span {
    display: block;
    margin-bottom: 5px;
  }
  .demo-ribbon {
    font-size: 0.57rem;
  }
  .demo-ribbon span {
    display: none;
  }
  .breadcrumb {
    font-size: 0.65rem;
    padding: 19px 0;
    gap: 6px;
  }
  .page-heading {
    margin: 12px 0 26px;
  }
  .page-heading h1 {
    font-size: 2rem;
  }
  .page-heading > p:not(.eyebrow) {
    font-size: 0.88rem;
  }
  .catalog-banner .page-heading {
    margin-bottom: 13px;
  }
  .catalog-banner .eyebrow {
    font-size: 0.61rem;
  }
  .catalog-doodle .icon {
    width: 110px;
    height: 110px;
  }
  .catalog-doodle {
    right: 0;
    bottom: 18px;
  }
  .shop-layout {
    display: block;
    padding: 22px 0 40px;
  }
  .filters {
    display: none;
  }
  .results-toolbar {
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .results-toolbar > p {
    font-size: 0.76rem;
    flex: 1;
  }
  .mobile-filter {
    display: flex;
    min-height: 36px;
    padding: 8px 11px;
    font-size: 0.73rem;
  }
  .mobile-filter > .icon {
    width: 16px;
    height: 16px;
  }
  .results-toolbar > form {
    width: 100%;
  }
  .results-toolbar label {
    justify-content: flex-end;
    font-size: 0.74rem;
  }
  .results-toolbar select {
    max-width: none;
    flex: 1;
    margin-left: 8px;
    padding: 9px;
  }
  .shop-results .product-grid {
    gap: 13px;
  }
  .shop-results .card-body {
    padding: 12px;
  }
  .shop-results .card-body h3 {
    font-size: 0.87rem;
    min-height: 2.6em;
  }
  .shop-results .card-body > p {
    font-size: 0.67rem;
  }
  .pagination {
    margin-top: 27px;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 5px;
  }
  .product-gallery {
    max-width: 430px;
  }
  .product-main-image {
    padding: 19px 38px 62px;
  }
  .product-main-image > img {
    height: 340px;
  }
  .thumbnails {
    justify-content: center;
    gap: 10px;
    margin-top: 13px;
  }
  .thumbnails > button {
    width: 65px;
    height: 78px;
  }
  .product-info h1 {
    font-size: 2.25rem;
  }
  .product-summary {
    font-size: 0.95rem;
  }
  .product-tags {
    margin-top: 3px;
  }
  .product-price {
    font-size: 2rem;
    margin: 20px 0;
  }
  .product-facts > div {
    font-size: 0.83rem;
  }
  .product-actions {
    max-width: none;
  }
  .purchase-benefits {
    justify-content: space-between;
    gap: 10px;
  }
  .purchase-benefits span {
    font-size: 0.65rem;
    flex: 1;
  }
  .product-sections {
    margin-top: 28px;
  }
  .tabs {
    gap: 23px;
  }
  .tabs > button {
    font-size: 0.78rem;
    padding: 13px 0;
  }
  .tab-panel {
    padding: 24px 0;
    font-size: 0.88rem;
  }
  .tab-panel h2 {
    font-size: 1.4rem;
  }
  .product-page .section > .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .commerce-page {
    padding-bottom: 32px;
  }
  .checkout-steps {
    gap: 11px;
    font-size: 0.7rem;
  }
  .checkout-steps li {
    gap: 7px;
  }
  .checkout-steps li:not(:last-child):after {
    width: 20px;
    margin-left: 0;
  }
  .commerce-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .order-summary {
    position: static;
  }
  .cart-row {
    padding: 17px 12px;
    gap: 12px;
  }
  .cart-row h3 {
    font-size: 0.86rem;
  }
  .cart-row p {
    font-size: 0.7rem;
  }
  .cart-row > strong {
    font-size: 0.87rem;
  }
  .cart-row img {
    width: 55px;
  }
  .cart-row .icon-button {
    width: 25px;
    height: 35px;
  }
  .cart-row .icon-button > .icon {
    width: 17px;
    height: 17px;
  }
  .panel {
    padding: 22px;
  }
  .panel h2 {
    font-size: 1.2rem;
  }
  .payment-option {
    padding: 14px;
    gap: 10px;
  }
  .payment-option label {
    font-size: 0.78rem;
  }
  .payment-option > span {
    font-size: 0.48rem;
    padding: 4px;
  }
  .auth-layout {
    display: block;
    padding: 30px 0 45px;
    max-width: 490px;
  }
  .auth-story {
    display: none;
  }
  .auth-panel > .page-heading h1 {
    font-size: 2rem;
  }
  .form-row {
    gap: 8px;
  }
  .form-row .checkline {
    font-size: 0.76rem;
  }
  .form-row .text-link {
    font-size: 0.73rem;
  }
  .account-layout {
    grid-template-columns: 1fr;
    padding: 26px 0 40px;
    gap: 25px;
  }
  .account-sidebar {
    overflow: hidden;
  }
  .account-avatar {
    display: none;
  }
  .account-sidebar nav {
    flex-direction: row;
    overflow: auto;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }
  .account-sidebar nav > a {
    border: 1px solid var(--line);
    white-space: nowrap;
    font-size: 0.72rem;
    padding: 10px;
  }
  .account-sidebar nav > .active {
    border: 1px solid var(--link);
  }
  .account-sidebar nav button {
    display: none;
  }
  .account-content > .page-heading h1 {
    font-size: 2rem;
  }
  .account-stats {
    gap: 9px;
  }
  .account-stats a {
    padding: 14px 11px;
  }
  .account-stats .icon {
    display: none;
  }
  .account-stats span {
    font-size: 0.65rem;
  }
  .account-stats strong {
    font-size: 1.65rem;
  }
  .welcome-panel {
    padding: 25px 20px;
  }
  .welcome-panel > .eyebrow {
    font-size: 0.6rem;
  }
  .welcome-panel h2 {
    font-size: 1.5rem;
  }
  .welcome-panel p:not(.eyebrow) {
    font-size: 0.83rem;
  }
  .library-toolbar {
    gap: 13px;
  }
  .segmented {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  .segmented button {
    font-size: 0.7rem;
  }
  .library-search {
    width: 100%;
  }
  .library-search input {
    width: 100%;
    font-size: 0.82rem;
  }
  .library-row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .library-row img {
    width: 53px;
    height: 68px;
  }
  .library-row > div {
    width: calc(100% - 70px);
  }
  .library-row h3 {
    font-size: 0.86rem;
  }
  .library-row p {
    font-size: 0.68rem;
  }
  .library-row .button {
    margin-left: 65px;
    min-height: 36px;
    font-size: 0.72rem;
  }
  .order-card header {
    font-size: 0.7rem;
  }
  .order-card {
    padding: 18px;
  }
  .account-content .product-grid {
    gap: 13px;
  }
  .account-content .card-body h3 {
    font-size: 0.85rem;
  }
  .support-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .support-page {
    padding-bottom: 35px;
  }
  .support-note h2 {
    font-size: 1.55rem;
  }
  .support-form {
    padding: 22px 18px;
  }
  .help-hero {
    padding: 24px 0 31px;
  }
  .help-hero .page-heading h1 {
    font-size: 2rem;
  }
  .help-hero .eyebrow {
    font-size: 0.66rem;
  }
  .help-cards {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-bottom: 30px;
  }
  .help-cards .panel {
    padding: 23px;
    position: relative;
    padding-left: 80px;
  }
  .help-cards > a > .icon {
    position: absolute;
    top: 25px;
    left: 24px;
    width: 30px;
    height: 30px;
  }
  .help-cards h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .help-cards p {
    margin: 8px 0 10px;
    font-size: 0.8rem;
  }
  .help-cards .text-link {
    font-size: 0.75rem;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faq-layout > div > h2 {
    font-size: 1.4rem;
  }
  .accordion summary {
    font-size: 0.8rem;
    padding: 16px;
  }
  .accordion p {
    font-size: 0.83rem;
    padding: 16px;
  }
  .help-content {
    padding-block: 26px 30px;
  }
  .about-hero {
    grid-template-columns: 1fr;
    padding: 10px 0 35px;
    gap: 30px;
  }
  .about-hero h1 {
    font-size: 3rem;
  }
  .about-hero > .eyebrow {
    font-size: 0.64rem;
  }
  .about-hero p:not(.eyebrow) {
    font-size: 0.93rem;
  }
  .about-hero img {
    aspect-ratio: 1.3;
  }
  .about-quote {
    left: 9px;
    bottom: 17px;
    font-size: 1.2rem;
    padding: 17px 23px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-block: 30px;
  }
  .values-grid > div {
    position: relative;
    padding-left: 62px;
  }
  .values-grid .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
  }
  .values-grid h2 {
    font-size: 1.25rem;
  }
  .values-grid p {
    font-size: 0.85rem;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .blog-card .article-art {
    aspect-ratio: 2;
  }
  .article-art > .icon {
    width: 88px;
    height: 88px;
  }
  .article-art > span {
    font-size: 1.5rem;
  }
  .blog-card h2 {
    font-size: 1.5rem;
  }
  .blog-card-body {
    padding: 25px;
  }
  .article-heading {
    text-align: left;
    margin-top: 15px;
  }
  .article-heading h1 {
    font-size: 2.35rem;
  }
  .article-heading > p:not(.eyebrow) {
    font-size: 1rem;
  }
  .article-heading > .eyebrow {
    font-size: 0.66rem;
  }
  .article-page > .article-art {
    aspect-ratio: 1.8;
    padding: 20px;
    gap: 15px;
  }
  .article-page > .article-art > .icon {
    width: 95px;
    height: 95px;
  }
  .article-page > .article-art > span {
    font-size: 1.45rem;
  }
  .article-body h2 {
    font-size: 1.4rem;
  }
  .article-body p {
    font-size: 0.93rem;
  }
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .policy-layout > nav {
    position: static;
    border: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
  }
  .policy-layout > nav > a {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 6px 11px;
    font-size: 0.7rem;
  }
  .policy-layout h2 {
    font-size: 1.35rem;
  }
  .policy-layout p {
    font-size: 0.88rem;
  }
  .policy-page {
    padding-bottom: 35px;
  }
  .state-page {
    padding: 35px 0 50px;
  }
  .state-page .page-heading h1 {
    font-size: 2.1rem;
  }
  .state-page .page-heading > p {
    font-size: 0.88rem;
  }
  .state-art {
    transform: scale(0.9);
  }
  .state-page .button {
    font-size: 0.8rem;
  }
  .page-index {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-index > a {
    padding: 17px;
  }
  .modal {
    width: calc(100% - 20px);
    max-height: 94dvh;
  }
  .modal-header {
    padding: 13px 15px;
    gap: 10px;
  }
  .modal-header h2 {
    font-size: 0.98rem;
  }
  .modal-header p {
    font-size: 0.64rem;
  }
  .preview-body {
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 15px;
  }
  .preview-stage > img {
    height: 48dvh;
    min-height: 240px;
  }
  .preview-thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 280px;
    margin: auto;
  }
  .preview-thumbs img {
    height: 74px;
    object-fit: contain;
  }
  .preview-side > p {
    font-size: 0.69rem;
    margin: 12px 0;
  }
  .preview-side > .button {
    min-height: 41px;
  }
  .preview-counter {
    font-size: 0.69rem;
  }
  .modal-message {
    padding: 23px;
  }
  .modal-message > p {
    font-size: 0.88rem;
  }
  .toast {
    bottom: 20px;
    font-size: 0.8rem;
    padding: 12px 17px;
  }
}
@media (max-width: 390px) {
  .header-inner {
    gap: 10px;
  }
  .brand {
    width: 185px;
    height: 43px;
  }
  .brand-crop {
    transform: scale(0.69);
  }
  .account-link .icon {
    width: 20px;
    height: 20px;
  }
  .container {
    width: calc(100% - 28px);
  }
  .hero-art {
    margin-inline: -14px;
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .hero-checks {
    font-size: 0.58rem;
    gap: 9px;
  }
  .hero-checks .icon {
    width: 16px;
    height: 16px;
  }
  .hero-search input {
    font-size: 0.76rem;
  }
  .hero-search button {
    min-width: 77px;
  }
  .popular-searches {
    font-size: 0.58rem;
    gap: 8px;
  }
  .category-tile > span {
    font-size: 0.59rem;
  }
  .category-tile {
    min-height: 82px;
  }
  .section-heading h2 {
    font-size: 1.18rem;
  }
  .section-heading p {
    font-size: 0.66rem;
  }
  .section-heading > .text-link {
    font-size: 0.64rem;
    max-width: 83px;
  }
  .section-heading > div > .icon {
    width: 24px;
    height: 24px;
  }
  .home-products .card-body h3 {
    font-size: 0.84rem;
  }
  .bundle-art {
    right: -48px;
  }
  .bundle-promo {
    padding: 24px 20px;
  }
  .bundle-promo h2 {
    font-size: 1.65rem;
  }
  .free-card h3 {
    font-size: 0.62rem;
  }
  .free-card > a:first-child {
    width: 39px;
  }
  .newsletter h2 {
    font-size: 1.1rem;
  }
  .product-info h1 {
    font-size: 2rem;
  }
  .product-main-image > img {
    height: 305px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .product-card:hover,
  .category-tile:hover,
  .button:hover {
    transform: none;
  }
  .preview-large:hover {
    transform: translateX(-50%);
  }
}
.product-detail > * {
  min-width: 0;
}
.product-gallery {
  min-width: 0;
}
.product-facts dd {
  overflow-wrap: anywhere;
}
.product-actions .button {
  white-space: normal;
}
.product-facts > div {
  min-width: 0;
}
.product-info h1 {
  overflow-wrap: break-word;
}
.product-detail {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
}
@media (max-width: 760px) {
  .product-detail {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-actions .button {
    padding-inline: 13px;
  }
  .thumbnails {
    gap: 8px;
  }
}


/* Approved Eduminate horizontal identity; never stretch the artwork. */
.brand, .footer .brand { display:flex; align-items:center; width:240px; height:80px; background:transparent; flex-shrink:0; }
.eduminate-logo { display:block; width:100%; height:auto; object-fit:contain; }
.brand .logo-dark { display:none; }
[data-theme="dark"] .brand .logo-light, .footer .brand .logo-light { display:none; }
[data-theme="dark"] .brand .logo-dark, .footer .brand .logo-dark { display:block; }
.header-inner { min-height:88px; }
@media(max-width:760px) { .brand { width:170px; height:57px; } .header-inner { min-height:72px; } .footer .brand { width:240px; } }
