:root{--navy:#082b3a;--ink:#11252d;--paper:#f5f3ee;--white:#fffdfa;--muted:#678087;--coral:#d85d45;--line:#d8dedb;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;--mono:'Courier New',monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:400 17px/1.6 var(--sans)}a{color:inherit;text-decoration:none}.site-header{height:102px;padding:9px 5vw;display:flex;align-items:center;justify-content:space-between;background:#fffdfaeF;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{width:250px;height:82px;display:block}.brand img{width:100%;height:100%;object-fit:contain;object-position:left center}.site-header nav{display:flex;align-items:center;gap:1.35rem;font-weight:600;font-size:14px}.site-header nav>a:not(.button){border-bottom:1px solid transparent}.site-header nav>a:not(.button):hover{border-color:var(--coral)}.language-switch{display:flex;gap:.5rem;font:11px var(--mono)}.language-switch a{color:var(--muted)}.language-switch .active{color:var(--navy);border-bottom:1px solid var(--coral)}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--coral);border:1px solid var(--coral);color:#fff;padding:.9rem 1.15rem;font:700 14px var(--sans);transition:.2s}.button:hover{background:#bd4934;border-color:#bd4934}.button-small{padding:.72rem .9rem}.menu-toggle{display:none;background:none;border:0;font:700 14px var(--sans)}.hero{height:calc(100vh - 102px);min-height:680px;position:relative;isolation:isolate;color:#fff;overflow:hidden}.hero>img,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero>img{object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(2,27,38,.93) 0%,rgba(2,27,38,.7) 45%,rgba(2,27,38,.12) 100%);z-index:-1}.hero-content{max-width:800px;padding:clamp(5rem,13vh,10rem) 5vw 2rem;position:relative;z-index:1}.eyebrow{font:11px/1.3 var(--mono);letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.hero h1,h2{font:500 clamp(2.75rem,5.2vw,5.6rem)/1.05 var(--serif);letter-spacing:-.045em;margin:.25rem 0 1.45rem}.hero h1 em,h2 em{font-style:normal;color:#9db6bc}.hero-lead{font-size:clamp(1rem,1.45vw,1.25rem);max-width:620px}.hero-actions{display:flex;gap:1.6rem;align-items:center;margin-top:2rem}.text-link{font-weight:700;border-bottom:1px solid;padding-bottom:.25rem}.text-link span{margin-left:.25rem}.hero-facts{display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;list-style:none;margin:3.2rem 0 0;padding:1rem 0 0;border-top:1px solid #ffffff75;font:10px var(--mono);letter-spacing:.04em;text-transform:uppercase}.hero-facts li+li:before{content:"•";color:var(--coral);padding-right:1.4rem}.section{padding:7rem 10vw}.section-narrow{max-width:1030px;padding:7rem 8vw;margin:auto;text-align:center}.section-narrow>p:last-of-type{max-width:780px;margin:0 auto;font-size:1.13rem}.intro h2{font-size:clamp(2.4rem,4.2vw,4.4rem)}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.service-card{min-height:260px;background:var(--white);display:grid;grid-template-columns:145px 1fr}.service-card>img{width:100%;height:100%;object-fit:cover}.service-card>div{padding:2.1rem 2.2rem}.service-card span,.steps span{font:11px var(--mono);color:var(--coral)}.service-card h3,.steps h3{font:500 clamp(1.75rem,2.6vw,2.7rem)/1.1 var(--serif);margin:.7rem 0}.service-card p{font-size:1rem;margin-bottom:0}.inline-link{display:inline-block;border-bottom:1px solid var(--ink);font-weight:700;font-size:.9rem;margin-top:1.2rem}.process,.contact{background:var(--navy);color:#fff}.process h2 em,.contact h2 em{color:#aac1c4}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.steps article{border-top:1px solid #fff7;padding-top:1.1rem}.steps p{color:#d0dcdc}.deliverables{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;background:var(--white)}.deliverables ul{list-style:none;margin:0;padding:0}.deliverables li{padding:1.25rem 0;border-top:1px solid var(--line)}.deliverables strong{font-size:1.08rem}.reviews{background:#fffdfa}.review-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:3rem}.review-grid blockquote{display:flex;flex-direction:column;min-height:305px;background:var(--white);margin:0;padding:1.65rem}.review-grid blockquote>span{color:var(--coral);letter-spacing:.13em;font-size:.95rem}.review-grid blockquote>p{font-size:.98rem;line-height:1.55}.review-grid footer{margin-top:auto;font:12px var(--mono)}.review-grid footer strong,.review-grid footer small{display:block}.review-grid footer small{color:var(--muted);margin-top:.35rem}.about{display:grid;grid-template-columns:minmax(260px,.7fr) 1.3fr;gap:8vw;align-items:center}.about>img{width:100%;height:560px;object-fit:cover;object-position:center}.about-logo{display:block;width:195px;height:72px;object-fit:contain;object-position:left;margin-bottom:1.4rem}.about h2{font-size:clamp(2.4rem,4vw,4.3rem)}.founder{font-size:1rem;color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.6rem}.tag-list span{padding:.42rem .55rem;border:1px solid var(--line);font:11px var(--mono)}.faq{background:var(--white)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:2.8rem;text-align:left}.faq details{background:var(--white);padding:1.35rem 1.45rem}.faq summary{font-weight:700;cursor:pointer}.faq details p{margin:1rem 0 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.contact-grid>div>p:not(.eyebrow){color:#d1dedd;max-width:540px}.contact-links{display:grid;gap:.7rem;margin-top:1.7rem}.contact-links a{font-weight:700;width:max-content;border-bottom:1px solid #fff;padding-bottom:.2rem}.inquiry-form{display:grid;gap:1rem;align-content:start}.inquiry-form label{display:grid;gap:.35rem;font:11px var(--mono);letter-spacing:.05em;text-transform:uppercase}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{width:100%;background:transparent;border:0;border-bottom:1px solid #8ba1a5;color:#fff;padding:.6rem 0;font:16px var(--sans)}.inquiry-form option{color:var(--ink)}.form-note{font-size:.78rem;color:#c3d2d4;margin:0}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.7rem 5vw;background:#041e2a;color:#cbdadd;font:11px var(--mono)}.site-footer img{width:155px;height:56px;object-fit:contain;filter:brightness(3) grayscale(1)}.site-footer p{margin:0}.site-footer a{text-decoration:underline;text-underline-offset:3px}@media(max-width:1050px){.site-header nav{gap:.9rem}.review-grid{grid-template-columns:repeat(3,1fr)}.review-grid blockquote{min-height:280px}}@media(max-width:850px){body{font-size:16px}.site-header{height:82px;padding:6px 7vw}.brand{height:68px;width:205px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:81px;left:0;right:0;background:var(--white);padding:1.4rem 7vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.site-header nav .button{width:100%}.hero{height:auto;min-height:730px}.hero-content{padding:7.5rem 7vw 2rem}.hero-shade{background:linear-gradient(90deg,rgba(2,27,38,.92),rgba(2,27,38,.48))}.hero-actions{flex-wrap:wrap;gap:1.1rem}.hero-facts{display:grid;gap:.7rem}.hero-facts li+li:before{display:none}.section,.section-narrow{padding:5.2rem 7vw}.section-narrow{text-align:left}.service-grid,.faq-grid{grid-template-columns:1fr}.service-card{grid-template-columns:118px 1fr;min-height:220px}.service-card>div{padding:1.55rem 1.35rem}.service-card h3{font-size:1.75rem}.steps,.deliverables,.about,.contact-grid{grid-template-columns:1fr}.steps{gap:1.5rem}.deliverables{gap:2rem}.review-grid{grid-template-columns:1fr}.review-grid blockquote{min-height:0}.about>img{height:430px;object-position:center}.site-footer{align-items:flex-start;flex-direction:column}.site-footer img{width:145px}}@media(max-width:420px){.service-card{grid-template-columns:1fr}.service-card>img{height:190px}.hero h1{font-size:3.1rem}}
