:root {
  --navy: #0d1f3c;
  --navy-deep: #071426;
  --navy-soft: #203858;
  --teal: #2abfbf;
  --teal-dark: #0c7074;
  --teal-pale: #dff5f3;
  --paper: #f8faf8;
  --white: #ffffff;
  --ink-muted: #53657a;
  --line: #d9e5e3;
  --warm: #f0eee8;
  --radius: 18px;
  --shadow: 0 28px 80px rgba(7, 20, 38, 0.13);
  --max: 1240px;
  color: var(--navy);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
main { min-width: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(13,31,60,.1); background: rgba(248,250,248,.94); backdrop-filter: blur(16px); }
.header-inner { width: min(var(--max), calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.site-logo { flex: 0 0 auto; display: block; width: 214px; }
.site-logo img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav > a:not(.button) { position: relative; color: var(--navy-soft); text-decoration: none; font-size: .92rem; font-weight: 760; }
.desktop-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal-dark); transition: right .2s ease; }
.desktop-nav > a:not(.button):hover::after, .desktop-nav > a[aria-current="page"]::after { right: 0; }
.mobile-menu { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; color: var(--navy); background: transparent; font-weight: 820; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--teal-dark); }
.button-primary:hover { background: #0f767a; }
.button-navy { color: var(--white); background: var(--navy); }
.button-outline { border-color: var(--navy); }
.button-light { color: var(--navy); background: var(--white); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }

.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: .78rem; font-weight: 880; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #86e2df; }
h1, h2, h3 { margin: 0; line-height: 1.03; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 7.6vw, 7.5rem); }
h2 { font-size: clamp(2.4rem, 5vw, 5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.9rem); }
p { margin: 0; }
.lede { max-width: 720px; color: var(--ink-muted); font-size: clamp(1.05rem, 1.65vw, 1.3rem); }

.home-hero { position: relative; min-height: calc(100vh - 82px); display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.home-hero::before { content: ""; position: absolute; inset: -20% -10% auto 38%; height: 120%; background: radial-gradient(circle, rgba(42,191,191,.28), transparent 63%); pointer-events: none; }
.home-hero::after { content: "SHIFT"; position: absolute; right: -1.5vw; bottom: -6vw; color: rgba(255,255,255,.025); font-size: clamp(10rem, 29vw, 30rem); font-weight: 950; letter-spacing: -.09em; line-height: .7; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: clamp(80px, 11vh, 130px) 0 clamp(64px, 9vh, 110px); display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.55fr); gap: clamp(40px, 8vw, 120px); align-items: end; }
.hero-title { max-width: 930px; }
.hero-title .accent { display: block; color: var(--teal); }
.hero-copy { margin-top: 30px; max-width: 760px; color: #cbd7e2; font-size: clamp(1.05rem,1.7vw,1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-aside { padding: 28px 0 5px 30px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-aside strong { display: block; margin-bottom: 10px; color: var(--white); font-size: 1.12rem; }
.hero-aside p { color: #aebed0; }
.hero-aside a { display: inline-block; margin-top: 18px; color: #89e5e1; font-weight: 800; text-underline-offset: 5px; }

.proof-rail { color: var(--navy); background: var(--teal); }
.proof-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); }
.proof-item { min-height: 150px; padding: 30px 30px 28px 0; border-right: 1px solid rgba(13,31,60,.2); }
.proof-item:not(:first-child) { padding-left: 30px; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-size: clamp(1.6rem,3vw,2.7rem); line-height: 1; letter-spacing: -.05em; }
.proof-item span { display: block; margin-top: 10px; font-size: .9rem; font-weight: 680; }

.section { padding: clamp(82px, 10vw, 148px) max(20px, calc((100vw - var(--max))/2)); }
.section-heading { max-width: 900px; margin-bottom: clamp(46px,7vw,86px); }
.section-heading .lede { margin-top: 24px; }
.section-dark { color: var(--white); background: var(--navy); }
.section-dark .lede { color: #c3d0dd; }

.service-editorial { display: grid; grid-template-columns: 1fr 1.55fr; gap: clamp(42px,8vw,120px); align-items: start; }
.service-intro { position: sticky; top: 120px; }
.service-intro h2 { max-width: 530px; }
.service-intro .lede { margin-top: 24px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; text-decoration: none; }
.service-row .number { color: var(--teal-dark); font-weight: 900; }
.service-row h3 { margin-bottom: 9px; }
.service-row p { color: var(--ink-muted); }
.service-row .arrow { color: var(--teal-dark); font-size: 1.5rem; transition: transform .18s ease; }
.service-row:hover .arrow { transform: translateX(7px); }

.field-story { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.75fr); gap: clamp(42px,8vw,110px); align-items: center; }
.story-copy h2 { max-width: 760px; }
.story-copy .lede { margin-top: 26px; }
.story-copy .button { margin-top: 30px; }
.story-photo { position: relative; min-height: 540px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-photo img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center; }
.story-photo::after { content: "Real experience. Real businesses."; position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px 18px; color: var(--white); background: rgba(7,20,38,.82); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; font-weight: 780; backdrop-filter: blur(8px); }

.testimonials { background: var(--warm); }
.quote-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(42px,9vw,130px); }
.quote-heading h2 { max-width: 500px; }
.quote-stack { border-top: 1px solid #cfcac0; }
.quote { padding: 34px 0; border-bottom: 1px solid #cfcac0; }
.quote blockquote { margin: 0; font-size: clamp(1.25rem,2.4vw,2rem); line-height: 1.35; letter-spacing: -.025em; }
.quote cite { display: block; margin-top: 18px; color: var(--ink-muted); font-style: normal; font-weight: 720; }

.cta-band { padding: clamp(68px,8vw,105px) max(20px, calc((100vw - var(--max))/2)); color: var(--navy); background: var(--teal); }
.cta-band .eyebrow { color: var(--navy); }
.cta-inner { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.cta-inner h2 { max-width: 820px; }

.page-hero { padding: clamp(92px,11vw,155px) max(20px, calc((100vw - var(--max))/2)) clamp(76px,9vw,120px); color: var(--white); background: var(--navy-deep); }
.page-hero h1 { max-width: 1050px; font-size: clamp(3.6rem,8vw,7rem); }
.page-hero .lede { margin-top: 28px; color: #c5d3df; }
.page-hero-compact { padding-top: clamp(72px,8vw,108px); padding-bottom: clamp(64px,7vw,88px); }
.page-hero-compact h1 { font-size: clamp(3.4rem,7vw,6.2rem); }

.service-detail { display: grid; grid-template-columns: minmax(200px,.58fr) minmax(0,1.42fr); gap: clamp(36px,8vw,120px); padding: 46px 0; border-top: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-detail .service-label { color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-detail h2 { font-size: clamp(2.1rem,4vw,4rem); }
.service-detail > div > p { max-width: 750px; margin-top: 18px; color: var(--ink-muted); font-size: 1.08rem; }
.capability-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 28px; padding: 0; margin: 28px 0 0; list-style: none; }
.capability-list li { position: relative; padding-left: 20px; }
.capability-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }

.about-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.85fr); gap: clamp(44px,8vw,120px); align-items: start; }
.about-copy h2 { max-width: 780px; }
.about-copy p:not(.eyebrow) { max-width: 780px; margin-top: 24px; color: var(--ink-muted); font-size: 1.08rem; }
.about-image { position: sticky; top: 120px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-image img { width: 100%; aspect-ratio: 1.15; object-fit: cover; object-position: center; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.principle { padding: 34px; background: var(--paper); }
.principle span { color: var(--teal-dark); font-weight: 900; }
.principle h3 { margin-top: 38px; }
.principle p { margin-top: 14px; color: var(--ink-muted); }

.contact-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(42px,9vw,130px); align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { max-width: 520px; }
.contact-copy > p:not(.eyebrow) { margin-top: 20px; color: var(--ink-muted); }
.contact-list { display: grid; gap: 18px; margin-top: 34px; }
.contact-list a, .contact-list address { display: block; color: var(--navy); font-style: normal; font-weight: 760; text-underline-offset: 4px; }
.intake-form { display: grid; gap: 18px; padding: clamp(24px,4vw,44px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
label { display: grid; gap: 7px; color: var(--navy-soft); font-size: .9rem; font-weight: 760; }
input, textarea, select { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--navy); background: var(--paper); border: 1px solid #b9cbc8; border-radius: 8px; }
textarea { resize: vertical; }
.consent { grid-template-columns: 20px 1fr; align-items: start; color: var(--ink-muted); font-weight: 500; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { color: var(--ink-muted); font-size: .78rem; }

.local-hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.75fr); gap: clamp(42px,8vw,110px); padding: clamp(82px,10vw,140px) max(20px, calc((100vw - var(--max))/2)); align-items: center; background: radial-gradient(circle at 86% 16%, rgba(42,191,191,.18), transparent 30%), var(--paper); }
.local-hero h1 { font-size: clamp(3.2rem,7vw,6.8rem); }
.local-hero .lede { margin-top: 24px; }
.offer-card { padding: clamp(28px,4vw,48px); color: var(--white); background: var(--navy); border-radius: 24px; box-shadow: var(--shadow); }
.offer-card h2 { font-size: clamp(2rem,4vw,3.5rem); }
.offer-card .price { margin: 20px 0; color: #c9d6e2; }
.offer-card .price strong { display: block; color: var(--white); font-size: 2.7rem; line-height: 1; }
.offer-card li { margin: 10px 0; }
.offer-card .fine { color: #aebed0; font-size: .82rem; }
.process-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; padding: 0; list-style: none; counter-reset: process; }
.process-list li { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); counter-increment: process; }
.process-list li::before { content: "0" counter(process); display: block; margin-bottom: 36px; color: var(--teal-dark); font-weight: 900; }
.process-list strong, .process-list span { display: block; }
.process-list span { margin-top: 8px; color: var(--ink-muted); }

.thanks-page, .not-found { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--teal-pale); }
.message-card { width: min(760px,100%); padding: clamp(34px,7vw,76px); background: var(--white); border-radius: 24px; box-shadow: var(--shadow); }
.message-card h1 { font-size: clamp(2.6rem,6vw,5rem); }
.message-card p { margin: 22px 0 30px; color: var(--ink-muted); font-size: 1.08rem; }

.site-footer { color: #c4d1df; background: var(--navy-deep); }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 62px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .55fr .75fr; gap: 50px; }
.footer-logo { width: 250px; height: auto; padding: 10px; background: var(--white); border-radius: 10px; }
.footer-blurb { max-width: 430px; margin-top: 20px; }
.footer-heading { margin-bottom: 16px; color: var(--white); font-size: .78rem; font-weight: 880; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--teal); }
.footer-address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); font-size: .82rem; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { min-width: 48px; min-height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; font-weight: 850; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-panel { position: absolute; right: 0; top: 56px; width: min(300px,calc(100vw - 40px)); display: grid; gap: 2px; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .mobile-panel a { min-height: 46px; display: flex; align-items: center; padding: 8px 12px; border-radius: 8px; text-decoration: none; font-weight: 760; }
  .mobile-panel a:hover { background: var(--teal-pale); }
  .hero-grid, .field-story, .about-grid, .contact-layout, .local-hero { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .hero-aside { max-width: 640px; padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .service-editorial, .quote-layout { grid-template-columns: 1fr; }
  .service-intro, .contact-copy, .about-image { position: static; }
  .story-photo, .story-photo img { min-height: 420px; }
  .principles, .process-list { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .header-inner { width: min(100% - 28px,var(--max)); min-height: 72px; }
  .site-logo { width: 180px; }
  h1 { font-size: clamp(3.1rem,15vw,5rem); }
  h2 { font-size: clamp(2.35rem,11vw,3.8rem); }
  .hero-grid { width: min(100% - 40px,var(--max)); padding-top: 70px; }
  .proof-inner { grid-template-columns: 1fr; }
  .proof-item, .proof-item:not(:first-child) { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(13,31,60,.2); }
  .service-row { grid-template-columns: 42px 1fr; }
  .service-row .arrow { display: none; }
  .field-row, .capability-list { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; gap: 18px; }
  .story-photo, .story-photo img { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .local-hero { padding-top: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
