:root {
  --ink: #15251b;
  --muted: #647265;
  --green: #0d4f2e;
  --green-2: #1f6d3b;
  --olive: #9b9f45;
  --leaf: #dbe7c0;
  --paper: #fffaf0;
  --cream: #f6f0df;
  --line: rgba(21, 37, 27, 0.13);
  --shadow: 0 24px 70px rgba(31, 50, 35, 0.14);
}



/* Final responsive pass: stable tablet and phone layout */
@media (max-width: 1100px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .side-nav {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    z-index: 40;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 8px max(12px, env(safe-area-inset-left)) 8px max(12px, env(safe-area-inset-right));
    overflow-x: auto;
    overflow-y: hidden;
    transform: none;
    background: rgba(255, 250, 240, 0.96);
    box-shadow: 0 10px 26px rgba(31, 50, 35, 0.1);
    backdrop-filter: blur(16px);
    scrollbar-width: none;
  }

  .side-nav a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 10px 14px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .site-top,
  .hero,
  .section,
  .site-footer,
  .page-hero,
  .realization-index,
  .realization-section,
  .reviews-hero,
  .privacy-hero {
    width: min(100% - 32px, 920px);
    max-width: min(100% - 32px, 920px);
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-board {
    width: min(100%, 680px);
    min-height: 640px;
    margin-inline: auto;
  }

  .service-clusters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cluster {
    grid-column: auto;
    min-height: 0;
  }

  .mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .process-line,
  .review-cards,
  .all-reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .intro-bloom {
    display: none;
  }

  .floral-scatter,
  body::before,
  body::after {
    opacity: 0.18;
  }

  .side-nav {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    border-radius: 0;
    scroll-padding-inline: 10px;
  }

  .side-nav a {
    padding: 10px 13px;
    font-size: 10px;
    letter-spacing: 0.045em;
  }

  .site-top,
  .hero,
  .section,
  .site-footer,
  .page-hero,
  .realization-index,
  .realization-section,
  .reviews-hero,
  .privacy-hero {
    width: min(100% - 24px, 420px);
    max-width: min(100% - 24px, 420px);
  }

  .site-top {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: 18px;
    text-align: center;
  }

  .brand-mark {
    justify-content: center;
    min-width: 0;
  }

  .brand-mark img {
    width: 44px;
    height: 44px;
  }

  .brand-mark strong {
    font-size: 15px;
  }

  .brand-mark small {
    font-size: 11px;
  }

  .top-actions {
    justify-content: center;
  }

  .top-actions .top-call {
    display: none;
  }

  .hero {
    margin-top: 34px;
  }

  .hero-copy {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
    padding-top: 20px;
    text-align: center;
  }

  .field-note {
    display: flex;
    justify-content: center;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.09em;
  }

  .field-note::before {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 10.4vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.032em;
  }

  .hero-lead {
    max-width: 340px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }

  .button {
    width: 100%;
  }

  .hero-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-height: 0;
    padding-bottom: 112px;
  }

  .hero-photo.tall {
    grid-column: 1 / -1;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 320px;
    border-width: 8px;
    border-radius: 34px;
  }

  .hero-photo.small {
    display: none;
  }

  .hero-flip-front img {
    padding: 42px 34px;
    object-fit: contain;
    object-position: center;
    background:
      radial-gradient(circle at 50% 38%, rgba(219, 231, 192, 0.82), transparent 50%),
      var(--paper);
  }

  .work-ticket {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-height: 92px;
    margin: 0;
    padding: 12px 10px;
    transform: none;
  }

  .work-ticket span {
    font-size: 9px;
  }

  .work-ticket strong {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.18;
  }

  .section {
    padding: 64px 0;
  }

  .section-intro,
  .about-card,
  .contact-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-intro h2,
  .about-card h2,
  .contact-panel h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.05;
  }

  .section-intro p:not(.field-note),
  .about-card p,
  .contact-panel p {
    font-size: 16px;
    line-height: 1.62;
  }

  .service-clusters,
  .mosaic,
  .process-line,
  .review-cards,
  .all-reviews,
  .privacy-content,
  .people {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cluster,
  .process-line article,
  .review-card,
  .privacy-content article,
  .people article {
    width: 100%;
    margin: 0;
  }

  .cluster {
    min-height: 0;
    padding: 22px;
    border-radius: 24px;
    overflow: hidden;
  }

  .cluster span {
    margin-bottom: 18px;
  }

  .cluster h3 {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.05;
  }

  .cluster ul {
    margin-top: 18px;
  }

  .cluster.reveal,
  .cluster.reveal:nth-child(1),
  .cluster.reveal:nth-child(2),
  .cluster.reveal:nth-child(3),
  .cluster.reveal:nth-child(4),
  .cluster.reveal:nth-child(5),
  .cluster.reveal:nth-child(6),
  .mosaic-item.reveal,
  .process-line article.reveal,
  .review-card.reveal {
    transform: translateY(18px);
  }

  .cluster.reveal.is-visible,
  .cluster.reveal.is-visible:nth-child(2),
  .cluster.reveal.is-visible:nth-child(5),
  .mosaic-item.reveal.is-visible,
  .process-line article.reveal.is-visible,
  .review-card.reveal.is-visible {
    animation: rise-in 0.52s ease both;
  }

  .mosaic {
    grid-auto-rows: auto;
  }

  .mosaic-item {
    height: 242px;
    border-radius: 24px;
  }

  .instagram-strip {
    display: grid;
    gap: 8px;
    text-align: center;
  }

  .mobile-contact {
    display: grid;
    left: 10px;
    right: 10px;
    bottom: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 7px;
  }

  .mobile-contact a {
    padding: 11px 10px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .side-nav {
    gap: 5px;
    padding-inline: 8px;
  }

  .side-nav a {
    padding: 9px 11px;
    font-size: 9px;
  }

  h1 {
    font-size: clamp(30px, 10vw, 36px);
  }

  .hero-photo.tall {
    height: 292px;
  }

  .work-ticket {
    min-height: 88px;
    padding-inline: 8px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(13, 79, 46, 0.06) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(13, 79, 46, 0.05) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--cream);
}

body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  min-height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
  background:
    url("data:image/svg+xml,%3Csvg width='220' height='220' viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230d4f2e' stroke-opacity='.13' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M44 190C86 150 82 92 138 42'/%3E%3Cpath d='M77 134c-22-2-36-14-42-34 23 0 38 11 42 34Z'/%3E%3Cpath d='M103 96c-19-14-25-31-19-50 21 10 30 26 19 50Z'/%3E%3Cpath d='M130 64c16-17 34-22 54-14-12 19-29 26-54 14Z'/%3E%3C/g%3E%3C/svg%3E") left 9% top 18% / 210px 210px no-repeat,
    url("data:image/svg+xml,%3Csvg width='260' height='260' viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%239b9f45' stroke-opacity='.16' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M206 32C145 78 144 148 64 224'/%3E%3Cpath d='M162 88c22 2 37 15 45 37-25-1-40-13-45-37Z'/%3E%3Cpath d='M128 132c20 12 29 29 25 51-23-8-33-24-25-51Z'/%3E%3Cpath d='M93 176c-18 17-38 22-60 13 14-20 32-26 60-13Z'/%3E%3C/g%3E%3C/svg%3E") right 5% top 42% / 250px 250px no-repeat,
    url("data:image/svg+xml,%3Csvg width='180' height='260' viewBox='0 0 180 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230d4f2e' stroke-opacity='.10' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M92 245C64 182 68 101 107 22'/%3E%3Cpath d='M78 184c-20-9-30-24-30-45 23 7 35 21 30 45Z'/%3E%3Cpath d='M91 132c19-10 35-10 51 2-17 14-33 14-51-2Z'/%3E%3Cpath d='M98 78c-13-16-16-31-8-48 16 14 21 29 8 48Z'/%3E%3C/g%3E%3C/svg%3E") left 4% bottom 12% / 180px 260px no-repeat,
    url("data:image/svg+xml,%3Csvg width='320' height='320' viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230d4f2e' stroke-opacity='.11' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M28 292c92-58 79-141 171-192 42-23 61-47 80-78'/%3E%3Cpath d='M99 224c-43-5-70-28-82-68 45 2 75 24 82 68Z'/%3E%3Cpath d='M180 119c33-31 68-39 104-24-25 35-59 47-104 24Z'/%3E%3C/g%3E%3C/svg%3E") right 12% top 72% / 310px 310px no-repeat,
    url("data:image/svg+xml,%3Csvg width='240' height='240' viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%239b9f45' stroke-opacity='.14' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M118 228C88 162 96 94 137 18'/%3E%3Cpath d='M94 168c-31-12-48-34-49-66 35 9 54 30 49 66Z'/%3E%3Cpath d='M123 111c31-16 58-14 83 7-28 23-55 21-83-7Z'/%3E%3C/g%3E%3C/svg%3E") left 18% top 58% / 240px 240px no-repeat;
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
  background-image:
    url("data:image/svg+xml,%3Csvg width='170' height='220' viewBox='0 0 170 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230d4f2e' stroke-opacity='.10' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M85 210C49 154 58 88 110 18'/%3E%3Cpath d='M70 150c-25-7-40-24-43-50 28 5 45 21 43 50Z'/%3E%3Cpath d='M91 96c25-16 48-18 70-4-21 22-45 23-70 4Z'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='210' height='210' viewBox='0 0 210 210' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%239b9f45' stroke-opacity='.11' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M24 185c63-53 67-103 142-162'/%3E%3Cpath d='M71 133c-29 0-49-14-59-41 31-2 52 11 59 41Z'/%3E%3Cpath d='M130 68c25-20 50-25 77-12-20 25-45 33-77 12Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 170px 220px, 210px 210px;
  background-position: 6% 980px, 88% 1280px;
  background-repeat: no-repeat, no-repeat;
}

.site-top,
main,
.site-footer,
.mobile-contact {
  position: relative;
  z-index: 1;
}

.floral-scatter {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.floral-sprig {
  position: absolute;
  width: 220px;
  height: 220px;
  opacity: 0.34;
  background:
    url("data:image/svg+xml,%3Csvg width='220' height='220' viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M34 190C82 151 78 87 149 31' fill='none' stroke='%230d4f2e' stroke-opacity='.34' stroke-width='2.4'/%3E%3Cpath d='M78 135c-34-1-56-18-66-48 36 0 59 16 66 48Z' fill='none' stroke='%230d4f2e' stroke-opacity='.28' stroke-width='2'/%3E%3Cpath d='M137 72c28-23 58-29 90-16-23 28-52 37-90 16Z' fill='none' stroke='%239b9f45' stroke-opacity='.36' stroke-width='2'/%3E%3Cg fill='%23d9aeb6' fill-opacity='.58' stroke='%238b4f59' stroke-opacity='.2' stroke-width='1.2'%3E%3Ccircle cx='86' cy='129' r='13'/%3E%3Ccircle cx='63' cy='121' r='10'/%3E%3Ccircle cx='75' cy='100' r='11'/%3E%3Ccircle cx='99' cy='108' r='10'/%3E%3Ccircle cx='84' cy='118' r='6' fill='%23d8be5f' fill-opacity='.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    center / contain no-repeat;
}

.floral-sprig--one { left: 2%; top: 620px; transform: rotate(-12deg); }
.floral-sprig--two { right: 4%; top: 980px; transform: rotate(20deg) scale(0.86); }
.floral-sprig--three { left: 12%; top: 1520px; transform: rotate(28deg) scale(0.74); }
.floral-sprig--four { right: 15%; top: 2140px; transform: rotate(-24deg) scale(0.92); }
.floral-sprig--five { left: 4%; top: 2840px; transform: rotate(16deg) scale(0.8); }
.floral-sprig--six { right: 3%; top: 3440px; transform: rotate(-10deg); }
.floral-sprig--seven { left: 42%; top: 4020px; transform: rotate(9deg) scale(0.68); }

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}

.intro-bloom {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 250, 240, 0.98), rgba(246, 240, 223, 0.93) 48%, rgba(219, 231, 192, 0.88));
  animation: intro-garden-out 4.7s ease forwards;
}

html.intro-play .intro-bloom {
  display: grid;
}

.intro-logo {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(190px, 24vw, 330px);
  height: clamp(190px, 24vw, 330px);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 28px 80px rgba(13, 79, 46, 0.22);
  opacity: 0;
  transform: scale(0.72);
  animation: intro-logo-bloom 4.1s ease forwards;
}

.intro-logo img {
  width: 78%;
  height: auto;
}

.intro-vine {
  position: absolute;
  top: 50%;
  width: min(46vw, 520px);
  transform: translateY(-50%);
}

.intro-vine--left {
  left: -5vw;
  animation: intro-vine-left 4.2s cubic-bezier(.2,.78,.22,1) forwards;
}

.intro-vine--right {
  right: -5vw;
  animation: intro-vine-right 4.2s cubic-bezier(.2,.78,.22,1) forwards;
}

.intro-vine svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.vine-line {
  fill: none;
  stroke: var(--green);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-dasharray: 980;
  stroke-dashoffset: 980;
  filter: drop-shadow(0 10px 18px rgba(13, 79, 46, 0.16));
  animation: intro-draw-vine 2.6s ease-out forwards;
}

.leaf {
  fill: rgba(141, 164, 88, 0.88);
  stroke: rgba(13, 79, 46, 0.45);
  stroke-width: 3;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: intro-leaf-pop 1.4s ease forwards;
}

.leaf-1 {
  animation-delay: 0.65s;
}

.leaf-2 {
  animation-delay: 1s;
}

.leaf-3 {
  animation-delay: 1.28s;
}

.flower {
  fill: #f2cf6c;
  stroke: rgba(101, 84, 28, 0.22);
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: intro-flower-open 1.2s ease forwards;
}

.flower-1 {
  animation-delay: 1.65s;
}

.flower-2 {
  animation-delay: 1.9s;
}

@keyframes intro-vine-left {
  0% { transform: translate(-42%, -50%) rotate(-8deg); }
  58%, 82% { transform: translate(10%, -50%) rotate(1deg); }
  100% { transform: translate(-16%, -50%) rotate(-3deg); }
}

@keyframes intro-vine-right {
  0% { transform: translate(42%, -50%) rotate(8deg); }
  58%, 82% { transform: translate(-10%, -50%) rotate(-1deg); }
  100% { transform: translate(16%, -50%) rotate(3deg); }
}

@keyframes intro-draw-vine {
  to { stroke-dashoffset: 0; }
}

@keyframes intro-leaf-pop {
  0% { opacity: 0; transform: scale(0.2) rotate(-18deg); }
  70% { opacity: 1; transform: scale(1.08) rotate(4deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes intro-flower-open {
  0% { opacity: 0; transform: scale(0.12) rotate(-30deg); }
  75% { opacity: 1; transform: scale(1.18) rotate(8deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes intro-logo-bloom {
  0%, 28% { opacity: 0; transform: scale(0.72); }
  50%, 84% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.08); }
}

@keyframes intro-garden-out {
  0%, 82% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  html.intro-play .intro-bloom,
  .intro-bloom {
    display: none;
  }
}

.skip-link:focus {
  transform: translateY(0);
}

.side-nav {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 10px;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.side-nav a {
  min-width: 112px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 79, 46, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.92);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 10px 24px rgba(31, 50, 35, 0.11);
  backdrop-filter: blur(18px);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.side-nav a:hover,
.side-nav a:focus-visible {
  transform: translateX(-4px);
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(13, 79, 46, 0.2);
}

.site-top {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-size: 18px;
  text-transform: uppercase;
}

.brand-mark small {
  color: var(--muted);
  font-weight: 700;
}

.top-call {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.76);
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.top-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.82);
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(31, 50, 35, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.social-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(31, 50, 35, 0.18);
}

.hero {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 760px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 44px;
  left: -38px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(13, 79, 46, 0.16);
  border-radius: 50%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 100%;
  padding: 38px 0 72px;
}

.field-note {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 100%;
}

.field-note::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--olive);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  overflow-wrap: break-word;
}

h1 span {
  display: block;
}

.hero-lead {
  max-width: 650px;
  color: #445345;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.58;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 18px 30px rgba(13, 79, 46, 0.22);
}

.button.secondary {
  border: 1px solid rgba(13, 79, 46, 0.26);
  background: var(--paper);
  color: var(--green);
}

.hero-board {
  position: relative;
  min-height: 660px;
}

.hero-photo {
  overflow: hidden;
  margin: 0;
  border: 12px solid var(--paper);
  background: var(--leaf);
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.hero-flip {
  perspective: 1200px;
}

.hero-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero-flip:hover .hero-flip-inner,
.hero-flip:focus-within .hero-flip-inner,
.hero-flip:focus .hero-flip-inner {
  transform: rotateY(180deg);
}

.hero-flip-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  backface-visibility: hidden;
}

.hero-flip-front {
  background: var(--leaf);
}

.hero-flip-front img {
  object-position: center -42px;
}

.hero-flip-front picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-flip-front picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-flip-back {
  align-content: start;
  padding: clamp(58px, 8vw, 92px) clamp(28px, 5vw, 58px) clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 50% 35%, rgba(219, 231, 192, 0.82), transparent 48%),
    var(--paper);
  transform: rotateY(180deg);
}

.hero-flip-back img {
  width: min(88%, 360px);
  height: auto;
  object-fit: contain;
}

.hero-photo.tall {
  position: absolute;
  top: -42px;
  right: 0;
  width: min(468px, 86%);
  height: 650px;
  border-radius: 46% 46% 28px 28px;
}

.hero-photo.small {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: 250px;
  height: 230px;
  border-radius: 28px;
  transform: rotate(-5deg);
}

.work-ticket {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 18px 20px;
  border: 1px solid rgba(21, 37, 27, 0.16);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: 0 16px 34px rgba(31, 50, 35, 0.12);
  backdrop-filter: blur(14px);
}

.work-ticket span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-ticket strong {
  color: var(--green);
  font-size: 20px;
  line-height: 1.08;
}

.ticket-one {
  top: 0;
  left: 36px;
  transform: rotate(-3deg);
}

.ticket-two {
  right: -10px;
  bottom: 100px;
  transform: rotate(4deg);
}

.ticket-three {
  left: 76px;
  top: 260px;
  transform: rotate(2deg);
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 130px) 0;
}

.section::before {
  content: "";
  position: absolute;
  width: clamp(110px, 14vw, 210px);
  height: clamp(150px, 18vw, 260px);
  pointer-events: none;
  opacity: 0.28;
  z-index: 0;
  background:
    url("data:image/svg+xml,%3Csvg width='210' height='260' viewBox='0 0 210 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230d4f2e' stroke-opacity='.34' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M105 248C74 184 86 111 145 25'/%3E%3Cpath d='M96 190c-34-3-55-20-63-50 35 0 57 16 63 50Z'/%3E%3Cpath d='M118 139c30-21 59-25 86-12-23 27-52 31-86 12Z'/%3E%3Cpath d='M102 101c-25-9-39-27-42-55 28 5 43 23 42 55Z'/%3E%3C/g%3E%3C/svg%3E")
    center / contain no-repeat;
}

.section::after {
  content: "";
  position: absolute;
  width: clamp(120px, 16vw, 230px);
  height: clamp(120px, 16vw, 230px);
  pointer-events: none;
  opacity: 0.24;
  z-index: 0;
  background:
    url("data:image/svg+xml,%3Csvg width='230' height='230' viewBox='0 0 230 230' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M31 199C84 160 79 92 151 34' fill='none' stroke='%230d4f2e' stroke-opacity='.32' stroke-width='2.4'/%3E%3Cpath d='M80 142c-35-1-58-19-68-50 38 0 62 17 68 50Z' fill='none' stroke='%230d4f2e' stroke-opacity='.26' stroke-width='2'/%3E%3Cpath d='M139 75c29-24 59-30 92-17-23 29-53 38-92 17Z' fill='none' stroke='%239b9f45' stroke-opacity='.32' stroke-width='2'/%3E%3Cg fill='%23d9aeb6' fill-opacity='.54' stroke='%238b4f59' stroke-opacity='.2' stroke-width='1.2'%3E%3Ccircle cx='86' cy='136' r='13'/%3E%3Ccircle cx='62' cy='128' r='10'/%3E%3Ccircle cx='74' cy='106' r='11'/%3E%3Ccircle cx='99' cy='114' r='10'/%3E%3Ccircle cx='84' cy='124' r='6' fill='%23d8be5f' fill-opacity='.7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    center / contain no-repeat;
}

.section > * {
  position: relative;
  z-index: 1;
}

.section:nth-of-type(odd)::before {
  left: min(-118px, -5vw);
  top: 18%;
}

.section:nth-of-type(even)::before {
  right: min(-118px, -5vw);
  bottom: 8%;
  transform: scaleX(-1);
}

.section:nth-of-type(3n)::after {
  right: -46px;
  top: 42%;
  transform: rotate(12deg);
}

.section:nth-of-type(3n + 1)::after {
  left: -42px;
  bottom: 18%;
  transform: rotate(-18deg) scale(0.9);
}

.section:nth-of-type(3n + 2)::after {
  right: 9%;
  top: 4%;
  transform: rotate(24deg) scale(0.72);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 0.7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.section-intro.narrow {
  max-width: 760px;
  display: block;
}

.service-map {
  padding-top: clamp(54px, 7vw, 86px);
}

.service-map .section-intro,
.process .section-intro {
  display: block;
  max-width: 880px;
  margin-bottom: 32px;
}

.service-map .section-intro h2,
.process .section-intro h2 {
  margin-bottom: 18px;
}

.service-map .section-intro p:not(.field-note),
.process .section-intro p:not(.field-note) {
  max-width: 680px;
}

.section-intro h2,
.about-card h2,
.contact-panel h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-intro p:not(.field-note),
.about-card p,
.contact-panel p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.service-clusters {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.cluster {
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 250, 240, 0.7);
  color: inherit;
  text-decoration: none;
}

.cluster:nth-child(1),
.cluster:nth-child(3),
.cluster:nth-child(5) {
  background: linear-gradient(135deg, rgba(219, 231, 192, 0.82), rgba(255, 250, 240, 0.82));
}

.cluster {
  grid-column: span 4;
}

.cluster span {
  display: inline-block;
  margin-bottom: 30px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cluster h3 {
  max-width: 520px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.cluster ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #3f4d41;
}

.cluster li {
  position: relative;
  padding-left: 20px;
}

.cluster li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--olive);
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 245px;
  gap: 14px;
}

.mosaic-item {
  position: relative;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  margin: 0;
  border-radius: 28px;
  background: var(--leaf);
}

@media (min-width: 781px) {
  .mosaic-item {
    grid-column: auto;
    grid-row: auto;
  }
}

.mosaic-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mosaic-cleaning img {
  object-position: 18% center;
}

.mosaic-item a:hover img,
.mosaic-item a:focus-visible img {
  transform: scale(1.04);
}

.mosaic-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.instagram-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 22px 26px;
  border-radius: 26px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
}

.instagram-strip span {
  color: var(--leaf);
  font-weight: 900;
}

.gallery-top-cta {
  margin: 6px 0 28px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-line article {
  padding: 28px;
  border: 1px dashed rgba(13, 79, 46, 0.32);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.74);
}

.process-line span {
  display: block;
  margin-bottom: 24px;
  color: var(--olive);
  font-weight: 900;
  text-transform: uppercase;
}

.process-line h3 {
  max-width: 360px;
  font-size: 25px;
  line-height: 1.08;
}

.process-line p {
  color: var(--muted);
  line-height: 1.65;
}

.reviews-preview .section-intro {
  align-items: center;
}

.review-cards,
.all-reviews {
  display: grid;
  gap: 16px;
}

.review-cards {
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
}

.all-reviews {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 16px 38px rgba(31, 50, 35, 0.08);
}

.review-card.featured {
  background:
    radial-gradient(circle at 90% 12%, rgba(155, 159, 69, 0.18), transparent 32%),
    var(--paper);
}

.stars {
  margin-bottom: 22px;
  color: var(--olive);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.review-card p {
  color: #425044;
  font-size: 16px;
  line-height: 1.68;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  margin-top: auto;
  color: var(--green);
  font-size: 18px;
  padding-top: 22px;
}

.review-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.reviews-hero {
  position: relative;
  overflow: hidden;
}

.rating-panel {
  position: absolute;
  right: clamp(30px, 6vw, 78px);
  bottom: clamp(28px, 5vw, 62px);
  width: 190px;
  padding: 22px;
  border: 1px solid rgba(13, 79, 46, 0.18);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 20px 42px rgba(31, 50, 35, 0.12);
}

.rating-panel strong,
.rating-panel span,
.rating-panel small {
  display: block;
}

.rating-panel strong {
  color: var(--green);
  font-size: 54px;
  line-height: 1;
}

.rating-panel span {
  margin: 8px 0;
  color: var(--olive);
  letter-spacing: 0.05em;
}

.rating-panel small {
  color: var(--muted);
  font-weight: 900;
}

.about-card,
.contact-panel {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 40px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.about-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(280px, 0.8fr);
  gap: 42px;
}

.people {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.people article {
  padding: 24px;
  border-radius: 24px;
  background: var(--cream);
}

.people strong,
.people span {
  display: block;
}

.people strong {
  color: var(--green);
  font-size: 22px;
}

.people span {
  margin-top: 7px;
  color: var(--muted);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 0.7fr);
  gap: 36px;
  align-items: start;
  background:
    radial-gradient(circle at 92% 12%, rgba(155, 159, 69, 0.24), transparent 32%),
    var(--green);
  color: #fff;
}

.contact-panel .field-note,
.contact-panel p {
  color: rgba(255, 250, 240, 0.78);
}

.contact-panel .field-note::before {
  background: var(--leaf);
}

.contact-routes {
  display: grid;
  gap: 12px;
}

.route,
.address {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  text-decoration: none;
}

.route span {
  display: block;
  margin-bottom: 6px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.route strong {
  font-size: clamp(17px, 2vw, 22px);
}

.route.main {
  background: var(--paper);
  color: var(--green);
}

.route.main span {
  color: var(--olive);
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 0.75fr;
  gap: 28px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(155, 159, 69, 0.16), transparent 30%),
    rgba(255, 250, 240, 0.78);
  color: var(--muted);
  box-shadow: 0 18px 44px rgba(31, 50, 35, 0.08);
}

.site-footer a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}

.footer-brand p {
  max-width: 360px;
  margin: 10px 0 0;
  line-height: 1.6;
}

.footer-menu,
.footer-contact {
  display: grid;
  gap: 9px;
}

.footer-menu a,
.footer-contact a {
  width: fit-content;
}

.site-credit {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.site-credit a {
  margin-left: 6px;
}

.mobile-contact {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 12;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 18px 44px rgba(31, 50, 35, 0.18);
  backdrop-filter: blur(18px);
}

.mobile-contact a {
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.mobile-contact a + a {
  background: var(--leaf);
  color: var(--green);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  animation: rise-in 0.65s ease both;
}

@keyframes rise-in {
  from {
    opacity: 0.2;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cluster.reveal,
.mosaic-item.reveal,
.process-line article.reveal,
.review-card.reveal {
  opacity: 0;
}

.cluster.reveal:nth-child(1) { transform: translateX(-90px) rotate(-10deg); }
.cluster.reveal:nth-child(2) { transform: translateY(-110px) scale(0.96); }
.cluster.reveal:nth-child(3) { transform: translateX(90px) rotate(10deg); }
.cluster.reveal:nth-child(4) { transform: translateX(-90px) rotate(10deg); }
.cluster.reveal:nth-child(5) { transform: translateY(110px) scale(0.96); }
.cluster.reveal:nth-child(6) { transform: translateX(90px) rotate(-10deg); }

.cluster.reveal.is-visible {
  animation: roll-card-in 1.15s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.cluster.reveal.is-visible:nth-child(2),
.cluster.reveal.is-visible:nth-child(5) {
  animation-name: drop-card-in;
}

.cluster.reveal.is-visible:nth-child(2) { animation-delay: 0.08s; }
.cluster.reveal.is-visible:nth-child(3) { animation-delay: 0.16s; }
.cluster.reveal.is-visible:nth-child(4) { animation-delay: 0.24s; }
.cluster.reveal.is-visible:nth-child(5) { animation-delay: 0.32s; }
.cluster.reveal.is-visible:nth-child(6) { animation-delay: 0.4s; }

.mosaic-item.reveal {
  transform: scale(0);
  transform-origin: center;
}

.mosaic-item.reveal.is-visible {
  animation: mosaic-bounce-in 0.82s cubic-bezier(0.16, 0.78, 0.28, 1.12) both;
}

.mosaic-item.reveal.is-visible:nth-child(2) { animation-delay: 0.08s; }
.mosaic-item.reveal.is-visible:nth-child(3) { animation-delay: 0.16s; }
.mosaic-item.reveal.is-visible:nth-child(4) { animation-delay: 0.24s; }
.mosaic-item.reveal.is-visible:nth-child(5) { animation-delay: 0.32s; }
.mosaic-item.reveal.is-visible:nth-child(6) { animation-delay: 0.4s; }
.mosaic-item.reveal.is-visible:nth-child(7) { animation-delay: 0.48s; }

.process-line article.reveal {
  transform: translateY(-130px) rotate(-2deg);
}

.process-line article.reveal.is-visible {
  animation: process-drop-in 0.95s cubic-bezier(0.18, 0.8, 0.24, 1.1) both;
}

.process-line article.reveal.is-visible:nth-child(2) { animation-delay: 0.12s; }
.process-line article.reveal.is-visible:nth-child(3) { animation-delay: 0.24s; }

.review-card.reveal {
  transform: perspective(900px) rotateY(-95deg) scale(0.92);
  transform-origin: center;
}

.review-card.reveal.is-visible {
  animation: review-spin-in 0.95s cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.review-card.reveal.is-visible:nth-child(2) { animation-delay: 0.12s; }
.review-card.reveal.is-visible:nth-child(3) { animation-delay: 0.24s; }

@keyframes roll-card-in {
  0% { opacity: 0; }
  62% { opacity: 1; transform: translateX(0) translateY(0) rotate(4deg) scale(1.03); }
  100% { opacity: 1; transform: none; }
}

@keyframes drop-card-in {
  0% { opacity: 0; }
  66% { opacity: 1; transform: translateY(0) scale(1.04); }
  100% { opacity: 1; transform: none; }
}

@keyframes mosaic-bounce-in {
  0% { opacity: 0; transform: scale(0); }
  62% { opacity: 1; transform: scale(1.3); }
  82% { opacity: 1; transform: scale(0.96); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes process-drop-in {
  0% { opacity: 0; transform: translateY(-130px) rotate(-2deg); }
  68% { opacity: 1; transform: translateY(8px) rotate(1deg); }
  100% { opacity: 1; transform: none; }
}

@keyframes review-spin-in {
  0% { opacity: 0; transform: perspective(900px) rotateY(-95deg) scale(0.92); }
  58% { opacity: 1; transform: perspective(900px) rotateY(14deg) scale(1.04); }
  100% { opacity: 1; transform: none; }
}

.cluster,
.process-line article,
.review-card,
.gallery-shot,
.mosaic-item,
.button,
.section-cta,
.route {
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.cluster:hover,
.process-line article:hover,
.review-card:hover,
.route:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(31, 50, 35, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.lightbox.is-open {
  display: flex;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 18, 13, 0.82);
  cursor: zoom-out;
}

.lightbox__panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: min(1120px, 100%);
  max-height: 92vh;
}

.lightbox__image {
  max-width: min(100%, 1120px);
  max-height: 82vh;
  border: 10px solid var(--paper);
  border-radius: 22px;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.lightbox__caption {
  max-width: min(760px, 92vw);
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.92);
  color: var(--green);
  font-weight: 900;
  text-align: center;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.42);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.94);
  color: var(--green);
  font-weight: 900;
  cursor: pointer;
}

.lightbox__close {
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  font-size: 30px;
  line-height: 1;
}

.lightbox__nav {
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  font-size: 42px;
}

.lightbox__nav--prev {
  left: -70px;
}

.lightbox__nav--next {
  right: -70px;
}

.page-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 62px auto 0;
  padding: clamp(54px, 8vw, 92px);
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 92% 12%, rgba(155, 159, 69, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 250, 240, 0.94), rgba(219, 231, 192, 0.58));
  box-shadow: var(--shadow);
}

.realization-index {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.realization-index a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 12px 15px;
  border: 1px solid rgba(13, 79, 46, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.86);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  line-height: 1.18;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.realization-index a:hover,
.realization-index a:focus-visible {
  transform: translateY(-2px);
  background: var(--green);
  color: #fff;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(46px, 8vw, 92px);
  overflow-wrap: anywhere;
}

.page-hero p:not(.field-note) {
  max-width: 760px;
  color: #445345;
  font-size: 20px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.privacy-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.privacy-content article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 16px 38px rgba(31, 50, 35, 0.08);
}

.privacy-content h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.privacy-content p {
  margin-bottom: 0;
  color: #4b5a4d;
  line-height: 1.68;
}

.privacy-content a {
  color: var(--green);
  font-weight: 900;
}

.realization-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 108px) 0;
  border-bottom: 1px solid var(--line);
}

.realization-section:last-of-type {
  border-bottom: 0;
}

.realization-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(280px, 0.86fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 28px;
}

.service-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(13, 79, 46, 0.22);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.realization-head h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.realization-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.76);
}

.realization-copy p,
.realization-copy li {
  color: #4b5a4d;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.realization-copy ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.realization-subgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

#nawadnianie .realization-subgrid {
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  justify-content: center;
}

.subcategory-card,
.empty-realization {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 16px 38px rgba(31, 50, 35, 0.08);
}

.subcategory-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.subcategory-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.subcategory-main-photo {
  overflow: hidden;
}

.subcategory-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.subcategory-card a:hover img,
.subcategory-card a:focus-visible img {
  transform: scale(1.04);
}

.mini-gallery {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 10px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.mini-gallery.is-carousel {
  justify-content: flex-start;
  scroll-behavior: smooth;
}

.mini-gallery a {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(18, 43, 29, 0.08);
  background: #f4f0e3;
  scroll-snap-align: start;
}

.mini-gallery img {
  display: block;
  width: 100%;
  height: 100%;
}

.subcategory-card h3,
.subcategory-card p {
  margin-right: 22px;
  margin-left: 22px;
}

.subcategory-card h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.subcategory-card p {
  margin-bottom: 24px;
  color: #4b5a4d;
  line-height: 1.62;
}

.empty-realization {
  padding: 30px;
  background:
    radial-gradient(circle at 90% 12%, rgba(155, 159, 69, 0.16), transparent 34%),
    rgba(255, 250, 240, 0.78);
}

.empty-realization strong {
  display: block;
  color: var(--green);
  font-size: 24px;
}

.empty-realization p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.detail-gallery {
  column-count: 3;
  column-gap: 14px;
}

.detail-gallery.centered-gallery {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
  column-count: initial;
}

.centered-gallery .gallery-shot {
  display: block;
  margin: 0;
}

.gallery-shot {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  border-radius: 26px;
  background: var(--leaf);
  break-inside: avoid;
}

.gallery-shot.large {
}

.gallery-shot.wide {
}

.gallery-shot a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gallery-shot img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-shot a:hover img,
.gallery-shot a:focus-visible img {
  transform: scale(1.04);
}

.gallery-shot figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.92);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.section-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .side-nav {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    z-index: 30;
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 8px 14px;
    overflow-x: auto;
    transform: none;
    background: rgba(255, 250, 240, 0.92);
    box-shadow: 0 10px 26px rgba(31, 50, 35, 0.1);
    backdrop-filter: blur(16px);
    scrollbar-width: none;
  }

  .side-nav::-webkit-scrollbar {
    display: none;
  }

  .side-nav a {
    min-width: auto;
    flex: 0 0 auto;
    padding: 10px 13px;
    font-size: 11px;
  }

  .side-nav a:hover,
  .side-nav a:focus-visible {
    transform: translateY(-1px);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-board {
    min-height: 590px;
  }
}

@media (max-width: 780px) {
  body::before,
  body::after {
    opacity: 0.38;
  }

  .floral-sprig--two,
  .floral-sprig--four,
  .floral-sprig--six {
    right: -34px;
  }

  .floral-sprig--one,
  .floral-sprig--three,
  .floral-sprig--five {
    left: -34px;
  }

  .side-nav {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    z-index: 30;
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 8px 14px;
    overflow-x: auto;
    transform: none;
    background: rgba(255, 250, 240, 0.92);
    box-shadow: 0 10px 26px rgba(31, 50, 35, 0.1);
    backdrop-filter: blur(16px);
    scrollbar-width: none;
  }

  .side-nav::-webkit-scrollbar {
    display: none;
  }

  .side-nav a {
    min-width: auto;
    flex: 0 0 auto;
    padding: 10px 13px;
    font-size: 11px;
  }

  .side-nav a:hover,
  .side-nav a:focus-visible {
    transform: translateY(-1px);
  }

  .site-top,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .site-top {
    align-items: flex-start;
  }

  .brand-mark img {
    width: 48px;
    height: 48px;
  }

  .top-actions .top-call {
    display: none;
  }

  h1 {
    font-size: clamp(45px, 17vw, 72px);
  }

  .hero-board {
    min-height: 520px;
  }

  .hero-photo.tall {
    width: 86%;
    height: 500px;
  }

  .hero-photo.small {
    width: 190px;
    height: 174px;
    bottom: 28px;
  }

  .ticket-one {
    left: 0;
  }

  .ticket-two {
    right: 2px;
    bottom: 48px;
  }

  .ticket-three {
    left: 22px;
    top: 218px;
  }

  .work-ticket {
    width: 158px;
    padding: 14px 15px;
  }

  .section-intro,
  .about-card,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-clusters,
  .process-line,
  .review-cards,
  .all-reviews,
  .privacy-content,
  .people {
    display: block;
  }

  .cluster,
  .process-line article,
  .review-card,
  .privacy-content article,
  .people article {
    margin-bottom: 14px;
  }

  .cluster {
    min-height: 0;
    padding: 22px;
    overflow: hidden;
  }

  .mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .mosaic-item {
    height: 220px;
  }

  .lightbox__nav {
    top: auto;
    bottom: 58px;
    transform: none;
  }

  .lightbox__nav--prev {
    left: 18px;
  }

  .lightbox__nav--next {
    right: 18px;
  }

  .page-hero,
  .realization-index,
  .realization-section {
    width: min(100% - 28px, 1180px);
  }

  .realization-head,
  .realization-subgrid,
  .detail-gallery {
    display: block;
    column-count: 1;
  }

  .detail-gallery.centered-gallery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .realization-copy,
  .subcategory-card,
  .gallery-shot {
    margin-bottom: 14px;
  }

  .gallery-shot,
  .gallery-shot.large,
  .gallery-shot.wide {
    min-height: 300px;
  }

  .instagram-strip,
  .site-footer {
    display: grid;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 26px;
    margin-bottom: 92px;
  }

  .site-footer a {
    margin: 0;
  }

  .mobile-contact {
    display: grid;
    left: 12px;
    right: 12px;
    bottom: 8px;
    padding: 7px;
  }

  .mobile-contact a {
    padding: 11px 14px;
  }
}

@media (max-width: 480px) {
  body::before,
  body::after {
    opacity: 0.25;
  }

  .site-top,
  .hero,
  .section,
  .site-footer {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .site-top {
    display: grid;
    justify-items: center;
    gap: 14px;
    margin-top: 20px;
    text-align: center;
  }

  .brand-mark {
    justify-content: center;
    gap: 10px;
  }

  .top-actions {
    justify-content: center;
  }

  .side-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: calc(100% - 16px);
    margin: 0 auto;
    padding: 7px 6px;
    overflow: visible;
  }

  .side-nav a {
    min-width: 0;
    padding: 9px 3px;
    font-size: 9px;
    letter-spacing: 0.035em;
    white-space: nowrap;
  }

  .brand-mark strong {
    font-size: 17px;
  }

  .brand-mark small {
    font-size: 12px;
  }

  .hero {
    margin-top: 54px;
  }

  .floral-sprig {
    width: 140px;
    height: 140px;
    opacity: 0.18;
  }

  .mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .cluster.reveal,
  .cluster.reveal:nth-child(1),
  .cluster.reveal:nth-child(2),
  .cluster.reveal:nth-child(3),
  .cluster.reveal:nth-child(4),
  .cluster.reveal:nth-child(5),
  .cluster.reveal:nth-child(6),
  .process-line article.reveal,
  .review-card.reveal {
    transform: translateY(22px);
  }

  .cluster.reveal.is-visible,
  .cluster.reveal.is-visible:nth-child(2),
  .cluster.reveal.is-visible:nth-child(5),
  .process-line article.reveal.is-visible,
  .review-card.reveal.is-visible {
    animation: rise-in 0.55s ease both;
  }

  .hero-copy {
    width: min(100%, 340px);
    max-width: 340px;
    margin-inline: auto;
    text-align: center;
  }

  .field-note {
    display: flex;
    justify-content: center;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }

  .field-note::before {
    display: none;
  }

  h1 {
    max-width: calc(100% - 28px);
    font-size: clamp(34px, 9.6vw, 38px);
    line-height: 1.06;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-lead {
    max-width: 340px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.62;
    overflow-wrap: anywhere;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-photo.small {
    display: none;
  }

  .work-ticket {
    grid-column: auto;
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-height: 96px;
    margin: 8px 0 0;
    padding: 12px 10px;
    transform: none;
  }

  .work-ticket span {
    font-size: 10px;
  }

  .work-ticket strong {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.18;
  }

  .hero-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 6px;
    align-items: stretch;
    min-height: 510px;
    padding-bottom: 116px;
  }

  .hero-photo.tall {
    grid-column: 1 / -1;
    position: relative;
    width: 100%;
    height: 318px;
  }

  .hero-flip-back {
    padding-top: 54px;
  }

  .hero-flip-front img {
    padding: 46px 38px;
    object-fit: contain;
    object-position: center;
    background:
      radial-gradient(circle at 50% 38%, rgba(219, 231, 192, 0.82), transparent 50%),
      var(--paper);
    transform: none;
    transform-origin: center center;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox__image {
    border-width: 6px;
    border-radius: 16px;
  }

  .lightbox__close {
    top: -10px;
    right: -8px;
  }

  .page-hero,
  .realization-index,
  .realization-section {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .realization-index {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .realization-index a {
    min-height: 50px;
    padding: 10px 8px;
    font-size: 11px;
  }

  .page-hero {
    margin-top: 36px;
    padding: 34px 22px;
    border-radius: 30px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 36px);
    line-height: 1.08;
    word-break: break-word;
  }

  .page-hero p:not(.field-note) {
    width: 300px;
    max-width: 100%;
    font-size: 17px;
  }

  .realization-head h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .realization-copy p,
  .realization-copy li {
    width: 300px;
    max-width: 100%;
  }

  .rating-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 22px;
  }
}

/* Mobile/tablet final overrides - keep this block last */
@media (max-width: 1100px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .side-nav {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    z-index: 40;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    transform: none;
    border-radius: 0;
    background: rgba(255, 250, 240, 0.96);
    box-shadow: 0 10px 26px rgba(31, 50, 35, 0.1);
    backdrop-filter: blur(16px);
    scrollbar-width: none;
  }

  .side-nav::-webkit-scrollbar {
    display: none;
  }

  .side-nav a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 10px 14px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .side-nav a:hover,
  .side-nav a:focus-visible {
    transform: translateY(-1px);
  }

  .site-top,
  .hero,
  .section,
  .site-footer,
  .page-hero,
  .realization-index,
  .realization-section,
  .reviews-hero,
  .privacy-hero {
    width: min(100% - 32px, 920px);
    max-width: min(100% - 32px, 920px);
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
  }

  .hero-board {
    width: min(100%, 680px);
    min-height: 640px;
    margin-inline: auto;
  }

  .service-clusters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cluster {
    grid-column: auto;
    min-height: 0;
  }

  .mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .process-line,
  .review-cards,
  .all-reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .intro-bloom {
    display: none;
  }

  .floral-scatter,
  body::before,
  body::after {
    opacity: 0.18;
  }

  .side-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: min(100% - 12px, 420px);
    max-width: min(100% - 12px, 420px);
    margin-inline: auto;
    padding: 7px 6px;
    overflow: visible;
  }

  .side-nav a {
    min-width: 0;
    padding: 9px 2px;
    font-size: clamp(8px, 2.35vw, 10px);
    letter-spacing: 0.03em;
    text-align: center;
  }

  .site-top,
  .hero,
  .section,
  .site-footer,
  .page-hero,
  .realization-index,
  .realization-section,
  .reviews-hero,
  .privacy-hero {
    width: min(100% - 24px, 420px);
    max-width: min(100% - 24px, 420px);
  }

  .site-top {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: 18px;
    text-align: center;
  }

  .brand-mark {
    justify-content: center;
    min-width: 0;
  }

  .top-actions {
    justify-content: center;
  }

  .top-actions .top-call {
    display: none;
  }

  .hero {
    margin-top: 34px;
  }

  .hero-copy {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
    padding-top: 20px;
    text-align: center;
  }

  .field-note {
    display: flex;
    justify-content: center;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.09em;
  }

  .field-note::before {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 10.4vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.032em;
  }

  .hero-lead {
    max-width: 340px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }

  .button {
    width: 100%;
  }

  .hero-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-height: 0;
    padding-bottom: 112px;
  }

  .hero-photo.tall {
    grid-column: 1 / -1;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 320px;
    border-width: 8px;
    border-radius: 34px;
  }

  .hero-photo.small {
    display: none;
  }

  .hero-flip-front img {
    padding: 42px 34px;
    object-fit: contain;
    object-position: center;
    background:
      radial-gradient(circle at 50% 38%, rgba(219, 231, 192, 0.82), transparent 50%),
      var(--paper);
  }

  .work-ticket {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-height: 92px;
    margin: 0;
    padding: 12px 10px;
    transform: none;
  }

  .service-clusters,
  .mosaic,
  .process-line,
  .review-cards,
  .all-reviews,
  .privacy-content,
  .people {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cluster,
  .process-line article,
  .review-card,
  .privacy-content article,
  .people article {
    width: 100%;
    margin: 0;
  }

  .cluster {
    min-height: 0;
    padding: 22px;
    border-radius: 24px;
    overflow: hidden;
  }

  .cluster span {
    margin-bottom: 18px;
  }

  .cluster h3 {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.05;
  }

  .cluster.reveal,
  .cluster.reveal:nth-child(1),
  .cluster.reveal:nth-child(2),
  .cluster.reveal:nth-child(3),
  .cluster.reveal:nth-child(4),
  .cluster.reveal:nth-child(5),
  .cluster.reveal:nth-child(6),
  .mosaic-item.reveal,
  .process-line article.reveal,
  .review-card.reveal {
    transform: translateY(18px);
  }

  .cluster.reveal.is-visible,
  .cluster.reveal.is-visible:nth-child(2),
  .cluster.reveal.is-visible:nth-child(5),
  .mosaic-item.reveal.is-visible,
  .process-line article.reveal.is-visible,
  .review-card.reveal.is-visible {
    animation: rise-in 0.52s ease both;
  }

  .mosaic {
    grid-auto-rows: auto;
  }

  .mosaic-item {
    height: 242px;
    border-radius: 24px;
  }

  .instagram-strip {
    display: grid;
    gap: 8px;
    text-align: center;
  }

  .mobile-contact {
    display: grid;
    left: 10px;
    right: 10px;
    bottom: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 7px;
  }
}

@media (max-width: 390px) {
  .side-nav {
    gap: 5px;
    padding-inline: 5px;
  }

  .side-nav a {
    padding: 9px 1px;
    font-size: 8px;
  }

  h1 {
    font-size: clamp(30px, 10vw, 36px);
  }

  .hero-photo.tall {
    height: 292px;
  }

  .work-ticket {
    min-height: 88px;
    padding-inline: 8px;
  }
}

/* Final phone and tablet polish */
@media (max-width: 1100px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    display: block;
  }

  .side-nav,
  .site-top,
  .hero,
  .section,
  .site-footer,
  .page-hero,
  .realization-index,
  .realization-section,
  .reviews-hero,
  .privacy-hero {
    box-sizing: border-box;
  }

  .side-nav {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    z-index: 60;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
  }

  .site-top,
  .hero,
  .section,
  .site-footer,
  .page-hero,
  .realization-index,
  .realization-section,
  .reviews-hero,
  .privacy-hero {
    width: min(100% - 32px, 920px);
    max-width: min(100% - 32px, 920px);
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
  }

  .hero-copy {
    width: min(100%, 680px);
    margin-inline: auto;
    text-align: center;
  }

  .field-note,
  .hero-actions,
  .top-actions {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-board {
    width: min(100%, 680px);
    min-height: 600px;
    margin-inline: auto;
  }

  .service-clusters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cluster {
    grid-column: auto;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .intro-bloom {
    display: none;
  }

  .side-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    width: calc(100% - 16px);
    max-width: 430px;
    margin: 0 auto;
    padding: 8px 6px;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
  }

  .side-nav a {
    min-width: 0;
    width: 100%;
    padding: 10px 2px;
    font-size: clamp(8px, 2.45vw, 10px);
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .site-top,
  .hero,
  .section,
  .site-footer,
  .page-hero,
  .realization-index,
  .realization-section,
  .reviews-hero,
  .privacy-hero {
    width: calc(100% - 24px);
    max-width: 430px;
  }

  .site-top {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: 16px;
    text-align: center;
  }

  .brand-mark {
    justify-content: center;
    min-width: 0;
  }

  .brand-mark strong {
    font-size: clamp(16px, 5vw, 20px);
  }

  .brand-mark small {
    font-size: 12px;
  }

  .top-actions {
    width: 100%;
    justify-content: center;
  }

  .top-actions .top-call {
    display: none;
  }

  .hero {
    margin-top: 30px;
    gap: 26px;
  }

  .hero-copy {
    max-width: 360px;
    padding-top: 8px;
  }

  .field-note {
    display: flex;
    justify-content: center;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .field-note::before {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(31px, 10.2vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-align: center;
  }

  .hero-lead {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.58;
    text-align: center;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }

  .button {
    width: 100%;
  }

  .hero-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-height: 0;
    padding-bottom: 104px;
  }

  .hero-photo.tall {
    grid-column: 1 / -1;
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(342px, 92vw, 410px);
    border-width: 8px;
    border-radius: 34px;
    transform: none;
  }

  .hero-photo.small {
    display: none;
  }

  .hero-flip-front img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    object-position: 58% 34%;
    background: transparent;
    transform: none;
  }

  .hero-flip-back {
    padding: 28px;
  }

  .hero-flip-back img {
    width: min(82%, 260px);
  }

  .work-ticket {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-height: 90px;
    margin: 0;
    padding: 12px 9px;
    transform: none;
  }

  .work-ticket span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .work-ticket strong {
    font-size: clamp(14px, 4.4vw, 18px);
    line-height: 1.16;
  }

  .service-clusters,
  .mosaic,
  .process-line,
  .review-cards,
  .all-reviews,
  .privacy-content,
  .people {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cluster,
  .process-line article,
  .review-card,
  .privacy-content article,
  .people article {
    width: 100%;
    margin: 0;
  }

  .cluster {
    min-height: 0;
    padding: 22px;
    border-radius: 24px;
    overflow: hidden;
  }

  .cluster span {
    margin-bottom: 14px;
  }

  .cluster h3 {
    margin-bottom: 14px;
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.06;
  }

  .cluster ul {
    display: grid;
    gap: 9px;
  }

  .cluster.reveal,
  .cluster.reveal:nth-child(1),
  .cluster.reveal:nth-child(2),
  .cluster.reveal:nth-child(3),
  .cluster.reveal:nth-child(4),
  .cluster.reveal:nth-child(5),
  .cluster.reveal:nth-child(6),
  .mosaic-item.reveal,
  .process-line article.reveal,
  .review-card.reveal {
    transform: translateY(18px);
  }

  .cluster.reveal.is-visible,
  .cluster.reveal.is-visible:nth-child(2),
  .cluster.reveal.is-visible:nth-child(5),
  .mosaic-item.reveal.is-visible,
  .process-line article.reveal.is-visible,
  .review-card.reveal.is-visible {
    animation: rise-in 0.52s ease both;
  }

  .mosaic {
    grid-auto-rows: auto;
  }

  .mosaic-item {
    height: 242px;
    border-radius: 24px;
  }

  .mobile-contact {
    display: grid;
    left: 10px;
    right: 10px;
    bottom: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 7px;
  }
}

@media (max-width: 390px) {
  .side-nav {
    gap: 4px;
    width: calc(100% - 12px);
    padding-inline: 5px;
  }

  .side-nav a {
    padding: 9px 1px;
    font-size: 8px;
  }

  h1 {
    font-size: clamp(29px, 10vw, 36px);
  }

  .hero-photo.tall {
    height: 330px;
  }

  .work-ticket {
    min-height: 86px;
    padding-inline: 7px;
  }
}

/* Small finishing fixes for tablet and phone */
@media (min-width: 641px) and (max-width: 1100px) {
  .hero-board {
    position: relative;
  }

  .ticket-one {
    top: 18px;
    left: clamp(18px, 7vw, 54px);
    right: auto;
    transform: rotate(-3deg);
  }
}

@media (max-width: 640px) {
  .site-top {
    justify-items: center;
  }

  .brand-mark,
  .top-actions {
    justify-self: center;
  }

  .brand-mark {
    width: fit-content;
    max-width: 100%;
    text-align: center;
  }

  .top-actions {
    display: flex;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }

  .reviews-preview .section-cta {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

/* Mobile header centering fix */
@media (max-width: 640px) {
  .site-top {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .brand-mark {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
    text-align: center;
  }

  .brand-mark img {
    margin-inline: auto;
  }

  .brand-mark span {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .top-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .top-actions .social-link {
    flex: 0 0 auto;
  }
}

/* Mobile hero should show the logo, not the desktop photo crop */
@media (max-width: 640px) {
  .hero-flip-front img {
    padding: 42px 34px;
    object-fit: contain;
    object-position: center;
    background:
      radial-gradient(circle at 50% 38%, rgba(219, 231, 192, 0.82), transparent 50%),
      var(--paper);
  }
}

/* Architektura ogrodowa - dodatkowa kategoria */
@media (min-width: 901px) {
  .service-clusters .cluster.architecture {
    grid-column: 5 / span 4;
  }
}

.cluster.reveal:nth-child(7) {
  transform: translateY(110px) scale(0.96);
}

.cluster.reveal.is-visible:nth-child(7) {
  animation: roll-in-bottom 1.05s cubic-bezier(0.2, 0.9, 0.22, 1.18) both;
  animation-delay: 0.48s;
}

@keyframes roll-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(110px) scale(0.96);
  }
  72% {
    opacity: 1;
    transform: translateY(-10px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 781px) {
  .mosaic .mosaic-architecture {
    grid-column: 2;
  }
}

.mosaic-architecture img {
  object-position: center;
}

@media (max-width: 900px) {
  .service-clusters .cluster.architecture {
    grid-column: auto;
  }

  .cluster.reveal:nth-child(7),
  .cluster.reveal.is-visible:nth-child(7) {
    opacity: 1;
    transform: translateY(18px);
    animation: none;
  }
}
