:root { --ink:#15251f; --deep:#10251d; --green:#1d8b4d; --paper:#fcfcf8; --line:#dfe4df; --muted:#627069; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font:500 16px/1.55 Manrope,Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.shell { width:min(1100px, calc(100% - 112px)); margin:auto; }
.header { position:relative; z-index:10; background:#fff; border-bottom:1px solid #edf0ec; }
.header-inner { min-height:52px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:flex; flex-direction:column; line-height:1.15; }
.brand strong { font-size:17px; letter-spacing:-.045em; }
.brand span { margin-top:4px; color:#718077; font-size:10px; font-weight:700; }
.nav { display:flex; align-items:center; gap:28px; font-size:13px; font-weight:700; }
.nav > a:not(.button):hover, .footer a:hover { color:var(--green); }
.menu-toggle { display:none; background:none; border:0; color:var(--ink); font:700 13px Manrope,sans-serif; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content:""; display:block; width:20px; height:1.5px; margin:4px 0; background:currentColor; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:22px; min-height:48px; padding:0 21px; color:#fff; background:var(--green); border:1px solid var(--green); border-radius:2px; font-size:13px; font-weight:800; transition:background .18s, transform .18s, border-color .18s; }
.button:hover { background:#167442; border-color:#167442; transform:translateY(-1px); }
.button b { font-size:18px; line-height:0; }
.nav .button-small { min-height:36px; padding:0 17px; border-radius:20px; }
.button-ghost { color:#fff; background:transparent; border-color:rgba(255,255,255,.65); }
.button-ghost:hover { background:rgba(255,255,255,.12); border-color:#fff; }
.button-outline { color:var(--ink); background:transparent; border-color:#aebbb2; }
.button-outline:hover { background:#edf2ee; border-color:var(--ink); }
.hero { position:relative; min-height:646px; color:white; background:#1a2824 url("./public/images/hero-placeholder.png") center/cover no-repeat; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,21,16,.84) 0%,rgba(8,21,16,.6) 37%,rgba(8,21,16,.05) 70%); }
.hero-content { position:relative; padding:118px 0 54px; }
.eyebrow { margin:0 0 14px; color:var(--green); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.hero .eyebrow { color:#b9e4c9; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:590px; margin-bottom:16px; font-size:64px; line-height:1.04; letter-spacing:-.065em; }
.hero-place { margin-bottom:13px; font-size:16px; font-weight:800; }
.hero-copy { max-width:445px; margin-bottom:28px; color:#e2e8e3; font-size:15px; }
.actions { display:flex; flex-wrap:wrap; gap:10px; }
.hero-benefits { display:flex; flex-wrap:wrap; gap:26px; margin:58px 0 0; padding:0; list-style:none; font-size:12px; font-weight:800; }
.hero-benefits li::before { content:"✓"; margin-right:8px; color:#94e5b2; }
.section { padding:76px 0; }
.section-heading { margin-bottom:35px; }
.section-heading h2, .contact h2 { margin-bottom:11px; font-size:41px; line-height:1.08; letter-spacing:-.055em; }
.section-heading > p:last-child { margin:0; color:var(--muted); font-size:15px; }
.centered { text-align:center; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:42px; }
.service { border-top:1px solid #cbd5ce; padding-top:22px; }
.service-icon { width:31px; margin-bottom:20px; }
.service-icon svg { display:block; width:29px; height:29px; fill:none; stroke:#151c17; stroke-width:1.55; stroke-linecap:round; stroke-linejoin:round; }
.service h3, .steps h3 { margin-bottom:10px; font-size:16px; line-height:1.3; letter-spacing:-.025em; }
.service p, .steps p { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }
.gallery { display:grid; grid-template-columns:repeat(3,1fr); height:25vw; max-height:320px; background:#19372a; }
.gallery-tile { margin:0; overflow:hidden; border-right:3px solid var(--paper); background:#254437; }
.gallery-tile:last-child { border-right:0; }
.gallery-tile img { display:block; width:100%; height:100%; object-fit:cover; }
.gallery-tile:nth-child(1) img { object-position:50% 48%; }.gallery-tile:nth-child(2) img { object-position:center; }.gallery-tile:nth-child(3) img { object-position:12% 74%; transform:scale(1.48); transform-origin:15% 72%; }
.gallery-note { max-width:1100px; width:calc(100% - 112px); margin:0 auto; padding:30px 0 34px; color:#53635a; font:600 17px/1.2 "Comic Sans MS",cursive; transform:rotate(-1deg); }
.process { padding:76px 0; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:42px; margin:0; padding:0; list-style:none; }
.steps li { position:relative; padding-top:2px; }
.steps li:not(:last-child)::after { content:"→"; position:absolute; top:1px; right:-26px; color:#83a28e; font-size:18px; }
.steps span { display:block; margin-bottom:22px; color:var(--green); font-size:12px; font-weight:800; letter-spacing:.1em; }
.pricing { position:relative; color:white; background:#1c2b24 url("./public/images/pricing-gate-placeholder.png") center/cover no-repeat; }
.pricing-shade { position:absolute; inset:0; background:rgba(8,23,16,.82); }
.pricing-inner { position:relative; display:grid; grid-template-columns:1.15fr .85fr; gap:90px; padding:65px 0; align-items:center; }
.pricing .eyebrow { color:#a3d9b6; }.pricing h2 { margin-bottom:17px; font-size:47px; font-weight:500; letter-spacing:-.06em; }.pricing h2 strong { font-weight:800; }
.pricing-copy > p:not(.eyebrow) { max-width:525px; margin-bottom:28px; color:#d5ddd7; font-size:14px; }
.pricing-panel { padding:9px 29px; border:1px solid rgba(255,255,255,.27); background:rgba(12,28,20,.52); }
.pricing-panel div { padding:19px 0; border-bottom:1px solid rgba(255,255,255,.17); }.pricing-panel div:last-child { border:0; }.pricing-panel b,.pricing-panel span { display:block; }.pricing-panel b { margin-bottom:4px; font-size:14px; }.pricing-panel span { color:#c4d1c9; font-size:12px; }
 .contact { padding:65px 0; }.contact-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:start; }.contact .lead { max-width:510px; margin-bottom:28px; color:var(--muted); font-size:16px; }.contact address { margin-top:47px; padding-left:42px; border-left:1px solid #cbd5ce; color:var(--muted); font-size:14px; font-style:normal; }.contact address p { margin-bottom:24px; }.contact address b { color:var(--ink); }.contact address a { text-decoration:underline; text-underline-offset:3px; }
.footer { color:#d6e0d9; background:#112b20; }.footer-inner { display:grid; grid-template-columns:1fr auto 1fr; gap:40px; align-items:center; min-height:112px; }.footer .brand strong { color:#fff; }.footer .brand span { color:#9db4a5; }.footer nav { display:flex; gap:23px; font-size:12px; font-weight:700; }.footer p { margin:0; text-align:right; color:#a8bcb0; font-size:11px; line-height:1.65; }
@media (max-width: 800px) { .shell{width:min(100% - 40px, 600px)} .header-inner{min-height:64px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:64px;left:0;right:0;padding:19px 20px 23px;background:white;border-bottom:1px solid var(--line);align-items:flex-start;flex-direction:column;gap:17px}.nav.open{display:flex}.nav .button{width:100%}.hero{min-height:635px;background-position:60% center}.hero-content{padding:80px 0 42px}.hero-shade{background:linear-gradient(90deg,rgba(8,21,16,.83),rgba(8,21,16,.52))}h1{font-size:48px}.section{padding:74px 0}.section-heading{margin-bottom:43px}.section-heading h2,.contact h2{font-size:35px}.service-grid,.steps{grid-template-columns:repeat(2,1fr);gap:34px}.gallery{height:360px;max-height:none;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.gallery-tile{border-bottom:3px solid var(--paper)}.pricing-inner,.contact-grid{grid-template-columns:1fr;gap:43px}.pricing-inner{padding:72px 0}.contact address{margin-top:0}.footer-inner{grid-template-columns:1fr 1fr;min-height:0;padding:42px 0}.footer p{grid-column:1/-1;text-align:left}.footer nav{justify-content:end} }
@media (max-width: 520px) { .shell{width:calc(100% - 32px)} .brand strong{font-size:16px}.hero{min-height:650px;background-position:62% center}h1{font-size:43px}.hero-copy{font-size:14px}.hero-benefits{gap:11px 17px;margin-top:42px;font-size:11px}.section-heading h2,.contact h2{font-size:32px}.service-grid,.steps{grid-template-columns:1fr;gap:29px}.steps li:not(:last-child)::after{content:"↓";top:auto;bottom:-27px;left:0;right:auto}.gallery{height:280px}.pricing h2{font-size:38px}.pricing-panel{padding:7px 20px}.contact .actions .button{width:100%}.contact address{padding-left:23px}.footer-inner{grid-template-columns:1fr;gap:27px}.footer nav{justify-content:start}.footer p{grid-column:auto} }
