:root {
  --ink: #221714;
  --muted: #6c6462;
  --line: #e4dde5;
  --paper: #ffffff;
  --wash: #f8f4fa;
  --teal: #993dbc;
  --teal-dark: #6f2889;
  --amber: #b7883d;
  --sage: #f3e9f7;
  --charcoal: #993dbc;
  --coral: #7f309a;
  --sun: #d4b06a;
  --shadow: 0 24px 60px rgba(20, 20, 22, 0.16);
  --radius: 4px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.overlay-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.plain-button {
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.icon-sprite {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 24px;
  height: var(--header-height);
  left: 0;
  padding: 0 clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.brand-logo {
  height: 48px;
  object-fit: cover;
  object-position: center;
  width: 220px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 18px;
}

.main-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--ink);
}

.main-nav .nav-business {
  background: var(--teal);
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  color: #fff;
  padding: 8px 11px;
}

.main-nav .nav-business:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
}

.mobile-bottom-nav {
  display: none;
}

.icon-button {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    background 160ms ease;
  width: 44px;
}

.icon-button:hover {
  background: var(--wash);
  border-color: #aaa9ac;
}

.icon-button:active,
.button:active,
.filter-button:active,
.quantity-button:active {
  transform: translateY(1px);
}

.cart-count {
  align-items: center;
  background: var(--teal);
  border: 2px solid var(--paper);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  top: -7px;
}

.hero {
  background-color: #fff;
  background-image: url("assets/gelike/gold-cateye-polish-12.jpg");
  background-position: calc(100% - 3vw) center;
  background-repeat: no-repeat;
  background-size: auto 92%;
  min-height: min(720px, 76svh);
  padding: clamp(44px, 7vw, 92px) clamp(18px, 4vw, 56px);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(min(720px, 76svh) - clamp(88px, 14vw, 184px));
  max-width: 540px;
}

.eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 650px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 16px;
}

h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-copy {
  color: #4e4e52;
  font-size: clamp(17px, 1.7vw, 20px);
  margin-bottom: 28px;
  max-width: 620px;
}

.hero-actions,
.card-actions,
.dialog-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button.primary {
  background: var(--teal);
  color: #fff;
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--ink);
}

.button.beach {
  background: #fff;
  border-color: #b7b7b9;
  color: var(--teal-dark);
}

.button.beach:hover {
  border-color: var(--teal-dark);
  color: var(--teal-dark);
}

.button.full {
  width: 100%;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
}

.hero-metrics div {
  border-left: 2px solid var(--teal);
  min-width: 132px;
  padding: 2px 18px 4px 12px;
}

.hero-metrics dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.hero-metrics dd {
  color: var(--muted);
  font-size: 13px;
  margin: 6px 0 0;
}

.trust-band {
  align-items: stretch;
  background: var(--charcoal);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
  min-height: 76px;
  padding: 16px clamp(18px, 3vw, 32px);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item svg {
  color: #fff;
  flex: 0 0 auto;
  opacity: 0.82;
}

.cateye-feature {
  align-items: center;
  background: var(--charcoal);
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
}

.cateye-feature .eyebrow {
  color: #fff;
  opacity: 0.82;
}

.cateye-feature .button.primary {
  background: #fff;
  color: var(--ink);
}

.cateye-feature .button.primary:hover {
  background: #ececed;
}

.cateye-feature .button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.cateye-feature .button.secondary:hover {
  border-color: #fff;
}

.cateye-copy {
  max-width: 650px;
}

.cateye-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.cateye-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.cateye-showcase {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.1fr 0.9fr;
}

.cateye-showcase a {
  display: block;
  min-width: 0;
}

.cateye-showcase img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: none;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.cateye-showcase > a:first-child {
  grid-row: span 2;
}

.section,
.process-section,
.contact-section {
  padding: clamp(64px, 9vw, 108px) clamp(18px, 4vw, 56px);
}

.shop-section {
  background: var(--paper);
}

.about-section {
  background: var(--paper);
}

.about-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.about-media {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 420px;
  overflow: hidden;
}

.about-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-copy {
  align-self: center;
}

.about-copy p {
  color: var(--muted);
  font-size: 17px;
  max-width: 680px;
}

.about-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.about-stats div {
  border-left: 2px solid var(--teal);
  padding: 3px 12px 5px;
}

.about-stats strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.about-stats span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 750;
  margin-top: 7px;
}

.b2b-gateway {
  align-items: stretch;
  background: #f6f4f6;
  display: grid;
  gap: clamp(32px, 6vw, 78px);
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.b2b-gateway-media {
  min-height: 500px;
  overflow: hidden;
}

.b2b-gateway-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  width: 100%;
}

.b2b-gateway-copy {
  align-self: center;
  max-width: 720px;
  padding: 20px 0;
}

.b2b-gateway-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.b2b-proof {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
}

.b2b-proof span {
  border-left: 2px solid var(--teal);
  font-size: 13px;
  font-weight: 800;
  padding: 4px 10px;
}

.b2b-gateway-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.b2b-email {
  color: var(--teal-dark);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 18px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.story-section {
  background: var(--wash);
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.shipping-copy p,
.contact-section p,
.process-grid p,
.story-card p,
.timeline span,
.policy-grid p,
.social-grid strong,
.drawer-note,
.checkout-heading p {
  color: var(--muted);
}

.section-heading.compact {
  margin-bottom: 26px;
}

.story-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 36px;
  max-width: 1180px;
}

.story-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.story-card:hover {
  border-color: #aaa9ac;
}

.timeline {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 980px;
}

.timeline div {
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 16px;
  grid-template-columns: 82px 1fr;
  padding: 16px 18px;
}

.timeline time {
  color: var(--teal-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.timeline span {
  font-size: 15px;
}

.social-section {
  background: var(--paper);
}

.social-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.social-grid a {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 18px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.social-grid a:hover {
  border-color: var(--ink);
  box-shadow: 0 14px 36px rgba(20, 20, 22, 0.08);
  transform: translateY(-1px);
}

.social-grid span {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.social-grid strong {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.filter-bar {
  align-items: center;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 4px;
  margin: 0 auto 28px;
  max-width: max-content;
  padding: 5px;
}

.filter-button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  min-height: 38px;
  min-width: 72px;
  padding: 0 14px;
}

.filter-button.active,
.filter-button:hover {
  background: var(--teal);
  color: #fff;
  box-shadow: none;
}

.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-card:hover {
  border-color: #aaa9ac;
  box-shadow: 0 18px 44px rgba(20, 20, 22, 0.08);
  transform: translateY(-2px);
}

.product-image-wrap {
  aspect-ratio: 1 / 1;
  background: #fff;
  display: block;
  overflow: hidden;
  width: 100%;
}

.product-image-wrap img {
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform 240ms ease;
  width: 100%;
}

.product-card:hover img {
  transform: scale(1.035);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.tag {
  background: var(--sage);
  border-radius: 999px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 9px;
}

.rating {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.product-card h3 {
  min-height: 46px;
}

.product-card p {
  color: var(--muted);
  font-size: 14px;
  min-height: 64px;
}

.price-row {
  align-items: baseline;
  display: flex;
  gap: 10px;
  margin: auto 0 16px;
}

.price {
  font-size: 22px;
  font-weight: 700;
}

.compare {
  color: #8a9792;
  font-size: 14px;
  text-decoration: line-through;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr auto auto;
}

.card-actions .amazon-link {
  min-width: 76px;
  padding: 0 12px;
}

.quick-view {
  width: 46px;
}

.process-section {
  background: var(--wash);
}

.process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.process-grid article {
  border-left: 2px solid var(--teal);
  padding: 0 24px 0 18px;
}

.process-grid span {
  color: var(--amber);
  display: inline-block;
  font-weight: 900;
  margin-bottom: 14px;
}

.shipping-section {
  align-items: start;
  background: var(--paper);
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  margin: 0 auto;
  max-width: 1240px;
}

.shipping-copy {
  max-width: 680px;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.check-list li {
  align-items: start;
  display: flex;
  gap: 10px;
}

.check-list svg {
  color: var(--teal);
  flex: 0 0 auto;
  margin-top: 2px;
}

.rate-table {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.rate-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.2fr 0.85fr 0.6fr;
  min-height: 58px;
  padding: 16px 18px;
}

.rate-row + .rate-row {
  border-top: 1px solid var(--line);
}

.rate-head {
  background: var(--charcoal);
  color: #fff;
  font-weight: 800;
}

.policies-section {
  background: var(--wash);
}

.geo-faq-section {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 980px;
}

.faq-grid details {
  padding: 20px 22px;
}

.faq-grid summary {
  font-size: 16px;
}

.faq-grid p {
  color: var(--muted);
  margin: 14px 0 0;
}

.product-card h3 a:hover {
  color: var(--teal-dark);
}

.product-page-body {
  background: var(--wash);
  padding-bottom: 0;
}

.product-page-header {
  grid-template-columns: minmax(220px, 1fr) auto;
}

.product-page-main {
  min-height: calc(100svh - var(--header-height));
}

.product-page-hero {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.95fr);
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(48px, 7vw, 88px) clamp(18px, 4vw, 56px);
}

.product-page-media {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-page-media img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(12px, 2vw, 24px);
  width: 100%;
}

.product-page-copy {
  max-width: 600px;
}

.product-page-copy h1 {
  font-size: clamp(42px, 6vw, 76px);
  margin-bottom: 22px;
}

.product-page-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.product-page-price {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin: 22px 0;
}

.product-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-facts {
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-facts article {
  border-right: 1px solid var(--line);
  padding: clamp(28px, 4vw, 48px);
}

.product-facts article:last-child {
  border-right: 0;
}

.product-facts h2 {
  font-size: 24px;
  line-height: 1.15;
}

.product-facts p {
  color: var(--muted);
  margin-bottom: 0;
}

.product-page-footer {
  background: var(--charcoal);
  color: #fff;
  padding: 28px clamp(18px, 4vw, 56px);
  text-align: center;
}

.product-page-footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

summary {
  cursor: pointer;
  font-weight: 850;
}

details p {
  font-size: 14px;
  margin: 14px 0 0;
}

.contact-section {
  align-items: start;
  background: var(--charcoal);
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.contact-section .eyebrow {
  color: #fff;
  opacity: 0.82;
}

.contact-section .button.primary {
  background: #fff;
  color: var(--teal-dark);
}

.contact-section .button.primary:hover {
  background: var(--sage);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 620px;
}

.contact-email {
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  margin-top: 18px;
  text-decoration-color: var(--sun);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.contact-form,
.checkout-form {
  display: grid;
  gap: 14px;
}

label {
  color: inherit;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  min-height: 44px;
  outline: 0;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(143, 49, 84, 0.14);
}

.form-status {
  color: #d8e0dc;
  font-size: 14px;
  margin: 0;
  min-height: 22px;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.cart-drawer {
  background: var(--paper);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100svh;
  max-width: min(440px, 100vw);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(0);
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
  visibility: hidden;
  width: 440px;
  z-index: 70;
}

.cart-drawer.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.drawer-header,
.cart-footer {
  padding: 22px;
}

.drawer-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.drawer-header h2,
.checkout-heading h2 {
  font-size: 28px;
  margin: 0;
}

.cart-items {
  overflow-y: auto;
  padding: 8px 22px;
}

.empty-cart {
  align-items: center;
  color: var(--muted);
  display: flex;
  min-height: 220px;
  text-align: center;
}

.cart-line {
  display: grid;
  gap: 12px;
  grid-template-columns: 76px 1fr;
  padding: 14px 0;
}

.cart-line + .cart-line {
  border-top: 1px solid var(--line);
}

.cart-line img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: var(--radius);
  object-fit: contain;
  width: 76px;
}

.cart-line h3 {
  font-size: 15px;
  margin: 0 0 4px;
}

.cart-line p {
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 10px;
}

.line-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.quantity-stepper {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  height: 36px;
  overflow: hidden;
}

.quantity-button {
  align-items: center;
  background: #fff;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
}

.quantity-stepper span {
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.line-total {
  font-weight: 900;
}

.cart-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 16px;
}

.shipping-select {
  color: var(--ink);
}

.totals {
  display: grid;
  gap: 8px;
}

.totals div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.totals span {
  color: var(--muted);
}

.grand-total {
  border-top: 1px solid var(--line);
  font-size: 20px;
  padding-top: 10px;
}

.drawer-note {
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.scrim {
  background: rgba(11, 21, 20, 0.42);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 60;
}

.scrim.visible {
  opacity: 1;
  pointer-events: auto;
}

dialog {
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink);
  max-width: min(940px, calc(100vw - 28px));
  padding: 0;
}

dialog::backdrop {
  background: rgba(11, 21, 20, 0.48);
}

.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}

.product-dialog {
  width: 900px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.product-detail img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.product-detail-copy {
  padding: clamp(26px, 4vw, 44px);
}

.product-detail-copy p {
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0;
  padding: 0;
}

.feature-list li {
  align-items: start;
  display: flex;
  gap: 10px;
}

.feature-list svg {
  color: var(--teal);
  flex: 0 0 auto;
  margin-top: 2px;
}

.checkout-dialog {
  max-height: min(820px, calc(100svh - 32px));
  overflow-y: auto;
  width: 760px;
}

.checkout-form {
  padding: clamp(24px, 4vw, 42px);
}

.checkout-heading {
  max-width: 560px;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wide {
  grid-column: 1 / -1;
}

.payment-fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 6px 0 0;
  padding: 16px;
}

.payment-fieldset legend {
  font-weight: 850;
  padding: 0 8px;
}

.payment-fieldset label {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.payment-fieldset input {
  min-height: 0;
  width: auto;
}

.payment-note {
  color: var(--muted);
  flex-basis: 100%;
  font-size: 13px;
  margin: 2px 0 0;
}

.payment-panel {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  padding-top: 18px;
}

.payment-panel h3 {
  font-size: 18px;
  margin: 0 0 5px;
}

.payment-panel > div:first-child p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.paypal-button-container {
  min-height: 46px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.checkout-summary {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 8px;
  padding: 16px;
}

.summary-line {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.summary-line.total {
  border-top: 1px solid var(--line);
  font-size: 19px;
  font-weight: 900;
  padding-top: 10px;
}

.checkout-form .form-status {
  color: var(--teal-dark);
  font-weight: 700;
}

.oem-page {
  --oem-dark: #211e22;
  background: #fff;
  padding-bottom: 0;
}

.oem-site-header {
  grid-template-columns: minmax(220px, 1fr) auto auto;
}

.oem-main-nav {
  gap: 15px;
}

.retail-link {
  min-height: 42px;
  white-space: nowrap;
}

.oem-hero {
  background-color: #fff;
  background-image: url("assets/gelike/factory-quality-control.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 680px;
  padding: 52px clamp(18px, 4vw, 56px);
}

.oem-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  min-height: 576px;
  width: min(51%, 680px);
}

.oem-hero h1 {
  font-size: 68px;
  line-height: 0.98;
  margin-bottom: 24px;
}

.oem-hero-copy > p:not(.eyebrow) {
  color: #544d54;
  font-size: 19px;
  max-width: 650px;
}

.oem-hero-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 38px 0 0;
}

.oem-hero-metrics div {
  border-top: 2px solid var(--teal);
  padding-top: 13px;
}

.oem-hero-metrics dt {
  font-size: 18px;
  font-weight: 900;
}

.oem-hero-metrics dd {
  color: var(--muted);
  font-size: 12px;
  margin: 5px 0 0;
}

.oem-assurance-band {
  background: var(--oem-dark);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oem-assurance-band div {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 12px;
  min-height: 82px;
  padding: 18px clamp(18px, 3vw, 34px);
}

.oem-assurance-band div:last-child {
  border-right: 0;
}

.oem-assurance-band span {
  color: #d7b2e5;
  font-size: 12px;
  font-weight: 900;
}

.oem-assurance-band strong {
  font-size: 14px;
}

.oem-capabilities {
  background: #fff;
}

.oem-section-intro {
  max-width: 820px;
}

.oem-section-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.oem-model-grid {
  display: grid;
  gap: clamp(30px, 6vw, 80px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 52px;
}

.oem-model-grid article {
  border-bottom: 1px solid var(--line);
  border-top: 3px solid var(--teal);
  padding: 28px 0 32px;
}

.oem-model-grid article > span {
  color: var(--teal-dark);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}

.oem-model-grid article > p {
  color: var(--muted);
}

.oem-model-grid ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.oem-model-grid li {
  align-items: start;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
}

.oem-model-grid li svg {
  color: var(--teal);
  flex: 0 0 auto;
}

.oem-products {
  background: #f6f4f6;
}

.oem-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.oem-product-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.oem-product-grid img {
  aspect-ratio: 1 / 1;
  background: #fff;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

.oem-product-grid article div {
  border-top: 1px solid var(--line);
  padding: 20px;
}

.oem-product-grid span {
  color: var(--teal-dark);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.oem-product-grid h3 {
  font-size: 18px;
}

.oem-product-grid p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 0;
}

.oem-factory {
  align-items: stretch;
  background: #fff;
  display: grid;
  gap: clamp(36px, 7vw, 92px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
}

.oem-factory-copy {
  align-self: center;
  max-width: 720px;
}

.oem-factory-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.factory-facts {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.factory-facts div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 100px 1fr;
  padding-top: 14px;
}

.factory-facts strong {
  color: var(--teal-dark);
  font-size: 14px;
}

.factory-facts span {
  color: var(--muted);
  font-size: 14px;
}

.oem-factory-media {
  min-height: 520px;
  overflow: hidden;
}

.oem-factory-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  width: 100%;
}

.oem-process {
  background: var(--oem-dark);
  color: #fff;
}

.oem-process .eyebrow {
  color: #d7b2e5;
}

.oem-process .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.oem-process-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0;
}

.oem-process-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 18px;
  grid-template-columns: 46px 1fr;
  padding: 28px 24px 30px 0;
}

.oem-process-list li:nth-child(odd) {
  margin-right: 40px;
}

.oem-process-list span {
  color: #d7b2e5;
  font-size: 13px;
  font-weight: 900;
}

.oem-process-list h3 {
  color: #fff;
}

.oem-process-list p {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0;
}

.oem-faq {
  background: #fff;
}

.oem-contact {
  background: var(--teal);
}

.oem-contact .contact-note {
  font-size: 13px;
  margin-top: 22px;
}

.oem-contact .contact-form {
  background: #fff;
  border-radius: var(--radius);
  color: var(--ink);
  padding: clamp(22px, 4vw, 36px);
}

.oem-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oem-contact .button.primary {
  background: var(--oem-dark);
  color: #fff;
  justify-self: start;
}

.oem-contact .button.primary:hover {
  background: #000;
}

.oem-contact .form-status {
  color: var(--teal-dark);
  font-weight: 700;
}

.oem-footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  padding: 28px clamp(18px, 4vw, 56px);
}

.oem-footer img {
  height: 40px;
  object-fit: cover;
  width: 180px;
}

.oem-footer p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.oem-footer div {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
  gap: 18px;
}

.oem-footer a:hover {
  color: var(--teal-dark);
}

@media (max-width: 1040px) {
  .hero {
    background-position: right center;
    background-size: auto 78%;
  }

  .hero-content {
    max-width: 48%;
  }

  .cateye-feature {
    grid-template-columns: 1fr;
  }

  .cateye-copy {
    max-width: 780px;
  }

  .cateye-showcase {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cateye-showcase > a:first-child {
    grid-row: auto;
  }

  .product-page-hero {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .policy-grid,
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .b2b-gateway {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  }

  .oem-site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .oem-site-header .retail-link {
    display: inline-flex;
  }

  .oem-hero {
    background-position: -100px center;
  }

  .oem-hero-copy {
    width: 58%;
  }

  .oem-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oem-factory {
    grid-template-columns: 1fr 0.7fr;
  }

  .about-media {
    min-height: 360px;
  }

  .social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shipping-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .main-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 740px) {
  :root {
    --header-height: 68px;
  }

  body {
    padding-bottom: 72px;
  }

  .site-header {
    padding: 0 14px;
  }

  .brand-logo {
    height: 38px;
    width: 174px;
  }

  .mobile-bottom-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid var(--line);
    bottom: 0;
    box-shadow: 0 -14px 34px rgba(20, 20, 22, 0.09);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 64px;
    left: 0;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 55;
  }

  .mobile-bottom-nav a {
    align-items: center;
    border-radius: var(--radius);
    color: var(--muted);
    display: inline-flex;
    font-size: 12px;
    font-weight: 850;
    height: 44px;
    justify-content: center;
  }

  .mobile-bottom-nav a:hover,
  .mobile-bottom-nav a:focus-visible {
    background: var(--sage);
    color: var(--teal-dark);
  }

  .hero {
    background-image: url("assets/gelike/gold-cateye-polish-12.jpg");
    background-position: center bottom;
    background-size: 100% auto;
    min-height: calc(100svh - var(--header-height));
    padding: 34px 16px clamp(220px, 60vw, 270px);
  }

  .hero-content {
    justify-content: flex-start;
    min-height: 0;
    max-width: 100%;
  }

  h1 {
    font-size: clamp(44px, 16vw, 72px);
    max-width: 360px;
  }

  h2 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .hero-copy {
    font-size: 17px;
    max-width: 360px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .cart-toggle {
    display: none;
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 360px;
  }

  .hero-metrics div {
    min-width: 0;
    padding-right: 8px;
  }

  .hero-metrics dt {
    font-size: 23px;
  }

  .hero-metrics dd {
    font-size: 12px;
  }

  .trust-band,
  .process-grid,
  .product-grid,
  .policy-grid,
  .story-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .cateye-feature {
    padding-top: 52px;
  }

  .cateye-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cateye-showcase {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cateye-showcase > a:first-child {
    grid-column: 1 / -1;
  }

  .cateye-showcase img {
    padding: 6px;
  }

  .about-media {
    min-height: 280px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .b2b-gateway {
    grid-template-columns: 1fr;
  }

  .b2b-gateway-media {
    min-height: 340px;
  }

  .b2b-proof {
    grid-template-columns: 1fr;
  }

  .b2b-gateway-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oem-site-header .retail-link {
    font-size: 12px;
    min-height: 40px;
    padding: 0 12px;
  }

  .oem-hero {
    background-position: center top;
    background-size: auto 56%;
    min-height: 820px;
    padding: 405px 16px 52px;
  }

  .oem-hero-copy {
    min-height: 0;
    width: 100%;
  }

  .oem-hero h1 {
    font-size: 42px;
    max-width: 560px;
  }

  .oem-hero-copy > p:not(.eyebrow) {
    font-size: 17px;
  }

  .oem-hero .hero-actions {
    max-width: none;
  }

  .oem-hero-metrics,
  .oem-assurance-band,
  .oem-model-grid,
  .oem-product-grid,
  .oem-factory,
  .oem-process-list,
  .oem-form-grid {
    grid-template-columns: 1fr;
  }

  .oem-assurance-band div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 0;
    min-height: 64px;
  }

  .oem-model-grid {
    gap: 26px;
    margin-top: 34px;
  }

  .oem-factory-media {
    min-height: 420px;
  }

  .oem-process-list li:nth-child(odd) {
    margin-right: 0;
  }

  .oem-footer {
    grid-template-columns: 1fr;
  }

  .timeline div {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    min-height: 60px;
  }

  .filter-bar {
    flex-wrap: wrap;
    justify-content: start;
    max-width: 100%;
    overflow: visible;
    width: 100%;
  }

  .filter-button {
    flex: 1 1 92px;
    min-width: 0;
  }

  .product-body {
    padding: 16px;
  }

  .product-card h3,
  .product-card p {
    min-height: 0;
  }

  .card-actions {
    grid-template-columns: 1fr 46px;
  }

  .card-actions .amazon-link {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
  }

  .rate-row {
    grid-template-columns: 1fr;
  }

  .product-detail,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .product-detail img {
    min-height: 280px;
  }

  .cart-drawer {
    width: 100vw;
  }

  .contact-section {
    padding-bottom: 96px;
  }

  .product-page-header .main-nav {
    display: flex;
    gap: 12px;
  }

  .product-page-body {
    padding-bottom: 0;
  }

  .product-page-header .main-nav a:not(:first-child) {
    display: none;
  }

  .product-page-hero {
    padding: 32px 16px 48px;
  }

  .product-page-copy h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .product-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-facts {
    grid-template-columns: 1fr;
  }

  .product-facts article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }
}
