:root {
  --ink: #111111;
  --midnight: #252b42;
  --paper: #ffffff;
  --white: #fff;
  --gold: #c8ae6b;
  --grey: #34343a;
  --line: rgba(37, 43, 66, .2);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--white); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { max-width: var(--max); margin: auto; min-height: 92px; padding: 1.2rem 2rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; font-family: "Manrope", sans-serif; }
.offset-mark { position: relative; display: inline-block; width: 45px; height: 34px; flex: 0 0 45px; }
.offset-mark i { position: absolute; top: 3px; width: 28px; height: 28px; border-radius: 50%; }
.offset-mark i:first-child { left: 1px; background: var(--gold); }
.offset-mark i:last-child { left: 16px; border: 1.5px solid var(--ink); }
.wordmark { display: grid; justify-items: center; line-height: 1; }
.wordmark strong { font-size: 1.03rem; font-weight: 500; letter-spacing: .16em; }
.wordmark small { margin-top: .28rem; display: flex; align-items: center; gap: .42rem; font-size: .47rem; font-weight: 500; letter-spacing: .38em; }
.wordmark small i { display: inline-block; width: 13px; height: 1px; background: currentColor; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-size: .93rem; text-decoration: none; font-weight: 500; }
nav a:hover, nav a:focus-visible { color: var(--midnight); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.nav-pay { padding: .65rem 1rem; border: 1px solid var(--ink); border-radius: 4px; }
.menu-button { display: none; border: 1px solid var(--ink); background: transparent; padding: .55rem .8rem; font: inherit; }
.hero, .section, footer { max-width: var(--max); margin: auto; padding-left: 2rem; padding-right: 2rem; }
.hero { min-height: 650px; padding-top: 6.5rem; padding-bottom: 6rem; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.eyebrow { margin: 0 0 1.2rem; font-size: .76rem; font-weight: 600; letter-spacing: .18em; color: var(--midnight); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 1.7rem; font-size: clamp(3.3rem, 7vw, 6.5rem); letter-spacing: -.065em; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.045em; }
h3 { font-size: 1.38rem; letter-spacing: -.025em; }
.hero-intro { max-width: 650px; margin: 0 0 2.3rem; color: #42434a; font-size: clamp(1.05rem, 1.4vw, 1.28rem); }
.hero-actions { display: flex; gap: 1.6rem; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 0; border-radius: 4px; font: 600 .96rem "DM Sans", sans-serif; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--midnight); color: var(--white); }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #1c6ee8; outline-offset: 3px; }
.text-link { font-weight: 600; text-decoration: none; }
.text-link span { color: var(--gold); margin-left: .3rem; }
.signal-panel { min-height: 420px; padding: 1.4rem; background: var(--midnight); color: var(--white); border-radius: 3px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 24px 24px 0 var(--gold); }
.signal-top, .signal-caption { display: flex; justify-content: space-between; gap: 1rem; font: 600 .72rem "DM Sans", sans-serif; letter-spacing: .14em; }
.hero-offset { position: relative; width: 285px; height: 205px; align-self: center; }
.hero-offset i { position: absolute; top: 0; width: 205px; height: 205px; border-radius: 50%; }
.hero-offset i:first-child { left: 0; background: var(--gold); }
.hero-offset i:last-child { right: 0; border: 2px solid rgba(255,255,255,.9); }
.section { padding-top: 7rem; padding-bottom: 7rem; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: start; }
.service-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.service-grid article { min-height: 280px; padding: 2rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-number { display: block; margin-bottom: 3.5rem; color: var(--midnight); font-weight: 600; }
.service-grid p { max-width: 480px; color: var(--grey); }
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 8rem); }
.approach-copy > p { margin-top: 0; font-size: 1.25rem; }
.approach ul { margin: 2.3rem 0 0; padding: 0; list-style: none; }
.approach li { padding: .9rem 0; border-top: 1px solid var(--line); }
.approach li::before { content: "+"; margin-right: .8rem; color: var(--gold); font-weight: 700; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 8rem); background: var(--white); max-width: none; padding-left: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); padding-right: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); }
.contact-intro > p:not(.eyebrow) { color: var(--grey); }
.email-link { display: inline-block; margin-top: 1rem; font-weight: 600; text-underline-offset: 4px; }
form { display: grid; gap: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .45rem; font-size: .9rem; font-weight: 600; }
input, textarea, select { width: 100%; border: 1px solid #b7b7b4; border-radius: 3px; background: #fafaf8; padding: .85rem .9rem; color: var(--ink); font: 1rem "DM Sans", sans-serif; }
textarea { resize: vertical; }
form .button { justify-self: start; }
.form-note { margin: -.3rem 0 0; color: var(--grey); font-size: .82rem; }
.payment { max-width: none; padding-left: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); padding-right: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); background: var(--midnight); color: var(--white); display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.payment > div { max-width: 700px; }
.payment p:not(.eyebrow) { color: #c7c7c9; }
.button-light { background: var(--white); color: var(--ink); white-space: nowrap; }
footer { padding-top: 3rem; padding-bottom: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--grey); font-size: .85rem; }
.brand-footer { color: var(--ink); }
.brand-footer .offset-mark i:last-child { border-color: var(--ink); }
.footer-legal { display: flex; align-items: center; gap: 1rem; }
.footer-legal p { margin: 0; }
.footer-legal a { color: var(--ink); font-weight: 600; text-underline-offset: 4px; text-decoration-color: var(--gold); }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--midnight); text-decoration-thickness: 2px; }
@media (max-width: 800px) {
  .site-header { min-height: 76px; padding: 1rem 1.25rem; position: relative; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 10; top: 68px; left: 1.25rem; right: 1.25rem; padding: 1.2rem; background: var(--white); border: 1px solid var(--ink); flex-direction: column; align-items: stretch; gap: .9rem; }
  nav.open { display: flex; }
  .nav-pay { text-align: center; }
  .hero, .approach, .contact { grid-template-columns: 1fr; }
  .hero, .section, footer { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero { min-height: auto; padding-top: 4rem; gap: 4rem; }
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .signal-panel { min-height: 320px; box-shadow: 12px 12px 0 var(--gold); }
  .hero-offset { width: 215px; height: 155px; }
  .hero-offset i { width: 155px; height: 155px; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .section-heading, .service-grid { grid-template-columns: 1fr; }
  .service-grid { border-bottom: 0; }
  .payment { align-items: flex-start; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: .5rem; }
}
@media (max-width: 520px) {
  .field-row { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; }
  .service-number { margin-bottom: 2rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button:hover { transform: none; } }
