﻿@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #ffffff;
  --panel: #f8f9fd;
  --ink: #0f172a;
  --muted: #5f6475;
  --accent: #0d6efd;
  --accent-strong: #0a58ca;
  --border: rgba(15, 23, 42, 0.08);
  --shadow-md: 0 18px 48px rgba(15, 23, 42, 0.16);
  --shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  opacity: 1;
  transform: none;
  transition: none;
}

body.cart-drawer-open {
  overflow: hidden;
}

body.page-loaded {
  opacity: 1;
  transform: none;
}

body.page-exiting {
  opacity: 1;
  transform: none;
  transition: none;
}

main { width: 100%; }

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent-strong); }

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

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

.ambient { display: none; }

@media (prefers-reduced-motion: reduce) {
  body { opacity: 1; transform: none; transition: none; }
  body.page-exiting { opacity: 1; transform: none; }
}

.site-shell { position: relative; max-width: 1180px; width: 100%; margin: 0 auto; padding: 32px 18px 64px; z-index: 1; display: flex; flex-direction: column; gap: 22px; }
.site-shell--content { padding-top: 22px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #e9f2ff;
  color: #0f172a;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid #e5e7eb;
}
.site-header--blue {
  background: #e9f2ff;
  color: #0f172a;
  border-bottom: 1px solid #e5e7eb;
}
.site-header--blue .header-shell {
  background: transparent;
  border-bottom: none;
}
.site-header--blue .site-branding,
.site-header--blue .site-branding small {
  color: #0f172a;
}
.site-header--blue .brand-mark {
  background: #0d6efd;
  color: #fff;
  border-color: rgba(13, 110, 253, 0.2);
}
.site-header--blue a {
  color: #0f172a;
}
.site-header--blue .header-links a {
  color: #0f172a;
}
.site-header--blue .header-links a.active {
  background: #0d6efd;
  color: #fff;
}
.site-header--blue .header-links a:hover {
  background: rgba(13, 110, 253, 0.12);
}

.topbar {
  width: 100%;
  background: linear-gradient(90deg, #0a58ca, #0d6efd);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 0.9rem;
}
.topbar-inner {
  width: min(1240px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar a {
  color: #fff;
  font-weight: 700;
}

.topbar-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.header-shell {
  width: min(1380px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 32px;
  flex-wrap: wrap;
  background: transparent;
  border-bottom: none;
  position: relative;
}

.site-header a {
  color: #0f172a;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #0d6efd;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.site-branding small {
  color: #5f6475;
  font-size: 0.82rem;
}

.header-nav { flex: 1; display: flex; justify-content: center; }
.header-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

.header-links a {
  color: #0f172a;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.header-links a.active {
  background: #0d6efd;
  color: #fff;
}

.header-links a:hover {
  background: rgba(13, 110, 253, 0.12);
}

.search-inline {
  flex: 0 1 240px;
  max-width: 280px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.search-inline { display: none; }

.search-animated { position: relative; display: inline-flex; align-items: center; justify-content: flex-end; min-width: 46px; height: 46px; }
.search-animated__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #0d6efd;
  cursor: pointer;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease;
}
.search-animated__toggle.active {
  transform: translateX(-248px) scale(0.96);
  opacity: 0;
  pointer-events: none;
}
.search-animated__bar {
  position: absolute;
  right: 0;
  width: 240px;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(15,23,42,0.16);
  padding: 10px 10px 10px 42px;
  z-index: 30;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  transform: translateX(12px) scale(0.98);
  transform-origin: right center;
  will-change: transform, opacity, clip-path;
  transition:
    opacity 0.22s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.32s;
}
.search-animated__bar.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transform: translateX(0) scale(1);
  transition-delay: 0s, 0s, 0s, 0s;
}
.search-animated__icon {
  position: absolute;
  left: 14px;
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 0.2s ease, transform 0.24s ease;
  color: #94a3b8;
}
.search-animated__bar.active .search-animated__icon {
  opacity: 0.8;
  transform: translateX(0);
}
.search-animated__input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 0.95rem;
  color: #0f172a;
}
.search-animated__input::placeholder { color: #94a3b8; }
.search-animated__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: none;
  background: #f1f5f9;
  cursor: pointer;
  color: #0f172a;
  flex-shrink: 0;
}


.cart-menu {
  display: inline-flex;
}
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  color: #0f172a;
  border: 1px solid #e5e7eb;
  background: #fff;
  font: inherit;
  cursor: pointer;
}
.cart-link:hover {
  background: rgba(13, 110, 253, 0.08);
  color: #0a58ca;
  border-color: rgba(13, 110, 253, 0.3);
}
.cart-link.is-open {
  background: rgba(13, 110, 253, 0.1);
  color: #0a58ca;
  border-color: rgba(13, 110, 253, 0.3);
}
.cart-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #0d6efd;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}
.cart-popover {
  position: fixed;
  top: 0;
  right: 0;
  width: min(430px, calc(100vw - 20px));
  height: 100dvh;
  padding: 22px 18px calc(20px + env(safe-area-inset-bottom));
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px 0 0 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
  box-shadow: -18px 0 44px rgba(15, 23, 42, 0.18);
  z-index: 140;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.cart-popover.is-open {
  transform: translateX(0);
  opacity: 1;
}
.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.32);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: 130;
}
.cart-drawer-backdrop.is-open {
  opacity: 1;
}
.cart-popover__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.cart-popover__header strong {
  display: block;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}
.cart-popover__header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.cart-popover__close {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}
.cart-popover__close:hover {
  background: #f8fafc;
}
.cart-popover__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.cart-popover__footer {
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.94));
}
.cart-popover__totals {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.cart-popover__totals span {
  color: var(--muted);
  font-size: 0.9rem;
}
.cart-popover__totals strong {
  font-size: 1.2rem;
}
.cart-popover__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.cart-popover .cart-item {
  padding: 10px 12px;
  border-radius: 14px;
}
.cart-popover .cart-item__controls {
  gap: 6px;
  align-items: center;
}
.cart-popover .cart-item__step,
.cart-popover .cart-item__remove,
.cart-popover .cart-item__quick {
  min-height: 34px;
}
.cart-item--preview {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(14, 165, 233, 0.05));
  border-color: rgba(13, 110, 253, 0.16);
}
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font-size: 1.4rem;
}
/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.78), rgba(255,255,255,0.6)),
    url('../gofoto-hero.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 56px 0 46px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
  pointer-events: none;
}
.hero__inner {
  position: relative;
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(320px, 0.85fr);
  grid-template-areas: "copy visual";
  gap: 26px;
  align-items: start;
  z-index: 1;
}
.hero__content { grid-area: copy; display: flex; flex-direction: column; gap: 14px; max-width: 760px; }
.hero__content h1 { margin: 0; font-size: clamp(2.4rem, 4vw, 3.4rem); letter-spacing: -0.02em; line-height: 1.12; }
.lead { margin: 0; color: var(--muted); max-width: 640px; font-size: 1.05rem; }
.hero__process { margin: 8px 0 12px; max-width: 640px; border-radius: 16px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 18px 38px rgba(15,23,42,0.12); }
.hero__process img { width: 100%; height: auto; display: block; }
.hero__topline { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.chip { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 8px 12px; font-weight: 800; font-size: 0.9rem; letter-spacing: 0.01em; }
.chip--accent { background: #0d6efd; color: #fff; box-shadow: 0 12px 34px rgba(13,110,253,0.22); }
.chip--ghost { background: rgba(15,23,42,0.05); color: var(--ink); border: 1px solid rgba(15,23,42,0.08); }
.hero__features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; margin-top: 2px; }
.hero__feature { padding: 12px 14px; border-radius: 14px; background: rgba(15,23,42,0.035); border: 1px solid rgba(15,23,42,0.08); display: flex; flex-direction: column; gap: 4px; }
.hero__feature strong { font-size: 1rem; color: var(--ink); letter-spacing: -0.01em; }
.hero__feature span { color: var(--muted); font-size: 0.92rem; }
.hero__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.hero__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin-top: 6px; }
.hero__stat { padding: 12px 14px; border-radius: 14px; background: #fff; border: 1px solid rgba(15,23,42,0.08); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 4px; }
.hero__stat strong { font-size: 1.4rem; letter-spacing: -0.01em; }
.hero__stat span { color: var(--muted); font-size: 0.92rem; }
.hero__visual { grid-area: visual; display: grid; gap: 14px; align-content: start; justify-items: end; }
.hero__album-card { width: 100%; max-width: 380px; border-radius: 18px; overflow: hidden; background: linear-gradient(145deg, rgba(13,110,253,0.12), rgba(15,23,42,0.06)); border: 1px solid rgba(15,23,42,0.08); box-shadow: 0 18px 40px rgba(15,23,42,0.2); position: relative; }
.hero__album-img { width: 100%; height: 240px; overflow: hidden; }
.hero__album-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__album-meta { padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.hero__album-meta strong { font-size: 1.05rem; letter-spacing: -0.01em; }
.hero__album-meta span { color: var(--muted); font-size: 0.9rem; }
.hero__album-badge { position: absolute; top: 14px; left: 14px; background: #0d6efd; color: #fff; padding: 6px 10px; border-radius: 12px; font-weight: 800; font-size: 0.86rem; }
.hero__carousel { position: relative; width: 100%; max-width: 470px; background: #fff; color: var(--ink); border-radius: 0; padding: 16px; box-shadow: 0 26px 72px rgba(15,23,42,0.15); border: 1px solid #e5e7eb; overflow: hidden; transform: translateY(-6px); }
.hero__carousel-track { display: flex; gap: 0; transition: transform 0.4s ease; width: 100%; will-change: transform; }
.hero__carousel-card { flex: 0 0 100%; min-width: 100%; background: #fff; color: var(--ink); border-radius: 0; border: 1px solid #e5e7eb; padding: 14px; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 16px 38px rgba(15,23,42,0.08); }
.hero__carousel-image { width: 100%; height: 200px; border-radius: 0; overflow: hidden; border: 1px solid #e5e7eb; }
.hero__carousel-image img { width: 100%; height: 100%; object-fit: cover; }
.hero__carousel-badge { font-size: 0.82rem; font-weight: 700; color: var(--accent-strong); }
.hero__carousel h3 { margin: 0; color: var(--ink); }
.hero__carousel p { margin: 0; color: var(--muted); }
.hero__carousel strong { color: var(--ink); }
.hero__carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.hero__carousel-control { background: #f1f5f9; border: 1px solid #e5e7eb; color: var(--ink); border-radius: 10px; width: 36px; height: 36px; cursor: pointer; }
.hero__carousel-pagination { flex: 1; display: flex; justify-content: center; gap: 10px; align-items: center; }
.hero__carousel-dot { border: none; background: #d0d5dd; width: 24px; height: 4px; border-radius: 999px; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease; }
.hero__carousel-dot.active { background: var(--accent-strong); transform: scale(1.05); }

/* Steps */
.step-indicator { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; }
.step-indicator span { border-radius: 999px; padding: 12px; text-align: center; background: #eef2ff; color: var(--muted); font-weight: 700; border: 1px solid rgba(15,23,42,0.08); cursor: pointer; }
.step-indicator span.active { background: linear-gradient(135deg, var(--accent), var(--accent-strong)); color: #fff; border-color: transparent; }

.support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.support-grid article { background: var(--surface); border-radius: 16px; padding: 16px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.support-grid p { color: var(--muted); }
.support-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.support-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; font-size: 2.1rem; }
.support-card--delivery { background: #fff; border-color: #e5e7eb; }
.support-card--delivery h4 { color: #0d6efd; }
.support-card--delivery p { color: var(--muted); }
.support-card--delivery .support-card__icon { color: #0d6efd; }
.support-card--whatsapp { background: #fff; border-color: #e5e7eb; border-radius: 16px; }
.support-card--whatsapp h4, .support-card--whatsapp p { color: #3aaa35; }
.support-card--whatsapp .support-card__icon { color: #3aaa35; }

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #3aaa35;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  border: none;
  text-decoration: none;
  z-index: 400;
}
.floating-whatsapp:hover { transform: translateY(-1px); }
.floating-whatsapp:active { transform: translateY(0); }

.floating-messenger {
  position: fixed;
  right: 18px;
  bottom: 86px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0084ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: none;
  text-decoration: none;
  z-index: 400;
}
.floating-messenger:hover { transform: translateY(-1px); }
.floating-messenger:active { transform: translateY(0); }

.card { background: var(--surface); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.card + .card { margin-top: 6px; }
.card-header h2 { margin: 0; font-size: 1.8rem; letter-spacing: -0.01em; }
.card-header p { margin-top: 6px; color: var(--muted); }

.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 18px; }
.upload-panel { display: flex; flex-direction: column; gap: 14px; }
#file-input { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; overflow: hidden; }
.upload-zone { border-radius: 18px; border: 1px dashed rgba(15,23,42,0.3); padding: 26px; background: linear-gradient(135deg, rgba(31,128,184,0.06), rgba(190,15,22,0.06)); text-align: center; display: flex; flex-direction: column; gap: 10px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.6); }
.upload-zone.is-dragover { border-color: var(--accent-strong); background: linear-gradient(135deg, rgba(31,128,184,0.16), rgba(190,15,22,0.14)); box-shadow: 0 0 0 3px rgba(31,128,184,0.14) inset; }
.upload-zone button, .upload-zone__pick {
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.upload-zone button:hover, .upload-zone__pick:hover { transform: translateY(-1px); }

.preview-scroll { max-height: 400px; overflow-y: auto; border-radius: 14px; border: 1px solid rgba(15,23,42,0.08); background: #fff; padding: 10px; }
.preview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
.preview-card { background: #f8fafc; border-radius: 14px; border: 1px solid rgba(15,23,42,0.08); padding: 12px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow-sm); }
.preview-card img { width: 100%; height: 140px; border-radius: 10px; object-fit: cover; }
.info { display: flex; flex-direction: column; gap: 8px; }
.info strong { color: var(--ink); }
.info p { color: #94a3b8; margin: 0; }
.info label { font-size: 0.9rem; color: var(--muted); display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.info input, .info select { width: 110px; border: 1px solid rgba(15,23,42,0.14); border-radius: 10px; padding: 6px 8px; }

.summary-panel { display: flex; flex-direction: column; gap: 14px; }
.price-card { padding: 18px; border-radius: 16px; background: linear-gradient(135deg, rgba(255,248,240,0.95), rgba(230,244,255,0.95)); border: 1px solid rgba(15,23,42,0.08); }
.price-card__toggle { margin-top: 10px; background: linear-gradient(135deg, var(--accent), var(--accent-strong)); color: #fff; border: none; border-radius: 999px; padding: 10px 18px; font-weight: 700; cursor: pointer; }
.price-card__table { margin-top: 12px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(15,23,42,0.08); background: #fff; }
.price-card table { width: 100%; border-collapse: collapse; }
.price-card th, .price-card td { border: 1px solid rgba(15,23,42,0.08); padding: 8px; font-size: 0.9rem; text-align: center; }

.summary { display: flex; flex-direction: column; gap: 8px; color: var(--muted); }
.summary select { border-radius: 10px; border: 1px solid rgba(15,23,42,0.12); padding: 6px 8px; }
.note { color: var(--muted); font-size: 0.92rem; }

.album-section { margin-top: 20px; padding: 18px; border-radius: 18px; border: 1px solid rgba(31,128,184,0.25); background: #fff; display: grid; gap: 12px; }
.album-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }
.album-card { background: #fff; border-radius: 14px; border: 1px solid rgba(31,128,184,0.25); padding: 12px; display: flex; flex-direction: column; gap: 8px; font-weight: 700; }
.album-card span { color: var(--muted); font-weight: 500; }
.album-card select { border-radius: 10px; border: 1px solid rgba(15,23,42,0.14); padding: 6px 8px; }
.album-card__toggle {
  align-self: flex-start;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--accent-strong);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.album-card__description {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.45;
}
.album-card__select {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.actions { margin-top: 16px; display: flex; justify-content: flex-end; gap: 10px; }
.primary, .secondary { border-radius: 14px; padding: 11px 22px; font-weight: 800; border: none; cursor: pointer; transition: transform 0.2s ease; display: inline-flex; align-items: center; justify-content: center; gap: 6px; text-decoration: none; }
.primary { background: linear-gradient(135deg, var(--accent), var(--accent-strong)); color: #fff; }
.secondary { background: #e6ebf5; color: var(--ink); border: 1px solid rgba(15,23,42,0.08); }
.primary:hover, .secondary:hover { transform: translateY(-1px); }
.primary.is-disabled, .secondary.is-disabled, .primary:disabled, .secondary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.modal { position: fixed; inset: 0; background: rgba(15,23,42,0.55); display: none; align-items: center; justify-content: center; padding: 20px; z-index: 250; }
.modal.show { display: flex; }
.modal-content { background: #fff; border-radius: 14px; padding: 22px; text-align: center; box-shadow: var(--shadow-md); max-width: 440px; width: min(440px, 100%); }
.modal-actions { margin-top: 12px; display: flex; justify-content: center; gap: 8px; }

.payment-options { display: flex; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.payment { flex: 1; border: 1px solid #cbd5f5; border-radius: 12px; padding: 12px; background: #f3f6fb; text-align: center; font-weight: 700; cursor: pointer; }
.payment.active { border-color: var(--accent-strong); background: rgba(31,128,184,0.08); }
.payment input { display: none; }

.card-fields { display: grid; gap: 10px; }
.inline { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; color: var(--ink); }
label input, label textarea { width: 100%; border: 1px solid rgba(15,23,42,0.1); border-radius: 12px; padding: 10px; }

.placeholder { color: var(--muted); text-align: center; }

/* Order page refresh */
.order-page {
  background:
    radial-gradient(circle at 8% 4%, rgba(13, 110, 253, 0.08), transparent 36%),
    radial-gradient(circle at 95% 8%, rgba(245, 158, 11, 0.12), transparent 30%),
    #f5f8ff;
}
.order-page .site-shell { max-width: 1140px; gap: 16px; }
.order-page .order-hero {
  background: linear-gradient(140deg, #ffffff, #f7faff);
  border-radius: 0;
  border: 1px solid rgba(13, 110, 253, 0.16);
  padding: 28px;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
}
.order-page .order-hero__eyebrow {
  margin: 0 0 8px;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0a58ca;
  background: rgba(13, 110, 253, 0.1);
}
.order-page .order-hero h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.2;
}
.order-page .order-hero p {
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 760px;
}
.order-page .step-indicator {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.order-page .step-indicator span {
  background: #ffffff;
  border: 1px solid rgba(13, 110, 253, 0.18);
  color: #26415f;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}
.order-page .step-indicator span.active {
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  color: #fff;
  border-color: transparent;
}
.order-page .mobile-total-bar {
  display: none;
}
.order-page .card {
  border-radius: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}
.order-page .form-grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 1fr);
  align-items: start;
}
.order-page .upload-zone {
  border: 2px dashed rgba(13, 110, 253, 0.3);
  border-radius: 0;
  padding: 30px 22px;
  background: linear-gradient(145deg, rgba(13, 110, 253, 0.08), rgba(8, 145, 178, 0.05));
}
.order-page .upload-zone.is-dragover {
  border-color: #0a58ca;
  background: linear-gradient(145deg, rgba(13, 110, 253, 0.18), rgba(8, 145, 178, 0.12));
}
.order-page .upload-zone__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid rgba(13, 110, 253, 0.2);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.order-page .upload-zone h3 {
  margin: 2px 0 0;
  font-size: 1.08rem;
}
.order-page .upload-zone__hint {
  margin: 0;
  color: #3f5572;
}
.order-page .upload-zone__subhint {
  margin: 0;
  font-size: 0.88rem;
  color: #62748f;
}
.order-page .preview-scroll {
  border-radius: 0;
  border: 1px solid rgba(13, 110, 253, 0.14);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}
.order-page .preview-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.order-page .preview-card {
  border-radius: 0;
  border: 1px solid rgba(13, 110, 253, 0.13);
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}
.order-page .preview-card__media {
  position: relative;
}
.order-page .preview-card__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 0;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.order-page .preview-card__remove:hover {
  background: rgba(15, 23, 42, 0.9);
}
.order-page .summary-panel {
  gap: 12px;
  position: sticky;
  top: 92px;
}
.order-page .price-card {
  background: linear-gradient(135deg, #fff4dd, #eef6ff);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
}
.order-page .summary {
  background: #fff;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 0;
  padding: 14px;
  color: #334155;
}
.order-page .summary h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #0f172a;
}
.order-page .summary-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.1);
}
.order-page .summary-row strong {
  text-align: right;
}
.order-page .summary-paper {
  margin-top: 4px;
  color: #334155;
  font-weight: 700;
}
.order-page .summary-paper select {
  margin-top: 6px;
}
.order-page .summary-row--total {
  margin-top: 8px;
  border: 1px solid rgba(13, 110, 253, 0.22);
  padding: 12px 14px;
  border-radius: 0;
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  box-shadow: 0 12px 22px rgba(13, 110, 253, 0.3);
  color: #fff;
}
.order-page .summary-row--total span {
  color: rgba(255, 255, 255, 0.86);
}
.order-page .summary-row--total strong {
  color: #fff;
  font-size: 1.16rem;
  letter-spacing: 0.01em;
}
.order-page .delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.order-page .delivery-form__full {
  grid-column: 1 / -1;
}
.order-page .delivery-form__inline {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(160px, 0.7fr);
  gap: 12px;
  align-items: end;
}
.order-page .card-header p {
  color: #64748b;
}
.order-page label input,
.order-page label textarea,
.order-page label select {
  border-radius: 0;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #fcfdff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.order-page label input:focus,
.order-page label textarea:focus,
.order-page label select:focus {
  outline: none;
  border-color: #0d6efd;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}
.order-page .payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.order-page .payment {
  text-align: left;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #fff;
  border-radius: 0;
}
.order-page .payment.active {
  border-color: #0d6efd;
  background: rgba(13, 110, 253, 0.08);
}
.order-page .card-fields {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0;
  padding: 12px;
  background: #f8fbff;
}
.order-page .album-section,
.order-page .album-card,
.order-page .album-card select,
.order-page .price-card__table,
.order-page .step-indicator span,
.order-page .primary,
.order-page .secondary {
  border-radius: 0;
}
.order-page .payment-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.order-page .payment-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 6px 10px;
  background: #edf4ff;
  border: 1px solid rgba(13, 110, 253, 0.16);
  color: #1d4f91;
  font-size: 0.84rem;
  font-weight: 700;
}
.order-page .actions {
  margin-top: 18px;
}
.order-page .primary,
.order-page .secondary {
  min-height: 46px;
}

.site-shell--shop { display: flex; flex-direction: column; gap: 22px; }
.shop-hero { background: var(--surface); border-radius: var(--radius-lg); padding: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.shop-hero__content h2 { margin-top: 4px; font-size: clamp(1.9rem, 3vw, 2.5rem); }
.shop-hero__content p { color: var(--muted); }
.shop-hero__meta { display: flex; flex-direction: column; gap: 8px; }
.badge { display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; padding: 8px 12px; background: rgba(31,128,184,0.12); border: 1px solid rgba(31,128,184,0.2); font-weight: 700; color: var(--ink); }
.product-section { background: var(--surface); border-radius: 0; padding: 26px; box-shadow: var(--shadow-md); display: flex; flex-direction: column; gap: 16px; border: 1px solid var(--border); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.section-heading p { color: var(--muted); }
.shop-toolbar { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { border-radius: 14px; padding: 6px 10px; background: rgba(31,128,184,0.08); border: 1px solid rgba(31,128,184,0.18); font-weight: 700; color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.product-card { background: #fff; border-radius: 0; border: 1px solid rgba(15,23,42,0.08); display: flex; flex-direction: column; overflow: hidden; min-height: 300px; box-shadow: var(--shadow-md); }
.product-card__visual { min-height: 160px; display: flex; align-items: flex-end; justify-content: flex-end; padding: 14px; background: linear-gradient(160deg, rgba(31,128,184,0.2), rgba(190,15,22,0.2)); color: var(--ink); font-weight: 700; }
.product-card__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-card__tag { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.product-card__description { color: var(--muted); line-height: 1.5; }
.product-card__footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.product-card__price { font-weight: 800; font-size: 1.1rem; }
.product-card--album .product-card__visual {
  background: linear-gradient(160deg, rgba(245, 158, 11, 0.22), rgba(251, 191, 36, 0.08));
}
.product-card__album-picker {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
}
.product-card__album-picker select {
  min-width: 78px;
  border-radius: 10px;
  border: 1px solid rgba(15,23,42,0.14);
  padding: 7px 10px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.cart-summary { background: #fff; border-radius: 0; padding: 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(15,23,42,0.08); box-shadow: var(--shadow-md); }
.cart-summary__content { flex: 1 1 420px; display: grid; gap: 14px; }
.cart-summary__list { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.cart-summary__aside { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; min-width: 220px; }
.cart-summary__details { display: flex; flex-direction: column; gap: 2px; }
.cart-summary__details strong { font-size: 1.6rem; }
.cart-summary__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  max-width: none;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 13px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
}
.cart-item--package {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(14, 165, 233, 0.08));
  border-color: rgba(13, 110, 253, 0.18);
}
.cart-item--album {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(255, 255, 255, 0.96));
  border-color: rgba(245, 158, 11, 0.18);
}
.cart-item__info { display: flex; flex-direction: column; gap: 2px; }
.cart-item__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.cart-item__meta { display: flex; flex-wrap: wrap; gap: 5px; color: var(--muted); font-size: 0.82rem; line-height: 1.3; }
.cart-item__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 7px;
  background: rgba(13,110,253,0.08);
  color: #0a58ca;
  font-weight: 700;
}
.cart-item__controls { display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.cart-item__line-price {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ink);
}
.cart-item__step, .cart-item__remove {
  border: 1px solid rgba(15,23,42,0.12);
  background: #fff;
  color: var(--ink);
  border-radius: 9px;
  min-width: 30px;
  min-height: 30px;
  padding: 0 9px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.cart-item__quick {
  border: 1px solid rgba(15,23,42,0.12);
  background: #fff;
  color: var(--ink);
  border-radius: 9px;
  min-height: 30px;
  padding: 0 9px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.cart-item__qty { min-width: 20px; text-align: center; font-weight: 800; }
.shop-cart-list { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.shop-cart-panel__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(13, 110, 253, 0.22);
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(255, 255, 255, 0.95));
}
.shop-cart-panel__summary span {
  display: block;
  font-size: 0.84rem;
  color: var(--muted);
}
.shop-cart-panel__summary strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  color: var(--ink);
}
.shop-cart-panel__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 12px; }
.shop-cart-panel--empty .shop-cart-panel__actions { justify-content: flex-start; }

.site-footer {
  width: 100%;
  background: #05070f;
  color: #f8fafc;
  padding: 48px 0 24px;
}
.site-footer a { color: inherit; }
.site-shell--footer {
  gap: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
.footer__brand strong {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.footer__brand p {
  margin: 12px 0 18px;
  max-width: 420px;
  color: rgba(248, 250, 252, 0.75);
}
.footer__social {
  display: flex;
  gap: 12px;
}
.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__links,
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__heading {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}
.footer__links a,
.footer__contact a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.footer__links a:hover,
.footer__contact a:hover {
  color: #0ea5e9;
}
.footer__contact p {
  color: rgba(255, 255, 255, 0.65);
}
.footer__legal {
  margin-top: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 960px) {
  .order-page .topbar {
    padding: 6px 10px;
  }
  .order-page .topbar-inner {
    justify-content: center;
  }
  .order-page .topbar-right {
    display: none;
  }
  .order-page .topbar-left {
    font-size: 0.84rem;
    gap: 6px;
  }
  .order-page .order-hero {
    padding: 24px 20px;
  }
  .order-page .order-hero p {
    max-width: none;
  }
  .order-page .step-indicator {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .order-page .step-indicator span {
    flex: 0 0 auto;
    min-width: 178px;
    white-space: nowrap;
    scroll-snap-align: start;
  }
  .order-page .step-indicator::-webkit-scrollbar {
    height: 6px;
  }
  .order-page .step-indicator::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.22);
    border-radius: 999px;
  }
  .cart-summary__aside {
    width: 100%;
    align-items: flex-start;
  }
  .cart-summary__actions {
    justify-content: flex-start;
  }
  .cart-item {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .cart-item__controls {
    justify-content: flex-start;
  }
  .shop-cart-panel__summary {
    grid-template-columns: 1fr;
  }
  .cart-popover {
    width: min(400px, calc(100vw - 12px));
  }
  .header-shell {
    width: 100%;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    gap: 10px;
    position: relative;
  }
  .header-actions { justify-content: center; }
  .menu-toggle { display: inline-flex; order: 3; }
  .site-branding { order: 0; }
  .site-branding small { display: none; }
  .search-animated { width: auto; justify-content: flex-end; order: 1; }
  .cart-menu { order: 2; }
  .cart-link { margin-left: 0; }
  .header-nav {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    display: flex;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0 12px;
    box-shadow: 0 16px 32px rgba(15,23,42,0.18);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: all 0.25s ease;
  }
  .header-nav.open {
    padding: 12px;
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header-links { width: 100%; flex-direction: column; align-items: flex-start; }
  .header-links a { width: 100%; }
  .search-animated { width: 100%; justify-content: flex-end; position: relative; }
  .search-animated__toggle.active { transform: none; opacity: 1; pointer-events: auto; }
  .search-animated__bar {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    opacity: 0;
    padding: 10px 10px 10px 42px;
    visibility: hidden;
    clip-path: inset(0 0 100% 0);
    transform: translateY(-6px);
    transform-origin: top center;
  }
  .search-animated__bar.active {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
  .search-animated__input { font-size: 0.94rem; }
  .hero { padding: 36px 0 32px; }
  .hero__inner { padding: 0 18px; grid-template-columns: minmax(360px, 1fr) minmax(260px, 360px); gap: 18px; }
  .hero__carousel { max-width: 420px; transform: translateY(-4px); }
  .hero__carousel-image { height: 180px; }
  .order-page .form-grid {
    grid-template-columns: 1fr;
  }
  .order-page .summary-panel {
    position: static;
    top: auto;
  }
}

@media (max-width: 720px) {
  body { padding-bottom: 32px; }
  .order-page { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .cart-popover {
    width: 100vw;
    border-radius: 0;
    border-left: none;
    padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
  }
  .cart-popover__actions {
    justify-content: stretch;
  }
  .cart-popover__actions .primary,
  .cart-popover__actions .secondary {
    flex: 1 1 100%;
  }
  .hero { padding: 28px 0 24px; }
  .hero__inner { padding: 0 16px; grid-template-columns: 1fr; grid-template-areas: "copy" "visual"; gap: 16px; }
  .hero__visual { justify-self: stretch; max-width: none; }
  .hero__album-card, .hero__carousel { max-width: 100%; }
  .hero__carousel-image { height: 180px; }
  .actions { flex-direction: column; align-items: stretch; }
  .summary-panel { order: -1; }
  .site-shell { padding: 22px 14px 48px; }
  .site-footer { padding: 32px 0 18px; }
  .site-shell--footer { padding: 0 18px; gap: 20px; }
  .order-page .order-hero {
    padding: 22px 18px;
    border-radius: 18px;
  }
  .order-page .order-hero__eyebrow {
    font-size: 0.72rem;
    padding: 4px 8px;
  }
  .order-page .order-hero h1 {
    font-size: 1.55rem;
    line-height: 1.24;
  }
  .order-page .order-hero p {
    font-size: 0.94rem;
  }
  .order-page .mobile-total-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 240;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.96), rgba(10, 88, 202, 0.96));
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.35);
    backdrop-filter: blur(8px);
  }
  .order-page .mobile-total-bar span {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.88);
  }
  .order-page .mobile-total-bar strong {
    font-size: 1.04rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }
  .order-page .step-indicator {
    gap: 7px;
  }
  .order-page .step-indicator span {
    min-width: 162px;
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  .order-page .topbar-left span {
    font-size: 0.8rem;
  }
  .order-page .header-shell {
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
  }
  .order-page .site-branding strong {
    font-size: 1.02rem;
    letter-spacing: 0;
  }
  .order-page .cart-link {
    padding: 9px 10px;
    gap: 6px;
  }
  .order-page .cart-link span:nth-child(2) {
    display: none;
  }
  .order-page .summary-panel {
    order: 0;
  }
  .order-page .delivery-grid {
    grid-template-columns: 1fr;
  }
  .order-page .delivery-form__full {
    grid-column: auto;
  }
  .order-page .delivery-form__inline {
    grid-template-columns: 1fr;
  }
  .order-page .payment-options {
    grid-template-columns: 1fr;
  }
}
