:root{--ink: #1a1a1a;--muted: #7a7a7a;--line: #ececec;--bg: #ffffff;--accent: #2f6f9f;--maxw: 1080px;--font: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:var(--accent)}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:10;background:#fffffff5;-webkit-backdrop-filter:saturate(120%) blur(6px);backdrop-filter:saturate(120%) blur(6px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:14px;padding-bottom:14px}.brand-logo{height:48px;width:auto}.site-nav{display:flex;gap:28px}.site-nav a{color:var(--muted);text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600}.site-nav a:hover{color:var(--ink)}.hero-figure{margin:0}.hero-figure img{width:100%;height:min(74vh,720px);object-fit:cover}.gallery-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:6px}.gallery-item{margin:0;overflow:hidden}.gallery-item img{width:100%;height:260px;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.04)}.section-head{text-align:center;max-width:640px;margin:0 auto}.section-head h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.01em;margin:0 0 .5rem}.section-head p{color:var(--muted);margin:0}.services{padding:96px 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:56px}.service-card figure{margin:0 0 20px;aspect-ratio:1 / 1;overflow:hidden}.service-card figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover figure img{transform:scale(1.04)}.service-card h3{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:var(--muted)}.about{padding:40px 0 112px}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-figure{margin:0}.about-figure img{width:100%;border-radius:2px}.about-body h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;margin:0 0 1rem}.about-body p{color:var(--muted);margin:0 0 .85rem}.about-body a{font-weight:600}.site-footer{border-top:1px solid var(--line);padding:44px 0;text-align:center}.site-footer p{margin:.35rem 0;color:var(--ink)}@media (max-width: 860px){.services{padding:64px 0}.services-grid{grid-template-columns:1fr;gap:48px;max-width:420px;margin-inline:auto}.service-card{text-align:center}.about-inner{grid-template-columns:1fr;gap:28px}}@media (max-width: 620px){.gallery-row{grid-template-columns:1fr}.gallery-item img{height:240px}.hero-figure img{height:52vh}.brand-logo{height:38px}}
