:root {
  --ink: #1f2922;
  --ink-soft: #536158;
  --forest: #204c3a;
  --forest-dark: #15372a;
  --sage: #dce8df;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --sand: #e8dac7;
  --coral: #c9755b;
  --gold: #d8ae63;
  --line: rgba(31, 41, 34, 0.14);
  --shadow: 0 24px 70px rgba(39, 51, 42, 0.12);
  --radius: 26px;
  --serif: "Playfair Display", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Songti SC", STSong, SimSun, "Noto Serif CJK SC", Georgia, serif;
  --sans: "DM Sans", "Aptos", "Segoe UI Variable", "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans SC", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --surface: rgba(255, 253, 248, .92);
  --input: #ffffff;
  --focus: rgba(32, 76, 58, .14);
  --forest-rgb: 32, 76, 58;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --ink: #f1f6f2;
  --ink-soft: #a9b7ae;
  --forest: #78b594;
  --forest-dark: #10281e;
  --sage: #20372c;
  --cream: #0e1512;
  --paper: #151d19;
  --sand: #44372d;
  --coral: #e29a82;
  --gold: #e6c47e;
  --line: rgba(226, 238, 230, .14);
  --shadow: 0 26px 76px rgba(0, 0, 0, .38);
  --surface: rgba(21, 29, 25, .92);
  --input: #101713;
  --focus: rgba(120, 181, 148, .2);
  --forest-rgb: 120, 181, 148;
  color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-kerning: normal;
  line-height: 1.5;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.announcement {
  padding: 9px 18px;
  text-align: center;
  color: #f9f6ef;
  background: var(--forest-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(31, 41, 34, .08);
  background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 24px; font-weight: 700; }
.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50% 50% 45% 55%;
  color: white;
  background: var(--forest);
  font-size: 18px;
}
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; transform: scaleX(0); background: var(--forest); transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.desktop-nav .customer-account-link { min-height: 38px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid rgba(40,73,55,.24); border-radius: 999px; color: var(--forest); background: rgba(84,116,92,.08); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.desktop-nav .customer-account-link::after { display: none; }
.desktop-nav .customer-account-link:hover { border-color: rgba(40,73,55,.48); background: rgba(84,116,92,.14); }
.desktop-nav .customer-account-link:active { transform: translateY(1px); }
.desktop-nav .customer-account-link:focus-visible { outline: 3px solid rgba(84,116,92,.26); outline-offset: 3px; }
.cart-button { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-weight: 700; }
.cart-count { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: 12px; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-space { padding-top: 112px; padding-bottom: 112px; }
.eyebrow { margin: 0 0 14px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); line-height: 1.03; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(48px, 6.5vw, 86px); }
h2 { margin-bottom: 22px; font-size: clamp(36px, 4.3vw, 58px); }
h3 { margin-bottom: 10px; }

.hero { display: grid; min-height: 720px; align-items: center; grid-template-columns: 1.04fr .96fr; gap: clamp(40px, 7vw, 100px); padding-top: 78px; padding-bottom: 82px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: var(--ink-soft); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:active, .icon-button:active, .cart-button:active { transform: translateY(1px) scale(.98); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 12px 30px rgba(32, 76, 58, .2); }
.button-primary:hover { background: var(--forest-dark); box-shadow: 0 15px 35px rgba(32, 76, 58, .28); }
.button-danger { color: white; background: #a33e32; box-shadow: 0 12px 30px rgba(163, 62, 50, .2); }
.button-danger:hover { background: #873126; box-shadow: 0 15px 35px rgba(163, 62, 50, .28); }
.button-dark { min-height: 42px; padding: 0 18px; color: white; background: var(--ink); font-size: 13px; }
.button-light { color: var(--forest-dark); background: var(--paper); }
.button-outline { border-color: var(--line); background: white; }
.button-full { width: 100%; }
.text-link { font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero-art { position: relative; min-height: 560px; }
.hero-glow { position: absolute; inset: 5% -4% 0 10%; border-radius: 48% 52% 45% 55%; background: radial-gradient(circle at 40% 35%, #eef4e8, #d7e3d9 58%, #c8d6cc 100%); }
.portrait-card { position: absolute; z-index: 2; width: 72%; padding: 14px 14px 20px; border-radius: 8px; background: #f8f2e7; box-shadow: var(--shadow); }
.portrait-card-main { top: 26px; right: 5%; transform: rotate(2.2deg); }
.portrait-frame { padding: 13px; border: 8px solid #77593b; background: #d6b984; box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
.pet-portrait { position: relative; display: flex; height: 405px; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(circle at 50% 28%, #bba467, #5f7044 62%, #324631); }
.pet-face { position: relative; z-index: 3; font-size: clamp(100px, 12vw, 160px); filter: drop-shadow(0 18px 14px rgba(0,0,0,.18)); }
.crown { position: absolute; z-index: 4; top: 40px; color: #edcf7e; font-size: 66px; transform: rotate(-7deg); text-shadow: 0 4px 8px rgba(0,0,0,.25); }
.uniform { position: absolute; z-index: 2; right: 17%; bottom: -55px; left: 17%; height: 205px; border-radius: 48% 48% 10% 10%; background: linear-gradient(90deg, #771f2d, #b14248 50%, #771f2d); box-shadow: inset 0 0 0 9px rgba(223,184,91,.7); }
.portrait-caption { display: flex; align-items: end; justify-content: space-between; padding: 14px 8px 0; }
.portrait-caption span { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.portrait-caption strong { font-family: var(--serif); font-size: 20px; }
.photo-card { position: absolute; z-index: 4; bottom: 35px; left: 0; width: 165px; padding: 9px; transform: rotate(-5deg); border-radius: 5px; background: white; box-shadow: 0 18px 40px rgba(38,48,41,.22); }
.photo-label { padding: 4px 4px 8px; color: var(--ink-soft); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.source-photo { display: grid; height: 170px; place-items: center; background: linear-gradient(160deg, #bac7ad, #72836b); font-size: 76px; }
.transformation-line { position: absolute; z-index: 5; bottom: 110px; left: 135px; width: 120px; height: 1px; transform: rotate(-13deg); background: var(--coral); }
.transformation-line::after { position: absolute; top: -4px; right: -2px; width: 8px; height: 8px; content: ""; transform: rotate(45deg); border-top: 1px solid var(--coral); border-right: 1px solid var(--coral); }
.transformation-line span { position: absolute; top: 10px; left: 10px; width: 120px; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.trust-row { display: grid; padding: 30px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbf7ef; grid-template-columns: repeat(4, 1fr); }
.trust-row > div { display: grid; padding: 0 24px; border-right: 1px solid var(--line); grid-template-columns: 34px 1fr; }
.trust-row > div:last-child { border-right: 0; }
.trust-row span { color: var(--coral); font-size: 22px; grid-row: 1 / 3; }
.trust-row strong { font-size: 13px; }
.trust-row small { color: var(--ink-soft); font-size: 11px; }

.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; align-items: end; grid-template-columns: 1.35fr .65fr; gap: 60px; }
.split-heading h2 { max-width: 720px; margin-bottom: 0; }
.split-heading > p { margin-bottom: 8px; color: var(--ink-soft); line-height: 1.7; }
.centered-heading { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading > p:last-child { color: var(--ink-soft); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-card.featured { margin-top: -18px; box-shadow: 0 20px 60px rgba(31,41,34,.09); }
.product-image { position: relative; height: 330px; overflow: hidden; background: var(--cream); }
.product-badge { position: absolute; z-index: 5; top: 18px; left: 18px; padding: 7px 11px; border-radius: 999px; color: var(--forest-dark); background: rgba(255,253,248,.9); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-info { padding: 26px; }
.product-kicker { margin-bottom: 5px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { font-family: var(--serif); font-size: 27px; }
.product-description { min-height: 68px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-bottom strong { font-size: 18px; }
.digital-art { display: grid; place-items: center; background: linear-gradient(145deg, #e7ded0, #c8d8c9); }
.digital-device { width: 65%; padding: 10px; transform: rotate(-3deg); border: 7px solid #252b27; border-radius: 18px; background: #141815; box-shadow: 0 24px 45px rgba(25,35,28,.25); }
.mini-portrait { display: grid; height: 235px; place-items: center; background: radial-gradient(circle at 50% 30%, #d8bd83, #704b3e 72%); font-size: 96px; }
.wall-scene { position: absolute; inset: 0; background: linear-gradient(#d8d6c8 0 72%, #9a7655 72%); }
.framed-print { position: absolute; top: 36px; left: 50%; width: 55%; padding: 9px; transform: translateX(-50%); border: 12px solid #303c32; background: #f3e8d8; box-shadow: 0 14px 30px rgba(33,41,36,.2); }
.framed-print .mini-portrait { height: 205px; background: radial-gradient(circle at 50% 33%, #b3d1cf, #446b69 72%); font-size: 85px; }
.console-table { position: absolute; right: 12%; bottom: 28px; left: 12%; height: 18px; border-radius: 3px; background: #4e3627; box-shadow: 0 18px 0 -7px #4e3627; }
.canvas-art { background: linear-gradient(155deg, #d7e3dc, #a9b8ad); }
.canvas-stage { position: absolute; inset: 0; }
.canvas-piece { position: absolute; top: 35px; left: 18%; width: 62%; padding: 7px; transform: rotate(2deg); background: #eee6d9; box-shadow: 0 22px 40px rgba(34,49,39,.22); }
.canvas-piece .mini-portrait { height: 250px; background: linear-gradient(150deg, #c9a06b, #804b45); }
.plant { position: absolute; right: 6%; bottom: -14px; color: #3f7255; font-size: 130px; transform: rotate(13deg); }
.figure3d-art { display: grid; place-items: center; background: radial-gradient(circle at 50% 30%, #edf2ea, #b9c8bc 68%, #8ea296); }
.figure3d-stage { position: relative; display: grid; width: 72%; height: 250px; place-items: center; border-radius: 48% 48% 42% 42%; background: linear-gradient(155deg, #f7f1e5, #d8c8aa); box-shadow: inset 0 -20px 40px rgba(83,65,42,.12), 0 22px 40px rgba(31,41,34,.18); }
.figure3d-stage span { position: relative; z-index: 2; font-size: 105px; filter: drop-shadow(0 16px 12px rgba(31,41,34,.2)); }
.figure3d-stage i { position: absolute; right: 18%; bottom: 18px; left: 18%; height: 18px; border-radius: 50%; background: rgba(79,64,43,.24); }

.style-section { background: var(--cream); }
.style-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.style-card { padding: 12px 12px 24px; border-radius: 20px; background: rgba(255,255,255,.65); text-align: center; }
.style-card:nth-child(2n) { margin-top: 30px; }
.style-visual { position: relative; display: grid; height: 270px; place-items: center; overflow: hidden; border-radius: 14px; }
.style-visual b { position: relative; z-index: 2; font-size: 92px; filter: drop-shadow(0 15px 12px rgba(0,0,0,.16)); }
.style-visual span { position: absolute; top: 24px; color: rgba(255,255,255,.82); font-size: 55px; }
.style-card h3 { margin: 18px 0 4px; font-family: var(--serif); font-size: 23px; }
.style-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 13px; }
.style-royal .style-visual { background: radial-gradient(circle at 50% 35%, #c1b278, #3d6345); }
.style-modern .style-visual { background: linear-gradient(135deg, #e98269 0 45%, #decf6b 45% 70%, #557c90 70%); }
.style-classic .style-visual { background: radial-gradient(circle at 45% 38%, #cda879, #603d37); }
.style-minimal .style-visual { background: linear-gradient(150deg, #f3e7d9, #c6d3cf); }

.process-layout { display: grid; align-items: start; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 130px); }
.process-copy { position: sticky; top: 130px; }
.process-copy > p:not(.eyebrow) { margin-bottom: 32px; color: var(--ink-soft); line-height: 1.75; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; padding: 30px 0; border-top: 1px solid var(--line); grid-template-columns: 72px 1fr; }
.process-steps li:last-child { border-bottom: 1px solid var(--line); }
.process-steps > li > span { color: var(--coral); font-family: var(--serif); font-size: 23px; }
.process-steps h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 25px; }
.process-steps p { margin-bottom: 0; color: var(--ink-soft); }

.review-section { color: white; background: var(--forest-dark); }
.light-heading .eyebrow { color: #e9ad96; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.assurance-grid article { margin: 0; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
.assurance-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--forest-dark); background: #dbe7dd; font-size: 12px; font-weight: 800; }
.assurance-grid article h3 { margin: 22px 0 10px; font-family: var(--serif); font-size: 25px; }
.assurance-grid article p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }

.faq-section { max-width: 920px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding-bottom: 26px; color: var(--ink-soft); line-height: 1.7; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 78px max(20px, calc((100vw - 1180px) / 2)); color: white; background: var(--coral); }
.final-cta .eyebrow { color: #fff2eb; }
.final-cta h2 { max-width: 720px; margin-bottom: 0; }
.site-footer { display: grid; padding: 72px max(20px, calc((100vw - 1180px) / 2)) 30px; color: #d9e2db; background: #102a20; grid-template-columns: 1.5fr repeat(3, .65fr); gap: 45px; }
.site-footer .brand { color: white; }
.site-footer h3 { margin-bottom: 16px; color: white; font-size: 13px; text-transform: uppercase; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-brand p { max-width: 330px; margin-top: 20px; color: #a8b7ad; }.footer-platform-link { display: inline-block; margin-top: 12px; color: #d9e2db; font-size: 13px; font-weight: 700; }
.copyright { margin: 35px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #819087; font-size: 11px; grid-column: 1 / -1; }

.overlay { position: fixed; z-index: 90; inset: 0; background: rgba(13,25,18,.58); backdrop-filter: blur(4px); }
.cart-drawer, .customizer-modal, .checkout-modal { position: fixed; z-index: 100; background: var(--paper); box-shadow: -20px 0 70px rgba(18,31,22,.24); transition: transform .3s ease, opacity .25s; }
.cart-drawer { top: 0; right: 0; width: min(450px, 100%); height: 100dvh; padding: 30px; transform: translateX(105%); }
.cart-drawer.open { transform: translateX(0); }
.drawer-header, .modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.modal-guidance { max-width: 620px; margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }.journey-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 18px; }.journey-progress span, .journey-progress strong { padding: 9px 11px; border-radius: 999px; color: var(--ink-soft); background: var(--cream); font-size: 11px; text-align: center; }.journey-progress .complete { color: var(--forest); background: var(--sage); }.journey-progress strong { color: #fff; background: var(--forest); }.modal-back-link { margin: 16px 0 0; padding: 0; border: 0; color: var(--forest); background: transparent; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; }
.drawer-header h2, .modal-header h2 { margin: 0; font-size: 34px; }
.drawer-header-actions { display: flex; align-items: flex-end; gap: 10px; flex-direction: column; }
.clipboard-fallback { position: fixed; left: -9999px; top: 0; width: 1px; height: 1px; opacity: 0; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 27px; line-height: 1; }
.cart-content { height: calc(100dvh - 250px); overflow-y: auto; padding: 25px 0; }
.empty-cart { display: grid; min-height: 360px; place-items: center; text-align: center; }
.empty-cart span { font-size: 55px; }
.empty-cart p { color: var(--ink-soft); }
.cart-item { display: grid; padding: 18px 0; border-bottom: 1px solid var(--line); grid-template-columns: 88px 1fr auto; gap: 15px; }
.cart-thumb { display: grid; height: 92px; place-items: center; overflow: hidden; border-radius: 12px; background: var(--sage); font-size: 38px; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 18px; }
.cart-item p { margin: 0 0 4px; color: var(--ink-soft); font-size: 12px; }
.remove-item { align-self: start; border: 0; color: var(--coral); background: transparent; cursor: pointer; font-size: 18px; }.cart-edit-link { display: inline-block; margin-top: 8px; padding: 0; border: 0; color: var(--forest); background: transparent; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; text-align: left; text-decoration: underline; text-underline-offset: 3px; }
.cart-footer { position: absolute; right: 30px; bottom: 24px; left: 30px; padding-top: 16px; border-top: 1px solid var(--line); background: var(--paper); }
.cart-footer > p { color: var(--ink-soft); font-size: 11px; }
.price-row, .checkout-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; font-size: 18px; }

.customizer-modal, .checkout-modal { top: 50%; left: 50%; width: min(1060px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 28px; overflow-y: auto; transform: translate(-50%, -46%) scale(.96); border-radius: 26px; opacity: 0; pointer-events: none; }
.customizer-modal.open, .checkout-modal.open { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
.customizer-layout { display: grid; padding-top: 25px; grid-template-columns: .92fr 1.08fr; gap: 35px; }
.upload-panel { display: flex; flex-direction: column; gap: 13px; }
.upload-zone { position: relative; display: grid; min-height: 490px; place-items: center; overflow: hidden; border: 1px dashed rgba(31,41,34,.25); border-radius: 20px; background: #f3eee5; text-align: center; }
.upload-zone.dragover { border-color: var(--forest); background: #e8f0e9; }
.upload-placeholder span { display: grid; width: 56px; height: 56px; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: white; background: var(--forest); font-size: 26px; }
.upload-placeholder h3 { margin-bottom: 6px; font-family: var(--serif); font-size: 25px; }
.upload-placeholder p { margin-bottom: 22px; color: var(--ink-soft); font-size: 12px; }
.upload-zone img { width: 100%; height: 490px; object-fit: cover; }
.replace-photo { position: absolute; right: 14px; bottom: 14px; padding: 9px 13px; border: 0; border-radius: 999px; background: rgba(255,255,255,.9); cursor: pointer; font-size: 12px; font-weight: 700; }
.photo-tips { display: flex; flex-wrap: wrap; gap: 8px; color: var(--ink-soft); font-size: 11px; }
.photo-tips strong { width: 100%; color: var(--ink); }
.photo-tips span { padding: 5px 8px; border-radius: 999px; background: var(--sage); }
.photo-readiness { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin-top: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.photo-readiness-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 999px; color: var(--paper); background: var(--ink-soft); font-weight: 900; }
.photo-readiness strong { display: block; margin-bottom: 3px; }
.photo-readiness p { margin: 0 0 6px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.photo-readiness small { display: block; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }
.photo-readiness[data-photo-readiness="ready"] { border-color: rgba(var(--forest-rgb), .28); background: var(--sage); }
.photo-readiness[data-photo-readiness="ready"] .photo-readiness-mark { background: var(--forest); }
.photo-readiness[data-photo-readiness="review"] .photo-readiness-mark { color: var(--ink); background: var(--gold); }
.photo-readiness[data-photo-readiness="blocked"] .photo-readiness-mark { background: var(--coral); }
.customizer-form { display: flex; flex-direction: column; gap: 0; }
.form-step { display: grid; padding: 20px 0; border-bottom: 1px solid var(--line); grid-template-columns: 45px 1fr; }
.form-step > span { color: var(--coral); font-family: var(--serif); font-size: 18px; }
.customizer-style-preview { display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: center; margin: 12px 0 2px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.customizer-style-preview .style-visual { height: 110px; border-radius: 12px; }
.customizer-style-preview .style-visual b { font-size: 48px; }
.customizer-style-preview .style-visual span { top: 12px; font-size: 30px; }
.customizer-style-preview small { color: var(--ink-soft); font-size: 10px; letter-spacing: .14em; font-weight: 800; }
.customizer-style-preview strong { display: block; margin: 4px 0; font-family: var(--serif); font-size: 21px; }
.customizer-style-preview p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.customizer-style-preview em { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 10px; line-height: 1.45; font-style: normal; }
.customizer-expectation { margin: 14px 0 4px; padding: 16px; border: 1px solid rgba(var(--forest-rgb), .22); border-radius: 16px; background: var(--sage); }
.expectation-heading { display: grid; gap: 3px; margin-bottom: 10px; }
.expectation-heading small { color: var(--forest); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.expectation-heading strong { font-family: var(--serif); font-size: 19px; }
.customizer-expectation > p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.expectation-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 12px 0; }
.expectation-items > div { padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.expectation-items strong { display: block; margin-bottom: 4px; font-size: 11px; }
.expectation-items p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }
.expectation-limit { padding-top: 10px; border-top: 1px solid var(--line); }
.expectation-limit strong { color: var(--ink); }
label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; }
label small { color: var(--ink-soft); font-weight: 400; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; outline: none; background: white; }
input, select { height: 48px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(32,76,58,.1); }
.customizer-summary { display: flex; align-items: center; justify-content: space-between; margin: 24px 0 18px; padding: 16px; border-radius: 13px; background: var(--cream); }
.customizer-summary div { display: grid; }
.customizer-summary small { color: var(--ink-soft); }
.customizer-summary strong { font-family: var(--serif); font-size: 28px; }
.checkout-form { padding-top: 22px; }.checkout-review { display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; align-items: center; margin-bottom: 24px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }.checkout-review img { width: 90px; height: 90px; border-radius: 12px; object-fit: cover; }.checkout-review .eyebrow { margin-bottom: 4px; }.checkout-review h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 21px; }.checkout-review p { margin: 0 0 3px; color: var(--ink-soft); font-size: 12px; }.checkout-review > strong { font-family: var(--serif); font-size: 23px; }.checkout-review .checkout-expectation-note { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); color: var(--ink-soft); line-height: 1.5; }.checkout-review .checkout-expectation-note strong { color: var(--ink); }.checkout-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.checkout-grid .wide { grid-column: 1 / -1; }
.checkout-note { display: flex; gap: 12px; margin: 24px 0; padding: 15px; border-radius: 13px; color: #5a4a22; background: #fff4d6; }
.checkout-note p { margin: 3px 0 0; font-size: 12px; }
.checkout-trust-path { margin: 24px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(231,239,232,.55); }
.checkout-trust-heading h3 { margin: 3px 0 5px; font-family: var(--serif); font-size: 23px; }
.checkout-trust-heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.checkout-trust-steps { display: grid; gap: 11px; margin: 16px 0; padding: 0; list-style: none; }
.checkout-trust-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.checkout-trust-steps li > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 999px; color: #fff; background: var(--forest); font-size: 11px; font-weight: 800; }
.checkout-trust-steps strong { display: block; font-size: 12px; }
.checkout-trust-steps p { margin: 2px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.checkout-trust-recovery { margin: 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.checkout-trust-recovery strong { color: var(--ink); }
.cart-storage-warning { color: #704b16; background: #fff0c9; }
.checkout-total { padding: 20px 0; border-top: 1px solid var(--line); }
.paypal-button-container { position: relative; z-index: 1; min-height: 48px; margin-top: 4px; }
.paypal-button-container[hidden] { display: none; }
.payment-status { min-height: 18px; margin: 10px 0 0; color: var(--ink-soft); font-size: 12px; text-align: center; }
.form-error { min-height: 20px; margin: 10px 0 0; color: #b34435; font-size: 12px; text-align: center; }.mobile-journey-nav { display: none; }

.track-shell, .success-shell, .admin-shell { min-height: 100vh; padding: 40px; background: var(--cream); }
.center-card { width: min(680px, 100%); margin: 60px auto; padding: 46px; border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.page-navigation { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 24px; }
.page-nav-link { padding: 0; border: 0; background: transparent; color: var(--muted); font: inherit; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; }
.page-nav-link:hover { color: var(--ink); }
.center-card h1 { font-size: 48px; }
.order-status { margin-top: 30px; padding: 20px; border-radius: 15px; background: var(--sage); }
.order-status dl { display: grid; margin: 0; grid-template-columns: 1fr 1fr; gap: 12px; }
.order-status dt { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; }
.order-status dd { margin: 3px 0 0; font-weight: 700; overflow-wrap: anywhere; }
.customer-journey { margin: 0 0 22px; overflow-x: auto; overscroll-behavior-inline: contain; }
.customer-journey ol { display: grid; min-width: 620px; margin: 0; padding: 0 0 8px; grid-template-columns: repeat(7, minmax(78px, 1fr)); list-style: none; overflow: visible; }
.customer-journey-step { position: relative; display: grid; justify-items: center; gap: 7px; padding: 0 5px; color: var(--ink-soft); font-size: 10px; font-weight: 700; text-align: center; }
.customer-journey-step::before { position: absolute; top: 15px; right: 50%; left: -50%; height: 2px; content: ''; background: var(--line); }
.customer-journey-step:first-child::before { display: none; }
.customer-journey-dot { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; place-items: center; border: 2px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 11px; }
.customer-journey-step.done::before, .customer-journey-step.current::before, .customer-journey-step.done .customer-journey-dot { border-color: var(--forest); color: #fff; background: var(--forest); }
.customer-journey-step.current .customer-journey-dot { border-color: var(--coral); color: #fff; background: var(--coral); box-shadow: 0 0 0 4px rgba(201,117,91,.14); }
.customer-journey-step.current { color: var(--ink); }
.customer-journey-step.attention .customer-journey-dot { border-color: #a33c2f; background: #a33c2f; }
.customer-journey-attention { margin: 10px 0 0; padding: 10px 12px; border-radius: 10px; color: #8b3328; background: rgba(201,117,91,.14); font-size: 12px; font-weight: 700; }
.customer-journey.compact ol { min-width: 560px; }
.customer-status-skeleton { display: grid; gap: 10px; margin-bottom: 14px; }
.customer-status-skeleton span { display: block; height: 13px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,255,255,.3), rgba(255,255,255,.82), rgba(255,255,255,.3)); background-size: 220% 100%; animation: customerSkeleton 1.25s ease-in-out infinite; }
.customer-status-skeleton span:nth-child(2) { width: 76%; }
.customer-status-skeleton span:nth-child(3) { width: 54%; }
@keyframes customerSkeleton { to { background-position: -220% 0; } }
.result-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.result-notice { margin-top: 24px; color: var(--ink-soft); font-size: 12px; }
.track-form { display: flex; gap: 10px; margin: 28px 0; flex-wrap: wrap; }
.track-input { flex: 1; min-width: 230px; }
.track-token { flex-basis: 100%; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.track-token-visibility { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.track-token-visibility input { width: 16px; height: 16px; accent-color: var(--forest); }
.after-sales-desk { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.after-sales-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.after-sales-heading h2 { margin: 2px 0 0; font-family: var(--serif); font-size: 29px; }
.after-sales-desk > p { color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.support-request-list { display: grid; gap: 12px; margin: 18px 0; }
.support-request-empty { padding: 16px; border: 1px dashed var(--line); border-radius: 14px; background: rgba(255,255,255,.35); }
.support-request-empty p { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.support-request-card { padding: 16px; border: 1px solid var(--line); border-left: 4px solid var(--coral); border-radius: 14px; background: var(--paper); }
.support-request-resolved, .support-request-closed { border-left-color: var(--forest); }
.support-request-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.support-request-heading strong, .support-request-category { display: block; }
.support-request-heading strong { margin-top: 4px; font-size: 12px; }
.support-request-category { color: var(--ink-soft); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.support-request-status { padding: 4px 9px; border-radius: 999px; color: #8b3328; background: rgba(201,117,91,.14); font-size: 11px; font-weight: 800; }
.support-attention-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 7px; }
.support-unread-badge, .support-next-action, .support-resolution-outcome { display: inline-flex; width: fit-content; padding: 4px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .01em; }
.support-unread-badge { color: #fff; background: #a33c2f; }
.support-resolution-outcome { color: #315443; background: #edf4ef; border: 1px solid rgba(49,84,67,.18); }
.support-next-action.is-waiting_for_studio { color: #7d2e22; background: #fff0ec; }
.support-next-action.is-waiting_for_customer { color: #315443; background: #e5efe8; }
.support-next-action.is-resolved, .support-next-action.is-closed { color: var(--forest); background: var(--sage); }
.support-request-resolved .support-request-status, .support-request-closed .support-request-status { color: var(--forest); background: var(--sage); }
.support-request-message { margin: 14px 0; padding: 12px; border-radius: 10px; background: var(--cream); font-size: 13px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.support-request-response { padding: 13px; border-radius: 11px; background: var(--sage); }
.support-request-response p { margin: 6px 0; font-size: 13px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.support-request-response time, .support-request-card footer { color: var(--ink-soft); font-size: 10px; }
.support-request-waiting { margin: 10px 0; color: var(--ink-soft); font-size: 12px; }
.support-conversation { display: grid; gap: 10px; margin: 14px 0; }
.support-conversation-entry { max-width: 92%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; }
.support-conversation-entry.is-customer { margin-left: auto; background: #f7efe8; border-bottom-right-radius: 4px; }
.support-conversation-entry.is-studio { margin-right: auto; background: var(--sage); border-bottom-left-radius: 4px; }
.support-conversation-entry > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 11px; }
.support-conversation-entry time { color: var(--ink-soft); }
.support-conversation-entry p { margin: 7px 0 0; font-size: 13px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.support-follow-up-form { display: grid; gap: 9px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.support-follow-up-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
.support-follow-up-form textarea { width: 100%; resize: vertical; }
.support-request-card footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 12px; }
.support-request-form { display: grid; gap: 14px; margin-top: 18px; padding: 18px; border-radius: 14px; background: var(--cream); }
.support-request-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.support-request-form select, .support-request-form textarea { width: 100%; }
.support-request-feedback { min-height: 18px; margin: 0; color: var(--ink-soft); font-size: 12px; }
.support-request-feedback.is-error { color: #b34435; }
.support-request-feedback.is-success { color: var(--forest); font-weight: 700; }
.customer-support-unavailable { align-self: center; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }

.admin-shell { padding: 30px; }
.admin-header { display: flex; align-items: center; justify-content: space-between; width: min(1300px, 100%); margin: 0 auto 25px; }
.admin-login-wrap { display: grid; justify-items: end; gap: 8px; }
.admin-header .eyebrow { margin-top: 10px; }
.admin-login { display: flex; gap: 8px; }
.admin-login input { width: 210px; }
.admin-login-wrap .form-error { margin: 0; text-align: right; }
.operator-health { width: min(1300px, 100%); margin: 0 auto 22px; padding: 20px; border-radius: 20px; background: var(--paper); box-shadow: 0 12px 40px rgba(31,41,34,.08); }
.operator-health-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.operator-health-head h2 { margin: 3px 0 0; font-family: var(--serif); font-size: clamp(24px, 3vw, 32px); }
.operator-health-counters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 18px 0 12px; }
.operator-health-counters span { padding: 10px; border-radius: 12px; background: var(--cream); color: var(--ink-soft); font-size: 11px; text-align: center; }
.operator-health-counters strong { display: block; color: var(--ink); font-size: 20px; }
.operator-health-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.operator-health-card { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.operator-health-card.is-ready { border-left: 4px solid var(--forest); }
.operator-health-card.is-attention { border-left: 4px solid #b57b18; }
.operator-health-card.is-blocked { border-left: 4px solid #a33c2f; }
.operator-health-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.operator-health-card strong { overflow-wrap: anywhere; }
.operator-health-card p { margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.operator-health-badge { flex: 0 0 auto; padding: 4px 8px; border-radius: 999px; background: var(--paper); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.operator-health-card.is-ready .operator-health-badge { color: var(--forest); }
.operator-health-card.is-attention .operator-health-badge { color: #7d5511; }
.operator-health-card.is-blocked .operator-health-badge { color: #a33c2f; }
.operator-health-meta { margin-top: 6px !important; font-size: 11px !important; }
.operator-health-boundary { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.admin-grid { display: grid; width: min(1300px, 100%); margin: 0 auto; grid-template-columns: 360px 1fr; gap: 22px; }
.order-list, .order-detail { min-height: 650px; padding: 20px; border-radius: 20px; background: var(--paper); box-shadow: 0 12px 40px rgba(31,41,34,.08); }
.order-queue-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 16px 0 10px; }
.order-queue-stats span { padding: 9px 8px; border-radius: 10px; background: var(--cream); color: var(--ink-soft); font-size: 10px; text-align: center; }
.order-queue-stats strong { display: block; color: var(--ink); font-size: 17px; }
.order-queue-filters { display: grid; gap: 8px; margin-bottom: 8px; }
.order-queue-filters input, .order-queue-filters select { width: 100%; }
.order-queue-summary { min-height: 18px; margin: 0 0 8px; }
.order-list-item { width: 100%; padding: 16px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; }
.order-list-item.active { border-radius: 12px; background: var(--sage); }
.order-list-item strong, .order-list-item span { display: block; }
.order-list-item span { margin-top: 4px; color: var(--ink-soft); font-size: 12px; }
.order-list-title, .order-list-meta { display: flex !important; align-items: center; justify-content: space-between; gap: 8px; }
.order-list-title strong, .order-list-meta span { margin: 0; }
.queue-order-signals { display: inline-flex !important; align-items: center; gap: 8px; margin: 0 !important; }
.queue-action-dot { width: 9px; height: 9px; flex: 0 0 auto; margin: 0 !important; border-radius: 999px; background: var(--coral); box-shadow: 0 0 0 3px rgba(201, 117, 91, .14); }
.queue-support-count { display: inline-grid !important; min-width: 21px; height: 21px; margin: 0 !important; padding: 0 6px; place-items: center; border-radius: 999px; color: #fff !important; background: var(--coral); font-size: 10px !important; font-weight: 800; }
.queue-support-count.is-action { background: #7d2e22; }
.queue-support-count.is-unread { background: #a33c2f; box-shadow: 0 0 0 3px rgba(163, 60, 47, .12); }
.queue-payment { display: inline-flex !important; width: fit-content; padding: 2px 7px; border-radius: 999px; background: var(--cream); }
.queue-payment.paid { color: var(--forest); background: var(--sage); }
.queue-payment.exception { color: #a33c2f; background: rgba(201, 117, 91, .14); }
.admin-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.admin-form .wide { grid-column: 1 / -1; }
.admin-photo { width: 100%; max-height: 420px; object-fit: contain; border-radius: 14px; background: var(--cream); }
.admin-meta { display: grid; margin: 20px 0; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.admin-meta div { padding: 12px; border-radius: 10px; background: var(--cream); }
.admin-meta small, .admin-meta strong { display: block; }
.admin-meta small { color: var(--ink-soft); }
.fulfillment-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 4px; }
.fulfillment-error { color: #7d2e22; background: #fff0ec; }
.admin-help { margin: 10px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.text-link { color: var(--forest); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.admin-proof-studio { margin: 28px 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; }
.admin-proof-studio h3 { margin: 0; font-family: var(--serif); font-size: 25px; }
.email-delivery-list { display: grid; gap: 10px; margin-top: 16px; }
.email-delivery-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px; border-radius: 12px; background: var(--cream); }
.email-delivery-row strong, .email-delivery-row span, .email-delivery-error { display: block; }
.email-delivery-row span { margin-top: 3px; color: var(--ink-soft); font-size: 12px; }
.email-delivery-error { margin-top: 4px; color: #a33c2f; }
.internal-note-timeline { display: grid; gap: 10px; max-height: 280px; overflow: auto; margin: 16px 0; padding: 0; list-style: none; }
.internal-note-timeline li { padding: 12px 14px; border-left: 3px solid var(--forest); border-radius: 0 12px 12px 0; background: var(--cream); }
.internal-note-timeline li > div { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-soft); font-size: 11px; }
.internal-note-timeline li p { margin: 7px 0 0; color: var(--ink); font-size: 13px; line-height: 1.55; }
.internal-note-timeline .internal-note-empty { border-left-color: var(--line); color: var(--ink-soft); font-size: 13px; }
.internal-note-form { margin-top: 12px; }
.admin-support-request-list { display: grid; gap: 14px; margin-top: 16px; }
.admin-support-request { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.admin-support-request.open, .admin-support-request.in_review { border-left: 4px solid var(--coral); }
.admin-support-request.resolved, .admin-support-request.closed { border-left: 4px solid var(--forest); }
.admin-support-request-head { display: flex; justify-content: space-between; gap: 12px; }
.admin-support-request-head span, .admin-support-request-head small { display: block; }
.admin-support-request-head small { margin-top: 4px; color: var(--ink-soft); }
.admin-support-request-message, .admin-support-public-response { margin: 12px 0; padding: 12px; border-radius: 10px; background: var(--paper); font-size: 13px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.admin-support-public-response { background: var(--sage); }
.admin-support-request .admin-form { margin-top: 14px; }
.admin-support-note-list { margin: 10px 0 0; padding-left: 20px; color: var(--ink-soft); font-size: 11px; }
.admin-support-note-list li { margin: 5px 0; }
.privacy-delete-controls { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 12px; margin-top: 16px; }
.privacy-delete-controls input { width: 100%; }
.proof-photo { margin: 14px 0 18px; border: 1px solid var(--line); }
.empty-state .button { margin-top: 14px; }
.order-skeleton-list, .order-detail-skeleton { display: grid; gap: 14px; }
.order-skeleton-card { display: grid; gap: 9px; padding: 16px; border-bottom: 1px solid var(--line); }
.skeleton-line, .skeleton-block, .skeleton-photo { display: block; overflow: hidden; border-radius: 999px; background: linear-gradient(90deg, var(--cream) 20%, rgba(255,255,255,.72) 50%, var(--cream) 80%); background-size: 240% 100%; animation: skeletonSweep 1.35s ease-in-out infinite; }
.skeleton-line { width: 100%; height: 12px; }
.skeleton-line-title { width: 58%; height: 18px; }
.skeleton-line-heading { width: 72%; height: 34px; }
.skeleton-line-short { width: 38%; }
.skeleton-meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 10px 0; }
.skeleton-block { height: 74px; border-radius: 12px; }
.skeleton-photo { height: 320px; border-radius: 16px; }
@keyframes skeletonSweep { 0% { background-position: 100% 0; } 100% { background-position: -140% 0; } }
.workflow-panel { margin: 20px 0 28px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.workflow-progress { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.workflow-stage { position: relative; display: grid; gap: 7px; min-width: 0; color: var(--ink-soft); font-size: 11px; text-align: center; }
.workflow-stage::after { position: absolute; top: 15px; left: calc(50% + 19px); width: calc(100% - 30px); height: 2px; background: var(--line); content: ''; }
.workflow-stage:last-child::after { display: none; }
.workflow-stage > span { z-index: 1; display: grid; width: 30px; height: 30px; margin: 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-weight: 700; }
.workflow-stage strong { overflow: hidden; text-overflow: ellipsis; }
.workflow-stage.complete { color: var(--forest); }
.workflow-stage.complete > span { color: #fff; border-color: var(--forest); background: var(--forest); }
.workflow-stage.complete::after { background: var(--forest); }
.workflow-stage.current { color: var(--ink); }
.workflow-stage.current > span { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(201,117,91,.14); }
.workflow-stage.cancelled { opacity: .55; }
.workflow-next { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 18px; border-radius: 14px; background: var(--cream); }
.workflow-next h3 { margin: 3px 0 6px; font-family: var(--serif); font-size: 27px; }
.workflow-next p { margin: 0; color: var(--ink-soft); }
.workflow-next.warning { border-left: 4px solid var(--coral); }
.workflow-next.complete { border-left: 4px solid var(--forest); }
.workflow-next.waiting { border-left: 4px solid var(--line); }
.workflow-action-message { min-height: 18px; margin: 10px 0 0; }

.proof-page { min-height: 100dvh; background: linear-gradient(145deg, #f8f3e8 0%, #eef3eb 100%); color: var(--ink); }
.proof-header { position: static; border-bottom: 1px solid rgba(29, 55, 42, .12); background: rgba(255, 253, 248, .9); }
.proof-secure { color: var(--ink-soft); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.proof-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0 90px; }
.proof-loading, .proof-error { max-width: 660px; margin: 80px auto; padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); text-align: center; box-shadow: 0 20px 60px rgba(18,31,22,.08); }
.proof-error h1 { margin: 10px 0 14px; font-size: clamp(38px, 6vw, 64px); }
.proof-spinner { width: 42px; height: 42px; margin: 0 auto 18px; border: 3px solid rgba(32,76,58,.15); border-top-color: var(--forest); border-radius: 50%; animation: proofSpin .8s linear infinite; }
@keyframes proofSpin { to { transform: rotate(360deg); } }
.proof-review { display: grid; gap: 32px; }
.proof-intro { max-width: 760px; margin: 0 auto; text-align: center; }
.proof-intro h1 { margin: 8px 0 14px; font-size: clamp(42px, 7vw, 76px); }
.proof-intro > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.proof-order-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.proof-order-meta span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--ink-soft); font-size: 12px; }
.proof-artwork-frame { position: relative; width: min(900px, 100%); margin: 4px auto 0; padding: 18px 18px 48px; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(18,31,22,.14); }
.proof-artwork-frame img { display: block; width: 100%; max-height: 76dvh; object-fit: contain; border-radius: 14px; background: #f1ede5; }
.proof-artwork-frame span { position: absolute; right: 18px; bottom: 16px; left: 18px; color: var(--ink-soft); font-size: 11px; text-align: center; letter-spacing: .04em; text-transform: uppercase; }
.proof-decision-card, .proof-result { width: min(760px, 100%); margin: 0 auto; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 18px 50px rgba(18,31,22,.08); }
.proof-decision-card h2, .proof-result h2 { margin: 6px 0 10px; font-size: 38px; }
.proof-decision-card > div > p:not(.eyebrow), .proof-result > p { color: var(--ink-soft); }
.proof-feedback-grid { display: grid; grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr); gap: 16px; margin-top: 24px; }
.proof-feedback-label { display: flex; margin-top: 0; font-weight: 700; }
.proof-feedback-label small { color: var(--ink-soft); font-weight: 400; }
.proof-decision-card textarea, .proof-decision-card select { width: 100%; margin-top: 0; }
.proof-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.proof-service-note, .proof-cancel-note { margin: 12px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.proof-cancel-note a { color: var(--forest); font-weight: 800; }
.proof-result { text-align: center; }
.proof-result-icon { display: grid; width: 62px; height: 62px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 30px; }
.proof-result .button { margin-top: 18px; }
.proof-footer { padding: 28px 16px 40px; color: var(--ink-soft); font-size: 12px; text-align: center; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-right: auto; margin-left: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { width: min(620px, 100%); min-height: 560px; margin: 0 auto; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .trust-row > div { padding: 18px 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .product-card.featured { margin-top: 0; }
  .product-image { height: 100%; min-height: 330px; }
  .style-grid { grid-template-columns: repeat(2, 1fr); }
  .style-card:nth-child(2n) { margin-top: 0; }
  .process-layout { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .review-grid { grid-template-columns: 1fr; }
  .assurance-grid article p { min-height: auto; }
  .customizer-layout { grid-template-columns: 1fr; }
  .customizer-style-preview { grid-template-columns: 110px 1fr; }
  .upload-zone, .upload-zone img { min-height: 380px; height: 380px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .operator-health-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .announcement { font-size: 9px; }
  body { padding-bottom: 68px; }
  .site-header { min-height: 66px; padding: 0 16px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 32px; height: 32px; }
  .cart-button > span:first-child { display: none; }
  .section-shell { width: min(100% - 28px, 1180px); }
  .section-space { padding-top: 76px; padding-bottom: 76px; }
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  .hero { padding-top: 50px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-art { min-height: 430px; }
  .portrait-card { width: 82%; }
  .pet-portrait { height: 290px; }
  .crown { top: 26px; font-size: 48px; }
  .photo-card { width: 120px; }
  .source-photo { height: 120px; font-size: 54px; }
  .transformation-line { bottom: 82px; left: 95px; width: 80px; }
  .trust-row { padding: 15px 10px; grid-template-columns: 1fr; }
  .trust-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-row > div:last-child { border-bottom: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .product-card { display: block; }
  .product-image { height: 310px; }
  .style-grid { grid-template-columns: 1fr; }
  .style-card:nth-child(2n) { margin-top: 0; }
  .style-visual { height: 330px; }
  .customizer-style-preview { grid-template-columns: 1fr; text-align: center; }
  .customizer-style-preview .style-visual { height: 150px; }
  .expectation-items { grid-template-columns: 1fr; }
  .process-steps li { grid-template-columns: 54px 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .copyright { grid-column: auto; }
  .customizer-modal, .checkout-modal { width: 100%; max-height: 100dvh; padding: 20px 16px; border-radius: 0; }
  .modal-header h2 { font-size: 28px; }
  .journey-progress { position: sticky; z-index: 4; top: -20px; margin: -20px -16px 18px; padding: 12px 16px; background: var(--paper); }
  .journey-progress span, .journey-progress strong { padding: 8px 5px; font-size: 10px; }
  .mobile-journey-nav { position: fixed; z-index: 70; right: 10px; bottom: 8px; left: 10px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,253,248,.96); box-shadow: 0 12px 40px rgba(18,31,22,.18); backdrop-filter: blur(16px); }
  .mobile-journey-nav a { display: grid; min-height: 42px; place-items: center; border-radius: 11px; color: var(--ink-soft); font-size: 11px; font-weight: 800; text-decoration: none; }
  .mobile-journey-nav a:nth-child(2) { color: #fff; background: var(--forest); }
  .mobile-journey-nav .customer-account-link { color: var(--forest); background: rgba(84,116,92,.1); }
  .checkout-review { grid-template-columns: 72px 1fr; }.checkout-review img { width: 72px; height: 72px; }.checkout-review > strong { grid-column: 2; }.checkout-grid { grid-template-columns: 1fr; }
  .checkout-grid .wide { grid-column: auto; }
  .cart-drawer { padding: 24px 18px; }
  .cart-footer { right: 18px; left: 18px; }
  .proof-shell { padding-top: 42px; }
  .proof-secure { display: none; }
  .proof-decision-card, .proof-result { padding: 24px 20px; }
  .proof-feedback-grid { grid-template-columns: 1fr; }
  .proof-actions { grid-template-columns: 1fr; }
  .track-shell, .success-shell, .admin-shell { padding: 18px; }
  .center-card { margin: 20px auto; padding: 28px 20px; }
  .center-card h1 { font-size: 38px; }
  .track-form { flex-direction: column; }
  .after-sales-heading, .support-request-heading, .admin-support-request-head { align-items: stretch; flex-direction: column; }
  .track-input { min-width: 0; }
  .admin-header { align-items: stretch; flex-direction: column; gap: 16px; }
  .operator-health-head { align-items: stretch; flex-direction: column; }
  .operator-health-head .button { width: 100%; }
  .operator-health-grid, .operator-health-counters { grid-template-columns: 1fr; }
  .admin-login-wrap { justify-items: stretch; }
  .admin-login { flex-direction: column; }
  .admin-login input { width: 100%; }
  .admin-login-wrap .form-error { text-align: left; }
  .admin-form { grid-template-columns: 1fr; }
  .admin-form .wide { grid-column: auto; }
  .admin-meta, .skeleton-meta-grid { grid-template-columns: 1fr; }
  .workflow-panel { padding: 16px; }
  .workflow-progress { grid-template-columns: repeat(4, 1fr); row-gap: 18px; }
  .workflow-stage::after { display: none; }
  .workflow-next { align-items: stretch; flex-direction: column; }
  .workflow-next .button { width: 100%; }
  .email-delivery-row { align-items: stretch; flex-direction: column; }
  .email-delivery-row .button { width: 100%; }
  .privacy-delete-controls { grid-template-columns: 1fr; }
}

/* ─── Bilingual and theme controls ────────────────────────── */
html { background: var(--cream); }
body { transition: color .2s ease, background-color .25s ease; }
a, button, input, select, textarea, .product-card, .cart-drawer, .customizer-modal, .checkout-modal, .center-card, .order-list, .order-detail {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
button:disabled { cursor: not-allowed; opacity: .58; transform: none !important; }
.ui-preferences {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(20, 32, 24, .09);
  backdrop-filter: blur(18px);
}
.ui-pref-button {
  min-height: 34px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.ui-pref-button:hover { color: var(--forest); background: var(--sage); }
.ui-pref-select {
  width: auto;
  min-width: 108px;
  padding-right: 28px;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
.ui-pref-select:hover { color: var(--forest); background-color: var(--sage); }
.ui-pref-select option { color: var(--ink); background: var(--input); }
.ui-preferences-floating { position: fixed; z-index: 120; top: 16px; right: 16px; }
.site-header { gap: 18px; }
.site-header .ui-preferences { margin-left: auto; }
.site-header .cart-button { flex: none; }
input, select, textarea { color: var(--ink); background: var(--input); }
input:focus, select:focus, textarea:focus { box-shadow: 0 0 0 3px var(--focus); }
:root[data-theme="dark"] body { background: var(--paper); }
:root[data-theme="dark"] .site-header,
:root[data-theme="dark"] .proof-header { background: rgba(21, 29, 25, .9); border-color: var(--line); }
:root[data-theme="dark"] .announcement { color: #e9f3ec; background: #0a1f16; }
:root[data-theme="dark"] .hero-glow { background: radial-gradient(circle at 40% 35%, #284235, #1a3025 58%, #12261c 100%); }
:root[data-theme="dark"] .trust-row { background: #111914; }
:root[data-theme="dark"] .product-card,
:root[data-theme="dark"] .style-card,
:root[data-theme="dark"] .center-card,
:root[data-theme="dark"] .order-list,
:root[data-theme="dark"] .order-detail,
:root[data-theme="dark"] .admin-proof-studio,
:root[data-theme="dark"] .proof-loading,
:root[data-theme="dark"] .proof-error,
:root[data-theme="dark"] .proof-decision-card,
:root[data-theme="dark"] .proof-result { background: var(--paper); }
:root[data-theme="dark"] .button-outline,
:root[data-theme="dark"] .replace-photo { color: var(--ink); background: var(--input); }
:root[data-theme="dark"] .button-primary { color: #0a1d13; background: var(--forest); }
:root[data-theme="dark"] .button-danger { color: #fff; background: #b85246; }
:root[data-theme="dark"] .button-light { color: #12251b; background: #e8f2eb; }
:root[data-theme="dark"] .upload-zone { background: #101713; border-color: var(--line); }
:root[data-theme="dark"] .upload-zone.dragover { background: #173025; }
:root[data-theme="dark"] .checkout-note { color: #ead9ad; background: #3b301a; }
:root[data-theme="dark"] .checkout-trust-path { background: rgba(31,50,39,.72); }
:root[data-theme="dark"] .cart-storage-warning { color: #f4d58a; background: #4a3616; }
:root[data-theme="dark"] .fulfillment-error { color: #ffc0b5; background: #43231f; }
:root[data-theme="dark"] .proof-page { background: linear-gradient(145deg, #0d1511 0%, #14231b 100%); }
:root[data-theme="dark"] .proof-artwork-frame { background: #101713; }
:root[data-theme="dark"] .proof-artwork-frame img { background: #0b100d; }
:root[data-theme="dark"] .proof-order-meta span { background: rgba(20, 31, 25, .8); }
:root[data-theme="dark"] .admin-meta div,
:root[data-theme="dark"] .customizer-summary,
:root[data-theme="dark"] .order-status { background: var(--sage); }
:root[data-theme="dark"] .review-section,
:root[data-theme="dark"] .site-footer { background: #091c13; }

@media (max-width: 980px) {
  .site-header .ui-preferences { margin-left: 0; }
  .site-header { justify-content: flex-start; }
  .site-header .cart-button { margin-left: auto; }
}
@media (max-width: 680px) {
  .site-header { flex-wrap: wrap; padding-top: 9px; padding-bottom: 9px; }
  .site-header .ui-preferences { order: 3; width: 100%; justify-content: space-between; }
  .site-header .ui-pref-button { flex: 1; }
  .site-header .ui-pref-select { min-width: 0; }
  .admin-header .ui-preferences, .policy-header .ui-preferences { width: 100%; justify-content: space-between; }
  .drawer-header { flex-direction: column; }
  .drawer-header-actions { width: 100%; align-items: stretch; }
  .ui-preferences-floating { top: 10px; right: 10px; }
}

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

.mivora-nav{background:#15181c;color:#fff;font:500 13px/1.4 "DM Sans",Arial,sans-serif}.mivora-nav-inner{max-width:1120px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.mivora-brand{color:#fff;font-weight:700;letter-spacing:.05em;text-decoration:none}.mivora-links{display:flex;gap:14px;margin-left:auto;flex-wrap:wrap}.mivora-links a{color:#cfd3d8;text-decoration:none}.mivora-links a:hover{color:#fff}@media(max-width:560px){.mivora-nav-inner{justify-content:space-between;padding:8px 12px}.mivora-links{gap:10px}}