@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#122018;background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #fa8d28;outline-offset:5px}html{scroll-behavior:smooth;scroll-padding-top:90px}.demo-bar{background:#eef0f2;color:#36404a;padding:10px 5%;font-size:14px;display:flex;justify-content:space-between;gap:12px}.demo-bar a{text-decoration:underline}.wrap{width:min(1200px,90%);margin:auto}nav{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:96px}.brand{font:800 24px 'Manrope',sans-serif;letter-spacing:-1px}.brand small{font-size:12px;letter-spacing:3px;display:block;font-weight:500;margin-top:2px}.links{display:flex;gap:28px;align-items:center;font-size:15px}.button{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border:0;border-radius:4px;background:var(--accent,#142c22);color:var(--button-text,#fff);font-weight:700;gap:14px;transition:transform .2s,filter .2s}.button:hover{transform:translateY(-3px);filter:brightness(1.1)}.button.ghost{background:transparent;border:1px solid currentColor;color:inherit}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:700;line-height:1.6}.hero h1{font:800 clamp(46px,6.2vw,88px)/1.04 'Manrope',sans-serif;letter-spacing:-4px;margin:22px 0}.hero p{font-size:18px;line-height:1.75;max-width:500px;color:var(--muted,#56645c)}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.hero img{width:100%;height:100%;object-fit:cover}.section{padding:92px 0}.section h2{font:700 clamp(32px,4vw,50px)/1.12 'Manrope',sans-serif;letter-spacing:-2px;margin:12px 0 24px}.section p{line-height:1.75;color:var(--muted,#56645c)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-head p{max-width:360px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{padding:32px;border:1px solid var(--line,#dae2dc);border-radius:var(--radius,4px)}.card h3{font-size:24px;letter-spacing:-.8px}.card .number{font-size:14px;opacity:.65}.card ul{padding-left:19px;line-height:2;color:var(--muted,#56645c)}.price{font:700 38px 'Manrope',sans-serif;margin:22px 0}.price small{font:400 14px 'DM Sans',sans-serif}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.steps{counter-reset:steps}.step{border-top:1px solid var(--line,#dae2dc);padding:24px 0}.step h3{margin:0 0 8px}.step p{margin:0}.tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.tags span{padding:9px 15px;border:1px solid var(--line,#dae2dc);border-radius:30px;font-size:14px}.contact{background:var(--panel,#f3f6f3)}form{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{font-size:14px;display:block;font-weight:600}input,select,textarea{display:block;width:100%;margin-top:8px;border:1px solid var(--line,#cbd4cc);border-radius:4px;background:var(--input,#fff);color:inherit;padding:14px;min-width:0}textarea{resize:vertical;min-height:100px}.full{grid-column:1/-1}.form-note{font-size:14px!important;margin:0}.feedback{padding:20px;border:1px solid var(--line,#b9caba);line-height:1.7}.feedback:empty{display:none}footer{padding:36px 0;border-top:1px solid var(--line,#dae2dc);font-size:14px}footer .wrap{display:flex;justify-content:space-between;gap:25px}details{border-bottom:1px solid var(--line,#dae2dc);padding:21px 0}summary{cursor:pointer;font-weight:600;line-height:1.5}details p{font-size:16px}.reveal{animation:enter .6s both}@keyframes enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.auto{--accent:#ddf35b;--button-text:#111510;--muted:#aeb5b5;--line:#303838;--panel:#171e1e;--input:#101515;background:#0b1010;color:#f6f7f2}.auto .brand{font-style:italic}.auto .hero{position:relative;min-height:670px;display:flex;align-items:center;overflow:hidden}.auto .hero>img{position:absolute;inset:0;opacity:.58}.auto .hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0b1010 0%,#0b1010ad 42%,transparent 100%)}.auto .hero .wrap{position:relative;z-index:1;padding:70px 0}.auto .hero h1{max-width:720px}.auto h1 em{color:#ddf35b;font-style:normal}.auto .hero p{color:#e0e4df}.auto .strip{padding:24px 0;border-bottom:1px solid #303838}.auto .strip .wrap{display:flex;justify-content:space-between;gap:24px;font-size:14px;color:#b7bfbc}.auto .card:nth-child(2){border-color:#ddf35b}.auto .card a{margin-top:16px}.auto .overline{color:#ddf35b}
.garden{--accent:#173f30;--button-text:#fff;--muted:#536357;--line:#c9d8c8;--panel:#e7efdf;--radius:0px;background:#f8faf5}.garden .brand{font-family:'Playfair Display',serif;font-weight:600;letter-spacing:-1px}.garden .hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.garden .hero-copy{padding:60px 10% 65px max(5vw,calc((100vw - 1200px)/2));display:flex;flex-direction:column;justify-content:center}.garden .hero h1{font-family:'Playfair Display',serif;font-weight:500;letter-spacing:-3px}.garden .hero h1 em{color:#39744a}.garden .hero figure{margin:0;position:relative;min-height:500px}.garden .hero figcaption{position:absolute;bottom:28px;left:28px;background:#f8faf5;padding:18px 24px;font-size:14px}.garden .card{border:0;border-top:1px solid #8da18b;padding:30px 0}.garden .section h2{font-family:'Playfair Display',serif;font-weight:500}.garden .accent-section{background:#173f30;color:#f8faf5;--muted:#d4e1d2;--line:#56715e}.garden .accent-section .tags span{background:#244c39}.garden .button{border-radius:0}
.clean{--accent:#174adc;--button-text:#fff;--muted:#56617b;--line:#d6e0f2;--panel:#edf3ff;--radius:18px;color:#102449}.clean .brand{color:#174adc}.clean .hero{background:#edf3ff}.clean .hero .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;padding:65px 0}.clean .hero h1{letter-spacing:-3px}.clean .hero h1 span{color:#174adc}.clean .hero figure{margin:0;position:relative;height:520px}.clean .hero img{border-radius:180px 180px 20px 20px}.clean .hero figcaption{position:absolute;bottom:25px;left:-25px;background:white;padding:22px;box-shadow:0 10px 40px #12244912;border-radius:14px;font-weight:600}.clean .button{border-radius:40px}.clean .card{background:#f8faff}.clean .card .number{display:inline-block;background:#e4edff;color:#174adc;padding:12px;border-radius:50%;opacity:1}.clean .banner{background:#174adc;color:white;padding:42px;border-radius:22px}.clean .banner p{color:#e5edff}.clean .banner h2{margin:0}
.portfolio{background:#111821;color:#f0f4fa;--muted:#b5bfce;--line:#34404f;--accent:#b6d7ff;--button-text:#111821}.portfolio main{padding:60px 0 90px}.portfolio h1{font:700 clamp(38px,6vw,72px)/1.08 'Manrope';letter-spacing:-3px;max-width:900px;margin:20px 0}.portfolio .intro{color:#b5bfce;font-size:18px;line-height:1.7;max-width:700px}.portfolio .cards{margin-top:46px}.example{border:1px solid #34404f;border-radius:14px;overflow:hidden;transition:transform .25s;background:#19232f}.example:hover{transform:translateY(-6px)}.example img{width:100%;height:240px;object-fit:cover}.example div{padding:25px}.example h2{font-size:26px;margin:10px 0}.example p{line-height:1.6;color:#b5bfce}.example span{font-size:14px;color:#d5e6fd}.portfolio .scope{margin-top:55px;padding-top:28px;border-top:1px solid #34404f;max-width:800px;line-height:1.8;color:#b5bfce}
@media(max-width:800px){.links{gap:16px}.links a:not(.button){display:none}nav{min-height:82px}.brand{font-size:21px}.links .button{padding:12px 17px;font-size:14px}.hero h1{letter-spacing:-2px!important}.cards{grid-template-columns:1fr}.section{padding:60px 0}.section-head{display:block}.split{grid-template-columns:1fr;gap:35px}.garden .hero{grid-template-columns:1fr}.garden .hero-copy{padding:45px 5%}.garden .hero figure{min-height:360px;height:360px}.clean .hero .wrap{grid-template-columns:1fr;gap:30px;padding:40px 0}.clean .hero figure{height:380px}.clean .hero figcaption{left:15px}.auto .hero{min-height:620px}.auto .hero>img{object-position:65%}.auto .strip .wrap{flex-wrap:wrap;justify-content:flex-start}.auto .hero .wrap{padding:45px 0}.demo-bar{font-size:12px}footer .wrap{flex-direction:column}.portfolio main{padding-top:30px}.portfolio .cards{gap:30px}.clean .banner{padding:28px}}
@media(max-width:420px){form{grid-template-columns:1fr}form>*{grid-column:1}.hero h1{font-size:44px}.actions .button{width:100%}.brand small{letter-spacing:2px}.demo-bar{flex-direction:column;gap:4px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
