
:root {
  --background: #f2eee7;
  --foreground: #1c261f;
  --cream: #f6f0e6;
  --warm: #e87945;
  --warm-dark: #b84d28;
  --forest: #183c2d;
  --ink: #18221c;
  --radius: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.logo-link { justify-self: start; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; }
.brand-mark { width: 35px; height: 35px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand-mark span { position: absolute; inset: 4px; border: 2px solid currentColor; border-radius: 50% 50% 45% 55%; }
.brand-mark span:nth-child(2) { inset: 10px 3px 3px 10px; opacity: .75; }
.brand-mark span:nth-child(3) { inset: 4px 11px 11px 4px; opacity: .55; }
.brand-word { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 700; letter-spacing: -.04em; }
.brand-word span { color: #f5aa79; font-size: .85em; }
.brand-compact .brand-word { font-size: 1.25rem; }
.brand-compact .brand-mark { width: 29px; height: 29px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { font-size: .89rem; font-weight: 600; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; width: 0; height: 1px; background: white; left: 0; bottom: -7px; transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; padding: 12px 18px; font-size: .88rem; font-weight: 700; transition: .25s; }
.header-cta:hover { background: white; color: var(--ink); }
.menu-button { display: none; border: 0; color: white; background: transparent; width: 44px; height: 44px; align-items: center; justify-content: center; cursor: pointer; }
.mobile-menu { position: fixed; z-index: 45; inset: 0; height: 100dvh; overflow-y: auto; background: var(--forest); color: white; transform: translateY(-105%); transition: transform .45s cubic-bezier(.77,0,.18,1); }
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu-inner { min-height: 100dvh; padding: 112px 24px max(30px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; }
.mobile-menu-inner > p { color: #9cb7aa; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 20px; }
.mobile-menu-inner > a:not(.mobile-book) { display: flex; align-items: baseline; gap: 17px; padding: 15px 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 12vw, 4rem); border-bottom: 1px solid rgba(255,255,255,.14); }
.mobile-menu-inner > a span { font-family: Inter, sans-serif; font-size: .7rem; color: #9cb7aa; }
.mobile-book { width: 100%; margin: 28px 0 auto; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-radius: 999px; background: var(--warm); font-weight: 750; }

.photo-section { position: relative; isolation: isolate; background-size: cover; background-position: center; overflow: hidden; }
.section-overlay { position: absolute; z-index: -1; inset: 0; }
.hero-section { min-height: 100svh; color: white; background-image: url('../images/hero-ubud-pool.jpg'); background-position: center 58%; display: flex; flex-direction: column; }
.hero-overlay { background: linear-gradient(90deg, rgba(13,28,20,.8) 0%, rgba(13,28,20,.46) 43%, rgba(13,28,20,.14) 74%), linear-gradient(0deg, rgba(9,17,12,.6), transparent 45%); }
.hero-content { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 110px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .19em; font-size: .73rem; font-weight: 750; }
.hero-content h1, .section-heading h2, .about-card h2, .room-copy h2, .location-copy h2, .contact-content h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.055em; font-weight: 400; }
.hero-content h1 { max-width: 780px; margin: 22px 0 18px; font-size: clamp(4.2rem, 10.8vw, 9.4rem); line-height: .78; }
.hero-content > p { max-width: 530px; font-size: 1.15rem; line-height: 1.7; color: rgba(255,255,255,.87); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 15px 22px; font-weight: 780; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-warm { background: var(--warm); color: white; box-shadow: 0 12px 32px rgba(107,47,25,.2); }
.button-warm:hover { background: #f18a54; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 5px; }
.hero-meta { min-height: 76px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.24); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta div { display: flex; align-items: center; gap: 8px; }

.about-section { min-height: 760px; background-image: url('../images/bali-living.jpg'); background-position: center 52%; }
.warm-overlay { background: linear-gradient(90deg, rgba(211,188,159,.24), rgba(45,33,23,.18)), linear-gradient(0deg, rgba(27,31,24,.3), transparent); }
.about-layout { min-height: 760px; padding: 100px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.section-index { align-self: end; color: white; font-size: .73rem; letter-spacing: .19em; font-weight: 750; }
.glass-panel { background: rgba(247,241,230,.86); backdrop-filter: blur(17px); box-shadow: 0 28px 80px rgba(20,25,20,.18); }
.about-card { padding: clamp(38px, 6vw, 74px); border-radius: 2px 44px 2px 44px; }
.script-note { color: var(--warm-dark); font-family: "Segoe Script", "Bradley Hand", cursive; font-size: 1.2rem; }
.about-card h2 { font-size: clamp(3rem, 5.4vw, 5.1rem); line-height: .96; margin: 18px 0 26px; }
.about-card > p { font-size: 1.05rem; line-height: 1.8; color: #465148; max-width: 600px; }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 38px; padding-top: 27px; border-top: 1px solid rgba(31,54,42,.16); }
.mini-stats div { display: flex; flex-direction: column; gap: 4px; }
.mini-stats strong { font-family: Georgia, serif; font-size: 1.15rem; }
.mini-stats span { color: #69736c; font-size: .76rem; }

.villas-section { background-image: url('../images/bali-aerial.jpg'); min-height: 850px; }
.deep-overlay { background: linear-gradient(rgba(13,27,20,.8), rgba(13,27,20,.74)); }
.section-content { padding: 105px 0 115px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.light-heading { color: white; }
.section-heading h2 { font-size: clamp(3rem, 6.2vw, 6rem); line-height: .94; margin: 16px 0 0; }
.section-heading > p { width: min(350px, 100%); color: rgba(255,255,255,.72); line-height: 1.7; }
.villa-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.villa-card { position: relative; min-height: 430px; border-radius: 24px; background-size: cover; background-position: center; overflow: hidden; color: white; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .35s ease; }
.villa-card:hover { transform: translateY(-7px); }
.villa-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,23,16,.82), transparent 70%); }
.villa-number, .villa-copy, .villa-card > a { position: relative; z-index: 1; }
.villa-number { font-size: .75rem; letter-spacing: .16em; }
.villa-copy { margin-top: auto; }
.villa-copy h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.villa-copy p { margin: 0; color: rgba(255,255,255,.72); font-size: .84rem; }
.villa-card > a { position: absolute; right: 21px; bottom: 23px; width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--warm); }

.room-section { min-height: 720px; background-image: url('../images/bali-bedroom.jpg'); background-position: center; }
.soft-overlay { background: linear-gradient(90deg, rgba(238,223,201,.06) 35%, rgba(22,28,23,.3)); }
.room-layout { min-height: 720px; display: flex; align-items: center; justify-content: flex-end; padding: 80px 0; }
.room-copy { width: min(560px, 100%); padding: clamp(34px, 5vw, 62px); border-radius: 40px 3px 40px 3px; }
.dark-kicker { color: var(--warm-dark); }
.room-copy h2 { font-size: clamp(3rem, 5.4vw, 5.2rem); line-height: .95; margin: 17px 0 22px; }
.room-copy > p { line-height: 1.75; color: #536058; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.feature-pills span { display: inline-flex; align-items: center; gap: 7px; background: rgba(25,62,46,.08); border-radius: 999px; padding: 10px 13px; font-size: .75rem; font-weight: 700; }
.feature-pills svg { width: 16px; height: 16px; color: var(--warm-dark); }

.experience-section { min-height: 760px; background-image: url('../images/bali-pool-dining.jpg'); background-position: center; }
.charcoal-overlay { background: linear-gradient(90deg, rgba(14,25,19,.83), rgba(14,25,19,.43)); }
.experience-layout { min-height: 760px; padding: 100px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.compact-heading { display: block; margin: 0; }
.experience-list { color: white; border-top: 1px solid rgba(255,255,255,.25); }
.experience-list > div { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.experience-list > div > svg { color: #f5aa79; }
.experience-list span { display: flex; flex-direction: column; gap: 5px; color: rgba(255,255,255,.7); font-size: .84rem; line-height: 1.6; }
.experience-list strong { color: white; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; }

.location-section { min-height: 760px; background-image: url('../images/bali-rice.jpg'); background-position: center; }
.emerald-overlay { background: linear-gradient(90deg, rgba(16,48,35,.87), rgba(16,48,35,.42)); }
.location-layout { min-height: 760px; padding: 100px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; color: white; }
.location-copy h2 { font-size: clamp(3.8rem, 7vw, 7rem); line-height: .86; margin: 18px 0 28px; }
.location-copy p { max-width: 470px; color: rgba(255,255,255,.72); font-size: 1.03rem; line-height: 1.7; }
.location-list { border-top: 1px solid rgba(255,255,255,.28); }
.location-list a { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.28); font-family: Georgia, serif; font-size: 1.27rem; transition: padding .25s ease; }
.location-list a:hover { padding-left: 10px; }
.location-list a span { font-family: Inter, sans-serif; font-size: .67rem; color: #a8c5b4; letter-spacing: .14em; }
.location-list svg { width: 20px; }

.contact-section { min-height: 720px; background-image: url('../images/bali-sunset.jpg'); background-position: center; }
.sunset-overlay { background: linear-gradient(rgba(27,31,23,.22), rgba(22,27,21,.68)); }
.contact-content { min-height: 720px; padding: 100px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; }
.contact-content .script-note { color: #ffd3b6; }
.contact-content h2 { font-size: clamp(4rem, 9vw, 8.7rem); line-height: .82; margin: 25px 0; }
.contact-content p { color: rgba(255,255,255,.77); font-size: 1.03rem; }
.button-large { margin-top: 25px; padding: 17px 25px; }

footer { background: #13271e; color: white; }
.footer-top { min-height: 140px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-top p { color: #99ae9f; font-family: Georgia, serif; }
.footer-links { justify-self: end; display: flex; gap: 25px; color: #c2cec7; font-size: .82rem; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; color: #7f9889; font-size: .73rem; }
.footer-bottom span { display: flex; align-items: center; gap: 6px; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--warm); box-shadow: 0 15px 35px rgba(24,36,28,.28); transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) rotate(-4deg); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; padding-inline: 20px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: inline-flex; justify-self: end; position: relative; z-index: 60; }
  .shell { width: min(100% - 36px, 680px); }
  .hero-content { padding-top: 92px; }
  .hero-content h1 { font-size: clamp(4rem, 18vw, 7.2rem); }
  .about-layout, .experience-layout, .location-layout { grid-template-columns: 1fr; gap: 38px; }
  .about-layout { align-items: end; }
  .section-index { display: none; }
  .villa-grid { grid-template-columns: 1fr; }
  .villa-card { min-height: 330px; }
  .section-heading { align-items: start; flex-direction: column; }
  .experience-layout, .location-layout { padding: 88px 0; }
  .experience-layout { align-content: center; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top > p { display: none; }
}

@media (max-width: 600px) {
  .shell { width: calc(100% - 32px); }
  .brand-word { font-size: 1.25rem; }
  .brand-mark { width: 31px; height: 31px; }
  .hero-section { min-height: 760px; background-position: 48% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(13,28,20,.76), rgba(13,28,20,.25)), linear-gradient(0deg, rgba(9,17,12,.7), transparent 55%); }
  .hero-content { justify-content: flex-end; padding-bottom: 108px; }
  .hero-content h1 { margin-top: 18px; font-size: clamp(4.1rem, 23vw, 6.2rem); line-height: .82; }
  .hero-content > p { font-size: 1rem; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 25px; }
  .hero-meta { min-height: 62px; justify-content: center; }
  .hero-meta div:nth-child(2) { display: none; }
  .about-section, .about-layout { min-height: 720px; }
  .about-layout { padding: 70px 0 30px; }
  .about-card { padding: 34px 26px; border-radius: 2px 30px 2px 30px; }
  .about-card h2 { font-size: 3.2rem; }
  .mini-stats { grid-template-columns: 1fr; gap: 12px; }
  .mini-stats div { flex-direction: row; align-items: baseline; justify-content: space-between; }
  .section-content { padding: 78px 0 82px; }
  .section-heading { margin-bottom: 33px; gap: 17px; }
  .section-heading h2 { font-size: 3.4rem; }
  .villa-grid { gap: 12px; }
  .villa-card { min-height: 310px; }
  .room-section, .room-layout { min-height: 690px; }
  .room-layout { align-items: flex-end; padding-bottom: 24px; }
  .room-copy { padding: 33px 25px; border-radius: 28px 2px 28px 2px; }
  .room-copy h2 { font-size: 3.3rem; }
  .feature-pills { gap: 7px; }
  .experience-section { background-position: 54% center; }
  .experience-layout { min-height: 760px; gap: 30px; }
  .experience-list > div { grid-template-columns: 34px 1fr; gap: 14px; }
  .location-section { background-position: 60% center; }
  .location-layout { min-height: 760px; gap: 40px; }
  .location-copy h2 { font-size: 4rem; }
  .location-list a { font-size: 1.02rem; grid-template-columns: 30px 1fr auto; }
  .contact-section, .contact-content { min-height: 680px; }
  .contact-content h2 { font-size: clamp(4rem, 19vw, 6rem); }
  .footer-top { min-height: 120px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
  .footer-links { justify-self: auto; }
  .footer-bottom { min-height: 82px; }
  .footer-bottom span:last-child { display: none; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
