:root {
  --bg: #f4efe6;
  --surface: rgba(255, 250, 242, 0.9);
  --surface-strong: #fffaf2;
  --card: rgba(18, 23, 21, 0.82);
  --text: #172019;
  --muted: #5c665f;
  --deep: #0f1914;
  --forest: #294b39;
  --forest-soft: #3e6a53;
  --accent: #d77332;
  --accent-deep: #a9501b;
  --line: rgba(23, 32, 25, 0.1);
  --shadow: 0 30px 70px rgba(16, 22, 19, 0.16);
  --radius: 24px;
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(215, 115, 50, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(41, 75, 57, 0.18), transparent 30%),
    linear-gradient(180deg, #f7f1e7 0%, #f2ecdf 34%, #f4efe6 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-pad {
  padding: 92px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-deep);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.section-head h2,
.hero h1,
.hero-card h2,
.highlight-band h2,
.landscape-copy h2,
.inquiry-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.section-head h2,
.highlight-band h2,
.landscape-copy h2,
.inquiry-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(247, 241, 231, 0.72);
  border-bottom: 1px solid rgba(23, 32, 25, 0.08);
}

.nav-shell,
.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px;
  box-shadow: 0 12px 30px rgba(16, 22, 19, 0.08);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand span,
.brand small {
  display: block;
}

.brand span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand small {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-left: auto;
  margin-right: auto;
}

.header-menu a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 180ms ease, transform 180ms ease;
}

.header-menu a:hover {
  color: var(--forest);
  transform: translateY(-1px);
}

.top-cta {
  display: flex;
  gap: 12px;
}

.solid-btn,
.ghost-btn,
.mobile-cta a,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.solid-btn {
  background: linear-gradient(135deg, var(--accent) 0%, #f0a04a 100%);
  color: #1f130c;
  box-shadow: 0 20px 35px rgba(215, 115, 50, 0.28);
}

.ghost-btn {
  border: 1px solid rgba(255, 250, 242, 0.24);
  background: rgba(255, 250, 242, 0.12);
  color: #fffaf2;
}

.top-cta .ghost-btn {
  color: var(--text);
  border-color: rgba(23, 32, 25, 0.14);
  background: rgba(255, 255, 255, 0.5);
}

.thanks-ghost {
  color: var(--text);
  border-color: rgba(23, 32, 25, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.solid-btn:hover,
.ghost-btn:hover,
.mobile-cta a:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fffaf2;
  background:
    linear-gradient(180deg, rgba(8, 13, 11, 0.18), rgba(8, 13, 11, 0.68)),
    url("assets/header.png") center/cover no-repeat;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 14, 0.58) 0%, rgba(10, 17, 14, 0.22) 42%, rgba(10, 17, 14, 0.12) 100%),
    radial-gradient(circle at 76% 18%, rgba(255, 214, 133, 0.34), transparent 26%),
    radial-gradient(circle at 18% 24%, rgba(32, 68, 49, 0.28), transparent 36%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  padding: 90px 0 74px;
}

.hero-copy {
  padding-top: 20px;
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 6.2rem);
  max-width: 12ch;
}

.hero-text {
  max-width: 62ch;
  margin: 24px 0 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 250, 242, 0.9);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 32px 0 24px;
}

.hero-stats div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 250, 242, 0.1);
  border: 1px solid rgba(255, 250, 242, 0.14);
  backdrop-filter: blur(12px);
}

.hero-stats strong,
.distance-grid strong {
  display: block;
  font-size: 1.35rem;
}

.hero-stats span,
.distance-grid small {
  color: rgba(255, 250, 242, 0.75);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, 0.78);
}

.trust-row li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-card {
  display: flex;
  align-items: end;
}

.lead-card {
  width: 100%;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(18, 23, 21, 0.78);
  border: 1px solid rgba(255, 250, 242, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.lead-card h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-bottom: 20px;
}

form {
  display: grid;
  gap: 14px;
}
.map-box {
  margin-top: 50px;
}

.map-box iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.4s ease;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Animation */
@keyframes popupFade {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* 📱 Mobile Fix */
@media (max-width: 768px) {
  .map-box iframe {
    height: 300px;
  }
}
label {
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  color: rgba(255, 250, 242, 0.92);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 250, 242, 0.08);
  color: #fffaf2;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 250, 242, 0.52);
}

textarea {
  resize: vertical;
}

.full-btn {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note,
.form-status {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 250, 242, 0.72);
}

.form-status.error {
  color: #ffd9c2;
}

.highlight-band {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(135deg, #0f1412 0%, #151f1a 65%, #1a2620 100%);
  color: #fffaf2;
  box-shadow: var(--shadow);
}

.band-copy p:last-child {
  color: rgba(255, 250, 242, 0.76);
  line-height: 1.8;
}

.band-visual {
  justify-self: end;
  max-width: 340px;
}

.overview-grid,
.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.overview-card,
.brand-panel,
.landscape-shell {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.overview-card {
  padding: 28px;
}

.overview-card p {
  margin: 0 0 16px;
  line-height: 1.8;
  color: var(--muted);
}

.image-card {
  padding: 0;
  overflow: hidden;
  min-height: 100%;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-strip {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(215, 115, 50, 0.1), rgba(62, 106, 83, 0.12));
}

.price-strip strong {
  font-size: 1.4rem;
}

.soft-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.feature-grid,
.amenity-grid,
.distance-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amenity-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.distance-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-card,
.amenity-grid article,
.distance-grid article,
.faq-list details {
  padding: 24px;
  border-radius: 22px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(16, 22, 19, 0.06);
}

.feature-card h3,
.amenity-grid h3 {
  margin: 0 0 10px;
}

.feature-card p,
.amenity-grid p,
.distance-grid small,
.faq-list p,
.inquiry-copy p,
address,
.fine-note {
  margin: 0;
  line-height: 1.8;
  color: var(--muted);
}

.landscape-shell {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(41, 75, 57, 0.96), rgba(15, 25, 20, 0.96)),
    url("assets/banner.jpg") center/cover no-repeat;
  color: #fffaf2;
}

.landscape-copy p:last-child {
  max-width: 60ch;
  color: rgba(255, 250, 242, 0.78);
}

.landscape-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.landscape-tags span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.12);
  border: 1px solid rgba(255, 250, 242, 0.12);
}

.distance-grid article {
  text-align: center;
}

.distance-grid span {
  display: block;
  margin: 10px 0 4px;
  font-weight: 800;
  color: var(--deep);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  padding: 0 24px 22px;
}

.inquiry-section {
  background:
    radial-gradient(circle at right bottom, rgba(215, 115, 50, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(41, 75, 57, 0.05), rgba(255, 255, 255, 0));
}

.contact-stack {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.contact-stack a {
  font-weight: 800;
}

address {
  font-style: normal;
  margin-bottom: 18px;
}

.brand-panel,
.contact-form-panel {
  height: 100%;
  padding: 40px;
  background: linear-gradient(135deg, #fff9ef 0%, #f6efdf 100%);
}

.brand-panel {
  display: grid;
  place-items: center;
  text-align: center;
}

.brand-panel img {
  max-width: 360px;
  width: 100%;
}

.brand-panel blockquote,
.panel-branding blockquote {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--forest);
}

.contact-form-panel {
  display: grid;
  gap: 28px;
}

.panel-branding {
  text-align: center;
  border-bottom: 1px solid rgba(23, 32, 25, 0.08);
  padding-bottom: 24px;
}

.panel-branding img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.inquiry-form-wrap h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1;
  color: var(--deep);
}
.landscape-images {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

.image-box {
  width: 50%;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  position: relative;
}

.image-box img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.image-label {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 8px 14px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .landscape-images {
    flex-direction: column;
  }

  .image-box {
    width: 100%;
  }
}
.inquiry-form-wrap label {
  color: var(--text);
}

.inquiry-form-wrap input,
.inquiry-form-wrap select,
.inquiry-form-wrap textarea {
  border: 1px solid rgba(23, 32, 25, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
}

.inquiry-form-wrap input::placeholder,
.inquiry-form-wrap textarea::placeholder {
  color: rgba(23, 32, 25, 0.5);
}

.form-note-dark,
.form-status-dark {
  color: var(--muted);
}

.form-status-dark.error {
  color: #b24f18;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding-bottom: 82px;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 60;
  background: #22c55e;
  color: #08130d;
  box-shadow: 0 18px 40px rgba(34, 197, 94, 0.32);
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(15, 25, 20, 0.92);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  min-height: 48px;
  padding: 0 10px;
  font-size: 0.9rem;
  border-radius: 16px;
  color: #fffaf2;
  background: rgba(255, 250, 242, 0.08);
}

.mobile-cta a:nth-child(2) {
  background: #22c55e;
  color: #08130d;
}
.hero {
  position: relative;
  padding: 80px 0;
}

.hero-grid {
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 600px;
}

/* ✅ Stats fix */
.hero-stats {
  display: flex;
  gap: 30px;
  margin: 25px 0;
}

.hero-stats div strong {
  font-size: 20px;
  display: block;
}

.hero-stats div span {
  font-size: 12px;
  color: #777;
}

/* ✅ Buttons */
.hero-actions {
  margin: 20px 0;
}

.ghost-btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid background: rgba(255, 250, 242, 0.08);
  text-decoration: none;
}

/* ========================= */
/* 📱 MOBILE RESPONSIVE FIX */
/* ========================= */
@media (max-width: 768px) {

  .hero {
    padding: 50px 0;
  }

  .hero-grid {
    flex-direction: column;
    text-align: center;
  }

  .hero-copy {
    max-width: 100%;
    padding: 0 15px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 1.6;
  }

  /* ✅ Stats stack */
  .hero-stats {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .hero-stats div {
    text-align: center;
  }

  /* ✅ Button full width */
  .hero-actions a {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* ✅ Trust row fix */
  .trust-row {
    padding: 0;
    margin-top: 20px;
  }

  .trust-row li {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .highlight-grid,
  .overview-grid,
  .inquiry-grid,
  .feature-grid,
  .amenity-grid,
  .distance-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    padding-top: 0;
  }

  .band-visual {
    justify-self: start;
    max-width: 280px;
  }

  .nav-shell {
    flex-wrap: wrap;
  }

  .header-menu {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    padding-top: 4px;
  }
}

@media (max-width: 780px) {
  .nav-shell,
  .footer-shell,
  .header-menu,
  .top-cta,
  .hero-actions,
  .hero-stats,
  .feature-grid,
  .amenity-grid,
  .distance-grid,
  .highlight-grid,
  .overview-grid,
  .inquiry-grid {
    grid-template-columns: 1fr;
  }

  .nav-shell,
  .footer-shell {
    flex-direction: column;
    align-items: stretch;
  }

  .header-menu {
    display: flex;
    gap: 12px;
  }

  .header-menu a {
    font-size: 0.72rem;
  }

  .top-cta {
    display: flex;
    flex-direction: column;
  }

  .hero-grid {
    padding: 54px 0 36px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-actions,
  .hero-stats,
  .trust-row,
  .landscape-tags {
    flex-direction: column;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-cta {
    display: grid;
  }

  .site-footer {
    padding-bottom: 114px;
  }

  .section-pad {
    padding: 72px 0;
  }

  .highlight-grid,
  .lead-card,
  .landscape-shell,
  .brand-panel,
  .contact-form-panel,
  .overview-card {
    padding: 22px;
  }

  .image-card {
    padding: 0;
  }
}
