:root {
  --navy: #062b4c;
  --navy-deep: #041d34;
  --navy-light: #0b3b64;
  --cream: #f5ecd9;
  --paper: #fbf7ec;
  --rust: #bb4b31;
  --rust-dark: #89301f;
  --gold: #d49d55;
  --ink: #102d43;
  --muted: #5a6870;
  --line: #cfc5b3;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
body::selection { color: white; background: var(--rust); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 50; padding: 10px 14px; color: var(--navy); background: var(--cream); font-weight: 800; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; z-index: 20; top: 0; color: var(--cream); border-bottom: 1px solid rgba(245,236,217,.18); background: rgba(4,29,52,.96); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.wordmark-main { font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-weight: 900; letter-spacing: .03em; }
.wordmark-sub { margin-top: 4px; color: #e1ae70; font-size: 10px; font-weight: 800; letter-spacing: .3em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-button):hover { color: #efb17d; }
.nav-button { padding: 10px 15px; color: white; border: 1px solid var(--rust); background: var(--rust); }
.menu-toggle { display: none; border: 0; color: var(--cream); background: transparent; font: inherit; font-weight: 800; }
.eyebrow { margin: 0 0 15px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.cream { color: #f0c18f; }.eyebrow.rust { color: var(--rust); }
h1,h2,h3,p,blockquote { margin-top: 0; }
h1,h2,h3,blockquote { font-family: "Playfair Display", Georgia, serif; line-height: 1.02; }
.hero { position: relative; overflow: hidden; color: var(--cream); background: var(--navy-deep); }
.hero::after { position: absolute; inset: auto -10% 0; height: 7px; content: ""; background: var(--rust); }
.hero-noise { position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.7) .55px, transparent .55px); background-size: 5px 5px; }
.hero-layout { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; padding: 75px 0 90px; }
.hero-copy h1 { max-width: 690px; margin: 0 0 24px; color: var(--cream); font-size: clamp(52px, 7vw, 91px); font-weight: 800; letter-spacing: -.055em; }
.hero-copy h1 em { display: block; color: #e2a061; font-style: italic; font-weight: 700; }
.hero-lede { max-width: 650px; color: #d6dfe2; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 55px; padding: 14px 20px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(-2px,-2px); }
.button-rust { color: white; background: var(--rust); box-shadow: 7px 7px 0 var(--rust-dark); }
.button-cream { color: var(--navy); background: var(--cream); box-shadow: 7px 7px 0 #cc9a67; }
.hero-link { color: #f2dbc0; font-size: 14px; font-weight: 800; text-decoration-color: var(--rust); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.hero-proof { display: flex; gap: 0; margin-top: 54px; border-top: 1px solid rgba(245,236,217,.22); }
.hero-proof div { min-width: 120px; padding: 17px 26px 0 0; border-right: 1px solid rgba(245,236,217,.2); margin-right: 26px; }
.hero-proof div:last-child { border-right: 0; }.hero-proof strong,.hero-proof span { display: block; }.hero-proof strong { color: white; font-family: "Playfair Display", Georgia,serif; font-size: 19px; }.hero-proof span { color: #9db2c0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.sunburst { position: absolute; width: 510px; height: 510px; border-radius: 50%; opacity: .36; background: repeating-conic-gradient(from 0deg, #d49d55 0deg 7deg, transparent 7deg 15deg); }
.sunburst::before { position: absolute; inset: 70px; content: ""; border-radius: 50%; background: var(--navy-deep); }
.hero-logo { position: relative; z-index: 2; width: min(410px,83%); aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 8px solid var(--cream); outline: 4px solid var(--rust); box-shadow: 0 28px 70px rgba(0,0,0,.45); transform: rotate(2deg); }
.hero-stamp { position: absolute; z-index: 4; right: 0; bottom: 38px; width: 118px; height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy-deep); border-radius: 50%; background: var(--gold); box-shadow: 5px 5px 0 var(--rust); transform: rotate(-10deg); font-size: 9px; font-weight: 900; letter-spacing: .12em; }.hero-stamp strong { font-family: "Playfair Display", Georgia,serif; font-size: 22px; letter-spacing: 0; }.cursor-mark { position: absolute; z-index: 5; left: 7px; bottom: 77px; color: var(--rust); font-size: 75px; transform: rotate(-18deg); text-shadow: 3px 3px 0 var(--cream); }
.marquee { position: relative; z-index: 3; overflow: hidden; color: var(--navy-deep); background: var(--gold); border-top: 3px solid var(--rust); font-size: 12px; font-weight: 900; letter-spacing: .17em; white-space: nowrap; }.marquee div { width: max-content; padding: 13px 0; animation: scroll 26s linear infinite; }.marquee span { margin: 0 24px; color: var(--rust); }@keyframes scroll { to { transform: translateX(-50%); } }
.story-section { padding: 120px 0; }.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 83px; align-items: center; }.story-image-wrap { position: relative; padding: 15px 15px 52px; background: white; box-shadow: 14px 14px 0 var(--navy); transform: rotate(-1.3deg); }.story-image-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.82) contrast(1.04); }.image-caption { position: absolute; right: 28px; bottom: 72px; left: 28px; color: var(--cream); font-family: "Playfair Display",Georgia,serif; font-size: 17px; font-style: italic; font-weight: 700; line-height: 1.25; text-shadow: 0 2px 9px rgba(4,29,52,.95), 0 1px 2px rgba(4,29,52,1); }.story-copy h2,.section-title-row h2,.fit-grid h2 { margin-bottom: 25px; color: var(--navy); font-size: clamp(40px,5vw,63px); letter-spacing: -.04em; }.story-copy .large-copy { color: var(--navy); font-family: "Playfair Display",Georgia,serif; font-size: 23px; font-weight: 700; line-height: 1.35; }.story-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }.ink-link { display: inline-flex; gap: 20px; margin-top: 18px; color: var(--rust); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.services-section { padding: 112px 0; color: var(--cream); background: var(--navy); }.section-title-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 62px; }.section-title-row h2 { margin: 0; color: white; }.section-title-row h2 em { color: #e2a061; font-style: italic; }.section-title-row > p { max-width: 430px; margin-bottom: 7px; color: #c0ced6; }
.service-list { border-top: 1px solid rgba(245,236,217,.3); }.service-row { display: grid; grid-template-columns: 70px 1fr 50px; gap: 30px; align-items: center; padding: 28px 5px; border-bottom: 1px solid rgba(245,236,217,.3); transition: padding .2s, background .2s; }.service-row:hover { padding-right: 20px; padding-left: 20px; background: var(--navy-light); }.service-num { color: #e2a061; font-size: 12px; font-weight: 900; }.service-row > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }.service-row h3 { margin: 0; color: white; font-size: 30px; }.service-row p { margin: 0; color: #bdcbd4; font-size: 14px; }.service-arrow { color: var(--rust); font-size: 30px; }
.outcome-section { position: relative; overflow: hidden; padding: 100px 0; color: var(--navy-deep); background: var(--gold); text-align: center; }.outcome-section::before,.outcome-section::after { position: absolute; content: "◆"; top: 50%; color: var(--rust); font-size: 70px; transform: translateY(-50%); }.outcome-section::before { left: 4%; }.outcome-section::after { right: 4%; }.outcome-kicker { margin-bottom: 20px; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }.outcome-section blockquote { max-width: 900px; margin: 0 auto 34px; font-size: clamp(38px,5vw,65px); font-weight: 800; letter-spacing: -.04em; }.outcome-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }.outcome-tags span { padding: 7px 13px; border: 1px solid var(--navy-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.process-section { padding: 115px 0; color: var(--cream); background: var(--navy-deep); }.process-header { margin-bottom: 58px; }.process-header h2 { margin: 0; color: white; font-size: clamp(42px,6vw,70px); letter-spacing: -.045em; }.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(245,236,217,.3); border-bottom: 1px solid rgba(245,236,217,.3); }.process-grid article { padding: 35px 28px 36px; border-right: 1px solid rgba(245,236,217,.3); }.process-grid article:last-child { border-right: 0; }.big-num { display: block; margin-bottom: 80px; color: var(--rust); font-family: "Playfair Display",Georgia,serif; font-size: 50px; font-style: italic; }.process-grid h3 { margin-bottom: 12px; color: white; font-size: 29px; }.process-grid p { margin: 0; color: #adbec9; font-size: 14px; }
.fit-section { padding: 110px 0; }.fit-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }.fit-grid h2 { margin: 0; }.fit-list { display: flex; flex-wrap: wrap; gap: 10px; }.fit-list span { padding: 10px 15px; color: var(--navy); border: 2px solid var(--navy); background: white; font-weight: 800; box-shadow: 4px 4px 0 var(--gold); transform: rotate(-1deg); }.fit-list span:nth-child(even) { transform: rotate(1.5deg); border-color: var(--rust); }
.contact-section { padding: 104px 0; color: white; background: var(--rust); }.contact-wrap { display: grid; grid-template-columns: .62fr 1.38fr; gap: 95px; align-items: center; }.contact-wrap > img { width: 100%; max-width: 390px; border-radius: 50%; border: 7px solid var(--cream); outline: 3px solid var(--navy); box-shadow: 13px 13px 0 var(--rust-dark); }.contact-copy h2 { margin-bottom: 17px; color: white; font-size: clamp(45px,6vw,74px); letter-spacing: -.05em; }.contact-copy > p:not(.eyebrow) { max-width: 650px; color: #ffe4d6; font-size: 18px; }.contact-copy .button { margin-top: 18px; }.contact-email { display: block; width: fit-content; margin-top: 28px; color: white; font-size: 14px; font-weight: 800; }
.site-footer { padding: 38px 0; color: #b6c5cd; background: #021524; }.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; font-size: 12px; }.footer-grid strong { color: white; font-family: "Playfair Display",Georgia,serif; font-size: 20px; }.footer-grid p { margin: 4px 0 0; }.footer-links { display: flex; gap: 22px; }.footer-links a { color: white; font-weight: 700; }.copyright { white-space: nowrap; }
@media (max-width: 920px) { .hero-layout,.story-grid,.section-title-row,.fit-grid,.contact-wrap { grid-template-columns: 1fr; }.hero-layout { padding-top: 65px; }.hero-visual { min-height: 500px; }.story-grid,.contact-wrap { gap: 58px; }.story-image-wrap { max-width: 690px; }.section-title-row { gap: 25px; }.service-row > div { grid-template-columns: 1fr; gap: 8px; }.process-grid { grid-template-columns: repeat(2,1fr); }.process-grid article:nth-child(2) { border-right: 0; }.process-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(245,236,217,.3); }.contact-wrap > img { width: 300px; }.footer-grid { grid-template-columns: 1fr auto; }.copyright { grid-column: 1 / -1; } }
@media (max-width: 680px) { .shell { width: min(100% - 32px,1180px); }.nav-wrap { min-height: 68px; }.site-nav { display: none; position: absolute; top: 68px; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 18px; border-bottom: 1px solid rgba(245,236,217,.2); background: var(--navy-deep); }.site-nav.open { display: flex; }.site-nav a { padding: 12px 0; }.site-nav .nav-button { margin-top: 7px; padding: 12px; text-align: center; }.menu-toggle { display: block; }.hero-layout { min-height: auto; gap: 30px; padding: 58px 0 65px; }.hero-lede { font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-proof { justify-content: space-between; }.hero-proof div { min-width: 0; margin-right: 10px; padding-right: 10px; }.hero-visual { min-height: 390px; }.sunburst { width: 390px; height: 390px; }.hero-logo { width: 300px; }.hero-stamp { right: 2px; bottom: 20px; width: 95px; height: 95px; }.cursor-mark { left: 0; bottom: 60px; font-size: 53px; }.story-section,.services-section,.process-section,.fit-section,.contact-section { padding: 78px 0; }.story-grid { gap: 60px; }.story-image-wrap { padding: 9px 9px 48px; box-shadow: 9px 9px 0 var(--navy); }.service-row { grid-template-columns: 35px 1fr; gap: 14px; }.service-arrow { display: none; }.service-row h3 { font-size: 25px; }.outcome-section { padding: 78px 0; }.outcome-section::before,.outcome-section::after { display: none; }.process-grid { grid-template-columns: 1fr; }.process-grid article { border-right: 0; border-bottom: 1px solid rgba(245,236,217,.3); }.process-grid article:last-child { border-bottom: 0; }.big-num { margin-bottom: 32px; }.contact-wrap { gap: 45px; }.contact-wrap > img { width: 240px; margin: auto; }.footer-grid { grid-template-columns: 1fr; gap: 25px; }.footer-links { flex-wrap: wrap; }.copyright { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.marquee div { animation: none; } }
