:root{--bg: #ffffff;--header-bg: #f5f2ea;--surface: #ebe6db;--surface-soft: rgba(245, 242, 234, .62);--text: #111111;--text-muted: #5d5b55;--line: #d8d4ca;--line-strong: #c8c3b8;--accent: #a24e32;--accent-dark: #763522;--accent-soft: #dfb59f;--dark: #111111;--white: #ffffff;--radius-sm: 14px;--radius-md: 22px;--container: 1180px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}p{color:var(--text-muted);font-size:1.075rem}h1,h2,h3{letter-spacing:-.035em}h1{max-width:920px;margin-bottom:0;font-size:clamp(3.5rem,7vw,7.2rem);line-height:.95}h2{margin-bottom:0;font-size:clamp(2.3rem,4.5vw,4.5rem);line-height:1}h3{margin-bottom:.55rem;font-size:1.4rem}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:var(--header-bg);box-shadow:0 6px 24px #1111110b}.nav{display:flex;align-items:center;justify-content:space-between;min-height:84px}.logo{display:inline-flex;gap:11px;align-items:center;font-weight:900;letter-spacing:-.045em}.logo-mark{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:var(--white);font-family:Georgia,Times New Roman,serif;font-size:.86rem;font-style:italic;letter-spacing:-.04em}.nav-links{display:flex;gap:28px;align-items:center;font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;font-size:.9rem;font-weight:800;transition:transform .16s ease,opacity .16s ease}.button:hover{transform:translateY(-1px);opacity:.9}a:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.button-primary{background:var(--dark);color:var(--white)}.button-light{background:var(--white);color:var(--dark)}.hero{padding:86px 0 104px}.hero-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:clamp(48px,7vw,96px);align-items:center}.hero-content{min-width:0}.hero-intro{margin-bottom:18px;color:var(--accent-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.2vw,2.1rem);font-style:italic;letter-spacing:-.025em}.hero-content h1{max-width:830px}.hero-copy{display:flex;flex-wrap:wrap;gap:32px;align-items:center;margin-top:42px}.hero-copy p{max-width:520px;margin-bottom:0;font-size:1.14rem}.badge{display:inline-block;margin-bottom:20px;padding:8px 11px;border:1px solid #d5d1c7;border-radius:999px;background:var(--surface);color:#4b4b46;font-size:.75rem;font-weight:800}.portrait-card{position:relative;margin:0;overflow:hidden;border-radius:var(--radius-md);background:var(--accent);box-shadow:0 24px 60px #40281b24;transform:rotate(1.5deg);transition:transform .3s ease,box-shadow .3s ease}.portrait-card:hover{box-shadow:0 30px 70px #40281b33;transform:rotate(0) translateY(-4px)}.portrait-card img{display:block;width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover}.portrait-card figcaption{position:absolute;right:16px;bottom:16px;left:16px;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:#25130cc7;color:var(--white);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}.section{padding:96px 0}.section-tight-top{padding-top:30px}.section-head{display:flex;gap:48px;align-items:end;justify-content:space-between;margin-bottom:36px}.section-head>p{max-width:520px;margin-bottom:0}.eyebrow,.service-label{color:#6f6b62;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eyebrow{margin-bottom:16px}.service-row{display:grid;grid-template-columns:170px 1fr 40px;gap:28px;align-items:start;padding:26px 0;border-top:1px solid var(--line)}.service-row:last-child{border-bottom:1px solid var(--line)}.service-row p{max-width:700px;margin-bottom:0}.service-arrow{font-size:1.35rem;transition:color .18s ease,transform .18s ease}.service-row:hover .service-arrow{color:var(--accent);transform:translate(3px,-3px)}.principle-section{padding:92px 0;background:var(--surface)}.quote{max-width:980px;margin-bottom:0;color:var(--text);font-size:clamp(2rem,4vw,3.7rem);line-height:1.06;letter-spacing:-.04em}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px}.copy{max-width:650px}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.tech-item{padding:18px;border:1px solid #d5d1c7;border-radius:var(--radius-sm);background:var(--surface-soft);color:#2e2d29;font-weight:700}.contact-card{padding:64px;border-radius:var(--radius-md);background:var(--dark);color:var(--white)}.contact-card h2{max-width:700px;margin-bottom:22px}.contact-card p{max-width:650px;margin-bottom:28px;color:#c9c9c9}.eyebrow-light{color:#d8d4ca}.footer{padding:48px 0;border-top:3px solid var(--accent);background:var(--dark)}.footer-inner{display:flex;justify-content:space-between;gap:24px;color:#d8d4ca;font-size:.9rem}.footer-links{display:flex;gap:18px}.footer-links a{color:var(--white);transition:color .16s ease}.footer-links a:hover{color:var(--accent-soft)}.legal-page{min-height:70vh;padding:90px 0}.legal-content{max-width:820px}.legal-content h1{margin-bottom:44px;font-size:clamp(3.5rem,7vw,6rem)}.legal-content h2{margin-top:54px;margin-bottom:18px;font-size:2rem}@media(max-width:850px){.hero-layout,.split{grid-template-columns:1fr}.hero{padding-top:76px}.hero-layout{gap:38px}.portrait-card{width:min(100%,480px);justify-self:center;transform:rotate(.8deg)}.hero-copy{align-items:flex-start}.section-head{display:block}.section-head>p{margin-top:22px}.service-row{grid-template-columns:1fr;gap:10px}.service-arrow{display:none}.tech-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.container{width:min(100% - 28px,var(--container))}.nav-links>a:not(.button){display:none}.hero{padding:64px 0 70px}.hero-layout{display:flex;flex-direction:column}.hero-content{display:contents}.hero-content .badge{order:1;align-self:flex-start;margin-bottom:-16px}.hero-intro{order:2;align-self:flex-start;margin-bottom:-16px}.hero-content h1{order:3}.portrait-card{order:4;width:calc(100% - 20px);margin:4px auto 0}.hero-copy{order:5;display:block;margin-top:0}.hero-copy p{margin-bottom:24px}.section{padding:72px 0}.principle-section{padding:70px 0}.contact-card{padding:38px 28px}.tech-grid{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.portrait-card,.service-arrow{transition:none}.button:hover,.portrait-card:hover,.service-row:hover .service-arrow{transform:none}}.principle-layout{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:start}.principle-content{max-width:900px}.principle-content h2{margin-bottom:28px}.principle-content p{max-width:760px;margin-bottom:0;font-size:1.2rem}@media(max-width:850px){.principle-layout{grid-template-columns:1fr}}
