.store-page {
  --copper: #d8753e;
  --carbon: #060708;
  --store-copper-soft: rgba(216, 117, 62, 0.16);
  --store-copper-line: rgba(216, 117, 62, 0.42);
  --store-surface: rgba(13, 15, 17, 0.82);
  --store-surface-strong: rgba(18, 20, 23, 0.94);
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 84% 5%, rgba(216, 117, 62, 0.085), transparent 31rem),
    radial-gradient(circle at 8% 28%, rgba(242, 239, 233, 0.025), transparent 28rem),
    var(--carbon);
}

.store-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.store-modeBar {
  position: relative;
  z-index: 3;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.65rem;
  border-bottom: 1px solid rgba(216, 117, 62, 0.18);
  color: var(--secondary);
  font-family: var(--font-geist-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-modeBar > span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.store-modeDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 18px rgba(216, 117, 62, 0.55);
}

.store-modeBar strong {
  color: var(--soft-white);
  font-weight: 580;
}

.store-hero {
  position: relative;
  min-height: max(720px, calc(100svh - 118px));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(5rem, 9vw, 9rem);
}

.store-hero::before {
  position: absolute;
  inset: 8% -18% auto auto;
  width: min(60vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(242, 239, 233, 0.07);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 117, 62, 0.07), transparent 62%);
  content: "";
  pointer-events: none;
}

.store-heroCopy,
.store-heroObject {
  position: relative;
  z-index: 2;
}

.store-eyebrow,
.store-sectionEyebrow,
.store-infoLabel,
.store-productKicker,
.store-stateCode {
  margin: 0 0 1rem;
  color: var(--copper);
  font-family: var(--font-geist-mono);
  font-size: 0.67rem;
  font-weight: 660;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.store-heroTitle {
  max-width: 10.5ch;
  margin: 0;
  font-size: clamp(4rem, 8.3vw, 8.2rem);
  font-weight: 360;
  letter-spacing: -0.065em;
  line-height: 0.85;
}

.store-heroTitle span {
  display: block;
}

.store-heroTitle em {
  display: block;
  margin-top: 0.13em;
  color: var(--soft-white);
  font-family: var(--font-display);
  font-weight: 400;
}

.store-lede {
  max-width: 660px;
  margin: 2rem 0 0;
  color: var(--secondary);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.78;
}

.store-heroActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2.5rem;
}

.store-comingSoon,
.store-quietLink,
.store-disabledButton {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 620;
  text-decoration: none;
}

.store-checkoutButton {
  width: 100%;
  min-height: 50px;
  margin-top: 1.3rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(216, 117, 62, 0.68);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(185, 78, 48, 0.96), rgba(223, 115, 70, 0.92));
  box-shadow: 0 16px 44px rgba(185, 78, 48, 0.18);
  color: var(--warm-white);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.store-checkoutButton:hover:not(:disabled) {
  border-color: rgba(242, 239, 233, 0.72);
  box-shadow: 0 18px 52px rgba(185, 78, 48, 0.26);
  transform: translateY(-2px);
}

.store-checkoutButton:focus-visible {
  outline: 2px solid var(--warm-white);
  outline-offset: 3px;
}

.store-checkoutButton:disabled {
  cursor: wait;
  opacity: 0.72;
}

.store-checkoutFeedback {
  min-height: 1.1rem;
  margin: 0.65rem 0 0;
  color: #ffad86;
  font-size: 0.68rem;
  line-height: 1.5;
}

.store-checkoutReturn {
  margin-top: 1.1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(242, 239, 233, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.store-checkoutReturn[data-state="confirmed"] {
  border-color: rgba(105, 196, 147, 0.42);
  background: rgba(62, 145, 102, 0.1);
}

.store-checkoutReturn[data-state="pending"] {
  border-color: rgba(216, 117, 62, 0.42);
  background: rgba(216, 117, 62, 0.08);
}

.store-checkoutReturn[data-state="error"] {
  border-color: rgba(255, 132, 99, 0.4);
  background: rgba(165, 54, 38, 0.09);
}

.store-checkoutReturn strong {
  display: block;
  color: var(--warm-white);
  font-size: 0.76rem;
  letter-spacing: 0.01em;
}

.store-checkoutReturn p {
  margin: 0.4rem 0 0;
  color: var(--secondary);
  font-size: 0.68rem;
  line-height: 1.55;
}

.store-comingSoon {
  border-color: rgba(216, 117, 62, 0.58);
  background: linear-gradient(135deg, rgba(185, 78, 48, 0.92), rgba(223, 115, 70, 0.9));
  box-shadow: 0 16px 44px rgba(185, 78, 48, 0.18);
}

.store-quietLink {
  background: rgba(255, 255, 255, 0.018);
  transition: border-color 200ms ease, transform 200ms ease, background 200ms ease;
}

.store-quietLink:hover {
  border-color: rgba(242, 239, 233, 0.44);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.store-heroObject {
  display: grid;
  place-items: center;
  min-height: 560px;
  perspective: 1100px;
}

.store-volumeCard {
  position: relative;
  width: min(78vw, 390px);
  aspect-ratio: 0.72;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(242, 239, 233, 0.18);
  border-radius: 5px;
  background:
    linear-gradient(155deg, rgba(216, 117, 62, 0.14), transparent 34%),
    linear-gradient(180deg, #15171a, #08090a 74%);
  box-shadow: -28px 34px 110px rgba(0, 0, 0, 0.52), 0 0 70px rgba(216, 117, 62, 0.055);
  transform: rotateY(-8deg) rotateX(2deg);
}

.store-volumeCard::before,
.store-volumeCard::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.store-volumeCard::before {
  inset: 18px;
  border: 1px solid rgba(216, 117, 62, 0.2);
}

.store-volumeCard::after {
  right: -25%;
  bottom: -10%;
  width: 86%;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 117, 62, 0.19);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(216, 117, 62, 0.08) inset;
}

.store-volumeMeta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--secondary);
  font-family: var(--font-geist-mono);
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-volumeMark {
  position: relative;
  z-index: 2;
  width: 30px;
  height: auto;
  margin-top: clamp(3rem, 7vw, 5.5rem);
}

.store-volumeName {
  position: relative;
  z-index: 2;
  margin: 1.25rem 0 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 420;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.store-volumeName em {
  display: block;
  margin-top: 0.2em;
  color: var(--soft-white);
  font-family: var(--font-display);
  font-weight: 400;
}

.store-volumeNumber {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  color: rgba(242, 239, 233, 0.12);
  font-family: var(--font-display);
  font-size: clamp(6rem, 13vw, 9rem);
  line-height: 0.65;
}

.store-volumeLooks {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 2.1rem;
  display: grid;
  gap: 0.38rem;
  color: var(--secondary);
  font-family: var(--font-geist-mono);
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.store-section {
  position: relative;
  padding-block: clamp(6rem, 11vw, 10rem);
}

.store-section + .store-section {
  border-top: 1px solid rgba(242, 239, 233, 0.07);
}

.store-sectionHeader {
  max-width: 800px;
  margin-bottom: clamp(2.8rem, 6vw, 5rem);
}

.store-sectionTitle {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
  font-weight: 390;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.store-sectionTitle em {
  color: var(--soft-white);
  font-family: var(--font-display);
  font-weight: 400;
}

.store-sectionText {
  max-width: 700px;
  margin: 1.5rem 0 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.78;
}

.store-featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 24%, rgba(216, 117, 62, 0.12), transparent 30rem),
    var(--store-surface);
}

.store-featuredCopy {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.store-featuredMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.store-statusPill,
.store-lookStatus,
.store-categoryState,
.store-purchaseStatus {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(216, 117, 62, 0.36);
  border-radius: 999px;
  color: var(--soft-white);
  font-family: var(--font-geist-mono);
  font-size: 0.59rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-featuredMeta > span:not(.store-statusPill) {
  color: var(--secondary);
  font-family: var(--font-geist-mono);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-featureTitle {
  max-width: 10ch;
  margin: clamp(3rem, 7vw, 6rem) 0 1.4rem;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 380;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.store-featureTitle em {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
}

.store-featureText {
  max-width: 570px;
  margin: 0;
  color: var(--secondary);
  line-height: 1.75;
}

.store-featureFooter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.store-featureFooter a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 620;
  text-decoration: none;
}

.store-featureFooter a span {
  display: inline-block;
  margin-left: 0.45rem;
  transition: transform 200ms ease;
}

.store-featureFooter a:hover span {
  transform: translate(3px, -2px);
}

.store-featureFooter > span {
  color: var(--secondary);
  font-size: 0.72rem;
}

.store-featuredVisual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-left: 1px solid var(--border);
}

.store-featuredVisual::before,
.store-featuredVisual::after {
  position: absolute;
  border: 1px solid rgba(242, 239, 233, 0.08);
  border-radius: 50%;
  content: "";
}

.store-featuredVisual::before {
  width: 92%;
  aspect-ratio: 1;
}

.store-featuredVisual::after {
  width: 58%;
  aspect-ratio: 1;
  border-color: rgba(216, 117, 62, 0.2);
}

.store-featuredMonogram {
  position: relative;
  z-index: 2;
  width: min(45%, 220px);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 22px 45px rgba(0, 0, 0, 0.4));
}

.store-lookStrip {
  position: absolute;
  z-index: 3;
  inset: auto 1.4rem 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.store-lookTag {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid rgba(242, 239, 233, 0.1);
  border-radius: 9px;
  background: rgba(5, 6, 7, 0.72);
  color: var(--secondary);
  font-size: 0.63rem;
  line-height: 1.25;
  backdrop-filter: blur(12px);
}

.store-compareShell {
  display: grid;
  gap: 1rem;
}

.store-sceneNav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.store-sceneButton {
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.018);
  color: var(--secondary);
  cursor: pointer;
  font-size: 0.74rem;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.store-sceneButton:not(:disabled):hover {
  color: var(--warm-white);
  border-color: rgba(242, 239, 233, 0.32);
  transform: translateY(-1px);
}

.store-sceneButton:not(:disabled):active,
.store-quietLink:active {
  transform: scale(0.985);
}

.store-sceneButtonActive,
.store-sceneButton[aria-pressed="true"] {
  border-color: var(--store-copper-line);
  background: var(--store-copper-soft);
  color: var(--warm-white);
}

.store-sceneButton:disabled {
  border-color: rgba(242, 239, 233, 0.07);
  background: transparent;
  color: rgba(168, 164, 158, 0.52);
  cursor: not-allowed;
  opacity: 0.58;
}

.store-compareFrame {
  position: relative;
}

.store-compareViewport {
  --compare-position: 50%;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--graphite);
  box-shadow: var(--shadow-soft);
  cursor: ew-resize;
  isolation: isolate;
  touch-action: pan-y;
  user-select: none;
}

.store-comparePicture,
.store-comparePicture picture,
.store-comparePicture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.store-comparePicture img {
  object-fit: cover;
  object-position: var(--scene-position, 50% 50%);
}

.store-compareBefore img {
  filter: saturate(0.78) contrast(0.94) brightness(0.98);
}

.store-compareFinal .store-compareBefore img,
.store-compareFinal .store-compareAfter img {
  filter: none;
}

.store-compareFinal .store-compareShade {
  display: none;
}

.store-compareAfter {
  clip-path: inset(0 0 0 var(--compare-position));
}

.store-gradePortrait img {
  filter: saturate(0.84) contrast(1.08) brightness(0.96) sepia(0.1);
}

.store-gradeOutdoor img {
  filter: saturate(0.76) contrast(1.1) brightness(0.94) sepia(0.07);
}

.store-gradeIndoor img {
  filter: saturate(0.72) contrast(1.12) brightness(0.92) sepia(0.12);
}

.store-gradeLowLight img {
  filter: saturate(0.68) contrast(1.18) brightness(0.88) sepia(0.08);
}

.store-gradeBlackWhite img {
  filter: grayscale(1) contrast(1.19) brightness(0.92);
}

.store-compareShade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 25%, transparent 72%, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.store-compareDivider {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 1px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.store-compareHandle {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: var(--compare-position);
  width: 50px;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  border: 1px solid rgba(255, 250, 243, 0.82);
  border-radius: 50%;
  background: rgba(7, 8, 9, 0.8);
  color: var(--warm-white);
  cursor: ew-resize;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(16px);
}

.store-compareHandle::before,
.store-compareHandle::after {
  font-size: 0.72rem;
  line-height: 1;
}

.store-compareHandle::before {
  content: "‹";
}

.store-compareHandle::after {
  content: "›";
}

.store-compareHandle:focus-visible {
  outline: 3px solid var(--warm-white);
  outline-offset: 5px;
}

.store-compareLabel {
  position: absolute;
  z-index: 5;
  top: 1rem;
  left: 1rem;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(242, 239, 233, 0.2);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.7);
  color: var(--warm-white);
  font-family: var(--font-geist-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.store-compareLabelAfter {
  right: 1rem;
  left: auto;
}

.store-compareCaption {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  color: var(--secondary);
  font-size: 0.78rem;
  line-height: 1.65;
}

.store-compareCaptionHeader {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
}

.store-compareCaptionHeader strong {
  color: var(--soft-white);
  font-family: var(--font-geist-mono);
  font-size: 0.72rem;
  font-weight: 620;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.store-compareInstruction {
  color: rgba(168, 164, 158, 0.72);
  font-family: var(--font-geist-mono);
  font-size: 0.64rem;
}

.store-compareAnalysisGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
  margin: 0;
}

.store-compareAnalysisGrid > div {
  padding-right: clamp(1rem, 3vw, 2.4rem);
}

.store-compareAnalysisGrid > div + div {
  padding-right: 0;
  padding-left: clamp(1rem, 3vw, 2.4rem);
  border-left: 1px solid var(--border);
}

.store-compareAnalysisLabel {
  margin-bottom: 0.4rem;
  color: var(--copper);
  font-family: var(--font-geist-mono);
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-compareAnalysisGrid dd {
  margin: 0;
  color: var(--secondary);
}

.store-noScriptFallback {
  display: none;
}

.store-fallbackGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.store-fallbackFigure {
  margin: 0;
}

.store-fallbackFigure picture,
.store-fallbackFigure img {
  width: 100%;
}

.store-fallbackFigure img {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  object-fit: cover;
}

.store-fallbackFigure figcaption {
  margin-top: 0.55rem;
  color: var(--secondary);
  font-size: 0.72rem;
}

.store-looksGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.store-lookCard {
  position: relative;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.035), transparent 45%), var(--graphite);
  transition: border-color 200ms ease, transform 200ms ease, background 200ms ease;
}

.store-lookCard:hover {
  border-color: rgba(242, 239, 233, 0.25);
  background: linear-gradient(155deg, rgba(216, 117, 62, 0.06), transparent 48%), var(--graphite);
  transform: translateY(-3px);
}

.store-lookCardInternal {
  border-style: dashed;
}

.store-lookCardHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.store-lookIndex {
  color: var(--copper);
  font-family: var(--font-geist-mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.store-lookStatus {
  min-height: 26px;
  border-color: var(--border);
  color: var(--secondary);
  font-size: 0.52rem;
}

.store-lookCard h3 {
  margin: auto 0 0.8rem;
  font-size: 1.38rem;
  font-weight: 520;
  letter-spacing: -0.035em;
}

.store-lookCard p {
  margin: 0;
  color: var(--secondary);
  font-size: 0.82rem;
  line-height: 1.62;
}

.store-lookLine {
  width: 34px;
  height: 1px;
  margin: 1.3rem 0;
  background: var(--copper);
  opacity: 0.68;
}

.store-categoriesGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border);
}

.store-categoryCard {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.store-categoryCard:nth-child(3n) {
  border-right: 0;
}

.store-categoryCount {
  color: var(--copper);
  font-family: var(--font-geist-mono);
  font-size: 0.6rem;
}

.store-categoryCard h3 {
  margin: auto 0 0.85rem;
  font-size: 1.45rem;
  font-weight: 500;
}

.store-categoryCard p {
  margin: 0;
  color: var(--secondary);
  font-size: 0.82rem;
  line-height: 1.6;
}

.store-categoryState {
  width: fit-content;
  min-height: 26px;
  margin-top: 1.2rem;
  border-color: var(--border);
  color: var(--secondary);
  font-size: 0.52rem;
}

.store-philosophy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.store-philosophyQuote {
  margin: 0;
  color: var(--soft-white);
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.6vw, 6.7rem);
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.store-philosophyCopy {
  padding-left: 1.4rem;
  border-left: 1px solid var(--store-copper-line);
  color: var(--secondary);
  line-height: 1.78;
}

.store-infoGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.store-infoCard {
  min-height: 240px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--store-surface);
}

.store-infoCard h3 {
  margin: 2.8rem 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 510;
}

.store-infoCard p,
.store-infoCard li {
  color: var(--secondary);
  line-height: 1.7;
}

.store-infoCard ul {
  padding-left: 1.1rem;
}

.store-infoPending {
  color: var(--soft-white);
}

.store-futureShelf {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px dashed rgba(242, 239, 233, 0.16);
  border-radius: 26px;
  background: radial-gradient(circle at 50% 50%, rgba(216, 117, 62, 0.055), transparent 42%);
  text-align: center;
}

.store-futureShelf p {
  max-width: 620px;
  margin: 0.8rem auto 0;
  color: var(--secondary);
  line-height: 1.7;
}

.store-futureLine {
  width: min(40vw, 220px);
  height: 1px;
  margin: 1.4rem auto 0;
  background: linear-gradient(90deg, transparent, var(--copper), transparent);
}

.store-faqGrid {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.store-faqIntro {
  position: sticky;
  top: 112px;
  height: fit-content;
}

.store-faqList {
  border-top: 1px solid var(--border);
}

.store-faqItem {
  border-bottom: 1px solid var(--border);
}

.store-faqItem summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  color: var(--warm-white);
  cursor: pointer;
  font-size: 0.95rem;
  list-style: none;
}

.store-faqItem summary::-webkit-details-marker {
  display: none;
}

.store-faqItem summary::after {
  color: var(--copper);
  content: "+";
  font-family: var(--font-geist-mono);
}

.store-faqItem[open] summary::after {
  content: "−";
}

.store-faqItem p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 1.5rem;
  color: var(--secondary);
  line-height: 1.72;
}

.store-productHero,
.store-collectionHero {
  padding-block: clamp(4rem, 8vw, 7rem) clamp(5rem, 10vw, 9rem);
}

.store-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  color: var(--secondary);
  font-family: var(--font-geist-mono);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-breadcrumbs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--secondary);
  text-decoration: none;
}

.store-breadcrumbs a:hover {
  color: var(--warm-white);
}

.store-productHeroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.58fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.store-productSummary h1,
.store-collectionHero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.5rem, 7.5vw, 7.4rem);
  font-weight: 370;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.store-productSummary h1 em,
.store-collectionHero h1 em {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
}

.store-productSummary > p:last-child,
.store-collectionHero > p:last-child {
  max-width: 720px;
  margin: 1.6rem 0 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.76;
}

.store-productHeroDescription {
  display: grid;
  gap: 0.75rem;
  max-width: 760px;
  margin-top: 1.7rem;
}

.store-productHeroDescription p {
  margin: 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.76;
}

.store-purchasePanel {
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(216, 117, 62, 0.07), transparent 44%), var(--store-surface-strong);
}

.store-purchasePanel h2 {
  margin: 2.5rem 0 0.7rem;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.store-pricePending {
  margin: 0;
  color: var(--secondary);
  font-size: 0.82rem;
}

.store-disabledButton {
  width: 100%;
  margin-top: 1.3rem;
  border-color: rgba(216, 117, 62, 0.34);
  background: rgba(216, 117, 62, 0.09);
  color: var(--soft-white);
  cursor: not-allowed;
  opacity: 1;
}

.store-purchaseNote {
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 0.68rem;
  line-height: 1.55;
}

.store-detailGrid {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.store-detailAside {
  position: sticky;
  top: 112px;
  height: fit-content;
}

.store-detailNav {
  display: grid;
  border-top: 1px solid var(--border);
}

.store-detailNav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--secondary);
  font-size: 0.74rem;
  text-decoration: none;
}

.store-detailNav a:hover {
  color: var(--warm-white);
}

.store-statusRail {
  display: grid;
  gap: 0;
  margin-top: 1rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(216, 117, 62, 0.045), transparent 58%), var(--store-surface);
}

.store-statusRail span {
  padding: 0.8rem;
  color: var(--secondary);
  font-family: var(--font-geist-mono);
  font-size: 0.58rem;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: uppercase;
}

.store-statusRail span + span {
  border-top: 1px solid var(--border);
}

.store-detailContent {
  min-width: 0;
}

.store-detailSection {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
  scroll-margin-top: 110px;
}

.store-detailSection + .store-detailSection {
  padding-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--border);
}

.store-detailSection h2 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 0.96;
}

.store-detailSection > p {
  max-width: 760px;
  color: var(--secondary);
  line-height: 1.75;
}

.store-transparencyNote {
  margin-top: 1.25rem;
  padding: 0.9rem 0 0.9rem 1rem;
  border-left: 1px solid var(--store-copper-line);
  font-size: 0.76rem;
}

.store-draftPanel {
  margin-top: 2rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(216, 117, 62, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(216, 117, 62, 0.07), transparent 46%),
    var(--store-surface);
}

.store-draftPanel h3 {
  max-width: 18ch;
  margin: 0.8rem 0 0;
  color: var(--warm-white);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.store-draftPanel > p:not(.store-infoLabel) {
  max-width: 700px;
  margin: 1rem 0 0;
  color: var(--secondary);
  font-size: 0.82rem;
  line-height: 1.65;
}

.store-plannedList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 1.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--border);
  list-style: none;
}

.store-plannedList li {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--soft-white);
  font-size: 0.75rem;
  line-height: 1.55;
}

.store-plannedList li:nth-child(odd) {
  padding-right: 1.2rem;
}

.store-plannedList li:nth-child(even) {
  padding-left: 1.2rem;
  border-left: 1px solid var(--border);
}

.store-creativeStatement {
  max-width: 13ch;
  margin: 1.5rem 0 2rem;
  color: var(--warm-white);
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.93;
}

.store-productFinalCta {
  margin-bottom: clamp(4rem, 9vw, 8rem);
  padding: clamp(2rem, 6vw, 5.5rem);
  border: 1px solid var(--border);
  border-radius: clamp(22px, 3vw, 36px);
  background:
    radial-gradient(circle at 86% 30%, rgba(216, 117, 62, 0.14), transparent 23rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 52%),
    var(--store-surface-strong);
}

.store-productFinalCta h2 {
  max-width: 12ch;
  margin: 1.2rem 0 0;
  color: var(--warm-white);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 380;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.store-productFinalCta > p:not(.store-sectionEyebrow) {
  max-width: 620px;
  margin: 1.5rem 0 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.7;
}

.store-productFinalCta .store-comingSoon {
  margin-top: 2rem;
}

.store-productFinalCta small {
  display: block;
  max-width: 520px;
  margin-top: 1rem;
  color: var(--secondary);
  font-size: 0.7rem;
  line-height: 1.55;
}

.store-specList {
  display: grid;
  margin: 2rem 0 0;
  border-top: 1px solid var(--border);
}

.store-specRow {
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(140px, 0.34fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
}

.store-specRow dt {
  color: var(--secondary);
  font-size: 0.73rem;
}

.store-specRow dd {
  margin: 0;
  color: var(--soft-white);
  font-size: 0.86rem;
}

.store-changelog {
  margin-top: 2rem;
  padding-left: 1.2rem;
  border-left: 1px solid var(--store-copper-line);
}

.store-changelog strong {
  display: block;
  color: var(--soft-white);
  font-size: 0.84rem;
}

.store-changelog p {
  margin: 0.5rem 0 0;
  color: var(--secondary);
  font-size: 0.8rem;
  line-height: 1.6;
}

.store-supportCard {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--store-surface);
}

.store-supportCard a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--warm-white);
  text-underline-offset: 0.25em;
}

.store-collectionHero {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.store-collectionGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.store-collectionProduct {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(1.8rem, 4vw, 3.5rem);
  border: 1px solid var(--border);
  border-radius: 25px;
  background: var(--store-surface);
}

.store-collectionProduct h2 {
  max-width: 12ch;
  margin: 0 0 0.8rem;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.store-collectionProduct p {
  max-width: 680px;
  margin: 0;
  color: var(--secondary);
  line-height: 1.7;
}

.store-statePanel {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 2rem;
  border: 1px dashed var(--border);
  border-radius: 24px;
  text-align: center;
}

.store-statePanel > div {
  max-width: 620px;
}

.store-stateTitle {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
}

.store-statePanel p:last-child {
  color: var(--secondary);
}

@media (min-width: 1500px) {
  .store-hero {
    min-height: 820px;
  }

  .store-compareViewport {
    max-height: 760px;
  }
}

@media (max-width: 1040px) {
  .store-hero,
  .store-productHeroGrid,
  .store-featured,
  .store-philosophy {
    grid-template-columns: 1fr;
  }

  .store-hero {
    gap: 4rem;
  }

  .store-heroCopy {
    max-width: 850px;
  }

  .store-heroObject {
    min-height: 520px;
  }

  .store-featuredVisual {
    min-height: 520px;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

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

  .store-productHeroGrid {
    align-items: start;
  }

  .store-purchasePanel {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .store-modeBar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .store-hero {
    min-height: auto;
    padding-top: 4.5rem;
  }

  .store-heroTitle {
    font-size: clamp(3.65rem, 16vw, 6rem);
  }

  .store-volumeCard {
    transform: none;
  }

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

  .store-categoriesGrid,
  .store-infoGrid,
  .store-faqGrid,
  .store-detailGrid {
    grid-template-columns: 1fr;
  }

  .store-categoryCard,
  .store-categoryCard:nth-child(3n) {
    border-right: 0;
  }

  .store-faqIntro,
  .store-detailAside {
    position: static;
  }

  .store-detailNav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1rem;
  }

  .store-collectionProduct {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-compareCaptionHeader {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .store-compareAnalysisGrid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .store-compareAnalysisGrid > div,
  .store-compareAnalysisGrid > div + div {
    padding: 0;
    border-left: 0;
  }

  .store-compareAnalysisGrid > div + div {
    padding-top: 1rem;
    border-top: 1px solid var(--border);
  }

  .store-collectionProduct {
    display: flex;
  }

  .store-plannedList {
    grid-template-columns: 1fr;
  }

  .store-plannedList li:nth-child(odd),
  .store-plannedList li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .store-modeBar {
    font-size: 0.58rem;
  }

  .store-heroObject {
    min-height: 460px;
  }

  .store-volumeCard {
    width: min(88vw, 340px);
  }

  .store-heroActions,
  .store-heroActions > * {
    width: 100%;
  }

  .store-featuredCopy,
  .store-purchasePanel,
  .store-lookCard,
  .store-infoCard {
    border-radius: 18px;
  }

  .store-looksGrid,
  .store-lookStrip,
  .store-fallbackGrid {
    grid-template-columns: 1fr;
  }

  .store-lookCard {
    min-height: 245px;
  }

  .store-compareViewport {
    aspect-ratio: 4 / 5;
    border-radius: 19px;
  }

  .store-compareLabel {
    top: 0.7rem;
    left: 0.7rem;
  }

  .store-compareLabelAfter {
    right: 0.7rem;
    left: auto;
  }

  .store-philosophyQuote {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .store-specRow {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .store-detailNav {
    grid-template-columns: 1fr;
  }
}

@media (scripting: none) {
  .store-compareFrame {
    display: none;
  }

  .store-noScriptFallback {
    display: block;
  }
}

@media (hover: none) {
  .store-quietLink:hover {
    border-color: var(--border-strong);
    background: rgba(255, 255, 255, 0.018);
    transform: none;
  }

  .store-sceneButton:not(:disabled):hover {
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.018);
    color: var(--secondary);
    transform: none;
  }

  .store-sceneButton[aria-pressed="true"] {
    border-color: var(--store-copper-line);
    background: var(--store-copper-soft);
    color: var(--warm-white);
  }

  .store-lookCard:hover {
    border-color: var(--border);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.035), transparent 45%), var(--graphite);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-quietLink,
  .store-featureFooter a span,
  .store-sceneButton,
  .store-lookCard {
    transition: none;
  }

  .store-quietLink:hover,
  .store-sceneButton:not(:disabled):hover,
  .store-lookCard:hover {
    transform: none;
  }

  .store-sceneButton:not(:disabled):active,
  .store-quietLink:active {
    transform: none;
  }
}
