[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 16px; color: white; background: #321f2b; border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #98436f; outline-offset: 5px; }
.action-link { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 13px 20px; border: 1px solid #893a64; border-radius: 14px; color: #fff; background: #893a64; font: 700 1rem/1.4 system-ui, sans-serif; text-align: center; text-decoration: none; cursor: pointer; }
.action-link:hover { background: #6f2c52; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; max-width: 100%; color: #493440; font: 700 1.35rem/1.2 Georgia, serif; text-decoration: none; }
.footer-brand img { flex: 0 0 40px; object-fit: contain; }
.footer-brand small { display: block; margin-top: 4px; color: #79636f; font: 500 .75rem/1.4 system-ui, sans-serif; }
.site-footer { display: grid; grid-template-columns: 1.25fr .8fr 1.1fr; align-items: start; gap: 36px; width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 40px 0 48px; border-top: 1px solid #dccbd3; font: 400 .875rem/1.6 system-ui, sans-serif; text-align: left; }
.site-footer__merchant { display: grid; justify-items: start; gap: 10px; }
.site-footer__merchant p { margin: 8px 0 0; color: #67515f; font-size: .875rem; line-height: 1.8; }
.site-footer a { color: #74415e; overflow-wrap: anywhere; text-underline-offset: 3px; }
.site-footer .footer-brand { color: #493440; }
.site-footer nav { display: grid; justify-items: start; gap: 10px; }
.site-footer h2 { margin: 0 0 6px; color: #493440; font: 700 1.125rem/1.4 Georgia, serif; }
.site-footer h2 a { color: inherit; }
.site-footer [aria-current="page"] { color: #493440; font-weight: 750; text-decoration-thickness: 2px; }
.text-button { padding: 0; border: 0; color: #74415e; background: transparent; font: inherit; line-height: 1.6; text-align: left; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-banner { position: fixed; z-index: 60; right: 18px; bottom: 18px; display: grid; gap: 16px; width: min(560px, calc(100% - 36px)); max-height: calc(100dvh - 36px); overflow-y: auto; padding: 22px; border: 1px solid #ccb3c0; border-radius: 20px; color: #493440; background: #fffaf3; box-shadow: 0 12px 50px #49344029; }
.cookie-banner h2 { margin: 0 0 8px; font: 700 1.25rem/1.3 Georgia, serif; }
.cookie-banner p { margin: 0; color: #67515f; font: 400 .875rem/1.6 system-ui, sans-serif; }
.cookie-banner a { color: #74415e; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cookie-banner__actions button:not(.text-button) { flex: 1 1 200px; min-height: 44px; padding: 10px 12px; border: 1px solid #893a64; border-radius: 10px; color: #743253; background: #fffaf3; font: 650 .875rem/1.4 system-ui, sans-serif; cursor: pointer; }
.cookie-banner__actions button:not(.text-button):hover { background: #f4e5ee; }
.cookie-banner__actions .text-button { font-size: .875rem; }
.purchase-preview { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 44px; width: min(1140px, calc(100% - 48px)); margin: 100px auto; padding: clamp(24px, 5vw, 54px); border: 1px solid #dcccba; border-radius: 30px; background: #fffaf3; }
.purchase-preview h2 { margin: 18px 0; font: 700 clamp(2rem, 4vw, 3rem)/1.12 Georgia, serif; letter-spacing: -.03em; }
.purchase-preview p { color: #6f5966; font-size: 1rem; line-height: 1.7; }
.purchase-preview .action-link { margin-top: 10px; }
.purchase-preview__sample { display: grid; justify-items: center; text-align: center; padding: 24px; border-radius: 24px; background: #f1eddf; }
.purchase-preview__sample img { width: 120px; height: 120px; object-fit: contain; }
.purchase-preview__sample > span { margin: 12px 0 6px; color: #6f5966; font-size: .875rem; }
.purchase-preview__sample > strong { font: 700 1.5rem/1.3 Georgia, serif; }
.purchase-preview__sample p { margin: 12px 0; color: #5e4739; font-weight: 700; }
.purchase-preview__sample p span { display: block; font-size: .875rem; font-weight: 400; }
.purchase-preview__sample a { color: #74415e; font-size: .875rem; }
@media (max-width: 760px) {
  .site-footer { width: calc(100% - 36px); grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .site-footer__merchant { grid-column: 1 / -1; }
  .purchase-preview { grid-template-columns: 1fr; width: calc(100% - 28px); gap: 24px; margin-block: 70px; }
}
@media (max-width: 480px) {
  .site-footer { grid-template-columns: 1fr; }
  .cookie-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 18px; }
}
@media print {
  .cookie-banner, [data-cookie-settings], .skip-link { display: none !important; }
  .site-footer { display: block; width: 100%; }
  .site-footer nav { display: none; }
}
