:root {
  --ink: #10282d;
  --ink-soft: #35575b;
  --water: #1d9cad;
  --water-dark: #0b6e7a;
  --foam: #e7f3ef;
  --sand: #f5f0e5;
  --accent: #8aec57;
  --accent-hover: #a9f67a;
  --line: rgba(16, 40, 45, 0.14);
  --white: #fffef9;
  --font-body: "Manrope", Arial, sans-serif;
  --font-display: "Unbounded", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.5; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 16px; }
.section { padding: 120px 0; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(16, 40, 45, .92); box-shadow: 0 4px 22px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.header__inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 12px; font-weight: 600; line-height: 1.15; letter-spacing: -.04em; text-transform: uppercase; }
.brand__mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 27px; font-weight: 400; transform: rotate(-12deg); }
.nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 13px; font-weight: 700; }
.nav a { opacity: .76; transition: opacity .2s ease; }
.nav a:hover { opacity: 1; }
.header-cta { padding: 11px 16px; border: 1px solid var(--accent); border-radius: 999px; color: var(--ink); background: var(--accent); font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease; }
.header-cta:hover { color: var(--ink); background: var(--accent-hover); transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 176px 0 70px; color: var(--white); background: radial-gradient(circle at 89% 15%, #1c5960 0, var(--ink) 39%); }
.hero::after { position: absolute; right: -7%; bottom: -34%; width: 72%; aspect-ratio: 1; border: 1px solid rgba(186,239,233,.18); border-radius: 50%; content: ""; }
.hero__ripple { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; pointer-events: none; }
.hero__ripple--one { top: -470px; left: -350px; width: 960px; height: 960px; animation: ripple-drift 14s ease-in-out infinite alternate; }
.hero__ripple--two { top: -330px; left: -195px; width: 650px; height: 650px; animation: ripple-drift 11s ease-in-out infinite alternate-reverse; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; }
.hero__content { animation: copy-in .72s .08s cubic-bezier(.16,1,.3,1) both; }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--water-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; color: #b7e6e0; }
.eyebrow span { width: 28px; height: 1px; margin-right: 10px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); letter-spacing: -.065em; }
h1 { max-width: 700px; margin-bottom: 30px; font-size: clamp(39px, 5vw, 67px); line-height: 1.14; font-weight: 600; }
h1 em { color: #aee5dd; font-style: normal; }
.hero__lead { max-width: 500px; margin-bottom: 34px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 20px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--ink); background: var(--accent); box-shadow: 0 9px 24px rgba(138,236,87,.18); }
.button--primary:hover { background: var(--accent-hover); }
.button--text { padding-left: 0; color: var(--white); }
.hero__notes { display: flex; gap: 24px; margin-top: 70px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.2); }
.hero__notes div { display: grid; gap: 3px; }
.hero__notes strong { font-size: 14px; }
.hero__notes span { color: rgba(255,255,255,.52); font-size: 11px; }
.hero__visual { position: relative; padding: 30px 0 35px 36px; animation: image-in .9s .16s cubic-bezier(.16,1,.3,1) both; }
.hero__image-wrap { position: relative; overflow: hidden; aspect-ratio: .83; border-radius: 220px 220px 8px 8px; box-shadow: 0 26px 70px rgba(0,0,0,.25); }
.hero__image-wrap::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,40,45,.04) 30%, rgba(16,40,45,.45)); content: ""; }
.hero__image-wrap img { height: 100%; object-fit: cover; object-position: center; }
.hero__badge { position: absolute; top: 0; left: 0; padding: 12px 15px; border: 1px solid rgba(255,255,255,.38); border-radius: 8px; color: var(--ink); background: #b7e6e0; font-size: 12px; font-weight: 800; transform: rotate(-5deg); }
.hero__badge span { color: #d8494b; font-size: 14px; }
.hero__frame-label { position: absolute; top: 41px; right: -4px; z-index: 2; padding: 9px 12px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; color: var(--white); background: rgba(16,40,45,.48); backdrop-filter: blur(7px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero__caption { position: absolute; right: -12px; bottom: 0; color: #e7f3ef; font-family: var(--font-display); font-size: 13px; line-height: 1.35; letter-spacing: -.05em; text-align: right; }

.intro { background: var(--foam); }
.intro__grid { display: grid; grid-template-columns: .6fr 1.3fr .72fr; gap: 38px; align-items: start; }
.intro__copy h2, .section-head h2, .process h2, .contact h2 { margin-bottom: 24px; font-size: clamp(29px, 3vw, 42px); line-height: 1.24; font-weight: 600; }
.intro__copy p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.intro__image { overflow: hidden; aspect-ratio: .86; margin-top: -35px; border-radius: 100px 100px 0 0; }
.intro__image img { height: 100%; object-fit: cover; }

.object-note { padding: 0 0 120px; background: var(--foam); }
.object-note__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px, 8vw, 110px); align-items: center; padding: 34px; background: rgba(255,255,255,.38); }
.object-note__photo { position: relative; overflow: hidden; height: 385px; margin: 0; border-radius: 4px 120px 4px 4px; }
.object-note__photo::after { position: absolute; inset: 0; background: linear-gradient(145deg, transparent 42%, rgba(16,40,45,.34)); content: ""; }
.object-note__photo img { height: 100%; object-fit: cover; }
.object-note__copy { max-width: 540px; }
.object-note__copy h2, .repair-story h2 { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(27px, 3vw, 39px); line-height: 1.26; letter-spacing: -.065em; }
.object-note__copy p:last-child { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }

.section--deep { color: var(--white); background: #12373c; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 320px; margin: 0 0 7px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.section-label--light { color: #aadfd8; }
.services .section-head > p { color: rgba(255,255,255,.6); }
.services__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.service-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: padding .25s ease, background .25s ease;
}
.service-item:hover { padding-left: 14px; padding-right: 14px; background: rgba(255,255,255,.05); }
.service-item__num { color: #aadfd8; font-size: 12px; font-weight: 800; line-height: 1.6; }
.service-item__body h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 17px; line-height: 1.35; letter-spacing: -.06em; }
.service-item__body p { max-width: 640px; margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }
.service-spotlight { margin: 26px 0 0; padding: clamp(28px, 5vw, 48px); border: 1px solid rgba(255,255,255,.18); color: var(--white); background: rgba(255,255,255,.05); }
.service-spotlight__copy { display: flex; flex-direction: column; justify-content: center; }
.service-spotlight__copy h3 { max-width: 440px; margin: 0 0 16px; font-family: var(--font-display); font-size: clamp(23px, 2.8vw, 34px); line-height: 1.28; letter-spacing: -.065em; }
.service-spotlight__copy p:last-child { max-width: 560px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.65; }

.prices { background: var(--white); }
.price-layout { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(285px, .62fr); gap: clamp(35px, 6vw, 85px); align-items: stretch; }
.price-layout__content { min-width: 0; }
.section-head--price { align-items: start; }
.price-list { border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 20px; min-height: 100px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.price-row:hover { padding: 0 18px; background: var(--foam); }
.price-row__index { color: var(--water-dark); font-size: 12px; font-weight: 800; }
.price-row p { margin: 0; font-size: 17px; }
.price-row p strong { font-weight: 800; }
.price-row__amount { color: var(--water-dark); font-family: var(--font-display); font-size: clamp(18px, 2vw, 23px); letter-spacing: -.07em; white-space: nowrap; }
.price-note { margin: 20px 0 0; color: var(--ink-soft); font-size: 12px; }
.price-subhead { margin: 34px 0 18px; color: var(--water-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-list--extra { margin-top: 0; }
.price-visual { position: relative; overflow: hidden; min-height: 100%; margin: 0; border-radius: 160px 160px 8px 8px; background: var(--ink); }
.price-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(16,40,45,.78)); content: ""; }
.price-visual img { height: 100%; min-height: 580px; object-fit: cover; }
.price-visual figcaption { position: absolute; z-index: 1; right: 24px; bottom: 25px; left: 24px; color: var(--white); font-family: var(--font-display); font-size: 12px; line-height: 1.5; letter-spacing: -.05em; }

.repair-story { overflow: hidden; background: #d8ebe5; }
.repair-story__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.repair-story__copy > p:last-child { max-width: 465px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.repair-story__photos { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 16px; }
.repair-story__photo { position: relative; overflow: hidden; margin: 0; background: var(--ink); }
.repair-story__photo--one { height: 400px; border-radius: 140px 140px 5px 5px; }
.repair-story__photo--two { height: 300px; margin-bottom: 32px; border-radius: 5px 90px 5px 5px; }
.repair-story__photo img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.repair-story__photo--one img { object-position: center 42%; }
.repair-story__photo--two img { object-position: center center; }
.repair-story__photo--one figcaption { font-size: 11px; }
.repair-story__photo--two figcaption { font-size: 10px; line-height: 1.35; }
.repair-story__photo:hover img { transform: scale(1.06); }
.repair-story__photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 32px 14px 13px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.68)); font-size: 11px; font-weight: 800; line-height: 1.35; }

.section--sand { background: var(--sand); }
.process__grid { display: grid; grid-template-columns: .89fr 1.11fr; gap: clamp(45px, 8vw, 105px); align-items: center; }
.process__visual { position: relative; overflow: visible; }
.process__visual::before { position: absolute; z-index: 0; top: 40px; right: -36px; width: 100%; height: 100%; border: 1px solid rgba(16,40,45,.24); content: ""; }
.process__visual img { position: relative; z-index: 1; height: 530px; object-fit: cover; }
.process__sticker { position: absolute; z-index: 2; right: -42px; bottom: 34px; display: grid; place-items: center; width: 116px; height: 116px; border-radius: 50%; color: var(--white); background: var(--water-dark); font-family: var(--font-display); font-size: 11px; line-height: 1.4; letter-spacing: -.05em; text-align: center; transform: rotate(11deg); }
.steps { display: grid; gap: 27px; margin: 41px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--water-dark); font-size: 12px; font-weight: 800; }
.steps h3 { margin: 0 0 4px; font-size: 16px; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.works { overflow: hidden; background: linear-gradient(180deg, var(--white) 0%, var(--foam) 12%, var(--foam) 100%); }
.works.section { padding-bottom: 72px; }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 248px;
  grid-auto-flow: dense;
  gap: 14px;
}
.gallery__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: #0e2327;
  box-shadow: 0 10px 32px rgba(16, 40, 45, .1);
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease;
}
.gallery__item--lead {
  grid-column: span 2;
  grid-row: span 2;
  border-radius: 24px 24px 10px 10px;
}
.gallery__item:nth-child(3) { border-radius: 10px 22px 10px 10px; }
.gallery__item:nth-child(11) { border-radius: 10px 10px 22px 10px; }
.gallery__item::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 40, 45, .02) 0%, rgba(16, 40, 45, .58) 100%);
  opacity: .72;
  transition: opacity .45s ease;
  content: "";
}
.gallery__item:hover { z-index: 2; box-shadow: 0 18px 44px rgba(16, 40, 45, .18); transform: translateY(-4px); }
.gallery__item:hover::before { opacity: .88; }
.gallery__item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}
.gallery__item img.fit-contain {
  object-fit: contain;
  object-position: center;
  background: #0e2327;
}
.gallery__item:hover img { filter: saturate(1.08) contrast(1.02); transform: scale(1.03); }
.gallery__item:hover img.fit-contain { transform: none; }
.gallery__item figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px 16px 14px;
  pointer-events: none;
}
.gallery__item figcaption span {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: var(--white);
  background: rgba(16, 40, 45, .55);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  transform: translateY(6px);
  opacity: .92;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), opacity .45s ease, background .45s ease;
}
.gallery__item:hover figcaption span { background: rgba(16, 40, 45, .78); opacity: 1; transform: translateY(0); }
.gallery__item.reveal { transform: translateY(28px) scale(.98); }
.gallery__item.reveal.is-visible { transform: translateY(0) scale(1); }
.gallery__item.reveal:hover { transform: translateY(-5px) scale(1); }

.contact { padding-top: 30px; background: var(--white); }
.contact__box { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; padding: 64px 70px; color: var(--white); background: var(--ink); }
.contact h2 { margin-bottom: 18px; }
.contact__copy > p:last-child { max-width: 465px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.7; }
.contact__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.contact__phone { color: var(--accent); font-family: var(--font-display); font-size: clamp(22px, 2.6vw, 32px); font-weight: 600; letter-spacing: -.07em; }
.button--white { color: var(--ink); background: var(--accent); box-shadow: 0 9px 24px rgba(138,236,87,.16); }
.button--white:hover { background: var(--accent-hover); }
.contact__messenger { padding: 13px 18px; border: 1px solid var(--accent); border-radius: 999px; color: var(--accent); font-size: 14px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.contact__messenger:hover { color: var(--ink); background: var(--accent); }
.contact__actions p { margin: 7px 0 0; color: rgba(255,255,255,.43); font-size: 11px; }

.footer { padding: 36px 0; background: var(--white); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand--footer { color: var(--ink); }
.footer p, .footer a:last-child { margin: 0; color: var(--ink-soft); font-size: 12px; }
.footer a:last-child { font-weight: 700; }

.mobile-contact-bar { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .16s; }

@keyframes copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes image-in { from { opacity: 0; transform: translateY(26px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes ripple-drift { from { transform: translate3d(-1%, -1%, 0) scale(1); } to { transform: translate3d(2%, 2%, 0) scale(1.04); } }

@media (max-width: 820px) {
  body { padding-bottom: 76px; }
  .container { width: min(100% - 36px, 620px); }
  .section { padding: 80px 0; }
  .header__inner { min-height: 74px; }
  .header-cta { display: none; }
  .menu-toggle { z-index: 20; display: grid; gap: 6px; width: 38px; padding: 7px 0; border: 0; color: var(--white); background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: absolute; top: 0; right: 0; left: 0; display: none; min-height: 100vh; padding: 115px 24px 40px; background: var(--ink); flex-direction: column; align-items: flex-start; gap: 22px; font-family: var(--font-display); font-size: 22px; }
  .nav.is-open { display: flex; }
  .hero { min-height: 100svh; padding: 0 0 42px; background: radial-gradient(circle at 86% 16%, #256a72 0, var(--ink) 48%); }
  .hero__grid, .intro__grid, .process__grid, .contact__box { grid-template-columns: 1fr; }
  .hero__grid { gap: 0; }
  .hero__visual { order: -1; width: calc(100% + 36px); margin: 0 -18px; padding: 0; animation-delay: 0s; }
  .hero__image-wrap { height: min(53svh, 450px); min-height: 360px; aspect-ratio: auto; border-radius: 0 0 42px 42px; box-shadow: none; }
  .hero__image-wrap::after { background: linear-gradient(180deg, rgba(16,40,45,.36) 0%, rgba(16,40,45,.03) 33%, rgba(16,40,45,.74) 100%); }
  .hero__image-wrap img { object-position: center 58%; }
  .hero__frame-label { top: 87px; right: 18px; font-size: 9px; }
  .hero__badge, .hero__caption { display: none; }
  .hero__content { z-index: 4; margin: -54px 0 0; padding: 29px 21px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(16,40,45,.94); box-shadow: 0 22px 40px rgba(0,0,0,.23); animation-delay: .16s; }
  .hero .eyebrow { margin-bottom: 16px; font-size: 9px; }
  h1 { font-size: clamp(35px, 10vw, 52px); }
  .hero__lead { margin-bottom: 23px; font-size: 15px; line-height: 1.63; }
  .hero__actions { display: grid; grid-template-columns: 1fr; gap: 3px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .button--text { min-height: 42px; justify-content: center; }
  .hero__notes { margin-top: 24px; padding-top: 16px; gap: 12px; }
  .hero__notes div { flex: 1; }
  .hero__notes span { font-size: 10px; }
  .intro__grid { gap: 24px; }
  .intro__image { width: min(280px, 70%); margin: 15px 0 0 auto; }
  .object-note { padding: 0 0 80px; }
  .object-note__grid { grid-template-columns: 1fr; gap: 27px; padding: 14px; }
  .object-note__photo { height: 300px; border-radius: 4px 78px 4px 4px; }
  .section-head { display: block; margin-bottom: 35px; }
  .section-head > p { margin-top: 15px; }
  .service-item { grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; }
  .service-item:hover { padding-left: 10px; padding-right: 10px; }
  .service-item__body h3 { font-size: 15px; }
  .service-item__body p { font-size: 13px; }
  .service-spotlight { margin-top: 18px; padding: 26px 22px; }
  .service-spotlight__copy h3 { font-size: 24px; }
  .price-layout { grid-template-columns: 1fr; gap: 28px; }
  .price-visual { height: 290px; min-height: 0; border-radius: 96px 96px 6px 6px; }
  .price-visual img { min-height: 0; }
  .repair-story__grid { grid-template-columns: 1fr; gap: 32px; }
  .repair-story__photos { gap: 10px; }
  .repair-story__photo--one { height: 330px; border-radius: 100px 100px 5px 5px; }
  .repair-story__photo--two { height: 255px; margin-bottom: 20px; border-radius: 5px 60px 5px 5px; }
  .price-row { grid-template-columns: 34px 1fr; gap: 7px 12px; padding: 20px 0; }
  .price-row:hover { padding: 20px 12px; }
  .price-row__amount { grid-column: 2; }
  .price-row p { font-size: 15px; }
  .process__grid { gap: 70px; }
  .process__visual { width: calc(100% - 34px); }
  .process__visual img { height: 390px; }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 210px;
    gap: 10px;
  }
  .gallery__item { border-radius: 14px !important; }
  .gallery__item--lead {
    grid-column: 1 / -1;
    grid-row: span 2;
    min-height: 260px;
    border-radius: 18px !important;
  }
  .works.section { padding-bottom: 56px; }
  .contact__box { gap: 28px; padding: 42px 27px; }
  .footer__inner { align-items: flex-start; flex-direction: column; }
  .mobile-contact-bar { position: fixed; z-index: 30; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.38); border-radius: 19px; background: rgba(16,40,45,.9); box-shadow: 0 12px 34px rgba(0,0,0,.22); backdrop-filter: blur(13px); }
  .mobile-contact-bar a { display: flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 12px; font-size: 13px; font-weight: 800; }
  .mobile-contact-bar__call { color: var(--ink); background: var(--accent); }
  .mobile-contact-bar__message { color: var(--ink); border: 1px solid var(--accent); background: var(--accent-hover); }
}

@media (max-width: 480px) {
  .container { width: min(100% - 28px, 540px); }
  .gallery { grid-auto-rows: 180px; }
  .gallery__item--lead { min-height: 240px; }
  .hero__notes { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__notes div:last-child { grid-column: span 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
