:root {
  --blue: #31598f;
  --blue-deep: #163b6c;
  --blue-soft: #5478a8;
  --warm: #c87458;
  --ink: #162c49;
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --line: rgba(18, 61, 122, 0.18);
  --white: #fffdf9;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.site-header { align-items: center; background: var(--paper); display: flex; justify-content: space-between; padding: 22px 5.5vw; position: absolute; width: 100%; z-index: 10; }
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-mark { border-radius: 50%; display: block; height: 38px; overflow: hidden; width: 38px; }
.brand-mark img { display: block; height: 100%; object-fit: cover; width: 100%; }
.brand-name { font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.brand-name strong { color: var(--blue-soft); font-weight: 500; }
.site-nav { align-items: center; display: flex; gap: 34px; }
.site-nav a { color: var(--ink); font-size: 14px; font-weight: 600; }
.site-nav a:not(.nav-cta):hover { color: var(--blue-soft); }
.nav-cta { background: var(--blue); color: white !important; padding: 11px 17px; }
.nav-cta span, .button span { font-size: 18px; margin-left: 10px; }
.menu-toggle { background: none; border: 0; color: var(--ink); cursor: pointer; display: none; font-size: 14px; font-weight: 700; }
.menu-toggle span { border-top: 2px solid currentColor; display: inline-block; margin-left: 7px; vertical-align: middle; width: 18px; }
.section-blue { background-color: var(--blue); color: var(--white); }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.hero { min-height: 680px; padding: 145px 5.5vw 42px; position: relative; }
.texture { background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 58px 58px; }
.hero-grid { align-items: center; display: grid; gap: 5vw; grid-template-columns: 1.05fr .95fr; margin: auto; max-width: 1320px; min-height: 530px; }
.eyebrow { color: var(--blue-soft); font-size: 11px; font-weight: 700; letter-spacing: .17em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow.light { color: #b8cbea; }
h1, h2, h3 { font-family: var(--display); line-height: 1.05; margin: 0; }
h1 { font-size: clamp(3.5rem, 7vw, 6.6rem); letter-spacing: -.055em; max-width: 760px; }
h1 em, h2 em { color: #a9c0e1; font-style: normal; }
.hero-intro { color: #d7e1f0; font-size: 18px; max-width: 470px; margin: 31px 0; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; justify-content: center; letter-spacing: .03em; padding: 15px 20px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--blue); }
.button-blue { background: var(--blue); color: white; }
.hero-visual { aspect-ratio: 1; max-width: 520px; overflow: hidden; position: relative; }
.hero-logo { height: 52%; left: 24%; overflow: hidden; position: absolute; top: 24%; width: 52%; z-index: 2; }
.hero-logo img { height: 100%; object-fit: contain; width: 100%; }
.orbit { border: 1px solid rgba(255,255,255,.42); border-radius: 50%; height: 80%; left: 10%; position: absolute; top: 10%; transform: rotate(-28deg); width: 80%; }
.orbit-one { border-left-color: transparent; border-right-color: transparent; }
.orbit-two { height: 100%; left: 0; top: 0; transform: rotate(48deg); width: 100%; }
.coordinate { color: #b8cbea; font-size: 10px; letter-spacing: .12em; position: absolute; text-transform: uppercase; }
.coordinate-top { right: 0; top: 7%; }
.coordinate-bottom { bottom: 6%; left: 0; }
.scroll-cue { align-items: center; bottom: 52px; color: #b8cbea; display: flex; font-size: 11px; gap: 12px; left: 5.5vw; letter-spacing: .14em; position: absolute; text-transform: uppercase; }
.scroll-cue span { background: #b8cbea; height: 1px; width: 36px; }
.signal, .services, .contact { padding: 92px 11vw; }
.signal { background-image: linear-gradient(90deg, rgba(245,241,233,.98) 0%, rgba(245,241,233,.92) 48%, rgba(245,241,233,.72) 100%), url("https://images.pexels.com/photos/3582491/pexels-photo-3582491.jpeg?auto=compress&cs=tinysrgb&w=1800"); background-position: center, center; background-repeat: no-repeat; background-size: cover; }
.section-intro h2, .services-heading h2, .contact h2 { color: var(--blue); font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.055em; }
.section-intro h2 em, .services-heading h2 em, .contact h2 em { color: var(--blue-soft); }
.three-points { border-top: 1px solid var(--line); display: grid; gap: 5vw; grid-template-columns: repeat(3, 1fr); margin-top: 64px; padding-top: 24px; }
.point-number, .service-index { color: var(--blue-soft); font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.point h3 { color: var(--blue); font-size: 25px; margin: 48px 0 15px; }
.point p { color: #52647c; max-width: 260px; }
.services { display: grid; gap: 12vw; grid-template-columns: .8fr 1.2fr; }
.services-heading > p:last-child, .contact-copy > p:last-child { color: #52647c; margin-top: 30px; max-width: 300px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 40px 1fr 1.05fr 28px; padding: 24px 0; }
.service-item h3 { color: var(--blue); font-size: 20px; }
.service-item p { color: #52647c; font-size: 14px; line-height: 1.5; margin: 0; }
.service-item a { align-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); display: flex; font-size: 17px; height: 28px; justify-content: center; width: 28px; }
.service-item a:hover { background: var(--blue); color: white; }
.service-item:nth-child(odd) .service-index { color: var(--blue-soft); }
.service-item:nth-child(even) .service-index { color: var(--warm); }
.work { background-color: var(--blue-deep); background-image: linear-gradient(90deg, rgba(22,59,108,.96) 0%, rgba(22,59,108,.9) 48%, rgba(22,59,108,.62) 100%), url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1800&q=85"); background-position: center, center; background-repeat: no-repeat; background-size: cover; color: var(--white); padding: 72px 11vw; }
.work-heading { display: grid; gap: 0 3vw; grid-template-columns: .9fr 1.1fr; max-width: none; }
.work-heading .eyebrow { grid-column: 1; grid-row: 1; }
.work-heading h2 { color: var(--white); font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.055em; overflow-wrap: anywhere; }
.work-heading h2 { grid-column: 2; grid-row: 1 / span 2; }
.work-heading h2 em { color: #b8cbea; font-style: normal; }
.work-heading > p:last-child { color: #d7e1f0; grid-column: 1; grid-row: 2; margin: 24px 0 0; max-width: 420px; }
.work-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 46px; }
.work-card { background: rgba(255,253,249,.95); color: var(--ink); display: flex; flex-direction: column; min-height: 300px; padding: 22px; }
.work-card:nth-child(2) { background: rgba(245,241,233,.95); }
.work-number { color: var(--warm); font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.work-label { color: var(--blue-soft); font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-top: 20px; text-transform: uppercase; }
.work-card h3 { color: var(--blue); font-size: 22px; margin: 14px 0 14px; }
.work-card p { color: #52647c; font-size: 14px; margin: 0; }
.work-result { color: var(--warm); font-size: 12px; font-weight: 700; letter-spacing: .03em; margin-top: auto; padding-top: 26px; }
.contact { display: grid; gap: 13vw; grid-template-columns: .9fr 1.1fr; }
.contact-form { border-top: 1px solid var(--line); padding-top: 24px; }
.contact-form label { color: var(--blue-soft); display: block; font-size: 12px; font-weight: 700; letter-spacing: .1em; margin-bottom: 27px; text-transform: uppercase; }
input, textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); display: block; margin-top: 7px; outline: 0; padding: 8px 0; resize: vertical; width: 100%; }
input:focus, textarea:focus { border-color: var(--blue); }
.form-status { color: var(--blue-soft); font-size: 13px; margin: 16px 0 0; }
.site-footer { background: var(--blue-deep); color: white; padding: 58px 5.5vw 24px; }
.footer-top { align-items: flex-start; display: flex; justify-content: space-between; }
.footer-brand .brand-name strong { color: #b8cbea; }
.footer-top p { color: #b8cbea; font-size: 14px; margin: 0; text-align: right; }
.footer-arrow { border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 20px; height: 42px; line-height: 37px; text-align: center; width: 42px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); color: #91a9cc; display: flex; font-size: 11px; justify-content: space-between; letter-spacing: .05em; margin-top: 76px; padding-top: 17px; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-two { transition-delay: .24s; }
@media (max-width: 800px) {
  .site-header { padding: 18px 6vw; }
  .menu-toggle { display: block; }
  .site-nav { background: var(--paper); display: none; flex-direction: column; gap: 22px; left: 0; padding: 24px 6vw 30px; position: absolute; top: 74px; width: 100%; }
  .site-nav.is-open { display: flex; }
  .hero { min-height: auto; padding: 150px 6vw 90px; }
  .hero-grid { display: block; }
  h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .hero-visual { margin: 70px auto 20px; max-width: 410px; }
  .scroll-cue { bottom: 28px; left: 6vw; }
  .signal, .services, .work, .contact { padding: 64px 7vw; }
  .three-points, .services, .contact { display: block; }
  .three-points { margin-top: 58px; }
  .point { border-bottom: 1px solid var(--line); padding: 25px 0 22px; }
  .point h3 { margin: 20px 0 10px; }
  .point p { margin-bottom: 0; max-width: none; }
  .services-heading { margin-bottom: 62px; }
  .service-item { align-items: start; grid-template-columns: 34px minmax(0, 1fr) 28px; }
  .service-item h3, .service-item p { min-width: 0; }
  .service-item p { grid-column: 2 / 3; }
  .service-item a { grid-column: 3; grid-row: 1 / 3; }
  .work-heading > p:last-child { margin-top: 22px; }
  .work-grid { display: block; margin-top: 34px; }
  .work-card { margin-bottom: 16px; min-height: 260px; }
  blockquote { margin: 50px 0 40px; }
  .contact-copy { margin-bottom: 58px; }
  .footer-top { flex-wrap: wrap; gap: 30px; }
  .footer-top p { text-align: left; width: 100%; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}
