:root {
  --paper: #f7f3ef;
  --paper-light: #fffaf8;
  --ink: #203129;
  --muted: #68756e;
  --line: rgba(32, 49, 41, .17);
  --moss: #466052;
  --deep-moss: #293f34;
  --clay: #d47f98;
  --pink-pale: #eedbe2;
  --cream: #fffaf7;
  --max: 1280px;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 105px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.section-shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }

.announcement {
  padding: 9px 20px;
  color: #e9e8df;
  background: var(--deep-moss);
  font-size: 10px;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}
.announcement span { margin: 0 10px; color: #edaac0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(calc(100% - 64px), var(--max));
  min-height: 90px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 239, .94);
  backdrop-filter: blur(14px);
}
.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: -.02em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 19px;
  font-style: italic;
}
.nav { display: flex; gap: 34px; }
.nav a, .tiktok-link { font-size: 12px; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s ease; }
.nav a:hover::after { transform: scaleX(1); }
.tiktok-link { justify-self: end; display: inline-flex; gap: 8px; align-items: center; }
.menu-toggle { display: none; }

@media (min-width: 951px) {
  .nav a[href="#commission"] { margin: -10px 0; padding: 10px 13px; color: var(--cream); background: var(--ink); }
  .nav a[href="#commission"]::after { display: none; }
}

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(60px, 7vw, 110px);
  align-items: center;
  padding: 70px 0 90px;
}
.eyebrow { margin: 0 0 18px; color: var(--clay); font-size: 10px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(58px, 7.2vw, 104px); }
h1 em { color: var(--moss); font-weight: 400; }
h2 { font-size: clamp(44px, 5vw, 72px); }
.hero-text { max-width: 570px; margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.button { border: 0; padding: 15px 19px; cursor: pointer; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--cream); background: var(--ink); }
.button-dark:hover { background: var(--clay); }
.button-dark span { margin-left: 13px; }
.text-link { font-size: 13px; text-underline-offset: 5px; }
.price-note { display: flex; align-items: center; gap: 18px; margin-top: 52px; color: var(--muted); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.price { color: var(--ink); font-family: var(--serif); font-size: 40px; letter-spacing: -.04em; }

.hero-art { position: relative; min-height: 560px; }
.hero-art::before { content: ""; position: absolute; inset: 9% 5% 3% 3%; border-radius: 50% 45% 52% 48%; background: var(--pink-pale); transform: rotate(-5deg); }
.frame { position: absolute; margin: 0; padding: 10px; background: #f9f2e6; box-shadow: 0 28px 70px rgba(42, 38, 31, .18); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame-main { inset: 0 87px 27px 0; transform: rotate(-2.4deg); }
.frame-main img { object-position: 50% 57%; }
.frame-small { z-index: 2; right: 0; bottom: 0; width: 39%; height: 52%; transform: rotate(4.3deg); }
.frame-small img { object-position: 50% 62%; }
.hero-seal { position: absolute; z-index: 3; top: 22px; right: 16px; width: 92px; height: 92px; display: grid; place-content: center; border-radius: 50%; color: var(--cream); background: var(--clay); text-align: center; transform: rotate(8deg); box-shadow: 0 10px 30px rgba(73, 45, 34, .18); }
.hero-seal strong, .hero-seal small { display: block; }
.hero-seal strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.hero-seal small { font-size: 8px; letter-spacing: .12em; line-height: 1.25; text-transform: uppercase; }
.hand-note { position: absolute; z-index: 3; right: 11%; bottom: -30px; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 13px; transform: rotate(-3deg); }

.work { padding: 105px 0 115px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 62px; }
.section-heading.compact { margin-bottom: 40px; }
.section-intro { max-width: 360px; margin: 0 0 5px; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 1.6; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 34px 22px; }
.gallery-item { margin: 0; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; min-height: 0; object-fit: cover; background: #ded8ce; filter: saturate(.88); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1); }
.gallery-item figcaption { display: flex; justify-content: space-between; align-items: baseline; padding-top: 11px; font-family: var(--serif); font-size: 16px; }
.gallery-item figcaption small { color: var(--muted); font-family: inherit; font-size: 11px; font-style: italic; }
.gallery-portrait { grid-column: span 5; }
.gallery-portrait img { aspect-ratio: 4 / 5; }
.gallery-landscape { grid-column: 7 / span 6; padding-top: 12%; }
.gallery-landscape img { aspect-ratio: 4 / 3; }
.gallery-landscape img { object-position: 50% 59%; }
.gallery-square { grid-column: span 4; }
.gallery-square img { aspect-ratio: 1; }
.gallery-tall { grid-column: span 4; }
.gallery-tall img { aspect-ratio: 3 / 4; }
.gallery-wide { grid-column: span 8; padding-top: 4%; }
.gallery-wide img { aspect-ratio: 16 / 10; }
.gallery-wide img { object-position: 50% 63%; }
.gallery-note { max-width: 520px; margin: 50px auto 0; color: var(--muted); font-size: 10px; letter-spacing: .09em; text-align: center; text-transform: uppercase; }

.about { position: relative; overflow: hidden; padding: 105px 0; color: var(--cream); background: var(--deep-moss); }
.about::after { content: ""; position: absolute; top: -190px; right: -150px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 9vw, 140px); align-items: center; }
.about-visual { position: relative; width: min(100%, 450px); }
.about-photo { margin: 0; padding: 12px 12px 36px; color: var(--ink); background: #f8f1e7; box-shadow: 0 35px 80px rgba(10,19,14,.32); transform: rotate(-1.7deg); }
.about-photo img { width: 100%; height: auto; object-fit: contain; filter: saturate(.92); }
.about-photo figcaption { padding: 14px 5px 0; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 13px; text-align: center; }
.about-stamp { position: absolute; right: -24px; bottom: 52px; width: 104px; height: 104px; display: grid; place-content: center; border-radius: 50%; color: var(--deep-moss); background: #efb4c6; font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.25; text-align: center; transform: rotate(8deg); box-shadow: 0 15px 35px rgba(10,19,14,.24); }
.about .eyebrow { color: #efb4c6; }
.about-copy h2 { max-width: 680px; color: var(--cream); font-size: clamp(43px, 5vw, 70px); }
.about-copy > p:not(.eyebrow):not(.about-signoff) { max-width: 650px; color: #cbd4cc; font-size: 15px; line-height: 1.8; }
.about-copy .about-lead { margin: 31px 0 18px; color: #f3eee8 !important; font-family: var(--serif); font-size: 21px !important; line-height: 1.55 !important; }
.about-signoff { margin: 34px 0 0; color: #efb4c6; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 14px; transform: rotate(-1deg); transform-origin: left center; }

.offer { padding: 105px 0; background: var(--pink-pale); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.offer-card { align-self: end; border-top: 1px solid rgba(32,36,31,.35); }
.offer-line { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(32,36,31,.25); }
.offer-line strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.offer-small { max-width: 480px; margin: 22px 0 0; color: #625d56; font-size: 12px; }
.offer-button { width: fit-content; margin-top: 32px; display: inline-flex; align-items: center; }

.process { padding: 82px 0; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr auto; gap: 15px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps li::after { content: "↘"; align-self: center; color: #a4a098; font-family: var(--serif); font-size: 24px; }
.steps li > span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.steps strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.steps p { margin: 5px 0 0; color: var(--muted); }

.commission { position: relative; overflow: hidden; padding: 100px 0; color: var(--cream); background: var(--moss); }
.commission::before { content: "S"; position: absolute; left: -30px; bottom: -210px; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 600px; line-height: 1; }
.commission-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; align-items: start; }
.commission .eyebrow { color: #edb49a; }
.commission-copy > p:not(.eyebrow) { max-width: 480px; margin-top: 28px; color: #dfe5dc; }
.tiktok-card { margin-top: 42px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.3); text-decoration: none; transition: background .2s ease; }
.tiktok-card:hover { background: rgba(255,255,255,.08); }
.tiktok-icon-light { filter: grayscale(1) brightness(0) invert(1); }
.tiktok-card small, .tiktok-card strong { display: block; }
.tiktok-card small { color: #d8ddd3; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.tiktok-card strong { margin-top: 3px; font-size: 14px; }

.commission-form { padding: 40px; color: var(--ink); background: var(--cream); box-shadow: 0 30px 80px rgba(27,34,28,.22); }
.commission-form label > span:first-child { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.commission-form em { margin-left: 4px; color: var(--clay); font-size: 8px; font-style: normal; }
.field-help { display: block; max-width: 590px; margin: -1px 0 9px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.address-fields { margin: 8px 0 22px; padding: 25px 0 0; border: 0; border-top: 1px solid var(--line); }
.address-fields legend { padding: 0 14px 0 0; color: var(--moss); font-family: var(--serif); font-size: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input[type="text"], input[type="email"], textarea { width: 100%; margin-bottom: 20px; padding: 13px 2px; border: 0; border-bottom: 1px solid #bcb8ae; border-radius: 0; outline: none; color: var(--ink); background: transparent; }
textarea { min-height: 125px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--clay); box-shadow: 0 1px 0 var(--clay); }
.upload-box { display: flex; gap: 15px; align-items: center; padding: 18px; border: 1px dashed #aaa094; cursor: pointer; transition: background .2s ease; }
.upload-box:hover { background: #f4eee4; }
.upload-box input { position: absolute; opacity: 0; pointer-events: none; }
.upload-box strong, .upload-box small { display: block; }
.upload-box small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.upload-icon { margin: 0 !important; font-size: 26px !important; font-weight: 300 !important; }
.file-list { margin: 8px 0 18px; color: var(--muted); font-size: 11px; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 21px 0; color: var(--muted); font-size: 11px; }
.consent input { margin-top: 3px; accent-color: var(--moss); }
.inline-button { padding: 0; border: 0; color: inherit; background: none; text-decoration: underline; cursor: pointer; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.submit-button { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.form-status { min-height: 21px; margin: 12px 0 0; font-size: 12px; }
.form-status.success { color: #35613c; }
.form-status.error { color: #9b3f38; }
.form-success-card[hidden] { display: none; }
.form-success-card { min-height: 440px; padding: 58px 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(155,97,77,.28); background: radial-gradient(circle at top, rgba(220,174,160,.28), transparent 48%), #faf5ed; text-align: center; box-shadow: inset 0 0 0 8px rgba(255,255,255,.45); }
.success-heart { width: 62px; height: 62px; margin-bottom: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--clay); font-size: 25px; box-shadow: 0 12px 28px rgba(122,73,56,.2); }
.success-kicker { margin: 0 0 11px; color: var(--clay); font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.form-success-card h3 { max-width: 380px; margin: 0; color: var(--moss); font-family: var(--serif); font-size: clamp(31px, 4vw, 45px); font-weight: 400; line-height: 1.05; }
.form-success-card > p:not(.success-kicker):not(.success-next-step) { max-width: 420px; margin: 20px 0 0; color: var(--ink); font-size: 15px; line-height: 1.65; }
.success-next-step { max-width: 430px; margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }
.success-next-step span { margin-right: 7px; color: var(--clay); }
.commission-form.is-submitted > :not(.form-success-card) { display: none; }

.faq { padding: 92px 0 105px; }
.faq-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.faq-heading .eyebrow { margin-bottom: 8px; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 8px; color: var(--clay); font-family: var(--serif); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 560px; margin: -5px 42px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.mobile-order-bar { display: none; }

.footer { padding: 65px 0; color: #f1ece4; background: #171b18; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 50px; }
.footer-brand { color: #f7f2eb; }
.footer p { color: #8f978f; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links button { padding: 0; border: 0; color: #c9cec8; background: none; cursor: pointer; font-size: 12px; }
.footer-links button:hover, .footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; color: #c9cec8; font-size: 12px; }

.legal-dialog { width: min(700px, calc(100% - 28px)); max-height: 85vh; padding: 0; border: 0; color: var(--ink); background: var(--cream); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.legal-dialog::backdrop { background: rgba(20,24,20,.78); backdrop-filter: blur(3px); }
.dialog-inner { position: relative; padding: 42px; }
.dialog-inner h2 { margin-bottom: 28px; font-size: 48px; }
.dialog-inner h3 { margin: 30px 0 12px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.dialog-inner p { color: #514c46; font-size: 13px; }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.legal-warning { margin-top: 25px; padding: 14px; color: #744a3c !important; background: #f1dfd5; }

@media (max-width: 950px) {
  .site-header { grid-template-columns: 1fr auto auto; column-gap: 18px; }
  .nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    width: min(340px, 100%);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    background: var(--cream);
    box-shadow: 0 22px 50px rgba(35, 43, 37, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .nav a { padding: 16px 14px; border-bottom: 1px solid var(--line); font-size: 11px; }
  .nav a:last-child { border-bottom: 0; }
  .nav a[href="#commission"] { color: var(--cream); background: var(--deep-moss); }
  .nav a::after { display: none; }
  .menu-toggle {
    min-width: 78px;
    padding: 10px 12px;
    border: 1px solid var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: transparent;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .menu-toggle-icon { width: 15px; height: 12px; display: grid; align-content: space-between; }
  .menu-toggle-icon i { width: 100%; height: 1px; display: block; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon { align-content: center; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 620px; }
  .about-grid, .offer-grid, .commission-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { width: min(72%, 450px); margin-inline: auto; }
  .commission-copy { max-width: 680px; }
  .faq-heading { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { align-items: flex-start; }
}

@media (max-width: 680px) {
  .section-shell, .site-header { width: min(calc(100% - 30px), var(--max)); }
  .announcement { font-size: 8px; }
  .site-header { min-height: 72px; }
  .brand { font-size: 15px; }
  .tiktok-link span { display: none; }
  .nav { width: 100%; }
  .hero { min-height: auto; gap: 52px; padding: 45px 0 68px; }
  h1 { font-size: clamp(52px, 15vw, 75px); }
  h2 { font-size: 44px; }
  .hero-text { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 430px; }
  .frame-main { right: 45px; }
  .frame-small { width: 43%; }
  .hero-seal { top: -20px; right: 0; width: 80px; height: 80px; }
  .work, .about, .process, .commission { padding: 72px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 25px 12px; }
  .gallery-item, .gallery-portrait, .gallery-landscape, .gallery-square, .gallery-tall, .gallery-wide { grid-column: auto; padding-top: 0; }
  .gallery-item img, .gallery-portrait img, .gallery-landscape img, .gallery-square img, .gallery-tall img, .gallery-wide img { aspect-ratio: 4 / 5; }
  .gallery-wide { grid-column: 1 / -1; }
  .gallery-wide img { aspect-ratio: 16 / 10; }
  .gallery-item figcaption { font-size: 13px; }
  .gallery-item figcaption small { display: none; }
  .about-visual { width: min(calc(100% - 22px), 450px); }
  .about-stamp { right: -12px; bottom: 45px; width: 88px; height: 88px; font-size: 12px; }
  .about-copy .about-lead { font-size: 19px !important; }
  .offer { padding: 82px 0; }
  .offer-button { width: 100%; justify-content: space-between; }
  .steps li { grid-template-columns: 45px 1fr; }
  .steps li::after { display: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .commission-form { padding: 28px 20px; }
  .form-success-card { min-height: 390px; padding: 42px 22px; }
  .faq { padding: 72px 0 82px; }
  .faq-heading { margin-bottom: 28px; }
  .faq-list { grid-template-columns: 1fr; }
  .faq-list summary { padding-block: 19px; font-size: 17px; }
  .faq-list summary::after { top: 16px; }
  .mobile-order-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 80;
    min-height: 54px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--cream);
    background: var(--ink);
    box-shadow: 0 12px 35px rgba(20, 31, 25, .28);
    text-decoration: none;
    transform: translateY(0);
    transition: transform .25s ease, opacity .25s ease;
  }
  .mobile-order-bar span { color: #cbd4cc; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-order-bar strong { white-space: nowrap; font-family: var(--serif); font-size: 16px; font-weight: 400; }
  body.order-bar-hidden .mobile-order-bar { opacity: 0; transform: translateY(calc(100% + 18px)); pointer-events: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-contact { align-items: flex-start; word-break: break-word; }
  .dialog-inner { padding: 32px 22px; }
}

@media (max-width: 420px) {
  .announcement { padding-inline: 8px; letter-spacing: .1em; }
  .brand-mark { width: 30px; height: 30px; }
  .site-header { column-gap: 10px; }
  .brand { gap: 8px; }
  .tiktok-link { display: none; }
  .menu-toggle { min-width: 72px; padding-inline: 10px; }
  h1 { font-size: 49px; }
  h2 { font-size: 39px; }
  .hero { padding-top: 45px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-actions .button { display: flex; justify-content: space-between; }
  .hero-art { min-height: 355px; }
  .frame-main { right: 30px; }
  .hero-seal { width: 70px; height: 70px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; }
  .gallery-item img, .gallery-wide img { aspect-ratio: 4 / 5; }
  .offer-line { align-items: baseline; font-size: 13px; }
  .steps strong { font-size: 21px; }
  .commission-form { margin-inline: -7px; }
}

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