*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter','Helvetica',sans-serif;background:#f6f1e7;color:#1e1d28;line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px}
.eyebrow{display:block;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:#c89682;font-weight:500;margin-bottom:16px}
h1,h2,h3,h4{font-family:'Playfair Display','Times New Roman',serif;font-weight:400;line-height:1.12;color:#1e1d28;letter-spacing:-.005em}
h1{font-size:clamp(2.8rem,6.5vw,5.4rem);font-weight:300}h1 span{font-style:italic;color:#c89682}
h2{font-size:clamp(2rem,3.8vw,3rem);font-weight:300}h2 span{font-style:italic;color:#c89682}
h3{font-size:1.4rem;margin-bottom:.5em;font-weight:500}
h4{font-family:'Inter',sans-serif;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:#a2a7af;margin-bottom:1em;font-weight:500}
p{margin-bottom:1em}
.head{background:#f6f1e7;border-bottom:1px solid rgba(30,29,40,.1);position:sticky;top:0;z-index:50}
.head__row{display:flex;align-items:center;justify-content:space-between;padding:24px 0}
.head__logo{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:300}
.head__logo span{font-style:italic;color:#c89682}
.head__nav{display:flex;gap:36px}
.head__nav a{font-size:.82rem;letter-spacing:.05em;color:#3a394a;font-weight:500;transition:color .2s}
.head__nav a:hover{color:#c89682}
.hero{padding:90px 0 110px;text-align:center;background:linear-gradient(180deg,#f6f1e7 0%,#ece6d7 100%)}
.hero__row{display:block;max-width:920px;margin:0 auto}
.hero__d{font-size:1.1rem;color:#3a394a;margin:26px auto 32px;max-width:560px}
.hero__act{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:56px}
.btn{display:inline-block;padding:14px 32px;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;border-radius:0;transition:all .25s;cursor:pointer;border:1px solid #1e1d28}
.btn--solid{background:#1e1d28;color:#f6f1e7}.btn--solid:hover{background:#c89682;border-color:#c89682;color:#1e1d28}
.btn--line{background:transparent;color:#1e1d28}.btn--line:hover{background:#1e1d28;color:#f6f1e7}
.hero__pic{aspect-ratio:21/9;overflow:hidden}
.hero__pic img{width:100%;height:100%;object-fit:cover;filter:contrast(1.02)}
.serv{padding:110px 0;background:#fff}
.serv__hd{max-width:680px;margin:0 auto 60px;text-align:center}
.serv__d{color:#a2a7af;margin-top:14px}
.serv__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.scard{background:#f6f1e7;padding:48px 32px;text-align:center;transition:all .3s;border:1px solid transparent}
.scard:hover{border-color:#c89682;background:#fff;box-shadow:0 20px 50px rgba(30,29,40,.06)}
.scard__num{display:inline-block;width:48px;height:48px;line-height:46px;border:1px solid #c89682;color:#c89682;border-radius:50%;font-family:'Playfair Display',serif;font-style:italic;font-size:1rem;margin-bottom:22px}
.scard__price{margin-top:24px;padding-top:18px;border-top:1px solid #e8e3d5;font-size:.86rem;color:#c89682;letter-spacing:.06em;font-weight:500;text-transform:uppercase}
.about{padding:110px 0;background:#1e1d28;color:#f6f1e7}
.about h2{color:#f6f1e7}.about h2 span{color:#c89682}.about .eyebrow{color:#c89682}
.about__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}
.about__pic{aspect-ratio:4/5;overflow:hidden}.about__pic img{width:100%;height:100%;object-fit:cover}
.about__lead{font-family:'Playfair Display',serif;font-style:italic;font-size:1.5rem;color:#c89682;margin:18px 0 22px;line-height:1.4}
.about p{color:#a2a7af}
.form-sec{padding:110px 0;background:#ece6d7}
.form-sec__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.form-sec__d{margin-bottom:32px;color:#3a394a}
.form-sec__list{list-style:none;border-top:1px solid rgba(30,29,40,.15)}
.form-sec__list li{padding:18px 0;border-bottom:1px solid rgba(30,29,40,.15);font-size:.95rem;display:grid;grid-template-columns:130px 1fr;gap:18px}
.form-sec__list li span{color:#c89682;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600}
.f{background:#fff;padding:48px}
.f__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.f__field{display:block;margin-bottom:20px}
.f__label{display:block;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:#c89682;font-weight:600;margin-bottom:8px}
.f__input{width:100%;padding:12px 14px;background:transparent;border:none;border-bottom:1px solid #1e1d28;color:#1e1d28;font-family:inherit;font-size:1rem;border-radius:0}
.f__input:focus{outline:none;border-bottom-color:#c89682;border-bottom-width:2px}
textarea.f__input{resize:vertical;min-height:100px;border:1px solid #d4d0c4;padding:14px}
select.f__input{border:1px solid #d4d0c4;padding:12px 14px}
.f__check{display:flex;gap:12px;align-items:flex-start;font-size:.88rem;color:#3a394a;margin-bottom:28px}
.f__check input{margin-top:4px;accent-color:#c89682}
.f__check a{color:#c89682;text-decoration:underline}
.f__submit{padding:16px 44px;background:#1e1d28;color:#f6f1e7;border:none;font-family:inherit;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;cursor:pointer}
.f__submit:hover{background:#c89682;color:#1e1d28}
.foot{background:#15141d;color:#a2a7af;padding:70px 0 30px}
.foot__grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:42px;margin-bottom:50px}
.foot__b{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:300;margin-bottom:14px;color:#f6f1e7}.foot__b span{font-style:italic;color:#c89682}
.foot p{font-size:.92rem}
.foot h4{color:#c89682}
.foot ul{list-style:none;font-size:.92rem}.foot ul li{padding:5px 0}
.foot a:hover{color:#c89682}
.foot__bot{padding-top:24px;border-top:1px solid #2a2935;font-size:.78rem;color:#5a5965;text-align:center;letter-spacing:.04em}
.legal{padding:80px 0;max-width:820px;margin:0 auto}
.legal h1{margin-bottom:30px}
.legal h2{margin:38px 0 14px;font-size:1.5rem;font-weight:500}
.legal p,.legal li{margin-bottom:.8em;color:#2a2933}
.legal ul,.legal ol{padding-left:1.5em;margin-bottom:1em}
.legal__back{display:inline-block;margin-top:40px;padding:13px 30px;border:1px solid #1e1d28;color:#1e1d28;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}
.legal__back:hover{background:#1e1d28;color:#f6f1e7}
.thanks{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 28px}
.thanks__mark{font-size:3.4rem;color:#c89682;margin-bottom:24px}
.thanks h1{margin-bottom:18px}
.thanks p{color:#3a394a;max-width:540px;margin:0 auto 28px}
@media(max-width:880px){.about__grid,.form-sec__grid{grid-template-columns:1fr;gap:50px}.serv__grid{grid-template-columns:1fr 1fr;gap:20px}.foot__grid{grid-template-columns:1fr 1fr;gap:30px}.head__nav{display:none}.f__row{grid-template-columns:1fr}.f{padding:30px}}
@media(max-width:520px){.serv__grid,.foot__grid{grid-template-columns:1fr}}
