:root {
  --ink: #07111f;
  --ink-soft: #0d1b2d;
  --paper: #f4f7fb;
  --white: #ffffff;
  --yellow: #ffd21f;
  --yellow-deep: #edba00;
  --cyan: #32d7ff;
  --muted: #9caabd;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  display: flex;
  align-items: center;
  gap: 44px;
  color: var(--white);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 1.05rem/1 "Barlow Condensed", sans-serif; letter-spacing: .07em; }
.brand strong { color: var(--yellow); font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--yellow); background: rgba(255, 210, 31, .12); border: 1px solid rgba(255, 210, 31, .45); transform: skew(-8deg); }
.brand-mark svg { width: 23px; height: 23px; fill: currentColor; transform: skew(8deg); }
nav { display: flex; gap: 28px; margin-left: auto; font-size: .88rem; font-weight: 600; }
nav a { color: #d8e1ec; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--yellow); }
.header-cta { padding: 11px 19px; color: var(--ink); background: var(--yellow); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr);
  align-items: center;
  gap: 60px;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 80px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 46%, rgba(50, 215, 255, .12), transparent 22%),
    linear-gradient(115deg, #07111f 0%, #0a1728 58%, #07111f 100%);
}
.hero::after { content: ""; position: absolute; right: -100px; bottom: -280px; width: 570px; height: 570px; border: 1px solid rgba(255, 210, 31, .18); transform: rotate(45deg); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--cyan); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; line-height: .98; }
h1 { max-width: 720px; font-size: clamp(4rem, 7vw, 6.3rem); letter-spacing: -.035em; text-transform: uppercase; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 600px; margin: 28px 0 34px; color: #b7c4d4; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; transition: transform .2s, box-shadow .2s, background .2s; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 14px 30px rgba(255, 210, 31, .13); }
.button-primary:hover { background: #ffe052; box-shadow: 0 18px 38px rgba(255, 210, 31, .2); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.hero-trust { display: flex; gap: 26px; margin-top: 42px; color: #c8d2df; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust b { color: var(--yellow); font: 700 .78rem "Barlow Condensed", sans-serif; }

.hero-visual { min-height: 500px; display: grid; place-items: center; }
.portrait-frame { position: relative; width: min(430px, 92%); aspect-ratio: .88; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(155deg, #152842, #07111f 70%); box-shadow: var(--shadow); transform: rotate(2deg); }
.portrait-frame::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,210,31,.22); }
.portrait-frame::after { content: ""; position: absolute; left: -35px; top: 68px; width: 70px; height: 10px; background: var(--yellow); box-shadow: 0 18px 0 rgba(255, 210, 31, .35), 0 36px 0 rgba(255, 210, 31, .12); }
.portrait-frame > img { position: absolute; z-index: 2; top: 50%; left: 50%; width: min(76%, 100px); height: 100px; object-fit: cover; transform: translate(-50%, -53%) rotate(-2deg); border-radius: 50%; border: 7px solid #10233a; outline: 2px solid rgba(255,210,31,.8); filter: none; }
.portrait-glow { position: absolute; left: 50%; top: 45%; width: 72%; aspect-ratio: 1; transform: translate(-50%, -50%); background: var(--cyan); opacity: .15; filter: blur(55px); }
.portrait-label { position: absolute; z-index: 4; left: -30px; right: 42px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; color: var(--white); background: rgba(5, 14, 26, .9); border-left: 3px solid var(--yellow); backdrop-filter: blur(12px); transform: rotate(-2deg); }
.portrait-label span:last-child { display: grid; }
.portrait-label small { color: var(--muted); font-size: .64rem; letter-spacing: .16em; }
.portrait-label strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; text-transform: uppercase; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.availability-card { position: absolute; z-index: 5; right: -16px; top: 40px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; color: var(--ink); background: var(--yellow); box-shadow: var(--shadow); }
.availability-card svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.availability-card div { display: grid; }
.availability-card strong { font: 800 1.2rem/1 "Barlow Condensed", sans-serif; }
.availability-card span { font-size: .68rem; }

.section { padding: 110px max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: .7fr 1.45fr .85fr; align-items: end; gap: 46px; margin-bottom: 56px; }
.section-number { margin: 0; color: #64748a; font-size: .73rem; font-weight: 800; letter-spacing: .15em; }
.section-heading h2, .contact h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); text-transform: uppercase; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 0; color: #5b6878; font-size: .95rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dbe2ea; border: 1px solid #dbe2ea; }
.service-card { position: relative; min-height: 330px; padding: 36px 32px; background: var(--white); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-6px); box-shadow: 0 20px 50px rgba(8, 22, 40, .12); }
.service-card.featured { color: var(--white); background: var(--ink-soft); }
.service-card.featured::after { content: ""; position: absolute; right: -60px; bottom: -100px; width: 210px; height: 210px; border: 22px solid rgba(255,210,31,.08); transform: rotate(18deg); }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; color: var(--ink); background: var(--yellow); }
.service-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-index { position: absolute; top: 38px; right: 32px; color: #93a0b1; font: 700 .8rem "Barlow Condensed", sans-serif; }
.service-card h3 { margin-top: 64px; font-size: 2rem; text-transform: uppercase; }
.service-card p { margin: 17px 0 0; color: #657285; font-size: .93rem; }
.service-card.featured p { color: #aebccc; }
.service-note { margin: 24px 0 0; color: #657285; font-size: .9rem; text-align: center; }
.service-note a { color: var(--ink); font-weight: 700; border-bottom: 2px solid var(--yellow); }

.gallery { background: #edf3f9; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.gallery-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe8f1;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(7, 17, 31, 0.08);
  transition: transform .25s, box-shadow .25s;
}
.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(7, 17, 31, 0.12);
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.gallery-item figcaption {
  padding: 16px 18px;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 100%);
}

.gallery-showcase {
  background: linear-gradient(180deg, #f8fafc 0%, #edf3f9 100%);
}
.compact-gallery {
  display: block;
  margin-bottom: 32px;
}
.portfolio-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 18px;
}
.portfolio-feature,
.portfolio-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  box-shadow: 0 20px 35px rgba(7, 17, 31, 0.08);
}
.portfolio-feature {
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
}
.portfolio-card {
  min-height: 220px;
}
.portfolio-feature img,
.portfolio-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.portfolio-feature:hover img,
.portfolio-card:hover img {
  transform: scale(1.04);
}
.portfolio-feature figcaption,
.portfolio-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  padding: 10px 12px;
  color: var(--white);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(7, 17, 31, 0.66);
  backdrop-filter: blur(6px);
}
.wide-card {
  grid-column: 2 / span 2;
}

.gallery-archive {
  background: #f3f6fb;
}
.gallery-cesa3 {
  background: var(--white);
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.archive-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  background: var(--white);
  box-shadow: 0 18px 30px rgba(7, 17, 31, 0.06);
}
.archive-item img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.archive-item figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  padding: 10px 12px;
  color: var(--white);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(7, 17, 31, 0.62);
}
.archive-item.tall { grid-row: span 2; }
.archive-item.tall img { height: 460px; }
.archive-item.wide { grid-column: span 2; }
.archive-item.wide img { height: 260px; }

.benefits { color: var(--white); background: var(--ink); }
.benefits-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.section-heading.compact { display: block; margin: 0; }
.section-heading.compact h2 { margin-top: 22px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--yellow); font: 700 .9rem "Barlow Condensed", sans-serif; }
.benefit-list h3 { font-size: 1.6rem; text-transform: uppercase; }
.benefit-list p { margin: 7px 0 0; color: #9cabbc; font-size: .9rem; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; background: var(--yellow); }
.contact h2 { max-width: 620px; margin-top: 18px; }
.contact > div > p:last-child { margin: 22px 0 0; }
.contact .section-number { color: rgba(7,17,31,.62); }
.contact-actions { display: flex; align-items: center; gap: 30px; }
.button-dark { color: var(--white); background: var(--ink); white-space: nowrap; }
.phone-link { display: grid; line-height: 1.1; }
.phone-link small { font-size: .66rem; font-weight: 700; letter-spacing: .15em; }
.phone-link strong { margin-top: 6px; font: 800 1.75rem "Barlow Condensed", sans-serif; white-space: nowrap; }

footer { min-height: 128px; display: flex; align-items: center; gap: 30px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); color: #a9b6c5; background: #030a13; font-size: .8rem; }
footer p { margin: 0 auto 0 0; }
footer > a:last-child { color: var(--white); }
.mobile-contact { display: none; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 32px); height: 78px; }
  .header-cta { display: none; }
  .menu-button { display: grid; gap: 4px; margin-left: auto; color: var(--white); }
  .menu-button span:not(.sr-only) { width: 24px; height: 2px; background: currentColor; }
  nav { position: absolute; top: 78px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 0; background: rgba(5,14,26,.98); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 13px 18px; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 130px; }
  .hero-copy > p { max-width: 660px; }
  .hero-visual { min-height: 400px; }
  .portrait-frame { width: min(360px, 82%); aspect-ratio: 1; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-card h3 { margin-top: 48px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-layout { grid-template-columns: 1fr 1fr; }
  .portfolio-feature { grid-column: 1 / -1; grid-row: auto; min-height: 240px; }
  .wide-card { grid-column: auto; }
  .benefits-panel { grid-template-columns: 1fr; gap: 50px; }
  .contact { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 600px) {
  .brand { font-size: .96rem; }
  .hero { min-height: auto; padding: 120px 20px 70px; }
  h1 { font-size: clamp(3.4rem, 16vw, 4.8rem); }
  .hero-copy > p { margin: 22px 0 28px; font-size: .98rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { gap: 14px; justify-content: space-between; }
  .hero-trust span { display: grid; gap: 1px; }
  .hero-visual { min-height: 360px; }
  .portrait-frame { width: 88%; }
  .portrait-label { left: -18px; right: 20px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .portfolio-layout { grid-template-columns: 1fr; }
  .portfolio-feature, .portfolio-card, .wide-card { grid-column: auto; }
  .availability-card { right: -4px; top: 18px; }
  .section { padding: 76px 20px; }
  .section-heading { margin-bottom: 34px; }
  .service-card { padding: 28px 26px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .phone-link { align-self: center; text-align: center; }
  footer { flex-direction: column; align-items: flex-start; gap: 12px; padding: 34px 20px 92px; }
  footer p { margin: 0; }
  .mobile-contact { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: grid; place-items: center; width: 56px; height: 56px; color: var(--ink); background: var(--yellow); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.32); }
  .mobile-contact svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
}

@media (max-width: 420px) {
  h1 { font-size: 15vw; }
}
