@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Sora:wght@300;400;500;600;700;800&display=swap");

:root {
  --bg: #eef2f8;
  --bg-soft: #f7f9fd;
  --text: #101725;
  --muted: #657086;
  --line: rgba(16, 23, 37, 0.12);
  --white-line: rgba(255, 255, 255, 0.5);
  --surface: rgba(255, 255, 255, 0.62);
  --surface-strong: rgba(255, 255, 255, 0.78);
  --surface-dark: rgba(16, 23, 37, 0.78);
  --shadow: 0 24px 70px rgba(19, 28, 44, 0.12);
  --shadow-soft: 0 16px 40px rgba(19, 28, 44, 0.08);
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --accent: #1b62ff;
  --accent-dark: #0d42b5;
  --success: #0d8f63;
  --danger: #be3f4a;
  --max-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Sora", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(123, 211, 255, 0.35), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(255, 138, 94, 0.26), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(109, 137, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f9fd 0%, #edf2f9 55%, #e7edf5 100%);
  background-attachment: fixed;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.4), transparent 36%),
    linear-gradient(300deg, rgba(255, 255, 255, 0.2), transparent 24%);
  mix-blend-mode: screen;
}

body::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.18;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell,
.site-footer__inner,
.site-header__inner {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  padding: 18px 0 10px;
}

.site-header__inner {
  display: flex;
  justify-content: center;
}

.glass-nav,
.glass-card,
.glass-banner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46));
  border: 1px solid var(--white-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px) saturate(175%);
  -webkit-backdrop-filter: blur(26px) saturate(175%);
}

.glass-nav {
  width: 100%;
  border-radius: 999px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  position: relative;
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(160deg, rgba(255, 145, 96, 0.95), rgba(49, 129, 255, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 30px rgba(40, 77, 148, 0.24);
}

.brand__mark::before,
.brand__mark::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.brand__mark::before {
  left: 6px;
}

.brand__mark::after {
  right: 6px;
}

.brand__wording {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand__wording span:last-child {
  font-size: 0.74rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
  transform: translateY(-1px);
}

.nav-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bag-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.bag-badge {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  font-weight: 700;
  background: var(--surface-dark);
  color: #fff;
}

.page-shell {
  padding: 18px 0 96px;
}

.hero {
  display: grid;
  gap: 24px;
  margin: 18px 0 40px;
}

.hero--split {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
}

.hero-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: auto -14% -22% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.66), transparent 60%);
  filter: blur(8px);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(16, 23, 37, 0.28);
}

.hero h1,
.section-heading h2,
.subhero h1,
.newsletter-hero h1 {
  margin: 14px 0 16px;
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-size: clamp(2.9rem, 6vw, 5.5rem);
}

.hero h1 em,
.section-heading h2 em,
.newsletter-hero h1 em {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.hero p,
.section-heading p,
.subhero p,
.newsletter-hero p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.card-actions-row,
.dialog-actions,
.newsletter-form,
.product-card__actions,
.footer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  border: 0;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  color: #fff;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(27, 98, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(27, 98, 255, 0.32);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.52);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.button--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

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

.hero-note {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}

.hero-note span {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.showroom-stack {
  min-height: 100%;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgba(123, 211, 255, 0.32), transparent 32%),
    radial-gradient(circle at 78% 14%, rgba(255, 140, 102, 0.26), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.52));
}

.showroom-stack::after {
  content: "";
  position: absolute;
  inset: auto 10% 14% 10%;
  height: 28px;
  border-radius: 50%;
  background: rgba(16, 23, 37, 0.08);
  filter: blur(24px);
}

.device-float {
  position: absolute;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-soft);
  animation: float 7.8s ease-in-out infinite;
}

.device-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(15, 23, 37, 0.12));
}

.device-float--main {
  inset: 9% 30% 23% 9%;
}

.device-float--secondary {
  inset: 16% 7% 44% 56%;
  animation-delay: -2.4s;
}

.device-float--tertiary {
  inset: 56% 12% 8% 56%;
  animation-delay: -4.1s;
}

.section {
  margin: 70px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  margin-bottom: 8px;
}

.section-heading p {
  max-width: 56ch;
}

.pill,
.muted-chip,
.email-card__format,
.cart-item__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.8rem;
}

.pill--soft,
.muted-chip,
.email-card__format,
.cart-item__category {
  background: rgba(255, 255, 255, 0.58);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.stats-grid,
.service-grid,
.club-grid,
.email-grid,
.comparison-callouts,
.footer-grid {
  display: grid;
  gap: 20px;
}

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

.stat-card,
.service-card,
.club-card,
.comparison-callout {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.stat-card strong,
.service-card h3,
.club-card h3,
.comparison-callout strong,
.email-card h3,
.cart-item h3,
.recommendation-card h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.stat-card p,
.service-card p,
.club-card p,
.comparison-callout p,
.email-card p,
.recommendation-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.products-grid,
.recommendation-grid,
.email-grid,
.service-grid,
.club-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products-grid {
  display: grid;
  gap: 20px;
}

.product-card,
.recommendation-card,
.email-card {
  padding: 18px;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 254, 0.72)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 56%);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: auto -14% -28% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.72), transparent 62%);
  pointer-events: none;
}

.product-card__media-wrap {
  display: grid;
  gap: 12px;
}

.product-card__media-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.product-card__stock,
.product-card__caption {
  color: var(--muted);
  font-size: 0.84rem;
}

.product-card__stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(13, 143, 99, 0.1);
  color: var(--success);
  border: 1px solid rgba(13, 143, 99, 0.16);
}

.product-card__stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(13, 143, 99, 0.14);
}

.product-card__media,
.recommendation-card__media,
.dialog-media {
  position: relative;
  border-radius: 24px;
  padding: 20px;
  overflow: hidden;
  min-height: 270px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 18% 24%, var(--card-start, rgba(123, 211, 255, 0.4)), transparent 34%),
    radial-gradient(circle at 82% 16%, var(--card-end, rgba(255, 139, 96, 0.3)), transparent 30%),
    linear-gradient(180deg, rgba(240, 244, 250, 0.88), rgba(233, 238, 246, 0.72));
}

.product-card__media {
  min-height: 300px;
}

.product-card__media::after,
.recommendation-card__media::after,
.dialog-media::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 7%;
  height: 24px;
  border-radius: 50%;
  background: rgba(16, 23, 37, 0.08);
  filter: blur(18px);
}

.product-card__media img,
.recommendation-card__media img,
.dialog-media img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 16px 26px rgba(15, 23, 37, 0.12));
}

.tone-sky {
  --card-start: rgba(111, 199, 255, 0.44);
  --card-end: rgba(255, 255, 255, 0.24);
}

.tone-lava {
  --card-start: rgba(255, 154, 110, 0.46);
  --card-end: rgba(98, 138, 255, 0.28);
}

.tone-indigo {
  --card-start: rgba(121, 120, 255, 0.34);
  --card-end: rgba(123, 211, 255, 0.24);
}

.tone-mint {
  --card-start: rgba(132, 235, 212, 0.38);
  --card-end: rgba(111, 181, 255, 0.24);
}

.tone-pearl {
  --card-start: rgba(255, 255, 255, 0.52);
  --card-end: rgba(188, 208, 255, 0.24);
}

.tone-rose {
  --card-start: rgba(255, 174, 195, 0.36);
  --card-end: rgba(255, 219, 170, 0.26);
}

.product-card__body,
.recommendation-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card__body {
  gap: 14px;
  flex: 1 1 auto;
}

.product-card__topline,
.email-card__topline,
.cart-item__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.product-card h3,
.email-card h3,
.subhero h1,
.newsletter-hero h1 {
  margin: 0;
}

.product-card h3 {
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  letter-spacing: -0.05em;
}

.product-card__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card__description,
.product-card__meta-note,
.source-link,
.price-row span,
.helper-copy {
  color: var(--muted);
}

.product-card__description {
  margin: 0;
  line-height: 1.75;
}

.price-row,
.recommendation-card__footer,
.dialog-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.price-row strong,
.dialog-price-row strong,
.summary-total strong,
.recommendation-card__footer strong {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
}

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

.product-card__summary-item,
.dialog-support-card {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.product-card__summary-item span,
.dialog-support-card span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-card__summary-item strong,
.dialog-support-card strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

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

.spec-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.6;
}

.spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(27, 98, 255, 0.95), rgba(81, 159, 255, 0.9));
  box-shadow: 0 0 0 4px rgba(27, 98, 255, 0.08);
}

.source-link {
  font-size: 0.9rem;
}

.product-card__footer {
  margin-top: auto;
  display: grid;
  gap: 14px;
}

.product-card__support {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(16, 23, 37, 0.04);
  border: 1px solid rgba(16, 23, 37, 0.08);
}

.product-card__support span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__support strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.product-card__actions .button,
.dialog-actions .button {
  flex: 1 1 190px;
}

.store-shell {
  display: grid;
  gap: 22px;
}

.store-toolbar {
  padding: 24px;
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: end;
}

.store-toolbar__copy {
  display: grid;
  gap: 12px;
}

.store-toolbar__copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.store-toolbar__copy p,
.store-toolbar__summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.store-toolbar__summary strong {
  color: var(--text);
}

.store-toolbar__filters {
  display: grid;
  gap: 12px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-chip {
  border: 0;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.42);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.filter-chip:hover,
.filter-chip.is-active {
  background: var(--surface-dark);
  color: #fff;
  transform: translateY(-1px);
}

.comparison-wrap {
  overflow-x: auto;
  border-radius: var(--radius-xl);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  text-align: left;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(16, 23, 37, 0.08);
}

.comparison-table th {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-callouts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.newsletter-panel,
.bundle-panel,
.subhero,
.newsletter-hero {
  padding: 30px;
  border-radius: var(--radius-xl);
}

.newsletter-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
}

.newsletter-form {
  justify-content: flex-end;
}

.newsletter-field {
  min-width: min(100%, 360px);
  padding: 15px 18px;
  border: 1px solid rgba(16, 23, 37, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
  outline: none;
}

.newsletter-field::placeholder {
  color: #8d96a8;
}

.form-message {
  margin-top: 12px;
  color: var(--success);
  min-height: 1.4em;
}

.form-message.is-error {
  color: var(--danger);
}

.bundle-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: center;
}

.bundle-panel h3,
.summary-card h2,
.empty-state h2 {
  margin: 0 0 12px;
  font-size: 1.9rem;
  letter-spacing: -0.05em;
}

.bundle-panel p,
.summary-card p,
.empty-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.bundle-pricing {
  display: grid;
  gap: 14px;
}

.bundle-pricing strong {
  font-size: 2.5rem;
  letter-spacing: -0.06em;
}

.newsletter-hero,
.subhero {
  margin-bottom: 24px;
}

.newsletter-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.subscriber-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  width: fit-content;
  color: var(--muted);
}

.subscriber-chip strong {
  color: var(--text);
}

.club-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 360px;
  gap: 24px;
  align-items: start;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  padding: 18px;
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.cart-item__media {
  border-radius: 24px;
  padding: 18px;
  min-height: 160px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 22% 20%, rgba(123, 211, 255, 0.28), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(255, 139, 96, 0.2), transparent 26%);
}

.cart-item__media img {
  width: 100%;
  height: 124px;
  object-fit: contain;
}

.cart-item__copy,
.cart-item__meta,
.cart-item__price span,
.summary-list span:last-child,
.footer-note {
  color: var(--muted);
}

.cart-item__controls,
.quantity-control {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.quantity-control {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.quantity-control button,
.text-button,
.dialog-close {
  border: 0;
  background: transparent;
  color: var(--text);
}

.quantity-control button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(16, 23, 37, 0.08);
  font-weight: 700;
}

.text-button {
  color: var(--muted);
}

.cart-item__price {
  display: grid;
  gap: 8px;
  text-align: right;
  justify-items: end;
}

.summary-card {
  padding: 24px;
  border-radius: var(--radius-xl);
  position: sticky;
  top: 120px;
}

.summary-list {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.summary-list li,
.summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.summary-list li {
  list-style: none;
}

.summary-total {
  padding-top: 18px;
  border-top: 1px solid rgba(16, 23, 37, 0.08);
  margin-bottom: 18px;
}

.empty-state {
  padding: 34px;
  text-align: center;
}

.recommendation-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recommendation-card__media {
  min-height: 220px;
}

.recommendation-card__media img {
  height: 170px;
}

.site-footer {
  padding: 0 0 44px;
}

.site-footer__inner {
  padding: 28px;
  border-radius: 30px;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.footer-grid h3,
.footer-grid h4 {
  margin: 0 0 12px;
  letter-spacing: -0.04em;
}

.footer-links,
.footer-notes {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-notes span {
  color: var(--muted);
}

.footer-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 23, 37, 0.08);
  font-size: 0.92rem;
  line-height: 1.7;
}

.quick-view {
  width: min(980px, calc(100% - 24px));
  border: 0;
  padding: 0;
  background: transparent;
}

.quick-view::backdrop {
  background: rgba(11, 16, 28, 0.48);
  backdrop-filter: blur(12px);
}

.dialog-shell {
  padding: 18px;
  border-radius: 32px;
  position: relative;
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.dialog-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: stretch;
}

.dialog-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px 6px 6px;
}

.dialog-heading {
  display: grid;
  gap: 10px;
}

.dialog-heading h3,
.dialog-heading p {
  margin: 0;
}

.dialog-heading h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.06em;
}

.dialog-heading p {
  color: var(--muted);
  line-height: 1.8;
}

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

.dialog-facts {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.dialog-facts strong {
  color: var(--text);
  margin-right: 8px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 24px);
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(16, 23, 37, 0.88);
  color: #fff;
  box-shadow: 0 24px 50px rgba(16, 23, 37, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
  z-index: 40;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

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

.helper-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.helper-card h3 {
  margin: 0 0 10px;
  letter-spacing: -0.04em;
}

.helper-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@media (max-width: 1100px) {
  .hero--split,
  .newsletter-hero,
  .bundle-panel,
  .store-toolbar,
  .dialog-layout,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .products-grid,
  .comparison-callouts,
  .service-grid,
  .club-grid,
  .email-grid,
  .recommendation-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newsletter-panel {
    grid-template-columns: 1fr;
  }

  .dialog-support-grid,
  .product-card__summary-grid {
    grid-template-columns: 1fr;
  }

  .summary-card {
    position: static;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 8px;
    padding-top: 10px;
  }

  .glass-nav {
    border-radius: 28px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links,
  .nav-meta {
    justify-content: space-between;
  }

  .hero-card,
  .newsletter-panel,
  .bundle-panel,
  .subhero,
  .newsletter-hero,
  .site-footer__inner {
    padding: 24px;
  }

  .hero-notes,
  .stats-grid,
  .products-grid,
  .comparison-callouts,
  .service-grid,
  .club-grid,
  .email-grid,
  .recommendation-grid,
  .footer-grid,
  .helper-grid {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item__price {
    justify-items: start;
    text-align: left;
  }

  .store-toolbar {
    padding: 20px;
  }

  .device-float--main {
    inset: 10% 18% 34% 8%;
  }

  .device-float--secondary {
    inset: 12% 4% 54% 52%;
  }

  .device-float--tertiary {
    inset: 58% 10% 8% 50%;
  }
}

@media (max-width: 640px) {
  .page-shell,
  .site-footer__inner,
  .site-header__inner {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .hero h1,
  .section-heading h2,
  .subhero h1,
  .newsletter-hero h1 {
    font-size: clamp(2.4rem, 13vw, 3.7rem);
  }

  .section {
    margin: 54px 0;
  }

  .hero-card,
  .newsletter-panel,
  .bundle-panel,
  .store-toolbar,
  .subhero,
  .newsletter-hero,
  .site-footer__inner,
  .summary-card {
    padding: 20px;
  }

  .newsletter-field,
  .button,
  .button--secondary,
  .button--ghost {
    width: 100%;
    justify-content: center;
  }

  .hero-actions,
  .product-card__actions,
  .dialog-actions,
  .newsletter-form {
    align-items: stretch;
  }

  .product-card__media,
  .recommendation-card__media,
  .dialog-media {
    min-height: 220px;
  }

  .product-card__media img,
  .dialog-media img {
    height: 176px;
  }
}
