:root{--green:#066d3a;--green-dark:#04532d;--green-soft:#eaf6ef;--gold:#f5a900;--ink:#151922;--muted:#555d66;--cream:#fffdfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}a{color:inherit}.container{width:min(1400px,calc(100% - 80px));margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{background:#fff;border-bottom:4px solid var(--green);box-shadow:0 4px 24px rgba(13,61,38,.05)}.header-inner{min-height:148px;display:flex;align-items:center}.brand{display:inline-flex;flex-direction:column;align-items:center}.brand-logo{width:440px;height:auto;object-fit:contain}.tagline{display:flex;align-items:center;gap:14px;margin-top:2px;font-size:25px;letter-spacing:.18em;font-weight:600}.tagline span{width:70px;height:2px;background:var(--green)}.hero{padding:72px 0 30px;overflow:hidden;background:radial-gradient(circle at 75% 45%,#eff9f2 0,#fff 43%)}.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;grid-gap:58px;gap:58px}.status-pill{display:inline-flex;align-items:center;gap:12px;padding:12px 20px;color:var(--green-dark);background:var(--green-soft);border:1px solid #bddfca;border-radius:999px;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.hero h1{margin:28px 0 8px;font-size:clamp(62px,6vw,104px);line-height:.94;letter-spacing:-.055em}.hero h1 strong{display:block;color:var(--green)}.gold-line{width:96px;height:5px;margin:24px 0 28px;background:var(--gold);border-radius:99px}.intro{max-width:625px;margin:0;color:#40464d;font-size:22px;line-height:1.55}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:8% 4% 8% 10%;background:#eff8f2;border-radius:48% 52% 42% 58%;z-index:0}.hero-visual img{position:relative;z-index:1;display:block;width:100%;height:auto;border-radius:28px;mix-blend-mode:multiply}.services{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;margin-top:34px;max-width:650px}.service{min-width:0;text-align:center;padding:0 9px;border-right:1px solid #d9dedb;font-size:15px;font-weight:700}.service:last-child{border-right:0}.service-icon{width:58px;height:58px;margin:0 auto 10px;display:grid;place-items:center;color:var(--green);background:var(--green-soft);border-radius:50%;font-size:30px;font-weight:800}.notify-section{padding:32px 0 46px}.notify-card{min-height:110px;padding:20px 28px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:28px;gap:28px;border:1px solid #edcf92;background:linear-gradient(90deg,#fffdf7,#fffaf0);border-radius:16px;box-shadow:0 10px 35px rgba(91,61,8,.05)}.notify-copy{display:flex;align-items:center;gap:20px}.mail-icon{flex:0 0 66px;width:66px;height:66px;display:grid;place-items:center;color:#fff;background:var(--gold);border:10px solid #fff0c9;border-radius:50%;font-size:26px}.notify-copy h2{margin:0 0 7px;font-size:21px}.notify-copy p{margin:0;color:var(--muted)}.notify-form{position:relative;display:grid;grid-template-columns:1fr auto}.notify-form input{min-width:0;height:54px;padding:0 18px;border:1px solid #cdd3d5;border-right:0;border-radius:9px 0 0 9px;outline:none;font-size:17px}.notify-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(6,109,58,.12)}.notify-form button{height:54px;padding:0 28px;border:0;border-radius:0 9px 9px 0;background:var(--green);color:#fff;font-weight:700;cursor:pointer}.notify-form button:hover{background:var(--green-dark)}.form-message{position:absolute;top:calc(100% + 7px);left:0;margin:0;color:var(--green);font-size:13px}.site-footer{color:#fff;background:linear-gradient(135deg,#08733f,#05542f);border-top:4px solid var(--gold)}.footer-grid{min-height:126px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;grid-gap:28px;gap:28px}.footer-brand img{width:225px;height:auto;filter:drop-shadow(0 2px 3px rgba(0,0,0,.15))}.footer-brand p{margin:-3px 0 0 40px;letter-spacing:.14em}.copyright{text-align:center;padding:0 25px;border-left:1px solid hsla(0,0%,100%,.35);border-right:1px solid hsla(0,0%,100%,.35)}.socials{display:flex;justify-content:flex-end;gap:17px}.socials a{width:46px;height:46px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.75);border-radius:50%;text-decoration:none;font-size:21px;font-weight:700;transition:.2s ease}.socials a:hover{color:var(--green);background:#fff;transform:translateY(-2px)}@media (max-width:1050px){.container{width:min(100% - 42px,920px)}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.gold-line,.intro,.services{margin-left:auto;margin-right:auto}.hero-visual{max-width:780px;margin:0 auto}.notify-card{grid-template-columns:1fr}}@media (max-width:700px){.container{width:min(100% - 28px,620px)}.header-inner{min-height:112px;justify-content:center}.brand-logo{width:min(84vw,390px)}.tagline{font-size:15px;gap:8px}.tagline span{width:38px}.hero{padding-top:42px}.status-pill{font-size:13px}.hero h1{font-size:clamp(52px,18vw,82px)}.intro{font-size:18px}.services{grid-template-columns:repeat(2,1fr);gap:20px 5px}.service{border-right:0}.service:last-child{grid-column:1/-1}.notify-card{padding:22px 18px 30px}.notify-copy{align-items:flex-start}.mail-icon{flex-basis:54px;width:54px;height:54px;border-width:7px}.notify-form{grid-template-columns:1fr;gap:10px}.notify-form button,.notify-form input{border:1px solid #cdd3d5;border-radius:9px}.notify-form button{border-color:var(--green)}.form-message{position:static;grid-column:1}.footer-grid{grid-template-columns:1fr;padding:30px 0;text-align:center}.footer-brand p{margin-left:0}.copyright{border:0}.socials{justify-content:center}}