:root {
  --ink: #111;
  --cream: #f2f2f0;
  --paper: #f4f2ed;
  --green: #090909;
  --lime: #d6a937;
  --sage: #b7b7b5;
  --line: rgba(18, 18, 18, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 30px 4.5vw; color: var(--cream);
}
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand-mark { font: 700 25px/1 "Manrope"; letter-spacing: -2px; color: #d9dbdd; }
.brand-mark span { color: var(--lime); }
.brand-name { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.nav > a:not(.nav-cta) { opacity: .8; transition: opacity .2s; }
.nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.35); border-radius: 50px; padding: 13px 18px; }
.nav-cta span { margin-left: 10px; color: var(--lime); }
.menu-toggle { display: none; }

.hero {
  min-height: 760px; height: 100vh; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: 130px 6vw 60px; color: var(--cream); background: #080808;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.96) 38%, rgba(8,8,8,.56) 70%, rgba(8,8,8,.72) 100%);
}
.hero-image {
  position: absolute; inset: 0; background: url("assets/jx2-brand-background.png") center / cover no-repeat;
  opacity: .58; filter: contrast(1.05);
}
.eyebrow, .section-label {
  font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase;
}
.hero .eyebrow { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; margin: 40px 0 30px; color: #d6a937; }
.hero .eyebrow i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.hero h1 {
  position: relative; z-index: 2; margin: 0; max-width: 1040px;
  font: 500 clamp(74px, 10vw, 148px)/.82 "Manrope"; letter-spacing: -.075em;
}
.hero h1 em, .approach h2 em {
  color: #d6a937; font-family: Georgia, serif; font-weight: 400;
}
.hero-bottom {
  position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between;
  margin-top: 55px; padding-left: 27%; max-width: 1140px;
}
.hero-bottom > p { width: 390px; margin: 0; font-size: 17px; line-height: 1.55; color: var(--sage); }
.circle-link {
  width: 88px; height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 11px; text-transform: uppercase;
  transition: background .25s, color .25s, transform .25s;
}
.circle-link svg { width: 16px; margin-top: 9px; fill: none; stroke: currentColor; }
.circle-link:hover { background: var(--lime); color: var(--green); transform: translateY(4px); }

.statement, .approach { padding: 120px 6vw 135px; }
.section-label { display: flex; align-items: center; gap: 16px; margin: 0 0 75px; }
.section-label span { color: #798078; }
.section-label::after { content: ""; width: 55px; height: 1px; background: currentColor; opacity: .3; }
.section-label.light { color: var(--cream); }
.statement-copy { display: grid; grid-template-columns: 2.15fr 1fr; gap: 10vw; align-items: end; }
.statement h2, .services h2, .approach h2, .contact h2 {
  margin: 0; font: 500 clamp(42px, 5.4vw, 77px)/1.03 "Manrope"; letter-spacing: -.055em;
}
.statement-detail p { margin: 0 0 32px; color: #59605a; line-height: 1.7; }
.text-link { display: inline-flex; gap: 15px; padding-bottom: 6px; border-bottom: 1px solid; font-size: 14px; font-weight: 600; }
.text-link span { color: #6e8d13; }

.services {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw;
  padding: 120px 6vw; color: var(--cream); background: #171717;
}
.services-intro { align-self: start; position: sticky; top: 80px; }
.services-intro > p:last-child { max-width: 420px; margin: 35px 0 0; color: var(--sage); line-height: 1.7; }
.service-card {
  display: grid; grid-template-columns: 45px 1fr auto; gap: 25px; padding: 38px 0 42px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.service-card:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.service-number { color: var(--lime); font-size: 11px; }
.service-card h3 { margin: -5px 0 16px; font: 500 28px/1.2 "Manrope"; letter-spacing: -.03em; }
.service-card p { max-width: 480px; margin: 0; color: var(--sage); line-height: 1.6; }
.service-arrow { color: var(--lime); font-size: 20px; transition: transform .25s; }
.service-card:hover .service-arrow { transform: translate(4px, -4px); }

.approach-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 12vw; }
.approach h2 { align-self: start; }
.principle { display: grid; grid-template-columns: 45px 1fr; padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.principle > span { color: #788078; font-size: 11px; }
.principle h3 { margin: -5px 0 12px; font: 600 22px "Manrope"; }
.principle p { grid-column: 2; max-width: 480px; margin: 0; color: #616862; line-height: 1.6; }

.contact { position: relative; overflow: hidden; padding: 110px 6vw 125px; color: var(--cream); background: #080808; }
.contact-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; }
.contact-action p { color: var(--sage); line-height: 1.6; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 25px; }
.contact-action a { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid var(--lime); font-size: 18px; }
.contact-action a span { margin-left: 14px; color: var(--lime); }
.contact-shape {
  position: absolute; width: 430px; height: 430px; right: -120px; bottom: -250px; border: 1px solid rgba(199,238,79,.35);
  border-radius: 50%; box-shadow: 0 0 0 80px rgba(214,169,55,.035), 0 0 0 160px rgba(214,169,55,.025);
}

footer { display: flex; align-items: end; justify-content: space-between; padding: 45px 6vw; background: #080808; color: var(--cream); border-top: 1px solid rgba(255,255,255,.12); }
.footer-meta { display: flex; gap: 45px; color: #858f87; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-meta p { margin: 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .site-header { padding: 24px 22px; }
  .menu-toggle { display: flex; position: relative; z-index: 12; flex-direction: column; gap: 6px; padding: 8px 0; border: 0; background: transparent; }
  .menu-toggle span { width: 25px; height: 1px; background: var(--cream); transition: transform .25s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav {
    display: none; position: fixed; inset: 0; z-index: 11; flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 24px; padding: 22px; background: var(--green); font: 500 34px "Manrope";
  }
  .menu-open .nav { display: flex; }
  .nav-cta { margin-top: 15px; font-size: 14px; }
  .hero { min-height: 700px; padding: 110px 22px 40px; }
  .hero .eyebrow { margin-top: 0; }
  .hero h1 { font-size: clamp(62px, 20vw, 95px); }
  .hero-image { background-position: 58% center; opacity: .42; }
  .hero::after { background: linear-gradient(180deg, rgba(8,8,8,.55), rgba(8,8,8,.85) 70%, #080808); }
  .hero-bottom { margin-top: 55px; padding-left: 0; align-items: flex-end; }
  .hero-bottom > p { width: calc(100% - 105px); font-size: 15px; }
  .circle-link { width: 76px; height: 76px; }
  .statement, .approach { padding: 85px 22px 95px; }
  .section-label { margin-bottom: 48px; }
  .statement-copy, .services, .approach-grid, .contact-content { grid-template-columns: 1fr; }
  .statement-copy { gap: 45px; }
  .statement h2, .services h2, .approach h2, .contact h2 { font-size: 43px; }
  .services { padding: 85px 22px 95px; gap: 70px; }
  .services-intro { position: static; }
  .service-card { grid-template-columns: 30px 1fr auto; gap: 12px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { font-size: 14px; }
  .approach-grid { gap: 70px; }
  .contact { padding: 85px 22px 95px; }
  .contact-content { gap: 45px; }
  footer { align-items: flex-start; padding: 40px 22px; }
  .footer-meta { flex-direction: column; gap: 8px; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
