:root { --paper:#f8f9f7; --ink:#111214; --mist:#e9ece9; --line:#cfd4d0; --cyan:#00a7c7; --magenta:#e62978; --yellow:#f6c900; --blue:#2855ff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
.shell { width:min(100% - 8vw, 1440px); margin-inline:auto; }
.site-header { height:92px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:baseline; gap:16px; }
.brand-name { font-size:18px; font-weight:700; letter-spacing:-.03em; }
.brand-owner, .site-header nav a, .eyebrow { font-size:11px; text-transform:uppercase; letter-spacing:.14em; }
.brand-owner { color:#5d625e; }
.site-header nav { display:flex; gap:32px; }
.site-header nav a { padding:12px 0; border-bottom:1px solid transparent; }
.site-header nav a:hover { border-color:var(--ink); }
.hero { min-height:660px; display:grid; grid-template-columns:minmax(0, 9fr) minmax(250px, 3fr); border-bottom:1px solid var(--line); }
.hero-copy { padding:82px 3vw 70px 0; border-right:1px solid var(--line); }
.eyebrow { margin:0 0 38px; color:#5b615d; }
h1,h2,h3,p { margin-top:0; }
h1 { margin:0; max-width:1050px; font-size:clamp(62px, 7.6vw, 112px); font-weight:500; line-height:.9; letter-spacing:-.065em; }
h1 span { font-weight:400; }
.spectrum { display:grid; grid-template-columns:3fr 2fr 1.5fr 1fr; width:min(68%,700px); height:7px; margin-top:44px; }
.spectrum i:nth-child(1){background:var(--cyan)} .spectrum i:nth-child(2){background:var(--magenta)} .spectrum i:nth-child(3){background:var(--yellow)} .spectrum i:nth-child(4){background:var(--blue)}
.hero-aside { padding:84px 0 56px 36px; display:flex; flex-direction:column; }
.hero-aside>p { max-width:320px; font-size:19px; line-height:1.55; letter-spacing:-.015em; }
.text-link { margin-top:24px; padding:18px 0; border-top:1px solid var(--ink); border-bottom:1px solid var(--ink); display:flex; justify-content:space-between; font-weight:700; }
.text-link span, .contact-details span { transition:transform .2s ease; }
.text-link:hover span, .contact-details a:hover span { transform:translate(4px,-4px); }
.hero-meta { margin:auto 0 0; }
.hero-meta div { display:flex; justify-content:space-between; gap:20px; padding:9px 0; border-bottom:1px solid var(--line); font-family:monospace; font-size:10px; text-transform:uppercase; }
.hero-meta dt { color:#6a706c; }
.section { padding:110px 0; border-bottom:1px solid var(--line); }
.section-heading { display:grid; grid-template-columns:3fr 9fr; gap:28px; align-items:start; margin-bottom:62px; }
.section-heading h2, .contact h2 { margin:0; max-width:900px; font-size:clamp(38px,5.2vw,76px); line-height:.98; letter-spacing:-.055em; font-weight:500; }
.services { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.service { background:var(--paper); min-height:330px; padding:0 22px 24px; display:flex; flex-direction:column; }
.service-line { height:5px; margin:0 -22px 20px; background:var(--cyan); }
.service.magenta .service-line{background:var(--magenta)} .service.yellow .service-line{background:var(--yellow)} .service.blue .service-line{background:var(--blue)}
.service-top { display:flex; justify-content:space-between; gap:15px; font:10px monospace; text-transform:uppercase; color:#606662; }
.service h3 { margin:46px 0 18px; font-size:25px; line-height:1.08; letter-spacing:-.04em; font-weight:500; }
.service p { margin:auto 0 0; font-size:14px; line-height:1.55; color:#454a47; }
.approach { padding:110px 0; border-bottom:1px solid var(--line); }
.approach-grid { display:grid; grid-template-columns:5fr 3fr 4fr; gap:5vw; }
.approach h2 { font-size:clamp(46px,6vw,86px); line-height:.93; letter-spacing:-.06em; font-weight:500; }
.approach-grid>p { font-size:17px; line-height:1.6; }
.approach ol { margin:0; padding:0; list-style:none; }
.approach li { padding:18px 0; border-top:1px solid var(--line); display:flex; gap:28px; font-size:14px; }
.approach li:last-child { border-bottom:1px solid var(--line); }
.approach li span { font:10px monospace; color:#6b716d; }
.reference-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.reference { min-height:95px; padding:18px 22px 18px 0; border-bottom:1px solid var(--line); display:flex; gap:18px; align-items:center; }
.reference span { font:10px monospace; color:#777d79; }
.reference p { margin:0; font-size:18px; letter-spacing:-.02em; }
.reference-note { max-width:650px; margin:32px 0 0 auto; color:#626864; line-height:1.55; }
.contact { padding:110px 0; display:grid; grid-template-columns:7fr 5fr; gap:8vw; background:var(--ink); color:var(--paper); width:100%; max-width:none; padding-inline:max(4vw, calc((100% - 1440px)/2)); }
.contact .eyebrow { color:#aeb4b0; }
.contact-details { display:flex; flex-direction:column; }
.contact-details a { display:flex; justify-content:space-between; padding:16px 0; border-bottom:1px solid #484b49; font-size:20px; }
.contact-details address { margin-top:38px; font-style:normal; color:#b9bfbb; line-height:1.55; }
.contact-pending { margin-top:38px; color:#b9bfbb; line-height:1.55; }
.footer { min-height:110px; display:flex; align-items:center; justify-content:space-between; gap:30px; font-size:12px; }
.footer p { margin:0; }
.footer div { display:flex; gap:24px; }
.legal { padding-bottom:60px; display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.legal details { border-top:1px solid var(--line); }
.legal summary { padding:16px 0; cursor:pointer; font-size:13px; }
.legal details div { padding:10px 0 20px; max-width:580px; font-size:13px; line-height:1.6; color:#555b57; }
@media (max-width:900px) {
  .hero { grid-template-columns:1fr; min-height:0; }
  .hero-copy { border-right:0; border-bottom:1px solid var(--line); padding-right:0; }
  .hero-aside { padding:42px 0; }
  .hero-meta { margin-top:50px; }
  .services { grid-template-columns:1fr 1fr; }
  .approach-grid { grid-template-columns:1fr 1fr; }
  .approach-grid ol { grid-column:1/-1; }
  .reference-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
  .shell { width:calc(100% - 36px); }
  .site-header { height:76px; }
  .brand-owner { display:none; }
  .site-header nav { gap:14px; }
  .site-header nav a { font-size:9px; }
  .hero-copy { padding:58px 0 46px; }
  h1 { font-size:clamp(48px,15vw,72px); }
  .spectrum { width:100%; margin-top:30px; }
  .section,.approach { padding:74px 0; }
  .section-heading { grid-template-columns:1fr; margin-bottom:40px; }
  .section-heading .eyebrow { margin-bottom:6px; }
  .services,.reference-grid,.approach-grid,.contact,.legal { grid-template-columns:1fr; }
  .service { min-height:285px; }
  .approach-grid { gap:20px; }
  .contact { padding:74px 18px; gap:50px; }
  .contact-details a { font-size:16px; }
  .footer { align-items:flex-start; flex-direction:column; justify-content:center; }
}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} *{transition:none!important} }
