/* Approved Salon composition, shared by both lighting palettes.
   Additive to site.css: the shop's forms, states and page structures stay intact. */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/cormorant-medium.woff2') format('woff2');
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/cormorant-medium-italic.woff2') format('woff2');
}

body:is(.theme-light, .theme-dark, .theme-system):not(.admin-page) {
  color-scheme: light;
  --display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --serif: var(--display);
  --page-bg: #f5f1e9;
  --paper: #fcfaf6;
  --parchment: #eee9df;
  --ink: #372c24;
  --muted: #716356;
  --accent: #193c32;
  --accent-surface: #e4e9df;
  --accent-button: #193c32;
  --accent-hover: #294f40;
  --button-ink: #fcfaf6;
  --footer-bg: #e8ece2;
  --line: #cdd2c5;
  --control-border: #7b8173;
  --focus-ring: #193c32;
  --error: #8b2d22;
  --success: #246550;
  --burgundy: #853f45;
  --gold: var(--accent);
  --gold-dark: var(--accent);
  --champagne: var(--accent);
  --shadow: 0 12px 36px rgb(30 23 17 / 8%);
  accent-color: var(--accent);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.theme-dark:not(.admin-page) {
  color-scheme: dark;
  --page-bg: #201915;
  --paper: #2b231d;
  --parchment: #302820;
  --ink: #f1e6d2;
  --muted: #bdb09d;
  --accent: #b9cab7;
  --accent-surface: #263b31;
  --accent-button: #274b3e;
  --accent-hover: #355e4e;
  --footer-bg: #17271f;
  --line: #4d5547;
  --control-border: #89927f;
  --focus-ring: #b9cab7;
  --error: #ffafa1;
  --success: #a9d3bb;
  --burgundy: #e8aaa8;
}
@media (prefers-color-scheme: dark) {
  body.theme-system:not(.admin-page) {
    color-scheme: dark;
    --page-bg: #201915;
    --paper: #2b231d;
    --parchment: #302820;
    --ink: #f1e6d2;
    --muted: #bdb09d;
    --accent: #b9cab7;
    --accent-surface: #263b31;
    --accent-button: #274b3e;
    --accent-hover: #355e4e;
    --footer-bg: #17271f;
    --line: #4d5547;
    --control-border: #89927f;
    --focus-ring: #b9cab7;
    --error: #ffafa1;
    --success: #a9d3bb;
    --burgundy: #e8aaa8;
  }
}

html { scroll-padding-top: 24px; }
.site-shell { overflow: visible; background: var(--page-bg); }
.site-shell :is(h1, h2, h3) { font-family: var(--display); font-weight: 500; letter-spacing: -.022em; line-height: 1.1; overflow-wrap: anywhere; }
.site-shell h2 em { color: var(--accent); font-weight: 500; }
.site-shell :is(button, select, input:not([type="hidden"]), summary, .button) { min-height: 44px; }
.site-shell :is(button, summary, .button) { min-width: 44px; }
.site-shell :is(button, select, input, .button) { border-radius: 6px; }
.site-shell :is(button, .button, .text-link) { font-family: var(--body); letter-spacing: .02em; text-transform: none; font-size: 13px; font-weight: 600; }
.site-shell :is(button, a, select, input) { touch-action: manipulation; }
.site-shell .button:hover { transform: none; }
.site-shell :is(.button-gold, .button-dark, .checker-submit, .product-footer button) {
  background: var(--accent-button); color: var(--button-ink); border: 1px solid var(--control-border);
}
.site-shell :is(.button-gold, .button-dark, .checker-submit, .product-footer button):hover {
  background: var(--accent-hover); color: var(--button-ink);
}
.site-shell :is(.button-outline, .button-quiet) { background: transparent; border-color: var(--control-border); color: var(--accent); }
.site-shell :is(.kicker, .kicker.dark) { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.8; }
.site-shell .announcement { background: var(--accent-surface); color: var(--ink); min-height: 38px; font-size: 10px; font-weight: 500; letter-spacing: .06em; }
.announcement-dot { background: var(--accent); box-shadow: none; }
.site-shell .main-header {
  position: relative; top: auto; display: flex; gap: 28px; min-height: 114px;
  padding: 20px 5%; background: var(--page-bg); color: var(--ink); border: 0;
}
.site-shell .brand { gap: 12px; flex-shrink: 0; min-height: 44px; }
.site-shell .brand-monogram { width: 36px; height: 44px; transform: none; border: 0; color: var(--accent); }
.site-shell .brand-monogram i { transform: none; font-size: 29px; font-weight: 500; font-style: italic; }
.site-shell .brand > span:last-child { display: flex; }
.site-shell .brand strong { font-size: 32px; font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.site-shell .brand small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .12em; font-weight: 500; margin-top: 5px; }
.site-shell .main-nav { margin-left: auto; gap: 28px; font-size: 12px; letter-spacing: 0; text-transform: none; font-weight: 500; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.site-shell .header-actions { gap: 20px; margin-left: auto; }
.site-shell .cart-button { color: var(--ink); font-size: 12px; gap: 8px; letter-spacing: 0; text-transform: none; }
.site-shell .cart-button span { color: var(--accent); border-color: var(--line); font-size: 12px; }
.site-shell .theme-toggle fieldset { border-color: var(--line); border-radius: 6px; gap: 2px; }
.site-shell .theme-toggle button { color: var(--muted); white-space: nowrap; font-size: 11px; padding: 8px 10px; }
.site-shell .theme-toggle button:is(:hover, [aria-pressed="true"]) { background: var(--accent-surface); color: var(--accent); }
.site-shell .theme-toggle button[aria-pressed="true"] { box-shadow: inset 0 -2px var(--accent); }
.site-shell .mobile-nav summary { color: var(--accent); border-color: var(--line); border-radius: 6px; }
.site-shell .mobile-nav-panel { background: var(--paper); color: var(--ink); border-color: var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.site-shell .mobile-nav-panel nav a { border-color: var(--line); font-size: 13px; font-weight: 500; letter-spacing: .02em; text-transform: none; }
.site-shell .mobile-nav-panel .theme-toggle fieldset { display: flex; flex-wrap: wrap; }
.site-shell .mobile-nav-panel .theme-toggle button { width: auto; flex: 1 1 auto; }

/* One content order and one split hero, independent of the selected theme. */
.site-shell :is(.hero, .trust-ribbon, .section-pad, .editorial) { width: min(90%, 1440px); margin-inline: auto; }
.site-shell .hero { display: grid; grid-template-columns: minmax(0, .44fr) minmax(0, .56fr); align-items: stretch; padding: 18px 0 0; min-height: 0; background: transparent; color: var(--ink); }
.site-shell .hero-content { width: auto; min-width: 0; padding: 44px 56px 44px 0; align-self: center; }
.site-shell .hero h1 { font-size: clamp(64px, 6.2vw, 94px); line-height: 1.01; letter-spacing: -.028em; margin: 24px 0 0; }
.site-shell .hero h1 span { font-size: 1em; color: var(--accent); margin: 0; letter-spacing: inherit; }
.salon-rule { display: block; width: 52px; height: 1px; background: var(--accent); margin: 30px 0 22px; }
.hero-intro { font: 500 28px/1.3 var(--display); margin: 0; }
.site-shell .hero-copy { max-width: 38ch; margin: 20px 0 0; color: var(--muted); font: 14px/1.9 var(--body); }
.site-shell .hero-actions { margin-top: 28px; flex-direction: row; }
.site-shell .hero-actions .button { width: auto; min-height: 51px; padding: 14px 24px; }
.site-shell .mockup-note { display: block; margin-top: 26px; color: var(--muted); font-size: 11px; letter-spacing: .01em; max-width: 36ch; }
.salon-hero-photo { position: relative; margin: 0; min-height: 670px; border-radius: 10px; overflow: hidden; background: var(--parchment); }
.site-shell .hero-image { background: transparent; }
.site-shell .hero-image img { object-position: 66% 50%; filter: none; }
.salon-hero-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0 28px; font-size: 12px; color: var(--muted); }
.salon-hero-bottom p { margin: 0; }
.salon-hero-bottom a { display: inline-flex; min-height: 44px; align-items: center; gap: 20px; color: var(--accent); }
.site-shell .trust-ribbon { grid-template-columns: repeat(3, minmax(0, 1fr)); background: transparent; border-block: 1px solid var(--line); padding: 22px 0; }
.site-shell .trust-ribbon > div { min-height: 0; padding: 0 24px; border-bottom: 0; gap: 18px; }
.site-shell .trust-ribbon > div > span { color: var(--accent); }
.site-shell .trust-ribbon p { font-size: 12px; line-height: 1.6; }
.site-shell .trust-ribbon strong { font-size: 22px; font-weight: 500; }
.site-shell .section-pad { padding: 88px 0; }
.site-shell .section-heading { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 8%; }
.site-shell :is(.section-heading h2, .editorial-copy h2, .delivery-title h2) { font-size: clamp(40px, 4vw, 58px); line-height: 1.1; }
.site-shell .section-heading > p { max-width: 43ch; margin: 0 0 3px; justify-self: end; font: 14px/1.85 var(--body); }
.site-shell .category-tabs { margin: 32px 0; padding: 0 0 16px; gap: 6px; flex-wrap: wrap; overflow: visible; }
.site-shell .category-tabs a { font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; border-color: transparent; border-radius: 6px; padding: 10px 16px; }
.site-shell .category-tabs a:is(:hover, .active) { background: var(--accent-button); color: var(--button-ink); border-color: var(--control-border); }
.site-shell .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 28px; }
.site-shell .product-card { display: flex; flex-direction: column; min-width: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
.site-shell .product-card:hover { box-shadow: none; transform: none; }
.site-shell .product-image { height: auto; aspect-ratio: 4 / 3; flex-shrink: 0; border: 0; border-radius: 8px; }
.site-shell :is(.product-image, .product-detail-image)::after { content: none; }
.site-shell .product-media img { filter: none; }
.site-shell .product-card:hover .product-media img { transform: none; filter: none; }
.site-shell :is(.product-badge, .product-origin) { font-size: 10px; letter-spacing: .01em; font-weight: 500; text-transform: none; padding: 3px 7px; border-radius: 3px; top: 10px; }
.site-shell .product-badge { left: 10px; background: #fcfaf6; color: #372c24; }
.site-shell .product-origin { right: 10px; background: #201915e8; color: #fcfaf6; border-color: #fcfaf64d; }
.site-shell .product-body { display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 20px 0 0; }
.site-shell .product-eyebrow { color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .09em; }
.site-shell .product-body h3 { font-size: 32px; line-height: 1.12; }
.site-shell .product-body h3 a { display: inline-flex; align-items: center; min-height: 44px; }
.site-shell .product-description { min-height: 0; margin: 10px 0 14px; color: var(--muted); font: 14px/1.75 var(--body); }
.site-shell .product-details { min-height: 0; padding-bottom: 12px; font-size: 12px; line-height: 1.6; gap: 4px 12px; }
.site-shell .product-detail-link { min-height: 44px; margin-top: 4px; align-self: flex-start; font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.site-shell .stock-status { margin: 8px 0 16px; color: var(--success); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.site-shell .stock-status.low-stock { color: var(--accent); }
.site-shell .stock-status.sold-out { color: var(--burgundy); }
.site-shell .product-footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); gap: 12px; flex-wrap: wrap; }
.site-shell .product-footer > div { min-width: 0; }
.site-shell .product-footer > div strong { font: 600 18px/1.5 var(--body); white-space: nowrap; }
.site-shell .product-footer > div span { font-size: 12px; line-height: 1.65; }
.site-shell .product-footer button { min-width: 44px; min-height: 44px; font-size: 12px; letter-spacing: 0; padding: 10px 12px; }
.site-shell .product-footer button:disabled { opacity: 1; background: var(--parchment); color: var(--muted); border-color: var(--line); }
.site-shell .product-price-note { font-size: 11px; line-height: 1.65; margin-top: 12px; }

/* Keep the existing decorative SVG in the HTML contract, but make disclosure
   text visible at every width. Photos use a small, opaque, readable caption. */
.site-shell :is(.salon-image-label, .product-ai-seal) {
  position: absolute; z-index: 3; right: 8px; bottom: 8px; display: inline-flex;
  align-items: center; width: auto; height: auto; min-height: 0; margin: 0; padding: 3px 6px;
  border: 1px solid #fcfaf64d; border-radius: 3px; background: #201915ed; color: #fcfaf6;
  font: 11px/1.4 var(--body); letter-spacing: 0; text-transform: none; white-space: nowrap;
  filter: none; box-shadow: none; pointer-events: none;
}
.site-shell .product-ai-seal img { display: none; }
.site-shell .product-ai-seal .ai-disclosure-text {
  position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; clip-path: none;
  color: inherit; font: inherit; letter-spacing: inherit; line-height: inherit; text-transform: none;
}
.site-shell .cart-thumb::after {
  position: absolute; bottom: 4px; right: 4px; left: 4px; padding: 2px;
  background: #201915ed; color: #fcfaf6; border-radius: 3px; text-align: center;
  content: "KI · Symbolbild"; font: 10px/1.4 var(--body);
}

.site-shell .editorial { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8%; min-height: 0; padding: 80px 0; border-block: 1px solid var(--line); background: transparent; color: var(--ink); }
.site-shell .editorial-image { display: block; align-self: center; min-height: 0; aspect-ratio: 1.05; padding: 0; margin: 0; border-radius: 10px; }
.site-shell .editorial-image::before, .site-shell .editorial-image::after { content: none; }
.site-shell .editorial-media img { object-position: 65% 50%; }
.site-shell .editorial-copy { padding: 0; background: transparent; }
.site-shell .editorial-copy > p:not(.kicker) { color: var(--muted); font: 14px/1.85 var(--body); }
.site-shell .editorial-copy .editorial-lead { margin-top: 24px; }
.site-shell .recipe-note { grid-template-columns: 52px minmax(0, 1fr); gap: 16px; border-color: var(--line); margin-top: 20px; padding-top: 20px; }
.site-shell .recipe-note > span { width: 52px; height: 52px; color: var(--accent); border: 0; font-size: 24px; }
.site-shell .recipe-note strong { color: var(--ink); font-size: 24px; font-weight: 500; }
.site-shell .recipe-note div > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.7; }
.site-shell .signature { border-color: var(--line); margin-top: 24px; padding-top: 20px; }
.site-shell .signature span { font-size: 10px; letter-spacing: .08em; }
.site-shell .signature strong { font-size: 26px; }
.site-shell .delivery-section { background: transparent; }
.salon-delivery-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8%; align-items: center; }
.site-shell .delivery-checker { position: static; width: 100%; max-width: 520px; margin: 0; padding: 0; background: transparent; color: var(--ink); border: 0; box-shadow: none; }
.site-shell .checker-heading { margin-bottom: 20px; }
.site-shell .checker-heading > span { border: 0; color: var(--accent); }
.site-shell .checker-heading strong { font-size: 28px; font-weight: 500; }
.site-shell :is(.checker-heading small, .delivery-checker > label) { color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: .02em; text-transform: none; }
.site-shell .delivery-checker select { background: var(--paper); color: var(--ink); border-color: var(--control-border); font-size: 16px; }
.site-shell .delivery-checker select option { background: var(--paper); color: var(--ink); }
.site-shell .checker-result { font-size: 14px; line-height: 1.6; }
.site-shell .checker-result.success { color: var(--success); }
.site-shell .checker-result.unavailable { color: var(--error); }
.site-shell .checker-terms { color: var(--muted); font-size: 13px; line-height: 1.7; }
.site-shell .delivery-steps { gap: 32px; margin-top: 56px; background: transparent; }
.site-shell .delivery-steps article { padding: 24px 0 0; min-height: 0; background: transparent; border-top: 1px solid var(--line); }
.site-shell .delivery-steps article > span { margin-bottom: 18px; }
.site-shell .delivery-steps h3 { font-size: 30px; }
.site-shell .delivery-banner { margin-top: 40px; padding: 30px; gap: 24px; background: var(--accent-surface); color: var(--ink); border-radius: 8px; }
.site-shell .delivery-banner strong { font-weight: 500; }
.site-shell .delivery-banner small { color: var(--accent); font-size: 11px; letter-spacing: .04em; }
.site-shell .delivery-banner p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.site-shell .launch-note { background: var(--parchment); color: var(--ink); padding: 64px 5%; gap: 6%; }
.site-shell .launch-note h2 { font-size: clamp(34px, 3.4vw, 48px); }
.site-shell .launch-note > p { color: var(--muted); font: 15px/1.8 var(--body); }
.site-shell .footer { background: var(--footer-bg); color: var(--ink); padding: 56px 5% 28px; }
.site-shell .footer-brand { gap: 16px; }
.site-shell .footer-brand strong { font-weight: 500; font-size: 34px; }
.site-shell :is(.footer-brand p, .footer-columns span, .footer-columns a, .footer-bottom) { color: var(--muted); font-size: 13px; line-height: 1.75; }
.site-shell .footer-columns { margin: 32px 0 28px; padding: 24px 0; gap: 28px; border-color: var(--line); }
.site-shell .footer-columns > div { gap: 4px; min-width: 0; }
.site-shell .footer-columns strong { color: var(--accent); font-size: 12px; letter-spacing: .04em; }
.site-shell .footer-columns a { display: inline-flex; align-items: center; min-height: 44px; }
.site-shell .footer-bottom { font-size: 12px; }

/* Carry the palettes and readable controls through the existing purchase and
   information pages, including their warning and validation states. */
.site-shell :is(.product-detail-hero, .summary-card) { box-shadow: none; border-radius: 8px; }
.site-shell .product-detail-copy h1 { font-size: clamp(42px, 5vw, 72px); }
.site-shell :is(.cart-line > strong, .product-detail-price strong, .summary-total, .summary-total dd, .sumup-card h2, .confirmation-card dd) { font-family: var(--body); font-weight: 600; }
.site-shell .product-detail-price strong { font-size: 30px; }
.site-shell .product-detail-price span { font-size: 13px; }
.site-shell .product-preliminary { background: var(--accent-surface); color: var(--ink); border-color: var(--line); }
.site-shell .product-preliminary p { color: var(--muted); font-size: 13px; }
.site-shell :is(.product-preliminary a, .product-age-notice a, .product-breadcrumb a, .info-index a, .text-link) { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.site-shell :is(.product-info-card p, .info-sections p, .info-sections li) { font-size: 15px; }
.site-shell .info-index { padding: 20px; }
.site-shell .info-index ol { gap: 4px; }
.site-shell .info-hero h1 { line-height: 1.1; }
.site-shell :is(.age-notice strong, .privacy-note strong, .payment-security strong) { font-size: 12px; letter-spacing: .02em; }
.site-shell .privacy-note strong { color: var(--accent); }
.site-shell .demo-ribbon { background: var(--accent-surface); color: var(--ink); border-left: 3px solid var(--burgundy); }
.site-shell .demo-ribbon strong { color: var(--burgundy); font-size: 12px; letter-spacing: .02em; }
.site-shell :is(.sumup-card small, .demo-payment-form p, .sumup-topline span, .payment-methods span) { font-size: 12px; line-height: 1.65; }
.site-shell :is(.age-notice p, .secure-note, .field-help, .field-error, .delivery-condition-list span) { font-size: 13px; line-height: 1.65; }
.site-shell .field label { font-size: 12px; letter-spacing: .04em; }
.site-shell .age-check { min-height: 44px; color: var(--ink); }
.site-shell .age-check input { min-height: 18px; }
.site-shell .quantity-form { border-color: var(--control-border); border-radius: 6px; }
.site-shell .quantity-form input { height: 44px; border-color: var(--control-border); }
.site-shell .quantity-form button, .site-shell .remove-button { height: 44px; font-size: 12px; padding-inline: 10px; }
.site-shell .quantity-form label { font-size: 11px; letter-spacing: 0; }
.site-shell .checkout-progress .active { color: var(--accent); }
.site-shell .checkout-progress .active span { background: var(--accent-button); border-color: var(--control-border); color: var(--button-ink); }
.site-shell .checkout-progress li { font-size: 12px; letter-spacing: 0; text-transform: none; }

@media (max-width: 1250px) {
  .site-shell .main-nav, .site-shell .desktop-theme { display: none; }
  .site-shell .mobile-nav { position: relative; display: block; margin-left: auto; }
  .site-shell .header-actions { margin-left: 0; }
  .site-shell .hero-content { padding-right: 32px; }
  .salon-hero-photo { min-height: 620px; }
  .site-shell .delivery-banner { grid-template-columns: 1fr auto; }
  .site-shell .delivery-banner > p { grid-row: 2; grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .site-shell .main-header { min-height: 88px; padding-block: 16px; gap: 12px; }
  .site-shell .hero { grid-template-columns: minmax(0, 1fr); padding-top: 0; }
  .site-shell .hero-content { padding: 30px 4px; }
  .site-shell .hero h1 { font-size: clamp(54px, 13vw, 78px); }
  .site-shell .hero-copy { max-width: 48ch; }
  .salon-hero-photo { min-height: 0; height: 380px; }
  .salon-hero-bottom { gap: 20px; padding: 16px 0 24px; font-size: 11px; }
  .salon-hero-bottom > * { flex: 1; }
  .salon-hero-bottom a { justify-content: flex-end; text-align: right; gap: 10px; }
  .site-shell .trust-ribbon { padding: 20px 0; gap: 12px; }
  .site-shell .trust-ribbon > div { display: block; padding: 0 12px; }
  .site-shell .trust-ribbon p { font-size: 11px; }
  .site-shell .trust-ribbon strong { font-size: 21px; line-height: 1.2; }
  .site-shell .section-pad { padding-block: 56px; }
  .site-shell .section-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .site-shell .section-heading > p { justify-self: start; font-size: 14px; }
  .site-shell .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 18px; }
  .site-shell .product-body h3 { font-size: 28px; }
  .site-shell .product-footer { flex-direction: column; align-items: stretch; }
  .site-shell .product-footer button { width: 100%; }
  .site-shell .editorial { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 56px; }
  .site-shell .editorial-image { aspect-ratio: 1.3; width: 100%; }
  .salon-delivery-intro { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .site-shell .delivery-steps { gap: 20px; margin-top: 36px; }
  .site-shell .delivery-banner { grid-template-columns: minmax(0, 1fr); padding: 24px; }
  .site-shell .delivery-banner > p { grid-row: auto; grid-column: auto; }
  .site-shell .launch-note { gap: 24px; padding-block: 44px; }
  .site-shell .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .site-shell .brand-monogram { display: none; }
  .site-shell .brand strong { font-size: 29px; }
  .site-shell .brand small { font-size: 7px; letter-spacing: .08em; }
  .site-shell .main-header { gap: 8px; }
  .site-shell .cart-button { font-size: 11px; gap: 5px; }
  .site-shell .mobile-nav-panel { right: -100px; width: min(310px, 90vw); }
  .site-shell .hero-content { padding: 22px 0 30px; }
  .site-shell .hero h1 { margin-top: 18px; }
  .hero-intro { font-size: 26px; }
  .site-shell .hero-copy { font-size: 14px; line-height: 1.8; }
  .salon-rule { margin: 24px 0 20px; }
  .salon-hero-photo { height: 310px; }
  .site-shell .trust-ribbon > div { padding: 0 5px; border-right: 0; }
  .site-shell .trust-ribbon { gap: 10px; }
  .site-shell .trust-ribbon strong { font-size: 19px; }
  .site-shell .trust-ribbon p { font-size: 11px; }
  .site-shell .category-tabs { gap: 4px; margin-block: 24px; }
  .site-shell .category-tabs a { padding: 9px 12px; font-size: 12px; }
  .site-shell .product-grid { gap: 32px 12px; }
  .site-shell .product-image { aspect-ratio: 1.05; }
  .site-shell .product-body { padding-top: 14px; }
  .site-shell .product-eyebrow { font-size: 10px; letter-spacing: .015em; overflow-wrap: anywhere; }
  .site-shell .product-body h3 { font-size: 26px; }
  .site-shell .product-description { font-size: 13px; line-height: 1.7; }
  .site-shell .product-details { display: block; font-size: 12px; }
  .site-shell .product-detail-link { font-size: 12px; gap: 4px; }
  .site-shell .product-footer { padding-top: 12px; gap: 12px; }
  .site-shell .product-footer > div strong { font-size: 16px; }
  .site-shell .product-footer > div span { font-size: 12px; overflow-wrap: anywhere; }
  .site-shell .product-footer button { padding-inline: 5px; gap: 4px; }
  .site-shell .product-badge { top: 6px; left: 6px; max-width: calc(100% - 12px); padding-inline: 5px; }
  .site-shell .product-origin { top: 32px; right: auto; left: 6px; max-width: calc(100% - 12px); padding: 1px 5px; }
  .site-shell :is(.salon-image-label, .product-ai-seal) { right: 6px; bottom: 6px; padding: 2px 5px; font-size: 10px; }
  .site-shell .cart-thumb::after { padding: 1px 2px; font-size: 8px; line-height: 1.4; white-space: nowrap; }
  .site-shell .product-detail-image { border-radius: 8px 8px 0 0; }
  .site-shell .product-information { padding-inline: 16px; }
  .site-shell .product-info-card { padding: 24px; }
  .site-shell .product-preliminary { padding: 24px; }
  .site-shell .checkout-shell { width: 90%; }
  .site-shell .checkout-progress { gap: 8px; }
  .site-shell .checkout-progress li { flex-wrap: wrap; gap: 6px; font-size: 12px; }
  .site-shell .line-actions { flex-wrap: wrap; }
  .site-shell .quantity-form { flex-wrap: wrap; }
  .site-shell .field-row { grid-template-columns: minmax(0, 1fr); }
  .site-shell .delivery-form, .site-shell .summary-card { padding: 20px; }
  .site-shell .footer-columns { gap: 24px 16px; }
  .site-shell .footer-brand p { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-shell *, .site-shell *::before, .site-shell *::after { transition: none !important; animation: none !important; }
}
