:root{--ink:#111318;--black:#0b0d12;--gold:#c8a34d;--gold2:#ead8a0;--rose:#f4dedf;--cream:#fbf8f3;--muted:#69645f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;position:sticky;top:0;background:rgba(251,248,243,.94);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid #0000000d}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:700}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}nav{display:flex;gap:28px;align-items:center}nav a{text-decoration:none;color:var(--ink);font-size:14px}.nav-cta{background:var(--black);color:white!important;padding:12px 18px;border-radius:99px}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:6vw;overflow:hidden}.hero-copy{max-width:680px}.eyebrow{font-size:12px;letter-spacing:.22em;color:#9b7b35;font-weight:700}.hero h1,.section-head h2,.about h2,.booking h2,.contact h2{font-family:'Playfair Display',serif;font-weight:500}.hero h1{font-size:clamp(54px,6vw,94px);line-height:.98;margin:20px 0}.hero h1 em{color:#b68b38;font-weight:500}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:600px}.actions{display:flex;gap:12px;margin:32px 0}.btn{display:inline-flex;justify-content:center;align-items:center;padding:15px 22px;border-radius:99px;text-decoration:none;border:0;font:600 14px 'DM Sans';cursor:pointer}.primary{background:var(--black);color:white}.ghost{border:1px solid #d7cec3;color:var(--ink)}.trust{display:flex;gap:24px;font-size:13px;color:#756f68}.hero-art{height:650px;position:relative;display:grid;place-items:center}.hero-art img{width:72%;height:78%;object-fit:cover;border-radius:220px 220px 28px 28px;position:relative;z-index:2;box-shadow:0 30px 70px #3c271f22}.gold-ring{position:absolute;width:78%;aspect-ratio:1;border:1px solid var(--gold);border-radius:50%;top:7%;right:2%}.float-card{position:absolute;z-index:3;bottom:9%;left:3%;background:white;padding:18px 22px;border-radius:18px;box-shadow:0 20px 50px #0002;display:flex;flex-direction:column}.float-card span{color:var(--muted);font-size:13px}.services{padding:100px 6vw;background:white}.section-head{text-align:center;max-width:720px;margin:auto}.section-head h2{font-size:52px;margin:14px 0}.section-head p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}.grid article{padding:34px 28px;background:var(--cream);border-radius:24px;min-height:260px;transition:.25s}.grid article:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000010}.num{color:var(--gold);font-family:'Playfair Display';font-size:28px}.grid h3{font-size:22px;margin:32px 0 10px}.grid p{color:var(--muted);line-height:1.6}.grid b{font-size:13px}.about{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center;padding:110px 8vw}.about-photo{background:var(--rose);padding:26px 26px 0;border-radius:200px 200px 24px 24px}.about-photo img{width:100%;display:block;border-radius:170px 170px 18px 18px}.about h2{font-size:56px;margin:14px 0 22px}.about p{color:var(--muted);line-height:1.8;font-size:17px}.text-link{display:inline-block;margin-top:15px;color:#9b742b;font-weight:700;text-decoration:none}.booking{background:var(--black);color:white;margin:0 6vw;border-radius:34px;padding:70px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.light{color:var(--gold2)}.booking h2{font-size:54px;margin:14px 0}.booking p{color:#c6c3bd;line-height:1.7}.booking form{background:white;color:var(--ink);padding:28px;border-radius:24px;display:grid;gap:16px}.booking label{font-size:13px;font-weight:700;display:grid;gap:8px}.booking input,.booking select{width:100%;padding:15px;border:1px solid #ddd4c9;border-radius:12px;background:#fff;font:14px 'DM Sans'}.gold{background:var(--gold);color:#111}.booking small{text-align:center;color:#777}.contact{padding:100px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contact h2{font-size:50px;margin:14px 0}.contact p{color:var(--muted);line-height:1.8}.contact-card{background:var(--rose);padding:36px;border-radius:24px;display:grid;gap:10px}.contact-card span{font-size:12px;letter-spacing:.16em}.contact-card strong{font-family:'Playfair Display';font-size:38px}.contact-card a{color:var(--ink);font-weight:700;text-decoration:none}footer{background:#050609;color:white;padding:32px 6vw;display:flex;align-items:center;gap:20px}footer img{width:48px;height:48px;border-radius:50%;object-fit:cover}footer p{flex:1;color:#aaa;font-size:13px}footer a{color:white;text-decoration:none;font-size:13px}.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;text-decoration:none;font-size:26px;box-shadow:0 12px 30px #0003;z-index:30}@media(max-width:900px){nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-art{height:520px}.grid{grid-template-columns:1fr 1fr}.about,.booking,.contact{grid-template-columns:1fr}.booking{padding:40px 26px}.section-head h2,.about h2,.booking h2{font-size:42px}}@media(max-width:560px){header{padding:0 20px}.brand span{font-size:14px}.hero{padding:50px 22px}.hero h1{font-size:50px}.hero-art{height:430px}.hero-art img{width:86%}.actions{flex-direction:column}.trust{flex-direction:column;gap:7px}.services{padding:75px 22px}.grid{grid-template-columns:1fr}.section-head h2{font-size:38px}.about{padding:75px 22px}.about h2{font-size:42px}.booking{margin:0 14px;border-radius:24px}.contact{padding:75px 22px}.contact-card strong{font-size:28px}footer{align-items:flex-start;flex-wrap:wrap}}
