:root {
  --bg: #f7f4ef;
  --paper: #fbf8f3;
  --text: #252738;
  --muted: #6f6f7c;
  --line: rgba(37, 39, 56, 0.14);
  --navy: #1f2432;
  --slate: #8e8f95;
  --gold: #bb9a61;
  --white: #fffdf8;
  --max: min(1110px, calc(100vw - 38px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

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

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

.site-wrap {
  width: var(--max);
  margin: 0 auto;
  padding: 10px 0 30px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 18px;
}

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

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.brand-word,
.topnav a,
.note-label,
.section-link,
.insight-meta,
.copyright p {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-word {
  font-weight: 800;
}

.topnav {
  display: flex;
  gap: 20px;
}

.topnav a {
  position: relative;
  font-weight: 700;
  color: rgba(37, 39, 56, 0.8);
}

.topnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--text);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.topnav a:hover::after {
  transform: scaleX(1);
}

.hero-panel {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.hero-image-wrap {
  position: relative;
  height: 560px;
}

.hero-image,
.hero-tint {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-tint {
  background:
    linear-gradient(90deg, rgba(33, 35, 49, 0.3), rgba(33, 35, 49, 0.06) 50%, rgba(33, 35, 49, 0.2)),
    linear-gradient(180deg, rgba(33, 35, 49, 0.08), rgba(33, 35, 49, 0.2));
}

.hero-copy {
  position: absolute;
  left: 44px;
  top: 152px;
  width: min(560px, calc(100% - 88px));
  color: var(--white);
}

.hero-copy h1,
.section-head h2,
.cta-band h2 {
  margin: 0;
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.hero-copy h1 {
  font-size: clamp(3.7rem, 8vw, 5.6rem);
}

.hero-copy p {
  max-width: 420px;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 253, 248, 0.9);
}

.hero-note {
  position: absolute;
  right: 28px;
  bottom: 128px;
  width: 300px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 18px 18px 16px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(37, 39, 56, 0.09);
}

.note-label,
.section-link,
.insight-meta {
  color: var(--muted);
  font-weight: 700;
}

.hero-note p {
  margin: 8px 0 0;
  font-size: 0.83rem;
  line-height: 1.7;
  color: var(--text);
}

.note-link {
  align-self: start;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--navy);
}

.section {
  padding: 58px 0 0;
}

.intro-section {
  padding-top: 8px;
}

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

.section-head.compact {
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(2.6rem, 5vw, 4rem);
}

.section-head p {
  margin: 10px 0 0;
  max-width: 440px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--muted);
}

.section-link {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.service-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
}

.service-list {
  margin: 0;
  padding-left: 18px;
}

.service-list li {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.6;
}

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

.metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(3.1rem, 7vw, 4.8rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(37, 39, 56, 0.75);
}

.metric span {
  font-size: 0.84rem;
  color: var(--muted);
}

.marquee-band {
  margin-top: 54px;
  padding: 34px 0;
  overflow: hidden;
  background: #a6a6a6;
}

.marquee-track {
  display: flex;
  gap: 42px;
  width: max-content;
  white-space: nowrap;
}

.marquee-track span {
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.75);
}

.about-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.about-visual {
  position: relative;
  height: 330px;
}

.about-card {
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-card-back {
  left: 18px;
  top: -10px;
  background: linear-gradient(180deg, #dce7f0, #b5c7dd);
}

.about-card-front {
  left: 0;
  top: 16px;
  overflow: hidden;
  background: #d7d9df;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-frame {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 96px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.about-content p,
.mini-feature p,
.footer-col p,
.footer-col a {
  margin: 0 0 14px;
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--muted);
}

.about-points {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.about-points span {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  color: var(--text);
}

.about-points em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.9rem;
}

.principle-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.mini-feature h3,
.footer-col h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  color: var(--text);
}

.mini-emoji {
  margin-bottom: 14px;
  font-size: 1.65rem;
  line-height: 1;
}

.cta-button:hover {
  transform: translateY(-4px);
}

.contact-lead {
  padding-bottom: 8px;
}

.cta-band {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 14px;
  padding: 70px 20px;
  text-align: center;
  color: var(--white);
}

.cta-background,
.cta-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cta-background {
  object-fit: cover;
}

.cta-overlay {
  background:
    linear-gradient(180deg, rgba(31, 36, 50, 0.28), rgba(31, 36, 50, 0.45)),
    linear-gradient(90deg, rgba(31, 36, 50, 0.12), rgba(31, 36, 50, 0.18));
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  font-size: clamp(2.2rem, 5vw, 3.1rem);
}

.cta-band p {
  margin: 10px 0 22px;
  font-size: 0.95rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.cta-button:hover {
  background: var(--white);
  color: var(--text);
}

.footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 46px 0 18px;
}

.footer-col h3 {
  margin-bottom: 12px;
}

.footer-col a {
  display: inline-block;
  margin-bottom: 8px;
}

.footer-col a:hover {
  color: var(--navy);
}

.copyright {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.copyright p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 960px) {
  .service-columns,
  .metrics-row,
  .principle-icons,
  .footer {
    grid-template-columns: 1fr;
  }

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

  .hero-panel {
    min-height: auto;
  }

  .hero-image-wrap {
    height: 560px;
  }

  .hero-copy {
    left: 24px;
    top: 110px;
    width: calc(100% - 48px);
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -1px;
  }

}

@media (max-width: 720px) {
  .site-wrap {
    width: min(calc(100vw - 24px), 1110px);
    padding-top: 6px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .topnav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-image-wrap {
    height: 470px;
  }

  .hero-copy {
    top: 78px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 15vw, 4.4rem);
  }

  .hero-copy p {
    max-width: 320px;
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .hero-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .note-link {
    padding-left: 0;
    border-left: 0;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }

  .section {
    padding-top: 46px;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .section-head h2 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .marquee-band {
    padding: 22px 0;
  }

  .footer {
    padding-top: 34px;
  }
}
