:root {
  --navy: #00435b;
  --navy-deep: #00435b;
  --ink: #112b3b;
  --yellow: #fdb812;
  --paper: #f5f3ed;
  --line: #dce2e4;
  --green: #1f9d63;
  --red: #d7473f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; color: var(--ink); background: rgba(255,255,255,.97); backdrop-filter: blur(16px); border-bottom: 1px solid #dce4e6; box-shadow: 0 7px 28px rgba(0,67,91,.07); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; width: 188px; height: 60px; align-items: center; overflow: hidden; }
.brand img { width: 178px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 0; flex: 1; }
.desktop-nav a { padding: 0 13px; font-size: 13px; font-weight: 750; letter-spacing: .02em; transition: color .2s; }
.desktop-nav a:first-child { padding-left: 0; }
.desktop-nav a:last-child { padding-right: 0; }
.desktop-nav a + a { border-left: 1px solid rgba(0,67,91,.18); }
.desktop-nav a:hover { color: var(--yellow); }
.header-contact { padding-left: 20px; border-left: 1px solid #d6e0e2; color: var(--navy); font-weight: 800; font-size: 15px; }
.header-contact span { display: block; color: var(--yellow); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 2px; }
.mobile-menu { display: none; position: relative; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,67,91,.96) 0%, rgba(0,67,91,.75) 45%, rgba(0,67,91,.08) 78%), linear-gradient(0deg, rgba(0,67,91,.42), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding: 120px 0 170px; }
.eyebrow { margin: 0 0 18px; color: var(--yellow); font-weight: 900; font-size: 12px; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-dark { color: var(--navy); }
.hero h1 { max-width: 730px; margin: 0; font-size: clamp(58px, 7vw, 104px); line-height: .91; letter-spacing: -.055em; font-weight: 900; }
.hero h1::after, .page-hero h1::after { content: ""; display: block; width: 112px; height: 7px; background: var(--yellow); margin-top: 30px; }
.hero-lead { max-width: 620px; margin: 30px 0 0; font-size: 20px; line-height: 1.55; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; font-size: 14px; font-weight: 850; letter-spacing: .01em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: #152a36; }
.button-primary:hover { background: #ffd15d; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.55); }
.button-dark { background: var(--navy); color: #fff; }
.button-light { background: #fff; color: var(--navy); }
.hero-stats { position: absolute; z-index: 3; left: 50%; bottom: 0; width: min(1180px, calc(100% - 40px)); transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--yellow); color: var(--ink); }
.hero-stats div { min-height: 108px; padding: 21px 30px; border-right: 1px solid rgba(17,43,59,.22); display: flex; align-items: center; gap: 20px; }
.hero-stats div:last-child { border: 0; }
.hero-stats svg { width: 48px; height: 48px; flex: 0 0 48px; color: var(--navy); }
.hero-stats p { display: flex; align-items: center; gap: 16px; margin: 0; }
.hero-stats strong { font-size: 36px; letter-spacing: -.04em; white-space: nowrap; }
.hero-stats p span { font-size: 13px; max-width: 130px; line-height: 1.35; font-weight: 700; }

.section { padding: 108px 0; }
.intro-section { background: #fff; }
.split-heading { display: grid; grid-template-columns: 1.08fr .8fr; gap: 100px; align-items: end; }
.split-heading h2, .section-heading-row h2, .home-cta h2 { margin: 0; font-size: clamp(36px, 4.2vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.split-heading p:not(.eyebrow) { margin: 0; font-size: 18px; line-height: 1.75; color: #4c626e; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 24px; color: var(--navy); font-weight: 850; }
.text-link span { color: var(--yellow); font-size: 22px; }
.map-section { background: var(--paper); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px; }
.section-heading-row h2 { max-width: 760px; }

.location-map { position: relative; height: 650px; overflow: hidden; isolation: isolate; background: #dbe4e4; border: 1px solid #c8d0d2; box-shadow: 0 24px 70px rgba(12,48,65,.12); }
.location-map-compact { height: 560px; }
.map-canvas { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; font-family: inherit; }
.map-canvas .leaflet-tile-pane { filter: saturate(.48) contrast(.9) brightness(1.08); }
.map-canvas .leaflet-control-zoom { margin: 22px 22px 0 0; border: 0; box-shadow: 0 8px 24px rgba(8,39,54,.18); }
.map-canvas .leaflet-control-zoom a { width: 38px; height: 38px; line-height: 36px; border-color: #d9e1e3; color: var(--navy); font: 800 22px/36px Inter, sans-serif; }
.map-canvas .leaflet-control-zoom a:hover { background: var(--yellow); color: var(--navy); }
.map-canvas .leaflet-control-attribution { margin: 0; padding: 3px 6px; background: rgba(255,255,255,.82); color: #53676f; font-size: 8px; }
.map-shade { position: absolute; inset: 0; z-index: 400; background: linear-gradient(90deg, rgba(255,255,255,.1), transparent 38%), linear-gradient(0deg, rgba(0,67,91,.05), transparent 32%); pointer-events: none; }
.map-label { position: absolute; z-index: 500; top: 26px; left: 26px; display: flex; flex-direction: column; padding: 14px 18px 13px; border-left: 5px solid var(--yellow); background: rgba(255,255,255,.94); color: var(--navy); box-shadow: 0 10px 30px rgba(8,39,54,.14); pointer-events: none; }
.map-label strong { font-size: 30px; letter-spacing: .18em; }
.map-label span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.map-help { position: absolute; z-index: 500; top: 28px; right: 78px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; background: rgba(255,255,255,.92); color: #49616d; font-size: 10px; font-weight: 850; letter-spacing: .02em; box-shadow: 0 8px 24px rgba(8,39,54,.12); pointer-events: none; }
.map-help span { color: var(--navy); font-size: 12px; }
.bloq-map-marker { overflow: visible !important; border: 0; background: none; }
.bloq-map-marker:hover { z-index: 1000 !important; }
.bloq-map-link { position: relative; display: block; width: 34px; height: 46px; outline: none; }
.bloq-map-pin { position: absolute; top: 2px; left: 4px; display: block; width: 27px; height: 27px; border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 5px 15px rgba(0,0,0,.3); transition: transform .2s cubic-bezier(.2,.75,.3,1), box-shadow .2s; }
.bloq-map-pin i { position: absolute; width: 7px; height: 7px; left: 7px; top: 7px; border-radius: 50%; background: #fff; }
.bloq-map-pin-free { background: var(--green); }
.bloq-map-pin-busy { background: var(--red); }
.bloq-map-link:hover .bloq-map-pin, .bloq-map-link:focus-visible .bloq-map-pin { transform: rotate(-45deg) scale(1.24); box-shadow: 0 8px 22px rgba(0,0,0,.32); }
.bloq-map-link:focus-visible .bloq-map-pin { outline: 3px solid var(--yellow); outline-offset: 3px; }
.bloq-map-tooltip { position: absolute; left: 17px; bottom: 50px; display: flex; align-items: center; gap: 10px; width: max-content; max-width: 290px; padding: 10px 12px; background: var(--green); color: #fff; font-size: 10px; line-height: 1; white-space: nowrap; box-shadow: 0 10px 30px rgba(5,51,38,.26); opacity: 0; visibility: hidden; transform: translate(-50%, 10px) scale(.96); transform-origin: 50% 100%; pointer-events: none; }
.bloq-map-tooltip::after { content: ""; position: absolute; left: 50%; top: 100%; margin-left: -6px; border: 6px solid transparent; border-top-color: var(--green); }
.bloq-map-tooltip strong { font-size: 12px; }
.bloq-map-tooltip > span { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.45); font-weight: 750; text-transform: lowercase; }
.bloq-map-tooltip b { display: flex; align-items: center; gap: 5px; color: var(--yellow); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.bloq-map-tooltip b i { font-style: normal; font-size: 13px; }
.bloq-map-link:hover .bloq-map-tooltip, .bloq-map-link:focus-visible .bloq-map-tooltip { visibility: visible; opacity: 1; animation: map-tooltip-in .3s cubic-bezier(.2,.8,.2,1) both; }
@keyframes map-tooltip-in { from { opacity: 0; transform: translate(-50%, 12px) scale(.94); } to { opacity: 1; transform: translate(-50%, 0) scale(1); } }
.map-legend { position: absolute; z-index: 500; right: 22px; bottom: 22px; display: flex; gap: 18px; padding: 11px 15px; background: rgba(255,255,255,.95); font-size: 11px; font-weight: 800; box-shadow: 0 8px 24px rgba(8,39,54,.12); pointer-events: none; }
.map-legend span { display: flex; align-items: center; gap: 7px; }
.map-legend i { width: 9px; height: 9px; border-radius: 50%; }
.legend-free { background: var(--green); }
.legend-busy { background: var(--red); }

.featured-section { background: #fff; }
.location-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.location-card { border: 1px solid var(--line); background: #fff; transition: transform .22s, box-shadow .22s; }
.location-card:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(11,53,74,.12); }
.location-card-image { position: relative; aspect-ratio: 1.35; overflow: hidden; }
.location-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.location-card:hover img { transform: scale(1.035); }
.status-free, .status-busy { position: absolute; left: 18px; bottom: 16px; padding: 8px 12px; color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.status-free { background: var(--green); }
.status-busy { background: var(--red); }
.location-card-copy { padding: 22px; }
.location-card-copy > span { color: var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.location-card-copy h3 { margin: 8px 0; font-size: 25px; letter-spacing: -.03em; }
.location-card-copy p { margin: 0; color: #69808c; font-size: 13px; }
.location-rotator { position: relative; }
.rotating-location-cards .location-card { opacity: 0; animation: location-card-in .7s cubic-bezier(.2,.78,.25,1) forwards; }
.rotating-location-cards .location-card:nth-child(2) { animation-delay: .08s; }
.rotating-location-cards .location-card:nth-child(3) { animation-delay: .16s; }
.location-rotator-controls { display: grid; grid-template-columns: minmax(180px, 1fr) auto auto; gap: 22px; align-items: center; margin-top: 28px; }
.location-rotator-progress { height: 4px; overflow: hidden; background: #dce4e6; }
.location-rotator-progress span { display: block; width: 100%; height: 100%; background: var(--yellow); transform-origin: left center; animation: location-rotator-progress 5.2s linear forwards; }
.location-rotator.is-paused .location-rotator-progress span { animation-play-state: paused; }
.location-rotator-counter { color: #71838b; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.location-rotator-buttons { display: flex; gap: 7px; }
.location-rotator-buttons button { width: 46px; height: 42px; display: grid; place-items: center; border: 1px solid var(--navy); background: #fff; color: var(--navy); font: inherit; font-size: 19px; font-weight: 900; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.location-rotator-buttons button:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.location-rotator-buttons button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
@keyframes location-card-in { from { opacity: 0; transform: translateY(22px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes location-rotator-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.home-cta { position: relative; background: var(--yellow); padding: 82px 0; overflow: hidden; }
.home-cta-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; }
.home-cta .eyebrow { color: var(--navy); }
.cta-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.cta-contact > a:not(.button) { font-size: 21px; font-weight: 850; }
.cta-contact .button { margin-top: 13px; }

.site-footer { background: var(--navy-deep); color: #fff; padding-top: 66px; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr .8fr; gap: 54px; }
.footer-logo { width: 190px; height: auto; object-fit: contain; margin: 8px 0 25px; }
.footer-grid p { max-width: 370px; color: rgba(255,255,255,.65); line-height: 1.7; }
.footer-grid h2 { margin: 13px 0 18px; color: var(--yellow); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.footer-grid a { display: block; margin-bottom: 10px; color: rgba(255,255,255,.85); font-size: 14px; }
.footer-ornament { height: 130px; margin: 35px 0 0; background: url("../../images/bloki-jasne.png") center / 100% 100% no-repeat; }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,184,0,.3); color: rgba(255,255,255,.54); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom > div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--yellow); }
.footer-cookie-button { display: block; padding: 0; border: 0; background: none; color: rgba(255,255,255,.85); font: inherit; font-size: 14px; cursor: pointer; text-align: left; }
.footer-cookie-button:hover { color: var(--yellow); }

@media (max-width: 1050px) { .desktop-nav a { padding-inline: 9px; font-size: 11px; } .desktop-nav a:first-child { padding-left: 0; } .desktop-nav a:last-child { padding-right: 0; } .header-contact { display: none; } }
@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; justify-content: space-between; }
  .desktop-nav { display: none; }
  .brand { width: 154px; height: 52px; }
  .brand img { width: 148px; height: auto; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; padding: 10px 13px; border: 1px solid #b9c8cd; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 46px; width: min(320px, calc(100vw - 28px)); padding: 14px; background: #fff; color: var(--ink); box-shadow: 0 18px 40px rgba(0,67,91,.2); }
  .mobile-menu nav a { display: block; padding: 12px; border-bottom: 1px solid #e1e7e9; font-weight: 750; }
  .hero { min-height: 680px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,67,91,.94), rgba(0,67,91,.5)), linear-gradient(0deg, rgba(0,67,91,.58), transparent); }
  .hero-content { padding: 88px 0 180px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); max-width: 600px; }
  .hero-lead { font-size: 17px; max-width: 530px; }
  .hero-stats { width: calc(100% - 28px); }
  .hero-stats div { padding: 16px 12px; min-height: 100px; gap: 10px; }
  .hero-stats svg { width: 36px; height: 36px; flex-basis: 36px; }
  .hero-stats p { gap: 8px; }
  .hero-stats strong { font-size: 25px; }
  .hero-stats p span { font-size: 10px; }
  .section { padding: 78px 0; }
  .split-heading, .home-cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .location-map, .location-map-compact { height: 520px; }
  .map-help { top: auto; right: 15px; bottom: 76px; }
  .location-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .hero { min-height: 710px; }
  .hero h1 { font-size: 52px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-stats p span { display: none; }
  .hero-stats div { align-items: center; justify-content: center; min-height: 74px; padding: 10px 5px; gap: 8px; }
  .hero-stats svg { width: 29px; height: 29px; flex-basis: 29px; }
  .hero-stats p { gap: 0; }
  .section { padding: 66px 0; }
  .split-heading h2, .section-heading-row h2, .home-cta h2 { font-size: 36px; }
  .location-map, .location-map-compact { height: 480px; }
  .map-label { top: 15px; left: 15px; padding: 11px 13px 10px; }
  .map-label strong { font-size: 22px; }
  .map-label span { font-size: 8px; }
  .map-help { display: none; }
  .map-canvas .leaflet-control-zoom { margin: 14px 14px 0 0; }
  .map-canvas .leaflet-control-zoom a { width: 36px; height: 36px; line-height: 34px; }
  .map-legend { left: auto; right: 12px; bottom: 12px; flex-direction: column; gap: 6px; padding: 9px 11px; }
  .bloq-map-tooltip { gap: 7px; max-width: 250px; padding: 9px 10px; }
  .bloq-map-tooltip b { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { gap: 12px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .location-rotator-controls { grid-template-columns: 1fr auto; gap: 14px; }
  .location-rotator-progress { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .bloq-map-pin, .bloq-map-tooltip, .rotating-location-cards .location-card, .location-rotator-progress span { transition: none; animation: none !important; opacity: 1; transform: none; }
}

body:has(.admin-shell) .site-header,
body:has(.admin-shell) .site-footer,
body:has(.admin-shell) .cookie-layer { display: none; }
.admin-shell { min-height: 100vh; background: #edf1f2; color: var(--ink); }
.admin-topbar { min-height: 76px; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; background: var(--navy-deep); color: #fff; }
.admin-topbar > div { display: flex; align-items: baseline; gap: 18px; }
.admin-topbar span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.admin-topbar strong { font-size: 19px; }
.admin-topbar a { font-size: 12px; font-weight: 800; }
.admin-layout { display: grid; grid-template-columns: 315px 1fr; min-height: calc(100vh - 76px); }
.admin-sidebar { padding: 38px 28px; background: #fff; border-right: 1px solid #d4dddf; }
.admin-sidebar > label { display: block; margin-bottom: 8px; color: #6c7f87; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.admin-sidebar select { width: 100%; padding: 13px 11px; border: 1px solid #c9d3d6; background: #fff; font: inherit; font-size: 13px; }
.admin-location-meta { margin-top: 38px; }
.admin-location-meta > span { color: var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.admin-location-meta h1 { margin: 8px 0; font-size: 34px; line-height: 1.02; letter-spacing: -.045em; }
.admin-location-meta p { color: #647780; font-size: 13px; }
.admin-help { margin-top: 35px; padding: 22px; background: #f2f4f3; border-left: 5px solid var(--yellow); }
.admin-help strong { font-size: 13px; }
.admin-help p { margin: 8px 0 0; color: #62757d; font-size: 12px; line-height: 1.65; }
.admin-content { padding: 38px; }
.admin-panel { max-width: 1000px; margin: 0 auto 24px; padding: 30px; background: #fff; border: 1px solid #d8e0e2; }
.admin-panel-heading { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 25px; }
.admin-panel-heading span { color: var(--navy); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.admin-panel-heading h2 { margin: 5px 0 0; font-size: 27px; letter-spacing: -.035em; }
.admin-panel-heading > i { padding: 8px 11px; color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-style: normal; }
.admin-map-green { background: var(--green); }
.admin-map-red { background: var(--red); }
.admin-panel-heading > small { color: #61757e; font-weight: 800; }
.admin-panel-intro { max-width: 720px; margin: -10px 0 24px; color: #637780; font-size: 13px; line-height: 1.65; }
.admin-board-list { border-top: 1px solid #dbe2e4; }
.admin-board-row { display: grid; grid-template-columns: 1fr 180px 150px 76px; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid #dbe2e4; }
.admin-board-row strong, .admin-board-row small { display: block; }
.admin-board-row small { margin-top: 3px; color: #7a8b92; }
.admin-status-buttons { display: grid; grid-template-columns: 1fr 1fr; }
.admin-status-buttons button { min-height: 38px; border: 1px solid #cad5d7; background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.admin-status-buttons button + button { border-left: 0; }
.admin-status-buttons .selected-free { background: var(--green); border-color: var(--green); color: #fff; }
.admin-status-buttons .selected-busy { background: var(--red); border-color: var(--red); color: #fff; }
.admin-board-row label span { display: block; margin-bottom: 4px; color: #7b8a91; font-size: 9px; text-transform: uppercase; font-weight: 800; }
.admin-board-row input[type="date"] { width: 100%; padding: 9px 7px; border: 1px solid #cad5d7; font: inherit; font-size: 11px; }
.admin-date-empty { color: #97a5aa; text-align: center; }
.admin-save { min-height: 38px; border: 0; background: var(--navy); color: #fff; font-weight: 800; cursor: pointer; }
.admin-save:disabled { opacity: .6; }
.admin-board-photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.admin-board-photo { border: 1px solid #d5dfe1; background: #f7f9f9; }
.admin-board-photo-preview { position: relative; aspect-ratio: 1.25; overflow: hidden; background: #dfe6e7; }
.admin-board-photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.admin-board-photo-preview > span { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.admin-board-photo form { padding: 14px; }
.admin-board-photo form label > span { display: block; margin-bottom: 8px; color: #647780; font-size: 10px; font-weight: 800; }
.admin-board-photo input[type="file"] { width: 100%; padding: 9px; border: 1px dashed #afbec2; background: #fff; font-size: 10px; }
.admin-board-photo .admin-save { width: 100%; margin-top: 10px; }
.admin-board-photo form p { margin: 9px 0 0; color: var(--navy); font-size: 10px; font-weight: 800; }
.admin-photo-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.admin-photo-grid > div { position: relative; aspect-ratio: 1; overflow: hidden; background: #e9edef; }
.admin-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.admin-photo-grid span { position: absolute; left: 7px; bottom: 7px; min-width: 23px; height: 23px; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; }
.admin-upload { margin-top: 25px; padding: 22px; background: #f2f5f5; }
.admin-upload > label:first-child span { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 800; }
.admin-upload input[type="file"] { width: 100%; padding: 12px; border: 1px dashed #aebec2; background: #fff; }
.admin-replace { display: flex; gap: 8px; align-items: center; margin: 14px 0; color: #596f78; font-size: 12px; }
.admin-replace input { accent-color: var(--navy); }
.admin-upload p { margin: 12px 0 0; color: var(--navy); font-size: 12px; font-weight: 800; }

@media (max-width: 820px) {
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { border-right: 0; border-bottom: 1px solid #d4dddf; }
  .admin-content { padding: 22px 14px; }
  .admin-board-row { grid-template-columns: 1fr 1fr; }
  .admin-board-photo-grid { grid-template-columns: 1fr 1fr; }
  .admin-photo-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 560px) {
  .admin-topbar { padding: 15px; }
  .admin-topbar a { display: none; }
  .admin-sidebar { padding: 25px 18px; }
  .admin-panel { padding: 22px 16px; }
  .admin-board-row { grid-template-columns: 1fr; }
  .admin-board-photo-grid { grid-template-columns: 1fr; }
  .admin-photo-grid { grid-template-columns: repeat(2,1fr); }
}

.legal-section { background: var(--paper); }
.legal-document { max-width: 920px; padding: 64px 72px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0,67,91,.08); }
.legal-draft-note { margin-bottom: 38px; padding: 22px 24px; border-left: 6px solid var(--yellow); background: #fff6d8; }
.legal-draft-note strong { color: var(--navy); font-size: 15px; }
.legal-draft-note p { margin: 8px 0 0; color: #536872; font-size: 13px; line-height: 1.65; }
.legal-updated { margin: 0 0 38px; color: #71838b; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.legal-document h2 { margin: 48px 0 18px; color: var(--navy); font-size: 27px; letter-spacing: -.025em; }
.legal-document > h2:first-of-type { margin-top: 0; }
.legal-document p, .legal-document li { color: #435c67; font-size: 16px; line-height: 1.8; }
.legal-document ol { margin: 0; padding-left: 24px; }
.legal-document li { padding-left: 7px; margin-bottom: 11px; }
.legal-document a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 3px; }
.legal-document code { padding: 3px 6px; background: #edf2f3; color: var(--navy); }
.cookie-table { margin: 24px 0 32px; border: 1px solid #ccd7da; }
.cookie-table-row { display: grid; grid-template-columns: .65fr 1.75fr .7fr; border-top: 1px solid #d9e1e3; }
.cookie-table-row:first-child { border-top: 0; }
.cookie-table-row > * { padding: 15px; border-right: 1px solid #d9e1e3; font-size: 13px; line-height: 1.55; }
.cookie-table-row > *:last-child { border-right: 0; }
.cookie-table-head { background: var(--navy); color: #fff; font-weight: 850; }

.cookie-layer { position: fixed; inset: auto 0 0; z-index: 1000; padding: 18px; pointer-events: none; }
.cookie-layer:has(.cookie-panel-settings) { inset: 0; display: grid; place-items: center; background: rgba(0,38,52,.64); backdrop-filter: blur(5px); }
.cookie-panel { width: min(1180px, 100%); margin: 0 auto; padding: 28px 30px; display: grid; grid-template-columns: 78px 1fr auto; gap: 26px; align-items: center; background: #fff; border: 1px solid #cbd7da; box-shadow: 0 -4px 55px rgba(0,40,56,.24); pointer-events: auto; }
.cookie-panel-settings { width: min(760px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; display: block; padding: 34px; box-shadow: 0 30px 90px rgba(0,28,40,.4); }
.cookie-mark { width: 64px; height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; background: var(--yellow); color: var(--navy); }
.cookie-mark strong { font-size: 12px; font-weight: 950; line-height: 1; letter-spacing: .08em; }
.cookie-mark span { font-size: 7px; font-weight: 900; line-height: 1; letter-spacing: .28em; transform: translateX(.14em); }
.cookie-eyebrow { margin: 0 0 7px !important; color: var(--navy) !important; font-size: 10px !important; font-weight: 950; text-transform: uppercase; letter-spacing: .14em; }
.cookie-copy h2, .cookie-settings-heading h2 { margin: 0; color: var(--ink); font-size: 25px; letter-spacing: -.035em; }
.cookie-copy > p:not(.cookie-eyebrow):not(.cookie-links) { max-width: 700px; margin: 8px 0 0; color: #5c7079; font-size: 13px; line-height: 1.6; }
.cookie-links { margin: 7px 0 0; font-size: 11px; }
.cookie-links a { color: var(--navy); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { min-width: 210px; display: flex; flex-direction: column; gap: 8px; }
.cookie-button { min-height: 44px; padding: 0 17px; border: 2px solid var(--navy); font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; transition: background .18s, color .18s, transform .18s; }
.cookie-button:hover { transform: translateY(-1px); }
.cookie-button-primary { background: var(--navy); color: #fff; }
.cookie-button-secondary { background: #fff; color: var(--navy); }
.cookie-button-link { min-height: auto; padding: 4px; border: 0; background: none; color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings-heading { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid #d8e1e3; }
.cookie-close { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #cbd7da; background: #fff; color: var(--navy); font-size: 27px; cursor: pointer; }
.cookie-categories { margin-top: 8px; }
.cookie-category { position: relative; min-height: 104px; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; padding: 22px 0; border-bottom: 1px solid #d8e1e3; }
.cookie-category strong { color: var(--ink); font-size: 16px; }
.cookie-category p { max-width: 520px; margin: 6px 0 0; color: #647780; font-size: 12px; line-height: 1.6; }
.cookie-always { color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.cookie-category input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-switch { width: 48px; height: 26px; position: relative; border-radius: 20px; background: #b9c5c8; cursor: pointer; transition: background .2s; }
.cookie-switch::after { content: ""; position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.22); transition: transform .2s; }
.cookie-category input:checked + .cookie-switch { background: var(--green); }
.cookie-category input:checked + .cookie-switch::after { transform: translateX(22px); }
.cookie-category input:focus-visible + .cookie-switch { outline: 3px solid var(--yellow); outline-offset: 3px; }
.cookie-settings-actions { display: flex; gap: 10px; justify-content: flex-end; padding-top: 25px; }

@media (max-width: 900px) {
  .cookie-panel:not(.cookie-panel-settings) { grid-template-columns: 58px 1fr; }
  .cookie-panel:not(.cookie-panel-settings) .cookie-actions { grid-column: 1 / -1; min-width: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; }
  .cookie-mark { width: 54px; height: 54px; }
}

@media (max-width: 680px) {
  .legal-document { padding: 36px 22px; }
  .legal-document h2 { font-size: 23px; }
  .legal-document p, .legal-document li { font-size: 14px; }
  .cookie-table { overflow-x: auto; }
  .cookie-table-row { min-width: 640px; }
  .cookie-layer { padding: 10px; }
  .cookie-panel:not(.cookie-panel-settings) { padding: 20px; display: block; }
  .cookie-panel:not(.cookie-panel-settings) .cookie-mark { margin-bottom: 16px; }
  .cookie-panel:not(.cookie-panel-settings) .cookie-actions { margin-top: 18px; display: flex; }
  .cookie-panel-settings { padding: 24px 18px; }
  .cookie-copy h2, .cookie-settings-heading h2 { font-size: 22px; }
  .cookie-category { gap: 16px; }
  .cookie-category p { padding-right: 5px; }
  .cookie-settings-actions { flex-direction: column; }
  .footer-bottom { padding-block: 16px; }
  .footer-bottom > div { flex-direction: column; gap: 7px; }
  .footer-ornament { height: 94px; }
}

.page-hero { position: relative; min-height: 480px; display: flex; align-items: center; background: var(--navy); color: #fff; overflow: hidden; }
.page-hero-image { min-height: 590px; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,67,91,.96) 0%, rgba(0,67,91,.72) 48%, rgba(0,67,91,.12) 82%); }
.page-hero-content { position: relative; z-index: 2; padding-block: 100px; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 6.5vw, 88px); line-height: .97; letter-spacing: -.055em; }
.page-hero h1.page-hero-title-home { font-size: clamp(58px, 7vw, 104px); line-height: .91; font-weight: 900; }
.page-hero-title-lines > span { display: block; }
.page-hero h1.page-hero-title-nowrap { white-space: nowrap; }
.page-hero-content > p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 19px; line-height: 1.65; }
.content-section { background: #fff; }
.editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.editorial-title > span { color: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.editorial-title h2 { margin: 18px 0 0; font-size: clamp(38px, 4.1vw, 60px); line-height: 1.04; letter-spacing: -.05em; }
.prose-large p { margin: 0 0 25px; color: #49616d; font-size: 18px; line-height: 1.8; }
.prose-large .button { margin-top: 12px; }
.values-section { background: var(--paper); padding: 0 0 100px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfd8da; }
.values-grid article { padding: 56px 42px 0; border-right: 1px solid #cfd8da; }
.values-grid article:first-child { padding-left: 0; }
.values-grid article:last-child { border-right: 0; }
.values-grid strong { display: block; color: var(--navy); font-size: 58px; letter-spacing: -.05em; }
.values-grid h3 { margin: 7px 0 12px; font-size: 21px; }
.values-grid p { color: #607680; line-height: 1.65; font-size: 14px; }
.service-grid-section { padding: 0 0 110px; background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 330px; padding: 35px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card-top { position: relative; min-height: 90px; display: flex; align-items: center; justify-content: center; color: var(--navy); }
.service-card-top > span { position: absolute; top: 0; left: 0; color: var(--yellow); font-size: 13px; font-weight: 900; }
.service-card-top svg { width: 82px; height: 82px; padding: 0; background: transparent; color: var(--navy); }
.service-grid h3 { margin: 30px 0 14px; font-size: 25px; letter-spacing: -.03em; }
.service-grid p { margin: 0; color: #617681; line-height: 1.65; font-size: 14px; }
.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pricing-card { min-height: 310px; padding: 34px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.pricing-card-main { grid-column: 1 / 3; background: var(--navy); color: #fff; }
.pricing-card > span { color: var(--yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.pricing-card h2 { margin: auto 0 16px; max-width: 580px; font-size: clamp(44px,5vw,68px); line-height: .98; letter-spacing: -.05em; }
.pricing-card strong { margin: auto 0 0; color: var(--navy); font-size: 56px; letter-spacing: -.05em; }
.pricing-card small { font-weight: 800; color: #6c8089; }
.pricing-card p { margin: 20px 0 0; max-width: 520px; color: #687c86; line-height: 1.6; font-size: 14px; }
.pricing-card-main p { color: rgba(255,255,255,.68); }
.pricing-factors { background: #fff; }
.factor-list { list-style: none; margin: 0; padding: 0; }
.factor-list li { position: relative; padding: 20px 16px 20px 36px; border-bottom: 1px solid var(--line); font-size: 18px; color: #425d69; }
.factor-list li::before { content: ""; position: absolute; left: 0; top: 27px; width: 9px; height: 9px; background: var(--yellow); }
.studio-highlight { margin-top: 42px; padding: 30px; background: var(--yellow); color: var(--ink); }
.studio-highlight strong { display: block; font-size: 22px; }
.studio-highlight span { display: block; margin-top: 6px; }
.contact-band { position: relative; background: var(--yellow); padding: 80px 0; overflow: hidden; }
.contact-band-inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 90px; align-items: center; }
.contact-band .eyebrow { color: var(--navy); }
.contact-band h2 { margin: 0; font-size: clamp(42px,5vw,70px); line-height: 1; letter-spacing: -.05em; }
.contact-band-inner > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.contact-band-inner > div:last-child > a:not(.button) { font-size: 20px; font-weight: 850; }
.contact-band .button { margin-top: 12px; }
.contact-page-section { background: var(--paper); }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-details h2 { margin: 0 0 42px; font-size: clamp(42px,4vw,62px); line-height: 1.02; letter-spacing: -.05em; }
.contact-details > div { padding: 22px 0; border-top: 1px solid #ced8da; }
.contact-details > div span { display: block; color: #73858d; font-size: 11px; text-transform: uppercase; font-weight: 900; letter-spacing: .13em; }
.contact-details > div a { display: inline-block; margin-top: 8px; color: var(--navy); font-size: 23px; font-weight: 850; }
.contact-note { margin: 30px 0 0; color: #5c737d; line-height: 1.7; }
.contact-form { padding: 42px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(9,52,70,.08); }
.contact-form label { display: block; margin-bottom: 20px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: #536b75; font-size: 12px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 1px solid #cad6d9; background: #fbfcfc; padding: 14px; border-radius: 0; color: var(--ink); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--yellow); outline-offset: -2px; }
.checkbox-label { display: flex !important; align-items: flex-start; gap: 10px; }
.checkbox-label input { margin-top: 3px; accent-color: var(--navy); }
.checkbox-label span { font-size: 11px !important; line-height: 1.5; font-weight: 500 !important; }
.contact-form button:disabled { opacity: .65; }
.form-success { color: var(--green); font-weight: 750; }
.form-error { color: var(--red); font-weight: 750; }
.locations-map-section { background: var(--paper); padding-top: 70px; }
.street-list-section { background: #fff; }
.street-list-intro { max-width: 410px; margin: 0; color: #607680; line-height: 1.7; }
.street-groups { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.street-group { padding: 28px 34px 30px 0; border-bottom: 1px solid var(--line); }
.street-group:nth-child(even) { padding-left: 34px; border-left: 1px solid var(--line); }
.street-group h3 { margin: 0 0 12px; color: var(--navy); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.street-group a { display: grid; grid-template-columns: 1fr auto 24px; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px dotted #d3dcde; }
.street-group a:first-child { border-top: 0; }
.street-group a:hover b { transform: translateX(3px); color: var(--yellow); }
.street-group a b { transition: transform .2s; }
.street-group small { padding: 5px 8px; color: #fff; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.street-free { background: var(--green); }
.street-busy { background: var(--red); }
.location-detail-hero { position: relative; background: var(--navy); color: #fff; padding: 72px 0; overflow: hidden; }
.location-detail-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.location-detail-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,67,91,.98), rgba(0,67,91,.72) 60%, rgba(0,67,91,.55)); }
.location-detail-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; }
.location-detail-heading h1 { margin: 0; font-size: clamp(48px,6vw,82px); line-height: .95; letter-spacing: -.055em; }
.detail-status-free, .detail-status-busy { min-width: 285px; padding: 22px 24px; border-left: 7px solid; background: rgba(255,255,255,.09); }
.detail-status-free { border-color: var(--green); }
.detail-status-busy { border-color: var(--red); }
.detail-status-free span, .detail-status-busy span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; opacity: .72; }
.detail-status-free strong, .detail-status-busy strong { display: block; margin-top: 8px; font-size: 18px; }
.location-detail-section { background: var(--paper); }
.location-detail-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 34px; align-items: start; }
.gallery-main { aspect-ratio: 1.35; overflow: hidden; background: #dfe4e5; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.board-selector { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 8px; }
.board-selector button { min-height: 82px; position: relative; padding: 16px 42px 14px 16px; border: 1px solid #cad5d7; background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.board-selector button:hover, .board-selector button.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.board-selector button > span, .board-selector button > small { display: block; }
.board-selector button > span { font-size: 14px; font-weight: 900; }
.board-selector button > small { margin-top: 5px; color: #6c8089; font-size: 9px; line-height: 1.35; }
.board-selector button:hover > small, .board-selector button.active > small { color: rgba(255,255,255,.72); }
.board-selector button > i { position: absolute; right: 15px; top: 16px; width: 10px; height: 10px; border-radius: 50%; }
.board-selector button > b { position: absolute; right: 14px; bottom: 10px; color: var(--yellow); font-size: 11px; }
.gallery-caption { margin: 8px 0 0; color: #6a7d85; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.location-summary { padding: 34px; background: #fff; border: 1px solid var(--line); }
.location-summary h2 { margin: 0 0 16px; font-size: 34px; letter-spacing: -.04em; }
.location-summary > p:not(.eyebrow) { color: #617681; line-height: 1.7; }
.board-status-list { margin: 28px 0; border-top: 1px solid var(--line); }
.board-status-list > button { width: 100%; display: flex; gap: 12px; align-items: center; padding: 15px 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.board-status-list > button:hover, .board-status-list > button.active { background: #f2f5f5; }
.board-status-list > button > span { width: 11px; height: 11px; flex: 0 0 11px; border-radius: 50%; }
.board-dot-free { background: var(--green); }
.board-dot-busy { background: var(--red); }
.board-status-list strong, .board-status-list small { display: block; }
.board-status-list small { margin-top: 3px; color: #6c8089; }
.location-inquiry { padding: 100px 0; background: #fff; scroll-margin-top: 90px; }

/* Duże hasła mają pozostać lekkie jak w projekcie graficznym. */
.hero h1,
.page-hero h1,
.page-hero h1.page-hero-title-home,
.split-heading h2,
.section-heading-row h2,
.home-cta h2,
.editorial-title h2,
.pricing-card h2,
.contact-band h2,
.contact-details h2,
.location-detail-heading h1,
.location-summary h2 {
  font-weight: 400;
}

/* Hasła umieszczone na ciemnozielonych płaszczyznach pozostają mocne. */
.hero h1,
.page-hero h1,
.page-hero h1.page-hero-title-home,
.location-detail-heading h1,
.pricing-card-main h2 {
  font-weight: 900;
}

@media (max-width: 820px) {
  .page-hero, .page-hero-image { min-height: 470px; }
  .page-hero-content { padding-block: 78px; }
  .editorial-grid, .contact-band-inner, .contact-page-grid, .location-detail-grid { grid-template-columns: 1fr; gap: 44px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article:first-child { padding: 34px 0; border-right: 0; border-bottom: 1px solid #cfd8da; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card-main { grid-column: 1 / -1; }
  .contact-band-inner { gap: 35px; }
  .location-detail-heading { align-items: flex-start; flex-direction: column; }
  .detail-status-free, .detail-status-busy { width: 100%; }
}

@media (max-width: 560px) {
  .page-hero h1 { font-size: 47px; }
  .page-hero h1.page-hero-title-home { font-size: 52px; }
  .page-hero h1.page-hero-title-home.page-hero-title-nowrap { font-size: clamp(36px, 11vw, 52px); }
  .editorial-grid { gap: 34px; }
  .board-selector { grid-template-columns: 1fr; }
  .service-grid, .pricing-grid, .street-groups { grid-template-columns: 1fr; }
  .pricing-card-main { grid-column: auto; }
  .street-group, .street-group:nth-child(even) { padding: 24px 0; border-left: 0; }
  .contact-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .location-detail-hero { padding: 50px 0; }
  .location-detail-heading h1 { font-size: 48px; }
  .location-summary { padding: 25px 20px; }
}