/* FORTA storefront concept study */
:root {
  --navy: #1a2547;
  --navy-deep: #0b1228;
  --gold: #c8a04d;
  --gold-light: #e8cb7d;
  --cream: #f4f1e9;
  --white: #fff;
  --ink: #111;
  --line: rgba(26, 37, 71, .18);
  --content: 1380px;
  --gutter: clamp(20px, 4vw, 72px);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.cart-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand__logo {
  display: block;
  width: clamp(145px, 13vw, 210px);
  height: auto;
}
.site-footer .brand__logo {
  width: clamp(150px, 12vw, 190px);
}
.brand__word {
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 800;
  letter-spacing: .08em;
}
.brand__hex {
  position: relative;
  display: inline-grid;
  width: .86em;
  height: .86em;
  margin: 0 .035em;
  color: transparent;
  font-size: 1em;
  place-items: center;
  transform: translateY(.04em);
}
.brand__hex::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--gold);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  content: "";
}
.brand__hex::after {
  position: absolute;
  width: 48%;
  height: 48%;
  background: var(--navy);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  content: "";
}

/* Concept review landing */
.review-body { color: var(--cream); background: var(--navy-deep); }
.review-shell { min-height: 100vh; padding: 28px var(--gutter) 32px; overflow: hidden; }
.review-header {
  display: flex;
  max-width: var(--content);
  margin: auto;
  padding-bottom: 26px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.brand--review .brand__word { font-size: 27px; }
.review-header p, .review-footer p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.review-intro { max-width: var(--content); margin: 70px auto 60px; }
.review-intro h1 {
  max-width: 900px;
  margin: 0;
  color: var(--white);
  font-size: clamp(60px, 8.4vw, 138px);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .83;
}
.review-intro > p:last-child {
  max-width: 580px;
  margin: 34px 0 0 auto;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.65;
}
.concept-grid {
  display: grid;
  max-width: var(--content);
  margin: auto;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.concept-card {
  position: relative;
  min-width: 0;
  background: var(--white);
  transition: transform .45s var(--ease);
}
.concept-card:hover { transform: translateY(-9px); }
.concept-card__number {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 18px;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}
.concept-card__art { position: relative; aspect-ratio: 1 / .87; overflow: hidden; }
.concept-card__copy { padding: 25px 25px 28px; }
.concept-card__copy p {
  margin: 0 0 13px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: .58;
}
.concept-card__copy h2 {
  margin: 0 0 34px;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 500;
  letter-spacing: -.05em;
}
.concept-card__copy span { display: flex; font-size: 13px; justify-content: space-between; }
.concept-card__copy b { font-size: 20px; }
.concept-card--foundation { color: var(--navy); }
.concept-card--foundation .concept-card__art { padding: 14%; background: #f4f4f2; }
.concept-card--foundation img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s var(--ease); }
.concept-card--foundation:hover img { transform: scale(1.035); }
.concept-card--command { color: var(--gold-light); background: var(--navy); }
.concept-card--command .concept-card__art {
  display: flex;
  padding: 34px;
  background:
    linear-gradient(115deg, transparent 49.5%, rgba(200,160,77,.27) 50%, transparent 50.5%),
    repeating-linear-gradient(90deg, transparent 0 49px, rgba(255,255,255,.04) 50px);
  align-items: end;
  justify-content: space-between;
}
.concept-card__bolt {
  color: var(--white);
  font-size: clamp(150px, 16vw, 250px);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .7;
}
.concept-card--command .concept-card__art p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.5;
  text-align: right;
}
.concept-card--current { color: var(--navy); background: #f4cf45; }
.concept-card--current .concept-card__art { padding: 34px; background: #f4cf45; }
.concept-card--current strong {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 25px;
  font-size: clamp(37px, 4vw, 62px);
  letter-spacing: -.06em;
  line-height: .76;
}
.orbit { position: absolute; border: 1px solid rgba(26,37,71,.35); border-radius: 50%; }
.orbit--one { width: 85%; aspect-ratio: 1; top: -38%; right: -18%; }
.orbit--two { width: 58%; aspect-ratio: 1; top: -23%; right: -4%; }
.battery-cell {
  position: absolute;
  width: 22%;
  height: 62%;
  top: 15%;
  right: 16%;
  border: 8px solid var(--navy);
  border-radius: 40px;
  transform: rotate(28deg);
}
.battery-cell::after { position: absolute; width: 45%; height: 13px; top: -17px; left: 27%; background: var(--navy); border-radius: 4px 4px 0 0; content: ""; }
.review-footer {
  display: flex;
  max-width: var(--content);
  margin: 70px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.2);
  justify-content: space-between;
}

/* Shared storefront */
.review-bar {
  position: relative;
  z-index: 50;
  display: flex;
  min-height: 40px;
  padding: 0 18px;
  color: #fff;
  background: #0a0a0a;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.review-bar p { position: absolute; left: 50%; margin: 0; transform: translateX(-50%); }
.review-bar p span { margin-right: 10px; color: var(--gold-light); }
.review-bar__home { opacity: .7; }
.review-bar__home:hover { opacity: 1; }
.review-bar__links { display: flex; gap: 6px; }
.review-bar__links a {
  display: grid;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  place-items: center;
  opacity: .6;
}
.review-bar__links a.is-active { color: #0a0a0a; background: var(--gold-light); opacity: 1; }
.storefront { overflow: clip; }
.announcement {
  padding: 11px var(--gutter);
  color: var(--navy);
  background: var(--cream);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}
.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  height: 88px;
  padding: 0 var(--gutter);
  background: var(--white);
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr auto 1fr;
}
.site-header .brand { grid-column: 2; }
.desktop-nav { display: flex; grid-column: 1; grid-row: 1; gap: 30px; }
.desktop-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
}
.mobile-nav button {
  width: fit-content;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.desktop-nav a::after {
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -8px;
  background: currentColor;
  content: "";
  transition: width .25s;
}
.desktop-nav a:hover::after { width: 100%; }
.header-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 12px;
  grid-column: 3;
  grid-row: 1;
}
.bag-button, .icon-button, .account-button {
  display: inline-grid;
  padding: 8px;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  place-items: center;
}
.account-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.account-button svg { width: 20px; }
.bag-button { position: relative; }
.bag-button span {
  position: absolute;
  display: grid;
  min-width: 18px;
  height: 18px;
  right: -4px;
  bottom: -1px;
  padding: 0 4px;
  color: var(--white);
  background: var(--navy);
  border-radius: 10px;
  font-size: 9px;
  place-items: center;
}
.mobile-only, .mobile-nav { display: none; }
.hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100vh - 140px));
  background: var(--cream);
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}
.hero__copy {
  z-index: 2;
  display: flex;
  max-width: 690px;
  padding: clamp(70px, 9vw, 145px) var(--gutter);
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.hero h1 {
  margin: 0;
  font-size: clamp(66px, 8vw, 132px);
  font-weight: 500;
  letter-spacing: -.075em;
  line-height: .82;
}
.hero__text {
  max-width: 470px;
  margin: 35px 0 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
}
.button-row { display: flex; margin-top: 40px; align-items: center; gap: 28px; }
.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s, background .3s, transform .3s;
}
.button svg { width: 18px; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--navy); }
.button--primary:hover { color: var(--navy); background: var(--gold-light); }
.button--text { min-height: auto; padding: 10px 0; border-bottom-color: currentColor; }
.hero__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #e8e6e0;
}
.hero__image { position: absolute; overflow: hidden; background: white; }
.hero__image img { width: 100%; height: 100%; object-fit: contain; }
.hero__image--aa img { object-fit: cover; }
.hero__image--aa { width: 78%; height: 58%; top: 10%; left: 8%; box-shadow: 0 35px 80px rgba(26,37,71,.12); }
.hero__image--coin { width: 26%; height: 43%; right: 5%; bottom: 5%; box-shadow: 0 25px 60px rgba(26,37,71,.16); }
.hero__badge {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 128px;
  aspect-ratio: 1;
  left: 3%;
  bottom: 5%;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  place-content: center;
}
.hero__badge b { display: block; font-size: 45px; letter-spacing: -.05em; line-height: .85; }
.hero__line { position: absolute; width: 1px; height: 20%; top: 0; right: 12%; background: var(--gold); }
.hero__index { position: absolute; z-index: 3; right: 14px; bottom: 14px; font-size: 9px; font-weight: 700; letter-spacing: .14em; writing-mode: vertical-rl; }
.trust-strip {
  display: grid;
  padding: 0 var(--gutter);
  color: var(--white);
  background: var(--navy);
  grid-template-columns: repeat(4, 1fr);
}
.trust-strip > div {
  display: flex;
  min-height: 132px;
  padding: 24px clamp(10px, 2.5vw, 36px);
  border-right: 1px solid rgba(255,255,255,.18);
  flex-direction: column;
  justify-content: center;
}
.trust-strip > div:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.trust-strip strong { color: var(--gold-light); font-size: 33px; font-weight: 500; letter-spacing: -.04em; }
.trust-strip span { margin-top: 9px; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.shop-section { padding: clamp(90px, 12vw, 170px) var(--gutter); }
.section-heading {
  display: grid;
  max-width: var(--content);
  margin: 0 auto 72px;
  align-items: end;
  grid-template-columns: 1fr 1fr;
}
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(50px, 6vw, 90px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .9;
}
.section-heading > p:last-child { max-width: 370px; margin: 0 0 5px auto; font-size: 17px; line-height: 1.6; }
.catalog-filters {
  display: flex;
  max-width: var(--content);
  margin: -28px auto 38px;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.catalog-filters button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: border-color .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.catalog-filters button:hover,
.catalog-filters button.is-active {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
}
.product-grid {
  display: grid;
  max-width: var(--content);
  margin: auto;
  gap: clamp(20px, 2vw, 30px);
  grid-template-columns: repeat(auto-fit, minmax(250px, 315px));
  justify-content: center;
}
.product-card__image {
  position: relative;
  display: grid;
  aspect-ratio: 1.08;
  padding: 12%;
  overflow: hidden;
  background: #f1f1ef;
  place-items: center;
}
.product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s var(--ease); }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__index { position: absolute; top: 20px; left: 22px; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.quick-add {
  position: absolute;
  display: flex;
  min-height: 48px;
  right: 18px;
  bottom: 18px;
  padding: 0 17px;
  border: 0;
  color: var(--white);
  background: var(--navy);
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quick-add svg { width: 16px; }
.quick-add:disabled { cursor: not-allowed; opacity: .62; }
.product-card__details { padding-top: 20px; }
.product-card__details .eyebrow { margin-bottom: 10px; color: #7a725f; }
.product-card__details h3 { margin: 0; font-size: clamp(20px, 1.6vw, 27px); font-weight: 500; letter-spacing: -.04em; }
.product-card__meta { display: flex; margin: 12px 0 17px; padding-bottom: 14px; border-bottom: 1px solid var(--line); justify-content: space-between; }
.product-card__meta span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.product-card__meta strong { font-size: 17px; }
.product-card__details > p:not(.eyebrow) { max-width: 540px; color: #565d70; font-size: 13px; line-height: 1.6; }
.product-card ul { display: grid; margin: 18px 0 0; padding: 0; list-style: none; gap: 8px; grid-template-columns: 1fr; }
.product-card li { position: relative; padding-left: 13px; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-card li::before { position: absolute; left: 0; color: var(--gold); content: "•"; }
.story-section {
  position: relative;
  display: grid;
  min-height: 670px;
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
  grid-template-columns: .3fr 1fr .65fr;
  gap: 30px;
}
.story-section__number { padding-top: 10px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.story-section__copy { position: relative; z-index: 2; max-width: 760px; }
.story-section__copy h2 {
  margin: 0;
  font-size: clamp(51px, 6.5vw, 100px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .92;
}
.story-section__copy > p:not(.eyebrow) { max-width: 560px; margin: 40px 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.story-section__copy a { display: inline-flex; padding-bottom: 9px; border-bottom: 1px solid var(--gold-light); color: var(--gold-light); align-items: center; gap: 30px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-section__copy a svg { width: 18px; }
.story-section__art { position: relative; min-height: 400px; }
.story-cell {
  position: absolute;
  width: 28%;
  height: 76%;
  border: 3px solid var(--gold);
  border-radius: 100px;
  transform: rotate(34deg);
}
.story-cell::after { position: absolute; width: 40%; height: 18px; top: -18px; left: 30%; background: var(--gold); border-radius: 5px 5px 0 0; content: ""; }
.story-cell--one { right: 23%; bottom: -9%; }
.story-cell--two { right: -3%; bottom: 18%; opacity: .28; }
.story-spark { position: absolute; top: 4%; right: 8%; color: var(--gold-light); font-size: 100px; font-weight: 200; }
.use-cases { padding: 28px 0 35px; color: var(--navy); background: var(--gold-light); overflow: hidden; }
.use-cases > .eyebrow { padding: 0 var(--gutter); }
.use-cases__track {
  display: flex;
  width: 100%;
  padding: 0 var(--gutter);
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.3vw, 27px);
}
.use-cases__track span { font-size: clamp(30px, 3.6vw, 64px); font-weight: 500; letter-spacing: -.055em; white-space: nowrap; }
.use-cases__track i { font-size: 28px; font-style: normal; }
.closing {
  display: flex;
  min-height: 550px;
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}
.closing h2 { margin: 0; font-size: clamp(62px, 8vw, 128px); font-weight: 500; letter-spacing: -.075em; line-height: .84; }
.closing .button { flex: 0 0 auto; }
.site-footer {
  display: grid;
  padding: 70px var(--gutter) 24px;
  color: var(--white);
  background: var(--navy-deep);
  gap: 50px clamp(25px, 5vw, 80px);
  grid-template-columns: 1.3fr .55fr .75fr 1.2fr;
}
.site-footer__brand p, .newsletter p { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }
.site-footer > div:not(.site-footer__brand):not(.site-footer__bottom) { display: flex; flex-direction: column; gap: 13px; }
.site-footer > div > a { color: rgba(255,255,255,.68); font-size: 12px; }
.site-footer > div > a:hover { color: var(--gold-light); }
.footer-label { margin: 0 0 8px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.newsletter label { font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.newsletter > div { display: flex; margin-top: 22px; border-bottom: 1px solid rgba(255,255,255,.4); }
.newsletter input { width: 100%; padding: 13px 0; border: 0; outline: 0; color: white; background: transparent; font-size: 12px; }
.newsletter button { border: 0; color: var(--gold-light); background: transparent; cursor: pointer; }
.newsletter small { display: block; min-height: 16px; margin-top: 10px; color: var(--gold-light); font-size: 10px; }
.site-footer__bottom {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.4);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  justify-content: space-between;
  grid-column: 1 / -1;
}

.policy-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 0%, rgba(232, 203, 125, .28), transparent 34rem),
    var(--cream);
}
.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 34px var(--gutter) 10px;
}
.policy-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px var(--gutter) 110px;
}
.policy-main h1 {
  max-width: 780px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(54px, 9vw, 112px);
  letter-spacing: -.075em;
  line-height: .9;
}
.policy-updated {
  margin: 18px 0 42px;
  color: rgba(26, 37, 71, .62);
  font-size: 14px;
}
.policy-card {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 20px 60px rgba(11, 18, 40, .08);
}
.policy-card h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -.04em;
  line-height: 1;
}
.policy-card p {
  margin: 0;
  color: rgba(26, 37, 71, .74);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
}
.policy-card p + p { margin-top: 16px; }
.policy-card a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}
.policy-card--urgent {
  border-color: rgba(200, 160, 77, .58);
  background: linear-gradient(135deg, rgba(232, 203, 125, .34), rgba(255, 255, 255, .86));
}

/* Cart */
.cart-scrim, .account-scrim { position: fixed; z-index: 80; inset: 0; background: rgba(5,9,20,.55); opacity: 0; pointer-events: none; transition: opacity .35s; }
.cart-scrim.is-open, .account-scrim.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer, .account-drawer {
  position: fixed;
  z-index: 90;
  display: flex;
  width: min(520px, 100%);
  height: 100dvh;
  top: 0;
  right: 0;
  color: var(--navy);
  background: var(--white);
  flex-direction: column;
  transform: translateX(102%);
  transition: transform .45s var(--ease);
}
.cart-drawer.is-open, .account-drawer.is-open { transform: none; }
.cart-drawer__header, .account-drawer__header { display: flex; padding: 35px; border-bottom: 1px solid var(--line); align-items: start; justify-content: space-between; }
.cart-drawer__header .eyebrow, .account-drawer__header .eyebrow { margin-bottom: 7px; }
.cart-drawer__header h2, .account-drawer__header h2 { margin: 0; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.cart-drawer__items { padding: 12px 35px; overflow: auto; flex: 1; }
.cart-item { display: grid; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; gap: 15px; grid-template-columns: 92px 1fr auto; }
.cart-item img { width: 92px; height: 82px; background: #f2f2f0; object-fit: contain; }
.cart-item h3 { margin: 3px 0 5px; font-size: 14px; }
.cart-item p { margin: 0; color: #6d7380; font-size: 12px; }
.cart-item > strong { font-size: 13px; }
.quantity { display: inline-grid; margin-top: 14px; border: 1px solid var(--line); align-items: center; grid-template-columns: 30px 30px 30px; }
.quantity button { display: grid; height: 30px; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; place-items: center; }
.quantity svg { width: 12px; }
.quantity span { font-size: 11px; text-align: center; }
.cart-drawer__footer { padding: 25px 35px 30px; border-top: 1px solid var(--line); }
.shipping-progress p { margin: 0 0 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.shipping-progress > span { display: block; height: 4px; background: #e6e5e1; }
.shipping-progress i { display: block; height: 100%; background: var(--gold); }
.cart-total { display: flex; margin: 25px 0; align-items: center; justify-content: space-between; }
.cart-total span { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.cart-total strong { font-size: 24px; }
.checkout-button { width: 100%; }
.cart-drawer__footer small { display: block; margin-top: 12px; color: #777; font-size: 9px; text-align: center; }
.empty-cart { display: flex; min-height: 100%; padding: 50px 25px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > span { display: grid; width: 90px; aspect-ratio: 1; margin-bottom: 25px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 38px; place-items: center; }
.empty-cart h3 { margin: 0; font-size: 25px; font-weight: 500; }
.empty-cart p { max-width: 280px; margin: 13px 0 25px; color: #697083; font-size: 13px; line-height: 1.6; }
.account-drawer__body { padding: 26px 35px 35px; overflow: auto; flex: 1; }
.account-empty {
  display: flex;
  min-height: 100%;
  padding: 35px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.account-empty > span {
  display: grid;
  width: 86px;
  aspect-ratio: 1;
  margin-bottom: 24px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  place-items: center;
}
.account-empty > span svg { width: 34px; }
.account-empty h3 { max-width: 330px; margin: 0; font-size: 26px; font-weight: 500; letter-spacing: -.04em; }
.account-empty p { max-width: 335px; margin: 14px 0 25px; color: #697083; font-size: 13px; line-height: 1.65; }
.account-empty small { display: block; max-width: 320px; margin-top: 16px; color: #7b8090; font-size: 10px; line-height: 1.5; }
.account-panel { padding: 22px 0; border-bottom: 1px solid var(--line); }
.account-panel:first-child { padding-top: 0; }
.account-profile { display: flex; align-items: center; gap: 15px; }
.account-profile > span {
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .04em;
  place-items: center;
}
.account-profile h3 { margin: 0 0 4px; font-size: 22px; font-weight: 500; letter-spacing: -.04em; }
.account-profile p, .account-note { margin: 0; color: #697083; font-size: 13px; line-height: 1.6; }
.account-logout { margin-top: 18px; color: var(--navy); }
.account-panel__heading { display: flex; margin-bottom: 12px; align-items: center; justify-content: space-between; gap: 18px; }
.account-panel__heading .eyebrow { margin: 0; }
.account-panel__heading a { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.account-card {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid rgba(26,37,71,.1);
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.account-card h4 { margin: 0 0 6px; font-size: 14px; }
.account-card p { margin: 0; color: #697083; font-size: 12px; line-height: 1.55; }
.account-card strong { font-size: 13px; white-space: nowrap; }
.account-card--address { display: block; }
.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 25px;
  padding: 14px 20px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity .3s, transform .3s;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Concept 01: Foundation */
[data-concept="foundation"] .hero__image--aa { width: 92%; height: auto; aspect-ratio: 8 / 5; top: 9%; left: 4%; }
[data-concept="foundation"] .hero__image--aa img { object-fit: cover; }
[data-concept="foundation"] .hero__image--coin { right: 3%; }

/* Concept 02: Command */
[data-concept="command"] body { color: var(--cream); background: var(--navy-deep); }
[data-concept="command"] .announcement { color: var(--gold-light); background: #080d1b; border-bottom: 1px solid rgba(200,160,77,.25); }
[data-concept="command"] .site-header { color: var(--white); background: var(--navy-deep); border-color: rgba(255,255,255,.15); }
[data-concept="command"] .bag-button span { color: var(--navy-deep); background: var(--gold-light); }
[data-concept="command"] .hero {
  min-height: 820px;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,.08) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(90deg, transparent 0 calc(8.333% - 1px), rgba(255,255,255,.035) 8.333%);
}
[data-concept="command"] .hero__copy { max-width: 850px; }
[data-concept="command"] .hero h1 { color: var(--white); font-size: clamp(76px, 9vw, 150px); font-weight: 800; line-height: .75; }
[data-concept="command"] .hero__text { color: rgba(255,255,255,.66); }
[data-concept="command"] .button--primary { color: var(--navy-deep); background: var(--gold-light); }
[data-concept="command"] .button--primary:hover { color: var(--navy); background: white; }
[data-concept="command"] .hero__visual { background: transparent; overflow: visible; }
[data-concept="command"] .hero__image--aa {
  width: 82%;
  height: auto;
  aspect-ratio: 8 / 5;
  top: 13%;
  left: 3%;
  padding: 2%;
  border: 1px solid rgba(200,160,77,.35);
  background: #101a37;
  box-shadow: 32px 32px 0 rgba(200,160,77,.08);
  transform: rotate(-2deg);
}
[data-concept="command"] .hero__image--aa img { mix-blend-mode: normal; }
[data-concept="command"] .hero__image--coin {
  width: 46%;
  height: auto;
  aspect-ratio: 8 / 5;
  right: -1%;
  bottom: 2%;
  border: 6px solid var(--navy-deep);
  box-shadow: 18px 18px 0 rgba(200,160,77,.1);
}
[data-concept="command"] .hero__image--coin img { object-fit: cover; }
[data-concept="command"] .hero__badge { width: 150px; left: 0; bottom: 4%; color: var(--navy-deep); border-radius: 0; transform: rotate(3deg); }
[data-concept="command"] .hero__line { width: 38%; height: 1px; top: 8%; right: 0; background: rgba(200,160,77,.4); }
[data-concept="command"] .hero__index { color: var(--gold-light); }
[data-concept="command"] .trust-strip { color: var(--cream); background: #101a37; border-top: 1px solid rgba(200,160,77,.3); border-bottom: 1px solid rgba(200,160,77,.3); }
[data-concept="command"] .trust-strip > div { border-color: rgba(200,160,77,.2); }
[data-concept="command"] .shop-section { background: var(--navy-deep); }
[data-concept="command"] .section-heading h2, [data-concept="command"] .product-card__details h3 { color: var(--white); }
[data-concept="command"] .section-heading > p:last-child, [data-concept="command"] .product-card__details > p:not(.eyebrow) { color: rgba(255,255,255,.58); }
[data-concept="command"] .product-card__image { background: #121d3b; border: 1px solid rgba(200,160,77,.2); }
[data-concept="command"] .product-card__index { color: var(--gold-light); }
[data-concept="command"] .quick-add { color: var(--navy-deep); background: var(--gold-light); }
[data-concept="command"] .product-card__meta { border-color: rgba(255,255,255,.15); }
[data-concept="command"] .product-card__details .eyebrow, [data-concept="command"] .product-card li::before { color: var(--gold-light); }
[data-concept="command"] .story-section { color: var(--navy-deep); background: var(--gold-light); }
[data-concept="command"] .story-section__number, [data-concept="command"] .story-section__copy a { color: var(--navy-deep); }
[data-concept="command"] .story-section__copy > p:not(.eyebrow) { color: rgba(11,18,40,.72); }
[data-concept="command"] .story-section__copy a { border-color: var(--navy-deep); }
[data-concept="command"] .story-cell { border-color: var(--navy); }
[data-concept="command"] .story-cell::after { background: var(--navy); }
[data-concept="command"] .story-spark { color: var(--navy); }
[data-concept="command"] .use-cases { color: var(--gold-light); background: #101a37; }
[data-concept="command"] .closing { color: var(--white); background: var(--navy-deep); }

/* Concept 03: Current */
[data-concept="current"] body { color: var(--navy); background: #faf8f1; }
[data-concept="current"] .announcement { color: var(--navy); background: #f4cf45; }
[data-concept="current"] .site-header { background: #faf8f1; }
[data-concept="current"] .hero { min-height: 790px; background: #f4cf45; grid-template-columns: 1.04fr .96fr; }
[data-concept="current"] .hero::before {
  position: absolute;
  width: 44vw;
  aspect-ratio: 1;
  top: -28vw;
  left: 22vw;
  border: 1px solid rgba(26,37,71,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255,255,255,.08), 0 0 0 16vw rgba(255,255,255,.06);
  content: "";
}
[data-concept="current"] .hero__copy { max-width: 850px; padding-right: 15px; }
[data-concept="current"] .hero h1 { font-size: clamp(70px, 8.6vw, 140px); font-weight: 700; line-height: .8; }
[data-concept="current"] .hero__text { max-width: 520px; }
[data-concept="current"] .hero__visual { background: transparent; overflow: visible; }
[data-concept="current"] .hero__image--aa {
  width: 92%;
  height: auto;
  aspect-ratio: 8 / 5;
  top: 9%;
  left: 0;
  border: 9px solid #faf8f1;
  border-radius: 50% 50% 8px 8px;
  box-shadow: 0 30px 0 rgba(26,37,71,.12);
  transform: rotate(2deg);
}
[data-concept="current"] .hero__image--coin {
  width: 47%;
  height: auto;
  aspect-ratio: 8 / 5;
  right: 1%;
  bottom: 3%;
  border: 7px solid #faf8f1;
  border-radius: 32px;
  transform: rotate(-4deg);
}
[data-concept="current"] .hero__image--coin img { object-fit: cover; }
[data-concept="current"] .hero__badge { width: 145px; left: -5%; bottom: 7%; color: #fff; background: var(--navy); transform: rotate(-8deg); }
[data-concept="current"] .hero__line { display: none; }
[data-concept="current"] .trust-strip { color: var(--navy); background: #faf8f1; border-bottom: 1px solid var(--line); }
[data-concept="current"] .trust-strip > div { border-color: var(--line); }
[data-concept="current"] .trust-strip strong { color: var(--navy); font-weight: 700; }
[data-concept="current"] .shop-section { background: #faf8f1; }
[data-concept="current"] .product-card__image { background: #e9e5dc; border-radius: 32px; }
[data-concept="current"] .product-card:nth-child(2) .product-card__image { background: #dce4f0; }
[data-concept="current"] .quick-add { border-radius: 40px; }
[data-concept="current"] .story-section { color: var(--navy); background: #d9e4f0; border-radius: 80px 80px 0 0; }
[data-concept="current"] .story-section__number, [data-concept="current"] .story-section__copy a { color: var(--navy); }
[data-concept="current"] .story-section__copy > p:not(.eyebrow) { color: rgba(26,37,71,.7); }
[data-concept="current"] .story-section__copy a { border-color: var(--navy); }
[data-concept="current"] .story-cell { border-color: var(--navy); }
[data-concept="current"] .story-cell::after { background: var(--navy); }
[data-concept="current"] .story-spark { color: var(--navy); }
[data-concept="current"] .use-cases { background: #f4cf45; }
[data-concept="current"] .closing { color: var(--navy); background: #faf8f1; }
[data-concept="current"] .closing .button--primary { color: white; }
[data-concept="current"] .site-footer { background: var(--navy); }

@media (max-width: 900px) {
  .review-intro { margin: 55px auto 45px; }
  .concept-grid { grid-template-columns: 1fr; }
  .concept-card { display: grid; grid-template-columns: 1.1fr .9fr; }
  .concept-card__art { aspect-ratio: 1.15; }
  .concept-card__copy { display: flex; padding: 25px; flex-direction: column; justify-content: center; }
  .concept-card__copy h2 { margin-bottom: 45px; }
  .concept-card__bolt { font-size: 180px; }
  .desktop-nav { display: none; }
  .mobile-only { display: grid; grid-column: 1; grid-row: 1; justify-self: start; }
  .mobile-nav {
    position: absolute;
    z-index: 25;
    display: flex;
    width: 100%;
    padding: 25px var(--gutter);
    border-bottom: 1px solid var(--line);
    background: var(--white);
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity .25s, transform .25s;
  }
  .mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  [data-concept="command"] .mobile-nav { color: white; background: var(--navy-deep); border-color: rgba(255,255,255,.15); }
  [data-concept="current"] .mobile-nav { background: #faf8f1; }
  .hero, [data-concept="current"] .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero__copy { min-height: 600px; padding-top: 90px; padding-bottom: 90px; }
  .hero__visual { min-height: 640px; }
  .hero__index { display: none; }
  .section-heading { gap: 25px; grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin: 0; }
  .story-section { grid-template-columns: .22fr 1fr; }
  .story-section__art { position: absolute; width: 35%; height: 65%; right: 1%; bottom: 0; opacity: .35; }
  .closing { min-height: 470px; }
  .site-footer { grid-template-columns: 1.3fr 1fr 1fr; }
  .newsletter { grid-column: 1 / -1; max-width: 480px; }
}

@media (max-width: 620px) {
  .review-shell { padding-top: 20px; }
  .review-header { align-items: start; gap: 20px; }
  .review-header p { max-width: 145px; line-height: 1.5; text-align: right; }
  .review-intro { margin-top: 48px; }
  .review-intro h1 { font-size: 57px; }
  .review-intro > p:last-child { margin-top: 24px; font-size: 15px; }
  .concept-card { display: block; }
  .concept-card__art { aspect-ratio: 1.15; }
  .review-footer { gap: 15px; }
  .review-bar { min-height: 38px; padding: 0 10px; }
  .review-bar p { display: none; }
  .review-bar__home { font-size: 9px; }
  .announcement { padding: 9px 45px; font-size: 8px; line-height: 1.4; }
  .site-header { height: 70px; }
  .site-header .brand__logo { width: 145px; }
  .header-actions { gap: 4px; }
  .account-button span { display: none; }
  .account-button svg { width: 19px; }
  .hero__copy { min-height: 510px; padding-top: 68px; padding-bottom: 70px; }
  .hero h1, [data-concept="command"] .hero h1, [data-concept="current"] .hero h1 { font-size: clamp(54px, 16vw, 68px); }
  .hero__text { margin-top: 25px; font-size: 15px; }
  .button-row { width: 100%; margin-top: 32px; gap: 18px; }
  .button { min-height: 48px; padding: 0 17px; }
  .button--text { padding: 10px 0; }
  .hero__visual { min-height: 460px; }
  .hero__image--aa, [data-concept="foundation"] .hero__image--aa, [data-concept="command"] .hero__image--aa, [data-concept="current"] .hero__image--aa { width: 90%; height: 52%; top: 8%; left: 5%; }
  .hero__image--coin, [data-concept="foundation"] .hero__image--coin, [data-concept="command"] .hero__image--coin, [data-concept="current"] .hero__image--coin { width: 34%; height: 42%; right: 3%; bottom: 3%; }
  .hero__badge, [data-concept="command"] .hero__badge, [data-concept="current"] .hero__badge { width: 105px; left: 4%; bottom: 6%; }
  .hero__badge b { font-size: 36px; }
  .trust-strip { padding: 0 20px; grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div { min-height: 105px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.18); }
  [data-concept="current"] .trust-strip > div { border-color: var(--line); }
  .trust-strip strong { font-size: 28px; }
  .trust-strip span { font-size: 8px; line-height: 1.35; }
  .shop-section { padding-top: 85px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2 { font-size: 53px; }
  .section-heading > p:last-child { font-size: 14px; }
  .product-grid { grid-template-columns: 1fr; gap: 70px; }
  .product-card__image { aspect-ratio: 1; }
  .product-card__details h3 { font-size: 29px; }
  .quick-add span { display: none; }
  .quick-add { width: 47px; padding: 0; justify-content: center; border-radius: 50%; }
  .story-section { min-height: 650px; padding-top: 85px; padding-bottom: 85px; grid-template-columns: 1fr; }
  .story-section__number { display: none; }
  .story-section__copy h2 { font-size: 53px; }
  .story-section__copy > p:not(.eyebrow) { margin: 30px 0; font-size: 15px; }
  .story-section__art { width: 44%; height: 48%; opacity: .22; }
  [data-concept="current"] .story-section { border-radius: 42px 42px 0 0; }
  .use-cases__track span { font-size: 42px; }
  .use-cases__track { padding: 0 20px; justify-content: flex-start; flex-wrap: wrap; gap: 8px 18px; }
  .use-cases__track i { display: none; }
  .use-cases__track span { font-size: 36px; }
  [data-concept="foundation"] .hero__image--aa { height: auto; aspect-ratio: 8 / 5; top: 10%; }
  [data-concept="command"] .hero__image--aa { height: auto; aspect-ratio: 8 / 5; }
  [data-concept="command"] .hero__image--coin { width: 52%; height: auto; aspect-ratio: 8 / 5; right: 2%; bottom: 4%; }
  [data-concept="current"] .hero__image--aa { height: auto; aspect-ratio: 8 / 5; }
  [data-concept="current"] .hero__image--coin { width: 54%; height: auto; aspect-ratio: 8 / 5; right: 2%; bottom: 4%; }
  .closing { min-height: 470px; padding-top: 80px; padding-bottom: 80px; flex-direction: column; align-items: start; justify-content: space-between; }
  .closing h2 { font-size: 62px; }
  .site-footer { padding-top: 60px; grid-template-columns: repeat(2, 1fr); gap: 45px 25px; }
  .site-footer__brand, .newsletter { grid-column: 1 / -1; }
  .site-footer__bottom { gap: 10px; flex-direction: column; }
  .cart-drawer__header, .cart-drawer__footer { padding: 25px 20px; }
  .cart-drawer__items { padding: 10px 20px; }
  .cart-item { grid-template-columns: 75px 1fr auto; }
  .cart-item img { width: 75px; height: 70px; }
  .toast { width: calc(100% - 35px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
