*{box-sizing:border-box}:root{--green:#173d32;--green2:#234c3f;--cream:#f7f3eb;--paper:#fffdfa;--line:#ded9cd;--muted:#6d6a63}body,html{margin:0;padding:0}body{background:var(--cream);color:#14261f;font-family:Arial,Helvetica,sans-serif}main{min-height:100vh;padding:46px 7vw 70px}.brand{max-width:930px;margin:0 auto 54px;display:flex;justify-content:center;align-items:center;gap:14px}.logoMark{width:72px;height:72px;border:4px solid #d9d4c3;border-radius:50%;display:grid;place-items:center;font-size:31px}.brandName{font-size:35px;letter-spacing:1px;font-weight:700;color:var(--green)}.tagline{font-size:16px;margin-top:3px}.hero{max-width:930px;margin:auto;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;grid-gap:20px;gap:20px}.heroCopy h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6vw,78px);line-height:.98;margin:0 0 28px;color:var(--green);font-weight:600}.divider{display:flex;align-items:center;gap:18px;margin:0 0 28px;color:#738267}.divider:after,.divider:before{content:"";height:2px;width:115px;background:#d8d2c2}.divider span{font-size:25px}.heroCopy p{max-width:440px;font-size:19px;line-height:1.75;margin:0}.heroVisual img{width:100%;display:block;border-radius:28px}.notice{max-width:930px;margin:50px auto 28px;text-align:center;background:#f1ede3;border-radius:20px;padding:34px 24px}.calendarIcon,.toolIcon{width:70px;height:70px;border-radius:50%;background:#e4e1d2;display:grid;place-items:center;margin:0 auto 16px;font-size:30px}.booking h2,.notice h2{font-family:Georgia,Times New Roman,serif;color:var(--green)}.notice h2{font-size:30px;line-height:1.2;margin:0 0 18px}.notice p{line-height:1.6;margin:0 0 6px}.notice p,.notice strong{font-size:18px}.booking{max-width:930px;margin:0 auto;background:var(--paper);border-radius:20px;padding:30px 36px;box-shadow:0 14px 40px rgba(39,35,25,.08)}.bookingTitle{display:flex;align-items:center;gap:18px;margin-bottom:24px}.bookingTitle .calendarIcon{margin:0;flex:0 0 70px}.bookingTitle h2{font-size:28px;margin:0 0 7px}.bookingTitle p{margin:0;color:#5d5b55}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}label{display:block;font-weight:600;margin:0 0 20px}input,textarea{width:100%;margin-top:9px;border:1px solid #d8d5cc;border-radius:9px;background:#fff;padding:15px;font:inherit;outline:none}input:focus,textarea:focus{border-color:var(--green2);box-shadow:0 0 0 3px rgba(35,76,63,.08)}textarea{resize:vertical}button{width:100%;border:0;border-radius:9px;padding:17px;background:var(--green);color:#fff;font-size:17px;font-weight:700;cursor:pointer}button:hover{background:var(--green2)}.privacy,.sent{text-align:center;color:#77736a;font-size:13px;margin:16px 0 0}.sent{color:var(--green)}@media (max-width:760px){main{padding:28px 18px 45px}.brand{margin-bottom:35px}.logoMark{width:58px;height:58px;font-size:24px}.brandName{font-size:25px}.tagline{font-size:13px}.hero{grid-template-columns:1fr;gap:28px}.heroCopy h1{font-size:52px}.heroCopy p{font-size:17px}.heroVisual{order:-1}.notice h2{font-size:25px}.desktop{display:none}.booking{padding:25px 20px}.grid{grid-template-columns:1fr;gap:0}.bookingTitle{align-items:flex-start}.bookingTitle h2{font-size:25px}}