:root{--forest:#112c27;--green:#267463;--mint:#9ce0cb;--cream:#f4f0e7;--ink:#17302c;--muted:#62736e;--line:#d8ded9}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0;background:var(--cream);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;display:flex;flex-direction:column}.page{width:min(1220px,calc(100% - 48px));margin:0 auto;flex:1}nav{height:118px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--forest)}.logo-symbol{width:50px;height:50px;display:flex;align-items:flex-end;justify-content:center;gap:4px;padding:10px;background:var(--forest);border-radius:4px}.logo-symbol i{display:block;width:7px;background:var(--mint);border-radius:1px}.logo-symbol i:nth-child(1){height:17px}.logo-symbol i:nth-child(2){height:29px}.logo-symbol i:nth-child(3){height:22px}.logo strong{display:block;font-family:Georgia,serif;font-size:22px;letter-spacing:.1em}.logo small{display:block;font-size:9px;font-weight:700;letter-spacing:.22em;margin-top:4px}.nav-contact{color:var(--forest);font-size:13px;font-weight:750;text-decoration:none;border-bottom:1px solid var(--forest);padding-bottom:4px}.hero{min-height:650px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:55px 0}.copy{position:relative;z-index:2}.status{display:inline-flex;gap:9px;align-items:center;padding:9px 13px;border:1px solid #ccd8d2;border-radius:3px;background:rgba(255,255,255,.42);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.status span{width:7px;height:7px;background:#df9b36;border-radius:50%;box-shadow:0 0 0 5px rgba(223,155,54,.14);animation:pulse 2s infinite}.kicker{margin:34px 0 13px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,5.4vw,76px);font-weight:500;line-height:1.02;letter-spacing:-.045em;color:var(--forest)}h1 em{font-style:italic;color:var(--green)}.description{max-width:610px;margin:28px 0 36px;color:var(--muted);font-size:17px;line-height:1.8}.actions{display:flex;gap:13px;flex-wrap:wrap}.actions button,.actions a{appearance:none;border:1px solid var(--forest);border-radius:2px;padding:16px 22px;font:inherit;font-size:14px;font-weight:750;text-decoration:none;cursor:pointer;transition:.2s}.actions button{background:var(--forest);color:#fff}.actions button span{margin-left:12px}.actions a{color:var(--forest);background:transparent}.actions>*:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(17,44,39,.12)}.art{height:540px;position:relative;display:grid;place-items:center}.art:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:var(--green);box-shadow:0 30px 80px rgba(17,44,39,.2)}.halo{position:absolute;width:485px;height:485px;border:1px solid rgba(38,116,99,.28);border-radius:50%;animation:spin 30s linear infinite}.halo:before,.halo:after{content:"";position:absolute;border-radius:50%;background:#df9b36}.halo:before{width:13px;height:13px;top:35px;right:83px}.halo:after{width:8px;height:8px;bottom:53px;left:59px}.card{position:absolute;width:215px;padding:22px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.7);box-shadow:0 22px 45px rgba(17,44,39,.16);backdrop-filter:blur(10px);z-index:2}.card span{float:right;color:#b1beb9;font:italic 20px Georgia}.card b{display:block;font:26px Georgia;color:var(--forest);margin-bottom:7px}.card small{color:var(--muted)}.card-one{top:42px;left:20px}.card-two{right:2px;top:210px}.card-three{bottom:28px;left:61px}footer{width:min(1220px,calc(100% - 48px));margin:0 auto;padding:23px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#77847f;font-size:12px}@keyframes pulse{50%{box-shadow:0 0 0 9px rgba(223,155,54,0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){nav{height:95px}.hero{grid-template-columns:1fr;padding:65px 0}.art{height:440px;order:-1}.art:before{width:310px;height:310px}.halo{width:390px;height:390px}.card{width:185px}.card-one{left:5%}.card-two{right:4%;top:170px}.card-three{left:14%}}@media(max-width:560px){.page,footer{width:calc(100% - 28px)}.nav-contact{display:none}.hero{gap:35px;padding-top:30px}.art{height:330px}.art:before{width:235px;height:235px}.halo{width:300px;height:300px}.card{width:154px;padding:15px}.card b{font-size:21px}.card-one{top:12px;left:0}.card-two{top:125px;right:0}.card-three{bottom:5px;left:8%}h1{font-size:43px}.description{font-size:16px}.actions>*{width:100%;text-align:center}footer{gap:12px;flex-direction:column}}
