:root {
  --cream: #faf3e7;
  --surface: #fffcf6;
  --surface-strong: #fff;
  --ink: #2c1f14;
  --muted: #756252;
  --bronze: #a87547;
  --bronze-deep: #7a4f2e;
  --gold: #ffcb47;
  --border: #e8d9c2;
  --border-strong: #d9c2a2;
  --espresso: #2d2119;
  --success: #25672e;
  --shadow: 0 18px 52px rgba(76, 49, 28, 0.1);
  --font-display: "Mitr", sans-serif;
  --font-body: "IBM Plex Sans Thai", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 300; padding: 11px 16px; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:is(a, button, summary, dialog):focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 6px #fff; }

.promo-header { position: sticky; top: 0; z-index: 70; display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 28px; padding: 10px max(32px, calc((100vw - 1200px) / 2)); border-bottom: 1px solid rgba(232, 217, 194, 0.92); background: rgba(255, 252, 246, 0.96); backdrop-filter: blur(16px); }
.promo-brand { display: inline-flex; min-width: 210px; min-height: 48px; align-items: center; text-decoration: none; }
.promo-brand-copy { display: grid; gap: 1px; }
.promo-brand-th { font-family: var(--font-display); font-size: 17px; font-weight: 600; line-height: 1.2; }
.promo-brand-en { color: #a15423; font-size: 9px; font-weight: 700; letter-spacing: 0.18em; }
.promo-nav { display: flex; align-items: center; justify-content: center; gap: 20px; }
.promo-nav a { position: relative; display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; color: #584739; font-size: 13px; font-weight: 550; text-decoration: none; }
.promo-nav a:hover, .promo-nav a[aria-current="page"] { color: var(--bronze-deep); }
.promo-nav a[aria-current="page"]::after { position: absolute; right: 4px; bottom: 2px; left: 4px; height: 2px; border-radius: 99px; background: var(--bronze); content: ""; }
.promo-header-actions { display: flex; min-width: 210px; align-items: center; justify-content: flex-end; gap: 8px; }
.promo-book, .promo-primary, .promo-secondary, .promo-contact-call { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 650; line-height: 1.35; text-decoration: none; }
.promo-book, .promo-primary { background: var(--gold); color: #2c210e; box-shadow: 0 8px 20px rgba(188, 127, 16, 0.16); }
.promo-secondary, .promo-contact-call { border-color: var(--border-strong); background: var(--surface); color: var(--bronze-deep); }
.promo-hamburger { display: none; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--ink); cursor: pointer; }
.promo-scrim, .promo-mobile-menu { display: none; }

.promo-hero { border-bottom: 1px solid var(--border); background: radial-gradient(circle at 10% 15%, rgba(255, 203, 71, 0.13), transparent 27%), var(--surface); }
.promo-hero-shell, .promo-section-shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.promo-hero-shell { padding: 28px 0 48px; }
.promo-breadcrumbs { display: flex; min-height: 44px; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 16px; color: #877363; font-size: 12px; }
.promo-breadcrumbs a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.promo-hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.promo-hero-copy { padding: 28px 0; }
.promo-kicker { margin: 0 0 11px; color: var(--bronze-deep); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.promo-hero h1 { max-width: 650px; margin: 0 0 20px; font-family: var(--font-display); font-size: clamp(48px, 5.1vw, 72px); font-weight: 500; letter-spacing: -0.045em; line-height: 1.12; text-wrap: balance; }
.promo-hero h1 span { color: #ad6135; }
.promo-lead { max-width: 570px; margin: 0 0 24px; color: #5f4e40; font-size: 16px; line-height: 1.8; }
.promo-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.promo-hero-note { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.promo-hero-note span { color: var(--success); font-size: 9px; }
.promo-hero-media { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 26px; background: #eadcc8; box-shadow: var(--shadow); }
.promo-hero-media::before { position: absolute; inset: 0; display: grid; place-content: center; padding: 30px; background: radial-gradient(circle at 75% 20%, rgba(255,203,71,.25), transparent 30%), linear-gradient(135deg, #eadcc8, #fff7eb); color: var(--bronze-deep); font-family: var(--font-display); font-size: 20px; text-align: center; content: "GLASSES LAB · ภาพบรรยากาศไม่พร้อมแสดง"; }
.promo-hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.promo-hero-media:not(.is-error) img { position: relative; z-index: 1; }
.promo-hero-media.is-error img { visibility: hidden; }
.promo-hero-media figcaption { position: absolute; right: 14px; bottom: 14px; padding: 7px 12px; border-radius: 999px; background: rgba(45, 33, 25, 0.82); color: #fff; font-size: 11px; backdrop-filter: blur(6px); }
.promo-hero-media:not(.is-error) figcaption { z-index: 2; }
.promo-hero-media.is-error figcaption { display: none; }

.promo-trust { background: var(--cream); }
.promo-trust-shell { display: grid; width: min(1200px, calc(100% - 48px)); grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; padding: 24px 0; }
.promo-trust-shell > div { display: grid; grid-template-columns: 38px minmax(0, 1fr); column-gap: 11px; align-items: center; padding: 7px 22px; border-right: 1px solid var(--border); }
.promo-trust-shell > div:first-child { padding-left: 0; }
.promo-trust-shell > div:last-child { padding-right: 0; border-right: 0; }
.promo-trust-icon { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--border-strong); border-radius: 50%; color: var(--bronze-deep); font-size: 10px; font-weight: 700; }
.promo-trust strong { font-size: 13px; line-height: 1.35; }
.promo-trust small { color: var(--muted); font-size: 11px; line-height: 1.45; }

.promo-current { scroll-margin-top: 88px; padding: 76px 0 58px; background: var(--surface); }
.promo-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.promo-section-head h2, .promo-contact h2 { margin: 0; font-family: var(--font-display); font-size: clamp(32px, 3.6vw, 46px); font-weight: 500; letter-spacing: -0.035em; line-height: 1.24; }
.promo-count { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 13px; border: 1px solid var(--border); border-radius: 999px; background: var(--cream); color: var(--bronze-deep); font-size: 12px; font-weight: 700; white-space: nowrap; }
.promo-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.promo-list.is-single { grid-template-columns: minmax(0, 1fr); }

.promo-loading { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(360px, 5fr) minmax(0, 7fr); overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: var(--cream); }
.promo-loading-copy { display: grid; align-content: center; gap: 14px; padding: 42px; }
.promo-skeleton { height: 15px; border-radius: 6px; background: linear-gradient(90deg, #eadcc8 0%, #f8eee0 50%, #eadcc8 100%); background-size: 200% 100%; animation: promo-shimmer 1.4s ease-in-out infinite; }
.promo-skeleton-media { height: auto; min-height: 420px; border-radius: 0; }
.promo-skeleton-short { width: 28%; }
.promo-skeleton-title { width: 82%; height: 34px; }
@keyframes promo-shimmer { from { background-position: 100% 50%; } to { background-position: 0 50%; } }

.promo-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 23px; background: var(--cream); box-shadow: 0 10px 34px rgba(76, 49, 28, 0.065); }
.promo-list.is-single .promo-card { grid-template-columns: minmax(390px, 5fr) minmax(0, 7fr); }
.promo-card-media { position: relative; min-height: 320px; overflow: hidden; background: linear-gradient(135deg, #eadcc8, #fff7eb); }
.promo-list.is-single .promo-card-media { min-height: 470px; }
.promo-card-media img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; }
.promo-card-media.is-error img { display: none; }
.promo-card-media-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 5px; padding: 24px; color: var(--bronze-deep); text-align: center; }
.promo-card-media-fallback strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; }
.promo-card-media-fallback small { color: var(--muted); }
.promo-card-body { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: 32px; }
.promo-list.is-single .promo-card-body { justify-content: center; padding: clamp(36px, 5vw, 62px); }
.promo-card-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.promo-badge, .promo-status { display: inline-flex; min-height: 30px; align-items: center; padding: 5px 10px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--bronze-deep); font-size: 11px; font-weight: 700; }
.promo-status { border-color: #cfe2ca; background: #edf6e9; color: var(--success); }
.promo-status.is-urgent { border-color: #e9bb91; background: #fff0df; color: #844218; }
.promo-card h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(22px, 2.3vw, 32px); font-weight: 500; line-height: 1.35; text-wrap: pretty; }
.promo-card-description { display: -webkit-box; margin: 0 0 20px; overflow: hidden; color: #665344; font-size: 14px; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.promo-card-date { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; color: var(--muted); font-size: 12px; }
.promo-card-date span { display: inline-flex; min-height: 32px; align-items: center; padding: 5px 10px; border-radius: 8px; background: rgba(232, 217, 194, 0.48); }
.promo-card-action { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; margin-top: 22px; padding: 9px 15px; border: 1px solid var(--border-strong); border-radius: 11px; background: var(--surface); color: var(--bronze-deep); font-weight: 700; cursor: pointer; }

.promo-state { grid-column: 1 / -1; display: grid; place-items: center; min-height: 330px; padding: 46px; border: 1px dashed var(--border-strong); border-radius: 22px; background: var(--cream); text-align: center; }
.promo-state-icon { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 14px; border-radius: 50%; background: var(--surface); color: var(--bronze-deep); font-size: 26px; }
.promo-state h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 24px; font-weight: 500; }
.promo-state p { max-width: 520px; margin: 0 auto 20px; color: var(--muted); }
.promo-state-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.promo-retry { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid var(--border-strong); border-radius: 12px; background: var(--surface); color: var(--bronze-deep); font-weight: 700; cursor: pointer; }
.promo-nojs { display: block; padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: var(--cream); }
.promo-nojs h3 { margin: 0 0 5px; }
.promo-nojs p { margin: 0 0 16px; color: var(--muted); }
.js .promo-nojs { display: none; }
html:not(.js) .promo-list { display: none; }
html:not(.js) .promo-count { display: none; }

.promo-how { padding: 58px 0 76px; background: var(--surface); }
.promo-section-head--compact { margin-bottom: 22px; }
.promo-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 21px; background: var(--cream); list-style: none; }
.promo-steps li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 28px; border-right: 1px solid var(--border); }
.promo-steps li:last-child { border-right: 0; }
.promo-steps li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--bronze-deep); color: #fff; font-weight: 700; }
.promo-steps h3 { margin: 0 0 5px; font-size: 16px; }
.promo-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.promo-terms { margin-top: 15px; border: 1px solid var(--border); border-radius: 16px; background: var(--cream); }
.promo-terms summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; color: var(--bronze-deep); font-weight: 700; cursor: pointer; list-style: none; }
.promo-terms summary::-webkit-details-marker { display: none; }
.promo-terms summary span { font-size: 23px; font-weight: 400; transition: transform 160ms ease; }
.promo-terms[open] summary span { transform: rotate(45deg); }
.promo-terms > div { padding: 0 18px 18px; }
.promo-terms p { margin: 0; max-width: 920px; color: var(--muted); font-size: 13px; }

.promo-contact { padding: 0 24px 76px; background: var(--surface); }
.promo-contact-shell { display: grid; width: min(1200px, 100%); grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr); gap: 42px; align-items: center; margin: 0 auto; padding: 40px 46px; border-radius: 24px; background: radial-gradient(circle at 92% 18%, rgba(255, 203, 71, 0.18), transparent 30%), linear-gradient(135deg, #3a281d, #6f4327); color: #fff8ee; box-shadow: var(--shadow); }
.promo-contact .promo-kicker { color: #f0c779; }
.promo-contact h2 { max-width: 750px; color: #fff; }
.promo-contact p:not(.promo-kicker) { max-width: 720px; margin: 12px 0 0; color: rgba(255, 248, 238, 0.78); }
.promo-contact-actions { display: grid; gap: 10px; }
.promo-contact-call { border-color: rgba(255,255,255,.34); background: transparent; color: #fff; }

.promo-footer { padding: 44px 24px 24px; background: #2d2119; color: rgba(255, 248, 238, 0.76); }
.promo-footer-shell { display: grid; width: min(1200px, 100%); grid-template-columns: 1.5fr 0.8fr 0.8fr; gap: 44px; margin: 0 auto; }
.promo-footer h2 { margin: 0 0 8px; color: #fff8ee; font-size: 17px; font-weight: 500; }
.promo-footer p { margin: 4px 0; font-size: 12px; }
.promo-footer-links { display: grid; align-content: start; gap: 3px; }
.promo-footer-links a { display: inline-flex; min-height: 44px; align-items: center; color: rgba(255, 248, 238, 0.82); font-size: 12px; }
.promo-footer-bottom { display: flex; width: min(1200px, 100%); align-items: center; justify-content: space-between; gap: 18px; margin: 24px auto 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 248, 238, 0.72); font-size: 11px; }

.promo-dialog { width: min(920px, calc(100% - 40px)); max-height: min(88vh, 820px); padding: 0; overflow: auto; border: 0; border-radius: 24px; background: var(--surface); color: var(--ink); box-shadow: 0 30px 100px rgba(20, 12, 7, 0.35); }
.promo-dialog::backdrop { background: rgba(32, 22, 16, 0.64); backdrop-filter: blur(5px); }
.promo-dialog-shell { position: relative; display: grid; grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); min-height: 520px; }
.promo-dialog.is-no-media .promo-dialog-shell { grid-template-columns: minmax(0, 1fr); }
.promo-dialog.is-no-media .promo-dialog-body { max-width: 720px; margin: 0 auto; }
.promo-dialog-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: rgba(255, 252, 246, 0.94); color: var(--ink); cursor: pointer; }
.promo-dialog-media { position: relative; min-height: 360px; overflow: hidden; background: linear-gradient(135deg, #eadcc8, #fff7eb); }
.promo-dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.promo-dialog-media.is-empty { display: none; }
.promo-dialog-body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 58px 42px 42px; }
.promo-dialog-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 15px; }
.promo-dialog-badges span { display: inline-flex; min-height: 30px; align-items: center; padding: 5px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--bronze-deep); font-size: 11px; font-weight: 700; }
.promo-dialog h2 { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(25px, 3vw, 34px); font-weight: 500; line-height: 1.35; }
.promo-dialog-description { margin: 0; color: #5f4e40; font-size: 14px; line-height: 1.8; white-space: pre-line; }
.promo-dialog-date { margin-top: 18px; color: var(--bronze-deep); font-size: 13px; font-weight: 700; }
.promo-dialog-warning { margin: 18px 0 0; padding: 12px 14px; border-radius: 10px; background: var(--cream); color: var(--muted); font-size: 12px; }
.promo-dialog-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }

@media (max-width: 1080px) {
  .promo-header { padding-inline: 24px; }
  .promo-brand, .promo-header-actions { min-width: auto; }
  .promo-nav { gap: 12px; }
  .promo-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 38px; }
  .promo-trust-shell > div { padding-inline: 14px; }
}

@media (max-width: 980px) {
  .promo-nav, .promo-book { display: none; }
  .js .promo-hamburger { display: grid; }
  .promo-scrim { position: fixed; inset: 0; z-index: 89; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(45, 33, 25, 0.42); }
  .promo-mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; display: flex; width: min(390px, 90vw); flex-direction: column; padding: 20px; overflow-y: auto; background: var(--surface); box-shadow: -20px 0 60px rgba(45, 33, 25, 0.2); }
  .promo-mobile-menu-head { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
  .promo-mobile-menu-close { display: grid; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--ink); cursor: pointer; }
  .promo-mobile-menu nav { display: grid; margin-bottom: 18px; }
  .promo-mobile-menu nav a { display: flex; min-height: 52px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); color: #554437; font-weight: 600; text-decoration: none; }
  .promo-mobile-menu nav a[aria-current="page"] { color: var(--bronze-deep); }
  .promo-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: 28px; }
  .promo-hero h1 { font-size: 44px; }
  .promo-trust-shell { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 0; }
  .promo-trust-shell > div:nth-child(2) { border-right: 0; }
  .promo-list.is-single .promo-card { grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); }
  .promo-list.is-single .promo-card-body { padding: 36px; }
}

@media (max-width: 700px) {
  .promo-header { min-height: 64px; padding: 8px 18px; }
  .promo-brand { min-width: 0; min-height: 44px; }
  .promo-brand-th { max-width: 58vw; overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
  .promo-brand-en { font-size: 8px; }
  .promo-header-actions { gap: 4px; }
  .promo-hero-shell, .promo-section-shell, .promo-trust-shell { width: min(100% - 36px, 560px); }
  .promo-hero-shell { padding: 10px 0 30px; }
  .promo-breadcrumbs { margin-bottom: 10px; }
  .promo-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .promo-hero-copy { padding: 6px 0 0; }
  .promo-kicker { margin-bottom: 8px; font-size: 10px; }
  .promo-hero h1 { margin-bottom: 14px; font-size: clamp(34px, 10.3vw, 42px); line-height: 1.18; }
  .promo-lead { margin-bottom: 18px; font-size: 13px; line-height: 1.7; }
  .promo-hero-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
  .promo-hero-actions a { min-width: 0; padding-inline: 9px; font-size: 12px; }
  .promo-hero-note { align-items: flex-start; margin-top: 14px; font-size: 11px; }
  .promo-hero-media { grid-row: auto; border-radius: 19px; }
  .promo-hero-media figcaption { right: 10px; bottom: 10px; max-width: calc(100% - 20px); font-size: 10px; }
  .promo-trust-shell { gap: 0; padding: 15px 0; overflow-x: auto; grid-template-columns: repeat(4, minmax(158px, 1fr)); scrollbar-width: thin; }
  .promo-trust-shell > div, .promo-trust-shell > div:first-child, .promo-trust-shell > div:last-child { padding: 7px 12px; border-right: 1px solid var(--border); }
  .promo-trust-shell > div:last-child { border-right: 0; }
  .promo-trust small { font-size: 10.5px; }
  .promo-current { scroll-margin-top: 72px; padding: 48px 0 38px; }
  .promo-section-head { align-items: flex-start; margin-bottom: 18px; }
  .promo-section-head h2, .promo-contact h2 { font-size: 29px; line-height: 1.3; }
  .promo-count { min-height: 34px; padding: 5px 10px; font-size: 11px; }
  .promo-loading { grid-template-columns: minmax(0, 1fr); border-radius: 18px; }
  .promo-skeleton-media { min-height: 250px; }
  .promo-loading-copy { padding: 24px 18px; }
  .promo-list, .promo-list.is-single { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .promo-list.is-single .promo-card, .promo-card { grid-template-columns: minmax(0, 1fr); border-radius: 18px; }
  .promo-card-media, .promo-list.is-single .promo-card-media { min-height: 0; aspect-ratio: 4 / 3; }
  .promo-card-body, .promo-list.is-single .promo-card-body { justify-content: flex-start; padding: 20px 18px; }
  .promo-card-badges { margin-bottom: 11px; }
  .promo-card h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.4; }
  .promo-card-description { margin-bottom: 15px; font-size: 13px; -webkit-line-clamp: 3; }
  .promo-card-action { width: 100%; margin-top: 17px; }
  .promo-state { min-height: 290px; padding: 30px 18px; border-radius: 17px; }
  .promo-state h3 { font-size: 21px; }
  .promo-how { padding: 38px 0 50px; }
  .promo-section-head--compact { margin-bottom: 16px; }
  .promo-steps { grid-template-columns: minmax(0, 1fr); border-radius: 17px; }
  .promo-steps li { padding: 18px 16px; border-right: 0; border-bottom: 1px solid var(--border); }
  .promo-steps li:last-child { border-bottom: 0; }
  .promo-terms { border-radius: 14px; }
  .promo-contact { padding: 0 18px 50px; }
  .promo-contact-shell { grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 28px 20px; border-radius: 19px; }
  .promo-contact p:not(.promo-kicker) { font-size: 13px; }
  .promo-contact-actions { grid-template-columns: minmax(0, 1fr); }
  .promo-footer { padding: 34px 18px 24px; }
  .promo-footer-shell { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .promo-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 18px; font-size: 11px; }
  .promo-dialog { width: 100%; max-width: none; max-height: 92dvh; margin: auto 0 0; border-radius: 22px 22px 0 0; }
  .promo-dialog-shell { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .promo-dialog-media { min-height: 0; aspect-ratio: 4 / 3; }
  .promo-dialog-body { justify-content: flex-start; padding: 27px 18px 24px; }
  .promo-dialog-close { top: 10px; right: 10px; }
  .promo-dialog-close { position: sticky; top: 10px; justify-self: end; margin: 10px 10px -56px 0; }
  .promo-dialog h2 { font-size: 24px; }
  .promo-dialog-description { font-size: 13px; }
  .promo-dialog-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 360px) {
  .promo-hero h1 { font-size: 33px; }
  .promo-hero-actions { grid-template-columns: minmax(0, 1fr); }
  .promo-section-head { flex-direction: column; gap: 10px; }
  .promo-footer-links { grid-template-columns: minmax(0, 1fr); }
}

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