:root {
  --yellow: #ffd400;
  --yellow-deep: #f2c500;
  --ink: #262626;
  --ink-2: #4b4b4b;
  --muted: #747474;
  --paper: #ffffff;
  --fog: #f3f3f1;
  --concrete: #e5e5e2;
  --line: #d8d8d3;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(24,24,24,.10);
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 10px; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-2); }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 4px; margin-right: 10px; vertical-align: 2px; background: var(--yellow); }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.65rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
.section { padding: 88px 0; }
.section.tight { padding: 58px 0; }
.section.concrete { background: linear-gradient(130deg, #f2f2ef, #e7e7e3); }
.section.dark { background: var(--ink); color: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head p { max-width: 640px; color: var(--muted); }
.section.dark .section-head p { color: rgba(255,255,255,.72); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: #171717; }
.btn-primary:hover { background: #ffe04c; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-outline { border-color: rgba(255,255,255,.58); color: #fff; backdrop-filter: blur(3px); }
.btn-light { background: #fff; border-color: var(--line); }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: .92rem; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(30,30,30,.08); backdrop-filter: blur(16px); }
.header-row { min-height: 82px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 146px; height: auto; }
.nav { display: flex; justify-content: center; gap: 4px; }
.nav a { padding: 14px 13px; border-radius: 12px; font-weight: 750; font-size: .94rem; white-space: nowrap; }
.nav a:hover, .nav a.active { background: var(--fog); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.phone-link { font-weight: 850; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--fog); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { min-height: 690px; position: relative; display: flex; align-items: stretch; overflow: hidden; background: #dfe2e5; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,16,16,.78) 0%, rgba(16,16,16,.54) 34%, rgba(16,16,16,.12) 66%, rgba(16,16,16,.03) 100%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 36px), var(--max)); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; color: #fff; padding: 85px 0 120px; }
.hero-copy { max-width: 690px; }
.hero h1 { max-width: 770px; margin-bottom: 24px; }
.hero p { max-width: 620px; font-size: clamp(1.05rem, 1.8vw, 1.32rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-badge { display: inline-flex; gap: 10px; align-items: center; width: fit-content; margin-bottom: 22px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(20,20,20,.24); font-weight: 800; }
.hero-badge b { color: var(--yellow); }
.trust-strip { position: relative; z-index: 4; margin-top: -62px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 28px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item b { display: block; margin-bottom: 4px; font-size: 1.08rem; }
.trust-item span { color: var(--muted); font-size: .91rem; }
.trust-mark { width: 14px; height: 14px; margin-bottom: 14px; background: var(--yellow); transform: rotate(45deg); }

.offer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.offer-card { min-height: 195px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card::after { content: ""; position: absolute; right: -36px; bottom: -40px; width: 120px; height: 120px; border: 18px solid var(--yellow); opacity: .12; transform: rotate(12deg); }
.offer-card h3 { margin-bottom: 12px; }
.offer-card p { color: var(--muted); font-size: .94rem; }
.card-link { font-weight: 850; }
.card-link::after { content: " →"; color: #9a7d00; }

.photo-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 14px; }
.photo-card { position: relative; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.photo-card:first-child { grid-row: 1 / 3; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card figcaption { position: absolute; inset: auto 16px 16px; padding: 9px 12px; border-radius: 999px; background: rgba(24,24,24,.78); color: #fff; font-weight: 750; font-size: .88rem; backdrop-filter: blur(8px); }

.promo-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.promo-main { padding: 36px; border-radius: var(--radius); background: var(--ink); color: #fff; display: grid; grid-template-columns: 1fr 230px; gap: 24px; align-items: center; }
.promo-main img { width: 100%; border-radius: 14px; }
.promo-main p { color: rgba(255,255,255,.72); }
.promo-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.promo-card { overflow: hidden; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.promo-card img { aspect-ratio: 1/1; object-fit: cover; }
.promo-card div { padding: 15px; }
.promo-card b { display: block; margin-bottom: 4px; }
.promo-card span { color: var(--muted); font-size: .88rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 54px; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-media img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.split-copy p { color: var(--muted); }
.feature-list { display: grid; gap: 14px; margin: 26px 0; }
.feature { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; }
.feature i { width: 12px; height: 12px; margin-top: 7px; background: var(--yellow); transform: rotate(45deg); }

.locations { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.location-card { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.location-card h3 { margin-bottom: 16px; }
.location-meta { display: grid; gap: 9px; margin: 18px 0 24px; color: var(--ink-2); }
.location-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.site-footer { padding: 52px 0 26px; background: #1d1d1d; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 34px; }
.footer-logo { width: 145px; height: auto; object-fit: contain; filter: grayscale(1) brightness(4); mix-blend-mode: screen; }
.footer-grid h3 { font-size: 1rem; letter-spacing: 0; margin-bottom: 16px; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.68); font-size: .93rem; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .82rem; }

.page-hero { padding: 84px 0 58px; background: linear-gradient(135deg, #f6f6f3, #e7e7e2); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; }
.page-hero p { max-width: 760px; color: var(--ink-2); font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.content-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.content-card p { color: var(--muted); }
.full-photo { overflow: hidden; border-radius: var(--radius); }
.full-photo img { aspect-ratio: 16/7; object-fit: cover; }
.steps { counter-reset: step; display: grid; gap: 14px; }
.step { counter-increment: step; display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.step::before { content: counter(step); width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.article-card p { color: var(--muted); }
.tag { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #fff7bf; font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
.notice { padding: 18px 20px; border-left: 5px solid var(--yellow); background: #fff9d7; border-radius: 8px; }
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.gallery img { height: 260px; object-fit: cover; border-radius: 14px; }

@media (max-width: 1080px) {
  .header-row { grid-template-columns: 150px 1fr auto; gap: 12px; }
  .nav a { padding: 12px 8px; font-size: .86rem; }
  .phone-link { display: none; }
  .offer-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .promo-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  .header-row { grid-template-columns: 1fr auto; min-height: 72px; }
  .brand img { width: 126px; }
  .menu-toggle { display: block; }
  .header-actions .btn { display: none; }
  .nav { display: none; position: absolute; left: 18px; right: 18px; top: 72px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { padding: 13px 14px; }
  .hero { min-height: 640px; }
  .hero-media img { object-position: 65% center; }
  .hero::after { background: linear-gradient(90deg, rgba(12,12,12,.84), rgba(12,12,12,.52) 65%, rgba(12,12,12,.18)); }
  .trust-strip { margin-top: -34px; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 220px 220px; }
  .photo-card:first-child { grid-column: 1 / 3; grid-row: 1; }
  .split, .content-grid { grid-template-columns: 1fr; gap: 30px; }
  .article-grid, .gallery { grid-template-columns: 1fr 1fr; }
  .locations { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .hero-content { width: min(calc(100% - 24px), var(--max)); padding: 66px 0 100px; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 3rem; }
  .hero-media img { object-position: 69% center; }
  .hero::after { background: linear-gradient(90deg, rgba(12,12,12,.88), rgba(12,12,12,.62) 75%, rgba(12,12,12,.26)); }
  .trust-grid, .offer-grid, .promo-cards, .article-grid, .gallery { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .photo-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5,230px); }
  .photo-card:first-child { grid-column: auto; grid-row: auto; }
  .promo-main { grid-template-columns: 1fr; padding: 24px; }
  .promo-main img { max-width: 270px; justify-self: center; }
  .section-head { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .location-actions, .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
}

.brand { display: inline-flex; align-items: center; width: 160px; min-width: 160px; overflow: visible; }
.brand img { width: 100%; height: auto; max-height: 74px; object-fit: contain; object-position: left center; }
.header-row { grid-template-columns: 170px 1fr auto; }
.hero-home { min-height: 720px; }
.hero-home .hero-media img { object-position: 58% center; }
.hero-home .hero-copy { max-width: 760px; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.offer-photo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.offer-photo-card { position: relative; min-height: 310px; border-radius: var(--radius); overflow: hidden; background: #222; box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.offer-photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.offer-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.03) 30%, rgba(0,0,0,.86) 100%); }
.offer-photo-card span { position: absolute; z-index: 2; inset: auto 18px 18px; color: #fff; }
.offer-photo-card b { display: block; font-size: 1.12rem; line-height: 1.2; }
.offer-photo-card small { display: block; margin-top: 6px; color: rgba(255,255,255,.76); line-height: 1.35; }
.offer-photo-card:hover img { transform: scale(1.045); }

.help-section .split-copy > p { color: rgba(255,255,255,.72); }
.help-section .eyebrow { color: rgba(255,255,255,.72); }
.process-list { display: grid; gap: 18px; margin: 28px 0; }
.process-step { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
.process-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: #171717; font-weight: 900; }
.process-step b { display: block; margin-bottom: 4px; color: #fff; font-size: 1.08rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.68); }

.promo-static-section { background: #fff; }
.promo-static { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; gap: 30px; }
.promo-static-copy { padding: 48px; border-radius: var(--radius); background: #f1f1ef; }
.promo-static-copy p { max-width: 680px; color: var(--muted); }
.promo-static-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.promo-static-visual { min-height: 340px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 46px; border-radius: var(--radius); overflow: hidden; background: var(--ink); color: #fff; }
.promo-static-visual::before { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; bottom: -100px; border: 34px solid var(--yellow); border-radius: 50%; opacity: .95; }
.promo-static-visual span { font-size: clamp(5rem, 12vw, 9rem); line-height: .8; color: var(--yellow); font-weight: 900; }
.promo-static-visual b { margin-top: 28px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }
.promo-static-visual small { margin-top: 8px; color: rgba(255,255,255,.68); }

.brand-wall { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.brand-tile { min-height: 110px; display: grid; place-items: center; padding: 20px; border-radius: 14px; background: #fff; border: 1px solid var(--line); color: #4d4d4d; font-size: 1.12rem; font-weight: 850; letter-spacing: .01em; text-align: center; transition: transform .18s ease, border-color .18s ease, color .18s ease; }
.brand-tile:hover { transform: translateY(-3px); border-color: #bfbfb7; color: #111; }
.owners-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }

@media (max-width: 1080px) {
  .offer-photo-grid { grid-template-columns: repeat(2,1fr); }
  .brand-wall { grid-template-columns: repeat(3,1fr); }
  .promo-static { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .brand { width: 138px; min-width: 138px; }
  .header-row { grid-template-columns: 1fr auto; }
  .offer-photo-card { min-height: 280px; }
  .promo-static-copy { padding: 34px; }
}
@media (max-width: 560px) {
  .offer-photo-grid, .brand-wall { grid-template-columns: 1fr; }
  .offer-photo-card { min-height: 260px; }
  .promo-static-copy, .promo-static-visual { padding: 26px; }
  .promo-static-actions { flex-direction: column; }
  .brand-tile { min-height: 90px; }
}

.offer-page-hero { padding: 64px 0; background: #f4f4f1; border-bottom: 1px solid var(--line); }
.offer-page-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 54px; }
.offer-page-hero-copy h1 { max-width: 760px; margin-bottom: 22px; }
.offer-page-hero-copy .lead { max-width: 720px; color: var(--ink-2); font-size: clamp(1.1rem, 1.5vw, 1.28rem); line-height: 1.65; }
.offer-page-hero-copy > p:last-child { max-width: 690px; color: var(--muted); }
.offer-page-hero-media { min-height: 520px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.offer-page-hero-media img { height: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.breadcrumbs strong { color: var(--ink); }

.offer-jump-section { padding: 68px 0 58px; background: #fff; }
.offer-jump-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.offer-jump-head p { max-width: 580px; color: var(--muted); }
.offer-jump-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.offer-jump-grid a { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #f7f7f4; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.offer-jump-grid a:hover { transform: translateY(-3px); border-color: #bdbdb7; background: #fff; }
.offer-jump-grid span { color: #999; font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.offer-jump-grid b { max-width: 230px; font-size: 1.02rem; line-height: 1.25; }
.availability-note { display: grid; grid-template-columns: 240px 1fr; gap: 26px; align-items: start; margin-top: 24px; padding: 22px 24px; border-left: 5px solid var(--yellow); border-radius: 10px; background: #fff9d7; }
.availability-note b { font-size: 1.04rem; }
.availability-note p { margin: 0; color: var(--ink-2); }

.offer-detail-section { padding: 92px 0; scroll-margin-top: 96px; }
.offer-detail-alt { background: #f3f3f0; }
.offer-detail-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.offer-detail-reverse .offer-detail-media { order: 2; }
.offer-detail-reverse .offer-detail-copy { order: 1; }
.offer-detail-media { min-height: 510px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #ddd; }
.offer-detail-media img { height: 100%; min-height: 510px; object-fit: cover; }
.offer-detail-square img { object-position: center; }
.offer-detail-copy h2 { margin-bottom: 20px; }
.offer-detail-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.offer-list li { position: relative; padding-left: 24px; color: var(--ink-2); }
.offer-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,212,0,.2); }
.offer-tip { display: grid; gap: 4px; margin-top: 30px; padding: 20px 22px; border-radius: 12px; background: var(--ink); color: #fff; }
.offer-tip b { color: var(--yellow); }
.offer-tip span { color: rgba(255,255,255,.75); }
.anchor-target { position: absolute; margin-top: -110px; }

.offer-contact-section { padding: 72px 0 90px; background: #fff; }
.offer-contact-card { display: grid; grid-template-columns: 1.25fr .9fr; gap: 34px 50px; align-items: center; padding: 48px; border-radius: var(--radius); background: #252525; color: #fff; box-shadow: var(--shadow); }
.offer-contact-card .eyebrow { color: rgba(255,255,255,.65); }
.offer-contact-card h2 { max-width: 720px; margin-bottom: 14px; }
.offer-contact-card p { max-width: 720px; color: rgba(255,255,255,.7); }
.offer-contact-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.offer-contact-locations a { display: grid; gap: 3px; padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.05); transition: background .18s ease, border-color .18s ease; }
.offer-contact-locations a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); }
.offer-contact-locations span { color: var(--yellow); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.offer-contact-locations b { font-size: 1.12rem; }
.offer-contact-locations small { color: rgba(255,255,255,.58); }
.offer-contact-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; }
.btn-outline-light { border-color: rgba(255,255,255,.5); color: #fff; background: transparent; }
.btn-outline-light:hover { border-color: #fff; background: #fff; color: var(--ink); }

@media (max-width: 1080px) {
  .offer-page-hero-grid, .offer-detail-grid { gap: 38px; }
  .offer-jump-grid { grid-template-columns: repeat(3,1fr); }
  .offer-contact-card { grid-template-columns: 1fr; }
  .offer-contact-actions { grid-column: auto; }
}
@media (max-width: 820px) {
  .offer-page-hero-grid, .offer-detail-grid { grid-template-columns: 1fr; }
  .offer-page-hero-media { min-height: 390px; }
  .offer-page-hero-media img { min-height: 390px; }
  .offer-detail-reverse .offer-detail-media, .offer-detail-reverse .offer-detail-copy { order: initial; }
  .offer-detail-media, .offer-detail-media img { min-height: 420px; }
  .offer-jump-head { align-items: start; flex-direction: column; }
  .offer-jump-grid { grid-template-columns: repeat(2,1fr); }
  .availability-note { grid-template-columns: 1fr; gap: 8px; }
  .offer-detail-section { padding: 72px 0; }
}
@media (max-width: 560px) {
  .offer-page-hero { padding: 44px 0; }
  .offer-page-hero-media, .offer-page-hero-media img { min-height: 300px; }
  .offer-jump-grid, .offer-list, .offer-contact-locations { grid-template-columns: 1fr; }
  .offer-jump-grid a { min-height: 96px; }
  .offer-detail-media, .offer-detail-media img { min-height: 320px; }
  .offer-contact-card { padding: 28px; }
  .offer-contact-actions { flex-direction: column; }
}

.promo-page-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.promo-page-head > div { max-width: 780px; }
.promo-download { flex: 0 0 auto; margin-bottom: 6px; }
.promo-gallery-section { background: #f4f4f1; }
.promo-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.promo-product-grid a { display: block; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 12px 32px rgba(24,24,24,.08); transition: transform .18s ease, box-shadow .18s ease; }
.promo-product-grid a:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(24,24,24,.13); }
.promo-product-grid img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; }
.promo-bottom-action { display: flex; justify-content: center; margin-top: 34px; }
.about-story-section { padding: 68px 0 96px; background: linear-gradient(135deg, #f5f5f2, #e8e8e4); }
.about-story-section .breadcrumbs { margin-bottom: 34px; }
.about-story-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }
.about-story-photo { margin: 0; overflow: hidden; border-radius: var(--radius); background: #465960; box-shadow: var(--shadow); }
.about-story-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }
.about-story-photo figcaption { padding: 14px 18px; background: #252525; color: rgba(255,255,255,.82); font-size: .9rem; }
.about-story-copy h1 { margin-bottom: 24px; }
.about-story-copy > p { max-width: 760px; color: var(--ink-2); font-size: 1.04rem; line-height: 1.72; }
.about-story-copy .about-lead { color: var(--ink); font-size: 1.28rem; font-weight: 700; line-height: 1.5; }
.facebook-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-top: 14px; font-weight: 850; color: var(--ink); }
.facebook-link span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #1877f2; color: #fff; font-family: Arial, sans-serif; font-size: 1.35rem; font-weight: 900; }
.facebook-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.about-home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.about-home-actions .facebook-link { margin-top: 0; }
@media (max-width: 900px) {
  .promo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-story-grid { grid-template-columns: 1fr; gap: 38px; }
  .about-story-photo { max-width: 650px; }
}
@media (max-width: 700px) {
  .promo-page-head { align-items: start; flex-direction: column; }
  .promo-product-grid { grid-template-columns: 1fr; }
  .promo-download { width: 100%; }
  .about-story-section { padding: 44px 0 70px; }
}


/* Final production refinements */
.skip-link{position:fixed;z-index:999;top:10px;left:10px;padding:12px 16px;border-radius:8px;background:#111;color:#fff;transform:translateY(-160%);transition:transform .15s ease}.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid #b89400;outline-offset:4px}
section[id]{scroll-margin-top:96px}
.practical-sections{display:grid;gap:0}.practical-block{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;padding:46px 0;border-bottom:1px solid var(--line)}.practical-block:first-child{padding-top:0}.practical-block:last-child{border-bottom:0;padding-bottom:0}.practical-block h2{font-size:clamp(1.8rem,3.2vw,2.7rem);margin-bottom:0}.practical-block h3{margin:26px 0 12px}.practical-block>div:last-child>p{color:var(--ink-2);font-size:1.03rem;line-height:1.72}.plain-list{display:grid;gap:10px;margin:16px 0 0;padding-left:22px;color:var(--ink-2)}
.company-data h2{margin-bottom:28px}.company-data-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.company-data-grid span{display:grid;gap:4px;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink-2)}.company-data-grid b{color:var(--ink);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}
.legal-copy{max-width:900px}.legal-copy h2{font-size:clamp(1.55rem,2.5vw,2.15rem);margin:38px 0 14px}.legal-copy h2:first-child{margin-top:0}.legal-copy p{color:var(--ink-2);font-size:1.02rem;line-height:1.75}.legal-copy a{text-decoration:underline;text-underline-offset:3px}.legal-date{margin-top:38px;font-size:.9rem!important;color:var(--muted)!important}
.not-found{min-height:68vh;display:grid;align-items:center;padding:100px 0;background:linear-gradient(135deg,#f5f5f2,#e6e6e2)}.not-found p{max-width:680px;color:var(--ink-2);font-size:1.15rem}.not-found .hero-actions{margin-top:28px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media (max-width:820px){.practical-block{grid-template-columns:1fr;gap:14px}.company-data-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.company-data-grid{grid-template-columns:1fr}.practical-block{padding:34px 0}.promo-product-grid{gap:14px}}
@supports (content-visibility:auto){.offer-detail-section,.manufacturers-section,.about-home,.practical-block{content-visibility:auto;contain-intrinsic-size:700px}}

/* Real photographs are always shown without artificial stretching. */
.help-section .split-media, .about-home .split-media, .split .split-media { background: transparent; }

.promo-intro { max-width: 760px; color: var(--ink-2); font-size: 1.03rem; line-height: 1.65; }

/* Google Maps on the contact page */
.location-card { overflow: hidden; }
.map-embed {
  margin: 28px -28px -28px;
  border-top: 1px solid var(--line);
  background: var(--fog);
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}
@media (max-width: 680px) {
  .map-embed iframe { height: 300px; }
}


/* VELUX partner page */
.offer-detail-actions { margin-top: 24px; }
.velux-hero { padding: 54px 0 64px; background: linear-gradient(135deg, #f7f7f4, #ecece8); }
.velux-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.velux-hero-copy h1 { margin-bottom: 18px; }
.velux-hero-copy .lead { max-width: 700px; margin-bottom: 26px; color: var(--ink-2); font-size: 1.16rem; line-height: 1.68; }
.velux-hero-media { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
.velux-hero-media img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.velux-content-section { padding: 76px 0 92px; background: #f4f4f1; }
.velux-content-grid { display: grid; gap: 28px; }
.velux-widget-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(24,24,24,.07); }
.velux-widget-heading { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 12px; }
.velux-widget-heading > span { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 900; }
.velux-widget-heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.velux-widget-heading .eyebrow { margin-bottom: 4px; }
.velux-widget-intro { max-width: 820px; margin-bottom: 24px; color: var(--ink-2); font-size: 1.03rem; line-height: 1.65; }
.nulead-slot { min-height: 120px; width: 100%; overflow: visible; }
.nulead-slot img, .nulead-slot iframe, .nulead-slot video { max-width: 100%; }
.nulead-slot noscript p { padding: 18px; border-radius: 10px; background: var(--fog); color: var(--ink-2); }
@media (max-width: 860px) {
  .velux-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .velux-hero-media { max-width: 760px; }
}
@media (max-width: 560px) {
  .velux-hero { padding: 42px 0 50px; }
  .velux-content-section { padding: 52px 0 68px; }
  .velux-widget-card { padding: 24px; }
  .velux-widget-heading { gap: 12px; }
  .velux-widget-heading > span { flex-basis: 40px; width: 40px; height: 40px; }
}


/* Wspólny podpis pod logo na stronie głównej i podstronach. */
.brand {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
}
.brand-tagline {
  display: block;
  margin-top: 1px;
  color: #58595b;
  font-size: .53rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .brand-tagline { font-size: .48rem; letter-spacing: .1em; }
}


/* Powrót do pierwotnego stylu podpisu: żółta linia, większy napis i typografia jak w hero strony głównej. */
.brand-tagline {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 4px;
  color: #58595b;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-tagline::before {
  content: "";
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: #ffdd00;
}
@media (max-width: 760px) {
  .brand-tagline {
    gap: 9px;
    font-size: .62rem;
    letter-spacing: .11em;
  }
  .brand-tagline::before {
    width: 22px;
    flex-basis: 22px;
  }
}
