/*
Theme Name: Dmuchańce Grodzisk
Theme URI: https://www.dmuchancegrodzisk.pl/
Author: Dmuchańce Grodzisk
Description: Dedykowany, responsywny motyw dla wypożyczalni dmuchańców w Grodzisku Mazowieckim.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dmuchance-grodzisk
*/
:root {
  --navy: #071f4a;
  --navy-2: #0b326d;
  --blue: #075ac8;
  --blue-2: #0d72e8;
  --blue-soft: #edf6ff;
  --red: #ef3d3d;
  --yellow: #ffc928;
  --green: #22a841;
  --orange: #ff9d17;
  --purple: #7952c7;
  --ink: #13213d;
  --muted: #5d6c85;
  --line: #dce7f4;
  --surface: #ffffff;
  --page: #f7fbff;
  --shadow-sm: 0 10px 28px rgba(10, 55, 116, .09);
  --shadow-md: 0 20px 50px rgba(10, 55, 116, .15);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; border-radius: 12px; color: #fff; background: var(--navy); text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid rgba(202, 218, 238, .8);
  backdrop-filter: blur(16px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 28px; }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand img { width: 216px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); font-weight: 700; }
.main-nav > a:not(.nav-phone) { position: relative; text-decoration: none; color: var(--navy); font-size: 15px; }
.main-nav > a:not(.nav-phone)::after { position: absolute; content: ""; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--blue); transition: right .25s; }
.main-nav > a:not(.nav-phone):hover::after, .main-nav > a:not(.nav-phone):focus-visible::after { right: 0; }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 14px; color: #fff; background: var(--blue); text-decoration: none; box-shadow: 0 9px 20px rgba(7, 90, 200, .25); }
.nav-phone svg { width: 18px; height: 18px; fill: currentColor; }
.menu-toggle { display: none; width: 48px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--blue-soft); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 3px; margin: 4px 0; border-radius: 3px; background: var(--navy); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 72px 0 32px; background: linear-gradient(180deg, #fff 0%, #f3f9ff 82%, #eaf5ff 100%); }
.hero::after { position: absolute; content: ""; height: 220px; left: -5%; right: -5%; bottom: -142px; border-radius: 50%; background: #fff; }
.hero-decor { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(.2px); }
.hero-decor-a { width: 340px; height: 340px; right: -170px; top: 80px; border: 72px solid rgba(255, 201, 40, .15); }
.hero-decor-b { width: 260px; height: 260px; left: -130px; bottom: 40px; border: 60px solid rgba(13, 114, 232, .09); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; color: var(--blue); font-size: 13px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 3px; border-radius: 999px; background: var(--yellow); }
.eyebrow.light { color: #fff; }
.hero h1 { max-width: 630px; margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 66px); line-height: 1.03; letter-spacing: -.045em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 625px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(255, 201, 40, .7); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 12px 24px rgba(7, 90, 200, .24); }
.button-primary:hover { box-shadow: 0 17px 32px rgba(7, 90, 200, .3); }
.button-secondary { color: var(--blue); background: #fff; border-color: #72aaff; box-shadow: 0 8px 18px rgba(12, 69, 145, .08); }
.button-white { color: var(--blue); background: #fff; box-shadow: 0 10px 25px rgba(2, 22, 61, .18); }
.button-outline-white { color: #fff; background: transparent; border-color: rgba(255,255,255,.65); }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 38px; }
.trust-row > div { padding: 14px 12px; border-radius: 15px; background: rgba(255,255,255,.72); border: 1px solid rgba(208, 224, 241, .85); }
.trust-row strong { display: block; color: var(--navy); font-size: 15px; }
.trust-row span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.hero-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 144px; grid-template-rows: repeat(3, 132px); gap: 11px; min-width: 0; }
.hero-main-photo { position: relative; grid-row: 1 / 4; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow-md); background: #dbeaf8; }
.hero-main-photo picture, .hero-main-photo img { width: 100%; height: 100%; }
.hero-main-photo img { object-fit: cover; object-position: 52% center; }
.hero-main-photo::after { position: absolute; content: ""; inset: auto 0 0; height: 44%; background: linear-gradient(180deg, transparent, rgba(4, 21, 53, .78)); }
.hero-main-photo figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: #fff; }
.hero-main-photo figcaption span { display: block; margin-bottom: 2px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; opacity: .88; }
.hero-main-photo figcaption strong { font-size: 22px; }
.hero-mini-photo { overflow: hidden; padding: 0; border: 0; border-radius: 20px; background: #dbeaf8; box-shadow: var(--shadow-sm); cursor: pointer; }
.hero-mini-photo picture, .hero-mini-photo img { width: 100%; height: 100%; }
.hero-mini-photo img { object-fit: cover; transition: transform .35s; }
.hero-mini-photo:hover img { transform: scale(1.06); }
.hero-note { position: relative; z-index: 3; display: flex; width: min(calc(100% - 40px), 830px); align-items: center; justify-content: center; gap: 13px; margin-top: 42px; padding: 16px 22px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.hero-note span { font-size: 24px; }
.hero-note p { margin: 0; color: var(--muted); }
.hero-note strong { color: var(--navy); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 480px); align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading.centered { display: block; max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.compact { max-width: 700px; margin-bottom: 40px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.centered > p:not(.eyebrow) { max-width: 700px; margin: 16px auto 0; }
.offer { position: relative; z-index: 4; background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.product-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(12, 69, 145, .06); transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-6px); border-color: #b8d4f3; box-shadow: var(--shadow-md); }
.product-image { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; padding: 0; border: 0; background: #e5eff9; cursor: zoom-in; }
.product-image picture, .product-image img { width: 100%; height: 100%; }
.product-image img { object-fit: cover; transition: transform .4s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.photo-count { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; border-radius: 999px; color: #fff; background: rgba(4, 24, 58, .76); backdrop-filter: blur(8px); font-size: 12px; font-weight: 800; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.product-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.product-heading h3 { margin: 0; color: var(--navy); font-size: 25px; letter-spacing: -.02em; }
.product-heading strong { color: var(--blue); font-size: 19px; white-space: nowrap; }
.product-body > p { min-height: 73px; margin: 12px 0 15px; color: var(--muted); }
.spec-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 20px; padding: 0; list-style: none; }
.spec-list li { padding: 6px 9px; border-radius: 9px; color: var(--navy-2); background: var(--blue-soft); font-size: 12px; font-weight: 800; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.product-actions button, .product-actions a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 10px; border-radius: 11px; font-size: 13px; font-weight: 800; text-decoration: none; }
.product-actions button { border: 1px solid #7eaff3; color: var(--blue); background: #fff; cursor: pointer; }
.product-actions a { color: #fff; background: var(--blue); }
.price-note { max-width: 780px; margin: 28px auto 0; color: var(--muted); font-size: 13px; text-align: center; }

.benefits { background: linear-gradient(180deg, #f4f9ff, #eef6ff); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-grid article { padding: 28px 24px; border: 1px solid rgba(207, 224, 243, .8); border-radius: 22px; background: rgba(255,255,255,.8); box-shadow: 0 9px 26px rgba(9, 62, 133, .05); }
.benefit-icon { display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 50%; font-size: 24px; font-weight: 900; }
.benefit-icon.green { color: #14852a; background: #e1f7e5; }
.benefit-icon.blue { color: var(--blue); background: #e0efff; }
.benefit-icon.red { color: var(--red); background: #ffe7e7; }
.benefit-icon.orange { color: #d97900; background: #fff0d8; }
.benefit-grid h3 { margin: 18px 0 8px; color: var(--navy); font-size: 20px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.steps { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-grid li { position: relative; min-height: 270px; padding: 34px 27px 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.steps-grid li:not(:last-child)::after { position: absolute; z-index: 2; content: "→"; right: -29px; top: 48%; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 8px 17px rgba(7, 90, 200, .25); font-weight: 900; }
.step-number { position: absolute; top: 18px; right: 18px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }
.step-icon { font-size: 38px; }
.steps-grid h3 { margin: 18px 0 9px; color: var(--navy); font-size: 22px; }
.steps-grid p { margin: 0; color: var(--muted); }

.occasion-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #075ac8 0%, #063d9c 58%, #04265d 100%); }
.occasion-section::before { position: absolute; content: ""; width: 440px; height: 440px; left: -150px; bottom: -250px; border: 80px solid rgba(255, 201, 40, .13); border-radius: 50%; }
.occasion-grid { position: relative; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 65px; }
.occasion-copy { color: #fff; }
.occasion-copy h2 { margin: 0; color: #fff; font-size: clamp(36px, 4.6vw, 56px); line-height: 1.08; letter-spacing: -.035em; }
.occasion-copy > p:not(.eyebrow) { max-width: 590px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 17px; }
.occasion-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 32px; }
.occasion-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.09); font-size: 13px; font-weight: 750; }
.occasion-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border: 8px solid rgba(255,255,255,.14); border-radius: 32px; transform: rotate(1.5deg); box-shadow: 0 28px 55px rgba(0,0,0,.23); }
.occasion-photo picture, .occasion-photo img { width: 100%; height: 100%; }
.occasion-photo img { object-fit: cover; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; }
.faq-intro h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.faq-intro > p:not(.eyebrow) { margin: 18px 0; color: var(--muted); }
.text-link { color: var(--blue); font-weight: 850; text-decoration: none; }
.accordion { display: grid; gap: 12px; }
.accordion details { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.accordion summary { position: relative; padding: 21px 54px 21px 23px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; content: "+"; right: 20px; top: 50%; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); transform: translateY(-50%); font-size: 21px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -3px 23px 22px; color: var(--muted); }

.contact { padding-top: 22px; background: #fff; }
.contact-card { display: grid; grid-template-columns: 1.12fr .88fr; gap: 60px; padding: 54px 58px; border-radius: 34px; color: #fff; background: linear-gradient(135deg, #075ac8, #063c93); box-shadow: 0 26px 56px rgba(6, 61, 147, .23); }
.contact-copy h2 { max-width: 650px; margin: 0; color: #fff; font-size: clamp(35px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 17px; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-details { display: grid; align-content: center; gap: 12px; }
.contact-details > div { padding: 16px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(255,255,255,.09); }
.contact-details span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.67); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-details a, .contact-details strong { color: #fff; font-size: 16px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }

.site-footer { padding: 64px 0 24px; color: #bcd0ec; background: #041a3e; }
.footer-main { display: grid; grid-template-columns: 240px minmax(250px, 1fr) auto; align-items: center; gap: 34px; padding-bottom: 38px; }
.footer-brand { display: inline-flex; width: fit-content; padding: 9px 13px; border-radius: 13px; background: #fff; }
.footer-brand img { width: 190px; height: auto; }
.footer-main p { max-width: 470px; margin: 0; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 9px 28px; }
.footer-links a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

.floating-call { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: none; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 999px; color: #fff; background: var(--blue); box-shadow: 0 15px 34px rgba(7,90,200,.36); font-weight: 850; text-decoration: none; }
.floating-call svg { width: 20px; height: 20px; fill: currentColor; }

.gallery-dialog { width: min(920px, calc(100% - 28px)); max-height: calc(100dvh - 30px); padding: 0; border: 0; border-radius: 28px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.gallery-dialog::backdrop { background: rgba(3, 15, 38, .78); backdrop-filter: blur(5px); }
.dialog-shell { position: relative; padding: 30px; }
.dialog-close { position: absolute; z-index: 3; right: 20px; top: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--navy); background: #edf4fb; font-size: 29px; line-height: 1; cursor: pointer; }
.dialog-copy { padding-right: 50px; }
.dialog-label { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.dialog-copy h2 { margin: 3px 0 4px; color: var(--navy); font-size: 34px; }
.dialog-copy p { margin: 0 0 18px; color: var(--muted); }
.gallery-stage { position: relative; display: grid; min-height: 430px; place-items: center; overflow: hidden; border-radius: 20px; background: #e9f1f8; }
.gallery-stage > img { width: 100%; max-height: 62vh; object-fit: contain; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 44px; height: 58px; border: 0; border-radius: 13px; color: #fff; background: rgba(3, 22, 55, .68); transform: translateY(-50%); font-size: 36px; cursor: pointer; }
.gallery-arrow.prev { left: 13px; }
.gallery-arrow.next { right: 13px; }
.gallery-thumbnails { display: flex; gap: 9px; margin-top: 13px; overflow-x: auto; padding-bottom: 4px; }
.gallery-thumbnails button { flex: 0 0 104px; aspect-ratio: 4 / 3; overflow: hidden; padding: 0; border: 3px solid transparent; border-radius: 12px; background: #e9f1f8; cursor: pointer; }
.gallery-thumbnails button.active { border-color: var(--blue); }
.gallery-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }

.privacy-page { min-height: 100vh; background: #f5f9fd; }
.simple-header { padding: 22px 0; background: #fff; border-bottom: 1px solid var(--line); }
.simple-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.simple-header img { width: 210px; }
.simple-header a.back { color: var(--blue); font-weight: 800; text-decoration: none; }
.prose { width: min(calc(100% - 40px), 820px); margin: 55px auto 90px; padding: 42px; border-radius: 25px; background: #fff; box-shadow: var(--shadow-sm); }
.prose h1 { margin-top: 0; color: var(--navy); font-size: clamp(34px, 5vw, 50px); line-height: 1.1; }
.prose h2 { margin-top: 32px; color: var(--navy); }
.prose p, .prose li { color: var(--muted); }
.prose a { color: var(--blue); }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; text-align: center; background: linear-gradient(180deg,#fff,#eaf5ff); }
.error-card { max-width: 610px; padding: 45px; border-radius: 28px; background: #fff; box-shadow: var(--shadow-md); }
.error-card img { width: 235px; margin: 0 auto 25px; }
.error-card h1 { color: var(--navy); font-size: clamp(38px,7vw,66px); margin: 0; }
.error-card p { color: var(--muted); }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-phone) { font-size: 14px; }
  .hero-grid { grid-template-columns: .85fr 1.15fr; gap: 35px; }
  .hero-gallery { grid-template-columns: minmax(0, 1fr) 112px; grid-template-rows: repeat(3, 108px); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-card { gap: 36px; padding: 45px; }
  .footer-main { grid-template-columns: 220px 1fr; }
  .footer-links { grid-column: 1 / -1; grid-template-columns: repeat(4, auto); justify-content: start; }
}

@media (max-width: 880px) {
  .header-inner { min-height: 70px; }
  .brand img { width: 190px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-md); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.nav-phone) { padding: 12px 10px; }
  .main-nav > a:not(.nav-phone)::after { display: none; }
  .nav-phone { justify-content: center; margin-top: 8px; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-gallery { width: min(100%, 720px); margin: 8px auto 0; grid-template-columns: minmax(0, 1fr) 132px; grid-template-rows: repeat(3, 120px); }
  .section { padding: 75px 0; }
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion-photo { max-width: 650px; transform: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 168px; }
  .header-inner { min-height: 64px; }
  .hero { padding: 38px 0 18px; }
  .hero h1 { font-size: clamp(36px, 11vw, 49px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div { display: flex; align-items: center; gap: 8px; text-align: left; }
  .trust-row span { margin: 0; }
  .hero-gallery { grid-template-columns: repeat(3, 1fr); grid-template-rows: minmax(285px, 54vw) 88px; gap: 8px; }
  .hero-main-photo { grid-column: 1 / 4; grid-row: 1; border-radius: 22px; }
  .hero-mini-photo { grid-row: 2; border-radius: 15px; }
  .hero-note { width: min(calc(100% - 28px), 830px); align-items: flex-start; text-align: left; }
  .section { padding: 64px 0; }
  .section-heading.centered { margin-bottom: 34px; }
  .section-heading h2 { font-size: 35px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-body > p { min-height: auto; }
  .benefit-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: 0; }
  .steps-grid li:not(:last-child)::after { right: 50%; top: auto; bottom: -29px; transform: translateX(50%) rotate(90deg); }
  .occasion-copy h2 { font-size: 37px; }
  .contact-card { width: calc(100% - 20px); padding: 36px 24px; border-radius: 25px; }
  .contact-buttons { display: grid; }
  .footer-main { gap: 25px; }
  .footer-links { grid-template-columns: repeat(2, auto); }
  .footer-bottom { flex-direction: column; }
  .floating-call { display: inline-flex; }
  .dialog-shell { padding: 22px 15px; }
  .dialog-copy h2 { font-size: 27px; }
  .gallery-stage { min-height: 250px; }
  .gallery-arrow { width: 37px; height: 48px; }
  .gallery-thumbnails button { flex-basis: 82px; }
  .dialog-actions { display: grid; grid-template-columns: 1fr; }
  .prose { width: min(calc(100% - 28px), 820px); padding: 28px 22px; }
}

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