:root {
  --bg: #f2f5f7;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.84);
  --ink: #10161b;
  --muted: #4d5c67;
  --line: rgba(16, 22, 27, 0.1);
  --brand: #24678f;
  --brand-deep: #15374d;
  --dark: #10171c;
  --shadow: 0 24px 60px rgba(17, 28, 36, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(36, 103, 143, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f9fa 0%, var(--bg) 100%);
}

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

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

.page-glow {
  position: fixed;
  inset: auto;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(60px);
  pointer-events: none;
  opacity: 0.35;
  z-index: 0;
}

.page-glow-one {
  top: 120px;
  right: 4%;
  background: rgba(104, 169, 206, 0.28);
}

.page-glow-two {
  top: 720px;
  left: 2%;
  background: rgba(255, 255, 255, 0.45);
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(242, 245, 247, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 22, 27, 0.07);
}

.topbar-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
}

.brand-logo {
  width: 180px;
  mix-blend-mode: multiply;
}

.nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(21, 55, 77, 0.18);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  border: 1px solid rgba(16, 22, 27, 0.08);
  box-shadow: none;
}

.hero {
  padding: 46px 0 26px;
}

.hero-grid,
.quote-grid,
.split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.glass-panel,
.glass-panel-soft,
.glass-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.glass-panel {
  padding: 28px;
  border-radius: 28px;
}

.glass-panel-soft {
  padding: 24px;
  border-radius: 24px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  max-width: 8.5ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.hero-text,
.section-intro p,
.plain-copy,
.services-list p,
.footer p,
.footer-contact {
  color: var(--muted);
  line-height: 1.58;
}

.hero-text {
  max-width: 31rem;
  margin: 16px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 18px;
}

.hero-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.97rem;
}

.hero-list li::before {
  content: "•";
  color: var(--brand);
  margin-right: 8px;
}

.hero-media {
  min-height: 420px;
}

.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 60%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
}

.section {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(16, 23, 28, 0.96), rgba(16, 23, 28, 0.98));
  color: #f7fbfd;
}

.section-dark .eyebrow {
  color: #8ab6d1;
}

.section-intro {
  max-width: 700px;
  margin-bottom: 22px;
}

.section-intro-light p {
  color: rgba(247, 251, 253, 0.82);
}

.services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 34px;
}

.services-list article {
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.gallery-card {
  margin: 0;
  padding: 10px;
  border-radius: 24px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.wide-card {
  grid-column: 1 / -1;
}

.areas-panel {
  align-items: start;
}

.area-list p {
  margin: 0 0 10px;
  font-weight: 600;
}

.quote-grid {
  align-items: start;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(16, 22, 27, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  border-radius: 16px;
  font: inherit;
}

.footer {
  padding: 18px 0 26px;
  border-top: 1px solid rgba(16, 22, 27, 0.06);
}

.footer-name {
  margin: 0 0 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  color: var(--ink);
}

.footer-contact {
  display: grid;
  justify-items: end;
  gap: 8px;
  font-weight: 600;
}

@media (max-width: 920px) {
  .hero-grid,
  .quote-grid,
  .split-layout,
  .gallery-grid,
  .services-list {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .topbar-inner,
  .footer-inner {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .footer-contact {
    justify-items: start;
  }

  .hero-photo {
    min-height: 320px;
  }

  .wide-card {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(100% - 20px, 1120px);
  }

  .hero {
    padding: 30px 0 20px;
  }

  .glass-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .glass-panel-soft,
  .gallery-card {
    padding: 14px;
    border-radius: 20px;
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 3.9rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .brand-logo {
    width: 148px;
  }

  .hero-photo {
    min-height: 250px;
    border-radius: 18px;
  }
}
