:root {
  --ink: #101b1a;
  --ink-soft: #1b2927;
  --muted: #64736e;
  --cream: #f1eee6;
  --paper: #fbfaf7;
  --lime: #d4ef63;
  --line: #dce0d8;
  --serif: "Barlow Condensed", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .25;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(16,27,26,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,27,26,.035) 1px, transparent 1px);
  background-size: 48px 48px;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 5.5vw;
  border-bottom: 1px solid rgba(220,224,216,.9);
  background: rgba(251,250,247,.87);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; letter-spacing: .04em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(212,239,99,.45);
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  font: 700 12px var(--serif);
}
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font: 700 16px var(--serif); letter-spacing: .09em; }
.brand small { margin-top: 4px; font-size: 7px; font-weight: 800; letter-spacing: .18em; }
.nav-links { display: flex; align-items: center; gap: 35px; font-size: 12px; font-weight: 700; }
.nav-links a:not(.nav-cta) { color: #5c6965; transition: color .2s ease; }
.nav-links a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta {
  padding: 13px 19px;
  border: 1px solid var(--ink);
  border-radius: 30px;
  transition: background .2s ease, color .2s ease;
}
.nav-cta:hover { background: var(--ink); color: white; }
.nav-cta span, .button span { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: none; font-size: 23px; }

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 48% 52%;
  padding-left: 9vw;
  background: var(--cream);
}
.hero-copy { padding: 115px 30px 70px 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #708079;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow span { display: inline-block; width: 27px; height: 2px; background: var(--lime); }
.hero h1, h2 {
  margin: 27px 0 25px;
  font: 600 clamp(58px, 7vw, 100px)/.88 var(--serif);
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.hero h1 em, h2 em { color: #829382; font-style: normal; }
.hero-text { max-width: 410px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.button {
  display: inline-block;
  padding: 16px 22px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(16,27,26,.14); }
.button-primary, .button-dark { background: var(--ink); color: white; }
.text-link { font-size: 11px; font-weight: 800; }
.text-link span { margin-left: 9px; color: #78867f; }
.hero-proof { display: flex; gap: 38px; margin-top: 82px; }
.hero-proof div { display: flex; align-items: flex-start; gap: 9px; }
.hero-proof strong { color: #a0b0a5; font: 600 28px var(--serif); }
.hero-proof span { color: #66716d; font-size: 9px; font-weight: 700; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.hero-visual { position: relative; overflow: hidden; padding: 16px 16px 16px 0; }
.hero-image {
  height: 100%;
  min-height: 640px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(90deg, rgba(16,27,26,.23), transparent 65%), url("https://images.unsplash.com/photo-1504215680853-026ed2a45def?auto=format&fit=crop&w=1400&q=85") center/cover;
  transition: transform .8s ease;
}
.hero:hover .hero-image { transform: scale(1.02); }
.image-note {
  position: absolute;
  bottom: 60px;
  left: 8%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(251,250,247,.94);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.note-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.hero-stamp {
  position: absolute;
  top: 12%;
  right: 9%;
  display: grid;
  place-content: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  color: white;
  font: 700 9px/1.1 var(--serif);
  letter-spacing: .1em;
  text-align: center;
}
.hero-stamp b { font-size: 25px; }
.ticker { overflow: hidden; padding: 15px 0; background: var(--lime); white-space: nowrap; font: 700 15px var(--serif); letter-spacing: .16em; }
.ticker div { text-align: center; word-spacing: 18px; }
.ticker span { font-size: 11px; }

.section { padding: 125px 9vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
.section h2, .about h2 { margin: 22px 0 0; font-size: 70px; }
.section-intro { max-width: 350px; margin: 0 0 7px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.service-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 25px 23px;
  background: rgba(235,236,228,.9);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 18px 35px rgba(16,27,26,.11); }
.service-card-dark { background: var(--ink); color: white; }
.service-card-accent { background: var(--lime); }
.service-number { color: #94a099; font: 600 25px var(--serif); }
.service-icon { margin-top: 40px; color: var(--lime); font-size: 31px; }
.service-card:not(.service-card-dark):not(.service-card-accent) .service-icon { color: #63726b; }
.service-card-accent .service-icon { color: var(--ink); }
.service-card h3 { margin: 13px 0 8px; font: 600 25px/1 var(--serif); text-transform: uppercase; }
.service-card p { margin: 0; color: #75817b; font-size: 11px; line-height: 1.6; }
.service-card-dark p { color: #a6b3ad; }
.service-card a { margin-top: auto; font-size: 10px; font-weight: 800; }
.service-card a span { margin-left: 6px; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; background: var(--cream); }
.about-photo {
  height: 520px;
  border: 12px solid rgba(255,255,255,.55);
  background: linear-gradient(rgba(20,32,31,.08), rgba(20,32,31,.2)), url("https://images.unsplash.com/photo-1580273916550-e323be2ae537?auto=format&fit=crop&w=1000&q=85") center/cover;
  box-shadow: 20px 20px 0 rgba(16,27,26,.08);
}
.about-copy p:not(.eyebrow) { max-width: 440px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.about-details { display: flex; gap: 55px; margin: 33px 0; }
.about-details strong, .about-details span { display: block; }
.about-details strong { font: 600 24px var(--serif); text-transform: uppercase; }
.about-details span { margin-top: 6px; color: #75817b; font-size: 10px; line-height: 1.5; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 105px 9vw 110px; background: var(--ink); color: white; }
.eyebrow-light { color: #aab7ae; }
.contact h2 { margin-bottom: 22px; color: white; font-size: 76px; }
.contact h2 em { color: var(--lime); }
.contact-heading > p:last-child { color: #a6b2ad; font-size: 13px; line-height: 1.7; }
.contact-info { display: flex; flex-direction: column; justify-content: center; }
.contact-info a { display: flex; flex-direction: column; padding: 20px 0; border-bottom: 1px solid #3b4945; transition: padding-left .2s ease; }
.contact-info a:hover { padding-left: 10px; }
.contact-info small { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-info strong { margin: 7px 0; font: 500 27px var(--serif); }
.contact-info span { color: #a6b2ad; font-size: 10px; line-height: 1.7; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 30px 5.5vw; background: #0c1514; color: #98a59e; }
.site-footer p, .back-top { font-size: 10px; }
.back-top { color: var(--lime); font-weight: 800; }
.site-footer .brand strong { color: white; }
.site-footer .brand-mark { background: var(--lime); color: var(--ink); }

@media (max-width: 800px) {
  .site-header { height: 72px; padding: 0 6vw; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 20px; padding: 20px 6vw; border-bottom: 1px solid var(--line); background: var(--paper); }
  .nav-links.open { display: flex; }
  .hero { display: block; padding: 0; }
  .hero-copy { padding: 75px 8vw 65px; }
  .hero h1 { font-size: 76px; }
  .hero-proof { gap: 18px; margin-top: 55px; }
  .hero-visual, .hero-image { height: 410px; min-height: 410px; }
  .hero-visual { padding: 0; }
  .section { padding: 80px 8vw; }
  .section-heading { display: block; }
  .section-intro { margin-top: 25px; }
  .section h2, .about h2 { font-size: 62px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 280px; }
  .about { display: block; }
  .about-photo { height: 390px; margin-bottom: 60px; }
  .contact { display: block; padding: 75px 8vw; }
  .contact-info { margin-top: 45px; }
  .site-footer { flex-wrap: wrap; gap: 20px; padding: 28px 6vw; }
  .site-footer p { order: 3; width: 100%; margin: 0; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 64px; }
  .hero-proof span { font-size: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .section h2, .about h2, .contact h2 { font-size: 55px; }
  .about-details { gap: 25px; }
  .contact-info strong { font-size: 24px; }
}
