:root{
  --cream:#fffaf3;
  --beige:#f8eadb;
  --soft:#fff6ec;
  --orange:#c96b13;
  --orange2:#df8429;
  --brown:#2f1f16;
  --text:#211713;
  --line:#efc9a4;
  --shadow:0 18px 45px rgba(142,86,30,.12);
}
*{box-sizing:border-box}
body{margin:0;background:radial-gradient(circle at top,#fff 0,#fff8f0 45%,#fffaf4 100%);color:var(--text);font-family:Montserrat,Arial,sans-serif;font-size:16px;line-height:1.55;overflow-x:hidden}
a{text-decoration:none;color:inherit}.container{width:min(1260px,88%);margin:auto}
.header{height:126px;display:flex;align-items:center;justify-content:space-between;padding:18px 7%;background:rgba(255,252,255);position:sticky;top:0;z-index:10;box-shadow:0 2px 18px rgba(90,54,20,.05)}
.logo{width:250px;display:block}

.nav{display:flex;align-items:center;gap:28px;margin-left:auto;white-space:nowrap}
.nav a{padding:12px 0}
.nav .active{color:var(--orange);border-bottom:2px solid var(--orange)}
.btn-nav,.btn-main{background:linear-gradient(135deg,var(--orange2),#b85a08);color:white!important;border:0;border-radius:28px;padding:14px 26px!important;box-shadow:0 8px 18px rgba(185,91,11,.25);font-weight:700;text-transform:uppercase;letter-spacing:.02em;cursor:pointer}
.btn-nav{white-space:nowrap}
.nav{margin-left:auto;display:flex;gap:30px;font-size:13px;text-transform:uppercase;font-weight:600}
.btn-nav{padding:11px 18px!important}

.hero{display:grid;grid-template-columns:40% 60%;align-items:center;min-height:430px;width:min(1400px,92%);margin:20px auto 34px}.hero-text{position:relative;padding:40px 10px 40px 50px}.hero h1{font-family:'Cormorant Garamond',serif;font-size:82px;line-height:.9;margin:0;color:var(--brown);font-weight:700}.subtitle{font-family:Parisienne,cursive;color:var(--orange);font-size:38px;line-height:1.16;margin:22px 0}.intro{font-size:20px;font-weight:500;margin-top:22px}.separator,.small-separator{display:flex;align-items:center;gap:16px;color:var(--orange);width:280px;margin:18px 0}.separator span,.small-separator span{height:1px;background:var(--orange);flex:1}.hero-image{height:360px;border-bottom-left-radius:170px;border-top-left-radius:170px;overflow:hidden;box-shadow:var(--shadow)}.hero-image img{width:100%;height:100%;object-fit:cover}.leaf{position:absolute;left:-22px;bottom:20px;width:88px;height:210px;border-left:2px solid #e1a267;border-radius:50%;opacity:.75}.leaf:before,.leaf:after{content:"";position:absolute;border:1.8px solid #e1a267;border-left:0;border-bottom:0;border-radius:80% 0;width:38px;height:56px;left:18px}.leaf:before{top:25px;transform:rotate(-35deg)}.leaf:after{top:90px;transform:rotate(-28deg)}
.card{background:rgba(255,253,248,.86);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;margin-top:20px}.form-card,.info-card{padding:34px 42px}.card h2,.trust h2{font-family:'Cormorant Garamond',serif;text-align:center;font-size:36px;line-height:1.1;color:var(--brown);margin:0 0 10px}.small-separator{width:220px;margin:16px auto 26px;color:#d98b45}.small-separator span{background:#e7bd95}.small-separator i{font-style:normal;color:#d98b45}
form{display:flex;flex-direction:column;gap:14px}label{font-weight:600;font-size:14px;color:var(--brown)}label strong{color:var(--orange)}label small{font-weight:500;color:#8c7462}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,select,textarea{width:100%;margin-top:7px;padding:13px 16px;border:1px solid #edcaa8;border-radius:8px;background:rgba(255,255,255,.62);font:inherit;color:var(--text);outline:none}textarea{resize:vertical;min-height:130px}input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(201,107,19,.11)}.btn-main{align-self:center;margin-top:8px;font-size:14px}.privacy{text-align:center;font-size:13px;font-weight:600;margin:8px 0 0;color:#4a3729}
.contact-item{display:grid;grid-template-columns:82px 1fr;gap:20px;align-items:center;background:rgba(250,238,225,.65);border-radius:18px;padding:20px;margin:18px 0}.icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#fff3e6;color:var(--orange);font-size:32px;box-shadow:0 12px 24px rgba(135,74,19,.12)}.contact-item h3{font-family:'Cormorant Garamond',serif;font-size:25px;margin:0 0 4px}.contact-item p{margin:0;font-weight:500}.quote{font-family:Parisienne,cursive;text-align:center;color:var(--orange);font-size:32px;line-height:1.25;background:rgba(250,238,225,.65);border-radius:18px;padding:34px 20px;margin-top:18px}
.trust{margin:48px auto 30px}.trust h2{position:relative;margin-bottom:30px}.features{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--line);border-radius:22px;background:rgba(255,253,248,.86);box-shadow:var(--shadow);overflow:hidden}.features div{padding:28px 24px;text-align:center;border-right:1px solid var(--line)}.features div:last-child{border-right:0}.features span{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 12px;border-radius:50%;background:#fff1e2;color:var(--orange);font-size:34px}.features h3{text-transform:uppercase;font-size:13px;line-height:1.3;margin:0 0 10px}.features p{font-size:13px;margin:0}
footer{padding:32px 20px 46px;text-align:center;background:url('assets/vague-bas.jpg') bottom center/cover no-repeat}footer p{font-family:Parisienne,cursive;color:#58301d;font-size:30px;margin:0}
@media(max-width:1050px){.header{height:auto;flex-direction:column;gap:12px}
.nav{flex-wrap:wrap;justify-content:center;gap:16px}.hero{grid-template-columns:1fr}.hero-image{border-radius:40px;height:300px}.contact-grid{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.features div{border-bottom:1px solid var(--line)}.features div:nth-child(even){border-right:0}}
@media(max-width:640px){.logo{width:210px}.hero h1{font-size:60px}.subtitle{font-size:30px}.hero-text{padding:25px 10px}.hero-image{height:230px}.two-cols{grid-template-columns:1fr}.form-card,.info-card{padding:28px 20px}.features{grid-template-columns:1fr}.features div{border-right:0}}