:root {
  --navy: #0b1420;
  --navy-2: #12233a;
  --blue: #0c447d;
  --blue-2: #1b68b1;
  --red: #bb1d2c;
  --red-2: #d14a59;
  --text: #13202f;
  --muted: #5c6b7c;
  --soft: #eef3f8;
  --soft-2: #f7f9fc;
  --line: #dce5ef;
  --card: #ffffff;
  --shadow: 0 18px 42px rgba(11, 20, 32, 0.09);
  --shadow-soft: 0 10px 24px rgba(11, 20, 32, 0.055);
  --radius: 8px;
  --radius-sm: 6px;
  --max: 1180px;
}

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

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

body {
  margin: 0;
  font-family: Aptos, "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--soft-2);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

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

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

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--blue-2);
  outline-offset: 2px;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar .container,
.site-header .container {
  width: min(calc(var(--max) + 320px), calc(100% - 48px));
}

.topbar {
  background: linear-gradient(90deg, var(--navy), var(--blue));
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.topbar__group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.topbar__group span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(216, 225, 235, 0.85);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand__mark {
  width: 51px;
  height: 51px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.brand__copy strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.15;
  color: var(--navy);
}

.brand__copy span {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  color: #243447;
  font-size: 0.95rem;
}

.site-nav a[aria-current="page"] {
  color: var(--blue);
  font-weight: 700;
}

.site-nav a[aria-current="page"]::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  border-radius: 999px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}

.cart-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 4px 10px rgba(11, 20, 32, 0.04);
}

.cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.nav-toggle {
  display: none;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: #fff;
}

.mobile-nav__inner {
  display: grid;
  gap: 4px;
  padding: 14px 0 18px;
}

.mobile-nav__inner a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(216, 225, 235, 0.65);
  color: #243447;
}

.mobile-nav__inner a:last-child {
  border-bottom: 0;
}

.hero {
  padding: 74px 0 66px;
  overflow: hidden;
}

.hero--dark {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(11, 20, 32, 0.98), rgba(17, 34, 54, 0.96)),
    radial-gradient(circle at top right, rgba(220, 33, 53, 0.22), transparent 42%);
}

.hero__grid {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
}

.hero .eyebrow {
  margin: 0 0 18px;
}

.eyebrow--dark {
  color: var(--blue);
}

.hero h1,
.section-title {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero h1 {
  font-size: clamp(2.35rem, 4.6vw, 4.35rem);
  max-width: 13.8ch;
  line-height: 1.01;
}

.hero p {
  margin: 24px 0 0;
  max-width: 56ch;
  color: inherit;
  font-size: 1.04rem;
  line-height: 1.76;
  color: rgba(255, 255, 255, 0.84);
}

.hero__actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(90deg, var(--blue), var(--blue-2));
  color: #fff;
  box-shadow: 0 10px 22px rgba(12, 68, 125, 0.24);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

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

.button--soft {
  background: var(--soft);
  border-color: transparent;
  color: var(--navy);
}

.button--danger {
  background: rgba(187, 29, 44, 0.1);
  color: var(--red);
  border-color: rgba(187, 29, 44, 0.2);
}

.button .icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

button.nav-toggle {
  display: none;
}

.hero__image img,
.product-card__media img,
.detail-media img,
.cart-line__thumb {
  clip-path: inset(0 18% 0 0);
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.fact {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.fact strong {
  display: block;
  font-size: 1rem;
}

.fact span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.5;
}

.hero__visual {
  position: relative;
  min-height: 560px;
}

.hero__image {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.hero__image::before {
  content: "";
  position: absolute;
  width: 86%;
  height: 74%;
  top: 13%;
  left: 7%;
  border-radius: 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero__bio-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0.86;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero__image::after {
  content: none;
  position: absolute;
  z-index: 0;
  width: 86%;
  height: 74%;
  top: 13%;
  left: 7%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(27, 104, 177, 0.2), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(187, 29, 44, 0.14), transparent 30%),
    radial-gradient(circle at 24% 58%, rgba(142, 202, 230, 0.1), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 42%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.hero__image img {
  position: relative;
  z-index: 2;
  width: min(88%, 560px);
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(27, 104, 177, 0.18));
}

.hero__badge {
  position: absolute;
  z-index: 3;
  display: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.83rem;
  backdrop-filter: blur(10px);
}

.hero__badge--one {
  top: 18px;
  left: 0;
}

.hero__badge--two {
  right: 10px;
  bottom: 56px;
}

.band {
  padding: 72px 0;
}

.band--light {
  background: #fff;
}

.band--soft {
  background: var(--soft);
}

.page-banner {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11, 20, 32, 0.72), rgba(12, 68, 125, 0.28)),
    url("banner.png") center / cover no-repeat;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 20, 32, 0.18), rgba(11, 20, 32, 0.1)),
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.12), transparent 34%);
  pointer-events: none;
}

.page-banner__content {
  position: relative;
  z-index: 1;
  padding: 58px 0;
}

.page-banner__kicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-banner h1 {
  margin: 0;
  max-width: 780px;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 36px;
}

.section-head > div {
  max-width: 760px;
}

.section-title {
  font-size: clamp(1.75rem, 2.5vw, 2.65rem);
  color: var(--navy);
  line-height: 1.12;
}

.section-copy {
  color: var(--muted);
  max-width: 62ch;
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.72;
}

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

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.trust-item .icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}

.trust-item strong {
  display: block;
  font-size: 0.96rem;
  color: var(--navy);
}

.trust-item span {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.collections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.collection {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.collection__num {
  display: block;
  font-size: 0.82rem;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.collection h3 {
  margin: 0;
  color: var(--navy);
}

.collection p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.product-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(circle at 20% 15%, rgba(27, 104, 177, 0.15), transparent 32%),
    linear-gradient(180deg, #0b1420, #101d2d 70%, #172739);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-card__media img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 86%;
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.3));
}

.product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 700;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  flex: 1 1 auto;
}

.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.product-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.32;
  color: var(--navy);
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.66;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.price strong {
  font-size: 1.2rem;
  color: var(--navy);
}

.price del {
  color: var(--muted);
  font-size: 0.85rem;
}

.section-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.info-panel,
.panel {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.info-panel .section-title,
.panel .section-title {
  font-size: clamp(1.55rem, 2vw, 2.15rem);
}

.info-list {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.66;
}

.info-list .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  flex: 0 0 auto;
  background: linear-gradient(180deg, var(--blue), var(--red));
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.stat {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stat strong {
  display: block;
  font-size: 1.5rem;
  color: var(--navy);
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

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

.timeline__item {
  position: relative;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.timeline__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--blue), var(--blue-2));
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.timeline h3 {
  margin: 0;
  color: var(--navy);
}

.timeline p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.catalog-filter {
  position: sticky;
  top: 114px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.catalog-filter h2 {
  margin: 0 0 14px;
  font-size: 1.02rem;
  color: var(--navy);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.field label {
  font-size: 0.84rem;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
}

.field textarea {
  min-height: 140px;
  padding: 12px 14px;
  resize: vertical;
}

.checkboxes {
  display: grid;
  gap: 12px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 0.92rem;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.toolbar__count {
  color: var(--muted);
  font-size: 0.9rem;
}

.toolbar__sort {
  width: min(260px, 100%);
}

.product-list {
  display: grid;
  gap: 22px;
}

.product-list .product-card {
  flex-direction: row;
  min-height: 0;
}

.product-list .product-card__media {
  width: 230px;
  flex: 0 0 230px;
  aspect-ratio: auto;
}

.product-list .product-card__body {
  padding: 26px;
}

.detail-hero {
  padding: 58px 0 68px;
  background: linear-gradient(180deg, #fff, #f7f9fc);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.detail-media {
  position: sticky;
  top: 116px;
  padding: 28px;
  background:
    radial-gradient(circle at top, rgba(27, 104, 177, 0.12), transparent 48%),
    linear-gradient(180deg, #0b1420, #132538);
  border-radius: 8px;
  border: 1px solid rgba(216, 225, 235, 0.4);
  box-shadow: var(--shadow);
}

.detail-media img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.35));
}

.detail-card {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.detail-card h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  color: var(--navy);
  line-height: 1.06;
}

.detail-card .lede {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tag {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
}

.buy-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.qty button {
  width: 42px;
  height: 44px;
  border: 0;
  background: #f2f6fb;
  color: var(--navy);
}

.qty input {
  width: 56px;
  height: 44px;
  border: 0;
  text-align: center;
  color: var(--navy);
}

.price-stack {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.price-stack strong {
  font-size: 1.7rem;
  color: var(--navy);
}

.price-stack del {
  color: var(--muted);
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
}

.product-specs th,
.product-specs td {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.58;
}

.product-specs th {
  width: 34%;
  color: var(--muted);
  font-weight: 600;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: start;
}

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

.cart-line {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.cart-line__thumb {
  width: 100px;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  padding: 10px;
  background: linear-gradient(180deg, #0b1420, #132538);
  border-radius: 8px;
}

.cart-line__copy h3 {
  margin: 0;
  color: var(--navy);
}

.cart-line__copy p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.cart-line__controls {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.summary {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 20px;
}

.summary__box {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.summary__box h2 {
  margin: 0 0 18px;
  font-size: 1.08rem;
  color: var(--navy);
}

.summary__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.summary__row:last-child {
  border-bottom: 0;
}

.summary__total {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--navy);
}

.stack {
  display: grid;
  gap: 20px;
}

.faq-grid {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-item summary {
  padding: 20px 22px;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  color: var(--navy);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--blue);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item .faq-body {
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.68;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.contact-tiles {
  display: grid;
  gap: 18px;
}

.contact-tile {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-tile strong {
  display: block;
  color: var(--navy);
}

.contact-tile span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.footer {
  margin-top: 0;
  padding: 54px 0 24px;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer h3 {
  margin: 0 0 14px;
  color: #fff;
}

.footer p,
.footer a,
.footer li {
  color: rgba(255, 255, 255, 0.74);
}

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

.footer__brand {
  display: grid;
  gap: 12px;
}

.footer__brand .brand__copy strong {
  color: #fff;
}

.footer__bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

.toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  max-width: min(360px, calc(100% - 32px));
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.empty-state {
  padding: 28px;
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.section-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.compliance {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--red);
  background: rgba(187, 29, 44, 0.08);
  border-radius: 0 8px 8px 0;
  color: #56323a;
}

@media (max-width: 1180px) {
  .hero__facts,
  .trust-row,
  .collections,
  .product-grid,
  .stats,
  .timeline,
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__grid,
  .section-split,
  .catalog-layout,
  .detail-layout,
  .cart-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .detail-media,
  .summary,
  .catalog-filter {
    position: static;
  }

  .product-list .product-card {
    flex-direction: column;
  }

  .product-list .product-card__media {
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 900px) {
  .topbar__inner,
  .section-head,
  .toolbar,
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
  }

  .brand__copy {
    min-width: 0;
  }

  .brand__copy strong,
  .brand__copy span {
    max-width: 184px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  button.nav-toggle {
    display: inline-flex;
    margin-left: 0;
    flex: 0 0 auto;
    width: 46px;
    padding: 0;
    font-size: 0;
  }

  button.nav-toggle .icon {
    width: 18px;
    height: 18px;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .hero {
    padding: 48px 0 54px;
  }

  .hero__visual {
    min-height: 430px;
  }

  .hero p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .band {
    padding: 52px 0;
  }

  .section-head {
    gap: 14px;
    margin-bottom: 26px;
  }

  .section-title {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .page-banner {
    min-height: 340px;
  }

  .page-banner__content {
    padding: 44px 0;
  }

  .page-banner h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .section-copy {
    line-height: 1.66;
  }

  .info-panel,
  .panel,
  .detail-card,
  .summary__box {
    padding: 24px;
  }

  .hero__facts,
  .trust-row,
  .collections,
  .product-grid,
  .stats,
  .timeline,
  .footer__grid,
  .product-list .product-card {
    grid-template-columns: 1fr;
  }

  .product-list .product-card__media {
    width: 100%;
    flex: 0 0 auto;
    aspect-ratio: 3 / 4;
  }

  .cart-line {
    grid-template-columns: 84px 1fr;
  }

  .cart-line__controls {
    grid-column: 1 / -1;
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .topbar .container,
  .site-header .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .hero h1 {
    width: min(340px, 100%);
    max-width: 100%;
    font-size: clamp(2.05rem, 10vw, 2.6rem);
    line-height: 1.08;
  }

  .hero p,
  .hero .eyebrow {
    width: min(340px, 100%);
    max-width: 100%;
  }

  .hero__actions,
  .section-actions {
    margin-top: 22px;
  }

  .hero__facts {
    margin-top: 26px;
  }

  .hero__image img {
    width: 92%;
  }

  .band {
    padding: 44px 0;
  }

  .catalog-filter,
  .info-panel,
  .panel,
  .detail-card,
  .summary__box {
    padding: 22px;
  }

  .hero__facts,
  .trust-row,
  .collections,
  .stats,
  .timeline {
    grid-template-columns: 1fr;
  }

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

  .cart-line__thumb {
    width: 100%;
  }

  .buy-row {
    align-items: stretch;
  }

  .buy-row .button,
  .buy-row .qty {
    width: 100%;
    justify-content: center;
  }
}
