@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --ink: #18324a;
  --ink-soft: #66788d;
  --navy: #123f66;
  --navy-2: #0d3352;
  --sky: #eef6fd;
  --sky-2: #e4f0fb;
  --orange: #f47d20;
  --orange-2: #ff9a4a;
  --cream: #f8fbff;
  --white: #ffffff;
  --line: rgba(18, 63, 102, 0.12);
  --shadow: 0 22px 55px rgba(18, 63, 102, 0.12);
  --radius: 26px;
  --radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}
body.dialog-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; text-align: center; }
.section { padding: 96px 0; }
.section-soft { background: linear-gradient(180deg, var(--sky), #f7fbff); }
.section-dark { background: linear-gradient(160deg, var(--navy-2), #164b77); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 12px; font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: "Playfair Display", serif; letter-spacing: -0.025em; }
h1 { max-width: 780px; font-size: clamp(3.2rem, 6.8vw, 6.2rem); line-height: .98; margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); line-height: 1.08; margin-bottom: 18px; }
h3 { font-size: 1.18rem; }
p { color: var(--ink-soft); }

.btn { border: 1px solid transparent; border-radius: 999px; min-height: 50px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 14px 28px rgba(244, 125, 32, .28); }
.btn-primary:hover { filter: brightness(1.02); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.78); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-outline-light { border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-small { min-height: 42px; padding: 9px 17px; font-size: .9rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,251,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(18,63,102,.08); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand img { width: 160px; height: auto; border-radius: 12px; background: rgba(255,255,255,.75); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: "Playfair Display", serif; font-size: 1.24rem; }
.brand small { margin-top: 5px; color: var(--ink-soft); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a { font-size: .92rem; font-weight: 600; color: #445e77; }
.main-nav > a:hover { color: var(--navy); }
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px auto; }

.hero { position: relative; overflow: hidden; padding: 84px 0 112px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(8px); }
.hero-orb-one { width: 480px; height: 480px; right: -120px; top: -80px; background: radial-gradient(circle, rgba(244,125,32,.22), transparent 70%); }
.hero-orb-two { width: 560px; height: 560px; left: -140px; bottom: -190px; background: radial-gradient(circle, rgba(18,63,102,.16), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; }
.hero-text { max-width: 670px; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 35px; flex-wrap: wrap; }
.hero-highlights { display: flex; flex-wrap: wrap; gap: 18px; font-size: .87rem; font-weight: 600; color: #556f88; }
.hero-highlights span { display: inline-flex; align-items: center; gap: 8px; }
.hero-highlights span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.hero-card { position: relative; background: var(--white); border-radius: 38px; padding: 12px; box-shadow: var(--shadow); transform: rotate(1deg); border: 1px solid rgba(18,63,102,.05); }
.hero-card img { border-radius: 29px; width: 100%; aspect-ratio: 4 / 4.45; object-fit: cover; }
.hero-card-note { position: absolute; inset: auto 26px 26px 26px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-radius: 18px; display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; box-shadow: 0 12px 25px rgba(18,63,102,.14); gap: 12px; }
.hero-card-note div { display: grid; }
.hero-card-note strong { font-size: 1.2rem; color: var(--navy); }
.hero-card-note span { font-size: .76rem; color: var(--ink-soft); }
.icon-button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--navy); color: white; font-size: 1.2rem; }

.intro p:last-child { max-width: 730px; margin: 0 auto; font-size: 1.05rem; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 430px); align-items: end; gap: 70px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; }
.section-heading.light p { color: rgba(255,255,255,.76); }
.section-heading.light .eyebrow { color: #ffb16c; }

.room-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.room-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid rgba(18,63,102,.08); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.room-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.room-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: var(--sky); }
.room-card.featured { border-color: rgba(244,125,32,.42); }
.popular-tag { position: absolute; top: 16px; left: 16px; z-index: 2; color: var(--navy); background: #ffe5cd; border-radius: 999px; padding: 7px 12px; font-size: .74rem; font-weight: 700; }
.room-body { padding: 28px; }
.room-topline { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.room-topline h3 { margin-bottom: 10px; }
.room-topline span { flex: none; background: var(--sky); color: var(--navy); border-radius: 999px; padding: 5px 9px; font-size: .72rem; font-weight: 700; }
.room-body ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; list-style: none; padding: 0; margin: 22px 0; }
.room-body li { border-top: 1px solid var(--line); padding-top: 10px; color: #5f7185; font-size: .79rem; }
.room-footer { padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: end; }
.room-footer strong { font-size: 1.6rem; color: var(--navy); }
.room-footer small { display: block; color: var(--ink-soft); }
.text-button { border: 0; background: transparent; color: var(--navy); font-weight: 700; }

.info-panel-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; margin-top: 26px; }
.info-panel { background: rgba(255,255,255,.84); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 18px 42px rgba(18,63,102,.06); }
.info-head { margin-bottom: 16px; }
.info-head h3 { margin: 0; }
.info-panel > img { width: 100%; max-height: 520px; object-fit: contain; border-radius: 18px; background: var(--white); }
.qr-card { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 24px; }
.qr-card img { width: 100%; border-radius: 22px; box-shadow: 0 16px 30px rgba(18,63,102,.08); }
.qr-card strong { font-size: 1.1rem; color: var(--navy); }
.qr-card p { margin: 10px 0 0; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 28px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #e8f1fb, #fff2e7); color: var(--navy); font-size: 1.22rem; margin-bottom: 22px; }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { margin-bottom: 0; font-size: .93rem; }

.hero-gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 220px; gap: 14px; margin-bottom: 26px; }
.gallery-item { margin: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.08); }
.gallery-item.large { grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.03); }

.photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.photo-card { margin: 0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; overflow: hidden; }
.photo-card.featured { grid-column: span 2; }
.photo-card img { width: 100%; height: 290px; object-fit: cover; }
.photo-card.featured img { height: 330px; }
.photo-card figcaption { display: flex; gap: 10px; align-items: baseline; padding: 12px 14px 16px; color: rgba(255,255,255,.84); font-size: .83rem; }
.photo-card figcaption span { color: #ffb16c; font-weight: 700; letter-spacing: .08em; }

.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.location-list { margin: 28px 0; border-top: 1px solid var(--line); }
.location-list div { display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.location-list span { color: var(--ink-soft); }
.map-card { background: white; padding: 10px; border-radius: 26px; box-shadow: var(--shadow); }
.map-card iframe { display: block; width: 100%; height: 460px; border: 0; border-radius: 19px; }

.cta-section { padding: 26px 0 90px; background: var(--sky); }
.cta-card { background: linear-gradient(135deg, var(--navy-2), var(--navy)); color: white; border-radius: 30px; padding: 54px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-card h2 { margin-bottom: 14px; }
.cta-card p { color: rgba(255,255,255,.74); margin-bottom: 0; }
.cta-card .eyebrow { color: #ffb16c; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; flex: none; }

.site-footer { background: #0b2740; color: rgba(255,255,255,.85); padding: 68px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand img { width: 155px; }
.footer-brand strong { color: white; }
.footer-brand small, .footer-grid p, .footer-grid span { color: rgba(255,255,255,.62); }
.footer-grid h3 { color: white; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a:not(.brand), .footer-grid span { margin: 5px 0; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: .77rem; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 40; border: 0; border-radius: 18px; padding: 12px 18px; display: grid; text-align: left; color: white; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 18px 35px rgba(244,125,32,.32); }
.floating-whatsapp span { font-size: .68rem; opacity: .8; text-transform: uppercase; letter-spacing: .1em; }
.floating-whatsapp strong { font-size: .9rem; }

.booking-dialog { width: min(760px, calc(100% - 24px)); border: 0; border-radius: 26px; padding: 0; background: var(--cream); box-shadow: 0 30px 90px rgba(10,37,64,.35); }
.booking-dialog::backdrop { background: rgba(7,26,44,.72); backdrop-filter: blur(7px); }
.booking-form { padding: 32px; }
.dialog-head { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-bottom: 25px; }
.dialog-head h2 { font-size: 2.4rem; margin-bottom: 0; }
.dialog-close { border: 1px solid var(--line); background: white; border-radius: 50%; width: 40px; height: 40px; font-size: 1.4rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
label { display: grid; gap: 7px; font-size: .83rem; font-weight: 700; }
input, select, textarea { width: 100%; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 12px; padding: 12px 13px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,125,32,.13); }
.booking-form > label { margin-top: 16px; }
.form-note { font-size: .78rem; margin: 14px 0 0; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .photo-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 960px) {
  .main-nav { position: absolute; top: 80px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 12px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 12px; }
  .nav-toggle { display: block; }
  .hero-grid, .location-grid, .info-panel-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-highlights { justify-content: center; }
  .hero-card { max-width: 560px; margin: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 220px; }
  .gallery-item.large, .gallery-item.wide { grid-column: span 2; }
  .qr-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 74px 0; }
  .hero { padding: 58px 0 84px; }
  h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .room-grid, .feature-grid, .photo-grid { grid-template-columns: 1fr; }
  .room-body ul { grid-template-columns: 1fr; }
  .hero-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-item.large, .gallery-item.wide { grid-column: span 2; }
  .gallery-item.large { grid-row: span 1; }
  .photo-card.featured { grid-column: span 1; }
  .photo-card img, .photo-card.featured img { height: 270px; }
  .cta-card { padding: 34px 24px; }
  .cta-actions { width: 100%; }
  .cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-form { padding: 24px 18px; }
  .dialog-actions { flex-direction: column-reverse; }
  .dialog-actions .btn { width: 100%; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
  .brand img { width: 126px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
