/* ============================================================
   SOLANKOWA 30 — design tokens
   ============================================================ */
:root {
  --bg: #0f0d0b;
  --bg-soft: #171310;
  --panel: #1c1712;
  --text: #f3ece1;
  --text-soft: #b6a996;
  --text-faint: #8a7c69;
  --brick: #b3572f;
  --brick-soft: #d98a5c;
  --gold: #c9a24a;
  --line: rgba(243, 236, 225, 0.12);
  --line-strong: rgba(243, 236, 225, 0.22);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --container: 1240px;
  --ease: cubic-bezier(.16,.8,.24,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; color: inherit; cursor: pointer; background: none; border: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

::selection { background: var(--brick); color: #fff; }

/* ---------- typography helpers ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12.5px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .01em;
  color: var(--text);
}

.section-head { max-width: 700px; margin-bottom: 60px; }
.section-head.center { margin: 0 auto 60px; text-align: center; }
.section-head h2 { font-size: clamp(34px, 4.4vw, 54px); margin-bottom: 20px; }
.section-head p { color: var(--text-soft); font-size: 18px; max-width: 620px; }
.section-head.center p { margin: 0 auto; }

section { position: relative; padding: 120px 0; }
.section-alt { background: var(--bg-soft); }

/* ---------- reveal on scroll (progressive enhancement: visible by default, JS opts into the animated state) ---------- */
html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
html.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  padding: 26px 0;
  transition: padding .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.32) 65%, rgba(0,0,0,0) 100%);
}
.nav.scrolled {
  padding: 14px 0;
  background: rgba(15, 13, 11, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav .container { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--font-serif); font-size: 22px; letter-spacing: .06em; font-weight: 600; }
.nav-logo span { color: var(--brick-soft); }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-soft);
  transition: color .3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  border: 1px solid var(--line-strong);
  padding: 10px 22px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: all .3s;
}
.nav-cta:hover { background: var(--brick); border-color: var(--brick); }
.nav-burger { display: none; align-items: center; gap: 10px; }
.nav-burger-icon { width: 26px; height: 20px; position: relative; flex-shrink: 0; }
.nav-burger-icon span, .nav-burger-icon::before, .nav-burger-icon::after {
  content: ''; position: absolute; left: 0; width: 100%; height: 1.5px; background: var(--text);
}
.nav-burger-icon::before { top: 0; }
.nav-burger-icon span { top: 9px; }
.nav-burger-icon::after { bottom: 0; }
.nav-burger-label { font-size: 12px; letter-spacing: .12em; color: var(--text); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  background: linear-gradient(180deg, rgba(10,9,7,.35) 0%, rgba(10,9,7,.14) 30%, rgba(10,9,7,.14) 55%, rgba(10,9,7,.92) 92%), url('../assets/images/current/current-02.jpg') center 30%/cover no-repeat;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(15,13,11,1) 0%, rgba(15,13,11,0) 30%);
}
.hero-inner { position: relative; z-index: 2; padding-bottom: 90px; width: 100%; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 13px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 26px;
}
.hero-tag::before { content: ''; width: 40px; height: 1px; background: var(--gold); }
.hero h1 {
  font-size: clamp(46px, 8vw, 108px);
  letter-spacing: .02em;
  margin-bottom: 22px;
  text-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.hero-sub {
  font-size: clamp(17px, 1.7vw, 22px);
  color: var(--text-soft);
  max-width: 620px;
  margin-bottom: 52px;
  font-weight: 300;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 50px;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}
.hero-stat { min-width: 0; }
.hero-stat b {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 36px);
  color: var(--text);
  font-weight: 600;
}
.hero-stat span {
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.scroll-cue {
  position: absolute; right: 40px; bottom: 40px; z-index: 3;
  writing-mode: vertical-rl;
  font-size: 12px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--text-faint);
  display: flex; align-items: center; gap: 14px;
  animation: scrollCueFloat 2.6s ease-in-out infinite;
}
.scroll-cue::after {
  content: '';
  width: 1px; height: 60px;
  background: linear-gradient(180deg, var(--text-faint) 0%, var(--gold) 50%, var(--text-faint) 100%);
  background-size: 100% 300%;
  animation: scrollCueLine 2.6s ease-in-out infinite;
}
@keyframes scrollCueFloat {
  0%, 100% { transform: translateY(0); opacity: .7; }
  50% { transform: translateY(10px); opacity: 1; }
}
@keyframes scrollCueLine {
  0% { background-position: 0 100%; }
  100% { background-position: 0 -200%; }
}

/* ============================================================
   INTRO STRIP
   ============================================================ */
.intro {
  padding: 100px 0 40px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.intro-lead {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  color: var(--text);
  line-height: 1.4;
}
.intro-body p { color: var(--text-soft); margin-bottom: 18px; }
.intro-body p:last-child { margin-bottom: 0; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.gallery-grid .gallery-item {
  height: 420px;
  margin-bottom: 0;
}
.gallery-grid .gallery-item img {
  width: auto;
  height: 100%;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  background: var(--panel);
  break-inside: avoid;
  margin-bottom: 14px;
}
.gallery-item img {
  width: 100%; height: auto; display: block;
  transition: transform .7s var(--ease), filter .5s;
  filter: saturate(0.96) brightness(0.94);
}
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.05) brightness(1); }
.gallery-item .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 16px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
  font-size: 13px; letter-spacing: .04em; color: var(--text);
  opacity: 0; transform: translateY(8px);
  transition: opacity .35s, transform .35s;
}
.gallery-item:hover .cap { opacity: 1; transform: translateY(0); }
.gallery-item .zoom-hint {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px;
  opacity: 0; transition: opacity .35s;
}
.gallery-item:hover .zoom-hint { opacity: 1; }

/* ---------- video row ---------- */
.video-head { margin: 90px 0 34px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.video-head h3 { font-size: clamp(24px, 2.6vw, 32px); }
.video-head p { color: var(--text-soft); max-width: 480px; }
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.video-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--panel);
  border: 1px solid var(--line);
}
.video-card iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   PROJECT / EXPANSION
   ============================================================ */

.project-callout {
  background: linear-gradient(135deg, rgba(179,87,47,.16), rgba(201,162,74,.08));
  border: 1px solid rgba(201,162,74,.35);
  border-radius: 6px;
  padding: 40px 44px;
  margin: 50px 0 70px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
}
.project-callout .num {
  font-family: var(--font-serif);
  font-size: 52px;
  color: var(--gold);
  line-height: 1;
}
.project-callout h4 { font-size: 22px; margin-bottom: 10px; }
.project-callout p { color: var(--text-soft); font-size: 15.5px; }

.project-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: 70px;
}
.project-specs div { background: var(--bg-soft); padding: 28px 26px; min-width: 0; }
.project-specs b { display: block; font-family: var(--font-serif); font-size: 26px; margin-bottom: 6px; }
.project-specs span { color: var(--text-faint); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; }

.use-cases { margin-top: 70px; }
.use-cases h3 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 34px; }
.use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.use-grid > div {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px 26px 24px;
  background: var(--bg-soft);
  transition: border-color .3s;
  min-width: 0;
}
.use-grid > div:hover { border-color: var(--gold); }
.use-grid h5 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: 600;
}
.use-grid p { color: var(--text-soft); font-size: 14.5px; }

.elevation-wrap {
  margin-bottom: 60px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #f4f1ec;
}
.elevation-wrap .gallery-item { margin-bottom: 0; cursor: zoom-in; }
.elevation-cap {
  padding: 16px 22px;
  background: var(--panel);
  color: var(--text-faint);
  font-size: 13px;
  letter-spacing: .04em;
  border-top: 1px solid var(--line);
}

.render-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.render-grid .gallery-item {
  height: 420px;
  margin-bottom: 0;
}
.render-grid .gallery-item img {
  width: auto;
  height: 100%;
}

/* ============================================================
   HISTORY / TIMELINE
   ============================================================ */
.history-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}
.timeline { border-left: 1px solid var(--line-strong); padding-left: 36px; }
.timeline-item { position: relative; padding-bottom: 46px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: '';
  position: absolute; left: -41px; top: 6px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--brick-soft);
  box-shadow: 0 0 0 4px var(--bg);
}
.timeline-item .year {
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: 22px;
  display: block;
  margin-bottom: 6px;
}
.timeline-item h4 { font-size: 19px; margin-bottom: 8px; font-weight: 600; font-family: var(--font-sans); letter-spacing: .01em; }
.timeline-item p { color: var(--text-soft); font-size: 15px; }

.quote-block {
  margin-top: 46px;
  padding: 32px 0 0;
  border-top: 1px solid var(--line);
}
.quote-block p {
  font-family: var(--font-serif);
  font-size: 24px;
  font-style: italic;
  color: var(--text);
  line-height: 1.5;
}
.quote-block cite {
  display: block; margin-top: 16px; font-style: normal;
  font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint);
}

.hist-gallery { column-count: 2; column-gap: 14px; }

/* ============================================================
   OFFER
   ============================================================ */
.offer-panel {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}
.offer-left { padding: 60px; min-width: 0; }
.offer-right {
  background: var(--panel);
  padding: 60px;
  border-left: 1px solid var(--line);
  min-width: 0;
}
.price-row { display: flex; align-items: baseline; gap: 18px; margin-bottom: 8px; flex-wrap: wrap; }
.price-row .price { font-family: var(--font-serif); font-size: clamp(38px, 4vw, 54px); color: var(--gold); }
.price-row .per-m2 { color: var(--text-faint); font-size: 15px; }
.offer-left > p.note { color: var(--text-soft); font-size: 14px; margin-bottom: 40px; }

.spec-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 40px; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table td { padding: 14px 0; font-size: 15px; overflow-wrap: break-word; }
.spec-table td:first-child { color: var(--text-faint); width: 46%; }
.spec-table td:last-child { color: var(--text); text-align: right; font-weight: 500; }

.floor-breakdown { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.floor-breakdown div {
  border: 1px solid var(--line); padding: 18px 20px; border-radius: 4px;
  min-width: 0;
}
.floor-breakdown b { display: block; font-family: var(--font-serif); font-size: 22px; color: var(--brick-soft); }
.floor-breakdown span { font-size: 12.5px; color: var(--text-faint); text-transform: uppercase; letter-spacing: .08em; }

.offer-right h4 { font-size: 20px; margin-bottom: 22px; }
.feature-list li { display: flex; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; color: var(--text-soft); }
.feature-list li:last-child { border-bottom: none; }
.feature-list li::before { content: '—'; color: var(--brick-soft); flex-shrink: 0; }

.contact-box {
  margin-top: 40px;
  padding: 34px 36px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(201, 162, 74, .05);
  scroll-margin-top: 110px;
}
.contact-box .agency { font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 24px; }
.contact-box .agent { display: flex; align-items: center; gap: 26px; min-width: 0; }
.contact-box .agent-info { min-width: 0; }
.contact-box .agent-photo {
  width: 100px; height: 100px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid var(--gold);
}
.contact-box .name { color: var(--text); font-size: 21px; font-weight: 500; margin-bottom: 8px; }
.contact-box a.tel { display: block; font-family: var(--font-serif); font-size: 34px; color: var(--gold); margin-bottom: 10px; }
.contact-box .ig-link { font-size: 15px; gap: 10px; }
.contact-box .ig-icon { width: 22px; height: 22px; }

.ig-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-soft); font-size: 13.5px;
  transition: color .25s;
  max-width: 100%;
}
.ig-link:hover { color: var(--gold); }
.ig-icon { flex-shrink: 0; }
.ig-link span { min-width: 0; overflow-wrap: break-word; }

/* ============================================================
   INOWROCŁAW
   ============================================================ */
.city-intro { max-width: 780px; margin: 0 auto 56px; text-align: center; }
.city-intro p { color: var(--text-soft); font-size: 17px; }
.city-facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  margin-bottom: 60px;
}
.city-facts div { background: var(--bg); padding: 32px 26px; text-align: center; min-width: 0; }
.city-facts div b { display: block; font-family: var(--font-serif); font-size: 32px; color: var(--brick-soft); margin-bottom: 8px; }
.city-facts div span { font-size: 12.5px; color: var(--text-faint); text-transform: uppercase; letter-spacing: .08em; }
.city-video { aspect-ratio: 21/9; border-radius: 6px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.city-video iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   MAP
   ============================================================ */
.map-wrap {
  aspect-ratio: 21/9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  background: var(--panel);
}
.map-wrap iframe {
  width: 100%; height: 100%; border: 0; display: block;
  filter: invert(92%) hue-rotate(180deg) brightness(0.95) contrast(0.88) saturate(0.8);
}
@media (max-width: 760px) {
  .map-wrap { aspect-ratio: 4/3; }
}

/* ============================================================
   FOOTER / CONTACT
   ============================================================ */
footer {
  background: var(--bg-soft);
  padding: 90px 0 40px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}
.footer-brand .nav-logo { display: block; margin-bottom: 18px; }
.footer-brand p { color: var(--text-soft); font-size: 14.5px; max-width: 360px; }
.footer-col h5 { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 20px; }
.footer-col a, .footer-col p { display: block; color: var(--text-soft); font-size: 14.5px; margin-bottom: 10px; }
.footer-col a:hover { color: var(--gold); }
.footer-col .ig-link { display: inline-flex; }
.footer-bottom { padding-top: 30px; display: flex; justify-content: space-between; color: var(--text-faint); font-size: 13px; flex-wrap: wrap; gap: 10px; }

/* ============================================================
   LIGHTBOX (with pan/zoom)
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(8, 7, 6, .97);
  display: flex; flex-direction: column;
  opacity: 0; pointer-events: none;
  transition: opacity .35s;
}
.lightbox.open { opacity: 1; pointer-events: all; }

.lb-toolbar {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 18px 16px 8px;
  flex-shrink: 0;
}
.lb-toolbar button {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--text);
  font-size: 19px;
  background: rgba(255,255,255,.02);
  transition: all .25s;
}
.lb-toolbar button:hover { background: var(--brick); border-color: var(--brick); }
#zoomResetBtn { width: auto; padding: 0 18px; border-radius: 21px; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; }
.lb-toolbar .lb-close { margin-left: 24px; }

.lb-viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  touch-action: none;
  cursor: grab;
}
.lb-viewport.grabbing { cursor: grabbing; }
.lb-viewport img {
  position: absolute; top: 0; left: 0;
  max-width: none; max-height: none;
  transform-origin: 0 0;
  user-select: none;
  -webkit-user-drag: none;
  box-shadow: var(--shadow);
}
.lb-cap {
  text-align: center; padding: 10px 16px 22px;
  color: var(--text-soft); font-size: 14px; letter-spacing: .04em;
  flex-shrink: 0;
}
.lb-prev, .lb-next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  color: var(--text); border: 1px solid var(--line-strong);
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  background: rgba(15,13,11,.5);
  transition: all .25s;
}
.lb-prev:hover, .lb-next:hover { background: var(--brick); border-color: var(--brick); }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev[hidden], .lb-next[hidden] { display: none; }

@media (max-width: 760px) {
  .lb-toolbar button { width: 38px; height: 38px; font-size: 17px; }
  .lb-prev, .lb-next { width: 40px; height: 40px; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .intro-grid, .history-layout { grid-template-columns: 1fr; gap: 40px; }
  .offer-panel { grid-template-columns: 1fr; }
  .offer-right { border-left: none; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .video-grid { grid-template-columns: 1fr; }
  .hist-gallery { column-count: 2; }
  .project-specs { grid-template-columns: repeat(2, 1fr); }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .gallery-item, .render-grid .gallery-item { height: 260px; }
  .city-facts { grid-template-columns: repeat(2, 1fr); }
  .city-video { aspect-ratio: 4/3; }
}

@media (max-width: 760px) {
  section { padding: 80px 0; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 28px 40px; }
  .hist-gallery { column-count: 1; }
  .gallery-grid .gallery-item, .render-grid .gallery-item { height: auto; width: 100%; }
  .gallery-grid .gallery-item img, .render-grid .gallery-item img { width: 100%; height: auto; }
  .project-callout { grid-template-columns: 1fr; }
  .project-specs { grid-template-columns: 1fr 1fr; }
  .use-grid { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
  .contact-box .agent { flex-direction: column; align-items: flex-start; gap: 18px; }
}
