﻿:root {
  --bg-1: #03070d;
  --bg-2: #0a1321;
  --bg-3: #101d2f;
  --ink: #eff3fb;
  --muted: #b1bccf;
  --line: rgba(239, 243, 251, 0.2);
  --line-strong: rgba(239, 243, 251, 0.35);
  --glass: rgba(16, 26, 40, 0.52);
  --glass-soft: rgba(14, 21, 33, 0.36);
  --card: rgba(8, 14, 24, 0.58);
  --accent: #d9cab2;
  --accent-strong: #f0e6d4;
  --success: #9cc6b0;
  --radius: 20px;
  --radius-lg: 34px;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.55);
  --max: min(1240px, 92vw);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(1400px 600px at -10% -20%, rgba(89, 122, 179, 0.34) 0%, transparent 58%),
    radial-gradient(1100px 700px at 120% 20%, rgba(169, 123, 88, 0.24) 0%, transparent 62%),
    linear-gradient(160deg, var(--bg-1), var(--bg-2) 42%, var(--bg-3));
  color: var(--ink);
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.top-blur,
.bottom-blur {
  pointer-events: none;
  position: fixed;
  z-index: 0;
  filter: blur(52px);
}

.top-blur {
  width: 35vw;
  height: 35vw;
  left: -10vw;
  top: -14vw;
  background: rgba(163, 195, 255, 0.22);
}

.bottom-blur {
  width: 34vw;
  height: 34vw;
  right: -8vw;
  bottom: -14vw;
  background: rgba(210, 170, 122, 0.23);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.14;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.65px, transparent 0.65px);
  background-size: 3px 3px;
}

.site-header {
  position: fixed;
  inset: 20px 0 auto;
  z-index: 100;
}

.nav-shell {
  width: var(--max);
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(34, 46, 68, 0.46), rgba(10, 16, 26, 0.62));
  backdrop-filter: blur(10px) saturate(120%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: var(--accent-strong);
}

.brand-name span {
  color: var(--ink);
}

.nav-links {
  margin-left: auto;
  display: flex;
  gap: 12px;
}

.nav-links a {
  border: 1px solid transparent;
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 650;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
  border-color: rgba(239, 243, 251, 0.28);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.nav-cta {
  margin-left: 10px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(240, 230, 212, 0.58);
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(216, 192, 154, 0.13));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
}

.mobile-toggle {
  margin-left: auto;
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.page-wrap {
  position: relative;
  z-index: 2;
}

.hero {
  padding-top: 120px;
  min-height: 100svh;
  display: grid;
  align-items: center;
}

.hero-stage {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  min-height: 78svh;
  box-shadow: var(--shadow);
  background: #0b1019;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 7, 13, 0.2) 0%, rgba(2, 7, 13, 0.62) 42%, rgba(2, 7, 13, 0.9));
  z-index: 1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.hero-frame {
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(239, 243, 251, 0.26);
  border-radius: 24px;
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 54px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: end;
  min-height: 78svh;
}

.overline {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--accent);
  margin: 0 0 16px;
}

.hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 10vw, 8rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 0.88;
}

.hero h1 span {
  color: var(--accent-strong);
}

.hero-bigline {
  margin-top: 22px;
  font-size: 0.98rem;
  color: var(--muted);
  max-width: 560px;
}

.hero-glass-panel {
  padding: 26px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(17, 27, 40, 0.66), rgba(9, 15, 24, 0.48));
  backdrop-filter: blur(9px);
}

.hero-glass-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 500;
}

.hero-glass-panel p {
  color: var(--muted);
  margin: 12px 0 0;
  line-height: 1.65;
}

.hero-cta-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-contact-strip {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-contact-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(9, 15, 24, 0.68);
  display: grid;
  gap: 4px;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.hero-contact-item span {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
}

.hero-contact-item strong {
  color: var(--ink);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.hero-contact-item:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 680;
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.33);
}

.btn-primary {
  color: #08101a;
  border-color: transparent;
  background: linear-gradient(140deg, #f8f2e9, #d4baa1);
}

.hero-micro {
  margin-top: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: rgba(239, 243, 251, 0.76);
  text-transform: uppercase;
}

.metrics {
  margin-top: 24px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 14px;
  background: var(--glass-soft);
  backdrop-filter: blur(7px);
}

.metric-card .num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  color: var(--accent-strong);
  line-height: 1;
}

.metric-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.79rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section {
  padding: 95px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.section-head h2,
.page-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3.9rem);
  font-weight: 520;
}

.section-head p,
.lead {
  margin: 8px 0 0;
  max-width: 690px;
  color: var(--muted);
  line-height: 1.7;
}

.ghost-stroke {
  position: absolute;
  pointer-events: none;
  opacity: 0.26;
  filter: blur(0.1px);
}

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

.project-card {
  grid-column: span 4;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 440px;
  position: relative;
  background: #070d17;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 243, 251, 0.42);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 13, 0.08) 15%, rgba(4, 8, 13, 0.84) 84%);
  z-index: 1;
}

.project-body {
  position: absolute;
  z-index: 3;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 16px;
  border: 1px solid rgba(239, 243, 251, 0.26);
  background: linear-gradient(150deg, rgba(17, 27, 40, 0.62), rgba(8, 14, 23, 0.72));
  backdrop-filter: blur(10px);
  padding: 14px;
}

.project-meta {
  font-size: 0.7rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.project-title {
  margin: 5px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.project-text {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.project-link {
  margin-top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent-strong);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
}

.glass-panel {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(14, 23, 35, 0.68), rgba(8, 13, 23, 0.45));
  backdrop-filter: blur(7px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
}

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

.value-card {
  padding: 24px;
}

.value-card h3 {
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.value-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(8, 15, 26, 0.52);
}

.timeline-item b {
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.reviews-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.review-list {
  display: grid;
  gap: 10px;
}

.review-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(9, 15, 25, 0.74);
  padding: 16px;
}

.review-stars {
  color: #ffd166;
  letter-spacing: 0.08em;
  font-size: 0.92rem;
}

.review-head {
  margin-top: 6px;
  font-size: 0.88rem;
  color: var(--muted);
}

.review-card h4 {
  margin: 7px 0 0;
  font-size: 1.05rem;
}

.review-card p {
  margin: 8px 0 0;
  color: #d2dae7;
  line-height: 1.58;
}

.review-screens {
  padding: 14px;
}

.review-screens-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.review-screens-grid img {
  border-radius: 12px;
  border: 1px solid var(--line);
  height: 172px;
  width: 100%;
  object-fit: cover;
}

.map-shell {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  min-height: 340px;
}

.map-shell iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.contact-info {
  padding: 26px;
}

.contact-item {
  border-bottom: 1px solid rgba(239, 243, 251, 0.14);
  padding: 10px 0;
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.contact-item a,
.contact-item b {
  display: block;
  margin-top: 4px;
  font-size: 1.05rem;
}

.form {
  padding: 26px;
  display: grid;
  gap: 10px;
}

.form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.form input,
.form textarea,
.form select {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 17, 0.66);
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}

.form textarea {
  min-height: 128px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.84rem;
}

.footer {
  padding: 30px 0 45px;
}

.footer-shell {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(10, 16, 26, 0.68);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--accent-strong);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero {
  padding-top: 145px;
}

.page-hero-shell {
  padding: 40px;
}

.page-hero-shell .lead {
  max-width: 820px;
}

.filter-row {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-chip.active {
  background: linear-gradient(145deg, rgba(251, 242, 228, 0.94), rgba(211, 182, 144, 0.94));
  border-color: transparent;
  color: #111824;
}

.project-hero {
  min-height: 74svh;
}

.project-hero .hero-content {
  min-height: 74svh;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.project-gallery img {
  border-radius: 16px;
  border: 1px solid var(--line);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}

.project-gallery .span-3 {
  grid-column: span 3;
}

.project-gallery .span-2 {
  grid-column: span 2;
}

.project-gallery .span-6 {
  grid-column: span 6;
}

.project-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tag {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hidden {
  display: none !important;
}
body.perf-lite .top-blur,
body.perf-lite .bottom-blur,
body.perf-lite .noise {
  display: none;
}

body.perf-lite .nav-shell,
body.perf-lite .hero-glass-panel,
body.perf-lite .metric-card,
body.perf-lite .glass-panel,
body.perf-lite .project-body {
  backdrop-filter: none;
}

body.perf-lite .hero-media img,
body.perf-lite .project-card img {
  transform: none;
}

@media (max-width: 900px) {
  .top-blur,
  .bottom-blur,
  .noise {
    display: none;
  }

  .nav-shell,
  .hero-glass-panel,
  .metric-card,
  .glass-panel,
  .project-body {
    backdrop-filter: none;
  }

  .project-card img,
  .hero-media img {
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero-content,
  .reviews-wrap,
  .contact-grid,
  .project-detail-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .project-card {
    grid-column: span 6;
    min-height: 400px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .site-header {
    inset: 14px 0 auto;
  }

  .nav-shell {
    border-radius: 20px;
    padding: 10px 12px;
    flex-wrap: wrap;
  }

  .brand {
    min-width: auto;
  }

  .brand-name {
    font-size: 1.4rem;
  }

  .mobile-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-shell.open .nav-links {
    width: 100%;
    margin: 6px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-shell.open .nav-cta {
    display: inline-flex;
    margin: 0 auto 4px;
  }

  .hero {
    padding-top: 104px;
  }

  .hero-content {
    padding: 34px 22px;
    min-height: 72svh;
  }

  .hero-frame {
    inset: 14px;
    border-radius: 18px;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .hero-contact-strip {
    grid-template-columns: 1fr;
  }

  .project-card {
    grid-column: span 12;
  }

  .project-gallery .span-3,
  .project-gallery .span-2,
  .project-gallery .span-6 {
    grid-column: span 6;
  }

  .section {
    padding: 72px 0;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
    margin-bottom: 16px;
  }
}

@media (max-width: 560px) {
  .project-gallery {
    grid-template-columns: 1fr;
  }

  .project-gallery .span-3,
  .project-gallery .span-2,
  .project-gallery .span-6 {
    grid-column: span 1;
  }

  .hero-bigline {
    font-size: 0.92rem;
  }
}



