@font-face {
  font-family: "Alegreya";
  src: url("assets/fonts/alegreya-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 800;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 800;
}

:root {
  --ink: #28241f;
  --ink-soft: #4c463e;
  --muted: #6b635a;
  --seal: #963d32;
  --seal-dark: #772b24;
  --paper: #f7f3ea;
  --paper-light: #fdfbf6;
  --paper-soft: #f1ece2;
  --paper-deep: #e9e1d4;
  --paper-field: #eee9df;
  --rule: #d5cdc1;
  --rule-dark: #b7ada0;
  --white: #fffdf9;
  --serif: "Alegreya", Georgia, serif;
  --sans: "Source Sans 3", Arial, sans-serif;
  --rail: 184px;
  --content: 1380px;
  --pad: clamp(40px, 5vw, 76px);
  --section-y: clamp(96px, 9vw, 148px);
  --focus: 3px solid rgba(150, 61, 50, 0.36);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  overflow-x: clip;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sans);
}

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

figure,
h1,
h2,
h3,
p,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea,
summary,
a {
  touch-action: manipulation;
}

button,
summary,
label[for],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

:focus-visible {
  outline: var(--focus);
  outline-offset: 3px;
}

[hidden],
.form-honeypot,
.file-input-hidden,
.visually-hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
.brand-name,
.upload-title,
.portrait-price,
.order-summary > p,
.shipping-disclosure summary span {
  font-family: var(--serif);
}

h1,
h2,
h3 {
  font-weight: 650;
  letter-spacing: -0.025em;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  font-size: clamp(3.8rem, 5.4vw, 6rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  line-height: 1;
}

h3 {
  font-size: 1.45rem;
  line-height: 1.12;
}

.eyebrow,
.plan,
.delivered-gallery-note,
.form-chapter > span,
.order-summary dt,
.steps span,
.policy-list span {
  color: var(--seal);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading .eyebrow,
.commission-menu-heading .eyebrow,
.delivered-heading .eyebrow,
.split-copy > .eyebrow,
.studio-copy > .eyebrow,
.privacy-heading > .eyebrow,
.policy-section > div > .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-heading .eyebrow::before,
.commission-menu-heading .eyebrow::before,
.delivered-heading .eyebrow::before,
.split-copy > .eyebrow::before,
.studio-copy > .eyebrow::before,
.privacy-heading > .eyebrow::before,
.policy-section > div > .eyebrow::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--seal);
  content: "";
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--rule-dark);
  border-radius: 0;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: var(--white);
  background: var(--seal);
  border-color: var(--seal);
}

.button:hover,
.button:focus-visible {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button:disabled,
.button.is-sending {
  opacity: 0.55;
  cursor: wait;
}

.text-link {
  font-weight: 700;
}

/* Studio rail */
.top-shell {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 80;
  width: var(--rail);
  padding: 34px 26px 28px;
  color: var(--ink);
  background: #f3f1eb;
  border-right: 1px solid var(--rule);
}

.site-header {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.top-shell .brand {
  display: grid;
  gap: 14px;
}

.brand-mark {
  display: block;
}

.brand-mark img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-size: 2rem;
  font-weight: 650;
  line-height: 1;
}

.brand-line {
  max-width: 9rem;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
}

.nav {
  display: grid;
  margin-top: auto;
  gap: 18px;
}

.nav a {
  width: max-content;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--seal);
}

main,
.site-footer {
  margin-left: var(--rail);
}

/* Option 3 hero: artwork, editorial statement, real process */
.hero {
  display: grid;
  min-height: 100dvh;
  grid-template-columns: minmax(430px, 1.1fr) minmax(390px, 0.9fr) minmax(170px, 0.34fr);
  grid-template-areas: "media copy process";
  background: var(--paper-light);
}

.hero-media {
  grid-area: media;
  position: relative;
  display: grid;
  min-width: 0;
  padding: 34px 20px 0 28px;
  align-items: center;
  background: #ece8df;
}

.hero-carousel-stage {
  position: relative;
  width: 100%;
  height: min(92dvh, 900px);
  min-height: 640px;
  overflow: hidden;
}

.hero-paper-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-slide {
  position: absolute;
  inset: 5.5% 8.5% 14.5%;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide img,
.hero-artwork {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
}

.hero-carousel-controls {
  position: absolute;
  right: 9%;
  bottom: 4.5%;
  left: 9%;
  z-index: 4;
  display: grid;
  min-height: 48px;
  padding: 0 18px;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  background: rgba(253, 251, 246, 0.94);
}

.hero-dot {
  min-width: 44px;
  min-height: 44px;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 0.68rem;
  font-weight: 750;
}

.hero-dot.is-active {
  color: var(--seal);
}

.hero-copy {
  grid-area: copy;
  display: grid;
  padding: clamp(64px, 7vw, 112px) clamp(46px, 5vw, 76px);
  align-content: center;
}

.hero-copy h1 {
  margin-top: 30px;
  max-width: 100%;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 29rem;
  margin-top: 38px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.55;
}

.hero-actions {
  display: grid;
  width: min(100%, 390px);
  margin-top: 38px;
  gap: 10px;
}

.hero-actions .button {
  width: 100%;
  height: 54px;
}

.hero-process {
  grid-area: process;
  display: grid;
  padding: clamp(64px, 8vh, 110px) clamp(24px, 2.5vw, 38px);
  align-content: center;
  gap: clamp(52px, 7vh, 80px);
  list-style: none;
  background: #f3f1eb;
}

.hero-process li {
  display: grid;
  gap: 10px;
}

.hero-process span {
  color: var(--seal);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.hero-process strong {
  max-width: 9rem;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.12;
}

/* Shared chapter containers */
.commission-menu,
.delivered-section,
.formats-section,
.order-section,
.policy-section,
.privacy-section,
.faq-section,
.split-section,
.studio-section,
.site-footer {
  padding: var(--section-y) var(--pad);
}

.commission-menu > *,
.delivered-section > *,
.formats-section > *,
.order-section > *,
.policy-section > *,
.privacy-section > *,
.faq-section > *,
.split-section > *,
.studio-section > *,
.site-footer > * {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.commission-menu-heading,
.delivered-heading,
.section-heading,
.privacy-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.45fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.commission-menu-heading h2,
.delivered-heading h2,
.section-heading h2,
.privacy-heading h2 {
  max-width: 100%;
  margin-top: 20px;
}

.commission-menu-heading > p,
.delivered-heading > p,
.section-heading > p,
.privacy-heading > p {
  max-width: 31rem;
  color: var(--muted);
}

/* Work: equal folio plates, no card frames */
.work-collection {
  background: var(--paper-light);
}

.commission-menu {
  background: var(--paper-light);
}

.commission-grid {
  display: grid;
  margin-top: clamp(58px, 7vw, 94px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
}

.commission-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 360px auto minmax(3.3rem, auto) minmax(5.7rem, auto);
  align-content: start;
}

.commission-art {
  display: grid;
  height: 360px;
  padding: 16px;
  place-items: center;
  background: var(--paper-field);
}

.commission-art img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}

.commission-card-topline {
  margin-top: 24px;
}

.commission-card h3 {
  margin-top: 8px;
  font-size: 1.55rem;
}

.commission-card > p:last-child {
  padding-top: 12px;
  color: var(--muted);
}

.commission-details-link {
  margin-top: 48px;
  text-align: right;
}

.delivered-section {
  background: var(--paper-soft);
}

.delivered-gallery {
  margin-top: 62px;
}

.delivered-gallery-controls {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.delivered-gallery-buttons {
  display: flex;
  gap: 8px;
}

.gallery-arrow {
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--rule-dark);
  font-size: 1.25rem;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.delivered-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 0.32fr);
  gap: clamp(22px, 3vw, 40px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.delivered-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 360px auto;
  scroll-snap-align: start;
}

.delivered-card figure {
  display: grid;
  height: 360px;
  padding: 14px;
  place-items: center;
  background: #e6dfd4;
}

.delivered-card img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}

.delivered-card p {
  padding-top: 14px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.05rem;
}

/* Studio: alternating folio spreads */
.studio-story {
  background: var(--paper-light);
}

.split-section,
.studio-section {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(54px, 8vw, 118px);
  align-items: center;
}

.style-section {
  background: var(--paper-deep);
}

.studio-section {
  background: var(--paper-light);
}

.split-copy h2,
.studio-copy h2 {
  max-width: 100%;
  margin-top: 24px;
  font-size: clamp(2.8rem, 3.7vw, 4rem);
}

.split-copy > p:not(.eyebrow),
.studio-copy > p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 28px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.split-media,
.studio-media {
  display: grid;
  min-width: 0;
  min-height: 500px;
  padding: 18px;
  place-items: center;
  background: rgba(255, 253, 249, 0.54);
}

.split-media img,
.studio-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 560px;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}

.studio-media {
  order: -1;
}

.proof-grid,
.studio-proof {
  display: grid;
  margin-top: 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
}

.proof-grid article,
.studio-proof article {
  min-width: 0;
}

.proof-grid article > span,
.studio-proof article > strong {
  display: block;
  margin-bottom: 7px;
  color: var(--seal);
  font-weight: 750;
}

.proof-grid p,
.studio-proof span {
  color: var(--muted);
  font-size: 0.92rem;
}

/* Formats: artwork before price */
.formats-section {
  background: var(--paper);
}

.pricing-grid {
  display: grid;
  margin-top: clamp(62px, 8vw, 102px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(58px, 8vw, 110px);
}

.price-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 360px auto auto minmax(7.8rem, auto) minmax(13rem, 1fr) auto;
  align-content: start;
}

.price-art {
  display: grid;
  height: 360px;
  padding: 18px;
  place-items: center;
  background: var(--paper-field);
}

.price-art img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}

.price-card > .plan {
  margin-top: 26px;
}

.portrait-price {
  margin-top: 6px;
}

.portrait-price strong {
  font-size: 3rem;
  font-weight: 650;
}

.price-card > p:not(.plan):not(.portrait-price) {
  padding-top: 18px;
  color: var(--muted);
}

.price-card ul {
  margin: 22px 0 38px;
  padding-left: 1.1rem;
  color: var(--muted);
}

.price-card li {
  padding: 5px 0;
}

.price-card .button {
  width: 100%;
  align-self: end;
}

.format-note {
  max-width: 47rem;
  margin-top: 48px;
  color: var(--muted);
}

.paper-detail {
  display: grid;
  margin-top: 96px;
  padding: clamp(44px, 6vw, 72px);
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  background: var(--paper-deep);
}

.paper-detail > div > p:last-child {
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.paper-detail ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 40px;
  list-style: none;
}

.paper-detail li strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 1.15rem;
}

.paper-detail li span {
  color: var(--muted);
  font-size: 0.92rem;
}

/* Commission sheet */
.order-section {
  background: #ede5d8;
}

.order-section .section-heading {
  align-items: end;
}

.order-layout {
  margin-top: clamp(52px, 5vw, 72px);
}

.order-form {
  display: grid;
  width: min(100%, 980px);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  column-gap: clamp(36px, 5vw, 64px);
  row-gap: 0;
}

.order-inputs,
.preview-panel,
.order-options {
  min-width: 0;
}

.form-chapter {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.form-chapter > span {
  padding-top: 5px;
}

.form-chapter h3 {
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
}

.form-chapter p {
  max-width: 34rem;
  margin-top: 7px;
  color: var(--muted);
}

.form-chapter-reference {
  grid-column: 1 / -1;
  margin-bottom: 34px;
}

.order-inputs {
  display: grid;
  align-content: start;
  gap: 20px;
}

.upload-box {
  position: relative;
  display: flex;
  min-height: 188px;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 253, 249, 0.52);
  border: 1px dashed var(--rule-dark);
  transition: background 160ms ease, border-color 160ms ease;
}

.upload-box:hover {
  background: var(--paper-light);
  border-color: var(--seal);
}

.upload-icon {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.upload-title {
  margin-top: 10px;
  font-size: 1.35rem;
  font-weight: 650;
}

.upload-help {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
}

.upload-box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.upload-review-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.upload-review-thumbs {
  display: flex;
}

.upload-review-thumbs img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 2px solid var(--paper-light);
}

.upload-review-thumbs img + img {
  margin-left: -10px;
}

.upload-review-copy {
  display: grid;
}

.upload-review-copy span {
  color: var(--muted);
  font-size: 0.84rem;
}

.field-grid,
.shipping-grid,
.us-shipping-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.field-grid label:last-child,
.field-wide {
  grid-column: 1 / -1;
}

.order-form label,
.order-form legend,
.order-options > label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  min-height: 50px;
  margin-top: 7px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--rule-dark);
  border-radius: 0;
  font-size: 1rem;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #999186;
  opacity: 1;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--seal);
}

.preview-panel {
  display: grid;
  align-content: start;
  gap: 22px;
}

.preview-card {
  padding: 12px;
  background: rgba(255, 253, 249, 0.54);
}

.photo-frame {
  position: relative;
  display: grid;
  min-height: 180px;
  place-items: center;
  overflow: hidden;
  color: var(--muted);
  background: var(--paper-field);
}

.photo-placeholder {
  max-width: 12rem;
  font-family: var(--serif);
  font-size: 1.05rem;
  text-align: center;
}

.photo-frame:not(.is-empty) {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  align-items: stretch;
  gap: 1px;
  background: var(--rule);
}

.reference-card {
  display: grid;
  min-width: 0;
  background: var(--paper-light);
  grid-template-rows: minmax(280px, 1fr) auto;
}

.reference-card > img,
.photo-frame > img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 460px;
  object-fit: contain;
  background: var(--paper-field);
}

.reference-meta {
  display: flex;
  min-height: 54px;
  padding: 8px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reference-meta strong {
  font-size: 0.78rem;
}

.reference-actions {
  display: flex;
  gap: 4px;
}

.reference-actions button {
  min-height: 44px;
  padding: 0 10px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 0.76rem;
  font-weight: 750;
}

.reference-actions button:hover {
  color: var(--seal);
}

.order-summary > p {
  max-width: 29rem;
  font-size: 1.08rem;
  line-height: 1.45;
}

.order-summary dl {
  margin-top: 14px;
}

.order-summary dl div {
  display: grid;
  padding: 9px 0;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
}

.order-summary dt {
  padding-top: 3px;
}

.order-summary dd {
  color: var(--ink);
  line-height: 1.4;
}

.order-options {
  display: grid;
  width: min(100%, 860px);
  margin: 74px auto 0;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 38px;
}

.order-options > .form-chapter {
  grid-column: 1 / -1;
}

.order-options > label[for="portrait-mood"] {
  width: min(100%, 420px);
}

.format-group,
.shipping-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.format-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.format-group legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.format-group > label {
  display: grid;
  min-height: 132px;
  padding: 18px;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 8px 12px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--rule);
}

.format-group > label.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.format-group input {
  width: 19px;
  height: 19px;
  margin: 3px 0 0;
  accent-color: var(--seal);
}

.format-group label span {
  display: grid;
}

.format-group small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 400;
}

.format-group b {
  grid-column: 2;
  align-self: end;
  color: var(--seal);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.payment-note {
  display: grid;
  padding-top: 2px;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
}

.payment-note span,
.submission-feedback span,
.email-watch-alert span,
.consent-row span,
.field-help {
  color: var(--muted);
}

.special-request-field,
.shipping-disclosure,
.submission-feedback,
.consent-row,
.email-watch-alert,
.order-options > .full,
.form-chapter-shipping {
  grid-column: 1 / -1;
}

.field-help {
  display: block;
  margin-top: 7px;
  font-size: 0.8rem;
  font-weight: 400;
}

.form-chapter-shipping {
  margin-top: 28px;
}

.shipping-disclosure {
  padding: 0 18px;
  background: var(--white);
  border: 1px solid var(--rule);
}

.shipping-disclosure summary {
  position: relative;
  display: grid;
  min-height: 78px;
  padding: 14px 42px 14px 0;
  align-content: center;
  list-style: none;
}

.shipping-disclosure summary::-webkit-details-marker {
  display: none;
}

.shipping-disclosure summary::after {
  position: absolute;
  top: 22px;
  right: 0;
  font-family: var(--serif);
  font-size: 1.6rem;
  content: "+";
}

.shipping-disclosure[open] summary::after {
  content: "−";
}

.shipping-disclosure summary span {
  font-size: 1.25rem;
  font-weight: 650;
}

.shipping-disclosure summary small {
  color: var(--muted);
  font-size: 0.78rem;
}

.shipping-fieldset {
  padding: 22px 0 28px;
}

.consent-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.consent-row input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--seal);
}

.consent-row span {
  font-weight: 400;
}

.email-watch-alert,
.submission-feedback {
  padding-top: 22px;
}

.email-watch-alert strong {
  display: block;
  margin-bottom: 4px;
}

.submission-feedback {
  display: grid;
  gap: 4px;
}

.submission-feedback.is-error {
  color: #962f28;
}

.submission-feedback.is-success {
  color: #356547;
}

.order-options > .button {
  width: min(100%, 420px);
  min-height: 56px;
}

/* Commission journey */
.commission-journey {
  background: var(--paper-light);
}

.commission-journey .split-section {
  min-height: 690px;
}

.process-section {
  background: var(--paper-light);
}

.photo-section {
  background: var(--paper-soft);
}

.photo-section .split-copy {
  order: 2;
}

.photo-section .split-media {
  order: 1;
}

.memorial-section {
  background: var(--paper-deep);
}

.memorial-section .split-media {
  order: 1;
}

.memorial-section .split-copy {
  order: 2;
}

.steps,
.photo-rules {
  display: grid;
  margin-top: 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

.steps article,
.photo-rules article {
  min-width: 0;
}

.steps span {
  display: block;
  margin-bottom: 5px;
}

.steps h3,
.photo-rules h3 {
  font-size: 1.2rem;
}

.steps p,
.photo-rules p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Policy, privacy, FAQ */
.policy-section,
.privacy-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(58px, 9vw, 140px);
}

.policy-section > *,
.privacy-section > *,
.faq-section > * {
  width: 100%;
}

.policy-section {
  background: var(--paper);
}

.policy-section h2,
.privacy-section h2 {
  max-width: 100%;
  margin-top: 20px;
  font-size: clamp(2.6rem, 3.5vw, 3.8rem);
}

.policy-list,
.privacy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 42px;
}

.policy-list p,
.privacy-list p {
  margin-top: 7px;
  color: var(--muted);
}

.privacy-section {
  background: var(--paper-deep);
}

.privacy-section .privacy-heading {
  display: block;
}

.privacy-list h3 {
  color: var(--seal);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-contact {
  grid-column: 2;
  margin-top: 24px;
  color: var(--muted);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(58px, 9vw, 140px);
  background: var(--paper-light);
}

.faq-section .section-heading {
  display: block;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 0 22px 16px;
  background: var(--paper-soft);
}

.faq-list summary {
  position: relative;
  min-height: 76px;
  padding: 20px 42px 20px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 650;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 46rem;
  color: var(--muted);
}

/* Footer and thank-you */
.site-footer {
  display: flex;
  padding-top: 54px;
  padding-bottom: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--paper);
  border-top: 1px solid var(--rule);
}

.site-footer .brand-mark img {
  width: 58px;
  height: 58px;
}

.site-footer .brand-name {
  font-size: 1.35rem;
}

.site-footer .brand-line {
  max-width: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.88rem;
}

.thank-you-page {
  display: grid;
  min-height: 100dvh;
  padding: 32px;
  place-items: center;
  background: var(--paper-deep);
}

.thank-you-panel {
  width: min(100%, 880px);
  padding: clamp(38px, 7vw, 76px);
  background: var(--paper-light);
}

.thank-you-panel > .brand {
  gap: 14px;
}

.thank-you-panel .brand-mark img {
  width: 72px;
  height: 72px;
}

.thank-you-panel > .eyebrow {
  margin-top: 54px;
}

.thank-you-panel h1 {
  max-width: 14ch;
  margin-top: 18px;
  font-size: clamp(3.4rem, 6.2vw, 5rem);
  line-height: 0.98;
}

.thank-you-lead {
  max-width: 36rem;
  margin-top: 26px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.thank-you-help {
  margin-top: 22px;
}

.thank-you-lead a,
.thank-you-email-callout a {
  color: inherit;
}

.thank-you-email-callout {
  display: grid;
  margin-top: 34px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 8px;
}

.thank-you-email-callout > span {
  color: var(--seal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.thank-you-email-callout > a {
  width: fit-content;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  font-weight: 650;
  line-height: 1.1;
  text-decoration-color: color-mix(in srgb, var(--seal) 48%, transparent);
  text-underline-offset: 5px;
}

.thank-you-email-callout p {
  max-width: 35rem;
  margin-top: 8px;
}

.thank-you-help,
.thank-you-email-callout p {
  color: var(--muted);
}

.thank-you-actions {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

/* Responsive */
@media (max-width: 1180px) {
  :root {
    --rail: 0px;
    --pad: clamp(30px, 5vw, 54px);
  }

  html {
    scroll-padding-top: 76px;
  }

  .top-shell {
    inset: 0 0 auto;
    width: 100%;
    height: 65px;
    padding: 0 var(--pad);
    background: rgba(248, 244, 236, 0.97);
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    backdrop-filter: blur(10px);
  }

  .site-header {
    display: flex;
    height: 65px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .top-shell .brand {
    display: flex;
    gap: 10px;
  }

  .top-shell .brand-mark img {
    width: 48px;
    height: 48px;
  }

  .top-shell .brand-name {
    font-size: 1.45rem;
  }

  .top-shell .brand-line {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    color: var(--ink);
    background: transparent;
    border: 0;
  }

  .nav-toggle-label {
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nav {
    position: fixed;
    top: 65px;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 30px var(--pad) 34px;
    gap: 22px;
    background: var(--paper-light);
    box-shadow: 0 20px 34px rgba(57, 48, 39, 0.12);
  }

  .nav.is-open {
    display: grid;
  }

  main,
  .site-footer {
    margin-left: 0;
  }

  main {
    padding-top: 65px;
  }

  .hero {
    min-height: calc(100dvh - 65px);
    grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
    grid-template-areas: "media copy" "process process";
  }

  .hero-carousel-stage {
    height: min(76dvh, 760px);
    min-height: 560px;
  }

  .hero-copy {
    padding: 60px clamp(36px, 5vw, 64px);
  }

  .hero-process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 34px var(--pad);
    gap: 28px;
  }

  .hero-process strong {
    max-width: 11rem;
  }

  .commission-art {
    height: 330px;
  }

  .commission-card {
    grid-template-rows: 330px auto minmax(3.3rem, auto) minmax(6.8rem, auto);
  }

  .split-section,
  .studio-section {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px;
  }

  .order-form {
    grid-template-columns: 1fr;
  }

  .preview-panel {
    margin-top: 28px;
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 30px;
  }

  .order-options {
    margin-top: 64px;
  }
}

@media (max-width: 820px) {
  :root {
    --section-y: 90px;
  }

  h1 {
    font-size: clamp(3.2rem, 8.8vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.55rem, 7.2vw, 4rem);
  }

  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    order: 1;
    min-height: calc(78dvh - 65px);
    padding: 64px var(--pad) 50px;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-media {
    order: 2;
    padding: 26px var(--pad) 0;
  }

  .hero-carousel-stage {
    height: min(120vw, 760px);
    min-height: 0;
  }

  .hero-process {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commission-menu-heading,
  .delivered-heading,
  .section-heading,
  .privacy-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .commission-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .commission-card {
    grid-template-rows: min(112vw, 500px) auto auto auto;
  }

  .commission-card,
  .commission-art {
    height: auto;
  }

  .commission-art {
    min-height: min(112vw, 500px);
  }

  .commission-card h3,
  .commission-card > p:last-child {
    min-height: 0;
  }

  .delivered-track {
    grid-auto-columns: min(78vw, 360px);
  }

  .split-section,
  .studio-section {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 48px;
  }

  .style-section .split-copy,
  .studio-copy,
  .commission-journey .split-copy,
  .memorial-section .split-copy {
    order: 1;
  }

  .style-section .split-media,
  .studio-media,
  .commission-journey .split-media,
  .memorial-section .split-media {
    order: 2;
  }

  .split-media,
  .studio-media {
    width: 100%;
    min-height: min(104vw, 560px);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .price-card {
    grid-template-rows: auto;
  }

  .price-art {
    height: min(105vw, 480px);
  }

  .paper-detail,
  .policy-section,
  .privacy-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .paper-detail ul,
  .policy-list,
  .privacy-list {
    grid-template-columns: 1fr;
  }

  .privacy-contact {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  :root {
    --pad: 20px;
    --section-y: 82px;
  }

  body {
    font-size: 16px;
  }

  .brand-mark img {
    width: 44px;
    height: 44px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1.18rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-media {
    padding-right: var(--pad);
    padding-left: var(--pad);
  }

  .hero-process {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-process li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: baseline;
  }

  .delivered-card,
  .delivered-card figure {
    height: auto;
  }

  .delivered-card {
    grid-template-rows: min(108vw, 440px) auto;
  }

  .delivered-card figure {
    min-height: min(108vw, 440px);
  }

  .proof-grid,
  .studio-proof,
  .steps,
  .photo-rules {
    grid-template-columns: 1fr;
  }

  .paper-detail {
    padding: 32px 24px;
  }

  .order-form {
    grid-template-columns: 1fr;
  }

  .form-chapter {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
  }

  .preview-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .photo-frame {
    min-height: 260px;
  }

  .order-options {
    width: 100%;
    margin-top: 54px;
    gap: 32px;
  }

  .field-grid,
  .shipping-grid,
  .us-shipping-fields,
  .format-group {
    grid-template-columns: 1fr;
  }

  .field-wide,
  .field-grid label:last-child {
    grid-column: auto;
  }

  .payment-note {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .order-options > .button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .thank-you-page {
    padding: 16px;
  }

  .thank-you-panel {
    padding: 34px 24px;
  }

  .thank-you-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .hero-copy {
    min-height: calc(86dvh - 65px);
  }

  .hero-carousel-stage {
    height: 138vw;
  }

  .hero-slide {
    inset: 5.5% 8% 15%;
  }

  .commission-menu,
  .delivered-section,
  .formats-section,
  .order-section,
  .policy-section,
  .privacy-section,
  .faq-section,
  .split-section,
  .studio-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .format-group > label {
    min-height: 138px;
  }
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Lacquer folio — 2026-08-10 art-direction pass.
   Dark lacquer frames real xuan-paper originals; it never replaces them. */
body.site-v5 {
  --ink: #201c18;
  --ink-soft: #4e463d;
  --muted: #6a6054;
  --seal: #9e3128;
  --seal-dark: #722019;
  --paper: #eee2cf;
  --paper-light: #f7f1e6;
  --paper-soft: #e5d7c2;
  --paper-deep: #d8c4a8;
  --paper-field: #e0d1ba;
  --rule: #bda98c;
  --rule-dark: #927d62;
  --white: #fffaf0;
  --rail: 208px;
  --content: 1440px;
  background-color: var(--paper-light);
  background-image:
    radial-gradient(circle at 19% 22%, rgba(96, 66, 34, 0.045) 0 1px, transparent 1.3px),
    radial-gradient(circle at 77% 13%, rgba(96, 66, 34, 0.035) 0 1px, transparent 1.2px),
    repeating-linear-gradient(0deg, rgba(72, 46, 22, 0.018) 0 1px, transparent 1px 6px);
  background-size: 23px 29px, 31px 37px, auto;
}

.site-v5::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(64, 41, 21, 0.025), transparent 16%, transparent 84%, rgba(64, 41, 21, 0.025)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 13px);
  content: "";
}

.site-v5 .top-shell {
  width: var(--rail);
  padding: 28px 24px 32px;
  color: #f8eedc;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 27%),
    #1c1a17;
  border-right: 1px solid #4a4034;
  box-shadow: inset -1px 0 rgba(255, 248, 235, 0.08);
}

.site-v5 .site-header {
  position: relative;
}

.site-v5 .site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 231, 204, 0.34), transparent);
  content: "";
}

.site-v5 .brand {
  color: inherit;
}

.site-v5 .top-shell .brand {
  gap: 16px;
}

.site-v5 .brand-mark {
  position: relative;
  display: grid;
  width: 126px;
  height: 126px;
  padding: 10px;
  place-items: center;
  background:
    repeating-linear-gradient(90deg, rgba(88, 62, 38, 0.035) 0 1px, transparent 1px 7px),
    #f4ead8;
  border: 1px solid #b79269;
  box-shadow: 7px 7px 0 rgba(105, 35, 28, 0.96);
}

.site-v5 .brand-mark::before {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(98, 66, 34, 0.28);
  content: "";
}

.site-v5 .brand-mark img {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
}

.site-v5 .brand-name {
  color: #f9edda;
  font-size: 2.15rem;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.site-v5 .brand-line {
  max-width: 10.5rem;
  color: #c9baa2;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
}

.site-v5 .nav {
  gap: 0;
  padding-bottom: 18px;
}

.site-v5 .nav a {
  width: 100%;
  padding: 12px 0;
  color: #e9ddca;
  border-bottom: 1px solid rgba(235, 222, 198, 0.12);
  font-size: 0.67rem;
  letter-spacing: 0.17em;
}

.site-v5 .nav a::before {
  display: inline-block;
  width: 0.85rem;
  color: var(--seal);
  content: "—";
}

.site-v5 .nav a:hover,
.site-v5 .nav a:focus-visible {
  color: #fff9ed;
}

.site-v5 .hero {
  min-height: 100dvh;
  grid-template-columns: minmax(370px, 0.79fr) minmax(450px, 1.21fr) minmax(164px, 0.28fr);
  grid-template-areas: "copy media process";
  background: #211e1a;
}

.site-v5 .hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(82px, 10vw, 150px) clamp(42px, 5.3vw, 86px) clamp(70px, 7vw, 110px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 246, 0.82), rgba(247, 237, 220, 0.9)),
    repeating-linear-gradient(90deg, rgba(87, 57, 27, 0.035) 0 1px, transparent 1px 7px),
    var(--paper-light);
}

.site-v5 .hero-copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--seal);
  content: "";
}

.site-v5 .hero-copy::after {
  position: absolute;
  right: -8rem;
  bottom: -9rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(93, 57, 27, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(93, 57, 27, 0.025), 0 0 0 42px rgba(93, 57, 27, 0.018);
  content: "";
}

.site-v5 .hero-copy > * {
  position: relative;
  z-index: 1;
}

.site-v5 .hero-copy .eyebrow {
  color: var(--seal-dark);
}

.site-v5 .hero-copy h1 {
  max-width: 9ch;
  margin-top: 34px;
  color: #221c17;
  font-size: clamp(4.45rem, 6vw, 7.25rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.83;
}

.site-v5 .hero-copy > p:not(.eyebrow) {
  max-width: 24rem;
  margin-top: 42px;
  color: #51473d;
  font-size: clamp(1.18rem, 1.45vw, 1.5rem);
  line-height: 1.56;
}

.site-v5 .hero-actions {
  width: min(100%, 410px);
  margin-top: 44px;
  grid-template-columns: minmax(0, 1.13fr) minmax(0, 0.87fr);
  gap: 0;
}

.site-v5 .hero-actions .button {
  min-height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.site-v5 .button {
  position: relative;
  min-height: 54px;
  border-color: #765b41;
  font-size: 0.84rem;
  letter-spacing: 0.035em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-v5 .button-primary {
  background: var(--seal);
  border-color: var(--seal);
}

.site-v5 .button-primary::after {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 247, 234, 0.35);
  content: "";
}

.site-v5 .button:hover,
.site-v5 .button:focus-visible {
  color: #fff9ee;
  background: #27221d;
  border-color: #27221d;
  transform: translateY(-2px);
}

.site-v5 .hero-media {
  padding: clamp(28px, 4vw, 68px) clamp(22px, 3vw, 50px) clamp(28px, 4vw, 52px);
  background:
    linear-gradient(135deg, rgba(255, 239, 208, 0.075), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 247, 228, 0.025) 0 1px, transparent 1px 10px),
    #2b2823;
}

.site-v5 .hero-carousel-stage {
  height: min(84dvh, 880px);
  min-height: 620px;
  overflow: visible;
}

.site-v5 .hero-paper-stage {
  inset: 2.4% 4.6% 7.2%;
  width: 90.8%;
  height: 90.4%;
  filter: sepia(0.08) contrast(0.98);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.36);
}

.site-v5 .hero-carousel-stage::before,
.site-v5 .hero-carousel-stage::after {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  content: "";
}

.site-v5 .hero-carousel-stage::before {
  top: 1.4%;
  right: 4.6%;
  left: 4.6%;
  height: 8px;
  background: linear-gradient(90deg, transparent, #8e2b24 12%, #8e2b24 88%, transparent);
  box-shadow: 0 2px 0 rgba(252, 235, 206, 0.2);
}

.site-v5 .hero-carousel-stage::after {
  right: 0;
  bottom: 4%;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(239, 222, 192, 0.42);
  background: #9e3128;
  box-shadow: inset 0 0 0 6px rgba(255, 244, 223, 0.14);
}

.site-v5 .hero-slide {
  inset: 8.3% 11.7% 16.6%;
}

.site-v5 .hero-carousel-controls {
  right: 7.4%;
  bottom: 8.1%;
  left: 7.4%;
  min-height: 52px;
  padding: 0 14px;
  background: #f0e2cb;
  border-top: 1px solid #8c7256;
  border-bottom: 1px solid #8c7256;
}

.site-v5 .hero-dot {
  color: #655644;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.site-v5 .hero-dot.is-active {
  color: var(--seal);
}

.site-v5 .hero-process {
  position: relative;
  padding: clamp(72px, 9vh, 118px) clamp(20px, 2.2vw, 34px);
  gap: clamp(44px, 6.6vh, 82px);
  color: #fbefd9;
  background:
    linear-gradient(180deg, rgba(255, 245, 223, 0.08), transparent 38%),
    #8d2b23;
}

.site-v5 .hero-process::before {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 26px;
  width: 1px;
  background: rgba(255, 242, 219, 0.35);
  content: "";
}

.site-v5 .hero-process li {
  position: relative;
  padding-left: 21px;
}

.site-v5 .hero-process span {
  color: #f8dfbd;
}

.site-v5 .hero-process strong {
  max-width: 9.2rem;
  font-size: 1.34rem;
  font-weight: 500;
}

.site-v5 .commission-menu,
.site-v5 .delivered-section,
.site-v5 .formats-section,
.site-v5 .order-section,
.site-v5 .policy-section,
.site-v5 .privacy-section,
.site-v5 .faq-section,
.site-v5 .split-section,
.site-v5 .studio-section {
  position: relative;
  border-top: 1px solid rgba(101, 69, 37, 0.2);
}

.site-v5 .commission-menu {
  background:
    linear-gradient(90deg, rgba(158, 49, 40, 0.96) 0 7px, transparent 7px),
    linear-gradient(180deg, rgba(255, 253, 244, 0.46), rgba(235, 219, 195, 0.35)),
    var(--paper);
}

.site-v5 .commission-menu-heading,
.site-v5 .delivered-heading,
.site-v5 .section-heading,
.site-v5 .privacy-heading {
  align-items: start;
}

.site-v5 .commission-menu-heading h2,
.site-v5 .delivered-heading h2,
.site-v5 .section-heading h2,
.site-v5 .privacy-heading h2 {
  max-width: 12ch;
  font-size: clamp(3.05rem, 4.8vw, 5.5rem);
  line-height: 0.9;
}

.site-v5 .commission-grid {
  position: relative;
  gap: clamp(24px, 3.4vw, 50px);
}

.site-v5 .commission-grid::before {
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--seal), transparent 28%, transparent 72%, var(--seal));
  content: "";
}

.site-v5 .commission-card,
.site-v5 .price-card {
  padding: 12px;
  background: rgba(255, 250, 239, 0.42);
  border: 1px solid rgba(103, 72, 40, 0.22);
}

.site-v5 .commission-card > :not(.commission-art),
.site-v5 .price-card > :not(.price-art) {
  margin-right: 8px;
  margin-left: 8px;
}

.site-v5 .commission-art {
  height: 382px;
  padding: 18px;
  background:
    repeating-linear-gradient(45deg, rgba(109, 66, 30, 0.035) 0 1px, transparent 1px 7px),
    #d6c3a7;
  border: 1px solid rgba(101, 68, 35, 0.24);
}

.site-v5 .commission-card h3 {
  font-size: 1.72rem;
  font-weight: 520;
}

.site-v5 .commission-card-topline {
  margin-top: 22px;
}

.site-v5 .commission-details-link {
  margin-top: 54px;
}

.site-v5 .delivered-section {
  color: #f4ead8;
  background:
    radial-gradient(circle at 76% 8%, rgba(182, 133, 70, 0.13), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 245, 220, 0.025) 0 1px, transparent 1px 9px),
    #24211d;
}

.site-v5 .delivered-heading > p,
.site-v5 .delivered-heading h2,
.site-v5 .delivered-gallery-note,
.site-v5 .delivered-card p {
  color: inherit;
}

.site-v5 .delivered-heading .eyebrow,
.site-v5 .delivered-gallery-note,
.site-v5 .delivered-card p span {
  color: #d8a666;
}

.site-v5 .delivered-gallery-controls {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(244, 234, 216, 0.24);
}

.site-v5 .gallery-arrow {
  color: #f9edd7;
  border-color: rgba(244, 234, 216, 0.48);
}

.site-v5 .gallery-arrow:hover,
.site-v5 .gallery-arrow:focus-visible {
  color: #241f1a;
  background: #f1e4cc;
}

.site-v5 .delivered-track {
  gap: clamp(18px, 2.5vw, 34px);
  padding: 8px 0 18px;
}

.site-v5 .delivered-card {
  grid-template-rows: 390px auto;
}

.site-v5 .delivered-card figure {
  height: 390px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 252, 243, 0.4), transparent),
    #c7b394;
  border: 1px solid rgba(245, 234, 213, 0.22);
}

.site-v5 .delivered-card p {
  padding: 17px 4px 0;
  font-size: 1.12rem;
}

.site-v5 .style-section {
  color: #f7eddd;
  background:
    linear-gradient(90deg, rgba(158, 49, 40, 0.95) 0 7px, transparent 7px),
    #3a3027;
}

.site-v5 .style-section .split-copy > p:not(.eyebrow),
.site-v5 .style-section .proof-grid p,
.site-v5 .style-section .proof-grid article > span {
  color: #dfd0b8;
}

.site-v5 .style-section .split-copy > .eyebrow,
.site-v5 .style-section .proof-grid article > span {
  color: #dfa55d;
}

.site-v5 .style-section .split-media {
  background: rgba(250, 240, 219, 0.12);
  border: 1px solid rgba(250, 240, 219, 0.18);
}

.site-v5 .studio-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.52), rgba(239, 226, 204, 0.18)),
    var(--paper-light);
}

.site-v5 .studio-media,
.site-v5 .split-media {
  background:
    repeating-linear-gradient(90deg, rgba(94, 62, 29, 0.035) 0 1px, transparent 1px 7px),
    rgba(255, 251, 241, 0.58);
  border: 1px solid rgba(100, 68, 35, 0.18);
}

.site-v5 .studio-proof,
.site-v5 .policy-list,
.site-v5 .privacy-list {
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.site-v5 .studio-proof article,
.site-v5 .policy-list article,
.site-v5 .privacy-list article {
  min-height: 138px;
  padding: 20px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.site-v5 .formats-section {
  color: #f6ead4;
  background:
    radial-gradient(circle at 8% 15%, rgba(165, 73, 45, 0.42), transparent 25%),
    #211f1b;
}

.site-v5 .formats-section .section-heading > p,
.site-v5 .formats-section .format-note,
.site-v5 .formats-section .price-card > p:not(.plan):not(.portrait-price),
.site-v5 .formats-section .price-card ul {
  color: #d6c8b1;
}

.site-v5 .formats-section .eyebrow,
.site-v5 .formats-section .plan,
.site-v5 .formats-section .portrait-price,
.site-v5 .formats-section .portrait-price strong {
  color: #e2ae68;
}

.site-v5 .formats-section .price-card {
  background: rgba(255, 249, 235, 0.055);
  border-color: rgba(247, 233, 209, 0.2);
}

.site-v5 .price-art {
  height: 386px;
  padding: 20px;
  background: #d5c19f;
  border: 1px solid rgba(249, 236, 213, 0.24);
}

.site-v5 .price-card .button-outline {
  color: #f5ead7;
  border-color: rgba(244, 230, 202, 0.62);
}

.site-v5 .price-card .button-outline:hover,
.site-v5 .price-card .button-outline:focus-visible {
  color: #211e1a;
  background: #f6e9d2;
}

.site-v5 .paper-detail {
  background:
    linear-gradient(90deg, rgba(158, 49, 40, 0.94) 0 8px, transparent 8px),
    #d7c1a2;
  border: 1px solid rgba(249, 235, 208, 0.18);
}

.site-v5 .order-section {
  background:
    linear-gradient(90deg, rgba(158, 49, 40, 0.94) 0 7px, transparent 7px),
    repeating-linear-gradient(90deg, rgba(92, 57, 28, 0.032) 0 1px, transparent 1px 8px),
    #ebddc5;
}

.site-v5 .order-section .section-heading h2 {
  max-width: 10ch;
}

.site-v5 .order-form {
  padding: clamp(28px, 4vw, 58px);
  background: rgba(255, 250, 241, 0.55);
  border: 1px solid rgba(116, 82, 45, 0.45);
  box-shadow: 14px 16px 0 rgba(77, 45, 20, 0.1);
}

.site-v5 .upload-box,
.site-v5 .preview-card,
.site-v5 .shipping-disclosure,
.site-v5 .format-group > label {
  background: rgba(255, 252, 244, 0.74);
}

.site-v5 .order-options > .button {
  width: min(100%, 448px);
}

.site-v5 .commission-journey .split-section {
  min-height: 730px;
}

.site-v5 .process-section {
  background: #f6eee0;
}

.site-v5 .photo-section {
  color: #f8ebd5;
  background: #343028;
}

.site-v5 .photo-section .split-copy > p:not(.eyebrow),
.site-v5 .photo-section .photo-rules p,
.site-v5 .photo-section .photo-rules h3 {
  color: #dfd0b9;
}

.site-v5 .photo-section .split-copy > .eyebrow {
  color: #dca565;
}

.site-v5 .photo-section .split-media {
  background: rgba(255, 248, 232, 0.1);
  border-color: rgba(255, 248, 232, 0.2);
}

.site-v5 .memorial-section {
  background:
    linear-gradient(90deg, rgba(158, 49, 40, 0.94) 0 7px, transparent 7px),
    #d9c5a8;
}

.site-v5 .policy-section {
  background: #f5ecdc;
}

.site-v5 .policy-list article {
  min-height: 166px;
}

.site-v5 .privacy-section {
  color: #f5e9d6;
  background: #27231e;
}

.site-v5 .privacy-heading > p,
.site-v5 .privacy-list p,
.site-v5 .privacy-contact {
  color: #d8c8af;
}

.site-v5 .privacy-heading > .eyebrow,
.site-v5 .privacy-list h3 {
  color: #e0aa63;
}

.site-v5 .privacy-list {
  border-color: rgba(243, 230, 207, 0.26);
}

.site-v5 .privacy-list article {
  min-height: 152px;
  border-color: rgba(243, 230, 207, 0.26);
}

.site-v5 .faq-section {
  background: #e8d9c0;
}

.site-v5 .faq-list details {
  background: rgba(255, 250, 240, 0.58);
  border-left: 5px solid transparent;
}

.site-v5 .faq-list details[open] {
  border-left-color: var(--seal);
}

.site-v5 .site-footer {
  color: #f6ead6;
  background: #1e1b18;
  border-top-color: #514537;
}

.site-v5 .site-footer .brand-mark {
  width: 66px;
  height: 66px;
  padding: 4px;
  box-shadow: 4px 4px 0 var(--seal);
}

.site-v5 .site-footer .brand-mark img {
  width: 52px;
  height: 52px;
}

.site-v5 .site-footer .brand-name {
  color: #f8eddb;
}

.site-v5 .site-footer .brand-line,
.site-v5 .footer-links a {
  color: #d2c1a8;
}

.site-v5 .thank-you-page {
  background:
    radial-gradient(circle at 84% 12%, rgba(166, 55, 42, 0.32), transparent 30%),
    #25211d;
}

.site-v5 .thank-you-panel {
  position: relative;
  padding: clamp(40px, 7vw, 80px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(158, 49, 40, 0.96) 0 8px, transparent 8px),
    repeating-linear-gradient(90deg, rgba(92, 57, 28, 0.035) 0 1px, transparent 1px 7px),
    #f7eedf;
  border: 1px solid #ab8c68;
  box-shadow: 16px 18px 0 rgba(1, 1, 1, 0.18);
}

.site-v5 .thank-you-panel .brand-mark {
  width: 78px;
  height: 78px;
  padding: 5px;
  box-shadow: 4px 4px 0 var(--seal);
}

.site-v5 .thank-you-panel .brand-mark img {
  width: 64px;
  height: 64px;
}

.site-v5 .thank-you-panel .brand-name {
  color: var(--ink);
}

.site-v5 .thank-you-panel .brand-line {
  color: var(--muted);
}

.site-v5 .thank-you-email-callout {
  border-top-color: var(--rule-dark);
  border-bottom-color: var(--rule-dark);
}

@media (max-width: 1180px) {
  body.site-v5 {
    --rail: 0px;
  }

  .site-v5 .top-shell {
    width: 100%;
    height: 72px;
    padding: 0 var(--pad);
    background: #1c1a17;
    border-bottom-color: #4d4235;
  }

  .site-v5 .site-header {
    height: 72px;
  }

  .site-v5 .site-header::after {
    display: none;
  }

  .site-v5 .top-shell .brand {
    gap: 12px;
  }

  .site-v5 .top-shell .brand-mark {
    width: 48px;
    height: 48px;
    padding: 3px;
    box-shadow: 3px 3px 0 var(--seal);
  }

  .site-v5 .top-shell .brand-mark::before {
    inset: 3px;
  }

  .site-v5 .top-shell .brand-mark img {
    width: 39px;
    height: 39px;
  }

  .site-v5 .top-shell .brand-name {
    font-size: 1.7rem;
  }

  .site-v5 .nav-toggle {
    color: #f9edda;
  }

  .site-v5 .nav {
    top: 72px;
    padding: 20px var(--pad) 28px;
    background: #29251f;
    box-shadow: 0 22px 36px rgba(0, 0, 0, 0.3);
  }

  .site-v5 .nav a {
    width: 100%;
    padding: 14px 0;
    color: #f1e5d0;
  }

  .site-v5 main {
    padding-top: 72px;
  }

  .site-v5 .hero {
    min-height: calc(100dvh - 72px);
    grid-template-columns: minmax(350px, 0.88fr) minmax(0, 1.12fr);
    grid-template-areas: "copy media" "process process";
  }

  .site-v5 .hero-carousel-stage {
    height: min(74dvh, 760px);
    min-height: 560px;
  }

  .site-v5 .hero-process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-v5 .hero-process::before {
    top: 34px;
    right: 8%;
    bottom: auto;
    left: 8%;
    width: auto;
    height: 1px;
  }

  .site-v5 .hero-process li {
    padding: 20px 0 0;
  }

  .site-v5 .commission-art,
  .site-v5 .price-art {
    height: 350px;
  }
}

@media (max-width: 820px) {
  .site-v5 .hero {
    display: flex;
    flex-direction: column;
  }

  .site-v5 .hero-copy {
    min-height: calc(76dvh - 72px);
    padding-top: 80px;
  }

  .site-v5 .hero-copy h1 {
    font-size: clamp(4.15rem, 13vw, 6.1rem);
  }

  .site-v5 .hero-media {
    padding: 30px var(--pad) 38px;
  }

  .site-v5 .hero-carousel-stage {
    height: min(132vw, 760px);
  }

  .site-v5 .hero-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .site-v5 .hero-process::before {
    display: none;
  }

  .site-v5 .hero-process li {
    padding: 0;
  }

  .site-v5 .commission-menu-heading h2,
  .site-v5 .delivered-heading h2,
  .site-v5 .section-heading h2,
  .site-v5 .privacy-heading h2 {
    max-width: 13ch;
  }

  .site-v5 .commission-card,
  .site-v5 .price-card {
    padding: 10px;
  }

  .site-v5 .commission-art,
  .site-v5 .price-art {
    height: auto;
    min-height: min(112vw, 520px);
  }

  .site-v5 .delivered-card,
  .site-v5 .delivered-card figure {
    height: auto;
  }

  .site-v5 .delivered-card {
    grid-template-rows: min(110vw, 460px) auto;
  }

  .site-v5 .delivered-card figure {
    min-height: min(110vw, 460px);
  }
}

@media (max-width: 760px) {
  .site-v5 .hero-copy {
    padding: 70px 30px 58px;
  }

  .site-v5 .hero-copy::before {
    width: 7px;
  }

  .site-v5 .hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-v5 .hero-carousel-stage::after {
    width: 46px;
    height: 46px;
  }

  .site-v5 .hero-process {
    grid-template-columns: 1fr;
    padding-right: var(--pad);
    padding-left: var(--pad);
  }

  .site-v5 .hero-process li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: baseline;
  }

  .site-v5 .commission-card > :not(.commission-art),
  .site-v5 .price-card > :not(.price-art) {
    margin-right: 4px;
    margin-left: 4px;
  }

  .site-v5 .studio-proof article,
  .site-v5 .policy-list article,
  .site-v5 .privacy-list article {
    min-height: 0;
  }

  .site-v5 .order-form {
    padding: 24px 18px;
    box-shadow: 8px 9px 0 rgba(77, 45, 20, 0.1);
  }
}

@media (max-width: 430px) {
  .site-v5 .hero-copy {
    min-height: calc(82dvh - 72px);
  }

  .site-v5 .hero-carousel-stage {
    height: 145vw;
  }

  .site-v5 .hero-slide {
    inset: 8.3% 11% 16.8%;
  }
}

/* Living ink folio — 2026-08-10.
   One generative ink current carries the composition; interface chrome recedes. */
body.site-v6 {
  --ink: #171713;
  --ink-soft: #383833;
  --muted: #67675f;
  --smoke: #aaa9a1;
  --wash: #d4d2ca;
  --seal: #a9342a;
  --seal-dark: #7e241e;
  --paper: #eeeae1;
  --paper-light: #f7f4ed;
  --paper-soft: #e7e3da;
  --paper-deep: #d9d4c9;
  --paper-field: #e3ded4;
  --rule: #c8c3b7;
  --rule-dark: #928f86;
  --white: #fcfaf4;
  --rail: 0px;
  --content: 1480px;
  --pad: clamp(34px, 6vw, 96px);
  --section-y: clamp(118px, 12vw, 190px);
  --focus: 3px solid rgba(169, 52, 42, 0.34);
  background: var(--paper-light);
  color: var(--ink);
}

.site-v6 h1,
.site-v6 h2 {
  font-family: var(--sans);
  font-weight: 320;
  letter-spacing: -0.055em;
}

.site-v6 h3,
.site-v6 .upload-title,
.site-v6 .portrait-price,
.site-v6 .order-summary > p,
.site-v6 .shipping-disclosure summary span,
.site-v6 .faq-list summary {
  font-family: var(--serif);
}

.site-v6 .top-shell {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  width: 100%;
  height: 84px;
  padding: 0 var(--pad);
  color: var(--ink);
  background: rgba(247, 244, 237, 0.92);
  border-right: 0;
  border-bottom: 1px solid rgba(23, 23, 19, 0.12);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(0.82);
}

.site-v6 .site-header {
  display: flex;
  width: min(100%, 1500px);
  height: 84px;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
}

.site-v6 .top-shell .brand {
  display: flex;
  gap: 14px;
}

.site-v6 .brand-mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-v6 .brand-mark::before {
  display: none;
}

.site-v6 .brand-mark img,
.site-v6 .top-shell .brand-mark img {
  width: 52px;
  height: 52px;
  filter: contrast(1.1);
  object-fit: contain;
}

.site-v6 .brand-copy {
  gap: 4px;
}

.site-v6 .brand-name {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.28rem;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.site-v6 .brand-line {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 650;
  letter-spacing: 0.19em;
}

.site-v6 .nav {
  display: flex;
  margin: 0 0 0 auto;
  padding: 0;
  align-items: center;
  gap: clamp(20px, 2.6vw, 40px);
}

.site-v6 .nav a {
  position: relative;
  width: auto;
  padding: 10px 0;
  color: var(--ink-soft);
  border: 0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.site-v6 .nav a::before {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  width: auto;
  height: 1px;
  background: var(--seal);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-v6 .nav a:hover,
.site-v6 .nav a:focus-visible {
  color: var(--ink);
}

.site-v6 .nav a:hover::before,
.site-v6 .nav a:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left;
}

.site-v6 main,
.site-v6 .site-footer {
  margin-left: 0;
}

.site-v6 main {
  padding-top: 0;
}

.site-v6 .hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  padding-top: 84px;
  overflow: hidden;
  grid-template-columns: minmax(350px, 0.76fr) minmax(560px, 1.24fr);
  grid-template-rows: minmax(620px, 1fr) auto;
  grid-template-areas: "copy media" "process process";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), transparent 54%),
    var(--paper-light);
}

.site-v6 .ink-field {
  position: absolute;
  inset: 84px 0 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 84px);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  transition: opacity 1100ms ease-out;
}

.site-v6 .ink-field.is-ready {
  opacity: 0.74;
}

.site-v6 .hero-copy,
.site-v6 .hero-media,
.site-v6 .hero-process {
  position: relative;
  z-index: 2;
}

.site-v6 .hero-copy {
  display: grid;
  min-width: 0;
  padding: clamp(120px, 13vw, 210px) clamp(32px, 4vw, 76px) clamp(76px, 8vw, 126px) var(--pad);
  align-content: center;
  background: transparent;
}

.site-v6 .hero-copy::before {
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: clamp(16px, 2vw, 32px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(23, 23, 19, 0.32), transparent);
  content: "";
}

.site-v6 .hero-copy::after {
  position: absolute;
  bottom: 9%;
  left: clamp(16px, 2vw, 32px);
  width: 10px;
  height: 10px;
  background: var(--seal);
  content: "";
}

.site-v6 .hero-copy > * {
  position: relative;
  z-index: 1;
}

.site-v6 .hero-copy .eyebrow {
  color: var(--ink-soft);
}

.site-v6 .hero-copy h1 {
  max-width: 680px;
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(4.15rem, 6.3vw, 7.7rem);
  font-weight: 300;
  letter-spacing: -0.068em;
  line-height: 0.89;
  text-wrap: pretty;
}

.site-v6 .hero-copy > p:not(.eyebrow) {
  max-width: 31rem;
  margin-top: 42px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: clamp(1.06rem, 1.35vw, 1.28rem);
  font-weight: 360;
  line-height: 1.68;
}

.site-v6 .hero-actions {
  display: flex;
  width: auto;
  margin-top: 46px;
  flex-wrap: wrap;
  gap: 10px;
}

.site-v6 .hero-actions .button {
  width: auto;
  min-height: 56px;
  padding: 0 24px;
}

.site-v6 .button {
  position: relative;
  min-height: 52px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(23, 23, 19, 0.48);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.055em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-v6 .button-primary {
  color: var(--white);
  background: var(--seal);
  border-color: var(--seal);
}

.site-v6 .button-primary::after {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 250, 244, 0.34);
  content: "";
}

.site-v6 .button:hover,
.site-v6 .button:focus-visible {
  color: var(--paper-light);
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.site-v6 .hero-media {
  display: grid;
  min-width: 0;
  padding: clamp(118px, 11vw, 170px) var(--pad) clamp(54px, 6vw, 88px) clamp(16px, 2vw, 36px);
  align-items: center;
  background: transparent;
}

.site-v6 .hero-media::after {
  position: absolute;
  right: clamp(24px, 5vw, 82px);
  bottom: clamp(48px, 7vw, 104px);
  z-index: 6;
  width: clamp(46px, 4.8vw, 72px);
  height: clamp(46px, 4.8vw, 72px);
  background: var(--seal);
  box-shadow: inset 0 0 0 5px rgba(255, 250, 240, 0.16);
  content: "";
  transform: rotate(-1.5deg);
}

.site-v6 .hero-carousel-stage {
  position: relative;
  width: min(100%, 720px);
  height: min(74svh, 790px);
  min-height: 570px;
  margin-left: auto;
  overflow: hidden;
  clip-path: polygon(1.2% 0.6%, 98.8% 0, 100% 97%, 98.2% 99.5%, 1.4% 100%, 0 96.8%);
  filter: drop-shadow(0 24px 38px rgba(30, 28, 24, 0.14));
}

.site-v6 .hero-paper-stage {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) contrast(0.98) brightness(1.02);
  box-shadow: none;
}

.site-v6 .hero-slide {
  inset: 7% 10.5% 15.5%;
}

.site-v6 .hero-carousel-controls {
  right: calc(var(--pad) + 7%);
  bottom: clamp(60px, 7.4vw, 112px);
  left: auto;
  z-index: 5;
  width: min(56%, 390px);
  min-height: 48px;
  padding: 0 78px 0 12px;
  background: rgba(247, 244, 237, 0.9);
  border-top: 1px solid rgba(23, 23, 19, 0.18);
  border-bottom: 1px solid rgba(23, 23, 19, 0.18);
}

.site-v6 .hero-dot {
  color: var(--muted);
  font-size: 0.64rem;
}

.site-v6 .hero-dot.is-active {
  color: var(--seal);
}

.site-v6 .hero-process {
  display: grid;
  width: min(calc(100% - (2 * var(--pad))), 1340px);
  margin: 0 auto;
  padding: 34px 0 42px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: clamp(30px, 5vw, 82px);
  background: transparent;
  border-top: 1px solid rgba(23, 23, 19, 0.24);
}

.site-v6 .hero-process::before {
  display: none;
}

.site-v6 .hero-process li {
  position: relative;
  display: grid;
  padding: 0;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}

.site-v6 .hero-process span {
  color: var(--seal);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.site-v6 .hero-process strong {
  max-width: 12rem;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 480;
  line-height: 1.35;
}

.site-v6 .commission-menu,
.site-v6 .delivered-section,
.site-v6 .formats-section,
.site-v6 .order-section,
.site-v6 .policy-section,
.site-v6 .privacy-section,
.site-v6 .faq-section,
.site-v6 .split-section,
.site-v6 .studio-section,
.site-v6 .site-footer {
  position: relative;
  padding: var(--section-y) var(--pad);
  border-top: 0;
}

.site-v6 .commission-menu > *,
.site-v6 .delivered-section > *,
.site-v6 .formats-section > *,
.site-v6 .order-section > *,
.site-v6 .policy-section > *,
.site-v6 .privacy-section > *,
.site-v6 .faq-section > *,
.site-v6 .split-section > *,
.site-v6 .studio-section > *,
.site-v6 .site-footer > * {
  width: min(100%, 1320px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.site-v6 .commission-menu-heading,
.site-v6 .delivered-heading,
.site-v6 .section-heading,
.site-v6 .privacy-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.42fr);
  gap: clamp(46px, 9vw, 150px);
  align-items: start;
}

.site-v6 .commission-menu-heading h2,
.site-v6 .delivered-heading h2,
.site-v6 .section-heading h2,
.site-v6 .privacy-heading h2,
.site-v6 .split-copy h2,
.site-v6 .studio-copy h2,
.site-v6 .policy-section h2 {
  max-width: 880px;
  margin-top: 26px;
  font-size: clamp(3.2rem, 5.5vw, 6.3rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.93;
  text-wrap: pretty;
}

.site-v6 .commission-menu-heading > p,
.site-v6 .delivered-heading > p,
.site-v6 .section-heading > p,
.site-v6 .privacy-heading > p,
.site-v6 .split-copy > p:not(.eyebrow),
.site-v6 .studio-copy > p:not(.eyebrow) {
  max-width: 32rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 380;
  line-height: 1.72;
}

.site-v6 .section-heading .eyebrow::before,
.site-v6 .commission-menu-heading .eyebrow::before,
.site-v6 .delivered-heading .eyebrow::before,
.site-v6 .split-copy > .eyebrow::before,
.site-v6 .studio-copy > .eyebrow::before,
.site-v6 .privacy-heading > .eyebrow::before,
.site-v6 .policy-section > div > .eyebrow::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background: var(--seal);
}

.site-v6 .eyebrow,
.site-v6 .plan,
.site-v6 .delivered-gallery-note,
.site-v6 .form-chapter > span,
.site-v6 .order-summary dt,
.site-v6 .steps span,
.site-v6 .policy-list span {
  font-size: 0.65rem;
  font-weight: 720;
  letter-spacing: 0.2em;
}

.site-v6 .work-collection,
.site-v6 .commission-menu {
  background: var(--paper-light);
}

.site-v6 .commission-menu {
  overflow: hidden;
}

.site-v6 .commission-menu::before {
  position: absolute;
  top: 20%;
  right: -12vw;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(23, 23, 19, 0.08);
  border-radius: 50%;
  content: "";
}

.site-v6 .commission-grid {
  position: relative;
  display: grid;
  margin-top: clamp(86px, 10vw, 150px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 38px);
  align-items: start;
}

.site-v6 .commission-grid::before {
  display: none;
}

.site-v6 .commission-card {
  display: grid;
  min-width: 0;
  padding: 0;
  grid-template-rows: auto;
  background: transparent;
  border: 0;
}

.site-v6 .commission-card:nth-child(1) {
  grid-column: 1 / 5;
}

.site-v6 .commission-card:nth-child(2) {
  margin-top: 104px;
  grid-column: 5 / 9;
}

.site-v6 .commission-card:nth-child(3) {
  margin-top: 28px;
  grid-column: 9 / 13;
}

.site-v6 .commission-art {
  display: grid;
  height: clamp(390px, 38vw, 530px);
  padding: clamp(12px, 1.6vw, 22px);
  place-items: center;
  background: #e4ded3;
  border: 0;
  box-shadow: 0 22px 52px rgba(40, 38, 33, 0.08);
}

.site-v6 .commission-card:nth-child(2) .commission-art {
  height: clamp(330px, 31vw, 430px);
}

.site-v6 .commission-card:nth-child(3) .commission-art {
  height: clamp(360px, 34vw, 470px);
}

.site-v6 .commission-card > :not(.commission-art) {
  margin-right: 0;
  margin-left: 0;
}

.site-v6 .commission-card-topline {
  margin-top: 24px;
}

.site-v6 .commission-card h3 {
  margin-top: 11px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 520;
  line-height: 1.08;
}

.site-v6 .commission-card > p:last-child {
  max-width: 25rem;
  padding-top: 14px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.64;
}

.site-v6 .commission-details-link {
  margin-top: clamp(58px, 7vw, 92px);
  text-align: left;
}

.site-v6 .text-link {
  text-decoration-color: rgba(169, 52, 42, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.site-v6 .delivered-section {
  color: #f3f0e8;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.055), transparent 32%),
    #171713;
}

.site-v6 .delivered-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  content: "";
}

.site-v6 .delivered-heading h2,
.site-v6 .delivered-heading > p {
  color: inherit;
}

.site-v6 .delivered-heading .eyebrow,
.site-v6 .delivered-gallery-note,
.site-v6 .delivered-card p span {
  color: #cb9a67;
}

.site-v6 .delivered-gallery {
  margin-top: clamp(76px, 9vw, 130px);
}

.site-v6 .delivered-gallery-controls {
  margin-bottom: 34px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(243, 240, 232, 0.18);
}

.site-v6 .gallery-arrow {
  color: #f4f0e7;
  background: transparent;
  border-color: rgba(244, 240, 231, 0.44);
}

.site-v6 .gallery-arrow:hover,
.site-v6 .gallery-arrow:focus-visible {
  color: var(--ink);
  background: #f4f0e7;
}

.site-v6 .delivered-track {
  grid-auto-columns: minmax(300px, 0.36fr);
  gap: clamp(28px, 4vw, 62px);
  padding: 8px 0 50px;
  align-items: start;
  scrollbar-color: rgba(244, 240, 231, 0.34) transparent;
}

.site-v6 .delivered-card {
  grid-template-rows: 430px auto;
}

.site-v6 .delivered-card:nth-child(even) {
  margin-top: 62px;
}

.site-v6 .delivered-card figure {
  height: 430px;
  padding: 18px;
  background: #d8d2c7;
  border: 0;
}

.site-v6 .delivered-card p {
  padding: 17px 2px 0;
  color: #ddd8ce;
  font-family: var(--sans);
  font-size: 0.86rem;
  letter-spacing: 0.015em;
}

.site-v6 .studio-story {
  background: var(--paper-light);
}

.site-v6 .split-section,
.site-v6 .studio-section {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(64px, 10vw, 160px);
  align-items: center;
}

.site-v6 .style-section,
.site-v6 .studio-section {
  color: var(--ink);
  background: var(--paper-light);
}

.site-v6 .style-section {
  background:
    linear-gradient(90deg, transparent 0 66%, rgba(23, 23, 19, 0.025) 66%),
    var(--paper-light);
}

.site-v6 .studio-section {
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  background: #e5e1d8;
}

.site-v6 .style-section .split-copy > p:not(.eyebrow),
.site-v6 .style-section .proof-grid p,
.site-v6 .style-section .proof-grid article > span {
  color: var(--muted);
}

.site-v6 .style-section .split-copy > .eyebrow,
.site-v6 .style-section .proof-grid article > span {
  color: var(--seal);
}

.site-v6 .split-copy > p:not(.eyebrow),
.site-v6 .studio-copy > p:not(.eyebrow) {
  margin-top: 34px;
}

.site-v6 .split-media,
.site-v6 .studio-media,
.site-v6 .style-section .split-media,
.site-v6 .photo-section .split-media {
  display: grid;
  min-width: 0;
  min-height: 580px;
  padding: clamp(16px, 2vw, 28px);
  place-items: center;
  background: rgba(255, 255, 255, 0.36);
  border: 0;
  box-shadow: 0 28px 70px rgba(42, 39, 33, 0.07);
}

.site-v6 .studio-media {
  order: -1;
}

.site-v6 .proof-grid,
.site-v6 .studio-proof {
  display: grid;
  margin-top: 54px;
  grid-template-columns: 1fr;
  gap: 0;
  border: 0;
}

.site-v6 .proof-grid article,
.site-v6 .studio-proof article {
  position: relative;
  min-height: 0;
  padding: 18px 0 18px 28px;
  border: 0;
  border-top: 1px solid rgba(23, 23, 19, 0.16);
}

.site-v6 .proof-grid article::before,
.site-v6 .studio-proof article::before {
  position: absolute;
  top: 27px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--seal);
  content: "";
}

.site-v6 .proof-grid p,
.site-v6 .studio-proof span {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-v6 .formats-section {
  color: var(--ink);
  background: #d8d5ce;
}

.site-v6 .formats-section .section-heading > p,
.site-v6 .formats-section .format-note,
.site-v6 .formats-section .price-card > p:not(.plan):not(.portrait-price),
.site-v6 .formats-section .price-card ul {
  color: #565650;
}

.site-v6 .formats-section .eyebrow,
.site-v6 .formats-section .plan,
.site-v6 .formats-section .portrait-price,
.site-v6 .formats-section .portrait-price strong {
  color: var(--seal-dark);
}

.site-v6 .pricing-grid {
  display: grid;
  margin-top: clamp(86px, 10vw, 150px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.site-v6 .price-card {
  display: grid;
  min-width: 0;
  padding: 0;
  grid-template-rows: auto;
  background: transparent;
  border: 0;
}

.site-v6 .price-card:first-child {
  grid-column: 1 / 7;
}

.site-v6 .price-card:nth-child(2) {
  margin-top: 112px;
  grid-column: 7 / 13;
}

.site-v6 .price-card > :not(.price-art) {
  margin-right: 0;
  margin-left: 0;
}

.site-v6 .price-art {
  height: clamp(430px, 45vw, 630px);
  padding: clamp(16px, 2vw, 28px);
  background: #ebe7df;
  border: 0;
  box-shadow: 0 26px 68px rgba(37, 36, 32, 0.09);
}

.site-v6 .price-card:nth-child(2) .price-art {
  height: clamp(390px, 40vw, 560px);
}

.site-v6 .price-card > .plan {
  margin-top: 30px;
}

.site-v6 .portrait-price {
  margin-top: 2px;
}

.site-v6 .portrait-price strong {
  font-family: var(--sans);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
}

.site-v6 .price-card ul {
  margin: 28px 0 40px;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid rgba(23, 23, 19, 0.18);
}

.site-v6 .price-card li {
  position: relative;
  padding: 5px 0 5px 18px;
}

.site-v6 .price-card li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--seal);
  content: "";
}

.site-v6 .price-card .button {
  width: fit-content;
  min-width: 220px;
}

.site-v6 .price-card .button-outline {
  color: var(--ink);
  border-color: rgba(23, 23, 19, 0.48);
}

.site-v6 .paper-detail {
  display: grid;
  margin-top: clamp(100px, 12vw, 180px);
  padding: clamp(56px, 7vw, 96px) 0;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(58px, 10vw, 150px);
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(23, 23, 19, 0.22);
  border-bottom: 1px solid rgba(23, 23, 19, 0.22);
}

.site-v6 .paper-detail::before {
  position: absolute;
  z-index: -1;
  content: "";
}

.site-v6 .paper-detail > div > p:last-child,
.site-v6 .paper-detail li span {
  color: #565650;
}

.site-v6 .paper-detail li strong {
  font-family: var(--sans);
  font-weight: 560;
}

.site-v6 .order-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 13%, rgba(23, 23, 19, 0.05), transparent 24%),
    var(--paper-light);
}

.site-v6 .order-section::after {
  position: absolute;
  top: 9%;
  right: 5%;
  width: clamp(46px, 5vw, 74px);
  height: clamp(46px, 5vw, 74px);
  background: var(--seal);
  box-shadow: inset 0 0 0 6px rgba(255, 250, 240, 0.16);
  content: "";
  transform: rotate(1.5deg);
}

.site-v6 .order-layout {
  margin-top: clamp(70px, 8vw, 120px);
}

.site-v6 .order-form {
  width: min(100%, 1080px);
  padding: clamp(42px, 6vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  column-gap: clamp(42px, 6vw, 78px);
  background: rgba(255, 255, 255, 0.38);
  border-top: 1px solid rgba(23, 23, 19, 0.3);
  border-bottom: 1px solid rgba(23, 23, 19, 0.3);
  box-shadow: none;
}

.site-v6 .form-chapter h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.45rem);
  font-weight: 520;
}

.site-v6 .upload-box,
.site-v6 .preview-card,
.site-v6 .shipping-disclosure,
.site-v6 .format-group > label {
  background: rgba(252, 250, 244, 0.72);
  box-shadow: none;
}

.site-v6 .upload-box {
  border: 1px dashed rgba(23, 23, 19, 0.42);
}

.site-v6 .upload-box:hover,
.site-v6 .upload-box:focus-within {
  background: var(--white);
  border-color: var(--seal);
}

.site-v6 input[type="text"],
.site-v6 input[type="email"],
.site-v6 input[type="tel"],
.site-v6 select,
.site-v6 textarea {
  background: rgba(252, 250, 244, 0.8);
  border-color: rgba(23, 23, 19, 0.36);
}

.site-v6 .format-group > label {
  border-color: rgba(23, 23, 19, 0.22);
}

.site-v6 .photo-frame {
  background: #e3ded4;
}

.site-v6 .order-options {
  width: min(100%, 900px);
}

.site-v6 .order-options > .button {
  width: min(100%, 430px);
}

.site-v6 .commission-journey {
  background: var(--paper-light);
}

.site-v6 .commission-journey .split-section {
  min-height: 760px;
}

.site-v6 .process-section {
  background: var(--paper-light);
}

.site-v6 .photo-section {
  color: #f0ede6;
  background:
    radial-gradient(circle at 23% 28%, rgba(255, 255, 255, 0.055), transparent 28%),
    #1b1b17;
}

.site-v6 .photo-section .split-copy > p:not(.eyebrow),
.site-v6 .photo-section .photo-rules p,
.site-v6 .photo-section .photo-rules h3 {
  color: #cbc7bd;
}

.site-v6 .photo-section .split-copy > .eyebrow,
.site-v6 .photo-section .photo-rules article > span {
  color: #cd9c6d;
}

.site-v6 .photo-section .split-media {
  background: rgba(255, 255, 255, 0.07);
}

.site-v6 .memorial-section {
  background:
    linear-gradient(90deg, rgba(23, 23, 19, 0.035), transparent 38%),
    #d9d4c9;
}

.site-v6 .steps,
.site-v6 .photo-rules {
  display: grid;
  margin-top: 52px;
  grid-template-columns: 1fr;
  gap: 0;
}

.site-v6 .steps article,
.site-v6 .photo-rules article {
  padding: 18px 0;
  border-top: 1px solid rgba(23, 23, 19, 0.17);
}

.site-v6 .photo-section .photo-rules article {
  border-top-color: rgba(241, 237, 228, 0.18);
}

.site-v6 .policy-section,
.site-v6 .privacy-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(70px, 10vw, 160px);
}

.site-v6 .policy-section {
  background: var(--paper-light);
}

.site-v6 .privacy-section {
  color: var(--ink);
  background: #dedad1;
}

.site-v6 .policy-section h2,
.site-v6 .privacy-section h2 {
  font-size: clamp(3rem, 4.6vw, 5.3rem);
}

.site-v6 .policy-list,
.site-v6 .privacy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-top: 1px solid rgba(23, 23, 19, 0.2);
}

.site-v6 .policy-list article,
.site-v6 .privacy-list article {
  min-height: 0;
  padding: 26px 28px 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 19, 0.2);
}

.site-v6 .policy-list article:nth-child(odd),
.site-v6 .privacy-list article:nth-child(odd) {
  padding-right: 36px;
}

.site-v6 .policy-list article:nth-child(even),
.site-v6 .privacy-list article:nth-child(even) {
  padding-left: 36px;
  border-left: 1px solid rgba(23, 23, 19, 0.2);
}

.site-v6 .privacy-heading > p,
.site-v6 .privacy-list p,
.site-v6 .privacy-contact {
  color: var(--muted);
}

.site-v6 .privacy-heading > .eyebrow,
.site-v6 .privacy-list h3 {
  color: var(--seal-dark);
}

.site-v6 .faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(70px, 10vw, 160px);
  background: var(--paper-light);
}

.site-v6 .faq-list {
  gap: 0;
  border-top: 1px solid rgba(23, 23, 19, 0.22);
}

.site-v6 .faq-list details {
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 19, 0.22);
}

.site-v6 .faq-list summary {
  min-height: 92px;
  padding: 26px 54px 26px 0;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  font-weight: 520;
}

.site-v6 .faq-list details[open] {
  border-left: 0;
}

.site-v6 .faq-list details p {
  padding: 0 60px 30px 0;
}

.site-v6 .site-footer {
  display: flex;
  padding-top: 78px;
  padding-bottom: 78px;
  color: #eeebe3;
  background: #171713;
  border-top: 0;
}

.site-v6 .site-footer .brand-mark {
  width: 76px;
  height: 76px;
  padding: 6px;
  background: #eeeae1;
  box-shadow: 5px 5px 0 var(--seal);
}

.site-v6 .site-footer .brand-mark img {
  width: 62px;
  height: 62px;
}

.site-v6 .site-footer .brand-name {
  color: #f4f1e9;
  font-size: 1.25rem;
}

.site-v6 .site-footer .brand-line,
.site-v6 .footer-links a {
  color: #bbb7ad;
}

.site-v6 .thank-you-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 24%, rgba(23, 23, 19, 0.14), transparent 32%),
    var(--paper-light);
}

.site-v6 .thank-you-panel {
  width: min(100%, 900px);
  padding: clamp(46px, 8vw, 96px);
  background: rgba(252, 250, 244, 0.82);
  border-top: 1px solid rgba(23, 23, 19, 0.28);
  border-bottom: 1px solid rgba(23, 23, 19, 0.28);
  box-shadow: none;
}

.site-v6 .thank-you-panel .brand-mark {
  width: 62px;
  height: 62px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.site-v6 .thank-you-panel .brand-mark img {
  width: 60px;
  height: 60px;
}

.site-v6 .thank-you-panel .brand-name {
  color: var(--ink);
}

.site-v6 .thank-you-panel h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 300;
}

.site-v6 .thank-you-lead {
  font-family: var(--sans);
}

@media (max-width: 1180px) {
  body.site-v6 {
    --rail: 0px;
    --pad: clamp(30px, 5vw, 64px);
  }

  .site-v6 .top-shell {
    width: 100%;
    height: 84px;
    padding: 0 var(--pad);
  }

  .site-v6 .site-header {
    height: 84px;
  }

  .site-v6 .top-shell .brand {
    gap: 14px;
  }

  .site-v6 .top-shell .brand-mark,
  .site-v6 .top-shell .brand-mark img {
    width: 52px;
    height: 52px;
  }

  .site-v6 .top-shell .brand-name {
    font-size: 1.28rem;
  }

  .site-v6 .top-shell .brand-line {
    display: block;
  }

  .site-v6 .nav-toggle {
    display: none;
  }

  .site-v6 .nav {
    position: static;
    display: flex;
    margin-left: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-v6 .nav a {
    width: auto;
    padding: 10px 0;
    color: var(--ink-soft);
  }

  .site-v6 main {
    padding-top: 0;
  }

  .site-v6 .hero {
    min-height: 100svh;
    grid-template-columns: minmax(340px, 0.72fr) minmax(480px, 1.28fr);
    grid-template-areas: "copy media" "process process";
  }

  .site-v6 .commission-card:nth-child(2) {
    margin-top: 72px;
  }

  .site-v6 .split-section,
  .site-v6 .studio-section {
    gap: 64px;
  }

  .site-v6 .order-form {
    grid-template-columns: 1fr;
  }

  .site-v6 .preview-panel {
    margin-top: 34px;
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 32px;
  }
}

@media (max-width: 1100px) {
  .site-v6 .hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "copy" "media" "process";
  }

  .site-v6 .hero-copy {
    min-height: 650px;
    padding: clamp(140px, 17vw, 190px) var(--pad) 88px;
  }

  .site-v6 .hero-copy h1 {
    max-width: 820px;
    font-size: clamp(4.6rem, 9vw, 7.4rem);
  }

  .site-v6 .hero-media {
    padding: 28px var(--pad) 72px;
  }

  .site-v6 .hero-carousel-stage {
    width: min(100%, 780px);
    height: min(92vw, 840px);
    margin: 0 auto;
  }

  .site-v6 .hero-carousel-controls {
    right: calc(var(--pad) + 10%);
    bottom: 80px;
    width: min(58%, 400px);
  }

  .site-v6 .hero-media::after {
    right: calc(var(--pad) + 4%);
    bottom: 64px;
  }
}

@media (max-width: 960px) {
  body.site-v6 {
    --section-y: clamp(96px, 13vw, 132px);
  }

  html {
    scroll-padding-top: 78px;
  }

  .site-v6 .top-shell {
    height: 74px;
  }

  .site-v6 .site-header {
    height: 74px;
  }

  .site-v6 .top-shell .brand-mark,
  .site-v6 .top-shell .brand-mark img {
    width: 46px;
    height: 46px;
  }

  .site-v6 .top-shell .brand-line {
    display: none;
  }

  .site-v6 .nav-toggle {
    display: inline-flex;
    color: var(--ink);
  }

  .site-v6 .nav {
    position: fixed;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    padding: 28px var(--pad) 34px;
    gap: 4px;
    background: rgba(247, 244, 237, 0.98);
    border-bottom: 1px solid rgba(23, 23, 19, 0.14);
    box-shadow: 0 22px 46px rgba(35, 33, 29, 0.1);
  }

  .site-v6 .nav.is-open {
    display: grid;
  }

  .site-v6 .nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(23, 23, 19, 0.1);
  }

  .site-v6 .hero {
    padding-top: 74px;
  }

  .site-v6 .ink-field {
    inset: 74px 0 0;
    height: calc(100% - 74px);
  }
}

@media (max-width: 820px) {
  .site-v6 .hero {
    display: grid;
  }

  .site-v6 .hero-copy {
    min-height: 610px;
  }

  .site-v6 .commission-menu-heading,
  .site-v6 .delivered-heading,
  .site-v6 .section-heading,
  .site-v6 .privacy-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-v6 .commission-menu-heading h2,
  .site-v6 .delivered-heading h2,
  .site-v6 .section-heading h2,
  .site-v6 .privacy-heading h2,
  .site-v6 .split-copy h2,
  .site-v6 .studio-copy h2,
  .site-v6 .policy-section h2 {
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .site-v6 .commission-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .site-v6 .commission-card:nth-child(1),
  .site-v6 .commission-card:nth-child(2),
  .site-v6 .commission-card:nth-child(3) {
    margin-top: 0;
    grid-column: auto;
  }

  .site-v6 .commission-art,
  .site-v6 .commission-card:nth-child(2) .commission-art,
  .site-v6 .commission-card:nth-child(3) .commission-art {
    height: min(118vw, 610px);
  }

  .site-v6 .delivered-track {
    grid-auto-columns: min(80vw, 390px);
  }

  .site-v6 .split-section,
  .site-v6 .studio-section {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 58px;
  }

  .site-v6 .style-section .split-copy,
  .site-v6 .studio-copy,
  .site-v6 .commission-journey .split-copy,
  .site-v6 .memorial-section .split-copy {
    order: 1;
  }

  .site-v6 .style-section .split-media,
  .site-v6 .studio-media,
  .site-v6 .commission-journey .split-media,
  .site-v6 .memorial-section .split-media {
    order: 2;
  }

  .site-v6 .split-media,
  .site-v6 .studio-media,
  .site-v6 .style-section .split-media,
  .site-v6 .photo-section .split-media {
    width: 100%;
    min-height: min(112vw, 650px);
  }

  .site-v6 .pricing-grid {
    grid-template-columns: 1fr;
    gap: 88px;
  }

  .site-v6 .price-card:first-child,
  .site-v6 .price-card:nth-child(2) {
    margin-top: 0;
    grid-column: auto;
  }

  .site-v6 .price-art,
  .site-v6 .price-card:nth-child(2) .price-art {
    height: min(112vw, 610px);
  }

  .site-v6 .paper-detail,
  .site-v6 .policy-section,
  .site-v6 .privacy-section,
  .site-v6 .faq-section {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .site-v6 .paper-detail ul,
  .site-v6 .policy-list,
  .site-v6 .privacy-list {
    grid-template-columns: 1fr;
  }

  .site-v6 .policy-list article:nth-child(even),
  .site-v6 .privacy-list article:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .site-v6 .privacy-contact {
    grid-column: 1;
  }

  .site-v6 .order-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.site-v6 {
    --pad: 22px;
    --section-y: 96px;
  }

  .site-v6 .top-shell,
  .site-v6 .site-header {
    height: 70px;
  }

  .site-v6 .top-shell .brand-name {
    font-size: 1.14rem;
  }

  .site-v6 .nav {
    top: 70px;
  }

  .site-v6 .hero {
    padding-top: 70px;
  }

  .site-v6 .ink-field {
    inset: 70px 0 0;
    height: calc(100% - 70px);
    opacity: 0.58;
  }

  .site-v6 .hero-copy {
    min-height: 570px;
    padding: 116px var(--pad) 72px;
  }

  .site-v6 .hero-copy::before,
  .site-v6 .hero-copy::after {
    left: 9px;
  }

  .site-v6 .hero-copy h1 {
    margin-top: 28px;
    font-size: clamp(3.55rem, 16vw, 5.1rem);
    letter-spacing: -0.07em;
    line-height: 0.9;
  }

  .site-v6 .hero-copy > p:not(.eyebrow) {
    margin-top: 34px;
    font-size: 1rem;
  }

  .site-v6 .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .site-v6 .hero-actions .button {
    width: 100%;
  }

  .site-v6 .hero-media {
    padding: 18px var(--pad) 64px;
  }

  .site-v6 .hero-carousel-stage {
    height: 132vw;
    min-height: 490px;
  }

  .site-v6 .hero-slide {
    inset: 7% 9% 16%;
  }

  .site-v6 .hero-carousel-controls {
    right: calc(var(--pad) + 7%);
    bottom: 72px;
    width: 66%;
    padding-right: 52px;
  }

  .site-v6 .hero-media::after {
    right: calc(var(--pad) + 1%);
    bottom: 58px;
    width: 50px;
    height: 50px;
  }

  .site-v6 .hero-process {
    width: calc(100% - (2 * var(--pad)));
    padding: 28px 0 36px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-v6 .delivered-card {
    grid-template-rows: min(118vw, 470px) auto;
  }

  .site-v6 .delivered-card figure {
    height: auto;
    min-height: min(118vw, 470px);
  }

  .site-v6 .delivered-card:nth-child(even) {
    margin-top: 34px;
  }

  .site-v6 .order-section::after {
    display: none;
  }

  .site-v6 .order-form {
    padding: 34px 0;
    background: transparent;
  }

  .site-v6 .preview-panel {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-v6 .paper-detail {
    padding-right: 0;
    padding-left: 0;
  }

  .site-v6 .site-footer {
    display: grid;
    gap: 42px;
  }

  .site-v6 .faq-list details p {
    padding-right: 0;
  }
}

@media (max-width: 430px) {
  .site-v6 .hero-copy {
    min-height: 540px;
  }

  .site-v6 .hero-carousel-stage {
    height: 142vw;
    min-height: 500px;
  }

  .site-v6 .commission-menu,
  .site-v6 .delivered-section,
  .site-v6 .formats-section,
  .site-v6 .order-section,
  .site-v6 .policy-section,
  .site-v6 .privacy-section,
  .site-v6 .faq-section,
  .site-v6 .split-section,
  .site-v6 .studio-section {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* Original-logo gallery hero — 2026-08-11.
   The official Sumipaw lockup and a complete physical original lead the page. */
body.site-v7 {
  --ink: #1d1c19;
  --ink-soft: #45413b;
  --muted: #746e64;
  --seal: #a33b2f;
  --seal-dark: #77271f;
  --paper: #eee9df;
  --paper-light: #f7f4ed;
  --paper-soft: #e8e2d8;
  --paper-deep: #d8cfc0;
  --paper-field: #e4ddd2;
  --rule: #c8c1b6;
  --rule-dark: #8d867b;
  --white: #fffdf8;
  --rail: 0px;
  --content: 1440px;
  --pad: clamp(34px, 5vw, 76px);
  --section-y: clamp(98px, 9vw, 148px);
  background-color: var(--paper-light);
  background-image: none;
}

.site-v7::before {
  display: none;
}

.site-v7 .top-shell {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  width: 100%;
  height: 112px;
  padding: 0 clamp(34px, 4vw, 64px);
  color: var(--ink);
  background: rgba(247, 244, 237, 0.965);
  border: 0;
  border-bottom: 1px solid rgba(29, 28, 25, 0.2);
  box-shadow: none;
  backdrop-filter: blur(14px) saturate(0.82);
}

.site-v7 .site-header {
  display: flex;
  width: min(100%, 1500px);
  height: 112px;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
}

.site-v7 .site-header::after,
.site-v7 .brand-mark::before {
  display: none;
}

.site-v7 .top-shell .brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

.site-v7 .brand-mark,
.site-v7 .top-shell .brand-mark {
  display: block;
  width: 82px;
  height: 82px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-v7 .brand-mark img,
.site-v7 .top-shell .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-v7 .brand-copy {
  display: flex;
  max-width: 12rem;
  align-items: center;
}

.site-v7 .brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-v7 .brand-line {
  max-width: none;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 560;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.site-v7 .nav {
  display: flex;
  margin: 0 0 0 auto;
  padding: 0;
  align-items: center;
  gap: clamp(26px, 3.3vw, 54px);
}

.site-v7 .nav a {
  width: auto;
  padding: 12px 0;
  color: var(--ink);
  border: 0;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.2em;
}

.site-v7 .nav a::before {
  display: none;
}

.site-v7 .nav a:hover,
.site-v7 .nav a:focus-visible {
  color: var(--seal);
}

.site-v7 main,
.site-v7 .site-footer {
  margin-left: 0;
}

.site-v7 main {
  padding-top: 0;
}

.site-v7 .hero {
  display: grid;
  min-height: auto;
  padding-top: 112px;
  grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
  grid-template-rows: minmax(calc(100svh - 112px), 820px) auto;
  grid-template-areas: "copy media" "process process";
  background: rgba(247, 244, 237, 0.72);
}

.site-v7 .hero-copy {
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: clamp(108px, 12vh, 148px) clamp(36px, 4vw, 68px) clamp(70px, 8vh, 104px) clamp(76px, 9.4vw, 150px);
  align-content: center;
  background: transparent;
  transform: translateY(-22px);
}

.site-v7 .hero-copy::before,
.site-v7 .hero-copy::after {
  display: none;
}

.site-v7 .hero-copy > * {
  position: relative;
  z-index: 1;
}

.site-v7 .hero-copy .eyebrow {
  color: var(--seal);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.16em;
}

.site-v7 .hero-copy h1 {
  max-width: 420px;
  margin-top: 36px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(3.55rem, 4.1vw, 4.25rem);
  font-weight: 410;
  letter-spacing: -0.062em;
  line-height: 1.01;
  text-wrap: pretty;
}

.site-v7 .hero-copy > p:not(.eyebrow):not(.hero-material) {
  max-width: 20.5rem;
  margin-top: 42px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 430;
  line-height: 1.55;
}

.site-v7 .hero-actions {
  display: flex;
  width: auto;
  margin-top: 52px;
  flex-wrap: wrap;
  gap: 14px;
}

.site-v7 .hero-actions .button {
  width: auto;
  min-height: 56px;
  padding: 0 24px;
}

.site-v7 .button {
  min-height: 52px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(29, 28, 25, 0.48);
  font-family: var(--sans);
  font-size: 0.77rem;
  font-weight: 720;
  letter-spacing: 0.045em;
  box-shadow: none;
}

.site-v7 .button-primary {
  color: var(--white);
  background: var(--seal);
  border-color: var(--seal);
}

.site-v7 .button-primary::after {
  inset: 4px;
  border-color: rgba(255, 253, 248, 0.36);
}

.site-v7 .button:hover,
.site-v7 .button:focus-visible {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.site-v7 .hero-material {
  max-width: 23rem;
  margin-top: 46px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.48;
}

.site-v7 .hero-media {
  display: grid;
  min-width: 0;
  padding: clamp(38px, 5vh, 62px) clamp(62px, 8vw, 128px) clamp(42px, 5vh, 66px) 34px;
  align-items: center;
  justify-items: center;
  background: transparent;
  transform: translateX(-34px);
}

.site-v7 .hero-media::after,
.site-v7 .hero-carousel-stage::before,
.site-v7 .hero-carousel-stage::after {
  display: none;
}

.site-v7 .hero-carousel-stage {
  position: relative;
  width: min(100%, 615px);
  height: min(79vh, 830px);
  min-height: 650px;
  margin: 0;
  overflow: visible;
  clip-path: none;
  filter: drop-shadow(0 24px 24px rgba(37, 32, 25, 0.18));
}

.site-v7 .hero-paper-stage {
  display: none;
}

.site-v7 .hero-slide {
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
}

.site-v7 .hero-slide img {
  width: 100%;
  height: 100%;
  background: #f5f1e9;
  box-shadow: 0 0 0 1px rgba(51, 45, 37, 0.08);
  object-fit: contain;
}

.site-v7 .hero-carousel-controls {
  right: 0;
  bottom: -34px;
  left: 0;
  z-index: 7;
  width: 100%;
  min-height: 24px;
  justify-content: center;
  gap: 22px;
  background: transparent;
  border: 0;
}

.site-v7 .hero-dot {
  min-width: 28px;
  min-height: 28px;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-family: var(--sans);
  font-size: 0.62rem;
}

.site-v7 .hero-dot.is-active {
  color: var(--seal);
  background: transparent;
}

.site-v7 .hero-process {
  width: 100%;
  padding: 48px var(--pad) 52px;
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(29, 28, 25, 0.18);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 68px);
}

.site-v7 .hero-process::before {
  top: 62px;
  right: var(--pad);
  bottom: auto;
  left: var(--pad);
  width: auto;
  height: 1px;
  background: rgba(29, 28, 25, 0.18);
}

.site-v7 .hero-process li {
  padding-top: 32px;
}

.site-v7 .hero-process span {
  color: var(--seal);
  font-family: var(--sans);
}

.site-v7 .hero-process strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.16rem;
}

.site-v7 .work-collection {
  border-top: 0;
}

.site-v7 .footer-brand .brand-mark {
  width: 78px;
  height: 78px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-v7 .thank-you-panel .brand-mark {
  width: 90px;
  height: 90px;
  padding: 0;
  box-shadow: none;
}

.site-v7 .thank-you-panel .brand-copy {
  max-width: 13rem;
}

@media (max-width: 1180px) {
  .site-v7 .top-shell {
    height: 82px;
    padding: 0 var(--pad);
    color: var(--ink);
    background: rgba(247, 244, 237, 0.97);
    border-bottom-color: rgba(29, 28, 25, 0.18);
  }

  .site-v7 .site-header {
    height: 82px;
  }

  .site-v7 .top-shell .brand-mark {
    width: 62px;
    height: 62px;
    padding: 0;
    box-shadow: none;
  }

  .site-v7 .top-shell .brand-mark img {
    width: 100%;
    height: 100%;
  }

  .site-v7 .nav-toggle {
    color: var(--ink);
  }

  .site-v7 .nav {
    position: fixed;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 24px var(--pad) 30px;
    gap: 4px;
    color: var(--ink);
    background: rgba(247, 244, 237, 0.985);
    border-bottom: 1px solid rgba(29, 28, 25, 0.18);
    box-shadow: 0 18px 30px rgba(35, 31, 24, 0.08);
  }

  .site-v7 .nav.is-open {
    display: grid;
  }

  .site-v7 .nav a {
    width: 100%;
    padding: 14px 0;
    color: var(--ink);
  }

  .site-v7 main {
    padding-top: 0;
  }

  .site-v7 .hero {
    padding-top: 82px;
    grid-template-columns: minmax(340px, 0.86fr) minmax(480px, 1.14fr);
    grid-template-rows: minmax(calc(100svh - 82px), 720px) auto;
  }

  .site-v7 .hero-copy {
    padding-right: 34px;
    padding-left: var(--pad);
    transform: translateY(-12px);
  }

  .site-v7 .hero-media {
    padding-right: var(--pad);
    padding-left: 24px;
    transform: translateX(-12px);
  }

  .site-v7 .hero-carousel-stage {
    height: min(72vh, 720px);
    min-height: 560px;
  }
}

@media (max-width: 860px) {
  .site-v7 .hero {
    display: flex;
    min-height: 0;
    padding-top: 82px;
    flex-direction: column;
  }

  .site-v7 .hero-copy {
    min-height: auto;
    padding: 96px var(--pad) 72px;
    transform: none;
  }

  .site-v7 .hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(3.55rem, 10vw, 5.4rem);
  }

  .site-v7 .hero-copy > p:not(.eyebrow):not(.hero-material) {
    max-width: 30rem;
  }

  .site-v7 .hero-media {
    padding: 22px var(--pad) 78px;
    transform: none;
  }

  .site-v7 .hero-carousel-stage {
    width: min(100%, 610px);
    height: min(123vw, 820px);
    min-height: 580px;
  }

  .site-v7 .hero-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-v7 .hero-process::before {
    display: none;
  }

  .site-v7 .hero-process li {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .site-v7 .top-shell,
  .site-v7 .site-header {
    height: 72px;
  }

  .site-v7 .top-shell .brand-mark {
    width: 54px;
    height: 54px;
  }

  .site-v7 .brand-line {
    display: none;
  }

  .site-v7 .nav {
    top: 72px;
  }

  .site-v7 .hero {
    padding-top: 72px;
  }

  .site-v7 .hero-copy {
    padding: 74px 22px 58px;
  }

  .site-v7 .hero-copy h1 {
    margin-top: 28px;
    font-size: clamp(3.2rem, 15vw, 4.5rem);
    line-height: 0.98;
  }

  .site-v7 .hero-copy > p:not(.eyebrow):not(.hero-material) {
    margin-top: 38px;
    font-size: 1.12rem;
  }

  .site-v7 .hero-actions {
    display: grid;
    width: 100%;
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .site-v7 .hero-actions .button {
    width: 100%;
  }

  .site-v7 .hero-material {
    margin-top: 34px;
  }

  .site-v7 .hero-media {
    padding-right: 22px;
    padding-bottom: 66px;
    padding-left: 22px;
  }

  .site-v7 .hero-carousel-stage {
    width: 100%;
    height: 137vw;
    min-height: 510px;
  }

  .site-v7 .hero-process {
    padding: 42px 22px 46px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-v7 .hero-process li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: baseline;
  }
}

/* Mobile-first handscroll correction — 2026-08-11.
   Authentic work appears before explanation on phones; comparison-heavy
   sections become horizontal album sequences instead of one very long stack. */

.site-v7 .mobile-scroll-note {
  display: none;
}

.site-v7 :is(
  .commission-menu-heading h2,
  .delivered-heading h2,
  .section-heading h2,
  .split-copy h2,
  .studio-copy h2,
  .policy-section h2,
  .privacy-heading h2
) {
  max-width: 15ch;
  font-family: var(--sans);
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.site-v7 :is(
  .commission-menu,
  .delivered-section,
  .formats-section,
  .order-section,
  .policy-section,
  .privacy-section,
  .faq-section,
  .split-section,
  .studio-section
) {
  border-top-color: rgba(29, 28, 25, 0.16);
  background-image: none;
}

.site-v7 :is(
  .commission-menu,
  .studio-section,
  .order-section,
  .process-section,
  .policy-section
) {
  background-color: var(--paper-light);
}

.site-v7 :is(.style-section, .formats-section, .privacy-section) {
  background-color: var(--ink);
}

.site-v7 .photo-section {
  background-color: #34322d;
}

.site-v7 :is(.memorial-section, .faq-section) {
  background-color: var(--paper);
}

.site-v7 .commission-grid::before {
  display: none;
}

.site-v7 :is(.commission-card, .price-card) {
  background: rgba(255, 253, 248, 0.5);
  border-color: rgba(29, 28, 25, 0.2);
  box-shadow: none;
}

.site-v7 :is(.commission-art, .price-art, .delivered-card figure, .studio-media, .split-media) {
  background-color: var(--paper-field);
  background-image: none;
}

.site-v7 .formats-section :is(.price-card, .paper-detail) {
  background-image: none;
}

.site-v7 .formats-section .price-card {
  background-color: rgba(255, 253, 248, 0.055);
}

.site-v7 .paper-detail {
  background-color: var(--paper-deep);
  background-image: none;
}

.site-v7 .order-section {
  background-color: var(--paper);
}

.site-v7 .order-form {
  background: rgba(255, 253, 248, 0.58);
  box-shadow: none;
}

.site-v7 .faq-list details {
  background: rgba(255, 253, 248, 0.58);
}

@media (max-width: 860px) {
  .site-v7 :is(
    .commission-menu-heading h2,
    .delivered-heading h2,
    .section-heading h2,
    .split-copy h2,
    .studio-copy h2,
    .policy-section h2,
    .privacy-heading h2
  ) {
    max-width: none;
    font-size: clamp(2.55rem, 7.2vw, 4rem);
    letter-spacing: -0.045em;
    line-height: 1;
    text-wrap: pretty;
  }
}

@media (max-width: 760px) {
  body.site-v7 {
    --pad: 22px;
    --section-y: 76px;
  }

  .site-v7 :is(
    .commission-menu,
    .delivered-section,
    .formats-section,
    .order-section,
    .policy-section,
    .privacy-section,
    .faq-section,
    .split-section,
    .studio-section
  ) {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
  }

  .site-v7 :is(
    .commission-menu-heading,
    .delivered-heading,
    .section-heading,
    .privacy-heading
  ) {
    gap: 22px;
  }

  .site-v7 :is(
    .commission-menu-heading h2,
    .delivered-heading h2,
    .section-heading h2,
    .split-copy h2,
    .studio-copy h2,
    .policy-section h2,
    .privacy-heading h2
  ) {
    font-size: clamp(2.45rem, 11vw, 3rem);
    font-weight: 440;
    line-height: 1.01;
  }

  .site-v7 .mobile-scroll-note {
    display: block;
    margin: 30px 22px 12px;
    color: var(--seal);
    font-family: var(--sans);
    font-size: 0.69rem;
    font-weight: 760;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .site-v7 .commission-menu,
  .site-v7 .formats-section {
    padding-right: 0;
    padding-left: 0;
  }

  .site-v7 .commission-menu > :not(.commission-grid):not(.mobile-scroll-note),
  .site-v7 .formats-section > :not(.pricing-grid):not(.mobile-scroll-note) {
    margin-right: 22px;
    margin-left: 22px;
  }

  .site-v7 .commission-grid,
  .site-v7 .pricing-grid {
    display: grid;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 22px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 340px);
    gap: 14px;
    scroll-padding-inline: 22px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .site-v7 .pricing-grid {
    grid-auto-columns: min(87vw, 354px);
  }

  .site-v7 .commission-grid::-webkit-scrollbar,
  .site-v7 .pricing-grid::-webkit-scrollbar {
    display: none;
  }

  .site-v7 .commission-card,
  .site-v7 .price-card {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 10px;
    scroll-snap-align: start;
  }

  .site-v7 .price-card {
    display: flex;
    flex-direction: column;
  }

  .site-v7 .price-card .button {
    margin-top: auto;
  }

  .site-v7 .commission-art,
  .site-v7 .price-art {
    height: 410px;
    min-height: 0;
    padding: 14px;
  }

  .site-v7 .commission-card h3 {
    font-size: 1.55rem;
  }

  .site-v7 .commission-card > p:last-child {
    font-size: 0.98rem;
  }

  .site-v7 .commission-details-link {
    margin-top: 26px;
  }

  .site-v7 .formats-section .format-note {
    margin-top: 26px;
  }

  .site-v7 .paper-detail {
    margin-top: 58px;
    padding: 28px 18px;
    gap: 30px;
  }

  .site-v7 .paper-detail ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .site-v7 .paper-detail li strong {
    font-size: 1rem;
  }

  .site-v7 .paper-detail li span {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .site-v7 .delivered-card {
    flex-basis: min(84vw, 340px);
  }

  .site-v7 .delivered-card,
  .site-v7 .delivered-card figure {
    min-height: 420px;
  }

  .site-v7 .studio-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-v7 .studio-proof article {
    min-height: 0;
    padding: 15px;
  }

  .site-v7 .studio-proof article > strong {
    font-size: 0.78rem;
  }

  .site-v7 .studio-proof article > span {
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .site-v7 .order-section .section-heading h2 {
    max-width: 12ch;
  }

  .site-v7 .order-form {
    padding: 22px 16px;
    border-color: rgba(29, 28, 25, 0.28);
  }

  .site-v7 .commission-journey .split-section {
    min-height: 0;
  }

  .site-v7 .process-section .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .site-v7 :is(.policy-list article, .privacy-list article) {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .site-v7 .top-shell,
  .site-v7 .site-header {
    height: 64px;
  }

  .site-v7 .top-shell {
    padding-right: 22px;
    padding-left: 22px;
  }

  .site-v7 .top-shell .brand-mark {
    width: 48px;
    height: 48px;
  }

  .site-v7 .nav {
    top: 64px;
  }

  .site-v7 .hero {
    padding-top: 64px;
  }

  .site-v7 .hero-media {
    order: 1;
    padding: 20px 22px 40px;
    background-color: var(--paper-soft);
  }

  .site-v7 .hero-carousel-stage {
    width: min(100%, 300px);
    height: 420px;
    min-height: 0;
  }

  .site-v7 .hero-copy {
    display: flex;
    order: 2;
    min-height: 0;
    padding: 38px 22px 54px;
    align-content: initial;
    flex-direction: column;
  }

  .site-v7 .hero-copy .eyebrow {
    order: 1;
    font-size: 0.66rem;
  }

  .site-v7 .hero-copy h1 {
    order: 2;
    max-width: none;
    margin-top: 18px;
    font-size: clamp(2.68rem, 12.5vw, 3.05rem);
    font-weight: 430;
    letter-spacing: -0.055em;
    line-height: 1.01;
    text-wrap: pretty;
  }

  .site-v7 .hero-actions {
    display: grid;
    order: 3;
    margin-top: 26px;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .site-v7 .hero-actions .button {
    min-height: 52px;
  }

  .site-v7 .hero-actions .button-secondary {
    min-height: 44px;
    padding: 0;
    justify-content: flex-start;
    color: var(--ink-soft);
    background: transparent;
    border: 0;
    text-decoration: underline;
    text-decoration-color: rgba(29, 28, 25, 0.35);
    text-underline-offset: 5px;
  }

  .site-v7 .hero-copy > p:not(.eyebrow):not(.hero-material) {
    order: 4;
    max-width: 22rem;
    margin-top: 28px;
    font-size: 1.03rem;
    line-height: 1.52;
  }

  .site-v7 .hero-material {
    order: 5;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(29, 28, 25, 0.18);
    font-size: 0.84rem;
  }

  .site-v7 .hero-process {
    order: 3;
    padding: 34px 22px 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .site-v7 .hero-process li {
    display: grid;
    padding: 0;
    grid-template-columns: 26px 1fr;
    gap: 7px;
    align-items: start;
  }

  .site-v7 .hero-process strong {
    font-size: 0.97rem;
    line-height: 1.2;
  }

  .site-v7 .hero-carousel-controls {
    bottom: -34px;
  }

  .site-v7 .split-section,
  .site-v7 .studio-section {
    gap: 42px;
  }

  .site-v7 :is(.split-media, .studio-media) {
    min-height: 360px;
  }

  .site-v7 .faq-list details {
    padding: 0 16px;
  }
}

@media (min-width: 601px) and (max-width: 860px) {
  .site-v7 .mobile-scroll-note {
    display: block;
    margin: 30px var(--pad) 12px;
    color: var(--seal);
    font-family: var(--sans);
    font-size: 0.69rem;
    font-weight: 760;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .site-v7 .commission-menu,
  .site-v7 .formats-section {
    padding-right: 0;
    padding-left: 0;
  }

  .site-v7 .commission-menu > :not(.commission-grid):not(.mobile-scroll-note),
  .site-v7 .formats-section > :not(.pricing-grid):not(.mobile-scroll-note) {
    margin-right: var(--pad);
    margin-left: var(--pad);
  }

  .site-v7 .commission-grid,
  .site-v7 .pricing-grid {
    display: grid;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 var(--pad) 20px;
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(72vw, 430px);
    gap: 18px;
    scroll-padding-inline: var(--pad);
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .site-v7 .pricing-grid {
    grid-auto-columns: min(76vw, 460px);
  }

  .site-v7 .commission-card,
  .site-v7 .price-card {
    width: auto;
    min-width: 0;
    margin: 0;
    scroll-snap-align: start;
  }

  .site-v7 .price-card {
    display: flex;
    flex-direction: column;
  }

  .site-v7 .price-card .button {
    margin-top: auto;
  }

  .site-v7 .commission-art,
  .site-v7 .price-art {
    height: 450px;
    min-height: 0;
  }

  .site-v7 .hero-media {
    order: 1;
    padding: 22px var(--pad) 36px;
    background-color: var(--paper-soft);
  }

  .site-v7 .hero-carousel-stage {
    width: 320px;
    height: 450px;
    min-height: 0;
  }

  .site-v7 .hero-copy {
    display: flex;
    order: 2;
    min-height: 0;
    padding: 28px var(--pad) 64px;
    flex-direction: column;
  }

  .site-v7 .hero-copy .eyebrow {
    order: 1;
  }

  .site-v7 .hero-copy h1 {
    order: 2;
    max-width: 14ch;
    margin-top: 16px;
    font-size: clamp(3.05rem, 7.4vw, 3.7rem);
    line-height: 1;
  }

  .site-v7 .hero-actions {
    order: 3;
    margin-top: 20px;
  }

  .site-v7 .hero-copy > p:not(.eyebrow):not(.hero-material) {
    order: 4;
    margin-top: 30px;
  }

  .site-v7 .hero-material {
    order: 5;
    margin-top: 28px;
  }

  .site-v7 .hero-process {
    order: 3;
  }
}
