:root {
  --bg: #f4f7f8;
  --bg-alt: #e7edf0;
  --slate: #334450;
  --slate-deep: #24313b;
  --slate-soft: #566875;
  --teal: #19a4c8;
  --teal-deep: #1388a7;
  --white: #ffffff;
  --text: #18222b;
  --muted: #5d6c77;
  --line: rgba(36, 49, 59, 0.12);
  --shadow: 0 18px 50px rgba(18, 27, 34, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(25, 164, 200, 0.14), transparent 32%),
    linear-gradient(180deg, #f9fbfc 0%, var(--bg) 100%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.55;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 1000;
  background: var(--white);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(36, 49, 59, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-logo-light {
  max-width: 140px;
}

.brand-logo-dark {
  max-width: 168px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.button-accent {
  background: linear-gradient(135deg, var(--teal), #27bddc);
  color: var(--white);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.button-inverted {
  border-color: rgba(255, 255, 255, 0.18);
}

.button-small {
  min-height: 44px;
  padding: 0.75rem 1rem;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.6rem;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--white);
  border-radius: 999px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(36, 49, 59, 0.98), rgba(36, 49, 59, 0.92)),
    linear-gradient(120deg, #20303a 0%, #384955 100%);
  color: var(--white);
  padding: 4.5rem 0 3.2rem;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(25, 164, 200, 0.2), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.09), transparent 18%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  padding: 1rem 0;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero h1,
.page-hero h1,
.section-head h2,
.cta-inner h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 5.8rem);
}

.lead {
  max-width: 62ch;
  margin: 1.2rem 0 0;
  font-size: clamp(1.06rem, 2vw, 1.22rem);
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
}

.hero-points li {
  padding: 0.7rem 0.95rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.95rem;
}

.hero-panel {
  padding: 1.4rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.hero-panel-top {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--slate-deep);
}

.hero-panel-top p {
  margin: 1rem 0 0;
  font-weight: 600;
}

.stats {
  display: grid;
  gap: 1rem;
  margin: 1.2rem 0 0;
}

.stats div {
  padding: 1rem 1rem 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  border-left: 4px solid var(--teal);
}

.stats dt {
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  margin-bottom: 0.35rem;
}

.stats dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}

.section,
.page-hero {
  padding: 5rem 0;
}

.section-head {
  max-width: 50rem;
  margin-bottom: 2rem;
}

.section-head h2,
.page-hero h1,
.cta-inner h2 {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
}

.section-head h2 {
  color: var(--slate-deep);
}

.section-note {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.page-hero {
  background:
    radial-gradient(circle at top right, rgba(25, 164, 200, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.38));
  border-bottom: 1px solid var(--line);
}

.page-hero .eyebrow {
  color: var(--teal-deep);
}

.page-hero h1 {
  max-width: 14ch;
  color: var(--slate-deep);
}

.page-hero .lead {
  color: var(--muted);
  max-width: 64ch;
}

.card-grid {
  display: grid;
  gap: 1.2rem;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.narrow-top {
  margin-top: 1.5rem;
}

.card,
.service-tile,
.photo-placeholder,
.photo-guidance,
.matrix div,
.table-list div,
.notice,
.request-form {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.card,
.service-tile {
  padding: 1.4rem;
}

.card-kicker {
  margin: 0 0 0.65rem;
  color: var(--teal-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card h3,
.service-tile h3 {
  margin: 0 0 0.75rem;
  color: var(--slate-deep);
  line-height: 1.1;
  font-size: 1.35rem;
}

.card p,
.service-tile p {
  margin: 0;
  color: var(--muted);
}

.section-slate {
  background: linear-gradient(180deg, var(--slate) 0%, var(--slate-deep) 100%);
  color: var(--white);
}

.section-slate .section-head h2,
.section-slate h3 {
  color: var(--white);
}

.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.split .eyebrow,
.cta-inner .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.capability-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1rem;
}

.capability-band > div {
  padding: 1.5rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.capability-band h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.check-list li {
  padding-left: 1.6rem;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(25, 164, 200, 0.16);
}

.section-photo {
  background: linear-gradient(180deg, rgba(244, 247, 248, 0.5), rgba(231, 237, 240, 0.92));
}

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

.photo-placeholder {
  min-height: 230px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.82)),
    repeating-linear-gradient(45deg, rgba(25, 164, 200, 0.08) 0, rgba(25, 164, 200, 0.08) 12px, transparent 12px, transparent 24px);
  border: 1px dashed rgba(36, 49, 59, 0.22);
}

.photo-placeholder span {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: var(--slate-deep);
  background: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.photo-placeholder p {
  margin: 0;
  color: var(--slate-soft);
}

.cta-band {
  padding-top: 1rem;
}

.cta-inner {
  border-radius: 34px;
  background: linear-gradient(135deg, var(--slate-deep), var(--slate));
  color: var(--white);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: var(--shadow);
}

.cta-inner p {
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  padding: 3.2rem 0 4rem;
  background: #1f2a33;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.5fr 0.5fr;
  gap: 1.5rem;
}

.site-footer h3 {
  margin: 0 0 0.8rem;
  color: var(--white);
}

.site-footer a {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer p {
  margin: 0;
  max-width: 34ch;
}

.table-list,
.matrix {
  display: grid;
  gap: 1rem;
}

.table-list div,
.matrix div {
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem 1.2rem;
}

.table-list strong,
.matrix strong {
  color: var(--slate-deep);
}

.table-list span,
.matrix span {
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.2rem;
}

.contact-cards {
  display: grid;
  gap: 1rem;
}

.request-form {
  padding: 1.4rem;
}

.request-form h2 {
  margin: 0 0 1rem;
  color: var(--slate-deep);
  font-size: 1.75rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-grid label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--slate-deep);
}

.form-grid .full {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(36, 49, 59, 0.18);
  background: #fbfcfd;
  padding: 0.95rem 1rem;
  color: var(--text);
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(25, 164, 200, 0.2);
  border-color: rgba(25, 164, 200, 0.8);
}

.request-wrap {
  display: grid;
  gap: 1rem;
  max-width: 860px;
}

.notice {
  padding: 1.4rem;
}

.notice.success {
  border-color: rgba(39, 189, 220, 0.42);
}

.notice.warning {
  border-color: rgba(255, 181, 57, 0.46);
}

.notice h2 {
  margin: 0 0 0.45rem;
  color: var(--slate-deep);
}

.photo-guidance {
  padding: 1.4rem;
}

.photo-guidance p {
  margin: 0 0 0.7rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero-grid,
  .contact-layout,
  .footer-grid,
  .capability-band,
  .three-up,
  .four-up,
  .two-up,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner,
  .split {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 820px) {
  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 92px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(36, 49, 59, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-link,
  .site-nav .button {
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding-top: 3rem;
  }

  .section,
  .page-hero {
    padding: 4rem 0;
  }

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