.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#faf6f1e6;position:sticky;top:0}.navbar__content{justify-content:space-between;align-items:center;height:90px;display:flex}.navbar__logo{color:var(--text-primary);font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700}.navbar__links{gap:40px;display:flex}.navbar__links a{color:var(--text-primary);font-size:1rem;font-weight:500;transition:color .3s}.navbar__links a:hover{color:var(--gold)}.navbar__button{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:14px 28px;transition:all .3s}.navbar__button:hover{transform:translateY(-2px)}.container{width:min(90%,1280px);margin-inline:auto}.hero{align-items:center;min-height:100vh;display:flex}.hero__wrapper{grid-template-columns:.9fr 1.3fr;align-items:center;gap:100px;display:grid}.hero__content{flex-direction:column;gap:28px;display:flex}.hero__eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-size:.95rem;font-weight:600}.hero__title{color:var(--text-primary);font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,6vw,6rem);line-height:.95}.hero__title span{color:var(--gold)}.hero__description{color:var(--text-secondary);max-width:550px;font-size:1.15rem;line-height:1.9}.hero__buttons{align-items:center;gap:18px;margin-top:16px;display:flex}.hero__image{background:var(--surface);border-radius:32px;justify-content:center;align-items:center;height:760px;display:flex;overflow:hidden;box-shadow:0 25px 70px #00000014}.hero__line{background:var(--gold);width:80px;height:2px;margin-bottom:12px}@media (width<=1200px){.hero__wrapper{gap:60px}}@media (width<=992px){.hero__wrapper{grid-template-columns:1fr}.hero__content{order:2}.hero__image{order:1;height:550px}}@media (width<=768px){.hero{min-height:0}.hero__buttons{flex-direction:column;align-items:stretch}.hero__image{height:450px}}@media (width<=576px){.hero__wrapper{gap:40px}.hero__title{font-size:clamp(2.8rem,10vw,4rem)}.hero__description{font-size:1rem}.hero__image{height:350px}}.section{padding:120px 0}.button{cursor:pointer;border:none;border-radius:999px;padding:15px 32px;font-size:1rem;font-weight:600;transition:all .35s}.button--primary{background:var(--gold);color:#fff}.button--primary:hover{transform:translateY(-3px);box-shadow:0 14px 30px #b08a5a40}.button--secondary{border:1px solid var(--gold);color:var(--gold);background:0 0}.button--secondary:hover{background:var(--gold);color:#fff}.services__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=992px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services__grid{grid-template-columns:1fr}}.section-heading{flex-direction:column;gap:16px;margin-bottom:64px;display:flex}.section-heading--center{text-align:center;align-items:center}.section-heading--left{text-align:left;align-items:flex-start}.section-heading__eyebrow{text-transform:uppercase;letter-spacing:3px;color:var(--gold);font-size:.95rem;font-weight:600}.section-heading__title{color:var(--text-primary);font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.5rem);line-height:1.1}.section-heading__description{max-width:650px;color:var(--text-secondary);font-size:1.1rem;line-height:1.8}:root{--background:#faf6f1;--surface:#f1e8dc;--text-primary:#2b211c;--text-secondary:#6f655d;--gold:#b08a5a;--gold-light:#d7be98;--border:#ddd0c0;--footer:#2f241d;--white:#fff}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;line-height:1.2}p,a,button,input,textarea{font-family:Inter,sans-serif}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--text-primary);font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}ul{list-style:none}
