:root {
  --yellow: #ffc400;
  --yellow-2: #ffda43;
  --black: #101010;
  --ink: #181818;
  --muted: #66645f;
  --paper: #f7f6f2;
  --white: #fff;
  --green: #18a957;
  --line: rgba(16,16,16,.12);
  --shadow: 0 24px 70px rgba(0,0,0,.18);
  --radius: 22px;
  --container: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
body[dir="rtl"] { font-family: Tahoma, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.icon-small { width: 16px; height: 16px; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 9999; padding: 10px 16px; background: var(--yellow); color: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(16,16,16,.97); color: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.topline { background: var(--yellow); color: #111; font-weight: 800; font-size: .82rem; letter-spacing: .03em; }
.topline-inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topline a { display: inline-flex; align-items: center; gap: 7px; }
.nav-row { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 2px solid var(--yellow); background: #000; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { letter-spacing: .08em; font-size: 1.15rem; }
.brand small { color: var(--yellow); margin-top: 5px; letter-spacing: .08em; font-size: .66rem; }
.main-menu { display: flex; align-items: center; gap: 24px; margin-inline-start: auto; }
.main-menu a { color: #e8e8e8; font-weight: 700; font-size: .9rem; transition: color .2s ease; }
.main-menu a:hover, .main-menu a:focus-visible { color: var(--yellow); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-picker { position: relative; }
.language-picker summary { list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; padding: 9px 12px; font-weight: 900; font-size: .82rem; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-menu { position: absolute; inset-inline-end: 0; top: calc(100% + 10px); min-width: 180px; padding: 8px; background: #fff; color: #111; border-radius: 14px; box-shadow: var(--shadow); }
.language-menu a { display: block; padding: 8px 11px; border-radius: 8px; font-weight: 700; }
.language-menu a:hover { background: #f1f1ed; }
.menu-toggle { display: none; margin-inline-start: auto; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); background: transparent; border-radius: 12px; }

.button { min-height: 44px; padding: 10px 17px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 900; line-height: 1.15; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(255,196,0,.55); outline-offset: 2px; }
.button-yellow { background: var(--yellow); color: #111; box-shadow: 0 8px 20px rgba(255,196,0,.2); }
.button-yellow:hover { background: var(--yellow-2); }
.button-whatsapp { background: var(--green); color: #fff; box-shadow: 0 10px 26px rgba(24,169,87,.23); }
.button-outline { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(0,0,0,.2); backdrop-filter: blur(6px); }
.button-outline-dark { border-color: rgba(16,16,16,.22); background: transparent; color: var(--ink); }
.button-dark { background: var(--black); color: #fff; }
.button-ghost { background: #eee; color: #111; }
.button-large { min-height: 52px; padding: 13px 20px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 900; color: var(--ink); }
.text-link .icon { width: 18px; }
.section { padding: 88px 0; }
.kicker { color: #8c6b00; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.section-heading h2 { margin: 5px 0 5px; font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.05; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); margin: 0; max-width: 700px; }

.hero { position: relative; min-height: 710px; overflow: hidden; background: #111; color: #fff; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.95) contrast(1.04); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 45%, rgba(0,0,0,.33) 72%, rgba(0,0,0,.62) 100%); }
html[dir="rtl"] .hero-shade { background: linear-gradient(270deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 45%, rgba(0,0,0,.33) 72%, rgba(0,0,0,.62) 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 14px; background: repeating-linear-gradient(90deg, var(--yellow) 0 36px, #111 36px 72px); }
.hero-grid { position: relative; z-index: 2; min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); align-items: center; gap: 55px; padding-block: 62px 72px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-weight: 950; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
.hero h1 { margin: 16px 0; font-size: clamp(2.55rem, 6vw, 5.2rem); line-height: .96; letter-spacing: -.055em; max-width: 820px; }
.hero-copy > p { color: rgba(255,255,255,.82); font-size: 1.12rem; max-width: 610px; margin: 0 0 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-number { margin-top: 28px; display: flex; align-items: center; gap: 12px; }
.hero-number span { padding: 6px 9px; background: var(--yellow); color: #111; font-weight: 950; border-radius: 7px; font-size: .8rem; }
.hero-number strong { font-size: 1.6rem; letter-spacing: .035em; }

.booking-card { background: rgba(255,255,255,.98); color: var(--ink); border-radius: 26px; padding: 25px; box-shadow: 0 35px 90px rgba(0,0,0,.38); border: 1px solid rgba(255,255,255,.7); }
.booking-heading { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 17px; }
.booking-heading h2 { margin: 0 0 2px; font-size: 1.35rem; line-height: 1.2; }
.booking-heading p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.4; }
.booking-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--yellow); color: #111; }
.booking-card label { display: grid; gap: 5px; margin-bottom: 11px; }
.booking-card label > span { color: #444; font-size: .78rem; font-weight: 850; }
.booking-card input, .booking-card select, .booking-card textarea { width: 100%; min-height: 43px; border: 1px solid #d7d5cf; border-radius: 10px; padding: 9px 11px; background: #fff; color: #111; }
.booking-card textarea { resize: vertical; }
.field-grid { display: grid; gap: 10px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.input-with-icon { position: relative; }
.input-with-icon .icon { position: absolute; inset-inline-start: 11px; top: 11px; width: 19px; color: #7a7468; }
.input-with-icon input { padding-inline-start: 39px; }
.check-row { grid-template-columns: 20px 1fr !important; align-items: start; gap: 9px !important; }
.check-row input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); }
.check-row span { line-height: 1.35; }
.form-error { margin: 0 0 10px; color: #ad1a1a; font-size: .84rem; font-weight: 800; }

.trust-strip { background: var(--yellow); }
.trust-grid { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px; border-inline-end: 1px solid rgba(0,0,0,.16); font-weight: 900; line-height: 1.25; }
.trust-grid > div:last-child { border-inline-end: 0; }
.trust-grid .icon { width: 25px; height: 25px; }

.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 255px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card::after { content: ""; position: absolute; width: 90px; height: 12px; background: repeating-linear-gradient(90deg, #111 0 12px, var(--yellow) 12px 24px); right: -8px; bottom: 17px; transform: rotate(-12deg); opacity: .12; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; background: var(--yellow); border-radius: 15px; }
.service-icon .icon { width: 27px; height: 27px; }
.service-card h2, .service-card h3 { margin: 22px 0 8px; font-size: 1.2rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 900; }
.service-card a .icon { width: 17px; }
.service-grid-large { grid-template-columns: repeat(2, 1fr); }
.service-grid-large .service-card { min-height: 280px; }

.guide-section { background: var(--black); color: #fff; position: relative; overflow: hidden; }
.guide-section::before { content: "38"; position: absolute; right: -25px; top: -120px; font-size: 28rem; font-weight: 1000; color: rgba(255,255,255,.025); line-height: 1; }
.section-heading.light p { color: rgba(255,255,255,.62); }
.section-heading.light .text-link { color: var(--yellow); }
.guide-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.guide-card { display: flex; flex-direction: column; min-height: 285px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.055); transition: transform .2s ease, background .2s ease; }
.guide-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.guide-card > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--yellow); color: #111; }
.guide-card h2, .guide-card h3 { margin: 20px 0 8px; font-size: 1.14rem; line-height: 1.25; }
.guide-card p { margin: 0 0 18px; color: rgba(255,255,255,.65); font-size: .93rem; }
.guide-card b { margin-top: auto; color: var(--yellow); display: flex; align-items: center; gap: 7px; font-size: .86rem; }
.guide-card b .icon { width: 16px; }
.guide-grid-light .guide-card { color: var(--ink); background: #fff; border-color: var(--line); }
.guide-grid-light .guide-card p { color: var(--muted); }
.guide-grid-light .guide-card b { color: #8c6b00; }

.gallery-preview { background: #fff; }
.photo-mosaic { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 14px; min-height: 500px; }
.photo-button { position: relative; appearance: none; padding: 0; border: 0; border-radius: 20px; overflow: hidden; cursor: zoom-in; background: #ddd; min-height: 240px; }
.photo-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-button:hover img { transform: scale(1.035); }
.photo-mosaic .photo-button:first-child { grid-row: span 2; }
.photo-button > span { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,.72); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gallery-grid .photo-button { height: 390px; }

.location-section { background: var(--yellow); }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.location-copy h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; margin: 10px 0 15px; letter-spacing: -.04em; }
.location-copy p, .location-copy address { font-style: normal; color: rgba(0,0,0,.7); }
.location-copy address { font-weight: 800; margin: 20px 0; }
.stack-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-frame { position: relative; overflow: hidden; border-radius: 24px; min-height: 440px; background: #ddd; box-shadow: 0 25px 60px rgba(0,0,0,.22); border: 7px solid rgba(255,255,255,.45); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-large { margin-top: 28px; min-height: 540px; }

.social-section { background: var(--paper); }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.social-card { position: relative; min-height: 440px; border: 0; border-radius: 24px; overflow: hidden; padding: 0; cursor: pointer; background: #111; text-align: start; }
.social-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.social-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.9)); }
.social-overlay { position: absolute; z-index: 2; inset-inline: 25px; bottom: 24px; color: #fff; display: grid; }
.social-overlay b { font-size: 1.3rem; }
.social-overlay em { color: var(--yellow); font-style: normal; font-weight: 900; display: flex; align-items: center; gap: 8px; }
.play-button { position: absolute; z-index: 2; left: 50%; top: 45%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #111; box-shadow: 0 15px 38px rgba(0,0,0,.4); }
.play-button .icon { width: 35px; height: 35px; }
.social-card iframe { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; border: 0; }

.closing-cta, .content-band { padding: 70px 0; background: var(--black); color: #fff; }
.closing-grid, .content-band-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.closing-grid h2, .content-band h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; margin: 10px 0 14px; }
.closing-grid p, .content-band p { color: rgba(255,255,255,.68); max-width: 700px; }
.closing-number { display: grid; gap: 10px; justify-items: stretch; }
.closing-number > span { color: rgba(255,255,255,.55); font-size: .85rem; font-weight: 800; }
.closing-number > a:not(.button) { color: var(--yellow); font-size: clamp(1.7rem, 4vw, 2.45rem); line-height: 1; font-weight: 1000; letter-spacing: .02em; }

.page-hero { padding: 92px 0 75px; color: #fff; background: radial-gradient(circle at 80% 15%, rgba(255,196,0,.19), transparent 30%), var(--black); border-bottom: 12px solid var(--yellow); }
.page-hero h1 { margin: 12px 0; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .98; letter-spacing: -.05em; max-width: 950px; }
.page-hero p { color: rgba(255,255,255,.67); max-width: 740px; font-size: 1.08rem; }

.article-hero { padding: 88px 0 74px; background: var(--black); color: #fff; border-bottom: 12px solid var(--yellow); }
.article-head { max-width: 920px; }
.article-head > a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); margin-bottom: 25px; font-weight: 800; }
.icon-back { transform: rotate(180deg); }
html[dir="rtl"] .icon-back { transform: none; }
.article-head h1 { font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.04em; margin: 13px 0; }
.article-head > p { max-width: 790px; color: rgba(255,255,255,.68); font-size: 1.12rem; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 55px; padding-block: 70px 95px; align-items: start; }
.article-content { font-size: 1.08rem; }
.article-content p { margin: 0 0 22px; color: #474641; }
.article-content h2 { font-size: 1.8rem; margin: 42px 0 12px; }
.article-image { width: 100%; max-height: 500px; object-fit: cover; border-radius: 22px; margin-bottom: 30px; }
.article-aside { position: sticky; top: 128px; display: grid; gap: 12px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.article-aside strong { font-size: 1.65rem; }
.article-aside > span { color: var(--muted); margin-bottom: 5px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { min-height: 280px; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-card > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; background: var(--yellow); }
.contact-card small { margin-top: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; color: var(--muted); }
.contact-card > a:not(.button) { font-size: 1.9rem; font-weight: 1000; }
.contact-card p { margin: 0 0 10px; }

.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; background: var(--black); color: #fff; }
.not-found span { color: var(--yellow); font-size: 8rem; line-height: 1; font-weight: 1000; }
.not-found h1 { margin: 10px 0 25px; }

.site-footer { padding: 58px 0 105px; background: #080808; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr .55fr; gap: 38px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-grid strong { color: var(--yellow); }
.footer-grid p { color: rgba(255,255,255,.58); margin: 0; font-size: .9rem; }
.footer-grid a { color: #fff; font-weight: 800; }
.footer-brand { flex-direction: row !important; align-items: center !important; }
.footer-brand img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; }
.footer-brand strong { font-size: 1.2rem; }
.footer-phone { font-size: 1.22rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-size: .8rem; }
.mobile-actions { display: none; }

.cookie-banner { position: fixed; z-index: 300; left: 18px; right: 18px; bottom: 18px; max-width: 720px; margin: auto; padding: 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(16,16,16,.97); color: #fff; box-shadow: var(--shadow); }
.cookie-banner:not([hidden]) { display: flex; align-items: center; gap: 20px; justify-content: space-between; }
.cookie-banner p { margin: 0; font-size: .85rem; color: rgba(255,255,255,.72); }
.cookie-banner > div { display: flex; gap: 8px; flex: 0 0 auto; }
.lightbox { width: min(1000px, calc(100% - 28px)); height: min(85vh, 900px); border: 0; border-radius: 20px; padding: 0; background: #090909; overflow: hidden; }
.lightbox::backdrop { background: rgba(0,0,0,.85); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; right: 12px; top: 12px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--yellow); cursor: pointer; }
.flash { position: fixed; z-index: 500; top: 115px; left: 50%; transform: translateX(-50%); padding: 12px 18px; border-radius: 12px; box-shadow: var(--shadow); background: #fff; font-weight: 800; }
.flash-error { color: #9f1717; }
.flash-success { color: #08783b; }

@media (max-width: 1080px) {
  .main-menu { gap: 14px; }
  .main-menu a { font-size: .82rem; }
  .desktop-call { display: none; }
  .hero-grid { grid-template-columns: 1fr 410px; gap: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 24px, 680px); }
  body { padding-bottom: 72px; }
  .topline span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-row { min-height: 67px; gap: 10px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .59rem; }
  .menu-toggle { display: inline-flex; }
  .main-menu { display: none; position: absolute; left: 12px; right: 12px; top: 102px; padding: 12px; border-radius: 15px; background: #fff; color: #111; box-shadow: var(--shadow); }
  .main-menu.is-open { display: grid; }
  .main-menu a { color: #111; padding: 10px; border-radius: 8px; }
  .main-menu a:hover { background: #f2f1ed; }
  .header-actions { margin-inline-start: 0; }
  .hero, .hero-grid { min-height: auto; }
  .hero-photo { object-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.8), rgba(0,0,0,.94) 48%, #111 100%); }
  .hero-grid { grid-template-columns: 1fr; padding-block: 58px 50px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 4.6rem); }
  .hero-copy > p { font-size: 1rem; }
  .booking-card { padding: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { justify-content: flex-start; border-bottom: 1px solid rgba(0,0,0,.14); }
  .section { padding: 65px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .service-grid, .guide-grid, .service-grid-large { grid-template-columns: 1fr 1fr; }
  .photo-mosaic { min-height: 620px; grid-template-columns: 1fr 1fr; }
  .photo-mosaic .photo-button:first-child { grid-column: span 2; grid-row: auto; }
  .location-grid, .closing-grid, .content-band-grid, .article-grid { grid-template-columns: 1fr; gap: 32px; }
  .article-aside { position: static; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid .photo-button { height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; position: fixed; z-index: 250; left: 0; right: 0; bottom: 0; min-height: 68px; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -10px 35px rgba(0,0,0,.18); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--yellow); color: #111; font-weight: 950; }
  .mobile-actions a:last-child { background: var(--green); color: #fff; }
  .site-footer { padding-bottom: 50px; }
}

@media (max-width: 560px) {
  .topline { font-size: .72rem; }
  .topline-inner { min-height: 28px; }
  .topline a { letter-spacing: 0; }
  .brand span { display: none; }
  .nav-row { min-height: 62px; }
  .main-menu { top: 92px; }
  .hero-grid { padding-top: 42px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: 10px; font-size: .83rem; }
  .hero-number strong { font-size: 1.25rem; }
  .field-grid.two { grid-template-columns: 1fr; gap: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 14px 10px; border-inline-end: 0; }
  .service-grid, .guide-grid, .service-grid-large { grid-template-columns: 1fr; }
  .service-card, .guide-card { min-height: auto; }
  .photo-mosaic { display: grid; grid-template-columns: 1fr; min-height: auto; }
  .photo-mosaic .photo-button:first-child { grid-column: auto; }
  .photo-mosaic .photo-button { height: 310px; }
  .social-grid, .contact-grid, .gallery-grid { grid-template-columns: 1fr; }
  .social-card { min-height: 390px; }
  .gallery-grid .photo-button { height: 430px; }
  .page-hero { padding: 65px 0 55px; }
  .article-hero { padding: 60px 0 55px; }
  .article-grid { padding-block: 45px 70px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .cookie-banner:not([hidden]) { align-items: stretch; flex-direction: column; }
  .cookie-banner > div { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
