@font-face {
  font-family: "Roboto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/public/fonts/Roboto-Variable.ttf") format("truetype");
}

:root {
  --paper: #f4f0e8;
  --paper-deep: #e6ded1;
  --paper-light: #fcfaf5;
  --ink: #151310;
  --graphite: #625e57;
  --line: rgba(21, 19, 16, 0.18);
  --accent: #b64632;
  --accent-dark: #943321;
  --ash: #bda486;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  line-height: 1.5;
}

/* Compact creator and draggable composition */
.section-cta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 24px;
}

.purchase-path .section-cta {
  margin-top: 0;
}

@media (min-width: 1051px) {
  .purchase-path {
    gap: clamp(16px, 2vw, 28px);
    padding-bottom: clamp(28px, 3.5vw, 48px);
    padding-top: clamp(28px, 3.5vw, 48px);
  }

  .purchase-path .process-art {
    height: clamp(110px, 10vw, 148px);
  }
}

.section-cta small {
  color: var(--graphite);
  font-size: 0.68rem;
  font-weight: 800;
}

.step-back {
  align-items: center;
  background: var(--paper-light);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.63rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  min-height: 40px;
  padding: 9px 12px;
  text-transform: uppercase;
}

.step-back:hover {
  background: var(--yellow);
  transform: translateY(-1px);
}

.framing-workspace {
  display: grid;
  gap: clamp(18px, 2.3vw, 34px);
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  margin: 0 auto;
  max-width: 1100px;
}

.crop-editor {
  background: var(--cyan);
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  min-width: 0;
  padding: clamp(15px, 2vw, 24px);
}

.crop-stage {
  aspect-ratio: 420 / 297;
  background: white;
  border: 12px solid var(--ink);
  cursor: grab;
  overflow: hidden;
  position: relative;
  touch-action: none;
  user-select: none;
}

.crop-stage.is-dragging {
  cursor: grabbing;
}

.crop-stage img {
  height: 100%;
  object-fit: cover;
  object-position: var(--crop-x) var(--crop-y);
  pointer-events: none;
  width: 100%;
}

.crop-editor[data-fit="contain"] .crop-stage {
  cursor: default;
}

.crop-editor[data-fit="contain"] .crop-stage img {
  object-fit: contain;
}

.crop-grid {
  background-image: linear-gradient(90deg, transparent 33.15%, rgba(255,255,255,0.75) 33.3% 33.65%, transparent 33.8% 66.15%, rgba(255,255,255,0.75) 66.3% 66.65%, transparent 66.8%), linear-gradient(transparent 33.15%, rgba(255,255,255,0.75) 33.3% 33.65%, transparent 33.8% 66.15%, rgba(255,255,255,0.75) 66.3% 66.65%, transparent 66.8%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.crop-stage > strong {
  background: var(--yellow);
  border: 2px solid var(--ink);
  bottom: 9px;
  font-size: 0.5rem;
  font-weight: 950;
  left: 50%;
  letter-spacing: 0.06em;
  padding: 6px 8px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.crop-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.crop-controls span {
  font-size: 0.56rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crop-controls button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--ink);
  font-size: 0.59rem;
  font-weight: 900;
  padding: 2px 0;
}

.framing-workspace .fit-grid {
  align-content: stretch;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  margin: 0;
}

.framing-workspace .fit-card {
  align-items: center;
  display: flex;
  padding: 14px;
}

.framing-workspace .fit-copy {
  padding: 0;
}

@media (min-width: 1051px) {
  body[data-creator-step="3"],
  body[data-creator-step="4"] {
    height: 100svh;
    overflow: hidden;
  }

  body[data-creator-step="3"] .flow-header,
  body[data-creator-step="4"] .flow-header {
    height: 62px;
    min-height: 62px;
  }

  body[data-creator-step="3"] .progress-wrap,
  body[data-creator-step="4"] .progress-wrap {
    padding-top: 13px;
  }

  body[data-creator-step="3"] .creator,
  body[data-creator-step="4"] .creator {
    height: calc(100svh - 111px);
    max-width: 1260px;
    padding: 12px 24px 18px;
  }

  body[data-creator-step="3"] .creator-step,
  body[data-creator-step="4"] .creator-step {
    height: 100%;
  }

  body[data-creator-step="3"] .step-heading {
    margin-bottom: 16px;
    max-width: 1000px;
  }

  body[data-creator-step="3"] .step-heading .eyebrow {
    margin-bottom: 7px;
  }

  body[data-creator-step="3"] .step-heading h1 {
    font-size: clamp(2.75rem, 4.2vw, 4.65rem);
    margin-bottom: 8px;
  }

  body[data-creator-step="3"] .step-heading p:last-child {
    font-size: 0.86rem;
    margin-bottom: 0;
  }

  body[data-creator-step="3"] .step-back,
  body[data-creator-step="4"] .step-back {
    margin-bottom: 10px;
  }

  body[data-creator-step="3"] .framing-workspace {
    height: calc(100% - 225px);
  }

  body[data-creator-step="3"] .crop-editor {
    align-self: stretch;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  body[data-creator-step="3"] .crop-stage {
    height: 100%;
    justify-self: center;
    max-width: 100%;
  }

  body[data-creator-step="3"] .flow-actions {
    margin-top: 14px;
  }

  body[data-creator-step="3"] .flow-actions .back-button {
    visibility: hidden;
  }

  body[data-creator-step="4"] .step-back-final {
    position: absolute;
    z-index: 4;
  }

  body[data-creator-step="4"] .preview-layout {
    gap: clamp(25px, 3vw, 45px);
    height: 100%;
    grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
    padding-top: 50px;
  }

  body[data-creator-step="4"] .preview-layout > div:first-child,
  body[data-creator-step="4"] .preview-details {
    min-height: 0;
  }

  body[data-creator-step="4"] .artwork-stage {
    height: calc(100% - 30px);
    min-height: 0;
    padding: clamp(22px, 3vw, 42px);
  }

  body[data-creator-step="4"] .render-message {
    margin-top: 7px;
  }

  body[data-creator-step="4"] .preview-details {
    align-self: start;
  }

  body[data-creator-step="4"] .preview-details > .eyebrow {
    margin-bottom: 5px;
  }

  body[data-creator-step="4"] .preview-details h1 {
    font-size: clamp(2.7rem, 3.7vw, 4.3rem);
    margin-bottom: 6px;
  }

  body[data-creator-step="4"] .preview-details > p {
    font-size: 0.78rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  body[data-creator-step="4"] .preview-stats {
    margin: 8px 0;
  }

  body[data-creator-step="4"] .preview-stats div {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  body[data-creator-step="4"] .preview-stats dd {
    font-size: 1rem;
  }

  body[data-creator-step="4"] .checkout-box {
    margin-top: 8px;
    padding: 13px 16px;
  }

  body[data-creator-step="4"] .checkout-box h2 {
    font-size: 1.45rem;
    margin-bottom: 2px;
  }

  body[data-creator-step="4"] .checkout-box > p {
    margin-bottom: 6px;
  }

  body[data-creator-step="4"] .checkout-price {
    margin: 6px 0 9px;
    padding: 5px 0;
  }

  body[data-creator-step="4"] .checkout-price strong {
    font-size: 1.85rem;
  }

  body[data-creator-step="4"] .form-grid {
    gap: 9px;
    grid-template-columns: 1fr 1fr 1.15fr;
  }

  body[data-creator-step="4"] .form-grid input,
  body[data-creator-step="4"] .form-grid select {
    min-height: 40px;
    padding: 6px 8px;
  }

  body[data-creator-step="4"] .order-consent {
    margin-top: 9px;
  }

  body[data-creator-step="4"] .checkout-box .button {
    margin-top: 9px;
    min-height: 46px;
    padding: 11px 16px;
  }

  body[data-creator-step="4"] .checkout-note {
    margin-top: 6px;
  }
}

@media (max-width: 1050px) {
  .framing-workspace {
    grid-template-columns: 1fr;
  }

  .framing-workspace .fit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .section-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .section-cta .button {
    width: 100%;
  }

  .step-back {
    margin-left: 2px;
  }

  .framing-workspace .fit-grid {
    grid-template-columns: 1fr;
  }

  .crop-editor {
    padding: 12px;
  }

  .crop-stage {
    border-width: 8px;
  }
}

/* Private order tracker */
.tracker-page {
  background: var(--paper);
  min-height: 100svh;
}

.tracker-header {
  background: var(--yellow);
  border-bottom: 3px solid var(--ink);
}

.tracker-header-label {
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tracker-main {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(620px, 1.28fr);
  min-height: calc(100svh - 72px);
}

.tracker-summary {
  align-content: center;
  background: var(--cyan);
  border-right: 3px solid var(--ink);
  display: grid;
  padding: clamp(42px, 5.5vw, 92px);
}

.tracker-summary h1 {
  font-size: clamp(4.2rem, 6.3vw, 7rem);
  margin-bottom: 23px;
}

.tracker-summary > p:not(.eyebrow, .tracker-email-note) {
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  line-height: 1.55;
  max-width: 600px;
}

.tracker-live {
  align-items: center;
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--pink);
  color: white;
  display: flex;
  gap: 14px;
  margin: clamp(24px, 3vw, 40px) 0;
  max-width: 500px;
  padding: 16px 18px;
  transform: rotate(-0.7deg);
}

.tracker-live > i {
  animation: trackerPulse 1.35s ease-out infinite;
  background: var(--yellow);
  border: 2px solid white;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}

.tracker-live small,
.tracker-live strong {
  display: block;
}

.tracker-live small {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.tracker-live strong {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.tracker-facts {
  border-bottom: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.tracker-facts div {
  padding: 14px 10px 14px 0;
}

.tracker-facts div + div {
  border-left: 1px solid rgba(21, 19, 17, 0.38);
  padding-left: 13px;
}

.tracker-facts dt {
  font-size: 0.49rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tracker-facts dd {
  font-family: var(--display);
  font-size: clamp(0.95rem, 1.35vw, 1.35rem);
  margin: 4px 0 0;
  text-transform: uppercase;
}

.tracker-email-note {
  font-size: 0.7rem;
  font-weight: 800;
  margin: 18px 0 0;
}

.tracker-board {
  align-content: center;
  display: grid;
  padding: clamp(32px, 4vw, 70px);
}

.tracker-board > header {
  align-items: end;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin-bottom: clamp(26px, 3vw, 42px);
}

.tracker-board > header .eyebrow {
  margin-bottom: 10px;
}

.tracker-board h2 {
  font-size: clamp(3.2rem, 4.7vw, 5.4rem);
  margin: 0;
}

.tracker-board > header > strong {
  background: var(--pink);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  flex: 0 0 auto;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  padding: 10px 12px;
  text-transform: uppercase;
}

.tracker-route {
  --tracker-progress: 0%;
  position: relative;
}

.tracker-route ol {
  display: grid;
  gap: clamp(7px, 1vw, 14px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.tracker-route li button {
  background: transparent;
  border: 0;
  color: var(--ink);
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.tracker-route li button > strong {
  align-items: center;
  background: var(--paper-light);
  border: 3px solid var(--ink);
  border-radius: 50%;
  display: flex;
  font-family: var(--display);
  font-size: 1.05rem;
  height: clamp(47px, 4.7vw, 64px);
  justify-content: center;
  margin-bottom: 11px;
  width: clamp(47px, 4.7vw, 64px);
}

.tracker-route li.complete button > strong {
  background: var(--green);
}

.tracker-route li.current button > strong {
  animation: trackerCurrent 1.6s ease-in-out infinite;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
}

.tracker-route li button[aria-pressed="true"] > strong {
  outline: 4px solid var(--pink);
  outline-offset: 3px;
}

.tracker-route li button > span {
  font-size: clamp(0.59rem, 0.72vw, 0.76rem);
  font-weight: 950;
  line-height: 1.15;
  min-height: 2.3em;
  text-transform: uppercase;
}

.tracker-route li button > small {
  color: var(--graphite);
  font-size: 0.49rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tracker-rail {
  height: 6px;
  left: 26px;
  position: absolute;
  right: calc(100% / 12);
  top: clamp(22px, 2.35vw, 30px);
  z-index: 1;
}

.tracker-rail::before,
.tracker-rail > span {
  border: 2px solid var(--ink);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
}

.tracker-rail::before {
  background: var(--paper-deep);
  width: 100%;
}

.tracker-rail > span {
  background: var(--yellow);
  transition: width 500ms ease;
  width: var(--tracker-progress);
}

.tracker-rail > i {
  animation: trackerMove 650ms ease-out both;
  background: var(--pink);
  border: 3px solid var(--ink);
  border-radius: 50%;
  height: 18px;
  left: var(--tracker-progress);
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
  width: 18px;
  z-index: 2;
}

.tracker-detail {
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.65fr);
  margin-top: clamp(28px, 3.6vw, 48px);
  min-height: 205px;
  overflow: hidden;
}

.tracker-detail > div:first-child {
  align-self: center;
  padding: 24px clamp(24px, 3vw, 42px);
}

.tracker-detail > div:first-child > p:first-child {
  color: var(--accent-dark);
  font-size: 0.55rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.tracker-detail h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.25rem);
  margin: 0 0 10px;
  text-transform: uppercase;
}

.tracker-detail > div:first-child > p:not(:first-child) {
  color: var(--graphite);
  font-size: 0.79rem;
  line-height: 1.5;
  margin-bottom: 14px;
  max-width: 530px;
}

.tracker-detail > div:first-child > small {
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tracker-studio {
  background: var(--cyan);
  border-left: 3px solid var(--ink);
  min-height: 205px;
  overflow: hidden;
  position: relative;
}

.tracker-paper {
  background: white;
  border: 2px solid var(--ink);
  bottom: 25px;
  left: 20%;
  position: absolute;
  top: 25px;
  width: 64%;
}

.tracker-paper::after {
  background: repeating-linear-gradient(0deg, transparent 0 7px, rgba(21, 19, 17, 0.8) 7px 9px, transparent 9px 15px);
  clip-path: circle(40% at 50% 50%);
  content: "";
  inset: 22px;
  opacity: 0.42;
  position: absolute;
}

.tracker-gantry {
  animation: trackerGantry 4s ease-in-out infinite alternate;
  background: var(--ink);
  height: 7px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 45%;
}

.tracker-pen {
  animation: trackerPen 3.2s ease-in-out infinite alternate;
  background: var(--pink);
  border: 2px solid var(--ink);
  height: 40px;
  left: 48%;
  position: absolute;
  top: calc(45% - 16px);
  width: 12px;
}

.tracker-studio em {
  background: var(--ink);
  bottom: 9px;
  color: white;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 950;
  left: 9px;
  letter-spacing: 0.08em;
  padding: 6px 7px;
  position: absolute;
  text-transform: uppercase;
}

.tracker-studio em::before {
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 5px;
  width: 6px;
}

.tracker-detail:not([data-detail-stage="drawing"]) .tracker-gantry,
.tracker-detail:not([data-detail-stage="drawing"]) .tracker-pen {
  animation-play-state: paused;
}

.tracker-board > footer {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 22px;
}

.tracker-board > footer p {
  font-size: 0.7rem;
  font-weight: 800;
  margin: 0;
  max-width: 530px;
}

.tracker-board > footer .button {
  flex: 0 0 auto;
}

.tracker-board > footer .button[hidden] {
  display: none;
}

.thanks-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(410px, 1.1fr);
  max-width: 1180px;
  width: 100%;
}

.thanks-layout .thanks-card {
  max-width: none;
  padding: clamp(34px, 4vw, 58px);
}

.thanks-layout .thanks-card h1 {
  font-size: clamp(4rem, 5.7vw, 6.2rem);
}

.thanks-reference {
  background: var(--yellow);
  border: 2px solid var(--ink);
  color: var(--ink) !important;
  display: inline-block;
  font-size: 0.6rem !important;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 20px !important;
  padding: 8px 10px;
  text-transform: uppercase;
}

.thanks-reference strong {
  margin-left: 8px;
}

.thanks-tracker-preview {
  align-content: center;
  background: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--pink);
  color: white;
  display: grid;
  padding: clamp(36px, 5vw, 65px);
  transform: rotate(1deg);
}

.thanks-tracker-preview h2 {
  font-size: clamp(3.1rem, 5vw, 5.1rem);
  margin-bottom: 28px;
}

.thanks-tracker-preview ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.thanks-tracker-preview li {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 9px;
  grid-template-columns: 31px 1fr;
  padding: 10px 7px 10px 0;
}

.thanks-tracker-preview li span {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  display: flex;
  font-family: var(--display);
  height: 27px;
  justify-content: center;
  width: 27px;
}

.thanks-tracker-preview li.current span {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
}

.thanks-tracker-preview li strong {
  font-size: 0.64rem;
  text-transform: uppercase;
}

.thanks-tracker-preview > p:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  margin: 0;
}

@keyframes trackerPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 227, 62, 0.7); }
  70%, 100% { box-shadow: 0 0 0 12px rgba(255, 227, 62, 0); }
}

@keyframes trackerCurrent {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes trackerMove {
  from { left: 0; }
}

@keyframes trackerGantry {
  from { top: 35%; }
  to { top: 70%; }
}

@keyframes trackerPen {
  from { left: 27%; }
  to { left: 70%; }
}

@media (max-width: 1050px) {
  .tracker-main {
    grid-template-columns: 1fr;
  }

  .tracker-summary {
    border-bottom: 3px solid var(--ink);
    border-right: 0;
  }

  .thanks-layout {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .tracker-header-label {
    display: none;
  }

  .tracker-summary,
  .tracker-board {
    padding: 38px 18px;
  }

  .tracker-summary h1 {
    font-size: clamp(3rem, 11.5vw, 3.75rem);
    line-height: 0.92;
  }

  .tracker-summary > p:not(.eyebrow, .tracker-email-note) {
    font-size: 0.9rem;
  }

  .tracker-board > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .tracker-board h2 {
    font-size: clamp(2.9rem, 12vw, 3.7rem);
  }

  .tracker-route ol {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .tracker-route li button {
    align-items: center;
    gap: 3px 13px;
    grid-template-columns: 48px 1fr;
    min-height: 74px;
    padding-left: 4px;
  }

  .tracker-route li button > strong {
    grid-row: 1 / 3;
    height: 44px;
    margin: 0;
    width: 44px;
  }

  .tracker-route li button > span {
    align-self: end;
    min-height: 0;
  }

  .tracker-route li button > small {
    align-self: start;
  }

  .tracker-rail {
    bottom: 35px;
    height: auto;
    left: 23px;
    right: auto;
    top: 23px;
    width: 8px;
  }

  .tracker-rail::before,
  .tracker-rail > span {
    height: 100%;
    width: 8px;
  }

  .tracker-rail > span {
    height: var(--tracker-progress);
  }

  .tracker-rail > i {
    left: -5px;
    top: var(--tracker-progress);
    transform: translateY(-50%);
  }

  .tracker-detail {
    grid-template-columns: 1fr;
  }

  .tracker-studio {
    border-left: 0;
    border-top: 3px solid var(--ink);
  }

  .tracker-board > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tracker-facts dd {
    font-size: 0.9rem;
  }

  .thanks-main {
    padding: 35px 15px;
  }

  .thanks-tracker-preview {
    box-shadow: 5px 5px 0 var(--pink);
    padding: 38px 20px;
    transform: none;
  }

  .thanks-layout {
    min-width: 0;
    width: 100%;
  }

  .thanks-layout .thanks-card,
  .thanks-tracker-preview {
    min-width: 0;
    width: 100%;
  }

  .thanks-tracker-preview ol {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tracker-live > i,
  .tracker-route li.current button > strong,
  .tracker-rail > i,
  .tracker-gantry,
  .tracker-pen {
    animation: none;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); margin: 0; }
body.flow-page { background: var(--paper-light); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; }
h2 { font-size: clamp(3rem, 6.5vw, 6.75rem); }
h3 { font-size: 1.5rem; letter-spacing: -0.03em; line-height: 1.08; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { background: var(--ink); color: white; left: 12px; padding: 10px 14px; position: fixed; top: -100px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 74px;
  padding: 0 clamp(20px, 4vw, 64px);
  position: relative;
  z-index: 20;
}
.site-header .button { justify-self: end; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.03em; text-decoration: none; }
.site-header nav a:hover { color: var(--accent-dark); }
.brand { align-items: center; display: inline-flex; font-size: 1rem; font-weight: 800; gap: 11px; letter-spacing: -0.04em; text-decoration: none; }
.brand-mark { display: grid; gap: 2.5px; width: 26px; }
.brand-mark i { background: currentColor; border-radius: 10px; display: block; height: 2px; }
.brand-mark i:nth-child(1) { margin-left: 3px; width: 18px; }
.brand-mark i:nth-child(2) { width: 25px; }
.brand-mark i:nth-child(3) { margin-left: 7px; width: 13px; }
.brand-mark i:nth-child(4) { margin-left: 2px; width: 21px; }
.brand-mark i:nth-child(5) { margin-left: 10px; width: 10px; }
.brand-mark-large { gap: 7px; width: 72px; }
.brand-mark-large i { height: 5px; }
.brand-mark-large i:nth-child(1) { margin-left: 8px; width: 48px; }
.brand-mark-large i:nth-child(2) { width: 70px; }
.brand-mark-large i:nth-child(3) { margin-left: 18px; width: 35px; }
.brand-mark-large i:nth-child(4) { margin-left: 5px; width: 56px; }
.brand-mark-large i:nth-child(5) { margin-left: 27px; width: 27px; }

.button { align-items: center; border: 0; border-radius: 0; display: inline-flex; font-size: 0.76rem; font-weight: 800; gap: 24px; justify-content: center; letter-spacing: 0.02em; min-height: 56px; padding: 16px 24px; text-decoration: none; transition: background 140ms ease, color 140ms ease, transform 140ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 16px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2b2b29; }
.button-accent { background: var(--accent); color: white; }
.button-accent:hover { background: var(--accent-dark); }
.button-light { background: var(--paper-light); color: var(--ink); }
.button-wide { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: 0.45; transform: none; }
.eyebrow { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.19em; margin-bottom: 20px; text-transform: uppercase; }
.eyebrow::before { background: var(--accent); content: ""; display: inline-block; height: 2px; margin: 0 11px 3px 0; width: 22px; }
.eyebrow-light { color: rgba(255,255,255,0.72); }
.section-intro { max-width: 1000px; }
.section-intro.centered { margin: 0 auto; text-align: center; }
.section-intro.centered .eyebrow::before { display: none; }
.section-intro > p:last-child { color: var(--graphite); font-size: 1.15rem; margin: 0 auto; max-width: 660px; }

.hero { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr); min-height: calc(100vh - 80px); }
.hero-copy { align-self: center; padding: clamp(70px, 8vw, 130px) clamp(30px, 5vw, 86px); }
.hero h1 { font-size: clamp(4rem, 7.1vw, 8rem); margin-bottom: 32px; max-width: 850px; }
.hero h1 em { color: var(--accent); font-family: var(--serif); font-weight: 400; }
.hero-lead { font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.5; max-width: 670px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin: 40px 0 34px; }
.play-link { align-items: center; display: inline-flex; font-size: 0.8rem; font-weight: 800; gap: 10px; text-decoration: none; }
.play-link span { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-size: 0.55rem; height: 32px; justify-content: center; padding-left: 2px; width: 32px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; margin: 0; padding: 0; }
.trust-list li { color: var(--graphite); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.trust-list li::before { color: var(--accent); content: "•"; margin-right: 8px; }
.hero-visual { margin: 0; min-height: 650px; overflow: hidden; position: relative; }
.hero-visual::after { background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,0.52)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-visual img { height: 100%; object-fit: cover; width: 100%; }
.hero-visual figcaption { bottom: 28px; color: white; font-family: var(--serif); font-size: 1.15rem; left: 34px; margin: 0; position: absolute; z-index: 2; }
.hero-visual figcaption strong { display: block; font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.16em; margin-bottom: 2px; text-transform: uppercase; }
.hero-stamp { align-items: center; background: var(--accent); border-radius: 50%; color: white; display: flex; font-family: var(--serif); font-size: 1rem; height: 100px; justify-content: center; line-height: 1.05; position: absolute; right: 25px; text-align: center; top: 25px; transform: rotate(8deg); width: 100px; z-index: 2; }
.mark-ribbon { align-items: center; background: var(--accent); color: white; display: flex; font-size: 0.66rem; font-weight: 900; gap: clamp(22px, 4vw, 65px); justify-content: space-around; letter-spacing: 0.15em; min-height: 48px; overflow: hidden; white-space: nowrap; }
.mark-ribbon i { background: white; display: block; height: 2px; opacity: 0.8; width: 34px; }

.how-section, .styles-section, .faq-section { margin: 0 auto; max-width: 1600px; padding: clamp(90px, 11vw, 180px) clamp(22px, 6vw, 96px); }
.journey { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 75px 0 50px; padding: 0; }
.journey li { border-right: 1px solid var(--line); min-height: 445px; padding: 25px clamp(25px, 3vw, 50px) 30px 0; position: relative; }
.journey li + li { padding-left: clamp(25px, 3vw, 50px); }
.journey li:last-child { border-right: 0; }
.step-number { color: var(--accent); font-size: 0.7rem; font-weight: 900; }
.step-art { height: 170px; margin: 30px auto 34px; position: relative; width: 190px; }
.step-art span { background: var(--paper-light); border: 1px solid var(--ink); box-shadow: 11px 11px 0 var(--paper-deep); display: block; height: 145px; left: 7px; position: absolute; top: 6px; width: 176px; }
.step-art span::after { content: ""; inset: 30px; position: absolute; }
.step-art i { align-items: center; background: var(--accent); border-radius: 50%; color: white; display: flex; font-size: 1.2rem; font-style: normal; height: 44px; justify-content: center; position: absolute; right: -2px; top: -6px; width: 44px; }
.upload-art span::after { background: linear-gradient(135deg, transparent 49%, var(--ink) 50% 52%, transparent 53%), linear-gradient(45deg, transparent 46%, var(--ink) 47% 49%, transparent 50%); opacity: 0.28; }
.approve-art span::after { background: repeating-linear-gradient(0deg, transparent 0 8px, var(--ink) 8px 10px, transparent 10px 16px); clip-path: circle(42%); opacity: 0.55; }
.watch-art span::after { background: repeating-radial-gradient(circle at 50% 50%, var(--ink) 0 1.6px, transparent 1.8px 8px); opacity: 0.4; }
.journey h3 { font-size: 1.45rem; margin-bottom: 14px; }
.journey p { color: var(--graphite); font-size: 0.94rem; max-width: 340px; }

.film-section { background: var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(450px, 0.92fr); }
.film-image { min-height: 780px; overflow: hidden; position: relative; }
.film-image::after { background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.65)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.film-image > img { background: white; height: 100%; object-fit: cover; width: 100%; }
.film-play { align-items: center; background: var(--accent); border-radius: 50%; color: white; display: flex; flex-direction: column; height: 152px; justify-content: center; left: 50%; position: absolute; text-decoration: none; top: 50%; transform: translate(-50%, -50%); width: 152px; z-index: 2; }
.film-play span { font-size: 1.6rem; margin-left: 5px; }
.film-play small { font-size: 0.62rem; font-weight: 800; margin-top: 8px; text-transform: uppercase; }
.film-runtime { bottom: 22px; font-size: 2.4rem; font-weight: 700; left: 28px; margin: 0; position: absolute; z-index: 2; }
.film-runtime span { display: block; font-size: 0.61rem; letter-spacing: 0.16em; text-transform: uppercase; }
.film-copy { align-self: center; padding: clamp(70px, 8vw, 140px) clamp(35px, 6vw, 100px); }
.film-copy h2 { font-size: clamp(3.4rem, 5.6vw, 6rem); }
.film-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.7); font-size: 1.1rem; margin-bottom: 34px; max-width: 620px; }
.qr-card { align-items: center; background: var(--paper-light); color: var(--ink); display: grid; gap: 22px; grid-template-columns: 104px 1fr; margin: 38px 0 30px; max-width: 530px; padding: 17px; transform: rotate(-1deg); }
.qr-card img { width: 104px; }
.qr-card span, .qr-card small { display: block; font-size: 0.57rem; letter-spacing: 0.1em; text-transform: uppercase; }
.qr-card strong { display: block; font-family: var(--serif); font-size: 1.2rem; line-height: 1.15; margin: 7px 0; }
.arrow-link { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: 0.78rem; font-weight: 800; gap: 35px; padding-bottom: 5px; text-decoration: none; }
.arrow-link.light { color: white; }

.styles-section { max-width: none; }
.style-showcase { display: grid; gap: 2px; grid-template-columns: 1fr 1fr; margin: 65px auto 45px; max-width: 1400px; }
.style-feature { background: var(--paper-light); display: grid; grid-template-columns: minmax(260px, 1.1fr) minmax(230px, 0.9fr); min-height: 500px; }
.style-swatch { align-items: center; background: #e4ddcf; display: flex; justify-content: center; overflow: hidden; padding: 35px; }
.style-swatch span { background-color: #f8f6ef; border: 16px solid var(--ash); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.18), 12px 18px 40px rgba(0,0,0,0.15); display: block; height: 320px; max-width: 330px; position: relative; width: 100%; }
.style-swatch span::after { content: ""; inset: 40px; position: absolute; }
.dash-swatch span::after { background: repeating-linear-gradient(0deg, transparent 0 7px, rgba(12,13,13,0.86) 7px 9px, transparent 9px 14px); clip-path: polygon(12% 17%, 48% 3%, 83% 18%, 91% 54%, 77% 92%, 49% 77%, 19% 92%, 8% 51%); mask-image: radial-gradient(circle at 48% 42%, #000, transparent 68%); }
.dot-swatch span::after { background-image: radial-gradient(circle, var(--ink) 0 2px, transparent 2.3px), radial-gradient(circle, var(--ink) 0 4px, transparent 4.3px); background-position: 0 0, 9px 11px; background-size: 18px 18px, 31px 31px; clip-path: circle(46% at 50% 50%); mask-image: linear-gradient(125deg, #000, transparent 85%); }
.style-feature-copy { align-self: center; padding: 45px; }
.style-feature-copy h3 { font-family: var(--serif); font-size: 3.5rem; font-weight: 400; margin-bottom: 20px; }
.style-feature-copy > p:last-child { color: var(--graphite); }
.style-label { color: var(--accent-dark); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.center-action { text-align: center; }

.gift-section { background: var(--paper-deep); display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr); }
.gift-copy { align-self: center; padding: clamp(70px, 8vw, 140px) clamp(30px, 6vw, 100px); }
.gift-copy h2 { font-size: clamp(3.2rem, 5.6vw, 6rem); }
.gift-copy > p:not(.eyebrow) { color: var(--graphite); font-size: 1.1rem; max-width: 570px; }
.gift-links { border-top: 1px solid var(--line); margin-top: 45px; }
.gift-links a { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 0.88rem; font-weight: 800; justify-content: space-between; padding: 20px 4px; text-decoration: none; }
.gift-links a:hover { color: var(--accent-dark); }
.gift-links b { font-size: 1.2rem; }
.gift-image { margin: 0; min-height: 730px; position: relative; }
.gift-image img { height: 100%; object-fit: cover; width: 100%; }
.gift-image figcaption { background: var(--accent); bottom: 25px; color: white; font-family: var(--serif); font-size: 1rem; left: 25px; margin: 0; max-width: 250px; padding: 17px 20px; position: absolute; }

.price-section { background: var(--ink); color: white; display: grid; gap: clamp(70px, 10vw, 180px); grid-template-columns: 1fr minmax(380px, 550px); padding: clamp(90px, 10vw, 160px) clamp(25px, 8vw, 130px); }
.price-intro { align-self: center; max-width: 780px; }
.price-intro h2 { font-size: clamp(3.8rem, 6vw, 7rem); }
.price-intro > p:last-child { color: rgba(255,255,255,0.65); font-size: 1.08rem; max-width: 620px; }
.price-card { background: var(--paper-light); color: var(--ink); padding: clamp(34px, 4vw, 62px); position: relative; }
.price-badge { background: var(--accent); color: white; font-size: 0.6rem; font-weight: 900; letter-spacing: 0.12em; padding: 9px 12px; position: absolute; right: -10px; text-transform: uppercase; top: 22px; transform: rotate(2deg); }
.price { font-size: 5.5rem; font-weight: 800; letter-spacing: -0.07em; line-height: 1; margin-bottom: 0; }
.price sup { font-size: 2rem; top: -1.5em; }
.usual-price { color: var(--graphite); font-size: 0.73rem; margin-bottom: 35px; }
.price-card h3 { border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 2rem; font-weight: 400; padding-bottom: 20px; }
.price-card ul { list-style: none; margin: 0 0 30px; padding: 0; }
.price-card li { border-bottom: 1px solid var(--line); font-size: 0.82rem; padding: 12px 0 12px 24px; position: relative; }
.price-card li::before { color: var(--accent); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.price-card small { color: var(--graphite); display: block; font-size: 0.68rem; line-height: 1.45; margin-top: 15px; text-align: center; }
.quote-section { align-items: center; background: var(--accent); color: white; display: flex; flex-direction: column; min-height: 480px; padding: 80px 25px; text-align: center; }
.quote-section p { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: 1.05; margin: auto; }
.quote-section span { font-size: 0.58rem; font-weight: 900; letter-spacing: 0.16em; }

.faq-section { display: grid; gap: 9vw; grid-template-columns: minmax(280px, 0.7fr) minmax(420px, 1.3fr); }
.faq-section h2 { font-size: clamp(3rem, 5vw, 5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 23px 3px; }
.faq-list summary { cursor: pointer; font-size: 0.96rem; font-weight: 800; list-style: none; padding-right: 30px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.2rem; position: absolute; right: 3px; top: -3px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--graphite); font-size: 0.9rem; margin: 16px 35px 0 0; }
.final-cta { align-items: center; background: var(--paper-light); display: flex; flex-direction: column; padding: clamp(100px, 13vw, 200px) 25px; text-align: center; }
.final-cta .brand-mark { margin-bottom: 40px; }
.final-cta h2 { font-size: clamp(3.8rem, 8vw, 8.5rem); margin-bottom: 40px; }
.final-cta small { color: var(--graphite); font-size: 0.68rem; margin-top: 16px; }
.site-footer { align-items: center; background: var(--ink); color: white; display: grid; gap: 30px; grid-template-columns: 1fr 1fr auto auto; padding: 50px clamp(25px, 5vw, 80px); }
.brand-light { color: white; }
.site-footer p { color: rgba(255,255,255,0.6); font-size: 0.74rem; margin: 0; }
.site-footer nav { display: flex; gap: 23px; }
.site-footer nav a, .site-footer small { color: rgba(255,255,255,0.72); font-size: 0.68rem; text-decoration: none; }

/* Premium customer story */
.proof-hero { display: grid; grid-template-columns: minmax(430px, 0.82fr) minmax(560px, 1.18fr); min-height: calc(100vh - 74px); }
.proof-hero-copy { align-self: center; padding: clamp(75px, 8vw, 145px) clamp(28px, 6vw, 105px); }
.proof-hero h1 { font-size: clamp(4.2rem, 6.7vw, 7.5rem); margin-bottom: 32px; }
.proof-hero h1 em { color: var(--accent-dark); display: block; font-weight: 400; }
.proof-hero .hero-lead { color: var(--graphite); font-size: 1.04rem; line-height: 1.65; max-width: 610px; }
.quiet-link { border-bottom: 1px solid var(--ink); font-size: 0.73rem; font-weight: 800; padding-bottom: 4px; text-decoration: none; }
.privacy-note { color: var(--graphite); font-size: 0.67rem; margin: 0; }
.hero-compare-wrap { align-self: stretch; background: #d7cec0; display: flex; flex-direction: column; justify-content: center; min-height: 650px; padding: clamp(24px, 4vw, 64px); }
.compare { --position: 50%; background: white; box-shadow: 0 28px 70px rgba(46,38,27,0.18); overflow: hidden; position: relative; }
.compare > img, .compare-result, .compare-result img { aspect-ratio: 420 / 297; height: 100%; object-fit: cover; width: 100%; }
.compare > .compare-base { background: white; padding: 6.6667%; }
.compare-result { clip-path: inset(0 calc(100% - var(--position)) 0 0); inset: 0; position: absolute; }
.compare-result img { background: white; object-fit: cover; }
.compare input[type="range"] { cursor: ew-resize; height: 100%; inset: 0; margin: 0; opacity: 0; position: absolute; width: 100%; z-index: 5; }
.compare-line { background: rgba(255,255,255,0.95); height: 100%; left: var(--position); pointer-events: none; position: absolute; top: 0; transform: translateX(-1px); width: 2px; z-index: 4; }
.compare-line i { align-items: center; background: var(--ink); border: 5px solid white; border-radius: 50%; color: white; display: flex; font-size: 0.75rem; font-style: normal; height: 52px; justify-content: center; left: 1px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 52px; }
.compare-label { background: rgba(252,250,245,0.92); bottom: 15px; font-size: 0.57rem; font-weight: 900; letter-spacing: 0.11em; padding: 9px 11px; position: absolute; text-transform: uppercase; z-index: 3; }
.compare-label-left { left: 15px; }
.compare-label-right { right: 15px; }
.compare-instruction { display: flex; font-size: 0.62rem; justify-content: space-between; letter-spacing: 0.08em; margin: 13px 0 0; text-transform: uppercase; }
.compare-instruction span { color: var(--graphite); }
.product-facts { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-around; list-style: none; margin: 0; padding: 20px clamp(20px, 5vw, 75px); }
.product-facts li { font-size: 0.61rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.product-facts li::before { color: var(--accent); content: "•"; margin-right: 9px; }
.editorial-intro { margin: 0 auto; max-width: 1300px; padding: clamp(110px, 14vw, 220px) clamp(22px, 5vw, 70px) clamp(85px, 10vw, 150px); text-align: center; }
.editorial-kicker { color: var(--accent-dark); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.editorial-intro h2 { font-size: clamp(4.2rem, 8vw, 8.5rem); margin-bottom: 36px; }
.editorial-intro > p:last-child { color: var(--graphite); font-size: 1.08rem; line-height: 1.7; margin: 0 auto; max-width: 760px; }
.process-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 clamp(22px, 5vw, 75px) clamp(100px, 12vw, 180px); }
.process-grid article { border-right: 1px solid var(--line); padding: 28px clamp(22px, 2.5vw, 42px) 45px 0; }
.process-grid article + article { padding-left: clamp(22px, 2.5vw, 42px); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--accent-dark); font-size: 0.62rem; font-weight: 900; }
.process-grid h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; margin: 55px 0 14px; }
.process-grid p { color: var(--graphite); font-size: 0.82rem; line-height: 1.65; }
.making-section { background: var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr); padding: clamp(28px, 4vw, 68px); }
.making-visual { align-self: center; }
.making-screen { aspect-ratio: 420 / 297; background: white; overflow: hidden; position: relative; }
.making-screen > img { height: 100%; object-fit: cover; width: 100%; }
.drawing-progress { border-right: 1px solid rgba(182,70,50,0.9); inset: 0 28% 0 0; position: absolute; }
.drawing-progress::after { background: var(--accent); border-radius: 50%; content: ""; height: 9px; position: absolute; right: -5px; top: 54%; width: 9px; }
.refined-play { align-items: center; background: rgba(21,19,16,0.92); color: white; display: flex; gap: 14px; left: 50%; padding: 13px 18px; position: absolute; text-decoration: none; top: 50%; transform: translate(-50%, -50%); z-index: 2; }
.refined-play span { font-size: 0.72rem; }
.refined-play small { font-size: 0.58rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.making-time { bottom: 15px; color: var(--ink); font-family: ui-monospace, monospace; font-size: 0.65rem; position: absolute; right: 16px; }
.making-visual > p { color: rgba(255,255,255,0.48); font-size: 0.61rem; margin: 12px 0 0; }
.making-copy { align-self: center; padding: clamp(60px, 7vw, 115px); }
.making-copy h2 { font-size: clamp(3.2rem, 5.2vw, 5.7rem); }
.making-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.65); font-size: 0.98rem; line-height: 1.7; }
.refined-card { margin-top: 34px; transform: none; }
.exact-styles, .gift-collection { margin: 0 auto; max-width: 1560px; padding: clamp(110px, 13vw, 200px) clamp(22px, 5vw, 75px); }
.section-copy { max-width: 920px; }
.section-copy h2 { font-size: clamp(3.7rem, 6.8vw, 7rem); }
.section-copy > p:last-child { color: var(--graphite); line-height: 1.7; max-width: 680px; }
.exact-style-grid { display: grid; gap: 2px; grid-template-columns: 1fr 1fr; margin: 70px 0 40px; }
.exact-style-grid article { background: var(--paper-light); }
.exact-style-grid figure { align-items: center; background: #ded6c9; display: flex; height: 500px; justify-content: center; margin: 0; padding: clamp(25px, 4vw, 60px); }
.exact-style-grid figure img { aspect-ratio: 420 / 297; background: white; box-shadow: 0 18px 45px rgba(45,37,27,0.15); height: auto; object-fit: cover; width: 100%; }
.exact-style-grid article > div { padding: 35px clamp(26px, 4vw, 55px) 45px; }
.exact-style-grid span, .gift-collection small { color: var(--accent-dark); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.exact-style-grid h3 { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; margin: 8px 0 11px; }
.exact-style-grid p { color: var(--graphite); font-size: 0.85rem; margin: 0; }
.gift-collection { background: var(--paper-deep); max-width: none; }
.gift-collection .section-copy { margin-bottom: 70px; }
.gift-collection-grid { display: grid; gap: 25px; grid-template-columns: 1fr 1fr; }
.gift-collection-grid > a { background: var(--paper-light); display: grid; grid-template-rows: minmax(380px, 1fr) auto; min-height: 630px; overflow: hidden; text-decoration: none; }
.gift-collection-grid img { background: white; height: 100%; object-fit: cover; transition: transform 500ms ease; width: 100%; }
.gift-collection-grid a:hover img { transform: scale(1.015); }
.gift-collection-grid a > span { padding: 30px 32px; }
.gift-collection-grid strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.1; margin: 8px 0 22px; }
.gift-collection-grid b { border-bottom: 1px solid currentColor; font-size: 0.7rem; padding-bottom: 4px; }
.car-home-promo { background: var(--yellow); border-bottom: 3px solid var(--ink); border-top: 3px solid var(--ink); display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr); }
.car-home-copy { align-content: center; display: grid; padding: clamp(65px, 8vw, 130px); }
.car-home-copy .eyebrow::before { background: var(--red); }
.car-home-copy h2 { font-family: var(--display); font-size: clamp(4rem, 7vw, 8rem); font-weight: 900; line-height: 0.82; margin-bottom: 28px; text-transform: uppercase; }
.car-home-copy > p:not(.eyebrow) { font-size: 1rem; line-height: 1.6; max-width: 650px; }
.car-home-copy > div { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 22px; }
.car-home-copy > div > a:not(.button) { border-bottom: 2px solid currentColor; font-size: 0.7rem; font-weight: 900; text-decoration: none; }
.car-home-art { align-content: center; background: var(--red); border-left: 3px solid var(--ink); color: var(--ink); display: grid; padding: clamp(42px, 6vw, 90px); text-decoration: none; }
.car-home-art > span, .car-home-art > small { font-size: 0.58rem; font-weight: 950; letter-spacing: 0.09em; text-transform: uppercase; }
.car-home-art > span { margin-bottom: 12px; }
.car-home-art img { background: white; border: 3px solid var(--ink); box-shadow: 11px 11px 0 var(--ink); width: 100%; }
.car-home-art strong { font-family: var(--display); font-size: clamp(3rem, 5vw, 5.8rem); line-height: 0.85; margin-top: 28px; text-transform: uppercase; }
.car-home-art small { margin-top: 7px; }
.edition-section { background: var(--ink); color: white; display: grid; gap: clamp(70px, 11vw, 170px); grid-template-columns: 1fr minmax(370px, 520px); padding: clamp(100px, 11vw, 180px) clamp(25px, 8vw, 130px); }
.edition-story { align-self: center; max-width: 820px; }
.edition-story h2 { font-size: clamp(4rem, 6.3vw, 7rem); }
.edition-story > p:not(.eyebrow) { color: rgba(255,255,255,0.62); line-height: 1.75; max-width: 650px; }
.edition-proof { border-bottom: 1px solid rgba(255,255,255,0.18); border-top: 1px solid rgba(255,255,255,0.18); display: grid; grid-template-columns: repeat(3,1fr); margin: 45px 0 0; }
.edition-proof div { border-right: 1px solid rgba(255,255,255,0.18); padding: 20px 12px 20px 0; }
.edition-proof div + div { padding-left: 18px; }
.edition-proof div:last-child { border: 0; }
.edition-proof dt { color: rgba(255,255,255,0.45); font-size: 0.56rem; letter-spacing: 0.1em; text-transform: uppercase; }
.edition-proof dd { font-family: var(--serif); font-size: 1.15rem; margin: 3px 0 0; }
.premium-price { border: 1px solid rgba(255,255,255,0.28); padding: clamp(34px, 4vw, 58px); }
.price-label { color: rgba(255,255,255,0.55); font-size: 0.59rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.premium-price .price { color: white; font-family: var(--serif); font-size: 6.5rem; font-weight: 400; letter-spacing: -0.06em; }
.offer-finish-prices { border-bottom: 1px solid rgba(255,255,255,0.24); border-top: 1px solid rgba(255,255,255,0.24); display: grid; grid-template-columns: 1fr 1fr; margin: 4px 0 24px; }
.offer-finish-prices > div { align-items: center; display: flex; gap: 12px; padding: 13px 0; }
.offer-finish-prices > div + div { border-left: 1px solid rgba(255,255,255,0.24); padding-left: 17px; }
.offer-finish-prices p { margin: 0; }
.offer-finish-prices small, .offer-finish-prices strong { color: white; display: block; }
.offer-finish-prices small { font-size: 0.52rem; letter-spacing: 0.08em; text-transform: uppercase; }
.offer-finish-prices strong { font-family: var(--display); font-size: 1.35rem; }
.offer-sheet, .offer-frame { align-items: center; background: var(--cyan); display: flex; height: 39px; justify-content: center; width: 48px; }
.offer-sheet i, .offer-frame i { background: #fffef9; height: 19px; position: relative; width: 28px; }
.offer-sheet i::after, .offer-frame i::after { background: radial-gradient(circle, var(--ink) 0 1px, transparent 1.2px); background-size: 4px 4px; content: ""; inset: 4px; opacity: 0.65; position: absolute; }
.offer-frame i { border: 4px solid var(--ink); height: 27px; width: 36px; }
.premium-price .usual-price { color: rgba(255,255,255,0.5); }
.premium-price ul { border-top: 1px solid rgba(255,255,255,0.18); list-style: none; margin: 0 0 30px; padding: 0; }
.premium-price li { border-bottom: 1px solid rgba(255,255,255,0.14); font-size: 0.78rem; padding: 12px 0; }
.premium-price li::before { color: #d87e6d; content: "✓"; margin-right: 12px; }
.premium-price > small { color: rgba(255,255,255,0.5); display: block; font-size: 0.63rem; line-height: 1.5; margin-top: 15px; text-align: center; }
.refined-final h2 { font-size: clamp(4rem, 7vw, 7.5rem); max-width: 1000px; }

/* Guided creator */
.flow-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 72px; padding: 0 clamp(20px, 4vw, 60px); }
.flow-header > a:last-child { font-size: 0.72rem; font-weight: 800; text-decoration: none; }
.flow-main { min-height: calc(100vh - 72px); }
.progress-wrap { align-items: center; display: grid; gap: 20px; grid-template-columns: auto 1fr auto; margin: 0 auto; max-width: 1100px; padding: 26px 24px 0; }
.progress-wrap span { font-size: 0.61rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.progress-track { background: var(--paper-deep); height: 3px; }
.progress-bar { background: var(--accent); display: block; height: 100%; transition: width 250ms ease; width: 25%; }
.creator { margin: 0 auto; max-width: 1160px; padding: clamp(45px, 7vw, 90px) 24px 70px; }
.creator-step[hidden] { display: none; }
.step-heading { margin: 0 auto 42px; max-width: 760px; text-align: center; }
.step-heading .eyebrow::before { display: none; }
.step-heading h1 { font-size: clamp(3rem, 6.5vw, 6rem); margin-bottom: 20px; }
.step-heading p:last-child { color: var(--graphite); font-size: 1.05rem; }
.upload-zone { align-items: center; background: var(--paper); border: 2px dashed rgba(12,13,13,0.28); cursor: pointer; display: flex; flex-direction: column; margin: 0 auto; max-width: 760px; min-height: 330px; padding: 50px 25px; text-align: center; transition: background 140ms ease, border-color 140ms ease; }
.upload-zone:hover, .upload-zone.is-dragging { background: #eee6d7; border-color: var(--accent); }
.upload-zone input { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }
.upload-icon { align-items: center; background: var(--accent); border-radius: 50%; color: white; display: flex; font-size: 2rem; height: 72px; justify-content: center; margin-bottom: 25px; width: 72px; }
.upload-zone strong { font-size: 1.25rem; margin-bottom: 6px; }
.upload-zone span:last-child { color: var(--graphite); font-size: 0.83rem; }
.photo-advice { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); margin: 25px auto 0; max-width: 760px; }
.photo-advice span { background: var(--paper); font-size: 0.72rem; font-weight: 700; padding: 13px; text-align: center; }
.flow-actions { align-items: center; display: flex; justify-content: space-between; margin: 40px auto 0; max-width: 900px; }
.back-button { background: transparent; border: 0; font-size: 0.78rem; font-weight: 800; padding: 14px 0; }
.choice-grid { border: 0; display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 960px; padding: 0; }
.choice-grid.has-initials { grid-template-columns: repeat(4, 1fr); max-width: 1160px; }
.choice-card { background: var(--paper); border: 2px solid transparent; cursor: pointer; display: block; padding: 12px; position: relative; }
.choice-card:has(input:checked) { border-color: var(--accent); }
.choice-card input { position: absolute; right: 22px; top: 22px; }
.choice-preview { align-items: center; background: #ddd5c7; display: flex; height: 340px; justify-content: center; overflow: hidden; padding: 28px; }
.choice-preview img { background: white; box-shadow: 7px 9px 25px rgba(0,0,0,0.16); max-height: 100%; object-fit: contain; width: 100%; }
.choice-card-copy { padding: 20px 12px 12px; }
.choice-card-copy span { color: var(--accent-dark); display: block; font-size: 0.61rem; font-weight: 900; letter-spacing: 0.12em; margin-bottom: 5px; text-transform: uppercase; }
.choice-card-copy h2 { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; letter-spacing: -0.04em; margin-bottom: 8px; }
.choice-card-copy p { color: var(--graphite); font-size: 0.82rem; margin: 0; }
.initials-entry { background: var(--pink); border: 2px solid var(--ink); margin: 22px auto 0; max-width: 440px; padding: 18px; text-align: left; }
.initials-entry label span { display: block; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.08em; margin-bottom: 7px; text-transform: uppercase; }
.initials-entry input { background: var(--paper-light); border: 2px solid var(--ink); font-family: var(--display); font-size: 1.4rem; min-height: 48px; padding: 8px 12px; text-transform: uppercase; width: 100%; }
.initials-entry small { display: block; font-size: 0.7rem; margin-top: 7px; }
.car-order-options { align-items: stretch; background: var(--cyan); border: 2px solid var(--ink); display: grid; gap: 18px; grid-template-columns: minmax(180px, 1fr) auto 150px; margin: 22px auto 0; max-width: 960px; padding: 18px; text-align: left; }
.car-order-options[hidden] { display: none; }
.car-order-options > div { display: flex; flex-direction: column; justify-content: center; }
.car-order-options > div > span, .car-order-options legend, .car-number-field > span { font-size: 0.61rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.car-order-options > div strong { font-family: var(--display); font-size: 1.35rem; line-height: 1; margin: 5px 0; text-transform: uppercase; }
.car-order-options > div small { color: var(--graphite); }
.car-order-options fieldset { align-items: center; border: 0; display: flex; gap: 7px; margin: 0; padding: 0; }
.car-order-options legend { margin-bottom: 7px; }
.car-order-options fieldset label { cursor: pointer; position: relative; }
.car-order-options fieldset input { opacity: 0; position: absolute; }
.car-order-options fieldset i { background: var(--ink); border: 2px solid var(--paper-light); box-shadow: 0 0 0 1px var(--ink); display: block; height: 27px; width: 27px; }
.car-order-options fieldset input:checked + i { box-shadow: 0 0 0 3px var(--ink); transform: translateY(-2px); }
.car-order-options fieldset label span { font-size: 0; }
.car-number-field { display: flex; flex-direction: column; justify-content: center; }
.car-number-field small { font-weight: 500; text-transform: none; }
.car-number-field input { background: var(--paper-light); border: 2px solid var(--ink); font-family: var(--display); font-size: 1.4rem; margin-top: 7px; min-height: 46px; padding: 6px 10px; width: 100%; }
#car-order-signature { font-family: "Roboto Sans", sans-serif; font-weight: 500; letter-spacing: 0.02em; }
.fit-grid { border: 0; display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 820px; padding: 0; }
.fit-card { background: var(--paper); border: 2px solid transparent; cursor: pointer; padding: 12px; }
.fit-card:has(input:checked) { border-color: var(--accent); }
.fit-visual { align-items: center; background: #d9d1c3; display: flex; height: 300px; justify-content: center; overflow: hidden; }
.fit-visual span { background-position: center; background-repeat: no-repeat; border: 12px solid var(--ash); box-shadow: 5px 8px 20px rgba(0,0,0,0.2); display: block; height: 230px; width: 320px; }
.fit-cover .fit-visual > span { background-image: url('./public/art/family-source-v1.jpg'); background-size: cover; }
.fit-contain .fit-visual > span { background-color: #f9f7ef; background-image: url('./public/art/family-source-v1.jpg'); background-size: contain; }
.fit-copy { display: grid; grid-template-columns: auto 1fr; padding: 18px 10px 10px; }
.fit-copy input { margin: 5px 14px 0 0; }
.fit-copy strong, .fit-copy small { display: block; }
.fit-copy small { color: var(--graphite); margin-top: 4px; }
.preview-layout { display: grid; gap: clamp(35px, 7vw, 90px); grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); }
.artwork-stage { align-items: center; background: #d9d1c3; display: flex; justify-content: center; min-height: 600px; padding: clamp(30px, 6vw, 70px); }
.artwork-frame { background: #f8f6ef; border: 18px solid var(--ash); box-shadow: 14px 18px 45px rgba(0,0,0,0.2), inset 0 0 0 1px rgba(0,0,0,0.2); max-width: 680px; padding: 2px; width: 100%; }
.artwork-frame img { background: #fffef9; width: 100%; }
.preview-details { align-self: center; }
.preview-details h1 { font-size: clamp(3rem, 5vw, 5.7rem); margin-bottom: 18px; }
.preview-details > p { color: var(--graphite); }
.preview-stats { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0; }
.preview-stats div { border-right: 1px solid var(--line); padding: 17px 8px 17px 0; }
.preview-stats div + div { padding-left: 14px; }
.preview-stats div:last-child { border: 0; }
.preview-stats dt { color: var(--graphite); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.preview-stats dd { font-family: var(--serif); font-size: 1.25rem; margin: 3px 0 0; }
.checkout-box { background: var(--paper); margin-top: 26px; padding: 25px; }
.checkout-box h2 { font-size: 1.65rem; letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 7px; }
.checkout-box > p { color: var(--graphite); font-size: 0.78rem; }
.form-grid { display: grid; gap: 13px; }
.form-grid label span { display: block; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.08em; margin-bottom: 5px; text-transform: uppercase; }
.form-grid input, .form-grid select { background: var(--paper-light); border: 1px solid var(--line); border-radius: 0; min-height: 48px; padding: 10px 12px; width: 100%; }
.checkout-box .button { margin-top: 16px; width: 100%; }
.checkout-note { display: block; font-size: 0.64rem; line-height: 1.4; margin-top: 10px; text-align: center; }
.checkout-price { align-items: baseline; border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink); display: flex; justify-content: space-between; margin: 20px 0; padding: 11px 0; }
.checkout-price strong { font-family: var(--display); font-size: 2.3rem; }
.checkout-price span { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; }
.order-consent { align-items: flex-start; display: flex; font-size: 0.72rem; gap: 9px; line-height: 1.35; margin-top: 15px; }
.order-consent input { flex: 0 0 auto; margin-top: 2px; }
.checkout-status { font-size: 0.72rem; font-weight: 800; line-height: 1.4; margin: 10px 0 0; text-align: center; }
.checkout-status:empty { display: none; }
.render-message { color: var(--graphite); font-size: 0.75rem; margin: 10px 0 0; text-align: center; }

.final-style-picker {
  align-items: center;
  border-bottom: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 15px;
  padding: 9px 0;
}

.final-style-picker > strong {
  flex: 0 0 auto;
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-style-picker > div {
  display: flex;
  gap: 6px;
}

.final-style-picker button {
  background: white;
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 0.61rem;
  font-weight: 900;
  min-height: 32px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.final-style-picker button[aria-pressed="true"] {
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
}

.final-style-picker button:disabled {
  cursor: wait;
  opacity: 0.6;
}

#final-preview[aria-busy="true"] {
  opacity: 0.42;
}

#final-preview {
  transition: opacity 120ms ease;
}

.finish-picker {
  border: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin: 10px 0 0;
  padding: 0;
}

.finish-picker legend {
  font-size: 0.59rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.finish-picker label {
  align-items: center;
  background: white;
  border: 2px solid var(--ink);
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 8px;
  position: relative;
}

.finish-picker label:has(input:checked) {
  background: var(--pink);
  box-shadow: 4px 4px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.finish-picker input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.finish-picker label > span:not(.finish-visual) {
  min-width: 0;
}

.finish-picker strong,
.finish-picker small {
  display: block;
}

.finish-picker strong {
  font-family: var(--display);
  font-size: 0.95rem;
  line-height: 1;
  text-transform: uppercase;
}

.finish-picker small {
  color: var(--graphite);
  font-size: 0.54rem;
  line-height: 1.25;
  margin-top: 3px;
}

.finish-picker b {
  font-family: var(--display);
  font-size: 1.15rem;
}

.finish-visual {
  align-items: center;
  background: var(--cyan);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 52px;
}

.finish-visual i {
  background: #fffef9;
  display: block;
  height: 22px;
  position: relative;
  width: 31px;
}

.finish-visual i::after {
  background: radial-gradient(circle, var(--ink) 0 1px, transparent 1.2px);
  background-size: 4px 4px;
  content: "";
  inset: 4px;
  opacity: 0.7;
  position: absolute;
}

.finish-visual-framed i {
  border: 5px solid var(--ink);
  height: 31px;
  width: 40px;
}

/* Occasion pages */
.occasion-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; }
.occasion-copy { align-self: center; padding: clamp(70px, 8vw, 140px) clamp(30px, 7vw, 110px); }
.occasion-copy h1 { font-size: clamp(4.2rem, 7vw, 7.5rem); }
.occasion-copy h1 em { color: var(--accent); font-family: var(--serif); font-weight: 400; }
.occasion-copy > p:not(.eyebrow) { font-size: 1.15rem; max-width: 600px; }
.occasion-image { background: #d7cec0; display: flex; padding: clamp(22px, 4vw, 60px); }
.occasion-image .compare { align-self: center; box-shadow: 0 28px 70px rgba(46,38,27,0.18); width: 100%; }
.occasion-image img { height: 100%; object-fit: cover; width: 100%; }
.occasion-proof { background: var(--paper-light); display: grid; gap: 60px; grid-template-columns: 1fr 1fr 1fr; padding: 80px clamp(25px, 8vw, 130px); }
.occasion-proof article { border-top: 2px solid var(--ink); padding-top: 24px; }
.occasion-proof span { color: var(--accent-dark); font-size: 0.62rem; font-weight: 900; }
.occasion-proof h2 { font-size: 1.6rem; letter-spacing: -0.03em; line-height: 1.1; margin: 17px 0 12px; }
.occasion-proof p { color: var(--graphite); font-size: 0.85rem; }
.occasion-quote { background: var(--accent); color: white; padding: 100px 25px; text-align: center; }
.occasion-quote p { font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.7rem); line-height: 1.05; margin: 0 auto 30px; max-width: 1100px; }
.occasion-quote .button { background: white; color: var(--ink); }

/* Making page and thanks */
.watch-hero { background: var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr); min-height: calc(100vh - 72px); }
.watch-media { min-height: 650px; position: relative; }
.watch-media > img { background: white; height: 100%; object-fit: cover; width: 100%; }
.watch-media .film-play { border: 0; cursor: pointer; }
.watch-content { align-self: center; padding: clamp(55px, 7vw, 100px); }
.watch-content h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); }
.piece-number { color: rgba(255,255,255,0.55); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.15em; }
.watch-status { border-bottom: 1px solid rgba(255,255,255,0.18); border-top: 1px solid rgba(255,255,255,0.18); margin: 30px 0; padding: 20px 0; }
.watch-status strong { color: var(--accent); display: block; font-size: 0.7rem; letter-spacing: 0.12em; margin-bottom: 4px; text-transform: uppercase; }
.watch-status span { font-family: var(--serif); font-size: 1.25rem; }
.watch-timeline { list-style: none; margin: 34px 0 0; padding: 0; }
.watch-timeline li { color: rgba(255,255,255,0.5); font-size: 0.78rem; padding: 8px 0 8px 28px; position: relative; }
.watch-timeline li::before { border: 1px solid rgba(255,255,255,0.45); border-radius: 50%; content: ""; height: 9px; left: 0; position: absolute; top: 13px; width: 9px; }
.watch-timeline li.done { color: white; }
.watch-timeline li.done::before { background: var(--accent); border-color: var(--accent); }
.thanks-main { align-items: center; display: flex; justify-content: center; min-height: calc(100vh - 72px); padding: 70px 25px; }
.thanks-card { max-width: 760px; text-align: center; }
.thanks-card .brand-mark { margin: 0 auto 35px; }
.thanks-card h1 { font-size: clamp(4rem, 8vw, 7rem); }
.thanks-card > p { color: var(--graphite); font-size: 1.1rem; margin: 0 auto 35px; max-width: 590px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 650px; }
  .film-section, .gift-section, .occasion-hero { grid-template-columns: 1fr; }
  .film-image, .gift-image, .occasion-image { min-height: 620px; }
  .price-section { gap: 60px; grid-template-columns: 1fr; }
  .price-card { max-width: 600px; }
  .style-feature { grid-template-columns: 1fr; }
  .style-feature-copy { min-height: 260px; }
  .preview-layout { grid-template-columns: 1fr; }
  .preview-details { max-width: 700px; }
  .watch-hero { grid-template-columns: 1fr; }
  .proof-hero { grid-template-columns: 1fr; }
  .proof-hero-copy { max-width: 850px; }
  .hero-compare-wrap { min-height: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .making-section, .edition-section { grid-template-columns: 1fr; }
  .making-copy { max-width: 850px; }
  .premium-price { max-width: 580px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 66px; padding: 0 18px; }
  .site-header .button { display: none; }
  .hero-copy { padding: 65px 22px 70px; }
  .hero h1 { font-size: clamp(3.7rem, 16vw, 5.7rem); }
  .hero-visual { min-height: 490px; }
  .hero-visual figcaption { left: 20px; }
  .hero-stamp { height: 80px; width: 80px; }
  .mark-ribbon { justify-content: flex-start; padding: 0 22px; }
  .how-section, .styles-section, .faq-section { padding-left: 20px; padding-right: 20px; }
  h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .journey { grid-template-columns: 1fr; }
  .journey li, .journey li + li { border-bottom: 1px solid var(--line); border-right: 0; min-height: auto; padding: 28px 0 35px; }
  .step-art { margin: 25px auto; }
  .film-image, .gift-image, .occasion-image { min-height: 480px; }
  .film-copy, .gift-copy, .occasion-copy { padding: 70px 22px; }
  .film-play { height: 112px; width: 112px; }
  .qr-card { grid-template-columns: 82px 1fr; }
  .qr-card img { width: 82px; }
  .style-showcase { grid-template-columns: 1fr; }
  .style-feature { grid-template-columns: 1fr; }
  .style-swatch { min-height: 390px; }
  .style-feature-copy { min-height: auto; padding: 35px 27px; }
  .price-section { padding: 80px 20px; }
  .price-badge { right: 5px; }
  .faq-section { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .choice-grid, .fit-grid { grid-template-columns: 1fr; }
  .choice-preview { height: 300px; }
  .photo-advice { grid-template-columns: 1fr; }
  .creator { padding-left: 16px; padding-right: 16px; }
  .flow-actions { gap: 15px; }
  .artwork-stage { min-height: 400px; padding: 26px; }
  .artwork-frame { border-width: 11px; }
  .occasion-copy h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .occasion-proof { gap: 35px; grid-template-columns: 1fr; padding: 65px 22px; }
  .watch-media { min-height: 480px; }
  .watch-content { padding: 60px 22px; }
  .proof-hero-copy { padding: 70px 22px 65px; }
  .proof-hero h1 { font-size: clamp(3.7rem, 16vw, 5.5rem); }
  .hero-compare-wrap { padding: 18px; }
  .compare-label { font-size: 0.48rem; padding: 7px; }
  .compare-line i { height: 42px; width: 42px; }
  .product-facts { justify-content: flex-start; overflow: auto; padding: 16px 20px; }
  .product-facts li { flex: 0 0 auto; margin-right: 25px; }
  .editorial-intro { padding-left: 22px; padding-right: 22px; }
  .editorial-intro h2 { font-size: clamp(3.5rem, 16vw, 5.4rem); }
  .process-grid { grid-template-columns: 1fr; margin-left: 20px; margin-right: 20px; }
  .process-grid article, .process-grid article + article { border-bottom: 1px solid var(--line); border-right: 0; border-top: 0; padding: 28px 0 32px; }
  .process-grid h3 { margin-top: 25px; }
  .making-section { padding: 18px; }
  .making-copy { padding: 65px 5px 45px; }
  .making-copy h2 { font-size: clamp(3.3rem, 14vw, 5rem); }
  .exact-styles, .gift-collection { padding-left: 20px; padding-right: 20px; }
  .exact-style-grid, .gift-collection-grid { grid-template-columns: 1fr; }
  .exact-style-grid figure { height: 390px; padding: 25px; }
  .gift-collection-grid > a { grid-template-rows: 360px auto; min-height: 0; }
  .edition-section { padding: 85px 20px; }
  .edition-story h2 { font-size: clamp(3.5rem, 14vw, 5.2rem); }
  .premium-price .price { font-size: 5.4rem; }
  .refined-final h2 { font-size: clamp(3.8rem, 14vw, 5.8rem); }
}

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

/* Playful frame, quiet artwork */
:root {
  --paper: #fff6d8;
  --paper-deep: #f0dfad;
  --paper-light: #fffdf5;
  --ink: #151311;
  --graphite: #4e4942;
  --line: rgba(21, 19, 17, 0.28);
  --accent: #ff4a3d;
  --accent-dark: #d92d24;
  --yellow: #ffe33e;
  --pink: #ff82bd;
  --cyan: #2bc6d1;
  --blue: #2044c8;
  --green: #82db4e;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
}

body {
  background: var(--paper);
}

h1,
h2,
h3,
.price,
.qr-card strong,
.gift-collection-grid strong,
.preview-stats dd,
.watch-status span {
  font-family: var(--display);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.018em;
  line-height: 0.94;
  text-transform: uppercase;
}

h1,
h2 {
  max-width: 100%;
  overflow-wrap: break-word;
  padding-bottom: 0.08em;
  text-wrap: balance;
}

h1 {
  line-height: 0.96;
}

h3 {
  line-height: 1;
}

.site-header,
.flow-header {
  background: var(--yellow);
  border-bottom: 3px solid var(--ink);
  min-height: 70px;
}

.site-header {
  position: sticky;
  top: 0;
}

.brand {
  font-size: 0.96rem;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.site-header nav a,
.flow-header > a:last-child {
  border-bottom: 2px solid transparent;
  font-weight: 900;
  text-transform: uppercase;
}

.site-header nav a:hover,
.flow-header > a:last-child:hover {
  border-bottom-color: var(--ink);
  color: var(--ink);
}

.button {
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(2px, 2px);
}

.button-dark {
  background: var(--accent);
  color: var(--ink);
}

.button-dark:hover {
  background: #ff6258;
}

.button-accent {
  background: var(--cyan);
  color: var(--ink);
}

.button-accent:hover {
  background: #49d5dc;
}

.button-light {
  background: var(--yellow);
  color: var(--ink);
}

.eyebrow {
  background: var(--pink);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  display: table;
  letter-spacing: 0.1em;
  margin-bottom: 23px;
  padding: 7px 10px 6px;
  transform: rotate(-1deg);
}

.eyebrow::before {
  display: none;
}

.eyebrow-light {
  color: var(--ink);
}

.proof-hero {
  background: var(--paper);
  grid-template-columns: minmax(390px, 0.88fr) minmax(560px, 1.12fr);
  min-height: calc(100vh - 70px);
}

.proof-hero-copy {
  padding: clamp(64px, 7vw, 120px) clamp(28px, 5vw, 82px);
}

.proof-hero h1 {
  font-size: clamp(4.1rem, 6.35vw, 7.25rem);
  line-height: 0.96;
  margin-bottom: 30px;
}

.proof-hero h1 span,
.proof-hero h1 em {
  display: table;
}

.proof-hero h1 em {
  background: var(--yellow);
  box-decoration-break: clone;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 900;
  margin-top: 0.1em;
  padding: 0.04em 0.09em 0.08em;
  transform: rotate(-1deg);
}

.proof-hero .hero-lead {
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.6;
  max-width: 590px;
}

.quiet-link {
  border-bottom-width: 2px;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-note {
  color: var(--graphite);
}

.hero-compare-wrap {
  background: var(--cyan);
  border-left: 3px solid var(--ink);
  min-width: 0;
  padding: clamp(32px, 5vw, 76px);
  position: relative;
}

.proof-sticker {
  align-items: center;
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
  display: flex;
  font-family: var(--display);
  font-size: 1.05rem;
  height: 84px;
  justify-content: center;
  line-height: 0.82;
  position: absolute;
  right: clamp(14px, 2vw, 34px);
  text-align: center;
  top: clamp(15px, 2vw, 34px);
  transform: rotate(8deg);
  width: 84px;
  z-index: 8;
}

.compare {
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.compare > img,
.compare-result img,
.making-screen > img,
.exact-style-grid figure img,
.gift-collection-grid img,
.film-image > img,
.watch-media > img {
  background: white;
}

.compare-label {
  background: var(--yellow);
  border: 2px solid var(--ink);
  color: var(--ink);
}

.compare-line {
  background: var(--ink);
  width: 3px;
}

.compare-line i {
  background: var(--yellow);
  border: 3px solid var(--ink);
  color: var(--ink);
}

.compare-instruction {
  font-weight: 900;
}

.compare-instruction span {
  color: var(--ink);
}

.product-facts {
  background: var(--ink);
  border: 0;
  color: white;
  min-height: 58px;
}

.product-facts li::before {
  color: var(--yellow);
  content: "✦";
}

.editorial-intro {
  background: var(--yellow);
  border-bottom: 3px solid var(--ink);
  max-width: none;
  padding-bottom: clamp(75px, 9vw, 125px);
  padding-top: clamp(90px, 11vw, 150px);
}

.editorial-kicker {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-intro h2 {
  font-size: clamp(4.3rem, 8.5vw, 9rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.editorial-intro > p:last-child {
  color: var(--ink);
}

.process-grid {
  border: 0;
  gap: 18px;
  margin-bottom: clamp(90px, 10vw, 150px);
  margin-top: clamp(70px, 8vw, 110px);
}

.process-grid article,
.process-grid article + article {
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  min-width: 0;
  padding: 25px 25px 32px;
}

.process-grid article:nth-child(2) {
  background: #ffe9f4;
  transform: rotate(1deg);
}

.process-grid article:nth-child(3) {
  background: #e7fafb;
}

.process-grid article:nth-child(4) {
  background: #fff4a4;
  transform: rotate(-1deg);
}

.process-grid span {
  align-items: center;
  background: var(--accent);
  border: 2px solid var(--ink);
  color: var(--ink);
  display: flex;
  font-weight: 950;
  height: 36px;
  justify-content: center;
  width: 42px;
}

.process-grid h3 {
  font-size: 2.15rem;
  margin: 50px 0 14px;
}

.process-grid p,
.section-copy > p:last-child,
.exact-style-grid p,
.gift-collection-grid p {
  color: var(--graphite);
}

.making-section {
  border-bottom: 3px solid var(--ink);
  border-top: 3px solid var(--ink);
  gap: clamp(35px, 5vw, 80px);
}

.making-screen {
  border: 3px solid white;
  box-shadow: 9px 9px 0 var(--yellow);
}

.drawing-progress {
  border-right: 3px solid var(--accent);
}

.refined-play,
.film-play {
  background: var(--accent);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
}

.making-copy {
  padding-left: clamp(25px, 5vw, 80px);
  padding-right: clamp(15px, 4vw, 65px);
}

.making-copy h2,
.film-copy h2 {
  font-size: clamp(3.7rem, 5.8vw, 6.4rem);
}

.qr-card {
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--pink);
  transform: rotate(-1deg);
}

.qr-card strong {
  font-size: 1.45rem;
}

.exact-styles {
  max-width: none;
}

.section-copy h2 {
  font-size: clamp(4rem, 7.3vw, 7.7rem);
}

.exact-style-grid {
  gap: 24px;
}

.exact-style-grid article {
  background: white;
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.exact-style-grid figure {
  background: var(--cyan);
  border-bottom: 3px solid var(--ink);
}

.exact-style-grid article:nth-child(2) figure {
  background: var(--pink);
}

.exact-style-grid figure img {
  border: 2px solid var(--ink);
  box-shadow: 7px 8px 0 rgba(21, 19, 17, 0.28);
  object-fit: contain;
}

.exact-style-grid span,
.gift-collection small {
  color: var(--accent-dark);
  font-weight: 950;
}

.exact-style-grid h3 {
  font-size: 3rem;
}

.gift-collection {
  background: var(--cyan);
  border-bottom: 3px solid var(--ink);
  border-top: 3px solid var(--ink);
}

.gift-collection-grid {
  gap: 28px;
}

.gift-collection-grid > a {
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.gift-collection-grid img {
  border-bottom: 3px solid var(--ink);
  object-fit: contain;
  padding: clamp(18px, 3vw, 38px);
}

.gift-collection-grid > a:first-child img {
  background-color: var(--pink);
}

.gift-collection-grid > a:last-child img {
  background-color: var(--yellow);
}

.gift-collection-grid strong {
  font-size: 2.25rem;
}

.edition-section {
  background: var(--accent);
  border-bottom: 3px solid var(--ink);
  color: var(--ink);
}

.edition-story > p:not(.eyebrow) {
  color: rgba(21, 19, 17, 0.78);
}

.edition-proof {
  border-color: rgba(21, 19, 17, 0.45);
}

.edition-proof div {
  border-color: rgba(21, 19, 17, 0.45);
}

.edition-proof dt {
  color: rgba(21, 19, 17, 0.64);
}

.premium-price {
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
  color: var(--ink);
  transform: rotate(1deg);
}

.price-label,
.premium-price .usual-price,
.premium-price > small {
  color: var(--graphite);
}

.premium-price .price {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 900;
}

.premium-price ul,
.premium-price li {
  border-color: var(--line);
}

.premium-price li::before {
  color: var(--accent-dark);
}

.faq-section {
  max-width: 1500px;
}

.faq-list {
  border: 0;
}

.faq-list details {
  background: var(--paper-light);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  margin-bottom: 13px;
  padding: 20px;
}

.faq-list summary {
  font-weight: 900;
  text-transform: uppercase;
}

.final-cta {
  background: var(--yellow);
  border-top: 3px solid var(--ink);
}

.refined-final h2 {
  font-size: clamp(4.2rem, 8vw, 8.5rem);
}

.site-footer {
  border-top: 3px solid var(--ink);
}

/* Creator flow */
body.flow-page {
  background: var(--paper);
}

.flow-main {
  background-image: linear-gradient(rgba(21, 19, 17, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(21, 19, 17, 0.045) 1px, transparent 1px);
  background-size: 24px 24px;
}

.progress-wrap {
  padding-top: 30px;
}

.progress-track {
  background: white;
  border: 2px solid var(--ink);
  height: 12px;
}

.progress-bar {
  background: var(--accent);
}

.step-heading {
  max-width: 880px;
}

.step-heading .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.step-heading h1,
.preview-details h1 {
  font-size: clamp(3.9rem, 7vw, 6.8rem);
  line-height: 0.96;
}

.step-heading p:last-child,
.preview-details > p {
  color: var(--graphite);
}

.upload-zone {
  background: white;
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--pink);
  min-height: 350px;
}

.upload-zone:hover,
.upload-zone.is-dragging {
  background: #fff9bc;
  border-color: var(--ink);
}

.upload-icon {
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
}

.photo-advice span {
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}

.photo-advice span:nth-child(1) { background: var(--yellow); }
.photo-advice span:nth-child(2) { background: var(--cyan); }
.photo-advice span:nth-child(3) { background: var(--pink); }

.choice-card,
.fit-card {
  background: white;
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.choice-card:has(input:checked),
.fit-card:has(input:checked) {
  background: var(--yellow);
  border-color: var(--ink);
  box-shadow: 7px 7px 0 var(--accent);
}

.choice-preview {
  background: var(--cyan);
  border: 2px solid var(--ink);
}

.choice-card:nth-child(2) .choice-preview {
  background: var(--pink);
}

.choice-preview img {
  border: 2px solid var(--ink);
  box-shadow: none;
  object-fit: contain;
}

.choice-card-copy h2 {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fit-visual {
  background: var(--cyan);
  border: 2px solid var(--ink);
}

.fit-card:nth-child(2) .fit-visual {
  background: var(--pink);
}

.artwork-stage {
  background: var(--cyan);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.artwork-frame {
  border-color: var(--ink);
  box-shadow: 9px 10px 0 rgba(21, 19, 17, 0.24);
}

.checkout-box {
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.checkout-box h2 {
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-grid input,
.form-grid select {
  border: 2px solid var(--ink);
}

/* Occasion and making pages */
.occasion-copy {
  border-right: 3px solid var(--ink);
  min-width: 0;
}

.wedding-page .occasion-copy {
  background: var(--pink);
}

.pet-page .occasion-copy {
  background: var(--yellow);
}

.family-page .occasion-copy {
  background: var(--cyan);
}

.baby-page .occasion-copy {
  background: var(--pink);
}

.generations-page .occasion-copy {
  background: var(--yellow);
}

.place-page .occasion-copy {
  background: var(--cyan);
}

.occasion-copy h1 {
  font-size: clamp(4.4rem, 7vw, 7.6rem);
  line-height: 0.96;
}

.occasion-copy h1 em {
  background: var(--paper-light);
  color: var(--ink);
  display: inline;
  font-family: var(--display);
  font-weight: 900;
  padding: 0.01em 0.07em 0.06em;
}

.occasion-image {
  background: var(--cyan);
  min-width: 0;
}

.occasion-proof {
  background: var(--paper);
  gap: 25px;
}

.occasion-proof article {
  background: white;
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  padding: 25px;
}

.occasion-proof article:nth-child(2) {
  background: #fff3a3;
  transform: rotate(1deg);
}

.occasion-proof h2 {
  font-size: 2rem;
}

.film-section {
  border-bottom: 3px solid var(--ink);
  border-top: 3px solid var(--ink);
}

.film-image {
  background: var(--cyan);
}

.film-image::after {
  display: none;
}

.film-image > img {
  background: var(--cyan);
  object-fit: contain;
  padding: clamp(24px, 5vw, 70px);
}

.occasion-film .film-image {
  align-self: center;
  aspect-ratio: 16 / 9;
  margin: clamp(24px, 4vw, 64px);
  min-height: 0;
}

.occasion-film .film-copy {
  padding-left: clamp(30px, 5vw, 85px);
}

.occasion-film .button-light {
  margin-top: 10px;
}

.film-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.occasion-quote {
  background: var(--accent);
  border-bottom: 3px solid var(--ink);
}

.occasion-quote p {
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
}

.occasion-quote .button {
  background: var(--yellow);
}

.watch-media {
  background: var(--cyan);
  border-right: 3px solid var(--ink);
}

.watch-media.making-film-player {
  align-self: center;
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.watch-media > img {
  background: var(--cyan);
  object-fit: contain;
  padding: clamp(25px, 5vw, 70px);
}

.watch-content h1 {
  font-size: clamp(4rem, 6.3vw, 7rem);
}

.watch-status strong {
  color: var(--yellow);
}

.flow-header > .piece-number {
  color: var(--ink);
}

.watch-timeline li.done::before {
  background: var(--yellow);
  border-color: var(--yellow);
}

@media (min-width: 1051px) {
  .watch-page {
    height: 100svh;
    overflow: hidden;
  }

  .watch-page .flow-header {
    height: clamp(60px, 6.5svh, 72px);
    min-height: 0;
  }

  .watch-hero {
    grid-template-columns: minmax(0, 1.48fr) minmax(410px, 0.82fr);
    height: calc(100svh - clamp(60px, 6.5svh, 72px));
    min-height: 0;
    overflow: hidden;
  }

  .watch-media.making-film-player {
    max-height: 100%;
    width: 100%;
  }

  .watch-content {
    max-height: 100%;
    overflow: hidden;
    padding: clamp(24px, 3vw, 58px);
  }

  .watch-content h1 {
    font-size: clamp(3.55rem, 4.3vw, 5.35rem);
    line-height: 0.9;
    margin-bottom: clamp(14px, 1.8svh, 22px);
  }

  .watch-content > p:not(.piece-number) {
    font-size: clamp(0.82rem, 0.92vw, 1rem);
    line-height: 1.5;
    margin-bottom: 0;
  }

  .watch-status {
    margin: clamp(14px, 1.8svh, 22px) 0;
    padding: clamp(11px, 1.4svh, 16px) 0;
  }

  .watch-status span {
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  }

  .watch-page .preview-stats {
    margin: clamp(12px, 1.5svh, 18px) 0;
  }

  .watch-page .preview-stats div {
    padding-bottom: clamp(10px, 1.3svh, 15px);
    padding-top: clamp(10px, 1.3svh, 15px);
  }

  .watch-page .preview-stats dd {
    font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  }

  .watch-timeline {
    display: grid;
    gap: 0 18px;
    grid-template-columns: 1fr 1fr;
    margin-top: clamp(10px, 1.3svh, 16px);
  }

  .watch-timeline li {
    font-size: clamp(0.64rem, 0.72vw, 0.75rem);
    padding: 6px 0 6px 22px;
  }

  .watch-timeline li::before {
    top: 10px;
  }
}

.shipped-film-card {
  margin-top: 26px;
  max-width: 580px;
}

.shipped-film-label {
  background: var(--yellow);
  border: 2px solid var(--ink);
  color: var(--ink);
  display: inline-block;
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  padding: 9px 12px;
  position: relative;
  text-transform: uppercase;
  transform: rotate(-1deg) translate(16px, 6px);
  z-index: 2;
}

.shipped-film-card .qr-card {
  margin: 0;
}

.package-visual {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(150px, 0.54fr);
  margin: 38px 0 35px;
  max-width: 700px;
  padding: 24px 24px 50px;
  position: relative;
}

.package-visual::before {
  background: var(--cyan);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  content: "";
  inset: 0;
  position: absolute;
  transform: rotate(-1deg);
}

.package-frame,
.package-card,
.package-visual figcaption {
  position: relative;
  z-index: 1;
}

.package-frame {
  background: #f5f1e6;
  border: 14px solid #b98c58;
  box-shadow: 9px 11px 0 rgba(21, 19, 17, 0.28);
  padding: 7px;
  transform: rotate(-2deg);
}

.package-frame img {
  background: white;
  display: block;
  height: auto;
  width: 100%;
}

.package-card {
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  color: var(--ink);
  display: grid;
  margin-left: -16px;
  padding: 12px;
  transform: rotate(4deg);
}

.package-card > span {
  background: var(--pink);
  border: 2px solid var(--ink);
  font-size: 0.48rem;
  font-weight: 950;
  justify-self: start;
  letter-spacing: 0.07em;
  margin: -25px 0 9px -21px;
  padding: 7px 8px;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.package-card img {
  background: white;
  border: 2px solid var(--ink);
  margin-bottom: 9px;
  padding: 5px;
  width: min(82px, 58%);
}

.package-card strong {
  font-family: var(--display);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.package-card small {
  font-size: 0.5rem;
  font-weight: 850;
  margin-top: 8px;
  text-transform: uppercase;
}

.package-visual figcaption {
  background: var(--ink);
  bottom: 9px;
  color: white;
  font-size: 0.57rem;
  font-weight: 900;
  grid-column: 1 / -1;
  left: 24px;
  letter-spacing: 0.05em;
  padding: 7px 9px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
}

.edition-section .premium-price {
  align-self: center;
}

.price-includes {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 8px 0 24px;
}

.price-includes figure {
  margin: 0;
}

.price-includes figure > span {
  align-items: center;
  border: 2px solid var(--ink);
  display: flex;
  height: 112px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.price-includes figure:nth-child(1) > span { background: var(--cyan); }
.price-includes figure:nth-child(2) > span { background: var(--pink); }
.price-includes figure:nth-child(3) > span { background: var(--yellow); }

.price-includes figcaption {
  font-size: 0.54rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  padding-top: 7px;
  text-align: center;
  text-transform: uppercase;
}

.price-mini-frame img {
  background: white;
  border: 5px solid var(--ink);
  box-shadow: 3px 3px 0 rgba(21, 19, 17, 0.25);
  height: 76px;
  object-fit: contain;
  padding: 4px;
  transform: rotate(-3deg);
  width: 104px;
}

.price-mini-card {
  align-items: center;
  flex-direction: column;
}

.price-mini-card img {
  background: white;
  border: 2px solid var(--ink);
  height: 62px;
  padding: 4px;
  transform: rotate(3deg);
  width: 62px;
}

.price-mini-card i {
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 950;
  margin-top: 5px;
}

.price-mini-film img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.price-mini-film i {
  align-items: center;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: flex;
  font-size: 0.7rem;
  font-style: normal;
  height: 34px;
  justify-content: center;
  padding-left: 2px;
  position: absolute;
  width: 34px;
}

.thanks-main {
  background: var(--cyan);
}

.thanks-card {
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
  padding: clamp(45px, 7vw, 90px);
}

.thanks-card h1 {
  font-size: clamp(4.2rem, 8vw, 7.5rem);
}

@media (max-width: 1050px) {
  .proof-hero {
    grid-template-columns: 1fr;
  }

  .hero-compare-wrap,
  .occasion-copy,
  .watch-media {
    border-left: 0;
    border-right: 0;
    border-top: 3px solid var(--ink);
  }

  .process-grid article:nth-child(2) {
    border-right: 3px solid var(--ink);
  }

  .process-grid article:nth-child(n+3) {
    border-top: 3px solid var(--ink);
  }
}

/* Proof-first hero and exact mark magnification */
.proof-hero {
  grid-template-columns: minmax(600px, 1.18fr) minmax(390px, 0.82fr);
  min-height: 820px;
}

.proof-hero-copy {
  background: var(--paper);
  grid-column: 2;
  grid-row: 1;
  padding-left: clamp(34px, 4vw, 68px);
  padding-right: clamp(34px, 4vw, 68px);
}

.proof-hero h1 {
  font-size: clamp(4rem, 5.2vw, 6.35rem);
}

.hero-compare-wrap {
  border-left: 0;
  border-right: 3px solid var(--ink);
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  padding: clamp(32px, 4vw, 62px);
}

.demo-heading {
  margin-bottom: 20px;
  max-width: 720px;
  padding-right: 95px;
}

.demo-heading span {
  display: block;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.demo-heading strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  letter-spacing: -0.015em;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero-compare-wrap > .compare {
  width: 100%;
}

.demo-underbar {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, 1fr) auto;
  margin-top: 16px;
}

.demo-underbar .compare-instruction {
  display: grid;
  gap: 7px;
  margin: 0;
}

.demo-underbar .compare-instruction b {
  font-size: 0.69rem;
}

.demo-quick-action {
  grid-column: 1;
  justify-self: start;
}

.mark-zoom {
  align-items: center;
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  display: grid;
  gap: 13px;
  grid-template-columns: 112px 155px;
  margin: 0;
  padding: 9px;
  transform: rotate(1deg);
}

.mark-zoom-window {
  background: white;
  border: 2px solid var(--ink);
  height: 112px;
  overflow: hidden;
  position: relative;
  width: 112px;
}

.mark-zoom-window img {
  display: block;
  height: auto;
  max-width: none;
  position: absolute;
  transform: translate(-43%, -37%);
  width: 700%;
}

.mark-zoom figcaption span,
.mark-zoom figcaption strong {
  display: block;
}

.mark-zoom figcaption span {
  color: var(--accent-dark);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mark-zoom figcaption strong {
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 0.98;
  text-transform: uppercase;
}

/* Wedding initials portrait */
.initials-section {
  background: var(--pink);
  border-bottom: 3px solid var(--ink);
  border-top: 3px solid var(--ink);
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(560px, 1.22fr);
}

.initials-copy {
  align-self: center;
  padding: clamp(75px, 8vw, 130px) clamp(30px, 6vw, 96px);
}

.initials-copy h2 {
  font-size: clamp(4rem, 6.5vw, 7.2rem);
  margin-bottom: 28px;
}

.initials-copy > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.62;
  max-width: 600px;
}

.initials-copy dl {
  border-bottom: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 35px 0;
}

.initials-copy dl div {
  border-right: 2px solid var(--ink);
  padding: 16px 10px 16px 0;
}

.initials-copy dl div + div {
  padding-left: 13px;
}

.initials-copy dl div:last-child {
  border: 0;
}

.initials-copy dt {
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.initials-copy dd {
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  margin: 4px 0 0;
  text-transform: uppercase;
}

.initials-copy .initials-note {
  font-size: 0.73rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.initials-art {
  align-items: center;
  background: var(--cyan);
  border-left: 3px solid var(--ink);
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 760px;
  padding: clamp(32px, 5vw, 78px);
  position: relative;
}

.initials-art > img {
  background: white;
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
  width: 100%;
}

.initials-art > figcaption {
  background: var(--yellow);
  border: 2px solid var(--ink);
  bottom: clamp(18px, 3vw, 45px);
  font-size: 0.62rem;
  font-weight: 950;
  left: clamp(18px, 3vw, 45px);
  letter-spacing: 0.07em;
  padding: 9px 12px;
  position: absolute;
  text-transform: uppercase;
}

.initials-zoom {
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  padding: 9px;
  position: absolute;
  right: clamp(18px, 3vw, 45px);
  top: clamp(18px, 3vw, 45px);
  transform: rotate(3deg);
  width: 190px;
}

.initials-zoom > div {
  background: white;
  border: 2px solid var(--ink);
  height: 150px;
  overflow: hidden;
  position: relative;
}

.initials-zoom img {
  height: auto;
  max-width: none;
  position: absolute;
  transform: translate(-42%, -35%);
  width: 650%;
}

.initials-zoom span {
  display: block;
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  padding: 9px 3px 2px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .proof-hero {
    display: flex;
    flex-direction: column;
  }

  .hero-compare-wrap {
    border-bottom: 3px solid var(--ink);
    border-right: 0;
    border-top: 0;
    order: -1;
  }

  .proof-hero-copy {
    order: 2;
  }

  .initials-section {
    grid-template-columns: 1fr;
  }

  .choice-grid.has-initials {
    grid-template-columns: 1fr 1fr;
  }

  .initials-art {
    border-left: 0;
    border-top: 3px solid var(--ink);
  }
}

@media (max-width: 760px) {
  .hero-compare-wrap {
    padding: 26px 18px 30px;
  }

  .demo-heading {
    max-width: 300px;
    padding-right: 54px;
  }

  .demo-heading strong {
    font-size: 2.45rem;
  }

  .demo-underbar {
    grid-template-columns: 1fr;
  }

  .demo-quick-action {
    grid-column: auto;
    justify-self: stretch;
  }

  .mark-zoom {
    grid-template-columns: 102px 1fr;
    transform: none;
    width: 100%;
  }

  .mark-zoom-window {
    height: 102px;
    width: 102px;
  }

  .initials-copy {
    padding: 70px 22px;
  }

  .choice-grid.has-initials {
    grid-template-columns: 1fr;
  }

  .initials-copy h2 {
    font-size: clamp(3.7rem, 15vw, 5.1rem);
  }

  .initials-copy dl {
    grid-template-columns: 1fr;
  }

  .initials-copy dl div,
  .initials-copy dl div + div {
    border-bottom: 1px solid rgba(21, 19, 17, 0.35);
    border-right: 0;
    padding: 13px 0;
  }

  .initials-copy dl div:last-child {
    border-bottom: 0;
  }

  .initials-art {
    min-height: 470px;
    padding: 68px 18px 78px;
  }

  .initials-zoom {
    right: 12px;
    top: 12px;
    transform: rotate(2deg);
    width: 128px;
  }

  .initials-zoom > div {
    height: 94px;
  }

  .initials-art > figcaption {
    bottom: 20px;
    left: 18px;
  }
}

/* Viewport-led launch layout */
.brand-mark {
  -webkit-mask: url("./public/brand-mark.svg") center / contain no-repeat;
  background: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 28px;
  mask: url("./public/brand-mark.svg") center / contain no-repeat;
  width: 34px;
}

.brand-mark i {
  display: none;
}

.brand-mark-large {
  height: 70px;
  width: 84px;
}

.compare {
  aspect-ratio: 420 / 297;
}

.compare > img,
.compare-result,
.compare-result img {
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
}

.compare > .compare-base {
  object-fit: cover;
  padding: 6.6667%;
}

.compare-result img {
  object-fit: contain;
}

.compare-line i {
  display: grid;
  height: 70px;
  line-height: 1;
  padding: 8px 6px;
  place-content: center;
  text-align: center;
  width: 70px;
}

.compare-line i strong {
  display: block;
  font-family: var(--sans);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-line i b {
  display: block;
  font-size: 0.9rem;
  margin-top: 4px;
}

.hero-compare-wrap {
  padding: clamp(25px, 3vw, 46px);
}

.hero-compare-wrap > .compare {
  margin-bottom: 116px;
}

.proof-hero-copy {
  padding-bottom: clamp(32px, 4vw, 58px);
  padding-top: clamp(32px, 4vw, 58px);
}

.proof-hero h1 {
  font-size: clamp(3.85rem, 5vw, 5.85rem);
  margin-bottom: 20px;
}

.proof-hero .hero-lead {
  font-size: 0.98rem;
  line-height: 1.5;
}

.proof-hero .hero-actions {
  margin: 25px 0 0;
}

.mark-zoom {
  bottom: clamp(20px, 2.5vw, 36px);
  grid-template-columns: 118px minmax(150px, 210px);
  margin: 0;
  position: absolute;
  right: clamp(20px, 2.5vw, 36px);
  transform: rotate(1deg);
  z-index: 7;
}

.mark-zoom-window {
  height: 118px;
  width: 118px;
}

.mark-zoom-window img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: static;
  transform: none;
  width: 100%;
}

.mark-zoom figcaption strong {
  font-family: var(--sans);
  font-size: 0.83rem;
  line-height: 1.25;
  text-transform: none;
}

.purchase-path {
  align-content: center;
  display: grid;
  gap: clamp(25px, 3vw, 42px);
  grid-template-rows: auto auto;
  min-height: calc(100svh - 58px);
  padding: clamp(42px, 5vw, 72px) clamp(25px, 5vw, 72px);
}

.purchase-path > .section-copy {
  display: block;
  max-width: 950px;
}

.purchase-path .eyebrow {
  margin-bottom: 15px;
}

.purchase-path .section-copy h2 {
  font-size: clamp(3.25rem, 5vw, 5.35rem);
  margin: 0;
}

.purchase-path .section-copy > p:last-child {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 620px;
}

.purchase-path .process-grid {
  align-self: stretch;
  gap: clamp(12px, 1.4vw, 20px);
  margin: 0;
}

.purchase-path .process-grid article,
.purchase-path .process-grid article + article {
  align-content: start;
  display: grid;
  padding: 15px 15px 19px;
  transform: none;
}

.process-art {
  background: var(--cyan);
  border: 2px solid var(--ink);
  height: clamp(120px, 12vw, 170px);
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.process-art > img:not(.process-qr) {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.process-photo img {
  filter: saturate(0.82);
}

.process-styles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-styles img + img {
  border-left: 2px solid var(--ink);
}

.process-drawing {
  background: #d8d5ce;
}

.process-drawing .film-readout {
  left: 7px;
  top: 7px;
}

.process-drawing .film-readout strong,
.process-drawing .film-readout span {
  font-size: 0.43rem;
  padding: 5px 6px;
}

.process-drawing .film-sound,
.process-drawing .film-replay {
  display: none;
}

.process-film > img:first-child {
  object-fit: contain;
  padding: 10px;
}

.process-qr {
  background: white;
  border: 2px solid var(--ink);
  bottom: 8px;
  height: 58px;
  padding: 4px;
  position: absolute;
  right: 8px;
  width: 58px;
}

.purchase-path .process-grid span {
  height: 29px;
  width: 34px;
}

.purchase-path .process-grid h3 {
  font-family: var(--sans);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 13px 0 8px;
  text-transform: none;
}

.purchase-path .process-grid p {
  font-size: 0.74rem;
  line-height: 1.45;
  margin: 0;
}

.making-section {
  min-height: calc(100svh - 70px);
  padding: clamp(30px, 4vw, 60px);
}

.making-copy {
  padding: clamp(20px, 3vw, 48px);
}

.making-copy h2 {
  font-size: clamp(3.5rem, 5vw, 5.55rem);
  margin-bottom: 20px;
}

.making-copy > p:not(.eyebrow) {
  font-size: 0.9rem;
  line-height: 1.55;
}

.plotter-demo {
  background: white;
}

.making-film-player {
  aspect-ratio: 16 / 9;
  background: #d8d5ce;
}

.making-film-player canvas {
  display: block;
  height: 100%;
  width: 100%;
}

.film-readout {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 12px;
  position: absolute;
  top: 12px;
  z-index: 4;
}

.film-readout strong,
.film-readout span {
  background: var(--ink);
  color: white;
  font: 900 0.58rem/1 var(--sans);
  letter-spacing: 0.08em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.film-readout span {
  background: var(--yellow);
  color: var(--ink);
}

.film-sound {
  background: var(--yellow);
  border: 2px solid var(--ink);
  bottom: 12px;
  color: var(--ink);
  cursor: pointer;
  font: 950 0.62rem/1 var(--sans);
  letter-spacing: 0.08em;
  padding: 10px 12px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  z-index: 4;
}

.film-sound[aria-pressed="true"] {
  background: var(--cyan);
}

.film-replay {
  background: var(--yellow);
  border: 2px solid var(--ink);
  color: var(--ink);
  cursor: pointer;
  font: 950 0.7rem/1 var(--sans);
  left: 50%;
  padding: 13px 16px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.plot-reveal {
  animation: plotReveal 11s ease-in-out infinite;
  clip-path: inset(0 0 100% 0);
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.plot-reveal img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.plotter-gantry {
  animation: gantryTravel 11s ease-in-out infinite;
  background: var(--ink);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 2%;
  z-index: 3;
}

.plotter-gantry span {
  animation: penTravel 1.35s ease-in-out infinite alternate;
  background: var(--yellow);
  border: 2px solid var(--ink);
  height: 33px;
  left: 6%;
  position: absolute;
  top: -5px;
  width: 19px;
}

.plotter-gantry span::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 12px solid var(--ink);
  bottom: -12px;
  content: "";
  left: 3px;
  position: absolute;
}

.plotter-status {
  background: var(--yellow);
  border: 2px solid var(--ink);
  bottom: 12px;
  color: var(--ink);
  font-size: 0.56rem;
  font-weight: 950;
  left: 12px;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 7px 9px;
  position: absolute;
  text-transform: uppercase;
  z-index: 4;
}

@keyframes plotReveal {
  0%, 8% { clip-path: inset(0 0 100% 0); }
  82%, 100% { clip-path: inset(0 0 0 0); }
}

@keyframes gantryTravel {
  0%, 8% { top: 2%; }
  82%, 100% { top: 96%; }
}

@keyframes penTravel {
  from { left: 6%; }
  to { left: 91%; }
}

.making-copy .qr-card {
  margin: 23px 0 20px;
}

.exact-styles {
  align-items: center;
  display: grid;
  gap: clamp(25px, 3vw, 48px);
  grid-template-columns: minmax(270px, 0.52fr) minmax(760px, 1.48fr);
  min-height: calc(100svh - 70px);
  padding: clamp(36px, 4vw, 62px) clamp(25px, 4vw, 62px);
}

.exact-styles > .section-copy h2 {
  font-size: clamp(3.7rem, 5vw, 5.7rem);
  margin-bottom: 20px;
}

.exact-styles > .section-copy > p:last-of-type {
  font-size: 0.9rem;
  line-height: 1.55;
}

.exact-styles > .section-copy .button {
  margin-top: 20px;
}

.exact-style-grid {
  align-self: center;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.exact-style-grid figure {
  height: clamp(250px, 22vw, 350px);
  padding: clamp(16px, 2vw, 28px);
  position: relative;
}

.exact-style-grid figure > img:first-child {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.exact-style-grid figure .style-detail {
  border: 3px solid var(--ink);
  bottom: 13px;
  box-shadow: 4px 4px 0 var(--ink);
  height: clamp(92px, 9vw, 125px);
  object-fit: cover;
  padding: 0;
  position: absolute;
  right: 13px;
  width: clamp(92px, 9vw, 125px);
}

.exact-style-grid article > div {
  padding: 19px 22px 23px;
}

.exact-style-grid h3 {
  font-size: 2.35rem;
  margin: 5px 0 6px;
}

.exact-style-grid p {
  font-size: 0.75rem;
  line-height: 1.4;
}

.exact-style-grid article:nth-child(3) figure {
  background: #f5d889;
}

.exact-style-grid article:nth-child(4) figure {
  background: var(--yellow);
}

.gift-collection {
  min-height: 0;
  padding: clamp(58px, 6vw, 90px) clamp(20px, 3vw, 48px);
}

.gift-collection .section-copy {
  margin-bottom: 35px;
}

.gift-collection .section-copy h2 {
  font-size: clamp(3.6rem, 5.6vw, 6rem);
}

.gift-collection-grid {
  gap: clamp(10px, 1.2vw, 18px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gift-collection-grid > a {
  grid-template-rows: clamp(145px, 14vw, 210px) auto;
  min-height: 0;
}

.gift-collection-grid img {
  padding: clamp(8px, 1vw, 14px);
}

.gift-collection-grid a > span {
  padding: 18px 15px 20px;
}

.gift-collection-grid strong {
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  margin: 7px 0 15px;
}

.gift-collection-grid b {
  font-size: 0.61rem;
}

.gift-collection-grid > a:nth-child(3n + 1) img { background-color: var(--pink); }
.gift-collection-grid > a:nth-child(3n + 2) img { background-color: var(--yellow); }
.gift-collection-grid > a:nth-child(3n) img { background-color: var(--paper-light); }

.occasion-image .compare {
  aspect-ratio: 420 / 297;
}

.occasion-image .compare > img,
.occasion-image .compare-result,
.occasion-image .compare-result img {
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
}

.occasion-image .compare > .compare-base {
  object-fit: cover;
}

.occasion-image .compare-result img {
  object-fit: contain;
}

.initials-zoom {
  width: 240px;
}

.initials-zoom > div {
  aspect-ratio: 1;
  height: auto;
}

.initials-zoom img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: static;
  transform: none;
  width: 100%;
}

.initials-art > img {
  aspect-ratio: 420 / 297;
  height: auto;
  object-fit: contain;
  width: 100%;
}

@media (min-width: 1051px) {
  .proof-hero {
    height: calc(100svh - 70px);
    max-height: 900px;
    min-height: 680px;
    overflow: hidden;
  }
}

@media (max-width: 1279px) {
  .gift-collection-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1050px) {
  .hero-compare-wrap > .compare {
    margin-bottom: 122px;
  }

  .purchase-path > .section-copy {
    grid-template-columns: 1fr;
  }

  .purchase-path .section-copy > p:last-child {
    margin-top: 15px;
  }

  .exact-styles {
    grid-template-columns: 1fr;
  }

  .exact-style-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .compare-line i {
    height: 58px;
    width: 58px;
  }

  .hero-compare-wrap > .compare {
    margin-bottom: 112px;
  }

  .mark-zoom {
    bottom: 18px;
    grid-template-columns: 88px 1fr;
    left: 18px;
    right: 18px;
    width: auto;
  }

  .mark-zoom-window {
    height: 88px;
    width: 88px;
  }

  .purchase-path {
    padding-left: 18px;
    padding-right: 18px;
  }

  .purchase-path .process-grid {
    gap: 16px;
  }

  .process-art {
    height: 190px;
  }

  .making-section,
  .exact-styles {
    min-height: 0;
  }

  .exact-styles {
    padding-left: 18px;
    padding-right: 18px;
  }

  .exact-style-grid figure {
    height: 360px;
    min-height: 0;
  }

  .exact-style-grid {
    grid-template-columns: 1fr;
  }

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

  .gift-collection-grid > a {
    grid-template-rows: 185px auto;
  }

  .gift-collection-grid strong {
    font-size: 1.35rem;
  }

  .initials-zoom {
    width: 145px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plot-reveal {
    animation: none;
    clip-path: none;
  }

  .plotter-gantry {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header,
  .flow-header {
    min-height: 64px;
  }

  .proof-hero h1 {
    font-size: clamp(3.55rem, 15.4vw, 5.2rem);
  }

  .proof-hero-copy {
    padding: 58px 19px 54px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .occasion-page .hero-actions,
  .occasion-page .hero-actions .button {
    width: 100%;
  }

  .occasion-page .hero-actions .button {
    gap: 12px;
    padding-inline: 16px;
  }

  .hero-compare-wrap {
    padding: 32px 18px 28px;
  }

  .proof-sticker {
    font-size: 0.86rem;
    height: 66px;
    right: 8px;
    top: 6px;
    width: 66px;
  }

  .compare-instruction {
    gap: 16px;
  }

  .product-facts {
    border-bottom: 3px solid var(--ink);
  }

  .editorial-intro h2,
  .section-copy h2,
  .making-copy h2,
  .film-copy h2,
  .edition-story h2,
  .refined-final h2 {
    font-size: clamp(3.5rem, 15vw, 5rem);
  }

  .process-grid {
    gap: 15px;
  }

  .process-grid article,
  .process-grid article + article {
    border: 3px solid var(--ink);
    padding: 24px;
  }

  .process-grid article:nth-child(2),
  .process-grid article:nth-child(4),
  .premium-price,
  .occasion-proof article:nth-child(2) {
    transform: none;
  }

  .exact-style-grid figure {
    height: auto;
    min-height: 360px;
  }

  .gift-collection-grid > a {
    grid-template-rows: 330px auto;
  }

  .step-heading h1,
  .preview-details h1,
  .occasion-copy h1,
  .watch-content h1,
  .thanks-card h1 {
    font-size: clamp(3.45rem, 15vw, 5rem);
    line-height: 0.96;
  }

  .choice-card,
  .fit-card,
  .artwork-stage,
  .upload-zone {
    box-shadow: 5px 5px 0 var(--ink);
  }

  .photo-advice {
    gap: 10px;
  }

  .occasion-proof article {
    border-top: 3px solid var(--ink);
  }

  .film-image > img,
  .watch-media > img {
    padding: 20px;
  }

  .thanks-card {
    padding: 45px 22px;
  }

  .package-visual {
    grid-template-columns: minmax(190px, 1fr) minmax(125px, 0.52fr);
    padding: 18px 14px 56px;
  }

  .package-frame {
    border-width: 10px;
  }

  .package-card {
    margin-left: -8px;
    padding: 9px;
  }

  .package-visual figcaption {
    left: 16px;
    right: 16px;
  }
}

/* Final creator viewport overrides */
@media (min-width: 1051px) {
  body[data-creator-step="3"] .creator-step[data-step="3"] {
    display: grid;
    gap: 9px;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
  }

  body[data-creator-step="3"] .creator-step[data-step="3"] .step-back,
  body[data-creator-step="3"] .creator-step[data-step="3"] .step-heading,
  body[data-creator-step="3"] .creator-step[data-step="3"] .flow-actions {
    margin-bottom: 0;
    margin-top: 0;
  }

  body[data-creator-step="3"] .creator-step[data-step="3"] .step-back {
    justify-self: start;
  }

  body[data-creator-step="3"] .creator-step[data-step="3"] .framing-workspace {
    height: auto;
    min-height: 0;
  }

  body[data-creator-step="3"] .creator-step[data-step="3"] .crop-editor,
  body[data-creator-step="3"] .creator-step[data-step="3"] .fit-grid {
    min-height: 0;
  }

  body[data-creator-step="3"] .creator-step[data-step="3"] .crop-stage {
    height: auto;
    max-height: 100%;
    width: auto;
  }

  body[data-creator-step="3"] .creator-step[data-step="3"] .flow-actions {
    min-height: 52px;
  }

  body[data-creator-step="4"] .final-style-picker {
    margin-top: 8px;
    padding: 6px 0;
  }

  body[data-creator-step="4"] .preview-stats {
    margin-top: 6px;
  }

  body[data-creator-step="4"] .finish-picker {
    margin-top: 5px;
  }

  body[data-creator-step="4"] .finish-picker legend {
    margin-bottom: 2px;
  }

  body[data-creator-step="4"] .finish-picker label {
    padding: 6px;
  }

  body[data-creator-step="4"] .checkout-box {
    margin-top: 7px;
  }
}

@media (max-width: 620px) {
  .car-order-options { grid-template-columns: 1fr; }
  .final-style-picker {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-style-picker > div {
    width: 100%;
  }

  .final-style-picker button {
    flex: 1;
  }

  .finish-picker {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1050px) {
  .car-home-promo { grid-template-columns: 1fr; }
  .car-home-art { border-left: 0; border-top: 3px solid var(--ink); }
}

@media (max-width: 760px) {
  .car-home-copy { padding: 70px 20px; }
  .car-home-copy h2 { font-size: clamp(3.8rem, 17vw, 5.7rem); }
  .car-home-art { padding: 42px 18px 55px; }
}
