:root{
  --bg:#f4ede4;
  --paper:#fffaf4;
  --paper-strong:#fffdf9;
  --card:#f8f1e7;
  --ink:#2f241d;
  --muted:#6b5a4e;
  --line:rgba(47,36,29,.12);
  --line-strong:rgba(47,36,29,.18);
  --accent:#2f241d;
  --accent-soft:#ece1d4;
  --shadow:0 20px 44px rgba(47,36,29,.08);
  --radius:24px;
  --radius-sm:18px;
  --shell:min(1120px, calc(100vw - 32px));
  --narrow:min(920px, 100%);
  --sans:"Inter", system-ui, sans-serif;
  --serif:"Cormorant Garamond", Georgia, serif;
  --script:"Caveat", cursive;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.62), transparent 34%),
    linear-gradient(180deg,#f8f1e8 0%, #f4ede4 18%, #f7f1e9 100%);
  color:var(--ink);
  font-family:var(--sans);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit;color:inherit}
button{cursor:pointer}
input,textarea{appearance:none;-webkit-appearance:none}
textarea{resize:vertical}
section{padding:56px 0}
main{display:block}
.skip-link{
  position:absolute;left:16px;top:-48px;z-index:50;
  padding:10px 14px;border-radius:999px;background:#fff;color:var(--ink);
  border:1px solid var(--line-strong);transition:top .2s ease;
}
.skip-link:focus{top:16px}
.shell{width:var(--shell);margin:0 auto}
.narrow{width:var(--narrow);margin:0 auto}
.stack{display:grid;gap:18px}
.section-head{display:grid;gap:10px;margin-bottom:28px;text-align:center}
.section-head h2,.section-head h3{margin:0;font-family:var(--serif);font-size:clamp(2rem,5vw,3.25rem);line-height:.95;letter-spacing:-.02em}
.section-head p{margin:0;color:var(--muted);font-size:1rem;line-height:1.7}
.card{
  background:rgba(255,250,244,.82);
  backdrop-filter:blur(10px);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.panel{padding:22px}
.button-row{display:grid;gap:12px}
.button{
  min-height:54px;
  padding:14px 20px;
  border-radius:999px;
  border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-size:1rem;font-weight:600;text-align:center;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover{transform:translateY(-1px)}
.button:focus-visible{outline:2px solid rgba(47,36,29,.2);outline-offset:2px}
.button-primary{background:var(--accent);color:#fff;box-shadow:0 12px 28px rgba(47,36,29,.18)}
.button-primary:hover{box-shadow:0 16px 32px rgba(47,36,29,.22)}
.button-secondary{background:rgba(255,255,255,.72);border-color:var(--line-strong);color:var(--ink)}
.button-secondary:hover{background:#fff}
.button.is-disabled,.button[aria-disabled="true"]{pointer-events:none;opacity:.48}
.inline-note{margin:0;color:var(--muted);font-size:.94rem}
.secure-row{display:flex;justify-content:center;margin-top:20px}
.secure-pill{
  display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.72);border:1px solid var(--line);color:var(--ink);font-weight:600;font-size:.94rem;
}
.secure-dot{width:10px;height:10px;border-radius:999px;background:#3ea565;box-shadow:0 0 0 5px rgba(62,165,101,.12)}
.small{font-size:.95rem;color:var(--muted)}
.site-header{
  position:sticky;top:0;z-index:30;
  backdrop-filter:blur(14px);
  background:rgba(248,241,232,.82);
  border-bottom:1px solid rgba(47,36,29,.08);
}
.header-row{
  min-height:74px;
  display:grid;grid-template-columns:auto auto;align-items:center;justify-content:space-between;gap:14px;
}
.brand{display:inline-flex;align-items:center;width:96px}
.brand img{width:100%;height:auto}
.header-nav,.desktop-cart,.desktop-cta{display:none}
.header-tools{display:flex;align-items:center;gap:10px}
.lang-switch{display:none;align-items:center;gap:10px;font-size:.84rem;color:var(--muted)}
.lang-switch a[aria-current="page"]{color:var(--ink);font-weight:700}
.menu-toggle{
  min-height:44px;padding:0 16px;border-radius:999px;border:1px solid var(--line-strong);
  background:rgba(255,255,255,.78);font-weight:600;
}
.mobile-panel{display:none;padding:0 0 18px}
.mobile-panel.is-open{display:grid;gap:16px}
.mobile-nav,.mobile-actions{display:grid;gap:10px}
.mobile-nav a,.mobile-cart{
  padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.7);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;font-weight:600;
}
.cart-link,.mobile-cart{display:inline-flex;align-items:center;gap:10px}
.cart-badge{
  min-width:26px;height:26px;padding:0 7px;border-radius:999px;background:var(--accent);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;
}
.hero{padding:48px 0 26px}
.hero-wrap{display:grid;gap:24px}
.hero-copy{display:grid;gap:18px;justify-items:center;text-align:center}
.hero-lines{
  margin:0;
  font-family:var(--script);
  font-weight:600;
  font-size:clamp(2rem, 7vw, 3.65rem);
  line-height:.92;
  letter-spacing:-.01em;
  max-width:15.4ch;
}
.hero-lines .line{display:block}
.hero-lines .line + .line{margin-top:.08em}
.order-intro{display:grid;gap:6px;margin-bottom:22px;text-align:center}
.order-intro h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,4.8vw,3rem);line-height:.96}
.order-intro p{margin:0;color:var(--muted);font-size:1rem}
.cards-2{display:grid;gap:18px}

/* Updated cards layout: three columns on desktop */
.cards-3{
  display:grid;
  gap:18px;
}
@media(min-width:640px){
  .cards-3{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:960px){
  .cards-3{grid-template-columns:repeat(3,1fr)}
}

/* Script title for product cards */
.product-title-script{
  font-family:var(--script);
  font-size:clamp(1.55rem,4vw,2rem);
  line-height:1;
  margin:0;
}

/* Product detail lines share the serif font */
.product-detail{
  margin:0;
  font-family:var(--serif);
  font-size:1.15rem;
  line-height:1.4;
  color:var(--ink);
}
.product-detail + .product-detail{margin-top:4px}

/* Hide details on small screens and reveal when card is open */
@media(max-width:759px){
  .product-details{display:none}
  .product-card.is-open .product-details{display:block}
}
@media(min-width:760px){
  .product-details{display:grid;gap:4px}
}

/* Note block used inside cards (visible only on mobile) */
.note-block{
  margin-top:14px;
  border-top:1px dashed var(--line);
  padding-top:12px;
}
.note-title{
  margin:0 0 8px 0;
  font-family:var(--script);
  font-size:1.6rem;
  line-height:1;
  color:var(--ink);
}
.note-list{
  margin:0;
  padding-left:20px;
  font-family:var(--script);
  font-size:1.3rem;
  line-height:1.2;
  color:var(--ink);
}
.note-list li + li{margin-top:6px}
.note-foot{
  display:block;
  margin-top:8px;
  font-family:var(--sans);
  font-size:.9rem;
  line-height:1.6;
  color:var(--muted);
}
@media(min-width:760px){
  .note-block{display:none}
}
.product-card{
  display:grid;gap:16px;padding:18px;align-content:start;min-height:100%;
  background:rgba(255,252,248,.86);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);
}
.product-image{
  position:relative;overflow:hidden;border-radius:20px;border:1px solid var(--line);background:#fff;aspect-ratio:4/5;
}
.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.product-body{display:grid;gap:12px}
.product-top{display:grid;gap:6px}
.product-top h3{margin:0;font-family:var(--serif);font-size:clamp(1.55rem,4vw,2rem);line-height:1}
.product-note{margin:0;color:var(--muted);line-height:1.55;font-size:.98rem;max-width:34ch}
.product-note-wide{max-width:46ch}
.product-subtitle-hand,.product-delivery-hand,.painting-subtitle-hand{
  margin:0;font-family:var(--script);font-size:1.42rem;line-height:1.02;color:var(--ink)
}
.product-delivery-hand{font-size:1.28rem;color:var(--muted)}
.product-price{font-size:1.36rem;font-weight:700;letter-spacing:-.02em}
.card-actions{display:grid;gap:10px;margin-top:auto}
.painting-grid{display:grid;gap:16px;align-items:start}
.paint-main,.paint-detail{
  overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);aspect-ratio:4/5;
}
.paint-main img,.paint-detail img{width:100%;height:100%;object-fit:cover;object-position:center}
.painting-buy-wrap{margin-top:20px}
.painting-buy-wrap .product-card{max-width:520px;margin:0 auto}
.painting-note{padding:14px 16px;border-radius:18px;background:rgba(47,36,29,.04);color:var(--muted);line-height:1.6}
.painting-note strong{display:block;color:var(--ink)}
.about-grid{display:grid;gap:20px;align-items:center}
.about-portrait{
  width:150px;aspect-ratio:1/1;margin:0 auto;border-radius:999px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;
}
.about-portrait img{width:100%;height:100%;object-fit:contain;background:#fff}
.about-copy{display:grid;gap:14px}
.about-copy p{margin:0;color:var(--ink);line-height:1.72}
.contact-section{padding-top:62px}
.contact-section-head{display:grid;gap:8px;margin-bottom:24px;text-align:center}
.contact-kicker-main{margin:0;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}
.contact-section-head h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,4.8vw,3rem);line-height:.96}
.contact-layout{display:grid;gap:18px}
.contact-panel{
  display:grid;gap:16px;align-content:start;height:100%;padding:20px;
  background:rgba(255,252,248,.86);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);
}
.note-card{
  position:relative;
  overflow:hidden;
  padding:20px 20px 20px 26px;
  border-radius:22px;border:1px solid rgba(47,36,29,.12);
  background:
    linear-gradient(90deg, rgba(214,147,147,.22) 0 3px, transparent 3px),
    repeating-linear-gradient(to bottom, rgba(255,253,249,.98) 0 35px, rgba(207,194,180,.2) 35px 36px);
}
.note-title{margin:0 0 12px;font-family:var(--script);font-size:2rem;line-height:.94;color:var(--ink)}
.note-list{margin:0;padding-left:22px;font-family:var(--script);font-size:1.46rem;line-height:1.12}
.note-list li + li{margin-top:8px}
.note-foot{display:block;margin-top:16px;color:var(--muted);font-size:.98rem;line-height:1.6;font-family:var(--sans)}
.contact-panel-copy p{margin:0;color:var(--muted);line-height:1.7}
.contact-links{display:grid;gap:10px}
.contact-link{
  display:flex;align-items:center;gap:14px;padding:14px 15px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.72)
}

/* Payment page styles */
.payment-section{padding:56px 0}
.payment-card{padding:24px;display:grid;gap:20px;align-content:start;background:rgba(255,252,248,.86);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.payment-item{display:flex;flex-direction:column;gap:20px}
@media(min-width:760px){
  .payment-item{flex-direction:row;gap:30px}
}
.payment-thumb{flex:0 0 auto;width:100%;max-width:380px;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.payment-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}
.payment-content{display:grid;gap:8px;align-content:start}
.payment-title{margin:0;font-family:var(--script);font-size:clamp(2rem,5vw,2.8rem);line-height:1}
.payment-detail{margin:0;font-family:var(--serif);font-size:1.2rem;line-height:1.5;color:var(--ink)}
.payment-price{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin-top:8px}
.payment-actions{display:grid;gap:14px;margin-top:12px}
.payment-actions .button{width:100%;}
.payment-subtitle{margin:0;font-family:var(--serif);font-size:1.4rem;line-height:1.4;color:var(--ink)}

.payment-trust{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:12px;
  color:#5f6e61;
  font-size:.88rem;
  line-height:1.35;
  letter-spacing:.01em;
}
.payment-trust-mark{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#3ea565;
  box-shadow:0 0 0 4px rgba(62,165,101,.11);
  flex:0 0 auto;
}
@media(min-width:760px){
  .payment-trust{
    margin-top:10px;
    font-size:.84rem;
  }
}
.secure-line{display:flex;align-items:center;gap:8px;font-size:.95rem;color:var(--muted)}
.secure-line .secure-dot{width:10px;height:10px;border-radius:999px;background:#3ea565;box-shadow:0 0 0 5px rgba(62,165,101,.12)}
.contact-icon{
  flex:0 0 auto;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-weight:700;font-size:1rem;background:var(--accent-soft)
}
.contact-icon.instagram{background:linear-gradient(135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);color:#fff}
.contact-copy{display:grid;gap:2px;min-width:0}
.contact-copy strong{font-size:.95rem}
.contact-copy span{color:var(--muted);overflow-wrap:anywhere}
.contact-form{display:grid;gap:14px;height:100%}
.field{display:grid;gap:8px}
.field label{font-weight:600}
.input{
  width:100%;min-height:54px;padding:14px 16px;border-radius:16px;border:1px solid var(--line-strong);
  background:#fff;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)
}
.input:focus{outline:2px solid rgba(47,36,29,.14);outline-offset:1px;border-color:rgba(47,36,29,.26)}
textarea.input{min-height:200px}
.form-message{min-height:22px;margin:0;color:var(--muted);font-size:.95rem}
.footer{margin-top:60px;padding:30px 0 36px;border-top:1px solid rgba(47,36,29,.08)}
.footer-grid{display:grid;gap:18px}
.footer-brand,.footer-links,.footer-contact,.footer-meta{display:grid;gap:8px;align-content:start}
.footer-brand img{width:76px}
.footer-title{margin:0;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.footer small,.footer a,.footer p,.footer span{font-size:.92rem;color:var(--muted);line-height:1.5}
.inline-links{display:flex;gap:12px;flex-wrap:wrap}
.inline-links a[aria-current="page"]{font-weight:700;color:var(--ink)}
.footer a:hover{color:var(--ink)}
.footer-payment{justify-items:start}
.footer-note{max-width:18rem}
.page-hero{padding:50px 0 28px}
.page-hero-copy{display:grid;gap:10px;text-align:center;justify-items:center}
.page-hero-copy h1{margin:0;font-family:var(--serif);font-size:clamp(2rem,5vw,3.2rem);line-height:.96}
.page-hero-copy p{margin:0;color:var(--muted);max-width:42rem;line-height:1.7}
.cart-list{display:grid;gap:16px}
.cart-item{
  padding:20px;background:rgba(255,252,248,.86);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)
}
.summary-line{display:flex;align-items:start;justify-content:space-between;gap:16px}
.summary-line h3{margin:0;font-family:var(--serif);font-size:1.7rem;line-height:1}
.empty-state{padding:24px;text-align:center}
.legal-card{padding:24px}
.legal-card p{margin:0;color:var(--muted);line-height:1.8}
@media (min-width:760px){
  section{padding:72px 0}
  .button-row{grid-template-columns:repeat(2,max-content);justify-content:center}
  .cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .painting-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-grid{grid-template-columns:170px minmax(0,1fr)}
  .contact-layout{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);align-items:stretch}
  .footer-grid{grid-template-columns:1.1fr .9fr .9fr .8fr}
}
@media (min-width:1024px){
  .header-row{grid-template-columns:auto minmax(0,1fr) auto;gap:18px;min-height:86px}
  .header-nav{display:flex;align-items:center;justify-content:center;gap:20px}
  .header-nav a{color:var(--muted);font-weight:500}
  .header-nav a:hover,.header-nav a:focus-visible{color:var(--ink)}
  .desktop-cart{display:inline-flex}
  .lang-switch{display:flex}
  .desktop-cta{display:inline-flex}
  .menu-toggle,.mobile-panel{display:none!important}
  .hero{padding:64px 0 34px}
}

.hero-order{padding:56px 0 18px}
.hero-order .hero-copy{gap:8px}
.hero-script-title{
  margin:0;
  font-family:var(--script);
  font-weight:600;
  font-size:clamp(2.2rem,8vw,4rem);
  line-height:.94;
  letter-spacing:-.01em;
  text-align:center;
}
.hero-subline{
  margin:0;
  font-family:var(--sans);
  font-size:1.02rem;
  font-weight:500;
  color:var(--muted);
  text-align:center;
}
#choose-format{padding-top:8px}
.section-head-compact{gap:6px}
.painting-contact-line{
  margin:2px 0 0;
  font-family:var(--script);
  font-size:1.28rem;
  line-height:1.04;
  color:var(--muted);
}
.contact-layout-refined{gap:16px}
.contact-notes-grid{display:grid;gap:14px}
.note-panel{padding:16px}
.note-card-soft{
  background:linear-gradient(90deg, rgba(167,158,139,.14) 0 3px, transparent 3px), rgba(255,251,246,.96);
}
.note-copy{
  margin:0;
  font-family:var(--script);
  font-size:1.3rem;
  line-height:1.08;
  color:var(--ink);
}
.contact-form-panel{padding:18px}
.compact-copy p{font-size:.98rem;line-height:1.6}
.compact-links{gap:9px}
.compact-form{gap:12px}
.contact-link-muted{opacity:.72;background:rgba(255,255,255,.5)}
.contact-icon.tiktok{background:#121212;color:#fff}
.note-title{font-size:1.72rem}
.note-list{font-size:1.28rem}
.note-list li + li{margin-top:7px}
.note-foot{margin-top:14px;font-size:.93rem;line-height:1.55}
.contact-panel-copy p{font-size:.96rem}
.contact-link{padding:12px 13px;border-radius:16px}
.contact-icon{width:40px;height:40px;border-radius:12px}
.contact-copy strong{font-size:.92rem}
.contact-copy span{font-size:.92rem}
.contact-form .field{gap:6px}
.contact-form .field label{font-size:.94rem}
.input{min-height:50px;padding:13px 14px;border-radius:14px;font-size:1rem}
textarea.input{min-height:168px}
.contact-form .button{min-height:50px;padding:0 18px}
@media (max-width:759px){
  .hero-order{padding:44px 0 16px}
  #choose-format{padding-top:14px}
}
@media (min-width:760px){
  .contact-notes-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .contact-layout-refined{grid-template-columns:minmax(0,1fr);}
}
@media (min-width:1024px){
  .hero-order{padding:64px 0 24px}
  .hero-order .hero-copy{gap:10px}
  .hero-script-title{font-size:clamp(2.8rem,4.4vw,4.35rem)}
  .hero-subline{font-size:1.04rem}
  #choose-format{padding-top:8px}
  .contact-layout-refined{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start}
  .contact-notes-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

.desktop-cta{padding-inline:18px}
.requirements-band{padding:10px 0 8px}
.requirements-grid{display:grid;gap:16px}
.requirements-grid .note-panel{padding:0;background:transparent;border:none;box-shadow:none}
.requirements-grid .note-card{height:100%;min-height:100%}
.contact-section-wide .contact-section-head{margin-bottom:20px}
.contact-shell{gap:18px;padding:20px}
.contact-aside{display:grid;gap:14px;align-content:start}
.contact-intro-copy p{max-width:34rem;font-size:1rem;line-height:1.72;color:var(--muted)}
.contact-links-wide{display:grid;gap:12px}
.contact-form-panel-wide{display:grid;gap:12px;align-content:start}
.contact-form-panel-wide .field + .field{margin-top:2px}
.contact-form-panel-wide .button{margin-top:2px}
.note-card-soft .note-foot{max-width:30rem}
@media (min-width:760px){
  .requirements-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
  .contact-links-wide{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:1024px){
  .header-row{min-height:86px}
  .header-nav{gap:18px}
  .contact-shell{grid-template-columns:minmax(0,.98fr) minmax(0,1.12fr);padding:22px}
  .contact-links-wide{grid-template-columns:1fr}
}

.requirements-band-single{padding-top:10px;padding-bottom:8px}
.note-single-wrap{display:flex;justify-content:center}
.note-panel-single{width:100%;max-width:460px;padding:0;background:transparent;border:none;box-shadow:none}
.note-panel-single .note-card{height:100%}
.note-card-compact{padding:18px 20px 18px 24px}
.note-card-compact .note-copy{font-size:1.42rem}
.note-copy-follow{margin-top:8px}
.note-copy-follow a{color:inherit;text-decoration:none}
.note-copy-follow a:hover{opacity:.78}
@media (max-width:759px){
  .requirements-band-single{padding-top:8px;padding-bottom:4px}
}

.booklet-cards .product-card{min-height:100%}
.painting-offer-section{padding-top:34px}
.painting-section-head{margin-bottom:24px}
.painting-offer-wrap{display:flex;justify-content:center}
.painting-offer-card{max-width:420px;width:100%}
.payment-button-grid{display:grid;gap:12px}
@media(min-width:760px){
  .payment-button-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.payment-back-link{font-size:.95rem;color:var(--muted)}
.footer-note{display:none}

/* 2026-03 refinement */
.brand{width:78px}
.header-row{min-height:64px;gap:12px}
.header-tools{gap:8px}
.menu-toggle{min-height:40px;padding:0 14px;font-size:.94rem}
.mobile-panel{padding:0 0 12px}
.mobile-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.mobile-nav a{min-height:44px;padding:10px 12px;border-radius:14px;font-size:.94rem}
.mobile-actions .button{min-height:46px;padding:12px 14px;font-size:.95rem}
.card-actions .button{width:100%}
.booklet-cards .product-card{grid-template-rows:auto 1fr auto}
.booklet-cards .product-body{grid-template-rows:1fr auto;align-content:space-between}
.booklet-cards .product-top{gap:10px}
.booklet-cards .product-details{display:grid !important;gap:6px;min-height:7.9rem;align-content:start}
.booklet-cards .product-detail{max-width:26rem}
.booklet-cards .product-detail-spacer{visibility:hidden}
.booklet-cards .card-actions{margin-top:14px}
.painting-gallery-grid{display:grid;gap:16px;margin-bottom:22px}
.painting-preview-card{margin:0;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);aspect-ratio:4/5}
.painting-preview-card img{width:100%;height:100%;object-fit:cover;object-position:center}
.painting-offer-card{max-width:520px}
.painting-offer-card .product-body{gap:14px}
.payment-link-row{display:grid;gap:10px}
.detail-page-hero{padding-bottom:18px}
.detail-page-stack{display:grid;gap:18px}
.detail-intro-card,.detail-media-card,.detail-copy-card,.detail-delivery-card{padding:24px}
.detail-intro-card{display:grid;gap:22px;align-items:start}
.detail-main-image{overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);aspect-ratio:4/5}
.detail-main-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.detail-intro-copy{display:grid;gap:14px;align-content:start}
.detail-kicker{margin:0;font-size:.92rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.detail-summary-lines{display:grid;gap:6px}
.detail-price{font-size:1.8rem;font-weight:700;letter-spacing:-.02em}
.detail-action-grid{display:grid;gap:12px}
.section-head-detail{margin-bottom:18px}
.detail-action-grid.is-single{grid-template-columns:1fr!important}
.painting-section-head h2.hero-script-title{font-family:var(--script);font-weight:600;font-size:clamp(2.2rem,8vw,4rem);line-height:.94;letter-spacing:-.01em;text-align:center}
.painting-section-head p.hero-subline{margin:0;font-family:var(--sans);font-size:1.02rem;font-weight:500;line-height:1.5;color:var(--muted);text-align:center}

.detail-video-placeholder,.detail-photo-placeholder{border:1px dashed rgba(47,36,29,.22);background:rgba(255,255,255,.62);border-radius:24px;display:grid;place-items:center;text-align:center;color:var(--muted)}
.detail-video-placeholder{aspect-ratio:16/9;padding:24px;margin-bottom:16px}
.placeholder-inner{display:grid;gap:10px;max-width:26rem}
.placeholder-inner p{margin:0;line-height:1.7}
.placeholder-badge{display:inline-flex;justify-self:center;padding:8px 12px;border-radius:999px;background:rgba(47,36,29,.08);font-weight:600;color:var(--ink)}
.detail-photo-grid{display:grid;gap:14px}
.detail-photo-placeholder{aspect-ratio:4/5;padding:18px}
.detail-photo-placeholder span{font-weight:600}
.detail-copy-card h2,.detail-delivery-card h2,.detail-requirements-card .detail-requirements-title,.detail-faq-card h2{margin:0 0 14px;font-family:var(--serif);font-size:clamp(1.8rem,4vw,2.4rem);line-height:.98;letter-spacing:-.02em;font-weight:700}
.detail-copy-card p,.detail-delivery-card p{margin:0;color:var(--ink);font-size:1.02rem;line-height:1.8}
.detail-copy-card{display:grid;gap:12px}
.detail-delivery-card{display:grid;gap:8px}
.detail-requirements-card{display:grid;gap:16px;padding:24px}
.detail-requirements-card h2{margin:0;font-family:var(--serif);font-size:clamp(1.8rem,4vw,2.4rem);line-height:.98}
.detail-note-card{max-width:560px}
.detail-note-card .note-list{margin-top:4px}
.detail-hidden-line{visibility:hidden}
@media(max-width:389px){
  .mobile-actions{grid-template-columns:1fr}
}
@media(min-width:760px){
  .painting-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .detail-intro-card{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}
  .detail-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .detail-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1024px){
  .brand{width:96px}
  .header-row{min-height:94px;gap:18px}
}

.shipping-choice{display:grid;gap:12px;margin-top:10px}
.shipping-choice-title{margin:0;font-family:var(--serif);font-size:1.18rem;line-height:1.35;color:var(--ink)}
.shipping-option-card{display:grid;gap:14px;padding:16px 18px;border-radius:22px;border:1px solid rgba(47,36,29,.14);background:rgba(255,255,255,.88);box-shadow:var(--shadow)}
.shipping-option-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.shipping-option-copy{display:grid;gap:6px}
.shipping-option-name{margin:0;font-weight:700;font-size:1rem;line-height:1.4;color:var(--ink)}
.shipping-option-text{margin:0;color:var(--muted);line-height:1.65}
.shipping-option-price{font-weight:700;font-size:1.1rem;white-space:nowrap}
.shipping-badge{display:inline-flex;align-self:start;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(47,36,29,.08);font-size:.84rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink)}
.payment-total-block{display:grid;gap:4px;margin-top:2px}
.payment-total-label{margin:0;color:var(--muted);font-size:.95rem}
.payment-actions .button.button-primary{min-height:56px}

/* Compact payment flow */
.compact-payment-content{gap:6px}
.compact-payment-actions{gap:12px}
.payment-link-row{display:flex;justify-content:center;gap:10px}
.payment-link-row .button{width:auto;min-height:44px;padding:12px 18px}
.compact-payment-actions .small{text-align:center;margin:0}
.compact-payment-actions .secure-line{justify-content:center;text-align:center}
.product-card .product-body{justify-content:space-between}
.product-card .product-top:has(.product-title-script:only-child){min-height:0}

.payment-card-centered{
  max-width:640px;
  margin:0 auto;
  padding:32px 24px;
}
.payment-item-centered{
  justify-content:center;
  align-items:center;
  flex-direction:column !important;
}
.payment-content-centered{
  justify-items:center;
  text-align:center;
}
.payment-price-centered{
  margin-top:6px;
}
.payment-actions-centered{
  max-width:420px;
  margin:0 auto;
}
.payment-button-grid-single{
  grid-template-columns:1fr !important;
  width:100%;
}
.payment-actions-centered .button{
  min-height:58px;
  font-size:1.05rem;
}
.payment-actions-centered .secure-line{
  justify-content:center;
  text-align:center;
}
.payment-card-centered .payment-thumb{
  max-width:220px;
  margin:0 auto;
}
.payment-addition{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(91,70,56,.08);
  color:var(--ink);
  font-weight:600;
  font-size:1rem;
  margin-top:4px;
}
.payment-total-block-centered{
  justify-items:center;
}
@media (max-width: 767px){
  .payment-card-centered{
    padding:24px 18px;
  }
}

/* final18 compact desktop payment pages */
.payment-section{padding:28px 0 42px}
.page-hero{padding:32px 0 10px}
.payment-card{max-width:700px;margin:0 auto;padding:22px;gap:16px}
.payment-item{gap:16px}
.payment-thumb{max-width:210px}
.payment-actions{margin-top:4px;gap:10px}
.payment-actions .button{min-height:52px}
.payment-card-centered{max-width:560px;padding:24px 20px}
.payment-item-centered{gap:14px}
.payment-content-centered{gap:4px}
@media (min-width:1024px){.page-hero{padding:26px 0 6px}.payment-section{padding:18px 0 40px}.payment-card{padding:20px;gap:14px}.payment-card-centered{max-width:520px;padding:22px 18px}.payment-thumb{max-width:180px}.payment-card-centered .payment-thumb{max-width:180px}.payment-actions-centered{max-width:360px}}

.checkout-product-card{
  max-width:440px;
  margin:0 auto;
  padding:16px;
  gap:14px;
  background:rgba(255,252,248,.9);
}
.checkout-product-card .product-image{
  max-width:332px;
  margin:0 auto;
  aspect-ratio:4/5;
  border-radius:18px;
}
.checkout-product-card .product-body{
  gap:10px;
  justify-items:center;
  text-align:center;
}
.checkout-product-card .product-top{
  justify-items:center;
  text-align:center;
  gap:8px;
}
.checkout-product-card .product-note{
  max-width:30ch;
  text-align:center;
  line-height:1.5;
}
.checkout-product-card .product-note-wide{
  max-width:31ch;
}
.checkout-product-card .product-price{
  font-size:1.5rem;
}
.checkout-total-group{
  display:grid;
  gap:5px;
  justify-items:center;
}
.checkout-addition{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
}
.checkout-total-row{
  display:grid;
  gap:4px;
  justify-items:center;
}
.checkout-total-label{
  margin:0;
  color:var(--muted);
  font-size:.78rem;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.checkout-actions{
  display:grid;
  gap:10px;
  margin-top:2px;
}
.checkout-actions .button{
  width:100%;
}
.checkout-actions > [id^="paypal-container-"]{
  width:100%;
}
.checkout-actions > [id^="paypal-container-"] > div{
  width:100% !important;
}
.checkout-back-link{
  margin:2px 0 0;
  text-align:center;
  font-size:.92rem;
  color:var(--muted);
}
.checkout-back-link a{
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(min-width:760px){
  .checkout-product-card{
    max-width:400px;
    padding:14px 14px 16px;
    gap:12px;
  }
  .checkout-product-card .product-image{
    max-width:220px;
  }
  .payment-section{
    padding-top:40px;
  }
}

/* 2026-03 premium checkout refresh */
.payment-section-checkout{
  padding:34px 0 44px;
}
.checkout-wrap{
  max-width:760px;
}
.checkout-product-card{
  max-width:560px;
  margin:0 auto;
  padding:18px;
  gap:16px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,252,248,.96) 0%, rgba(251,245,237,.92) 100%);
  box-shadow:0 18px 42px rgba(47,36,29,.08);
}
.checkout-product-card .product-image,
.checkout-media-single{
  max-width:332px;
  margin:0 auto;
  aspect-ratio:4/5;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}
.checkout-media-single img,
.checkout-product-card .product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.checkout-painting-media{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}
.checkout-painting-thumb{
  margin:0;
  aspect-ratio:4/5;
  overflow:hidden;
  border-radius:20px;
  border:1px solid var(--line);
  background:#fff;
}
.checkout-painting-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.checkout-product-card .product-body{
  gap:14px;
  justify-items:center;
  text-align:center;
}
.checkout-product-card .product-top{
  gap:8px;
  justify-items:center;
}
.checkout-product-card .product-title-script{
  font-size:clamp(1.9rem, 4vw, 2.35rem);
}
.checkout-product-card .product-note{
  max-width:32ch;
  margin:0;
  color:var(--muted);
  line-height:1.48;
  font-size:clamp(.98rem, 2.1vw, 1.04rem);
  letter-spacing:-.005em;
  text-wrap:balance;
}
.checkout-product-card .product-note-wide{
  max-width:34ch;
}
.checkout-price-panel{
  width:100%;
  max-width:340px;
  display:grid;
  gap:8px;
  padding:14px 16px;
  border-radius:22px;
  border:1px solid rgba(47,36,29,.10);
  background:rgba(255,255,255,.72);
}
.checkout-price-panel.is-total{
  background:linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(245,238,229,.95) 100%);
}
.checkout-shipping-line{
  margin:0;
  font-size:.84rem;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}
.checkout-price-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
}
.checkout-price-kicker{
  margin:0;
  font-size:.82rem;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}
.checkout-price-panel .product-price{
  font-size:1.78rem;
  line-height:.95;
}
.checkout-actions{
  width:100%;
  display:grid;
  gap:10px;
  margin-top:2px;
}
.checkout-actions .button{
  width:100%;
  min-height:54px;
}
.checkout-actions.checkout-actions-paypal{
  max-width:360px;
  margin:0 auto;
}
.checkout-actions.checkout-actions-paypal > [id^="paypal-container-"]{
  width:100%;
}
.checkout-actions.checkout-actions-paypal > [id^="paypal-container-"] > div{
  width:100% !important;
}
.checkout-back-link{
  margin:0;
  text-align:center;
  font-size:.9rem;
  color:var(--muted);
}
.checkout-back-link a{
  text-decoration:underline;
  text-underline-offset:3px;
}
.payment-trust{
  margin-top:12px;
  color:#617064;
  font-size:.83rem;
  letter-spacing:.01em;
}
.payment-trust-mark{
  width:8px;
  height:8px;
  box-shadow:0 0 0 4px rgba(62,165,101,.10);
}
@media(min-width:760px){
  .payment-section-checkout{
    padding:42px 0 54px;
  }
  .checkout-product-card{
    padding:20px;
    gap:18px;
  }
  .checkout-product-card .product-image,
  .checkout-media-single{
    max-width:332px;
  }
  .checkout-actions.checkout-actions-two{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(min-width:1024px){
  .payment-section-checkout{
    padding:34px 0 48px;
  }
  .checkout-product-card{
    max-width:620px;
    padding:22px 22px 20px;
  }
  .checkout-product-card .product-note,
  .checkout-product-card .product-note-wide{
    max-width:36ch;
  }
}

/* 2026-03 mobile polish */
.site-header .shell{position:relative}
body.menu-open{overflow:hidden}
.mobile-menu-overlay{
  position:fixed;
  inset:0;
  z-index:24;
  background:rgba(47,36,29,.18);
  backdrop-filter:blur(2px);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}
.mobile-menu-overlay.is-visible{
  opacity:1;
  pointer-events:auto;
}
.scroll-top-button{
  position:fixed;
  right:14px;
  bottom:16px;
  width:44px;
  height:44px;
  padding:0;
  border:none;
  border-radius:16px;
  background:rgba(255,251,246,.96);
  color:var(--ink);
  box-shadow:0 12px 28px rgba(47,36,29,.12);
  border:1px solid rgba(47,36,29,.10);
  display:grid;
  place-items:center;
  line-height:1;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, box-shadow .22s ease, background-color .22s ease;
  z-index:28;
}
.scroll-top-button.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.scroll-top-button:hover{
  background:rgba(255,255,255,.98);
  box-shadow:0 16px 30px rgba(47,36,29,.16);
}
.scroll-top-button svg{
  width:18px;
  height:18px;
  display:block;
}
.scroll-top-button:focus-visible{
  outline:2px solid rgba(47,36,29,.2);
  outline-offset:2px;
}
.product-card.is-tappable:active{transform:scale(.995)}
@media(max-width:1023px){
  .checkout-product-card{
    max-width:500px;
    padding:16px;
    gap:14px;
  }
  .checkout-product-card .product-body{
    gap:12px;
  }
  .checkout-product-card .product-top{
    gap:7px;
  }
  .checkout-product-card .product-title-script{
    font-size:clamp(1.8rem, 7.6vw, 2.2rem);
  }
  .checkout-product-card .product-note,
  .checkout-product-card .product-note-wide{
    max-width:30ch;
    font-size:.98rem;
    line-height:1.42;
  }
  .checkout-price-panel{
    max-width:440px;
    padding:13px 15px;
  }
  .checkout-painting-media{
    grid-template-columns:1fr;
    max-width:332px;
    margin:0 auto;
  }
  .checkout-painting-thumb:nth-child(n+2){display:none}
  .brand{width:72px}
  .header-row{min-height:62px}
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:40px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,.84);
    border:1px solid rgba(47,36,29,.12);
    box-shadow:0 10px 24px rgba(47,36,29,.06);
    font-size:.93rem;
    letter-spacing:.01em;
  }
  .menu-toggle::before{
    content:"";
    width:14px;
    height:10px;
    flex:0 0 auto;
    background:
      linear-gradient(currentColor 0 0) top/14px 1.8px no-repeat,
      linear-gradient(currentColor 0 0) center/14px 1.8px no-repeat,
      linear-gradient(currentColor 0 0) bottom/14px 1.8px no-repeat;
    color:var(--ink);
    opacity:.92;
  }
  .mobile-panel{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:31;
    padding:12px;
    border-radius:24px;
    background:rgba(255,251,246,.96);
    border:1px solid rgba(47,36,29,.12);
    box-shadow:0 24px 54px rgba(47,36,29,.14);
    backdrop-filter:blur(14px);
  }
  .mobile-panel.is-open{display:grid;gap:10px}
  .product-card.is-tappable{cursor:pointer}
  .mobile-nav{grid-template-columns:1fr;gap:6px}
  .mobile-nav a{
    min-height:50px;
    padding:12px 14px 12px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(47,36,29,.08);
    font-size:.98rem;
    font-weight:600;
    justify-content:flex-start;
    gap:10px;
  }
  .mobile-nav a::after{
    content:"›";
    margin-left:auto;
    font-size:1.15rem;
    color:var(--muted);
    line-height:1;
  }
  .mobile-actions{
    grid-template-columns:1fr;
    gap:10px;
    padding-top:10px;
    border-top:1px solid rgba(47,36,29,.08);
  }
  .mobile-actions .button{min-height:48px;border-radius:18px}
  .mobile-lang{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    padding-top:4px;
    color:var(--muted);
    font-size:.84rem;
    letter-spacing:.04em;
  }
  .mobile-lang a[aria-current="page"]{color:var(--ink);font-weight:700}
}
@media(min-width:760px){
  .scroll-top-button{right:20px;bottom:22px;width:48px;height:48px}
}
@media(min-width:1024px){
  .mobile-menu-overlay,
  .scroll-top-button{display:none}
}

/* 2026-03-19 structural polish */
body{
  min-height:100svh;
}
button,
.button{
  touch-action:manipulation;
}
.header-nav a{
  position:relative;
  transition:color .18s ease;
}
.header-nav a.is-active{
  color:var(--ink);
}
.header-nav a.is-active::after{
  content:none;
}
.product-note,
.checkout-product-card .product-note,
.page-hero-copy p,
.about-copy p,
.contact-panel-copy p{
  text-wrap:pretty;
}
.checkout-page .checkout-wrap{
  max-width:720px;
}
.checkout-page .checkout-product-card{
  max-width:580px;
  padding:20px;
  gap:18px;
}
.checkout-page .checkout-product-card[data-checkout-kind="digital"] .product-note{
  max-width:27ch;
}
.checkout-page .checkout-product-card[data-checkout-kind="printed"] .product-note{
  max-width:31ch;
}
.checkout-page .checkout-product-card[data-checkout-kind="painting"] .product-note{
  max-width:28ch;
}
.checkout-page .checkout-price-panel{
  max-width:356px;
  padding:15px 18px;
}
.checkout-page .checkout-price-panel.is-total{
  background:linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(243,236,227,.96) 100%);
}
.checkout-page .checkout-shipping-line{
  letter-spacing:.06em;
  font-size:.8rem;
}
.checkout-page .payment-trust{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:14px;
  font-size:.82rem;
  line-height:1.3;
}
.checkout-page .payment-trust-mark{
  flex:0 0 auto;
}
.checkout-page .checkout-actions{
  max-width:360px;
  margin:2px auto 0;
}
.checkout-page .checkout-actions.checkout-actions-two{
  max-width:410px;
}
.scroll-top-button{
  right:16px;
  bottom:18px;
  width:42px;
  height:42px;
  border-radius:999px;
  background:rgba(255,251,246,.9);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 26px rgba(47,36,29,.10);
  border:1px solid rgba(47,36,29,.11);
}
.scroll-top-button:hover{
  background:rgba(255,255,255,.96);
  box-shadow:0 15px 30px rgba(47,36,29,.14);
}
.scroll-top-button svg{
  width:17px;
  height:17px;
}
@media(max-width:1023px){
  .mobile-panel{
    left:auto;
    right:0;
    width:min(400px, calc(100vw - 18px));
    padding:12px;
    gap:10px;
    transform-origin:top right;
  }
  .mobile-nav a{
    min-height:48px;
    padding:12px 15px;
    border-radius:16px;
  }
  .mobile-nav a::after{
    font-size:1rem;
  }
  .mobile-actions .button{
    min-height:46px;
  }
  .checkout-page .checkout-product-card{
    padding:16px;
    gap:15px;
  }
  .checkout-page .checkout-product-card[data-checkout-kind="digital"] .product-note{
    max-width:25ch;
  }
  .checkout-page .checkout-product-card[data-checkout-kind="printed"] .product-note{
    max-width:27ch;
  }
  .checkout-page .checkout-product-card[data-checkout-kind="painting"] .product-note{
    max-width:25ch;
  }
}
@media(min-width:1024px){
  .checkout-page .checkout-product-card{
    max-width:600px;
  }
  .checkout-page .checkout-actions.checkout-actions-two{
    max-width:440px;
  }
}
@media(prefers-reduced-motion: reduce){
  html{
    scroll-behavior:auto;
  }
  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}

/* 2026-03 checkout rebuild */
.payment-section-v2{
  padding:26px 0 40px;
}
.checkout-stage{
  max-width:960px;
  margin:0 auto;
  display:grid;
  gap:18px;
  align-items:start;
}
.checkout-summary-card,
.checkout-paybox{
  border:1px solid rgba(47,36,29,.11);
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,252,248,.98) 0%, rgba(249,241,232,.94) 100%);
  box-shadow:0 24px 56px rgba(47,36,29,.08);
  backdrop-filter:blur(12px);
}
.checkout-summary-card{
  padding:18px;
  display:grid;
  gap:18px;
}
.checkout-summary-media-single{
  width:min(100%, 270px);
  margin:0 auto;
  aspect-ratio:4 / 5;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(47,36,29,.10);
  background:#fff;
}
.checkout-summary-media-single img,
.checkout-summary-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.checkout-summary-gallery{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}
.checkout-summary-thumb{
  margin:0;
  aspect-ratio:4 / 5;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(47,36,29,.10);
  background:#fff;
}
.checkout-summary-copy{
  display:grid;
  gap:10px;
  align-content:start;
}
.checkout-kicker{
  margin:0;
  font-size:.75rem;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
.checkout-summary-title{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(2.1rem, 5vw, 3rem);
  line-height:.94;
  letter-spacing:-.03em;
}
.checkout-summary-text{
  margin:0;
  max-width:34ch;
  font-family:var(--serif);
  font-size:1.22rem;
  line-height:1.3;
  color:var(--ink);
  text-wrap:pretty;
}
.checkout-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.checkout-fact{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(47,36,29,.10);
  color:var(--muted);
  font-size:.9rem;
  line-height:1;
}
.checkout-paybox{
  padding:18px;
  display:grid;
  gap:14px;
  position:relative;
}
.checkout-price-card{
  padding:16px 16px 15px;
  border-radius:24px;
  border:1px solid rgba(47,36,29,.10);
  background:rgba(255,255,255,.74);
  display:grid;
  gap:4px;
}
.checkout-price-card.is-total{
  background:linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(243,236,227,.96) 100%);
}
.checkout-summary-shipping{
  margin:0 0 2px;
  font-size:.78rem;
  line-height:1.25;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--muted);
}
.checkout-price-label-v2{
  margin:0;
  font-size:.82rem;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:var(--muted);
}
.checkout-price-value-v2{
  margin:0;
  font-size:clamp(2.1rem, 5vw, 2.8rem);
  line-height:.92;
  letter-spacing:-.04em;
  font-weight:700;
}
.checkout-actions-v2{
  display:grid;
  gap:10px;
}
.checkout-actions-v2 .button{
  width:100%;
  min-height:56px;
}
.checkout-actions-v2-paypal{
  gap:12px;
}
.checkout-paypal-box,
.checkout-actions-v2-paypal > [id^="paypal-container-"]{
  width:100%;
}
.checkout-actions-v2-paypal > [id^="paypal-container-"] > div{
  width:100% !important;
}
.checkout-back-link{
  margin:0;
  text-align:center;
  color:var(--muted);
  font-size:.92rem;
}
.checkout-back-link a{
  text-decoration:underline;
  text-underline-offset:3px;
}
.payment-trust-v2{
  margin-top:14px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  color:#647264;
  font-size:.83rem;
}

@media (min-width: 900px){
  .payment-section-v2{
    padding:34px 0 50px;
  }
  .checkout-stage{
    grid-template-columns:minmax(0, 1.12fr) minmax(320px, .78fr);
    gap:20px;
  }
  .checkout-summary-card{
    min-height:100%;
    grid-template-columns:minmax(220px, 270px) minmax(0, 1fr);
    align-items:center;
    gap:22px;
    padding:20px;
  }
  .checkout-summary-card-painting{
    grid-template-columns:minmax(250px, 300px) minmax(0, 1fr);
  }
  .checkout-summary-media-single{
    width:100%;
    margin:0;
  }
  .checkout-summary-copy{
    gap:12px;
  }
  .checkout-summary-text{
    max-width:26ch;
    font-size:1.32rem;
  }
  .checkout-paybox{
    padding:20px;
    gap:16px;
    position:sticky;
    top:94px;
  }
}

@media (max-width: 899px){
  .checkout-summary-card,
  .checkout-paybox{
    border-radius:28px;
  }
  .checkout-summary-title{
    font-size:clamp(2rem, 9vw, 2.6rem);
  }
  .checkout-summary-text{
    max-width:24ch;
    font-size:1.14rem;
  }
}

@media (max-width: 640px){
  .payment-section-v2{
    padding:20px 0 34px;
  }
  .checkout-stage{
    gap:14px;
  }
  .checkout-summary-card,
  .checkout-paybox{
    padding:14px;
    border-radius:24px;
  }
  .checkout-summary-card{
    gap:14px;
  }
  .checkout-summary-media-single{
    width:min(100%, 230px);
    border-radius:20px;
  }
  .checkout-summary-gallery{
    grid-template-columns:1fr;
    max-width:230px;
    margin:0 auto;
  }
  .checkout-summary-gallery .checkout-summary-thumb:nth-child(n+2){
    display:none;
  }
  .checkout-summary-copy{
    justify-items:center;
    text-align:center;
    gap:9px;
  }
  .checkout-summary-text{
    max-width:22ch;
    font-size:1.08rem;
  }
  .checkout-facts{
    justify-content:center;
  }
  .checkout-price-card{
    padding:14px 14px 13px;
    border-radius:20px;
  }
  .checkout-actions-v2 .button{
    min-height:54px;
  }
}

.visually-hidden{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
body{overflow-x:hidden}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:2px solid rgba(47,36,29,.34);
  outline-offset:3px;
}
.button{letter-spacing:.005em}
.button-primary{min-width:0}
.header-nav a.is-active{color:var(--ink);font-weight:700}
.header-nav a, .lang-switch a, .mobile-nav a{min-height:44px;display:inline-flex;align-items:center}

/* Mobile menu redesign */
.menu-toggle{
  min-width:92px;
  padding:0 15px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 24px rgba(47,36,29,.08);
}
.mobile-menu-overlay{
  position:fixed;inset:0;z-index:28;border:0;padding:0;margin:0;
  background:rgba(30,22,16,.16);opacity:0;pointer-events:none;transition:opacity .22s ease;
}
.mobile-menu-overlay.is-visible{opacity:1;pointer-events:auto}
.mobile-panel{
  position:relative;
  margin:0 0 18px;
  padding:14px;
  border:1px solid rgba(47,36,29,.08);
  border-radius:24px;
  background:rgba(255,250,244,.95);
  box-shadow:0 18px 40px rgba(47,36,29,.08);
}
.mobile-panel.is-open{display:grid;gap:14px}
.mobile-nav{gap:10px}
.mobile-nav a,.mobile-cart{
  min-height:52px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 8px 20px rgba(47,36,29,.04);
}
.mobile-actions .button{width:100%}
.mobile-lang{
  display:flex;align-items:center;justify-content:center;gap:14px;
  padding-top:2px;color:var(--muted);font-size:.86rem;font-weight:600;
}
.mobile-lang a[aria-current="page"]{color:var(--ink)}

/* Better type rhythm */
.hero-subline,
.product-note,
.detail-kicker,
.checkout-summary-text,
.section-head p,
.page-hero-copy p,
.legal-prose p,
.footer-note{
  max-width:34ch;
  margin-left:auto;
  margin-right:auto;
  text-wrap:pretty;
}
.product-top{gap:8px}
.product-card{padding:20px}
.product-note{
  font-size:1rem;
  line-height:1.58;
}
.product-price,.detail-price,.checkout-price-value-v2{
  letter-spacing:-.03em;
}
.painting-offer-wrap .product-card{
  max-width:520px;
  margin-inline:auto;
}
.section-head-detail p,
.detail-copy-card p,
.detail-delivery-card p,
.detail-requirements-card p{
  max-width:64ch;
}
.detail-copy-card p,
.detail-delivery-card p,
.legal-prose p{
  text-wrap:pretty;
}

/* Checkout cleanup */
.checkout-page .payment-section-v2{padding:44px 0 58px}
.checkout-stage{
  align-items:start;
  gap:24px;
}
.checkout-summary-card,
.checkout-paybox{
  border-radius:28px;
}
.checkout-summary-card{
  padding:22px;
  display:grid;
  gap:18px;
}
.checkout-summary-media-single,
.checkout-summary-thumb{
  border-radius:22px;
}
.checkout-summary-copy{gap:10px}
.checkout-kicker{
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.checkout-summary-title{
  font-size:clamp(2rem,3.4vw,2.8rem);
  line-height:.96;
}
.checkout-summary-text{
  max-width:26ch;
  margin:0;
  color:var(--muted);
  line-height:1.56;
  text-wrap:pretty;
}
.checkout-facts{gap:10px;flex-wrap:wrap}
.checkout-fact{
  padding:10px 14px;
  font-size:.92rem;
  background:rgba(47,36,29,.05);
}
.checkout-paybox{
  padding:20px;
  gap:18px;
}
.checkout-price-card{
  padding:20px 20px 18px;
}
.checkout-summary-shipping{
  margin:0 0 8px 0;
  font-size:.9rem;
  font-weight:600;
  color:var(--muted);
}
.checkout-price-label-v2{
  margin:0;
  font-size:.86rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--muted);
}
.checkout-price-value-v2{
  margin:6px 0 0;
  font-size:clamp(2rem,4vw,2.85rem);
  line-height:.92;
}
.checkout-actions-v2{
  gap:12px;
}
.checkout-actions-v2 .button{
  min-height:56px;
  width:100%;
}
.checkout-back-link{margin-top:2px}
.payment-trust,
.secure-row{margin-top:18px}
.secure-pill{
  padding:9px 13px;
  font-size:.9rem;
}
.footer-payment .secure-pill{justify-content:flex-start}

/* Legal pages */
.legal-card{
  padding:24px;
}
.legal-prose{
  display:grid;
  gap:22px;
}
.legal-section{
  display:grid;
  gap:10px;
  padding-bottom:2px;
  border-bottom:1px solid rgba(47,36,29,.08);
}
.legal-section:last-child{border-bottom:0}
.legal-section h2{
  margin:0;
  font-family:var(--serif);
  font-size:1.7rem;
  line-height:1;
}
.legal-section p{margin:0;color:var(--ink);line-height:1.7}
.not-found-page{padding-bottom:40px}
.not-found-card{padding:26px}
.not-found-actions{grid-template-columns:repeat(2,minmax(0,1fr))}

/* Footer confidence */
.footer-grid{gap:20px}
.footer-title{margin-bottom:10px}
.footer-contact,
.footer-links,
.footer-meta{display:grid;gap:8px;align-content:start}
.footer-note{margin:0;color:var(--muted);font-size:.92rem}

/* Scroll top refinement */
.scroll-top-button{
  position:fixed;
  right:16px;
  bottom:18px;
  z-index:32;
  width:46px;height:46px;
  border-radius:999px;
  border:1px solid rgba(47,36,29,.12);
  background:rgba(255,255,255,.94);
  color:var(--ink);
  box-shadow:0 12px 26px rgba(47,36,29,.12);
  opacity:0;transform:translateY(8px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
  backdrop-filter:blur(10px);
}
.scroll-top-button svg{width:18px;height:18px;margin:auto;display:block}
.scroll-top-button.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}

/* Responsive adjustments */
@media(min-width:760px){
  .header-row{grid-template-columns:auto 1fr auto}
  .header-nav{display:flex;align-items:center;gap:18px;justify-self:center}
  .lang-switch{display:flex}
  .menu-toggle{display:none}
  .mobile-panel{display:none!important}
  .cards-2.booklet-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .contact-layout,.contact-shell{grid-template-columns:1.02fr .98fr;align-items:start}
}
@media(min-width:980px){
  .painting-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .checkout-stage{grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr)}
  .checkout-summary-card{padding:24px}
}
@media(max-width:759px){
  .shell{width:min(100vw - 22px, 100%)}
  section{padding:42px 0}
  .hero{padding:38px 0 16px}
  .product-card{padding:18px;border-radius:24px}
  .product-image{border-radius:18px}
  .product-note{max-width:none;font-size:.98rem}
  .secure-row{margin-top:14px}
  .painting-gallery-grid{grid-template-columns:1fr}
  .checkout-page .payment-section-v2{padding:26px 0 38px}
  .checkout-summary-card,
  .checkout-paybox,
  .legal-card,
  .contact-panel{border-radius:24px}
  .checkout-summary-card{padding:16px}
  .checkout-paybox{padding:16px}
  .checkout-summary-title{font-size:1.9rem}
  .checkout-summary-text{max-width:none;font-size:.98rem}
  .checkout-price-value-v2{font-size:2.2rem}
  .checkout-fact{font-size:.88rem;padding:9px 12px}
  .footer-grid{grid-template-columns:1fr}
  .not-found-actions{grid-template-columns:1fr}
}
@media(max-width:580px){
  .checkout-summary-gallery{grid-template-columns:1fr}
  .checkout-summary-gallery .checkout-summary-thumb:nth-child(n+2){display:none}
  .header-row{min-height:68px}
  .brand{width:82px}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *, *::before, *::after{animation:none!important;transition:none!important}
}

/* 2026-03 clean no-background integration */
.header-row{
  align-items:center;
}
.brand img,
.footer-brand img{
  width:auto;
  max-width:100%;
  height:auto;
}
.footer-brand img{
  width:76px;
}
.menu-toggle{
  min-width:104px;
  padding:0 18px;
  border-color:rgba(47,36,29,.10);
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 28px rgba(47,36,29,.08);
}
.menu-toggle:hover{
  background:#fff;
  box-shadow:0 16px 32px rgba(47,36,29,.12);
}
.mobile-panel{
  gap:14px;
}
.mobile-panel-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:start;
  padding:0 2px 12px;
  border-bottom:1px solid rgba(47,36,29,.08);
}
.mobile-panel-kicker{
  margin:0;
  font-family:var(--serif);
  font-size:1.45rem;
  line-height:.95;
  color:var(--ink);
}
.mobile-panel-note{
  margin:4px 0 0;
  max-width:23ch;
  color:var(--muted);
  font-size:.93rem;
  line-height:1.42;
}
.mobile-close{
  width:38px;
  height:38px;
  border:none;
  border-radius:999px;
  background:rgba(47,36,29,.06);
  color:var(--ink);
  display:grid;
  place-items:center;
  font-size:1.15rem;
  line-height:1;
}
.mobile-close:hover{background:rgba(47,36,29,.09)}
.mobile-lang{
  justify-content:flex-start;
  gap:10px;
  padding-top:0;
}
.mobile-lang a,
.mobile-lang span{
  min-width:38px;
  min-height:32px;
  padding:0 10px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(47,36,29,.08);
}
.mobile-nav a,
.mobile-cart{
  font-family:var(--serif);
  font-size:1.05rem;
}

.checkout-page .payment-section-checkout{
  padding:38px 0 58px;
}
.checkout-page .checkout-stage{
  max-width:1120px;
  gap:26px;
}
.checkout-page .checkout-summary-card,
.checkout-page .checkout-paybox{
  border-color:rgba(47,36,29,.09);
  box-shadow:0 26px 60px rgba(47,36,29,.08);
}
.checkout-page .checkout-summary-copy{
  gap:12px;
}
.checkout-page .checkout-kicker{
  letter-spacing:.22em;
}
.checkout-page .checkout-summary-title{
  font-size:clamp(2.3rem, 6vw, 3.5rem);
  line-height:.9;
}
.checkout-page .checkout-summary-text{
  max-width:25ch;
  font-size:1.28rem;
  line-height:1.28;
}
.checkout-page .checkout-facts{
  gap:10px;
}
.checkout-page .checkout-fact{
  background:rgba(255,255,255,.84);
  border-color:rgba(47,36,29,.08);
  color:var(--ink);
}
.checkout-page .checkout-paybox{
  padding:22px;
}
.checkout-page .checkout-price-card{
  padding:20px 20px 18px;
}
.checkout-page .checkout-price-label-v2{
  letter-spacing:.18em;
}
.checkout-page .checkout-price-value-v2{
  font-size:clamp(2.25rem, 5vw, 3.15rem);
}
.checkout-page .payment-trust-v2{
  margin-top:16px;
  font-size:.86rem;
}

.contact-section-head h2,
.hero-script-title,
.painting-section-head .hero-script-title{
  text-wrap:balance;
}
.product-note,
.detail-kicker,
.checkout-summary-text,
.about-copy p,
.contact-panel-copy p{
  text-wrap:pretty;
}

@media (min-width: 900px){
  .checkout-page .checkout-stage{
    grid-template-columns:minmax(0, 1.08fr) minmax(330px, .74fr);
  }
  .checkout-page .checkout-summary-card.checkout-summary-card-painting{
    grid-template-columns:minmax(260px, 330px) minmax(0, 1fr);
  }
}

@media (max-width: 759px){
  .mobile-panel{
    padding:16px;
    border-radius:26px;
  }
  .mobile-panel-head{
    padding-bottom:10px;
  }
  .checkout-page .payment-section-checkout{
    padding:24px 0 40px;
  }
  .checkout-page .checkout-summary-card,
  .checkout-page .checkout-paybox{
    border-radius:26px;
  }
  .checkout-page .checkout-summary-card{
    padding:18px;
    gap:16px;
  }
  .checkout-page .checkout-summary-title{
    font-size:clamp(2.45rem, 11vw, 3.35rem);
  }
  .checkout-page .checkout-summary-text{
    max-width:none;
    font-size:1.12rem;
  }
  .checkout-page .checkout-paybox{
    padding:18px;
  }
  .checkout-page .checkout-price-card{
    padding:16px 16px 15px;
    border-radius:22px;
  }
}

/* Final refinements */
.painting-section-head{justify-items:center;}
.painting-section-head .hero-script-title{justify-self:center;text-align:center;}
.painting-section-head .hero-subline{
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-self:center;
}

.contact-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:flex-start;
}
.contact-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  color:var(--ink);
  font-size:.95rem;
  line-height:1.2;
  box-shadow:0 10px 24px rgba(47,36,29,.06);
}
.contact-pill:hover{background:rgba(255,255,255,.9)}
.contact-pill-icon{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:var(--accent-soft);
  font-size:.86rem;
  font-weight:700;
  flex:0 0 auto;
}
.contact-pill-icon.instagram{background:linear-gradient(135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);color:#fff}
.contact-pill-icon.tiktok{background:#121212;color:#fff}
.contact-pill-muted{opacity:.72}

@media (max-width: 759px){
  body[data-route="index.html"] .painting-gallery-grid .painting-preview-card:nth-child(2){display:none}
  body[data-route="index.html"] .painting-gallery-grid{grid-template-columns:1fr;max-width:min(100%,420px);margin-left:auto;margin-right:auto}
  .contact-pills{gap:8px}
  .contact-pill{width:auto;max-width:100%;padding:9px 12px;font-size:.92rem}
}

@media (min-width: 1024px){
  .painting-section-head .hero-subline{max-width: 34rem}
}

/* Homepage booklet cards: image free, text panel framed */
body[data-route="index.html"] .booklet-cards .product-card-booklet{
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
  gap:14px;
  align-content:start;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-image{
  border:none;
  box-shadow:none;
  background:transparent;
  border-radius:24px;
  overflow:hidden;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-image img{
  display:block;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
  display:grid;
  gap:14px;
  padding:18px 18px 20px;
  border-radius:24px;
  background:rgba(255,252,248,.92);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel .product-body{
  gap:14px;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel .card-actions{
  margin-top:0;
}
@media (min-width: 1024px){
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
    padding:20px 20px 22px;
  }
}
@media (max-width: 759px){
  body[data-route="index.html"] .booklet-cards .product-card-booklet{
    gap:12px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
    padding:16px 16px 18px;
    border-radius:22px;
  }
}

/* 2026-03-21 mobile menu redesign */
@media(max-width:1023px){
  .site-header{
    backdrop-filter:blur(18px);
    background:rgba(248,241,232,.9);
    border-bottom:1px solid rgba(47,36,29,.07);
  }
  .site-header .shell{position:relative;padding-block:2px}
  .brand{width:78px}
  .header-row{min-height:66px;gap:12px}
  .menu-toggle{
    position:relative;
    min-height:42px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(47,36,29,.11);
    box-shadow:0 8px 24px rgba(47,36,29,.06);
    font-size:.92rem;
    font-weight:600;
    letter-spacing:.01em;
  }
  .menu-toggle::before{
    width:15px;
    height:11px;
    background:
      linear-gradient(currentColor 0 0) top/15px 1.5px no-repeat,
      linear-gradient(currentColor 0 0) center/15px 1.5px no-repeat,
      linear-gradient(currentColor 0 0) bottom/15px 1.5px no-repeat;
  }
  .menu-toggle.is-open{background:rgba(255,255,255,.94)}
  .mobile-menu-overlay{
    z-index:34;
    background:rgba(34,25,20,.24);
    backdrop-filter:blur(5px);
    transition:opacity .24s ease;
  }
  .mobile-panel{
    position:fixed;
    left:12px;
    right:12px;
    top:12px;
    bottom:12px;
    z-index:35;
    display:grid;
    grid-template-rows:auto auto 1fr auto;
    align-content:start;
    gap:18px;
    padding:22px 18px 18px;
    border-radius:30px;
    background:linear-gradient(180deg, rgba(255,252,248,.98) 0%, rgba(249,241,232,.97) 100%);
    border:1px solid rgba(47,36,29,.1);
    box-shadow:0 28px 64px rgba(47,36,29,.18);
    backdrop-filter:blur(14px);
    opacity:0;
    pointer-events:none;
    transform:translateY(-8px) scale(.985);
    transition:opacity .24s ease, transform .24s ease;
    overflow:auto;
  }
  .mobile-panel::after{
    content:"";
    position:absolute;
    inset:14px;
    border-radius:24px;
    border:1px solid rgba(47,36,29,.05);
    pointer-events:none;
  }
  .mobile-panel.is-open{
    display:grid;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }
  .mobile-panel-head{
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(47,36,29,.08);
  }
  .mobile-panel-intro{display:grid;gap:7px;max-width:240px}
  .mobile-panel-kicker{
    font-size:.73rem;
    font-weight:700;
    letter-spacing:.2em;
    text-transform:uppercase;
    color:var(--muted);
  }
  .mobile-panel-note{
    margin:0;
    font-family:var(--serif);
    font-size:1.26rem;
    line-height:1.08;
    color:var(--ink);
  }
  .mobile-close{
    position:relative;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:999px;
    border:1px solid rgba(47,36,29,.1);
    background:rgba(255,255,255,.82);
    box-shadow:0 10px 24px rgba(47,36,29,.06);
    display:grid;
    place-items:center;
  }
  .mobile-close span{
    position:absolute;
    width:16px;
    height:1.5px;
    border-radius:999px;
    background:rgba(47,36,29,.8);
  }
  .mobile-close span:first-child{transform:rotate(45deg)}
  .mobile-close span:last-child{transform:rotate(-45deg)}
  .mobile-lang{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    padding-top:0;
  }
  .mobile-lang a,
  .mobile-lang span{
    min-height:40px;
    display:grid;
    place-items:center;
    border-radius:999px;
    border:1px solid rgba(47,36,29,.09);
    background:rgba(255,255,255,.64);
    color:var(--muted);
    font-size:.8rem;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .mobile-lang a[aria-current="page"]{
    background:rgba(47,36,29,.9);
    border-color:rgba(47,36,29,.9);
    color:#fff;
    font-weight:700;
  }
  .mobile-nav{
    grid-template-columns:1fr;
    gap:2px;
    align-content:start;
  }
  .mobile-nav a{
    min-height:58px;
    padding:14px 2px;
    border:none;
    border-bottom:1px solid rgba(47,36,29,.07);
    border-radius:0;
    background:transparent;
    font-family:var(--serif);
    font-size:1.48rem;
    font-weight:600;
    letter-spacing:-.01em;
    color:var(--ink);
    justify-content:flex-start;
  }
  .mobile-nav a::after{
    content:"↗";
    margin-left:auto;
    font-size:1rem;
    color:rgba(107,90,78,.72);
    transform:translateY(1px);
  }
  .mobile-actions{
    gap:12px;
    padding-top:14px;
    border-top:1px solid rgba(47,36,29,.08);
  }
  .mobile-actions .button{
    min-height:50px;
    border-radius:999px;
  }
}
@media(max-width:389px){
  .mobile-panel{left:10px;right:10px;top:10px;bottom:10px;padding:18px 15px 16px}
  .mobile-panel-note{font-size:1.15rem}
  .mobile-nav a{font-size:1.32rem;min-height:54px}
}

/* 2026-03-21 mobile menu final */
@media(max-width:1023px){
  .site-header{
    background:rgba(244,237,228,.97);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    border-bottom:1px solid rgba(47,36,29,.08);
  }
  .site-header .shell{
    position:relative;
    padding-block:0;
  }
  .header-row{
    grid-template-columns:auto 1fr auto;
    min-height:68px;
    gap:12px;
  }
  .brand{
    width:74px;
  }
  .header-tools{
    justify-self:end;
  }
  .menu-toggle{
    min-height:44px;
    padding:0 16px;
    border-radius:999px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(47,36,29,.10);
    box-shadow:0 8px 20px rgba(47,36,29,.06);
    font-size:1rem;
    font-weight:600;
    letter-spacing:.01em;
  }
  .menu-toggle::before{
    width:15px;
    height:11px;
    background:
      linear-gradient(currentColor 0 0) top/15px 1.5px no-repeat,
      linear-gradient(currentColor 0 0) center/15px 1.5px no-repeat,
      linear-gradient(currentColor 0 0) bottom/15px 1.5px no-repeat;
  }
  .menu-toggle.is-open{
    background:rgba(255,255,255,.98);
  }
  .mobile-menu-overlay{
    z-index:32;
    background:rgba(47,36,29,.12);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    bottom:auto;
    z-index:33;
    grid-template-rows:none;
    align-content:stretch;
    gap:0;
    padding:14px;
    border-radius:28px;
    background:rgba(248,242,234,.99);
    border:1px solid rgba(47,36,29,.09);
    box-shadow:0 24px 44px rgba(47,36,29,.14);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    overflow:visible;
  }
  .mobile-panel{
    display:none;
    opacity:0;
    pointer-events:none;
    transform:translateY(-6px);
    transition:opacity .2s ease, transform .2s ease;
  }
  .mobile-panel.is-open{
    display:grid;
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  .mobile-panel::after,
  .mobile-panel-head,
  .mobile-panel-intro,
  .mobile-close{
    display:none !important;
  }
  .mobile-nav{
    gap:0;
  }
  .mobile-nav a{
    min-height:56px;
    padding:15px 8px;
    justify-content:center;
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(47,36,29,.08);
    border-radius:0;
    font-family:var(--serif);
    font-size:1.55rem;
    line-height:1.05;
    font-weight:600;
    letter-spacing:-.015em;
    color:var(--ink);
  }
  .mobile-nav a:first-child{
    border-top:1px solid rgba(47,36,29,.08);
  }
  .mobile-nav a::after{
    display:none;
  }
  .mobile-nav a:focus-visible,
  .mobile-nav a:hover{
    background:rgba(255,255,255,.6);
    border-radius:18px;
    border-bottom-color:transparent;
  }
  .mobile-lang{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    padding-top:14px;
    margin-top:8px;
  }
  .mobile-lang a,
  .mobile-lang span{
    min-height:auto;
    padding:0;
    border:none;
    background:transparent;
    font-size:.82rem;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--muted);
  }
  .mobile-lang a[aria-current="page"]{
    background:transparent;
    border:none;
    color:var(--ink);
    font-weight:700;
  }
  .mobile-actions{
    gap:0;
    padding-top:14px;
    margin-top:10px;
    border-top:1px solid rgba(47,36,29,.08);
  }
  .mobile-actions .button{
    min-height:48px;
    width:100%;
    border-radius:999px;
  }
}
@media(max-width:389px){
  .mobile-panel,
  .mobile-panel.is-open{
    left:0;
    right:0;
    padding:12px;
    border-radius:24px;
  }
  .mobile-nav a{
    font-size:1.36rem;
    min-height:52px;
  }
}

/* Contact section independent split */
.contact-section-wide{
  padding-top:56px;
}
.contact-section-wide .contact-section-head{
  margin-bottom:22px;
}
.contact-section-wide .contact-kicker-main{
  display:none;
}
.contact-section-wide .contact-section-head h2{
  font-size:clamp(2.3rem,10vw,4.4rem);
  line-height:.95;
  letter-spacing:-.02em;
}
.contact-duo{
  display:grid;
  gap:18px;
  max-width:1160px;
  margin-inline:auto;
  align-items:start;
}
.contact-card{
  border-radius:30px;
  border:1px solid rgba(86,65,49,.10);
  background:rgba(255,255,255,.62);
  box-shadow:0 18px 44px rgba(47,36,29,.07);
}
.contact-card-links{
  padding:18px;
}
.contact-pills{
  display:grid;
  gap:10px;
}
.contact-pill{
  width:100%;
  justify-content:flex-start;
  min-height:56px;
  padding:0 16px;
  font-size:1rem;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(86,65,49,.10);
  box-shadow:0 8px 20px rgba(47,36,29,.05);
}
.contact-pill span:last-child{overflow-wrap:anywhere}
.contact-card-form{
  padding:20px 18px 18px;
}
.contact-form-panel-wide{
  display:grid;
  gap:14px;
}
.contact-form-title{
  margin:0 0 4px;
  font-family:var(--serif);
  font-size:clamp(1.55rem,6vw,2rem);
  line-height:1;
  letter-spacing:-.01em;
}
.contact-form-panel-wide .field{
  display:grid;
  gap:8px;
}
.contact-form-panel-wide label{
  font-size:.98rem;
  font-weight:700;
  color:var(--ink);
}
.contact-form-panel-wide .input{
  min-height:58px;
  border-radius:18px;
  padding:0 18px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(86,65,49,.12);
}
.contact-form-panel-wide textarea.input{
  min-height:156px;
  padding:18px;
  resize:vertical;
}
.contact-form-panel-wide .button{
  width:100%;
  min-height:58px;
  margin-top:4px;
}
.contact-form-panel-wide .form-message{min-height:1.2em}

@media (min-width: 900px){
  .contact-duo{
    grid-template-columns:minmax(290px,360px) minmax(0,1fr);
    gap:28px;
  }
  .contact-card{
    border-radius:34px;
  }
  .contact-card-links{
    padding:24px;
    position:static;
  }
  .contact-pills{gap:16px}
  .contact-card-form{
    padding:26px 28px 28px;
  }
  .contact-form-title{
    font-size:clamp(2rem,2.8vw,2.6rem);
    margin-bottom:8px;
  }
  .contact-form-panel-wide{
    gap:16px;
  }
  .contact-form-panel-wide .button{
    width:min(100%,440px);
  }
  .contact-form-panel-wide textarea.input{
    min-height:190px;
  }
}

/* v12 detail reminder cards */
.detail-page-hero{padding-bottom:12px}
.detail-intro-card{
  display:grid;
  grid-template-columns:minmax(88px,112px) minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:18px;
}
.detail-main-image{
  width:100%;
  max-width:112px;
  aspect-ratio:4/5;
  border-radius:18px;
  box-shadow:none;
}
.detail-intro-copy{
  gap:10px;
}
.detail-summary-lines{
  gap:4px;
}
.detail-summary-title{
  margin:0;
  font-family:var(--script);
  font-size:clamp(1.7rem,5.2vw,2.35rem);
  line-height:.94;
  letter-spacing:-.01em;
  color:var(--ink);
}
.detail-summary-text{
  margin:0;
  color:var(--ink);
  font-size:1rem;
  line-height:1.55;
}
.detail-price{
  font-size:1.5rem;
  line-height:1;
}
.detail-action-grid.is-single .button{
  width:100%;
}
@media(min-width:760px){
  .detail-intro-card{
    grid-template-columns:132px minmax(0,1fr);
    gap:20px;
    padding:20px;
  }
  .detail-main-image{
    max-width:132px;
  }
  .detail-action-grid.is-single .button{
    width:auto;
    min-width:184px;
  }
}

/* v13 smaller continue to payment on detail pages */
.detail-action-grid.is-single{
  grid-template-columns:none !important;
  justify-content:start;
}
.detail-action-grid.is-single .button{
  width:auto !important;
  min-width:0 !important;
  min-height:46px;
  padding:11px 18px;
  justify-self:start;
  font-size:.96rem;
}
@media (min-width:760px){
  .detail-action-grid.is-single .button{
    min-height:48px;
    padding:12px 20px;
  }
}

/* v18 holistic tunnel polish */
:root{
  --bg:#efe8df;
  --paper:#fffaf4;
  --paper-strong:#fffdf9;
  --line:rgba(47,36,29,.10);
  --line-strong:rgba(47,36,29,.16);
  --shadow:0 12px 28px rgba(47,36,29,.06);
  --shadow-soft:0 8px 20px rgba(47,36,29,.045);
  --radius:26px;
  --radius-sm:16px;
  --shell:min(1080px, calc(100vw - 28px));
  --narrow:min(920px, 100%);
}
html,body{min-height:100%}
body{background:var(--bg)}
.shell{width:var(--shell)}
.narrow{width:var(--narrow)}
section{padding:46px 0}
.card,
.product-card,
.painting-preview-card,
.checkout-summary-card,
.checkout-paybox,
.contact-card,
.legal-card{box-shadow:var(--shadow)}
.card,
.product-card,
.painting-preview-card,
.checkout-summary-card,
.checkout-paybox,
.contact-card,
.legal-card,
.product-image,
.paint-main,
.paint-detail,
.detail-main-image,
.detail-video-placeholder,
.detail-photo-placeholder,
.input{border-radius:var(--radius)}
.input,
.contact-pill,
.checkout-fact,
.secure-pill{border-radius:var(--radius-sm)}
.button{min-height:52px;padding:13px 20px;box-shadow:none}
.button-primary{box-shadow:0 10px 22px rgba(47,36,29,.14)}
.button-secondary{
  background:rgba(255,255,255,.64);
  border-color:rgba(47,36,29,.12);
  color:var(--muted);
  font-weight:600;
}
.button-secondary:hover{background:rgba(255,255,255,.88);color:var(--ink)}
@media (hover:hover) and (pointer:fine){
  .button-primary:hover,.button-secondary:hover{transform:translateY(-1px)}
  .product-card:hover,
  .painting-preview-card:hover,
  .detail-intro-card:hover,
  .checkout-summary-card:hover,
  .contact-card:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(47,36,29,.08);
  }
}
.product-card,
.painting-preview-card,
.detail-intro-card,
.checkout-summary-card,
.contact-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.site-header{
  background:rgba(239,232,223,.92);
  border-bottom:1px solid rgba(47,36,29,.08);
  backdrop-filter:blur(8px);
}
.header-row{min-height:68px}
.brand{width:74px}
.header-nav{gap:18px}
.header-nav a{font-size:.98rem}
.header-nav a,.lang-switch a,.mobile-nav a{
  transition:color .16s ease, opacity .16s ease, background-color .16s ease;
}
.header-nav a:hover,.lang-switch a:hover{color:var(--ink)}
body.scrolled-header .site-header{background:rgba(239,232,223,.97)}
body.scrolled-header .header-row{min-height:60px}

.hero-order{padding:28px 0 6px}
.hero-script-title{
  font-size:clamp(2.1rem, 8vw, 4rem);
  line-height:.92;
}
.hero-subline{
  font-size:1rem;
  max-width:24ch;
  margin-inline:auto;
  text-wrap:pretty;
}
#choose-format{padding-top:10px}
#astral-painting{padding-top:34px}
#about{padding-top:36px}
#contact{padding-top:52px}

body[data-route="index.html"] .narrow{width:min(980px, 100%)}
body[data-route="index.html"] .cards-2.booklet-cards{align-items:start;gap:22px}
body[data-route="index.html"] .booklet-cards .product-card-booklet{
  grid-template-rows:auto 1fr;
  gap:14px;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-image{
  aspect-ratio:4 / 5;
  border-radius:22px;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet[data-card="digital"] .product-image img{object-position:center 46%}
body[data-route="index.html"] .booklet-cards .product-card-booklet[data-card="printed"] .product-image img{object-position:center 42%}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
  grid-template-rows:1fr auto;
  align-content:start;
  height:100%;
  padding:18px;
  gap:16px;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-top{
  min-height:112px;
  align-content:start;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-note{
  max-width:28ch;
  min-height:4.9em;
  font-size:.98rem;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-price{
  font-size:1.8rem;
  line-height:.92;
}
body[data-route="index.html"] .booklet-cards .card-actions{gap:10px}
body[data-route="index.html"] .booklet-cards .card-actions .button-primary{min-height:52px}
body[data-route="index.html"] .booklet-cards .card-actions .button-secondary{
  min-height:46px;
  background:transparent;
}
body[data-route="index.html"] .painting-section-head{margin-bottom:18px}
body[data-route="index.html"] .painting-section-head .hero-subline{max-width:28ch}
body[data-route="index.html"] .painting-gallery-grid{gap:18px;margin-bottom:18px}
body[data-route="index.html"] .painting-preview-card{
  aspect-ratio:4 / 5;
  border-radius:24px;
}
body[data-route="index.html"] .painting-preview-card img{object-position:center 52%}
body[data-route="index.html"] .painting-offer-wrap .product-card{
  max-width:460px;
  margin-inline:auto;
  text-align:center;
}
body[data-route="index.html"] .painting-offer-wrap .product-card .card-actions .button-secondary{
  min-height:46px;
  background:transparent;
}

.page-hero{padding:30px 0 10px}
.detail-page-hero{padding:26px 0 8px}
.detail-page-stack{gap:20px}
.detail-intro-card{
  max-width:680px;
  margin-inline:auto;
  padding:16px 18px;
  gap:16px;
  align-items:center;
  background:rgba(255,251,246,.78);
}
.detail-main-image{
  max-width:96px;
  border-radius:18px;
}
.detail-main-image img{object-position:center 46%}
.detail-intro-copy{gap:8px}
.detail-summary-text{max-width:26ch}
.detail-price{
  font-size:1.72rem;
  font-weight:700;
  letter-spacing:-.03em;
}
.detail-action-grid.is-single{margin-top:2px}
.detail-action-grid.is-single .button{
  min-height:44px;
  padding:10px 18px;
}
.detail-media-card,
.detail-copy-card,
.detail-requirements-card,
.detail-delivery-card{padding:22px}
.section-head-detail{margin-bottom:16px}
.section-head-detail h2,
.detail-copy-card h2,
.detail-requirements-card h2,
.detail-delivery-card h2{
  font-size:clamp(1.75rem, 4vw, 2.2rem);
}
.section-head-detail p,.detail-copy-card p,.detail-delivery-card p{max-width:60ch}

.checkout-page .payment-section-checkout{padding:28px 0 44px}
.checkout-page .shell{width:min(1100px, calc(100vw - 28px))}
.checkout-page .checkout-stage{max-width:1040px;gap:20px;align-items:start}
.checkout-page .checkout-summary-card,
.checkout-page .checkout-paybox{
  background:rgba(255,251,246,.82);
  border:1px solid rgba(47,36,29,.10);
  box-shadow:var(--shadow);
}
.checkout-page .checkout-summary-card{padding:20px}
.checkout-page .checkout-summary-media-single{max-width:220px}
.checkout-page .checkout-summary-title{font-size:clamp(2rem, 4.8vw, 3rem)}
.checkout-page .checkout-summary-text{
  max-width:28ch;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.5;
}
.checkout-page .checkout-facts{gap:8px}
.checkout-page .checkout-fact{
  background:rgba(255,255,255,.72);
  color:var(--muted);
  font-size:.88rem;
}
.checkout-page .checkout-paybox{padding:18px;gap:14px}
.checkout-page .checkout-price-card{
  padding:18px;
  background:rgba(255,255,255,.74);
}
.checkout-page .checkout-summary-shipping{
  letter-spacing:.08em;
  font-size:.78rem;
  text-transform:uppercase;
}
.checkout-page .checkout-price-label-v2{font-size:.8rem;letter-spacing:.14em}
.checkout-page .checkout-price-value-v2{font-size:clamp(2rem, 4vw, 2.8rem)}
.checkout-page .checkout-actions-v2{grid-template-columns:1fr;gap:10px}
.checkout-page .checkout-actions-v2 .button{width:100%}
.checkout-page .payment-trust-v2{margin-top:12px;font-size:.82rem}
.checkout-page .payment-trust-mark{width:8px;height:8px}
.checkout-page .checkout-summary-card-painting .checkout-summary-media-single img{object-position:center 50%}

.about-grid{gap:22px}
.about-portrait{width:168px}
.about-copy{max-width:40rem;gap:12px}
.about-copy p{max-width:40ch}
.about-copy a{text-decoration:underline;text-underline-offset:3px}

.contact-section-wide .contact-section-head{margin-bottom:18px}
.contact-section-wide .contact-section-head h2{font-size:clamp(2.4rem, 8vw, 4rem)}
.contact-duo{max-width:1020px;gap:18px}
.contact-card{
  background:rgba(255,251,246,.78);
  border:1px solid rgba(47,36,29,.10);
  box-shadow:var(--shadow-soft);
}
.contact-card-links{align-self:start}
.contact-pills{gap:12px}
.contact-pill{
  min-height:54px;
  background:rgba(255,255,255,.84);
}
.contact-card-form{align-self:start}
.contact-form-title{font-size:clamp(1.6rem, 4vw, 2rem)}
.contact-form-panel-wide{gap:12px}
.contact-form-panel-wide .field{gap:6px}
.contact-form-panel-wide textarea.input{min-height:170px}
.contact-form-panel-wide .button{width:100%}

.footer{margin-top:44px;padding:24px 0 28px}
.footer-grid{gap:14px}
.footer-title{margin-bottom:6px;font-size:.76rem;letter-spacing:.16em}
.footer small,
.footer a,
.footer p,
.footer span{font-size:.88rem;line-height:1.45}
.footer-brand{gap:6px}
.footer-brand img{width:70px}
.footer-contact,
.footer-links,
.footer-meta{gap:6px}
.inline-links{gap:10px}
.footer-note{display:none !important}

/* More controlled widths */
.page-hero-copy p,
.section-head p,
.hero-subline,
.product-note,
.detail-summary-text,
.detail-copy-card p,
.detail-delivery-card p,
.checkout-summary-text{
  max-width:30ch;
}
.detail-copy-card p,.detail-delivery-card p{max-width:58ch}
.contact-form-panel-wide .input::placeholder,
textarea.input::placeholder{color:rgba(47,36,29,.46)}

@media (max-width: 759px){
  .shell{width:min(calc(100vw - 22px), 100%)}
  section{padding:40px 0}
  .site-header .shell{overflow:visible}
  .header-row{min-height:62px;gap:10px}
  .brand{width:68px}
  .menu-toggle{
    min-width:98px;
    min-height:42px;
    padding:0 14px;
    font-size:.96rem;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    padding:10px 12px 12px;
    border-radius:22px;
    gap:8px;
    background:rgba(248,242,234,.99);
  }
  .mobile-nav a{
    min-height:46px;
    padding:11px 8px;
    font-size:1.22rem;
    line-height:1;
  }
  .mobile-lang{
    margin-top:2px;
    padding-top:8px;
    gap:12px;
  }
  .mobile-actions{
    margin-top:6px;
    padding-top:10px;
  }
  body.scrolled-header .header-row{min-height:56px}

  .hero-order{padding:22px 0 4px}
  .hero-script-title{font-size:clamp(2rem, 10vw, 2.95rem)}
  .hero-subline{font-size:.98rem}
  body[data-route="index.html"] .cards-2.booklet-cards{gap:18px}
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-image{aspect-ratio:4 / 4.9}
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
    padding:16px;
    gap:14px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-top{min-height:auto}
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-note{
    min-height:auto;
    max-width:none;
  }

  .detail-page-hero{padding:18px 0 6px}
  .detail-intro-card{
    grid-template-columns:88px minmax(0,1fr);
    gap:14px;
    padding:14px;
  }
  .detail-main-image{max-width:88px}
  .detail-summary-title{font-size:1.52rem}
  .detail-summary-text{max-width:20ch;font-size:.98rem}
  .detail-price{font-size:1.56rem}
  .detail-media-card,
  .detail-copy-card,
  .detail-requirements-card,
  .detail-delivery-card{padding:18px}

  .checkout-page .payment-section-checkout{padding:20px 0 34px}
  .checkout-page .checkout-stage{gap:14px}
  .checkout-page .checkout-summary-card,
  .checkout-page .checkout-paybox{border-radius:24px}
  .checkout-page .checkout-summary-card{
    padding:16px;
    gap:14px;
  }
  .checkout-page .checkout-summary-media-single{
    width:min(100%, 210px);
    max-width:210px;
  }
  .checkout-page .checkout-summary-copy{
    justify-items:start;
    text-align:left;
  }
  .checkout-page .checkout-summary-text{
    max-width:24ch;
    font-size:1rem;
  }
  .checkout-page .checkout-paybox{padding:16px}
  .checkout-page .checkout-price-card{
    padding:15px 15px 14px;
  }

  .about-grid{
    gap:18px;
    justify-items:center;
    text-align:left;
  }
  .about-copy{
    width:100%;
    max-width:32rem;
  }
  .about-copy p{max-width:none}

  .contact-duo{max-width:520px;gap:14px}
  .contact-card-links{padding:16px}
  .contact-card-form{padding:18px 16px 16px}
  .contact-pill{min-height:52px;padding:0 14px}
  .contact-form-panel-wide textarea.input{min-height:148px}

  .footer{margin-top:38px;padding:22px 0 26px}
}

@media (min-width: 760px){
  section{padding:58px 0}
  body[data-route="index.html"] .cards-2.booklet-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:1fr;
    gap:24px;
  }
  .about-grid{
    grid-template-columns:190px minmax(0,1fr);
    align-items:center;
    gap:30px;
  }
  .contact-duo{
    grid-template-columns:minmax(280px, 332px) minmax(0, 1fr);
    align-items:start;
    gap:24px;
  }
  .contact-card-form{padding:24px}
  .footer-grid{grid-template-columns:1.05fr .95fr .95fr .72fr}
}

@media (min-width: 1024px){
  .shell{width:min(1100px, calc(100vw - 48px))}
  .page-hero{padding:24px 0 8px}
  .hero-order{padding:24px 0 2px}
  #choose-format{padding-top:6px}
  body[data-route="index.html"] .cards-2.booklet-cards{gap:26px}
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{padding:20px}
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-top{min-height:118px}
  .detail-page-stack{gap:22px}
  .detail-intro-card{
    max-width:700px;
    grid-template-columns:110px minmax(0,1fr);
  }
  .detail-main-image{max-width:110px}
  .checkout-page .checkout-stage{
    grid-template-columns:minmax(0, 1.16fr) minmax(310px, .78fr);
    gap:22px;
  }
  .checkout-page .checkout-summary-card{
    grid-template-columns:220px minmax(0,1fr);
    gap:22px;
    padding:22px;
  }
  .checkout-page .checkout-paybox{
    position:sticky;
    top:82px;
  }
  .contact-form-panel-wide .button{
    width:min(100%, 320px);
  }
}

body[data-route="index.html"] .section-head h2,
body[data-route="index.html"] .hero-script-title{
  letter-spacing:-.018em;
}
body[data-route="digital-booklet.html"] .page-hero-copy,
body[data-route="printed-booklet.html"] .page-hero-copy,
body[data-route="astral-painting.html"] .page-hero-copy{
  text-align:center;
}
body.checkout-page .checkout-summary-title{letter-spacing:-.035em}

/* v20 desktop line control for home offer notes */
@media (min-width: 1024px){
  body[data-route="index.html"] #choose-format .narrow,
  body[data-route="index.html"] #astral-painting .narrow{
    width:min(1140px, 100%);
  }
  body[data-route="index.html"] .cards-2.booklet-cards{
    gap:22px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
    padding:20px 22px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-top{
    min-height:112px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-note,
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-note-wide{
    max-width:none;
    min-height:auto;
    font-size:.965rem;
    line-height:1.46;
    text-wrap:balance;
  }
  body[data-route="index.html"] .painting-section-head{
    width:min(100%, 1140px);
    margin-inline:auto;
  }
  body[data-route="index.html"] .painting-section-head .hero-subline{
    max-width:none;
    width:100%;
    font-size:1rem;
    line-height:1.42;
    text-align:center;
  }
}

/* v21 paper texture on white frames */
:root{
  --paper-texture:url("images/paper-texture.webp");
  --paper-wash:linear-gradient(180deg, rgba(255,252,248,.92) 0%, rgba(249,242,235,.9) 100%);
  --paper-wash-soft:linear-gradient(180deg, rgba(255,252,248,.84) 0%, rgba(249,242,235,.8) 100%);
  --paper-wash-light:linear-gradient(180deg, rgba(255,252,248,.76) 0%, rgba(249,242,235,.72) 100%);
}

.card,
.product-card,
.contact-card,
.note-card,
.note-card-soft,
.payment-card,
.cart-item,
.legal-card,
.shipping-option-card,
.checkout-summary-card,
.checkout-paybox,
.checkout-summary-copy,
.contact-panel,
.detail-intro-card,
.detail-copy-card,
.detail-delivery-card,
.detail-requirements-card{
  background-color:#fbf7f0;
  background-image:var(--paper-wash), var(--paper-texture);
  background-repeat:no-repeat, repeat;
  background-size:100% 100%, 780px auto;
  background-position:center, center;
}

.contact-pill,
.contact-link,
.mobile-panel,
.mobile-nav a,
.mobile-cart,
.secure-pill,
.checkout-fact{
  background-color:#fcf8f1;
  background-image:var(--paper-wash-soft), var(--paper-texture);
  background-repeat:no-repeat, repeat;
  background-size:100% 100%, 620px auto;
  background-position:center, center;
}

.contact-pill:hover,
.contact-link:hover,
.mobile-nav a:hover,
.mobile-cart:hover{
  background-image:var(--paper-wash-light), var(--paper-texture);
}

/* 2026-03 paper texture refinement */
:root{
  --bg:#fcfbf8;
  --paper:#ffffff;
  --paper-strong:#ffffff;
  --card:#ffffff;
  --line:rgba(47,36,29,.16);
  --line-strong:rgba(47,36,29,.24);
  --shadow:0 20px 44px rgba(47,36,29,.06);
}
body{
  background:linear-gradient(180deg,#ffffff 0%, #faf8f4 42%, #f7f4ef 100%) !important;
}
.site-header{
  backdrop-filter:none !important;
  background-color:#ffffff !important;
  background-image:url("images/paper-texture-ambient.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border-bottom:1px solid rgba(47,36,29,.12) !important;
}
.card,
.product-card,
.contact-card,
.contact-panel,
.payment-card,
.cart-item,
.legal-card,
.note-card,
.note-card-soft,
.contact-pill,
.contact-link,
.mobile-nav a,
.mobile-cart,
.input,
.secure-pill,
.product-image,
.paint-main,
.paint-detail,
.payment-thumb,
.about-portrait,
.empty-state{
  background-color:#ffffff !important;
  background-image:url("images/paper-texture-ambient.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border-color:rgba(47,36,29,.16) !important;
}
.contact-pill:hover,
.button-secondary:hover{
  background-color:#ffffff;
}
.product-card,
.contact-card,
.payment-card,
.cart-item,
.legal-card,
.card,
.note-card,
.contact-pill,
.mobile-nav a,
.mobile-cart,
.input{
  box-shadow:0 18px 36px rgba(47,36,29,.05) !important;
}

/* v23 fix homepage booklet texture placement */
body[data-route="index.html"] .booklet-cards .product-card-booklet{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
  background-color:#ffffff !important;
  background-image:url("images/paper-texture-ambient.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border:1px solid rgba(47,36,29,.16) !important;
  border-radius:26px !important;
  box-shadow:0 18px 36px rgba(47,36,29,.05) !important;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-image{
  margin-bottom:0 !important;
}

/* v27 mobile menu clean english only */
.lang-switch,
.inline-links,
.mobile-lang,
.mobile-actions{
  display:none !important;
}

.header-tools{
  gap:0 !important;
}

@media (max-width: 1023px){
  .site-header .shell{
    overflow:visible;
  }
  .header-row{
    grid-template-columns:auto 1fr auto;
    align-items:center;
    min-height:72px;
    gap:12px;
  }
  .brand{
    width:74px;
    position:relative;
    z-index:34;
  }
  .header-tools{
    justify-self:end;
    position:relative;
    z-index:34;
  }
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-width:132px;
    min-height:56px;
    padding:0 22px;
    border-radius:999px;
    background:#ffffff !important;
    border:1px solid rgba(47,36,29,.12) !important;
    box-shadow:0 16px 34px rgba(47,36,29,.08) !important;
    font-size:clamp(1rem, 3.8vw, 1.2rem);
    font-weight:700;
    letter-spacing:.01em;
    color:var(--ink);
  }
  .menu-toggle::before{
    width:18px;
    height:12px;
    background:
      linear-gradient(currentColor 0 0) top/18px 2px no-repeat,
      linear-gradient(currentColor 0 0) center/18px 2px no-repeat,
      linear-gradient(currentColor 0 0) bottom/18px 2px no-repeat;
  }
  .menu-toggle:hover,
  .menu-toggle:focus-visible,
  .menu-toggle.is-open{
    background:#ffffff !important;
    border-color:rgba(47,36,29,.18) !important;
    box-shadow:0 18px 38px rgba(47,36,29,.10) !important;
  }
  .mobile-menu-overlay{
    z-index:32;
    background:rgba(47,36,29,.12);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    bottom:auto;
    z-index:33;
    align-content:stretch;
    gap:0;
    padding:18px;
    border-radius:30px;
    background-color:#f4ede4;
    background-image:url("images/paper-texture-ambient.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    border:1px solid rgba(47,36,29,.11);
    box-shadow:0 26px 48px rgba(47,36,29,.14);
    overflow:hidden;
    transform-origin:top center;
  }
  .mobile-panel{
    display:none;
    opacity:0;
    pointer-events:none;
    transform:translateY(-6px) scale(.985);
    transition:opacity .2s ease, transform .2s ease;
  }
  .mobile-panel.is-open{
    display:grid;
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  .mobile-panel::after,
  .mobile-panel-head,
  .mobile-panel-intro,
  .mobile-close{
    display:none !important;
  }
  .mobile-nav{
    display:grid;
    gap:0;
    position:relative;
    z-index:1;
  }
  .mobile-nav a{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:78px;
    padding:18px 14px;
    text-align:center;
    font-family:var(--serif);
    font-size:clamp(1.55rem, 7vw, 2rem);
    line-height:1.04;
    font-weight:600;
    letter-spacing:-.02em;
    color:var(--ink);
    background-color:rgba(255,255,255,.88) !important;
    background-image:url("images/paper-texture-ambient.jpg") !important;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    border:1px solid rgba(47,36,29,.12);
    border-bottom-width:0;
    border-radius:0;
    box-shadow:none !important;
  }
  .mobile-nav a:first-child{
    border-top-left-radius:22px;
    border-top-right-radius:22px;
  }
  .mobile-nav a:last-child{
    border-bottom-left-radius:22px;
    border-bottom-right-radius:22px;
    border-bottom-width:1px;
  }
  .mobile-nav a:hover,
  .mobile-nav a:focus-visible,
  .mobile-nav a:active{
    background-color:rgba(255,255,255,.96) !important;
    border-color:rgba(47,36,29,.18);
    color:var(--ink);
  }
}

@media (max-width: 759px){
  .shell{
    width:min(calc(100vw - 24px), 100%);
  }
  .header-row{
    min-height:74px;
  }
  .brand{
    width:76px;
  }
  .menu-toggle{
    min-width:146px;
    min-height:58px;
    padding:0 24px;
    font-size:1.08rem;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    top:calc(100% + 12px);
    padding:16px;
    border-radius:28px;
  }
  .mobile-nav a{
    min-height:74px;
    font-size:1.45rem;
  }
}

@media (max-width: 389px){
  .menu-toggle{
    min-width:134px;
    min-height:54px;
    padding:0 20px;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    padding:14px;
    border-radius:24px;
  }
  .mobile-nav a{
    min-height:68px;
    font-size:1.3rem;
  }
}

/* 2026-03-25: smoother and larger animated header logo */
.site-header .brand{
  --logo-frame-count:28;
  --logo-animation-duration:1350ms;
  position:relative;
  width:min(82vw, calc(100vw - 112px));
  aspect-ratio:48/19;
  min-width:184px;
  max-width:332px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
  isolation:isolate;
  transform:translateY(-8px);
}
.site-header .brand .brand-logo,
.site-header .brand img,
.site-header .brand .brand-final-logo{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}
.site-header .brand .brand-final-logo{
  position:relative;
  z-index:1;
  opacity:1;
}
.site-header .brand .brand-sprite{
  position:absolute;
  inset:0;
  z-index:2;
  display:block;
  background-repeat:no-repeat;
  background-position:0 50%;
  background-size:calc(var(--logo-frame-count) * 100%) 100%;
  opacity:0;
  pointer-events:none;
  will-change:background-position;
}
.site-header .brand.is-logo-animating .brand-sprite{
  opacity:1;
  animation:brand-logo-sprite var(--logo-animation-duration) steps(27, end) forwards;
}
.site-header .brand.is-logo-animating .brand-final-logo{
  opacity:0;
}
.site-header .brand.is-logo-animation-done .brand-sprite{
  opacity:0;
}
.site-header .brand.is-logo-animation-done .brand-final-logo{
  opacity:1;
}
@keyframes brand-logo-sprite{
  from{ background-position:0 50%; }
  to{ background-position:100% 50%; }
}
.header-row{
  grid-template-columns:auto minmax(0,1fr) auto;
  min-height:96px;
}
body.scrolled-header .site-header .brand{
  width:min(76vw, calc(100vw - 124px));
  min-width:176px;
  max-width:300px;
  transform:translateY(-6px);
}
body.scrolled-header .header-row{
  min-height:84px;
}
@media (max-width:759px){
  .header-row{
    display:block;
    position:relative;
    min-height:118px;
  }
  .header-tools{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    z-index:4;
  }
  .site-header .brand{
    width:min(100%, 376px);
    min-width:0;
    max-width:376px;
    transform:translate(-6px, -8px);
  }
  body.scrolled-header .header-row{
    min-height:102px;
  }
  body.scrolled-header .site-header .brand{
    width:min(100%, 344px);
    min-width:0;
    max-width:344px;
    transform:translate(-4px, -6px);
  }
}
@media (min-width:760px){
  .site-header .brand{
    width:430px;
    min-width:430px;
    max-width:430px;
    transform:translateY(-7px);
  }
  body.scrolled-header .site-header .brand{
    width:380px;
    min-width:380px;
    max-width:380px;
    transform:translateY(-5px);
  }
}
@media (min-width:1024px){
  .header-row{
    grid-template-columns:510px minmax(0,1fr) auto;
    min-height:112px;
  }
  .site-header .brand{
    width:510px;
    min-width:510px;
    max-width:510px;
    transform:translateY(-6px);
  }
  body.scrolled-header .site-header .brand{
    width:448px;
    min-width:448px;
    max-width:448px;
    transform:translateY(-4px);
  }
  body.scrolled-header .header-row{
    min-height:94px;
  }
}
.footer-brand img{
  width:126px;
  height:auto;
}

/* 2026-03-26 v46 mobile menu reliability */
.menu-toggle,
.mobile-nav a{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

@media (max-width:759px){
  .header-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    min-height:118px;
    gap:10px;
  }
  .header-tools{
    position:relative;
    right:auto;
    top:auto;
    transform:none;
    justify-self:end;
    z-index:10;
  }
  .site-header .brand{
    width:min(100%, 376px);
    max-width:calc(100% - 4px);
    min-width:0;
    transform:translate(-6px, -8px);
    z-index:1;
  }
  .site-header .brand img,
  .site-header .brand .brand-sprite{
    pointer-events:none;
  }
  .menu-toggle{
    position:relative;
    z-index:12;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    z-index:40;
  }
  .mobile-nav a{
    position:relative;
    z-index:41;
    pointer-events:auto;
  }
}

@media (min-width:760px){
  .header-row{
    min-height:96px;
  }
  .site-header .brand{
    width:430px;
    min-width:430px;
    max-width:430px;
    transform:translateY(-7px);
  }
}

@media (min-width:1024px){
  .header-row{
    grid-template-columns:440px minmax(0,1fr) auto;
    min-height:96px;
  }
  .site-header .brand{
    width:440px;
    min-width:440px;
    max-width:440px;
    transform:translateY(-6px);
  }
  body.scrolled-header .header-row{
    min-height:96px;
  }
  body.scrolled-header .site-header .brand{
    width:440px;
    min-width:440px;
    max-width:440px;
    transform:translateY(-6px);
  }
}

body.scrolled-header .site-header .brand{
  width:inherit;
  min-width:inherit;
  max-width:inherit;
  transform:inherit;
}
body.scrolled-header .header-row{
  min-height:inherit;
}

/* v47 mobile menu robustness + denser homepage */
@media (max-width: 759px){
  .site-header .brand{
    width:min(calc(100% - 168px), 376px);
    max-width:calc(100% - 168px);
    min-width:0;
    transform:translate(-2px, -8px);
  }
  .header-row{
    min-height:108px;
  }
  .header-tools{
    z-index:60;
  }
  .menu-toggle{
    position:relative;
    z-index:61;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }
  .mobile-menu-overlay{
    position:fixed;
    inset:0;
    z-index:58;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    z-index:59;
  }
  .mobile-nav,
  .mobile-nav a{
    position:relative;
    z-index:60;
    pointer-events:auto;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }
}

.site-header .brand .brand-final-logo,
.site-header .brand .brand-sprite{
  pointer-events:none;
}

body[data-route="index.html"] .narrow{
  width:min(860px, 100%);
}
body[data-route="index.html"] .cards-2.booklet-cards{
  max-width:820px;
  margin-inline:auto;
  gap:18px;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet{
  max-width:370px;
  margin-inline:auto;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-image{
  aspect-ratio:4 / 4.55;
}
body[data-route="index.html"] .painting-gallery-grid{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  gap:16px;
}
body[data-route="index.html"] .painting-preview-card{
  max-width:340px;
  margin-inline:auto;
  aspect-ratio:4 / 4.55;
}
body[data-route="index.html"] .painting-offer-wrap .product-card{
  max-width:380px;
}

@media (max-width: 759px){
  body[data-route="index.html"] .narrow{
    width:min(100%, 360px);
  }
  body[data-route="index.html"] .cards-2.booklet-cards{
    gap:16px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet{
    max-width:320px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-image{
    aspect-ratio:4 / 4.35;
  }
  body[data-route="index.html"] .painting-gallery-grid{
    max-width:320px;
    gap:14px;
  }
  body[data-route="index.html"] .painting-preview-card{
    max-width:320px;
    aspect-ratio:4 / 4.35;
  }
  body[data-route="index.html"] .painting-offer-wrap .product-card{
    max-width:320px;
  }
  .hero-order{
    padding:18px 0 2px;
  }
  #choose-format{
    padding-top:4px;
  }
}

@media (min-width: 760px){
  .header-row{
    min-height:84px;
  }
}

/* 2026-03-26 v48 critical mobile fixes */
@media (max-width: 759px){
  .header-row{
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    min-height:108px;
    gap:10px;
  }
  .site-header .brand{
    width:clamp(270px, calc(100vw - 138px), 330px) !important;
    max-width:calc(100vw - 138px) !important;
    min-width:0 !important;
    transform:translate(-4px, -8px) !important;
    z-index:1;
  }
  .site-header .brand .brand-final-logo,
  .site-header .brand .brand-sprite,
  .site-header .brand img{
    object-position:left center !important;
    pointer-events:none !important;
  }
  .header-tools{
    position:relative;
    z-index:140;
    justify-self:end;
  }
  .menu-toggle{
    position:relative;
    z-index:141;
    min-width:132px;
    touch-action:manipulation;
  }
  .mobile-menu-overlay{
    position:fixed;
    inset:0;
    z-index:138;
    background:rgba(47,36,29,.14);
  }
  .mobile-panel,
  .mobile-panel.is-open{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    bottom:auto;
    z-index:139;
    pointer-events:none;
  }
  .mobile-panel.is-open{
    display:grid !important;
    pointer-events:auto;
  }
  .mobile-nav{
    position:relative;
    z-index:140;
    pointer-events:auto;
  }
  .mobile-nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:141;
    pointer-events:auto !important;
    touch-action:manipulation;
  }
}

@media (min-width: 1024px){
  .header-row{
    min-height:84px !important;
    grid-template-columns:410px minmax(0,1fr) auto !important;
  }
  .site-header .brand{
    width:410px !important;
    min-width:410px !important;
    max-width:410px !important;
    transform:translateY(-4px) !important;
  }
}

body.scrolled-header .header-row,
body.scrolled-header .site-header .brand{
  min-height:inherit !important;
  width:inherit !important;
  min-width:inherit !important;
  max-width:inherit !important;
  transform:inherit !important;
}

/* 2026-03-26 v49 critical mobile menu click fix */
@media (max-width: 759px){
  .header-row{
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    min-height:108px !important;
    gap:12px !important;
  }
  .site-header .brand{
    width:clamp(286px, calc(100vw - 152px), 338px) !important;
    max-width:calc(100vw - 152px) !important;
    min-width:0 !important;
    transform:translate(-4px, -8px) !important;
  }
  .header-tools{
    position:relative !important;
    z-index:520 !important;
    justify-self:end !important;
  }
  .menu-toggle{
    position:relative !important;
    z-index:521 !important;
    min-width:128px !important;
  }
  .mobile-menu-overlay{
    position:fixed !important;
    inset:0 !important;
    z-index:500 !important;
    background:rgba(47,36,29,.16) !important;
  }
  .mobile-panel,
  .mobile-panel.is-open{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    top:112px !important;
    bottom:auto !important;
    z-index:510 !important;
    max-height:min(420px, calc(100vh - 128px)) !important;
    overflow:auto !important;
    pointer-events:none !important;
  }
  .mobile-panel.is-open{
    display:grid !important;
    pointer-events:auto !important;
  }
  .mobile-nav{
    position:relative !important;
    z-index:511 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
  }
  .mobile-nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:72px !important;
    position:relative !important;
    z-index:512 !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
}

/* 2026-03-26 v49 disable scroll shrink fully */
body.scrolled-header .header-row{
  min-height:inherit !important;
}
body.scrolled-header .site-header .brand{
  width:inherit !important;
  min-width:inherit !important;
  max-width:inherit !important;
  transform:inherit !important;
}

/* 2026-03-26 detail and checkout simplification */
.detail-summary-lines.is-minimal{display:grid;gap:0}
.detail-summary-lines.is-minimal .detail-summary-title{margin:0}
.detail-summary-meta{margin:0;color:var(--muted);font-size:.98rem;line-height:1.6}
.detail-info-card,.detail-reviews-card{padding:24px;display:grid;gap:18px}
.detail-info-card h2,.detail-reviews-card h2{margin:0;font-family:var(--serif);font-size:clamp(1.8rem,4vw,2.4rem);line-height:.98}
.detail-info-grid{display:grid;gap:14px}
.detail-info-box{padding:18px 18px 16px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.72)}
.detail-info-box h3{margin:0 0 8px;font-family:var(--serif);font-size:1.35rem;line-height:1}
.detail-info-box p{margin:0;line-height:1.7;color:var(--ink)}
.review-grid{display:grid;gap:14px}
.review-card{padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.72);display:grid;gap:10px}
.review-name{margin:0;font-weight:700;letter-spacing:.01em}
.review-text{margin:0;line-height:1.75;color:var(--ink)}
.checkout-summary-copy.is-minimal{display:grid;gap:12px;align-content:start}
.checkout-summary-format{margin:0;color:var(--muted);font-size:.98rem;line-height:1.6}
.checkout-summary-delivery-note{margin:10px 0 0;color:var(--muted);line-height:1.7}
.checkout-summary-copy .checkout-kicker,.checkout-summary-copy .checkout-summary-text,.checkout-summary-copy .checkout-facts{display:none!important}
@media(min-width:760px){
  .detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:759px){
  .detail-info-card,.detail-reviews-card{padding:18px}
  .detail-info-box,.review-card{padding:16px}
}

/* v51 detail page cleanup and hierarchy */
.painting-section-head .hero-subline{display:none}
.product-note-painting{margin:0 0 10px;max-width:34rem}
.painting-offer-card .product-top{display:grid;gap:10px}
.painting-offer-card .product-body{gap:12px}
.painting-offer-card .product-price{text-align:left;justify-self:start}
.detail-intro-card{
  grid-template-columns:minmax(100px,132px) minmax(0,1fr);
  gap:18px;
  padding:20px;
}
.detail-main-image{
  max-width:132px;
  border-radius:20px;
}
.detail-intro-copy{
  gap:12px;
}
.detail-summary-lines.is-minimal{
  gap:8px;
}
.detail-summary-lines.is-minimal .detail-summary-title{
  font-size:clamp(2.1rem,6vw,2.8rem);
  line-height:.92;
}
.detail-summary-text{
  font-size:1.04rem;
  line-height:1.65;
  max-width:40rem;
}
.detail-price{
  font-size:1.72rem;
}
.detail-requirements-card{
  gap:14px;
}
.detail-requirements-list{
  margin:0;
  padding-left:1.2rem;
  display:grid;
  gap:8px;
}
.detail-requirements-list li{
  line-height:1.65;
}
.detail-requirements-foot{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.detail-delivery-card{
  display:grid;
  gap:10px;
}
.detail-delivery-card h2{
  margin:0;
}
.detail-delivery-card p{
  margin:0;
  line-height:1.75;
}
@media(min-width:760px){
  .detail-intro-card{
    grid-template-columns:148px minmax(0,1fr);
    gap:24px;
    padding:24px;
  }
  .detail-main-image{
    max-width:148px;
  }
}
@media(max-width:759px){
  .detail-intro-card{
    grid-template-columns:108px minmax(0,1fr);
    gap:14px;
    padding:18px;
  }
  .detail-main-image{
    max-width:108px;
  }
  .detail-summary-lines.is-minimal .detail-summary-title{
    font-size:clamp(1.95rem,8vw,2.35rem);
  }
  .detail-summary-text{
    font-size:.98rem;
    line-height:1.58;
  }
  .product-note-painting{
    margin-bottom:8px;
  }
}

/* v52 checkout clarity */
.checkout-summary-delivery-note-inline{
  margin:0;
  max-width:33ch;
}
.checkout-price-card .checkout-facts-compact{
  margin-top:14px;
}
.checkout-price-card .checkout-facts-compact .checkout-fact{
  background:rgba(47,36,29,.05);
  color:var(--ink);
}
.product-note-painting{
  text-align:left;
}
.painting-offer-card .product-top{
  justify-items:start;
}
@media(max-width:759px){
  .checkout-summary-delivery-note-inline{
    max-width:none;
  }
}

/* v62 stable mobile-first content merge */
.checkout-summary-copy.is-order-card{
  display:grid;
  align-content:start;
  gap:14px;
}
.checkout-summary-copy.is-order-card .checkout-kicker,
.checkout-summary-copy.is-order-card .checkout-facts{
  display:flex !important;
}
.checkout-summary-copy.is-order-card .checkout-kicker{
  margin:0;
  font-size:.84rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:var(--muted);
}
.checkout-summary-copy.is-order-card .checkout-summary-title{
  margin:0;
}
.checkout-summary-copy.is-order-card .checkout-facts{
  gap:10px;
  flex-wrap:wrap;
}
.checkout-summary-copy.is-order-card .checkout-fact{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.checkout-summary-delivery-note-inline{display:none !important;}
.checkout-price-card .checkout-facts-compact{display:none !important;}
.contact-pill-email span:last-child,
.footer-contact [data-config-mailto]{
  white-space:nowrap;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
@media (max-width:759px){
  .contact-pills{
    flex-direction:column;
    align-items:stretch;
  }
  .contact-pill{
    width:100%;
    justify-content:flex-start;
  }
  .contact-pill-email{
    font-size:.86rem;
  }
  .footer-contact [data-config-mailto]{
    font-size:.82rem;
    letter-spacing:-.01em;
  }
  .checkout-summary-copy.is-order-card{
    gap:12px;
  }
  .checkout-summary-copy.is-order-card .checkout-facts{
    gap:8px;
  }
}
@media (max-width:379px){
  .contact-pill-email,
  .footer-contact [data-config-mailto]{
    font-size:.78rem;
  }
}

/* v63 restore v61 mobile menu button */
@media (max-width:759px){
  .header-tools{
    position:relative !important;
    z-index:7100 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
  }

  .menu-toggle{
    position:relative !important;
    z-index:7101 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    min-height:48px !important;
    padding:0 18px !important;
    border-radius:999px !important;
    border:1px solid rgba(47,36,29,.12) !important;
    background:rgba(255,255,255,.94) !important;
    box-shadow:0 10px 22px rgba(47,36,29,.08) !important;
    color:var(--ink) !important;
    font-size:1rem !important;
    font-weight:600 !important;
    line-height:1 !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible,
  .menu-toggle.is-open{
    background:rgba(61,42,27,.96) !important;
    color:#fff !important;
    border-color:rgba(61,42,27,.96) !important;
  }
}

@media (max-width:389px){
  .menu-toggle{
    min-height:46px !important;
    padding:0 16px !important;
    font-size:.98rem !important;
  }
}

/* v64 cart-first checkout */
.menu-toggle,
.mobile-panel,
.mobile-menu-overlay{display:none !important}

.site-header{
  background:rgba(248,241,232,.88);
}
.header-row{
  grid-template-columns:minmax(0,1fr) auto;
  min-height:78px;
  gap:16px;
}
.brand{
  width:110px;
  min-width:0;
}
.header-nav{display:none}
.header-tools{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.cart-link-header{
  position:relative;
  min-height:46px;
  padding:0 14px 0 42px;
  border-radius:999px;
  border:1px solid var(--line-strong);
  background:rgba(255,255,255,.88);
  color:var(--ink);
  font-weight:600;
  gap:10px;
  box-shadow:0 10px 30px rgba(47,36,29,.06);
}
.cart-link-header:hover,
.cart-link-header:focus-visible{
  color:var(--ink);
  background:#fff;
}
.cart-link-header .cart-link-icon{
  display:block;
  position:absolute;
  left:12px;
  top:50%;
  width:24px;
  height:24px;
  transform:translateY(-50%);
  font-size:0;
  line-height:0;
  color:transparent;
  background-image:url("icons/cart-moon-stars.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:24px auto;
  pointer-events:none;
}
.cart-link-header .cart-link-text{
  display:inline;
  line-height:1;
  white-space:nowrap;
}
.cart-link-header .cart-badge{
  min-width:24px;
  height:24px;
  padding:0 7px;
  background:var(--ink);
  color:#fff;
}
.cart-badge.is-empty{
  background:rgba(47,36,29,.16);
  color:var(--ink);
}

.button-row-left{justify-content:flex-start}
.detail-action-grid-double,
.checkout-actions{
  display:grid;
  gap:10px;
}
.site-toast{
  position:fixed;
  left:50%;
  bottom:20px;
  transform:translateX(-50%) translateY(14px);
  background:rgba(34,31,28,.94);
  color:#fff;
  padding:12px 16px;
  border-radius:999px;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
  z-index:80;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
  max-width:min(92vw, 420px);
  text-align:center;
  font-size:.95rem;
}
.site-toast.is-visible{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.cart-page-section{padding-top:18px}
.cart-layout,
.success-section .stack,
.cart-main,
.cart-sidebar{display:grid;gap:16px}
.cart-feedback{
  min-height:20px;
  color:var(--muted);
  font-size:.95rem;
}
.cart-ready[hidden],
.card[hidden]{display:none !important}
.cart-summary-card,
.checkout-card,
.success-card,
.success-next-steps{
  padding:22px;
}
.checkout-card-head,
.cart-summary-lines,
.success-list,
.success-actions,
.success-total,
.checkout-form,
.shipping-fields{display:grid;gap:14px}
.cart-summary-count,
.checkout-card-head p,
.checkout-hint,
.cart-item-note,
.cart-item-unit,
.success-card .inline-note,
.checkout-message{margin:0;color:var(--muted);line-height:1.6}
.cart-summary-line,
.success-line,
.success-total{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}
.cart-item{
  display:grid;
  gap:14px;
  padding:16px;
  border-radius:24px;
  background:rgba(255,252,248,.88);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.cart-item-media{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  aspect-ratio:4/5;
  background:#fff;
}
.cart-item-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.cart-item-copy,
.cart-item-head{display:grid;gap:10px}
.cart-item-head h3{
  margin:0;
  font-family:var(--serif);
  font-size:1.5rem;
  line-height:1;
}
.cart-item-total{
  font-size:1.12rem;
  letter-spacing:-.02em;
}
.cart-item-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.qty-stepper{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:6px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
}
.qty-button{
  width:34px;
  height:34px;
  border:none;
  border-radius:999px;
  background:var(--accent-soft);
  color:var(--ink);
  font-size:1.15rem;
  font-weight:600;
}
.qty-value{
  min-width:20px;
  text-align:center;
  font-weight:700;
}
.cart-remove{
  border:none;
  background:none;
  color:var(--muted);
  padding:0;
  font-weight:600;
}
.checkout-note-input{min-height:110px}
.checkout-grid-two{display:grid;gap:14px}
.shipping-fields-title{
  margin:0;
  font-family:var(--serif);
  font-size:1.35rem;
  line-height:1;
}
.checkout-actions .button{width:100%}
.success-card h2,
.success-next-steps h2,
.cart-summary-card h2,
.checkout-card h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(1.6rem, 5vw, 2.2rem);
  line-height:1;
}
.success-list{
  padding-top:8px;
  border-top:1px solid rgba(47,36,29,.08);
}
.success-total{
  margin-top:2px;
  padding-top:12px;
  border-top:1px solid rgba(47,36,29,.08);
  font-size:1.02rem;
}

@media(min-width:760px){
  .cart-link-text{display:inline}
  .cart-item{
    grid-template-columns:160px minmax(0,1fr);
    align-items:start;
  }
  .checkout-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(min-width:1024px){
  .header-row{
    grid-template-columns:auto minmax(0,1fr) auto;
    min-height:86px;
    gap:20px;
  }
  .header-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
  }
  .header-nav a{color:var(--muted);font-weight:500}
  .header-nav a:hover,
  .header-nav a:focus-visible,
  .header-nav a.is-active{color:var(--ink)}
  .cart-layout{
    grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);
    align-items:start;
  }
  .cart-sidebar{
    position:sticky;
    top:108px;
  }
}

/* v65 tunnel minimal polish */
body[data-route="index.html"] .hero-subline{
  font-family:var(--sans);
  font-size:.98rem;
  line-height:1.55;
  color:var(--muted);
  font-weight:400;
  max-width:34ch;
}
.detail-summary-title{
  font-family:var(--script);
  font-size:clamp(1.55rem,4vw,2rem);
  line-height:1;
}
.detail-summary-text[hidden]{display:none !important}
.cart-page-section .cart-summary-card,
.cart-page-section .checkout-card,
.cart-page-section .empty-state,
.cart-page-section .cart-item{
  background-color:#ffffff !important;
  background-image:url("images/paper-texture-ambient.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border-color:rgba(47,36,29,.16) !important;
  box-shadow:0 18px 36px rgba(47,36,29,.05) !important;
}
.page-hero-cart .page-hero-copy{
  text-align:center;
}
.page-hero-cart .page-hero-copy p,
.page-hero-cart .secure-row,
.page-hero-cart .secure-pill{
  display:none !important;
}
.page-hero-cart h1{
  margin:0;
}
.cart-summary-items{
  display:grid;
  gap:10px;
}
.cart-summary-items[hidden]{display:none !important}
.cart-summary-item{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  color:var(--muted);
  font-size:.96rem;
  line-height:1.45;
}
.cart-summary-item strong{
  color:var(--ink);
  font-weight:600;
}
.cart-item-media{
  width:84px;
  aspect-ratio:4/5;
}
.cart-item{
  grid-template-columns:84px minmax(0,1fr);
  align-items:start;
  gap:12px;
  padding:14px;
}
.cart-item-copy,
.cart-item-head{
  gap:6px;
}
.cart-item-head{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
}
.cart-item-head h3{
  font-family:var(--script);
  font-size:1.45rem;
  line-height:1;
}
.cart-item-note,
.cart-item-unit{
  display:none;
}
.cart-item-total{
  font-size:1rem;
  white-space:nowrap;
}
.cart-item-controls{
  gap:10px;
  justify-content:space-between;
}
.cart-summary-card{
  gap:12px;
}
.cart-summary-lines{
  gap:10px;
}
.checkout-card-head p{
  font-size:.95rem;
}
.checkout-actions{
  display:grid;
  gap:10px;
}
@media(max-width:759px){
  .cart-page-section{padding-top:12px}
  .cart-layout,
  .cart-main,
  .cart-sidebar{gap:12px}
  .cart-item{
    padding:12px;
    grid-template-columns:64px minmax(0,1fr);
    gap:10px;
  }
  .cart-item-media{
    width:64px;
    border-radius:14px;
  }
  .cart-item-head h3{
    font-size:1.22rem;
  }
  .cart-item-total{
    font-size:.96rem;
  }
  .qty-stepper{
    gap:6px;
    padding:4px;
  }
  .qty-button{
    width:30px;
    height:30px;
  }
  .cart-remove{
    font-size:.92rem;
  }
  .cart-summary-card,
  .checkout-card,
  .success-card,
  .success-next-steps,
  .empty-state{
    padding:16px;
  }
  .checkout-card-head h2,
  .cart-summary-card h2{
    font-size:1.45rem;
  }
}
@media(min-width:760px){
  .cart-item{
    grid-template-columns:104px minmax(0,1fr);
    gap:14px;
  }
  .cart-item-media{
    width:104px;
  }
  .checkout-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* v67 cart refinement */
.cart-summary-card{
  display:grid;
  gap:0;
}
.cart-total-lines{
  gap:0;
}
.cart-total-line{
  align-items:center;
  min-height:72px;
}
.cart-total-line span{
  font-family:var(--sans);
  font-size:1rem;
  font-weight:600;
  color:var(--muted);
}
.cart-total-line strong{
  font-family:var(--serif);
  font-size:clamp(1.85rem,5vw,2.35rem);
  line-height:1;
  letter-spacing:-.03em;
}
.cart-item{
  grid-template-columns:84px minmax(0,1fr);
  align-items:center;
}
.cart-item-copy{
  gap:12px;
}
.cart-item-head{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
}
.cart-item-head h3{
  margin:0;
  font-family:var(--script);
  font-size:clamp(1.35rem,4.4vw,1.75rem);
  line-height:1;
}
.cart-item-total{
  font-family:var(--serif);
  font-size:1.35rem;
  line-height:1;
}
.cart-item-controls{
  justify-content:flex-start;
  gap:12px;
}
.qty-stepper{
  gap:8px;
  padding:5px;
  background:rgba(255,255,255,.9);
}
.qty-value{
  min-width:24px;
  font-size:.96rem;
}
@media(max-width:759px){
  .cart-item{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    padding:12px;
  }
  .cart-item-media{
    width:58px;
    border-radius:14px;
  }
  .cart-item-copy{
    gap:10px;
  }
  .cart-item-head{
    gap:8px;
  }
  .cart-item-head h3{
    font-size:1.16rem;
  }
  .cart-item-total{
    font-size:1.08rem;
  }
  .cart-total-line{
    min-height:64px;
  }
  .cart-total-line strong{
    font-size:1.9rem;
  }
}
@media(min-width:760px){
  .cart-item{
    grid-template-columns:96px minmax(0,1fr);
    gap:14px;
  }
  .cart-item-media{
    width:96px;
  }
}

/* v68 cart unified paybox */
.cart-summary-card{
  display:grid;
  gap:16px;
}
.cart-summary-card .checkout-actions{
  display:grid;
  gap:10px;
}
.cart-summary-card .checkout-message{
  min-height:18px;
}
@media(min-width:760px){
  .cart-summary-card .checkout-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* v69 unified product title styling */
.product-title-script,
.checkout-summary-title{
  font-family:var(--script);
  font-weight:600;
  letter-spacing:-.01em;
  line-height:1;
}
.detail-summary-title,
.cart-item-title{
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:0;
  line-height:1;
}
.detail-summary-title,
.checkout-summary-title{
  font-size:clamp(1.55rem,4vw,2rem);
}
.cart-item-title{
  margin:0;
  font-size:clamp(1.35rem,4.4vw,1.75rem);
}
@media(max-width:759px){
  .cart-item-title{font-size:1.16rem;}
}

/* v70 cart item visual refinement */
.cart-item{
  align-items:center;
  padding:14px 16px;
}
.cart-item-copy{
  min-width:0;
  justify-content:center;
  gap:12px;
}
.cart-item-head{
  display:block;
}
.cart-item-title{
  margin:0;
  max-width:18ch;
  text-wrap:balance;
}
.cart-item-controls{
  justify-content:flex-start;
  gap:10px;
}
.qty-stepper{
  box-shadow:inset 0 0 0 1px rgba(47,36,29,.05);
}
.qty-button{
  box-shadow:0 6px 14px rgba(47,36,29,.08);
}
@media(max-width:759px){
  .cart-item{
    grid-template-columns:56px minmax(0,1fr);
    padding:12px 13px;
    gap:12px;
  }
  .cart-item-copy{
    gap:10px;
  }
  .cart-item-title{
    max-width:none;
    font-size:1.14rem;
  }
}
@media(min-width:760px){
  .cart-item{
    grid-template-columns:92px minmax(0,1fr);
    padding:15px 16px;
  }
  .cart-item-title{
    font-size:clamp(1.42rem,2vw,1.8rem);
  }
}

/* v72 cart polish from approved mobile visual */
.cart-page-section .cart-item{
  background-color:#ffffff !important;
  background-image:url("images/paper-texture-ambient.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border-color:rgba(47,36,29,.16) !important;
  box-shadow:0 18px 36px rgba(47,36,29,.05) !important;
  border-radius:2rem;
  align-items:center;
  padding:14px 15px;
  gap:12px;
}
.cart-page-section .cart-summary-card,
.cart-page-section .checkout-card,
.cart-page-section .empty-state{
  background-image:none !important;
  background-color:rgba(255,255,255,.92) !important;
  border-color:rgba(47,36,29,.14) !important;
  box-shadow:0 18px 36px rgba(47,36,29,.05) !important;
}
.cart-summary-card{
  border-radius:2rem;
  padding:20px;
  gap:16px;
}
.cart-summary-card .checkout-actions{
  grid-template-columns:1fr !important;
  gap:10px;
}
.cart-total-line{
  min-height:0;
  padding-bottom:2px;
}
.cart-total-line span{
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.72rem;
  font-weight:500;
}
.cart-total-line strong{
  font-size:clamp(2.15rem,4.2vw,2.55rem);
  letter-spacing:-.04em;
}
.cart-item-media{
  width:64px;
  aspect-ratio:1 / 1;
  border-radius:1.15rem;
  border:1px solid rgba(47,36,29,.12);
  background:#fff;
}
.cart-item-copy{
  min-width:0;
  gap:10px;
  justify-content:center;
}
.cart-item-head{
  display:block;
}
.cart-item-title{
  margin:0;
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(1.62rem,5.8vw,2rem);
  line-height:.96;
  letter-spacing:-.03em;
  text-wrap:balance;
  max-width:18ch;
}
.cart-item-controls{
  justify-content:flex-start;
  gap:10px;
}
.qty-stepper{
  gap:8px;
  padding:5px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(47,36,29,.12);
  box-shadow:inset 0 0 0 1px rgba(47,36,29,.04);
}
.qty-button{
  width:30px;
  height:30px;
  background:#f5f1eb;
  box-shadow:0 6px 14px rgba(47,36,29,.08);
}
.qty-value{
  min-width:24px;
  font-size:.96rem;
}
@media(min-width:760px){
  .cart-layout{
    grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
    align-items:start;
  }
  .cart-page-section .cart-item{
    grid-template-columns:88px minmax(0,1fr);
    gap:14px;
    padding:16px 18px;
  }
  .cart-item-media{
    width:88px;
    border-radius:1.35rem;
  }
  .cart-item-title{
    font-size:clamp(1.95rem,2.5vw,2.35rem);
    max-width:20ch;
  }
  .cart-summary-card{
    padding:22px;
  }
}
@media(max-width:759px){
  .page-hero-cart .shell{
    padding-inline:18px;
  }
  .page-hero-cart h1{
    text-align:left;
    font-size:clamp(2rem,9vw,2.5rem);
  }
  .cart-layout,
  .cart-main,
  .cart-sidebar{
    gap:12px;
  }
  .cart-page-section .cart-item{
    grid-template-columns:56px minmax(0,1fr);
    padding:12px 13px;
    gap:12px;
  }
  .cart-item-media{
    width:56px;
    border-radius:1rem;
  }
  .cart-item-title{
    font-size:1.82rem;
    max-width:none;
  }
  .cart-summary-card,
  .checkout-card,
  .success-card,
  .success-next-steps,
  .empty-state{
    padding:16px;
  }
  .cart-total-line strong{
    font-size:2.15rem;
  }
}

/* v73 cart harmony mobile first + desktop split */
.cart-page-section{
  padding-top:14px;
  padding-bottom:36px;
}

.cart-layout,
.cart-main,
.cart-sidebar{
  gap:14px;
}

.cart-main{
  align-content:start;
}

.cart-page-section .cart-item,
.cart-page-section .cart-summary-card,
.cart-page-section .checkout-card,
.cart-page-section .empty-state{
  position:relative;
  overflow:hidden;
  background-color:#fffdf9 !important;
  background-image:url("images/paper-texture-ambient.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border:1px solid rgba(47,36,29,.14) !important;
  box-shadow:
    0 18px 38px rgba(47,36,29,.05),
    inset 0 1px 0 rgba(255,255,255,.55) !important;
}

.cart-page-section .cart-item::before,
.cart-page-section .cart-summary-card::before,
.cart-page-section .checkout-card::before,
.cart-page-section .empty-state::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.12));
  pointer-events:none;
}

.cart-page-section .cart-item > *,
.cart-page-section .cart-summary-card > *,
.cart-page-section .checkout-card > *,
.cart-page-section .empty-state > *{
  position:relative;
  z-index:1;
}

.cart-page-section .cart-item{
  border-radius:2rem;
  grid-template-columns:68px minmax(0,1fr);
  align-items:center;
  gap:14px;
  padding:14px;
}

.cart-item-media{
  width:68px;
  aspect-ratio:1/1;
  border-radius:1.1rem;
  border:1px solid rgba(47,36,29,.11);
  background:rgba(255,255,255,.9);
  box-shadow:0 8px 18px rgba(47,36,29,.07);
}

.cart-item-copy{
  min-width:0;
  gap:10px;
  justify-content:center;
}

.cart-item-head{
  display:block;
}

.cart-item-title{
  margin:0;
  font-family:var(--serif);
  font-weight:500;
  font-size:1.55rem;
  line-height:.95;
  letter-spacing:-.025em;
  text-wrap:balance;
  max-width:none;
}

.cart-item-controls{
  justify-content:flex-start;
  gap:10px;
}

.qty-stepper{
  gap:8px;
  padding:5px;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(47,36,29,.11);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}

.qty-button{
  width:31px;
  height:31px;
  border-radius:999px;
  background:#f4eee6;
  box-shadow:0 6px 12px rgba(47,36,29,.07);
}

.qty-value{
  min-width:22px;
  font-size:.95rem;
}

.cart-summary-card{
  border-radius:2rem;
  padding:18px;
  gap:18px;
}

.cart-summary-lines{
  gap:0;
}

.cart-total-line{
  align-items:flex-end;
  min-height:0;
  padding-bottom:2px;
}

.cart-total-line span{
  font-size:.72rem;
  font-weight:600;
  color:rgba(107,90,78,.92);
  text-transform:uppercase;
  letter-spacing:.22em;
}

.cart-total-line strong{
  font-family:var(--serif);
  font-size:2.35rem;
  line-height:.9;
  letter-spacing:-.045em;
  color:var(--ink);
}

.cart-summary-card .checkout-actions{
  display:grid;
  grid-template-columns:1fr !important;
  gap:10px;
  padding-top:2px;
}

.cart-summary-card .button{
  min-height:52px;
  border-radius:1.2rem;
}

.cart-summary-card .button-primary{
  box-shadow:0 14px 28px rgba(47,36,29,.16);
}

.cart-summary-card .button-secondary{
  background:rgba(255,255,255,.72);
  border-color:rgba(47,36,29,.13);
}

.cart-summary-card .checkout-message{
  min-height:18px;
  font-size:.94rem;
}

@media (max-width:759px){
  .page-hero-cart .shell{
    padding-inline:18px;
  }

  .page-hero-cart .page-hero-copy{
    justify-items:start;
    text-align:left;
  }

  .page-hero-cart h1{
    text-align:left;
    font-size:clamp(2rem,8.6vw,2.55rem);
  }

  .cart-layout,
  .cart-main,
  .cart-sidebar{
    gap:12px;
  }

  .cart-page-section .cart-item{
    grid-template-columns:60px minmax(0,1fr);
    gap:12px;
    padding:13px;
  }

  .cart-item-media{
    width:60px;
    border-radius:1rem;
  }

  .cart-item-title{
    font-size:1.42rem;
  }

  .cart-summary-card,
  .checkout-card,
  .success-card,
  .success-next-steps,
  .empty-state{
    padding:16px;
  }

  .cart-total-line strong{
    font-size:2.15rem;
  }
}

@media (min-width:760px){
  .cart-layout{
    grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
    align-items:start;
    gap:18px;
  }

  .cart-main{
    gap:16px;
  }

  .cart-sidebar{
    gap:16px;
  }

  .cart-page-section .cart-item{
    grid-template-columns:88px minmax(0,1fr);
    gap:16px;
    padding:16px 18px;
  }

  .cart-item-media{
    width:88px;
    border-radius:1.25rem;
  }

  .cart-item-title{
    font-size:1.9rem;
    max-width:18ch;
  }

  .cart-summary-card{
    padding:22px;
  }
}

@media (min-width:1024px){
  .cart-layout{
    grid-template-columns:minmax(0,1.24fr) 360px;
    gap:22px;
  }

  .cart-sidebar{
    position:sticky;
    top:108px;
  }

  .cart-page-section .cart-item{
    grid-template-columns:92px minmax(0,1fr);
    padding:18px 20px;
  }

  .cart-item-title{
    font-size:2.08rem;
  }

  .cart-summary-card{
    padding:24px;
  }

  .cart-total-line strong{
    font-size:2.55rem;
  }
}

/* v75 cart visual refinement */
.cart-page-section .cart-item{
  grid-template-columns:96px minmax(0,1fr);
  gap:16px;
  padding:16px 18px;
  border-radius:26px;
  align-items:center;
}

.cart-item-media{
  width:96px;
  aspect-ratio:4/5;
  border-radius:20px;
  box-shadow:0 10px 22px rgba(47,36,29,.07);
}

.cart-item-copy{
  min-width:0;
  gap:10px;
}

.cart-item-head{
  display:block;
}

.cart-item-title,
.cart-item-head h3{
  margin:0;
  font-family:var(--serif);
  font-weight:500;
  font-size:clamp(1.34rem, 4vw, 1.68rem);
  line-height:.98;
  letter-spacing:-.02em;
}

.cart-item-controls{
  justify-content:flex-start;
  align-items:center;
  gap:12px;
}

.qty-stepper{
  gap:8px;
  padding:7px;
  border-radius:18px;
  background:rgba(255,252,248,.82);
  border:1px solid rgba(47,36,29,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72), 0 10px 24px rgba(47,36,29,.05);
}

.qty-button{
  width:40px;
  height:40px;
  border:1px solid rgba(47,36,29,.14);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(244,236,226,.96) 100%);
  box-shadow:0 4px 10px rgba(47,36,29,.06);
  color:var(--ink);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:var(--sans);
  font-size:1.18rem;
  font-weight:600;
  line-height:1;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.qty-button:hover,
.qty-button:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(47,36,29,.22);
  box-shadow:0 8px 16px rgba(47,36,29,.08);
  outline:none;
}

.qty-button:active{
  transform:translateY(0);
  box-shadow:0 2px 6px rgba(47,36,29,.06);
}

.qty-value{
  min-width:28px;
  text-align:center;
  font-size:1rem;
  font-weight:600;
  letter-spacing:-.02em;
}

@media (max-width:479px){
  .cart-page-section .cart-item{
    grid-template-columns:104px minmax(0,1fr);
    gap:14px;
    padding:15px;
  }

  .cart-item-media{
    width:104px;
  }

  .qty-button{
    width:42px;
    height:42px;
  }
}

@media (min-width:760px){
  .cart-page-section .cart-item{
    grid-template-columns:112px minmax(0,1fr);
    gap:18px;
    padding:18px 20px;
  }

  .cart-item-media{
    width:112px;
  }

  .cart-item-title,
  .cart-item-head h3{
    font-size:1.78rem;
  }
}

@media (min-width:1024px){
  .cart-page-section .cart-item{
    grid-template-columns:118px minmax(0,1fr);
    gap:20px;
    padding:19px 22px;
  }

  .cart-item-media{
    width:118px;
  }

  .cart-item-title,
  .cart-item-head h3{
    font-size:1.92rem;
  }

  .qty-button{
    width:42px;
    height:42px;
  }
}

/* v76 cart summary details */
.cart-summary-items{padding-bottom:4px;border-bottom:1px solid rgba(47,36,29,.08);margin-bottom:2px}
.cart-summary-item{padding:2px 0}

/* v77 mobile-first layout refinements */
body[data-route="index.html"] .hero-order{
  padding-bottom:12px;
}
body[data-route="index.html"] #choose-format{
  padding-top:16px;
}
body[data-route="index.html"] .cards-2.booklet-cards{
  gap:20px;
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-copy-panel{
  gap:16px;
}
body[data-route="index.html"] .booklet-cards .card-actions{
  gap:12px;
}

body[data-route="index.html"] .contact-section-wide{
  padding-top:48px;
}
body[data-route="index.html"] .contact-section-wide .contact-section-head{
  margin-bottom:18px;
}
body[data-route="index.html"] .contact-section-wide .contact-section-head h2{
  font-family:var(--script);
  font-weight:600;
  font-size:clamp(2.5rem, 12vw, 4.7rem);
  line-height:.94;
  letter-spacing:-.01em;
  text-align:center;
}
body[data-route="index.html"] .contact-duo{
  gap:14px;
}
body[data-route="index.html"] .contact-card{
  background:rgba(255,251,246,.76);
  border:1px solid rgba(86,65,49,.10);
  box-shadow:0 16px 40px rgba(47,36,29,.06);
  backdrop-filter:blur(8px);
}
body[data-route="index.html"] .contact-card-links{
  padding:16px;
}
body[data-route="index.html"] .contact-links-title{
  margin:0 0 12px;
  font-family:var(--serif);
  font-weight:500;
  font-size:1.55rem;
  line-height:1;
}
body[data-route="index.html"] .contact-pills{
  display:grid;
  gap:12px;
}
body[data-route="index.html"] .contact-pill{
  width:100%;
  min-height:68px;
  padding:12px 14px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(86,65,49,.10);
  box-shadow:none;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:12px;
}
body[data-route="index.html"] .contact-pill:hover,
body[data-route="index.html"] .contact-pill:focus-visible{
  background:rgba(255,255,255,.96);
}
body[data-route="index.html"] .contact-pill-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(47,36,29,.06);
}
body[data-route="index.html"] .contact-pill-icon svg{
  width:20px;
  height:20px;
}
body[data-route="index.html"] .contact-pill-copy{
  min-width:0;
  display:grid;
  gap:2px;
}
body[data-route="index.html"] .contact-pill-copy strong{
  font-size:.98rem;
  line-height:1.2;
}
body[data-route="index.html"] .contact-pill-copy small{
  display:block;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.35;
  overflow-wrap:anywhere;
}
body[data-route="index.html"] .contact-card-form{
  padding:18px 16px 16px;
}
body[data-route="index.html"] .contact-form-title{
  margin:0 0 6px;
}
body[data-route="index.html"] .contact-form-panel-wide .input{
  background:rgba(255,255,255,.84);
}
body[data-route="index.html"] .contact-form-panel-wide textarea.input{
  min-height:148px;
}

.detail-page-stack .detail-home-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(47,36,29,.10);
  background:rgba(255,255,255,.82);
  color:var(--muted);
  text-decoration:none;
  font-size:.94rem;
  font-weight:600;
  box-shadow:0 10px 24px rgba(47,36,29,.05);
}
.detail-page-stack .detail-home-link:hover,
.detail-page-stack .detail-home-link:focus-visible{
  color:var(--ink);
  background:rgba(255,255,255,.94);
}

.page-hero-cart[hidden]{display:none !important}

@media (max-width:759px){
  body[data-route="index.html"] #choose-format{
    padding-top:18px;
  }
  body[data-route="index.html"] .cards-2.booklet-cards{
    gap:24px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet{
    gap:14px;
  }
  body[data-route="index.html"] .contact-section-wide{
    padding-top:42px;
  }
  body[data-route="index.html"] .contact-section-wide .contact-section-head{
    margin-bottom:16px;
  }
  body[data-route="index.html"] .contact-card{
    border-radius:24px;
  }
  body[data-route="index.html"] .contact-card-links{
    padding:14px;
  }
  body[data-route="index.html"] .contact-links-title{
    font-size:1.4rem;
    margin-bottom:10px;
  }
  body[data-route="index.html"] .contact-pill{
    min-height:64px;
    padding:11px 12px;
    border-radius:20px;
    grid-template-columns:42px minmax(0,1fr);
    gap:10px;
  }
  body[data-route="index.html"] .contact-pill-icon{
    width:42px;
    height:42px;
    border-radius:13px;
  }
  body[data-route="index.html"] .contact-pill-copy strong{
    font-size:.95rem;
  }
  body[data-route="index.html"] .contact-pill-copy small{
    font-size:.88rem;
  }
  body[data-route="index.html"] .contact-card-form{
    padding:16px 14px 14px;
  }
  body[data-route="index.html"] .contact-form-panel-wide .input{
    min-height:54px;
    padding:0 16px;
    border-radius:16px;
  }
  body[data-route="index.html"] .contact-form-panel-wide textarea.input{
    min-height:142px;
    padding:16px;
  }
  body[data-route="index.html"] .contact-form-panel-wide .button{
    min-height:54px;
  }
}

@media (min-width:900px){
  body[data-route="index.html"] .contact-duo{
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:22px;
  }
  body[data-route="index.html"] .contact-card-links{
    padding:20px;
    align-self:start;
  }
}

.detail-reviews-card{
  padding:22px 18px;
  display:grid;
  gap:18px;
}
.detail-reviews-card h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(1.9rem,4vw,2.55rem);
  line-height:.98;
}
.detail-reviews-shell{display:grid;gap:14px}
.detail-reviews-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.detail-reviews-dots{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:14px;
}
.detail-reviews-dots span{
  display:block;
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(47,36,29,.14);
  transition:width .18s ease, background-color .18s ease;
}
.detail-reviews-dots span.is-active{
  width:24px;
  background:rgba(47,36,29,.58);
}
.detail-reviews-nav{display:flex;align-items:center;gap:10px}
.detail-review-arrow{
  width:42px;
  height:42px;
  padding:0;
  border-radius:999px;
  border:1px solid rgba(47,36,29,.12);
  background:rgba(255,255,255,.72);
  color:var(--ink);
  display:grid;
  place-items:center;
  box-shadow:0 8px 18px rgba(47,36,29,.05);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
}
.detail-review-arrow:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(47,36,29,.09);
  background:#fff;
}
.detail-review-arrow span{
  display:block;
  transform:translateY(-1px);
  font-family:var(--sans);
  font-size:1.3rem;
  font-weight:500;
  line-height:1;
}
.detail-reviews-grid{
  display:grid;
  gap:12px;
  align-items:start;
}
.review-card{
  position:relative;
  padding:14px 14px 13px;
  border:1px solid rgba(47,36,29,.1);
  border-radius:26px 26px 26px 14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 24px rgba(47,36,29,.04);
  display:grid;
  gap:10px;
  align-content:start;
  min-height:0;
}
.review-card::after{
  content:"";
  position:absolute;
  left:16px;
  bottom:-5px;
  width:14px;
  height:14px;
  background:rgba(255,255,255,.94);
  border-left:1px solid rgba(47,36,29,.1);
  border-bottom:1px solid rgba(47,36,29,.1);
  border-bottom-left-radius:6px;
  transform:rotate(-24deg);
}
.review-card-featured{
  border-radius:28px 28px 28px 15px;
}
.review-name{
  margin:0;
  display:flex;
  align-items:center;
  gap:9px;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
  font-size:.82rem;
  font-weight:600;
  line-height:1.2;
  letter-spacing:0;
  color:rgba(47,36,29,.66);
}
.review-name::before{
  content:attr(data-initial);
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(226,214,200,.95) 0%, rgba(245,238,229,.95) 100%);
  border:1px solid rgba(47,36,29,.08);
  font-size:.72rem;
  font-weight:700;
  color:rgba(47,36,29,.72);
  flex:0 0 auto;
}
.review-text{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
  font-weight:400;
  font-size:.93rem;
  line-height:1.56;
  letter-spacing:0;
  color:rgba(32,25,20,.94);
}
.review-card-featured .review-text{
  font-size:.97rem;
  line-height:1.6;
}
@media(min-width:760px){
  .detail-reviews-card{padding:24px}
  .detail-reviews-grid{grid-template-columns:repeat(2, minmax(0,1fr));gap:14px;align-items:start}
  .review-card{padding:15px 15px 14px}
  .review-card-featured{padding:16px 16px 15px}
}
@media(min-width:980px){
  .detail-reviews-grid{gap:16px}
  .review-text{font-size:.95rem}
  .review-card-featured .review-text{font-size:1rem}
}
@media(max-width:759px){
  .detail-reviews-toolbar{align-items:center}
  .detail-review-arrow{width:40px;height:40px}
  .detail-reviews-grid > .review-card:nth-child(n+3){display:none}
}

/* v121 single painting centering + social logos */
body[data-route="index.html"] .painting-gallery-single{
  grid-template-columns:1fr !important;
  justify-items:center;
  max-width:380px;
  margin-left:auto;
  margin-right:auto;
}
body[data-route="index.html"] .painting-gallery-single .painting-preview-card{
  width:min(100%, 380px);
  max-width:380px;
  margin-inline:auto;
}
body[data-route="index.html"] .painting-gallery-single .painting-preview-card img{
  display:block;
  object-position:center center;
}
body[data-route="index.html"] .painting-offer-wrap{
  justify-content:center;
}
body[data-route="index.html"] .painting-offer-wrap .product-card{
  width:min(100%, 380px);
}
body[data-route="index.html"] .booklet-cards .product-card-booklet .product-note-digital{
  max-width:31ch;
  min-height:5.9em;
}
.contact-pill-icon.social-brand,
.footer-social-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#fff;
}
.contact-pill-icon.social-brand{
  width:28px;
  height:28px;
  border-radius:999px;
}
.contact-pill-icon.social-brand svg,
.footer-social-icon svg{
  width:16px;
  height:16px;
}
.contact-pill-icon.email-brand{
  background:rgba(47,36,29,.08);
  color:var(--ink);
}
.contact-pill-icon.instagram-brand,
.footer-social-icon-instagram{
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 8%, #fd5949 42%, #d6249f 68%, #285AEB 100%);
}
.contact-pill-icon.tiktok-brand,
.footer-social-icon-tiktok{
  background:#121212;
}
.contact-pill{
  min-height:48px;
}
.contact-pill-copy small{
  line-height:1.15;
}
.footer-social-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:fit-content;
}
.footer-social-icon{
  width:20px;
  height:20px;
  border-radius:999px;
}
.footer-social-icon svg{
  width:12px;
  height:12px;
}
.footer-social-icon-email{
  background:rgba(47,36,29,.08);
  color:var(--ink);
}
@media (max-width: 759px){
  body[data-route="index.html"] .painting-gallery-single,
  body[data-route="index.html"] .painting-gallery-single .painting-preview-card,
  body[data-route="index.html"] .painting-offer-wrap .product-card{
    width:min(100%, 320px);
    max-width:320px;
  }
  body[data-route="index.html"] .booklet-cards .product-card-booklet .product-note-digital{
    min-height:0;
    max-width:30ch;
  }
}

/* v122 homepage product cards premium tags layout */
body[data-route="index.html"] .home-product-card{
  display:grid !important;
  grid-template-rows:auto 1fr;
  gap:14px;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}
body[data-route="index.html"] .home-product-card .product-image{
  width:100%;
  aspect-ratio:4 / 4.55;
  margin:0;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(47,36,29,.12);
  background:#fff;
  box-shadow:0 14px 28px rgba(47,36,29,.04);
}
body[data-route="index.html"] .home-product-card .product-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
body[data-route="index.html"] .home-product-card[data-card="digital"] .product-image img{
  object-position:center 46%;
}
body[data-route="index.html"] .home-product-card[data-card="printed"] .product-image img{
  object-position:center 42%;
}
body[data-route="index.html"] .home-product-card[data-card="painting"] .product-image img{
  object-position:center center;
}
body[data-route="index.html"] .home-product-card .product-copy-panel{
  display:grid;
  grid-template-rows:1fr auto;
  align-content:start;
  height:100%;
  gap:18px;
  padding:20px;
  background-color:#ffffff !important;
  background-image:url("images/paper-texture-ambient.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  border:1px solid rgba(47,36,29,.16) !important;
  border-radius:26px !important;
  box-shadow:0 18px 36px rgba(47,36,29,.05) !important;
}
body[data-route="index.html"] .home-product-card .product-body{
  display:grid;
  gap:16px;
  align-content:start;
}
body[data-route="index.html"] .home-product-card .product-top{
  display:grid;
  gap:10px;
  align-content:start;
  min-height:122px;
}
body[data-route="index.html"] .home-product-card .product-title-script{
  margin:0;
}
body[data-route="index.html"] .home-product-card .product-note,
body[data-route="index.html"] .home-product-card .product-note-wide{
  margin:0;
  max-width:none;
  min-height:0;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.58;
}
body[data-route="index.html"] .home-product-card .product-meta-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
body[data-route="index.html"] .home-product-card .product-meta-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(86,65,49,.12);
  background:rgba(255,255,255,.78);
  color:#6e5b4d;
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.01em;
  white-space:nowrap;
  box-shadow:0 3px 10px rgba(47,36,29,.03);
}
body[data-route="index.html"] .home-product-card .product-price{
  font-size:1.8rem;
  line-height:.92;
}
body[data-route="index.html"] .home-product-card .card-actions{
  display:grid;
  gap:10px;
  margin-top:auto;
}
body[data-route="index.html"] .home-product-card .card-actions .button-primary{
  min-height:52px;
}
body[data-route="index.html"] .home-product-card .card-actions .button-secondary{
  min-height:46px;
  background:transparent;
}
body[data-route="index.html"] .cards-2.booklet-cards{
  align-items:start;
}
body[data-route="index.html"] .booklet-cards .home-product-card,
body[data-route="index.html"] .painting-offer-wrap .home-product-card{
  width:min(100%, 380px);
  max-width:380px;
  margin-inline:auto;
}
body[data-route="index.html"] .painting-offer-wrap{
  justify-content:center;
}
body[data-route="index.html"] .painting-offer-wrap .home-product-card{
  text-align:left !important;
}

@media (max-width: 759px){
  body[data-route="index.html"] .home-product-card .product-image{
    aspect-ratio:4 / 4.35;
  }
  body[data-route="index.html"] .home-product-card .product-copy-panel{
    padding:18px;
    gap:16px;
  }
  body[data-route="index.html"] .home-product-card .product-top{
    min-height:auto;
  }
  body[data-route="index.html"] .home-product-card .product-note,
  body[data-route="index.html"] .home-product-card .product-note-wide{
    font-size:.95rem;
    line-height:1.55;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tags{
    gap:7px;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tag{
    min-height:32px;
    padding:0 11px;
    font-size:.79rem;
  }
  body[data-route="index.html"] .booklet-cards .home-product-card,
  body[data-route="index.html"] .painting-offer-wrap .home-product-card{
    width:min(100%, 320px);
    max-width:320px;
  }
}

/* homepage product cards refined mobile first */
body[data-route="index.html"] .home-product-card .product-copy-panel{
  gap:16px;
  padding:18px;
}
body[data-route="index.html"] .home-product-card .product-body{
  gap:15px;
}
body[data-route="index.html"] .home-product-card .product-top{
  min-height:auto;
  gap:10px;
}
body[data-route="index.html"] .home-product-card .product-note,
body[data-route="index.html"] .home-product-card .product-note-wide{
  font-size:.95rem;
  line-height:1.55;
}
body[data-route="index.html"] .home-product-card .product-meta-tags{
  gap:7px;
  align-items:flex-start;
}
body[data-route="index.html"] .home-product-card .product-meta-tag{
  min-height:32px;
  padding:0 11px;
  font-size:.79rem;
}
body[data-route="index.html"] .booklet-cards .home-product-card,
body[data-route="index.html"] .painting-offer-wrap .home-product-card{
  width:min(100%, 320px);
  max-width:320px;
}

@media (min-width: 760px){
  body[data-route="index.html"] .home-product-card .product-image{
    aspect-ratio:4 / 4.55;
  }
  body[data-route="index.html"] .home-product-card .product-copy-panel{
    gap:18px;
    padding:20px;
  }
  body[data-route="index.html"] .home-product-card .product-body{
    gap:16px;
  }
  body[data-route="index.html"] .home-product-card .product-top{
    min-height:118px;
  }
  body[data-route="index.html"] .home-product-card .product-note,
  body[data-route="index.html"] .home-product-card .product-note-wide{
    font-size:.98rem;
    line-height:1.58;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tags{
    flex-wrap:nowrap;
    gap:8px;
    min-height:34px;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tag{
    min-height:34px;
    padding:0 12px;
    font-size:.82rem;
  }
  body[data-route="index.html"] .booklet-cards .home-product-card,
  body[data-route="index.html"] .painting-offer-wrap .home-product-card{
    width:min(100%, 380px);
    max-width:380px;
  }
}

/* v124 home cards final mobile first polish */
body[data-route="index.html"] .cards-2.booklet-cards,
body[data-route="index.html"] .painting-offer-wrap{
  gap:18px;
}
body[data-route="index.html"] .home-product-card{
  gap:12px;
}
body[data-route="index.html"] .home-product-card .product-image{
  aspect-ratio:4 / 4.38;
  border-radius:22px;
}
body[data-route="index.html"] .home-product-card .product-copy-panel{
  grid-template-rows:minmax(0,1fr) auto;
  gap:15px;
  padding:18px;
  border-radius:24px !important;
}
body[data-route="index.html"] .home-product-card .product-body{
  gap:14px;
  min-height:100%;
}
body[data-route="index.html"] .home-product-card .product-top{
  gap:9px;
  min-height:auto;
}
body[data-route="index.html"] .home-product-card .product-title-script{
  line-height:.96;
}
body[data-route="index.html"] .home-product-card .product-note,
body[data-route="index.html"] .home-product-card .product-note-wide{
  max-width:none;
  font-size:.95rem;
  line-height:1.56;
}
body[data-route="index.html"] .home-product-card .product-meta-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:flex-start;
  min-height:0;
}
body[data-route="index.html"] .home-product-card .product-meta-tag{
  min-height:31px;
  padding:0 11px;
  border-radius:999px;
  font-size:.79rem;
}
body[data-route="index.html"] .home-product-card .product-price{
  margin-top:2px;
}
body[data-route="index.html"] .home-product-card .card-actions{
  gap:10px;
}
body[data-route="index.html"] .booklet-cards .home-product-card,
body[data-route="index.html"] .painting-offer-wrap .home-product-card{
  width:min(100%, 322px);
  max-width:322px;
}

@media (min-width: 760px){
  body[data-route="index.html"] .cards-2.booklet-cards{
    gap:24px;
    align-items:stretch;
  }
  body[data-route="index.html"] .painting-offer-wrap{
    gap:24px;
  }
  body[data-route="index.html"] .home-product-card{
    gap:14px;
  }
  body[data-route="index.html"] .home-product-card .product-image{
    aspect-ratio:4 / 4.56;
  }
  body[data-route="index.html"] .home-product-card .product-copy-panel{
    gap:17px;
    padding:19px;
  }
  body[data-route="index.html"] .home-product-card .product-body{
    gap:15px;
  }
  body[data-route="index.html"] .home-product-card .product-top{
    min-height:112px;
  }
  body[data-route="index.html"] .home-product-card .product-note,
  body[data-route="index.html"] .home-product-card .product-note-wide{
    font-size:.97rem;
    line-height:1.58;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tags{
    flex-wrap:nowrap;
    gap:8px;
    min-height:33px;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tag{
    min-height:33px;
    padding:0 12px;
    font-size:.81rem;
  }
  body[data-route="index.html"] .booklet-cards .home-product-card,
  body[data-route="index.html"] .painting-offer-wrap .home-product-card{
    width:min(100%, 370px);
    max-width:370px;
  }
}

@media (min-width: 1024px){
  body[data-route="index.html"] .cards-2.booklet-cards{
    gap:26px;
  }
  body[data-route="index.html"] .home-product-card .product-copy-panel{
    gap:18px;
    padding:20px;
  }
  body[data-route="index.html"] .home-product-card .product-top{
    min-height:118px;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tags{
    gap:9px;
  }
  body[data-route="index.html"] .booklet-cards .home-product-card,
  body[data-route="index.html"] .painting-offer-wrap .home-product-card{
    width:min(100%, 378px);
    max-width:378px;
  }
}

/* v126 home desktop note width fix */
body[data-route="index.html"] .home-product-card .product-note-digital,
body[data-route="index.html"] .home-product-card .product-note-printed,
body[data-route="index.html"] .home-product-card .product-note-painting{
  max-width:none !important;
  min-height:0 !important;
}

@media (min-width: 760px){
  body[data-route="index.html"] .booklet-cards .home-product-card .product-top,
  body[data-route="index.html"] .painting-offer-wrap .home-product-card .product-top{
    display:grid;
    align-content:start;
    min-height:112px;
  }

  body[data-route="index.html"] .booklet-cards .home-product-card .product-note-digital,
  body[data-route="index.html"] .booklet-cards .home-product-card .product-note-printed,
  body[data-route="index.html"] .painting-offer-wrap .home-product-card .product-note-painting{
    max-width:none !important;
    width:100%;
  }
}

@media (min-width: 1024px){
  body[data-route="index.html"] .booklet-cards .home-product-card .product-top,
  body[data-route="index.html"] .painting-offer-wrap .home-product-card .product-top{
    min-height:118px;
  }
}

/* v128 contact logos and tighter desktop card spacing */
.contact-pill-icon.contact-pill-icon-image,
.footer-social-icon.footer-social-icon-image{
  background:none !important;
  border-radius:0 !important;
  overflow:hidden;
}
.contact-pill-icon.contact-pill-icon-emoji,
.footer-social-icon.footer-social-icon-emoji{
  background:none !important;
  border-radius:0 !important;
  color:var(--ink) !important;
  line-height:1;
}
.contact-pill-icon.contact-pill-icon-emoji{
  font-size:18px;
}
.footer-social-icon.footer-social-icon-emoji{
  font-size:16px;
}
.social-logo-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.contact-pill-icon.contact-pill-icon-image .social-logo-image{
  width:28px;
  height:28px;
}
.footer-social-icon.footer-social-icon-image .social-logo-image{
  width:20px;
  height:20px;
}
.contact-pill-icon.instagram-brand,
.contact-pill-icon.tiktok-brand,
.footer-social-icon-instagram,
.footer-social-icon-tiktok{
  background:none !important;
}

@media (min-width: 760px){
  body[data-route="index.html"] .home-product-card .product-copy-panel{
    gap:14px;
  }
  body[data-route="index.html"] .home-product-card .product-body{
    gap:12px;
  }
  body[data-route="index.html"] .home-product-card .product-top{
    gap:7px;
    min-height:100px;
  }
  body[data-route="index.html"] .home-product-card .product-meta-tags{
    margin-top:0;
  }
}

@media (min-width: 1024px){
  body[data-route="index.html"] .home-product-card .product-copy-panel{
    gap:15px;
  }
  body[data-route="index.html"] .home-product-card .product-body{
    gap:13px;
  }
  body[data-route="index.html"] .home-product-card .product-top{
    min-height:102px;
  }
}

/* v164 adjustments */
body[data-route="index.html"] .about-card-orlando,
body[data-route="index.html"] .about-card-giulia{
  width:100%;
  margin-left:0;
}

@media (min-width:760px){
  body[data-route="index.html"] .about-embrace{
    grid-template-columns:1fr;
    gap:16px;
  }
  body[data-route="index.html"] .about-card-orlando,
  body[data-route="index.html"] .about-card-giulia{
    grid-column:auto;
    grid-row:auto;
    width:100%;
    margin:0;
  }
  body[data-route="index.html"] .about-bridge-note{
    grid-column:auto;
    grid-row:auto;
    justify-self:center;
    transform:none;
  }
}

/* v179 reviews layout: 2 on mobile, 4 on desktop */
.detail-reviews-grid{
  display:grid;
  gap:12px;
  align-items:start;
  grid-template-columns:1fr;
}

.detail-reviews-grid > .review-card{
  display:grid !important;
  align-content:start;
}

.detail-reviews-grid > .review-card[hidden]{
  display:none !important;
}

@media(max-width:759px){
  .detail-reviews-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .detail-reviews-grid > .review-card{
    padding:15px 15px 14px;
  }

  .detail-reviews-card{
    padding:22px;
  }
}

@media(min-width:760px){
  .detail-reviews-card{
    max-width:980px;
    margin-inline:auto;
    padding:24px;
  }

  .detail-reviews-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px;
  }

  .detail-reviews-grid > .review-card,
  .detail-reviews-grid > .review-card-featured{
    width:100%;
    min-height:auto !important;
    padding:16px 18px 15px;
    justify-self:stretch;
    align-self:start;
    gap:10px;
  }

  .detail-reviews-grid > .review-card .review-text,
  .detail-reviews-grid > .review-card-featured .review-text{
    font-size:.96rem;
    line-height:1.58;
  }
}

@media(min-width:980px){
  .detail-reviews-card{
    max-width:1020px;
    padding:26px;
  }

  .detail-reviews-grid{
    gap:20px;
  }

  .detail-reviews-grid > .review-card,
  .detail-reviews-grid > .review-card-featured{
    padding:17px 19px 16px;
  }

  .detail-reviews-grid > .review-card .review-text,
  .detail-reviews-grid > .review-card-featured .review-text{
    font-size:.98rem;
    line-height:1.6;
  }
}



.cart-page-section{
  padding-bottom:40px;
}

.cart-layout{
  align-items:start;
}

.cart-main,
.cart-sidebar,
.cart-list{
  min-width:0;
}

.cart-list{
  display:grid;
  gap:12px;
}

.cart-item{
  min-width:0;
}

.cart-item-title,
.cart-summary-item span{
  overflow-wrap:anywhere;
}

.cart-summary-item{
  align-items:flex-start;
}

.cart-summary-item strong{
  white-space:nowrap;
  flex:0 0 auto;
}

@media(max-width:759px){
  .cart-summary-card{
    overflow:clip;
  }
}

@media(min-width:760px){
  .cart-layout{
    grid-template-columns:minmax(0, 1fr) minmax(290px, 360px);
    gap:16px;
  }

  .cart-sidebar{
    position:sticky;
    top:108px;
    align-self:start;
  }

  .cart-summary-card{
    max-height:calc(100dvh - 132px);
    overflow:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }

  .cart-page-section .cart-item{
    grid-template-columns:72px minmax(0, 1fr);
    padding:13px 14px;
    gap:12px;
  }

  .cart-item-media{
    width:72px;
  }

  .cart-item-title{
    font-size:clamp(1.28rem, 2.2vw, 1.6rem);
    line-height:1;
  }

  .cart-item-copy{
    gap:8px;
  }

  .cart-item-controls{
    gap:8px;
  }
}

@media(min-width:980px){
  .cart-layout{
    grid-template-columns:minmax(0, 1.04fr) minmax(310px, 368px);
  }

  .cart-summary-card{
    max-height:calc(100dvh - 140px);
  }
}

/* v178 consolidated detail cards system */
.detail-requirements-faq-row{
  display:grid;
  gap:16px;
  align-items:start;
}

.detail-requirements-card,
.detail-faq-card{
  width:100%;
  margin:0;
  padding:24px;
  border-radius:var(--radius);
  align-self:start;
}

.detail-copy-card h2,
.detail-delivery-card h2,
.detail-requirements-card .detail-requirements-title,
.detail-faq-card h2{
  margin:0 0 14px;
  font-family:var(--serif);
  font-size:clamp(1.8rem,4vw,2.4rem);
  line-height:.98;
  letter-spacing:-.02em;
  font-weight:700;
}

.detail-requirements-copy{
  display:grid;
  gap:12px;
}

.detail-copy-card p,
.detail-delivery-card p,
.detail-requirements-list,
.detail-requirements-list li,
.detail-requirements-foot{
  font-family:var(--sans);
  font-size:1.02rem;
  line-height:1.72;
  color:var(--ink);
}

.detail-requirements-list{
  margin:0;
  padding-left:22px;
  display:grid;
  gap:4px;
}

.detail-requirements-foot{
  margin:0;
  color:var(--muted);
}

.detail-faq-card{
  gap:18px;
}

.detail-faq-accordion{
  gap:12px;
}

.detail-faq-accordion .detail-faq-item{
  border-radius:18px;
}

.detail-faq-accordion .detail-faq-question{
  padding:16px 18px;
  font-family:var(--sans);
  font-size:1rem;
  line-height:1.48;
  font-weight:600;
}

.detail-faq-answer-wrap{
  padding:0 18px 18px;
}

.detail-faq-accordion .detail-faq-answer{
  font-family:var(--sans);
  font-size:1rem;
  line-height:1.68;
}

@media (max-width:979px){
  .detail-requirements-faq-row{
    grid-template-columns:1fr;
  }
}

@media (min-width:980px){
  .detail-requirements-faq-row{
    grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);
    gap:22px;
  }

  .detail-requirements-card .detail-requirements-title{
    white-space:nowrap;
  }
}


/* v193 mobile crisp logo animation */
.site-header .brand .brand-mobile-frame{
  position:absolute;
  inset:0;
  z-index:3;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  opacity:0;
  pointer-events:none;
}

.site-header .brand .brand-mobile-frame.is-visible{
  opacity:1;
}

@media (max-width:759px){
  .site-header .brand .brand-sprite{
    display:none !important;
  }
}

@media (min-width:760px){
  .site-header .brand .brand-mobile-frame{
    display:none !important;
  }
}






/* v196 home subtitle same family as product description */
.hero-subline-copy{
  display:block;
  margin:0 auto;
  font-family:var(--sans);
  font-size:1.02rem;
  line-height:1.4;
  font-weight:500;
  letter-spacing:0;
  color:var(--muted);
  text-align:center;
}

@media (max-width:759px){
  .hero-subline-copy{
    font-size:1rem;
    line-height:1.38;
  }
}

@media (min-width:760px){
  .hero-subline-copy{
    font-size:1.02rem;
    line-height:1.4;
  }
}


/* v197 booklet editorial cards + painting subtitle */
.painting-section-head .hero-subline{
  display:block;
  margin:10px auto 0;
  max-width:30ch;
}

.detail-copy-card-editorial{
  padding:22px 20px;
}
.detail-copy-card-editorial .detail-copy-grid{
  display:grid;
  gap:12px;
  max-width:65ch;
  margin:0 auto;
}
.detail-copy-card-editorial .detail-copy-grid p{
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  text-align:justify;
  text-align-last:left;
  text-wrap:pretty;
  hyphens:auto;
}

@media (min-width: 980px){
  .detail-copy-card-editorial{
    margin-inline:auto;
    padding:24px 24px 23px;
  }
  .detail-copy-card-process{
    max-width:760px;
  }
  .detail-copy-card-benefits{
    max-width:720px;
  }
  .detail-copy-card-process .detail-copy-grid-3,
  .detail-copy-card-benefits .detail-copy-grid-2{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
  }
}

@media (max-width: 979px){
  .detail-copy-card-editorial{
    padding:20px 18px;
  }
  .detail-copy-card-editorial .detail-copy-grid{
    max-width:none;
  }
  .detail-copy-card-editorial .detail-copy-grid p{
    hyphens:none;
  }
}


.detail-media-gallery{display:grid;gap:16px}
.detail-video-shell{display:flex;justify-content:center}
.detail-inline-video{display:block;width:min(100%,420px);aspect-ratio:9/16;border-radius:24px;border:1px solid var(--line);background:#12100f;box-shadow:var(--shadow);object-fit:cover}
.detail-photo-grid-media{grid-template-columns:1fr!important}
.detail-photo-card{margin:0;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.detail-photo-card img{display:block;width:100%;height:auto}
@media(min-width:760px){
  .detail-media-gallery{gap:18px}
  .detail-photo-grid-media{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* v203 booklet copy flow + painting media harmony */
.detail-copy-card-editorial{
  gap:0;
  padding:20px 18px;
}
.detail-copy-card-editorial h2{
  margin-bottom:12px;
}
.detail-copy-flow{
  max-width:72ch;
  margin:0 auto;
}
.detail-copy-flow p{
  margin:0;
  text-wrap:pretty;
}
.detail-copy-flow p + p{
  margin-top:.78rem;
}
@media (min-width: 980px){
  .detail-copy-card-process,
  .detail-copy-card-benefits{
    max-width:780px;
    margin-inline:auto;
  }
  .detail-copy-card-editorial{
    padding:22px 24px;
  }
  .detail-copy-flow{
    max-width:70ch;
  }
  .detail-copy-flow p{
    text-align:justify;
    text-align-last:left;
    hyphens:auto;
  }
}
@media (max-width: 979px){
  .detail-copy-flow p{
    text-align:left;
    hyphens:none;
  }
}

.detail-media-card-painting{
  padding:0;
  border:none;
  background:transparent;
  box-shadow:none;
}
.detail-painting-carousel{
  display:grid;
  gap:12px;
}
.detail-painting-track{
  display:flex;
  align-items:flex-start;
  gap:10px;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  padding:0 4vw 4px;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  touch-action:pan-x pan-y;
}
.detail-painting-track::-webkit-scrollbar{
  display:none;
}
.detail-painting-slide{
  flex:0 0 72vw;
  width:72vw;
  min-width:72vw;
  max-width:72vw;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  scroll-snap-align:center;
  scroll-snap-stop:always;
}
.detail-painting-slide img,
.detail-painting-slide video{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  max-height:none;
  border:2px solid rgba(255,255,255,.98);
  border-radius:18px;
  background:#fff;
  margin-inline:auto;
  box-shadow:0 10px 24px rgba(47,36,29,.08);
}
.detail-painting-slide video{
  background:#12100f;
}
.detail-painting-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.detail-painting-arrow{
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.95);
  background:#fff;
  color:var(--ink);
  display:grid;
  place-items:center;
  border-radius:999px;
  box-shadow:0 8px 18px rgba(47,36,29,.08);
  transition:transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.detail-painting-arrow:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(47,36,29,.1);
  background:#fff;
}
.detail-painting-arrow span{
  display:block;
  transform:translateY(-1px);
  font-size:1.3rem;
  line-height:1;
}
.detail-painting-dots{
  display:flex;
  gap:6px;
  align-items:center;
  justify-content:center;
}
.detail-painting-dots span{
  width:6px;
  height:6px;
  border-radius:999px;
  background:rgba(47,36,29,.22);
  transition:transform .16s ease, background-color .16s ease;
}
.detail-painting-dots span.is-active{
  background:rgba(47,36,29,.8);
  transform:scale(1.18);
}
@media (max-width: 479px){
  .detail-painting-track{
    gap:8px;
    padding:0 3.5vw 4px;
  }
  .detail-painting-slide{
    flex-basis:74vw;
    width:74vw;
    min-width:74vw;
    max-width:74vw;
  }
  .detail-painting-slide img,
  .detail-painting-slide video{
    border-radius:16px;
  }
  .detail-painting-item-right{
    flex-basis:78vw;
    width:78vw;
    min-width:78vw;
    max-width:78vw;
  }
}
@media (max-width: 759px){
  .detail-painting-item-right{
    flex-basis:76vw;
    width:76vw;
    min-width:76vw;
    max-width:76vw;
  }
}

@media (min-width: 760px) and (max-width: 1023px){
  .detail-painting-track{
    padding:0 10vw 4px;
  }
  .detail-painting-slide{
    flex-basis:60vw;
    width:60vw;
    min-width:60vw;
    max-width:60vw;
  }
}
@media (min-width: 1024px){
  .detail-painting-carousel{
    gap:0;
  }
  .detail-painting-track{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
    overflow:visible;
    padding:0;
    scroll-snap-type:none;
  }
  .detail-painting-slide{
    min-width:0;
    width:auto;
    max-width:none;
  }
  .detail-painting-item-left{
    order:1;
  }
  .detail-painting-item-center{
    order:2;
  }
  .detail-painting-item-right{
    order:3;
  }
  .detail-painting-slide img,
  .detail-painting-slide video{
    width:100%;
    max-width:none;
    height:clamp(420px,34vw,560px);
    border:2px solid rgba(255,255,255,.98);
    border-radius:22px;
    object-fit:cover;
  }
  .detail-painting-controls{
    display:none;
  }
}


/* v210 mobile painting crop + equal visual size */
@media (max-width: 759px){
  .detail-painting-track{
    gap:10px;
    padding:0 5vw 4px;
    align-items:stretch;
  }
  .detail-painting-slide,
  .detail-painting-item-right,
  .detail-painting-item-left,
  .detail-painting-item-center{
    flex:0 0 clamp(216px, 63vw, 270px);
    width:clamp(216px, 63vw, 270px);
    min-width:clamp(216px, 63vw, 270px);
    max-width:clamp(216px, 63vw, 270px);
    align-items:stretch;
  }
  .detail-painting-slide img,
  .detail-painting-slide video{
    width:100%;
    height:clamp(276px, 76vw, 334px);
    object-fit:cover;
    object-position:center center;
    border-radius:17px;
  }
  .detail-painting-item-right img{
    object-position:center 44%;
  }
  .detail-painting-item-center video{
    object-position:center center;
  }
}

@media (max-width: 479px){
  .detail-painting-track{
    padding:0 5.5vw 4px;
  }
  .detail-painting-slide,
  .detail-painting-item-right,
  .detail-painting-item-left,
  .detail-painting-item-center{
    flex-basis:clamp(208px, 62vw, 246px);
    width:clamp(208px, 62vw, 246px);
    min-width:clamp(208px, 62vw, 246px);
    max-width:clamp(208px, 62vw, 246px);
  }
  .detail-painting-slide img,
  .detail-painting-slide video{
    height:clamp(262px, 74vw, 312px);
    border-radius:16px;
  }
}

/* v211 mobile painting height compromise */
@media (max-width: 759px){
  .detail-painting-track{
    gap:10px;
    padding:0 4.5vw 6px;
    align-items:stretch;
  }
  .detail-painting-slide,
  .detail-painting-item-right,
  .detail-painting-item-left,
  .detail-painting-item-center{
    flex:0 0 clamp(208px, 64vw, 266px);
    width:clamp(208px, 64vw, 266px);
    min-width:clamp(208px, 64vw, 266px);
    max-width:clamp(208px, 64vw, 266px);
    align-items:stretch;
    overflow:hidden;
    border:2px solid rgba(255,255,255,.98);
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 24px rgba(47,36,29,.08);
  }
  .detail-painting-slide img,
  .detail-painting-slide video{
    width:100%;
    height:clamp(308px, 86vw, 384px);
    border:none;
    border-radius:0;
    box-shadow:none;
    margin:0;
    object-fit:cover;
    object-position:center center;
    display:block;
  }
  .detail-painting-item-left img{
    object-position:center 54%;
    transform:scale(1.07);
    transform-origin:center center;
  }
  .detail-painting-item-center video{
    object-position:center center;
  }
  .detail-painting-item-right img{
    object-position:center 45%;
  }
}

@media (max-width: 479px){
  .detail-painting-track{
    padding:0 4.8vw 6px;
  }
  .detail-painting-slide,
  .detail-painting-item-right,
  .detail-painting-item-left,
  .detail-painting-item-center{
    flex-basis:clamp(202px, 65vw, 244px);
    width:clamp(202px, 65vw, 244px);
    min-width:clamp(202px, 65vw, 244px);
    max-width:clamp(202px, 65vw, 244px);
  }
  .detail-painting-slide img,
  .detail-painting-slide video{
    height:clamp(296px, 88vw, 350px);
  }
}

/* v212 painting copy row + mobile typography harmony */
.detail-painting-copy-row{
  display:grid;
  gap:16px;
}
.detail-painting-delivery-card,
.detail-painting-process-card{
  align-self:start;
}
.detail-painting-delivery-card .detail-lead,
.detail-painting-process-card .detail-copy-flow,
.detail-painting-process-card .detail-copy-flow p{
  max-width:none;
}
@media (max-width: 759px){
  .detail-copy-card h2,
  .detail-delivery-card h2,
  .detail-requirements-card .detail-requirements-title,
  .detail-faq-card h2{
    font-size:clamp(1.5rem, 8vw, 1.9rem);
    line-height:1.02;
  }
  .detail-copy-card p,
  .detail-delivery-card p,
  .detail-copy-flow p,
  .detail-delivery-card .detail-lead,
  .section-head-detail p{
    font-size:.95rem;
    line-height:1.68;
    max-width:none;
  }
  .detail-copy-card,
  .detail-delivery-card{
    gap:10px;
  }
  .detail-painting-copy-row{
    gap:14px;
  }
}
@media (min-width: 980px){
  .detail-painting-copy-row{
    grid-template-columns:minmax(0, .72fr) minmax(0, 1.28fr);
    align-items:start;
    gap:18px;
  }
  .detail-painting-delivery-card{
    padding:20px 22px;
  }
  .detail-painting-process-card{
    padding:22px 24px;
  }
  .detail-painting-process-card .detail-copy-flow{
    max-width:none;
    margin:0;
  }
  .detail-painting-process-card .detail-copy-flow p,
  .detail-painting-delivery-card .detail-lead{
    font-size:1rem;
    line-height:1.72;
  }
}


/* v213 astral painting info harmony */
.detail-painting-info-grid{
  display:grid;
  gap:16px;
  margin-top:2px;
}

.detail-painting-info-card{
  width:100%;
  margin:0;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:100%;
}

.detail-painting-info-card h2,
.detail-painting-info-card .detail-requirements-title{
  margin:0 0 14px;
}

.detail-painting-info-card p,
.detail-painting-info-card .detail-requirements-list,
.detail-painting-info-card .detail-requirements-list li,
.detail-painting-info-card .detail-requirements-foot,
.detail-painting-info-card .detail-faq-question,
.detail-painting-info-card .detail-faq-answer{
  font-family:var(--sans);
  font-size:1rem;
  line-height:1.7;
}

.detail-painting-info-card .detail-copy-flow,
.detail-painting-info-card .detail-requirements-copy,
.detail-painting-info-card .detail-faq-accordion{
  display:grid;
  gap:12px;
}

.detail-painting-info-card .detail-copy-flow p,
.detail-painting-info-card .detail-requirements-foot,
.detail-painting-info-card .detail-faq-answer{
  margin:0;
}

.detail-painting-info-card .detail-requirements-list{
  margin:0;
  padding-left:20px;
  gap:3px;
}

.detail-painting-info-card .detail-faq-accordion .detail-faq-item{
  border-radius:18px;
}

.detail-painting-info-card .detail-faq-accordion .detail-faq-question{
  padding:15px 17px;
  font-weight:600;
}

.detail-painting-info-card .detail-faq-answer-wrap{
  padding:0 17px 17px;
}

@media (max-width:979px){
  .detail-painting-info-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .detail-painting-info-card{
    padding:20px;
  }

  .detail-copy-card h2,
  .detail-delivery-card h2,
  .detail-requirements-card .detail-requirements-title,
  .detail-faq-card h2{
    font-size:clamp(1.6rem,7.2vw,2rem);
  }

  .detail-copy-card p,
  .detail-delivery-card p,
  .detail-requirements-list,
  .detail-requirements-list li,
  .detail-requirements-foot,
  .detail-faq-accordion .detail-faq-question,
  .detail-faq-accordion .detail-faq-answer,
  .detail-painting-info-card p,
  .detail-painting-info-card .detail-requirements-list,
  .detail-painting-info-card .detail-requirements-list li,
  .detail-painting-info-card .detail-requirements-foot,
  .detail-painting-info-card .detail-faq-question,
  .detail-painting-info-card .detail-faq-answer{
    font-size:.96rem;
    line-height:1.64;
  }
}

@media (min-width:980px){
  .detail-painting-info-grid{
    grid-template-columns:minmax(300px,.84fr) minmax(0,1.16fr);
    grid-template-areas:
      "receive process"
      "needs faq";
    gap:20px;
    align-items:stretch;
  }

  .detail-painting-info-receive{grid-area:receive;}
  .detail-painting-info-process{grid-area:process;}
  .detail-painting-info-needs{grid-area:needs;}
  .detail-painting-info-faq{grid-area:faq;}

  .detail-painting-info-card{
    padding:24px;
    height:100%;
  }

  .detail-painting-info-card h2,
  .detail-painting-info-card .detail-requirements-title{
    font-size:clamp(1.62rem, 2.05vw, 1.96rem);
    line-height:1.02;
    letter-spacing:-0.015em;
    margin-bottom:12px;
  }

  .detail-painting-info-card .detail-copy-flow{
    gap:14px;
  }

  .detail-painting-item-center video{
    border-width:3px;
  }
}


/* v215 more information harmony */
.detail-copy-flow p,
.detail-copy-card-editorial .detail-copy-grid p,
.detail-delivery-card .detail-lead,
.detail-requirements-foot,
.detail-faq-accordion .detail-faq-answer,
.detail-painting-info-card p,
.detail-painting-info-card .detail-copy-flow p,
.detail-painting-info-card .detail-requirements-foot,
.detail-painting-info-card .detail-faq-answer{
  text-align:left;
  text-align-last:auto;
  hyphens:none;
  text-wrap:pretty;
}

.detail-copy-card h2,
.detail-delivery-card h2,
.detail-requirements-card .detail-requirements-title,
.detail-faq-card h2,
.detail-reviews-card h2,
.detail-info-card h2{
  font-family:var(--serif);
  font-weight:700;
  letter-spacing:-0.015em;
}

.detail-copy-card p,
.detail-delivery-card p,
.detail-copy-flow p,
.detail-requirements-list,
.detail-requirements-list li,
.detail-requirements-foot,
.detail-faq-accordion .detail-faq-question,
.detail-faq-accordion .detail-faq-answer,
.detail-painting-info-card p,
.detail-painting-info-card .detail-requirements-list,
.detail-painting-info-card .detail-requirements-list li,
.detail-painting-info-card .detail-requirements-foot,
.detail-painting-info-card .detail-faq-question,
.detail-painting-info-card .detail-faq-answer{
  font-family:var(--sans);
  letter-spacing:0;
}

.detail-reviews-card h2{
  margin:0;
}

.detail-painting-info-card h2,
.detail-painting-info-card .detail-requirements-title,
.detail-painting-info-card .detail-copy-flow p,
.detail-painting-info-card .detail-requirements-list,
.detail-painting-info-card .detail-requirements-list li,
.detail-painting-info-card .detail-requirements-foot,
.detail-painting-info-card .detail-faq-question,
.detail-painting-info-card .detail-faq-answer{
  text-align:left;
}

@media (max-width:979px){
  .detail-copy-card h2,
  .detail-delivery-card h2,
  .detail-requirements-card .detail-requirements-title,
  .detail-faq-card h2,
  .detail-reviews-card h2,
  .detail-info-card h2,
  .detail-painting-info-card h2,
  .detail-painting-info-card .detail-requirements-title{
    font-size:clamp(1.56rem, 6.9vw, 1.98rem);
    line-height:1.02;
    letter-spacing:-0.015em;
  }

  .detail-copy-card p,
  .detail-delivery-card p,
  .detail-copy-flow p,
  .detail-requirements-list,
  .detail-requirements-list li,
  .detail-requirements-foot,
  .detail-faq-accordion .detail-faq-question,
  .detail-faq-accordion .detail-faq-answer,
  .detail-painting-info-card p,
  .detail-painting-info-card .detail-requirements-list,
  .detail-painting-info-card .detail-requirements-list li,
  .detail-painting-info-card .detail-requirements-foot,
  .detail-painting-info-card .detail-faq-question,
  .detail-painting-info-card .detail-faq-answer{
    font-size:.96rem;
    line-height:1.66;
  }

  .detail-copy-card-editorial,
  .detail-requirements-card,
  .detail-faq-card,
  .detail-delivery-card,
  .detail-reviews-card,
  .detail-painting-info-card{
    gap:12px;
  }
}

@media (min-width:980px){
  .detail-copy-card h2,
  .detail-delivery-card h2,
  .detail-requirements-card .detail-requirements-title,
  .detail-faq-card h2,
  .detail-reviews-card h2,
  .detail-info-card h2,
  .detail-painting-info-card h2,
  .detail-painting-info-card .detail-requirements-title{
    font-size:clamp(1.56rem, 1.95vw, 1.9rem);
    line-height:1.02;
    letter-spacing:-0.015em;
  }

  .detail-copy-card p,
  .detail-delivery-card p,
  .detail-copy-flow p,
  .detail-requirements-list,
  .detail-requirements-list li,
  .detail-requirements-foot,
  .detail-faq-accordion .detail-faq-question,
  .detail-faq-accordion .detail-faq-answer,
  .detail-painting-info-card p,
  .detail-painting-info-card .detail-requirements-list,
  .detail-painting-info-card .detail-requirements-list li,
  .detail-painting-info-card .detail-requirements-foot,
  .detail-painting-info-card .detail-faq-question,
  .detail-painting-info-card .detail-faq-answer{
    font-size:1rem;
    line-height:1.7;
  }

  .detail-copy-flow{
    max-width:68ch;
  }

  .detail-copy-card-editorial .detail-copy-flow,
  .detail-painting-process-card .detail-copy-flow{
    margin:0;
    max-width:none;
  }
}


/* v216 mobile-first more information harmony */
@media (max-width: 759px){
  .detail-copy-card,
  .detail-delivery-card,
  .detail-requirements-card,
  .detail-faq-card,
  .detail-reviews-card,
  .detail-painting-info-card{
    padding:18px;
  }

  .detail-copy-card h2,
  .detail-delivery-card h2,
  .detail-requirements-card .detail-requirements-title,
  .detail-faq-card h2,
  .detail-reviews-card h2,
  .detail-info-card h2,
  .detail-painting-info-card h2,
  .detail-painting-info-card .detail-requirements-title{
    font-size:clamp(1.28rem, 5.15vw, 1.48rem);
    line-height:1.04;
    letter-spacing:-0.013em;
    margin-bottom:11px;
  }

  .detail-copy-card-process h2,
  .detail-painting-process-card h2{
    font-size:clamp(1.08rem, 4.2vw, 1.3rem);
    line-height:1.05;
    letter-spacing:-0.01em;
  }

  .detail-copy-card p,
  .detail-delivery-card p,
  .detail-copy-flow p,
  .detail-requirements-list,
  .detail-requirements-list li,
  .detail-requirements-foot,
  .detail-faq-accordion .detail-faq-question,
  .detail-faq-accordion .detail-faq-answer,
  .detail-painting-info-card p,
  .detail-painting-info-card .detail-requirements-list,
  .detail-painting-info-card .detail-requirements-list li,
  .detail-painting-info-card .detail-requirements-foot,
  .detail-painting-info-card .detail-faq-question,
  .detail-painting-info-card .detail-faq-answer{
    font-size:.91rem;
    line-height:1.6;
  }

  .detail-copy-flow p + p,
  .detail-painting-info-card .detail-copy-flow p + p{
    margin-top:.7rem;
  }

  .detail-requirements-list{
    padding-left:18px;
  }

  .detail-faq-question{
    padding-right:36px;
  }
}

/* v217 mobile titles revert + more information text balance */
@media (max-width: 759px){
  .detail-copy-card h2,
  .detail-delivery-card h2,
  .detail-requirements-card .detail-requirements-title,
  .detail-faq-card h2,
  .detail-reviews-card h2,
  .detail-info-card h2,
  .detail-painting-info-card h2,
  .detail-painting-info-card .detail-requirements-title{
    font-size:clamp(1.56rem, 6.9vw, 1.98rem);
    line-height:1.02;
    letter-spacing:-0.015em;
    margin-bottom:12px;
  }

  .detail-copy-card-process h2,
  .detail-painting-process-card h2{
    font-size:inherit;
    line-height:inherit;
    letter-spacing:inherit;
  }

  .detail-copy-card p,
  .detail-delivery-card p,
  .detail-delivery-card .detail-lead,
  .detail-copy-flow p,
  .detail-requirements-list,
  .detail-requirements-list li,
  .detail-requirements-foot,
  .detail-faq-accordion .detail-faq-question,
  .detail-faq-accordion .detail-faq-answer,
  .detail-painting-info-card p,
  .detail-painting-info-card .detail-copy-flow p,
  .detail-painting-info-card .detail-requirements-list,
  .detail-painting-info-card .detail-requirements-list li,
  .detail-painting-info-card .detail-requirements-foot,
  .detail-painting-info-card .detail-faq-question,
  .detail-painting-info-card .detail-faq-answer{
    font-size:.93rem;
    line-height:1.62;
    letter-spacing:0;
    text-align:left;
    text-align-last:auto;
    max-width:none;
  }

  .detail-copy-card,
  .detail-delivery-card,
  .detail-requirements-card,
  .detail-faq-card,
  .detail-reviews-card,
  .detail-painting-info-card{
    gap:12px;
  }

  .detail-copy-flow,
  .detail-painting-info-card .detail-copy-flow,
  .detail-painting-info-card .detail-requirements-copy,
  .detail-painting-info-card .detail-faq-accordion{
    gap:10px;
  }

  .detail-copy-flow p,
  .detail-painting-info-card .detail-copy-flow p,
  .detail-delivery-card .detail-lead,
  .detail-painting-delivery-card .detail-lead,
  .detail-requirements-foot,
  .detail-painting-info-card .detail-requirements-foot,
  .detail-faq-answer{
    margin:0;
  }

  .detail-painting-info-card .detail-faq-accordion .detail-faq-question{
    padding:14px 16px;
  }

  .detail-painting-info-card .detail-faq-answer-wrap{
    padding:0 16px 16px;
  }
}


/* v218 mobile process title breaks + painting text harmony */
br.detail-mobile-break{
  display:none;
}

.detail-painting-delivery-card .detail-lead,
.detail-painting-process-card .detail-copy-flow,
.detail-painting-process-card .detail-copy-flow p{
  max-width:64ch;
}

.detail-painting-delivery-card .detail-lead,
.detail-painting-process-card .detail-copy-flow p{
  font-size:1rem;
  line-height:1.68;
  letter-spacing:0;
  text-align:left;
  text-align-last:auto;
  margin:0;
}

.detail-painting-process-card .detail-copy-flow{
  gap:.82rem;
}

@media (max-width: 759px){
  br.detail-mobile-break{
    display:block;
  }

  .detail-painting-delivery-card .detail-lead,
  .detail-painting-process-card .detail-copy-flow,
  .detail-painting-process-card .detail-copy-flow p{
    max-width:none;
  }

  .detail-painting-delivery-card .detail-lead,
  .detail-painting-process-card .detail-copy-flow p{
    font-size:.93rem;
    line-height:1.62;
  }

  .detail-painting-process-card .detail-copy-flow{
    gap:.72rem;
  }
}

@media (min-width: 760px){
  .detail-painting-info-card{
    gap:12px;
  }

  .detail-painting-delivery-card .detail-lead,
  .detail-painting-process-card .detail-copy-flow p{
    font-size:1rem;
    line-height:1.68;
  }

  .detail-painting-process-card .detail-copy-flow{
    gap:.82rem;
  }
}


/* v220 process title spacing + painting body copy alignment */
.detail-painting-delivery-card .detail-lead,
.detail-painting-process-card .detail-copy-flow p{
  font-family:var(--sans);
  font-weight:400;
  letter-spacing:0;
  text-align:left;
  text-align-last:auto;
  max-width:62ch;
  margin:0;
}

.detail-painting-process-card .detail-copy-flow,
.detail-painting-delivery-card{
  align-content:start;
}

@media (max-width: 759px){
  .detail-copy-card-process h2,
  .detail-painting-process-card h2{
    font-size:inherit;
    line-height:inherit;
    letter-spacing:inherit;
    font-family:var(--serif);
    font-weight:700;
  }

  .detail-painting-delivery-card .detail-lead,
  .detail-painting-process-card .detail-copy-flow p{
    font-size:.93rem;
    line-height:1.62;
    max-width:none;
  }

  .detail-painting-process-card .detail-copy-flow{
    gap:.72rem;
  }
}

@media (min-width: 760px){
  .detail-painting-delivery-card .detail-lead,
  .detail-painting-process-card .detail-copy-flow p{
    font-size:1rem;
    line-height:1.68;
  }

  .detail-painting-process-card .detail-copy-flow{
    gap:.82rem;
  }
}

/* v221 process title reset */
.detail-copy-card-process h2,
.detail-painting-process-card h2{
  font-family:var(--serif);
  font-weight:700;
  line-height:1.02;
  letter-spacing:-0.015em;
  margin-bottom:12px;
}

@media (max-width: 979px){
  .detail-copy-card-process h2,
  .detail-painting-process-card h2{
    font-size:clamp(1.56rem, 6.9vw, 1.98rem);
  }
}

@media (min-width: 980px){
  .detail-copy-card-process h2,
  .detail-painting-process-card h2{
    font-size:clamp(1.56rem, 1.95vw, 1.9rem);
  }
}


/* v223 astral painting body copy harmony */
.detail-painting-body-group{
  display:grid;
  gap:.62rem;
  max-width:62ch;
}

.detail-painting-body,
.detail-painting-delivery-card .detail-painting-body,
.detail-painting-process-card .detail-painting-body{
  font-family:var(--sans);
  font-weight:400;
  font-size:1rem;
  line-height:1.68;
  letter-spacing:0;
  text-align:left;
  text-align-last:auto;
  margin:0;
  max-width:62ch;
}

.detail-painting-note{
  margin-top:0;
}

@media (max-width: 759px){
  .detail-painting-body-group{
    gap:.56rem;
    max-width:none;
  }

  .detail-painting-body,
  .detail-painting-delivery-card .detail-painting-body,
  .detail-painting-process-card .detail-painting-body{
    font-size:.93rem;
    line-height:1.62;
    max-width:none;
  }
}
