:root{--navy:#0c223b;--ink:#19324a;--muted:#5d6d7c;--gold:#c9a15c;--cream:#f5f1e9;--line:#dce3e8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}button,input,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.site-header{min-height:82px;padding:12px clamp(22px,5vw,80px);display:flex;align-items:center;gap:32px;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:47px;height:47px;object-fit:cover;border-radius:50%}.brand span{display:flex;flex-direction:column;gap:2px}.brand strong{letter-spacing:.2em;font-size:15px}.brand small{font-size:8px;text-transform:uppercase;letter-spacing:.16em}.site-header nav{display:flex;gap:26px;margin:auto}.site-header nav a,.header-cta{font-size:11px;font-weight:700}.site-header nav a:hover,.header-cta:hover{color:#9a6c26}.header-cta{white-space:nowrap;border:1px solid var(--navy);padding:12px 16px}.header-cta span{color:#9a6c26}
.hero{min-height:620px;background:var(--navy);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,32%);align-items:center;overflow:hidden;padding:80px clamp(24px,7vw,110px);position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:68px 68px;pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:790px}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:#a86f25;font-size:11px;font-weight:700}.hero .eyebrow{color:#e0bf7d}.hero h1,.section h2{font:400 clamp(50px,6.5vw,93px)/.98 "Libre Caslon Display",serif;letter-spacing:-.035em}.hero h1{margin:24px 0;max-width:860px}.hero h1 em,.section h2 em{color:#d9af68;font-style:italic}.hero-lead{color:#d1dae4;font-size:17px;line-height:1.7;max-width:640px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;padding:15px 20px;font-size:12px;font-weight:700;border-radius:4px}.button.gold{background:var(--gold);color:var(--navy)}.button.gold:hover{background:#e1bb76}.button.outline{border-color:#91a3b3;color:#fff}.button.outline:hover{background:#203950}.hero-note{margin:28px 0 0;color:#a8b9c7;font-size:12px}.hero-mark{position:relative;z-index:1;font:400 clamp(280px,32vw,520px)/.7 "Libre Caslon Display",serif;text-align:center;color:#29415a;transform:translateY(48px)}.hero-mark span{position:absolute;width:24%;height:2px;background:var(--gold);left:39%;top:55%;transform:rotate(-24deg)}
.value-strip{background:var(--cream);display:grid;grid-template-columns:repeat(3,1fr);padding:0 clamp(24px,7vw,110px);border-bottom:1px solid #e1d9cc}.value-strip p{padding:23px 16px;margin:0;border-right:1px solid #e1d9cc;color:#a37532;font-size:11px;letter-spacing:.05em}.value-strip p:first-child{padding-left:0}.value-strip p:last-child{border:0}.value-strip strong{color:var(--ink);margin-left:10px;font-size:13px;letter-spacing:0}
.section{padding:105px clamp(24px,7vw,110px)}.section-heading{max-width:970px;margin-bottom:44px}.section-heading h2{font-size:clamp(48px,5vw,76px);margin:14px 0 20px}.section-heading>p:last-child{font-size:16px;line-height:1.7;color:var(--muted);max-width:720px}.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.work-card{background:var(--navy);color:#fff;min-height:360px;padding:32px;display:flex;flex-direction:column;justify-content:space-between}.work-card.light{background:#e9eef1;color:var(--navy)}.work-top{display:flex;justify-content:space-between;align-items:start;color:#d3ad6b;font-size:11px;font-weight:700;letter-spacing:.14em}.work-card.light .work-top{color:#956e35}.work-arrow{font-size:26px;line-height:1}.work-card h3{font:400 clamp(40px,4vw,61px)/1 "Libre Caslon Display",serif;margin:20px 0 14px}.work-card p{font-size:15px;line-height:1.7;color:#d0dae3;max-width:490px}.work-card.light p{color:#536779}.work-card>a{align-self:flex-start;border-bottom:1px solid currentColor;padding-bottom:4px;font-size:13px;font-weight:700}.work-footnote{margin:20px 0 0;font-size:12px;color:var(--muted)}
.approach-section{background:var(--cream)}.approach-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.approach-grid article{background:#fff;padding:30px 24px;min-height:250px;border-top:3px solid var(--gold)}.approach-grid article>span{color:#a77837;font-size:12px;font-weight:700}.approach-grid h3{margin:45px 0 10px;font-size:19px}.approach-grid p{color:var(--muted);font-size:14px;line-height:1.6}
.review-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:7vw;background:#f9fafb}.review-copy h2{font-size:clamp(47px,4.7vw,70px);margin:14px 0 22px}.review-copy>p:not(.eyebrow),.review-copy li{font-size:15px;color:var(--muted);line-height:1.7}.review-copy ul{padding-left:20px}.review-copy li{padding:4px 0}.direct-contact{margin-top:35px}.direct-contact a{color:#805b25;border-bottom:1px solid #c9a15c}form{background:#fff;border:1px solid var(--line);box-shadow:0 22px 55px rgba(20,45,68,.06);padding:34px;align-self:start}form label{display:block;margin-bottom:19px;color:var(--ink);font-size:12px;font-weight:700}.field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}input,textarea{display:block;width:100%;border:1px solid #c9d4dc;background:#fff;color:var(--ink);border-radius:4px;padding:13px 14px;margin-top:7px;font-size:14px}textarea{min-height:145px;resize:vertical}input::placeholder,textarea::placeholder{color:#8796a2}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}#website-turnstile{min-height:70px}.submit{width:100%;margin-top:12px}.submit:disabled{opacity:.65;cursor:wait}.form-status{min-height:22px;color:#9c2929;font-size:13px;margin:10px 0}form small{font-size:11px;color:var(--muted)}form small a{text-decoration:underline}.success{padding:32px 10px;text-align:center}.success>span{display:inline-grid;place-items:center;background:#e5f2eb;color:#20704b;border-radius:50%;width:54px;height:54px;font-size:27px}.success h3{font:400 38px "Libre Caslon Display",serif;margin:18px 0 10px}.success p{line-height:1.6;color:var(--muted)}.success small{font-weight:700;letter-spacing:.08em}
footer{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;background:#05162b;color:#d8e1e9;padding:30px clamp(24px,7vw,110px);font-size:11px}footer>a:first-child{font-size:17px;letter-spacing:.16em;font-weight:700}footer>a:first-child span{font-size:9px;font-weight:400;letter-spacing:.12em}footer p{margin:0}footer>a:last-child{border-bottom:1px solid #c9a15c}
@media(max-width:980px){.site-header nav{display:none}.header-cta{margin-left:auto}.hero{grid-template-columns:1fr}.hero-mark{position:absolute;right:-10%;bottom:-20%;opacity:.35}.approach-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-section{grid-template-columns:1fr}}
@media(max-width:680px){.site-header{min-height:70px;padding:9px 18px}.brand img{width:38px;height:38px}.brand strong{font-size:13px}.brand small{font-size:7px}.header-cta{font-size:9px;padding:10px 11px;max-width:135px;white-space:normal;text-align:center}.hero{min-height:auto;padding:72px 24px 75px}.hero h1{font-size:clamp(48px,11.5vw,69px)}.hero-lead{font-size:15px}.hero-mark{display:none}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.value-strip{grid-template-columns:1fr;padding:0 24px}.value-strip p,.value-strip p:first-child{padding:14px 0;border-right:0;border-bottom:1px solid #e1d9cc}.section{padding:72px 22px}.section-heading h2{font-size:clamp(45px,10vw,59px)}.work-grid,.approach-grid{grid-template-columns:1fr}.work-card{min-height:330px}.review-copy h2{font-size:clamp(45px,10vw,60px)}form{padding:22px}.field-row{grid-template-columns:1fr;gap:0}footer{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
