:root {
  --forest: #1d3d35;
  --forest-deep: #142b27;
  --forest-soft: #31594d;
  --gold: #d8ad6b;
  --gold-soft: #e9d3a8;
  --cream: #f7f4ee;
  --sand: #ede8df;
  --ink: #18201d;
  --muted: #68716b;
  --line: #ddd8ce;
  --white: #fff;
  --radius-lg: 28px;
  --shadow: 0 24px 60px rgba(25, 50, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 20px 10px;}
.serif { font-family: Georgia, "Times New Roman", serif; }
.eyebrow { color: #b9833e; font-size: 11px; font-weight: 700; letter-spacing: .22em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.section-title { margin: 14px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 35px; letter-spacing: -.045em; line-height: 50px; }
.section-title.light { color: var(--white); }
.lead { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.lead.light { color: rgba(255,255,255,.68); }
.section { padding: 20px 0; }
.section-sand { background: var(--sand); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 14px 22px; font-size: 14px; font-weight: 700; transition: .2s ease; }
.button-gold { background: var(--gold); color: var(--forest); }
.button-gold:hover { background: var(--white); }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--forest-soft); }
.button-outline { border: 1px solid rgba(255,255,255,.4); color: var(--white); }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 14px; font-weight: 700; text-decoration: none;}
.text-link:hover { color: #b9833e; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: var(--cream); color: var(--forest); }
.site-header.overlay { border-bottom-color: rgba(255,255,255,.16); background: transparent; color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: auto; height: 68px; max-width: 150px; border-radius: 12px; background: var(--forest-deep); padding: 4px 7px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; margin-right: 28px; }
.main-nav a { color: #52605a; font-size: 14px; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { color: #b9833e; }
.overlay .main-nav a { color: rgba(255,255,255,.76); }
.overlay .main-nav a:hover, .overlay .main-nav a.active { color: var(--white); }
.header-booking { padding: 11px 18px; font-size: 12px; }
.menu-toggle { display: none; border: 1px solid #c8c2b8; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; padding: 10px; font-size: 11px; }
.overlay .menu-toggle { border-color: rgba(255,255,255,.35); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: var(--forest); color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,45,39,.98) 0%, rgba(20,45,39,.85) 38%, rgba(20,45,39,.18) 100%); }
.hero-bottom { position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(20,32,29,.5)); }
.hero .site-header { position: relative; }
.hero-content { position: relative; display: grid; align-items: end; min-height: 595px; padding: 78px 0 70px; }
.hero-grid { display: grid; align-items: end; grid-template-columns: minmax(0, 1fr) 340px; gap: 64px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.hero-kicker:before { width: 40px; height: 1px; background: var(--gold); content: ""; }
.hero h1 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 7vw, 84px); letter-spacing: -.055em; line-height: .98; }
.hero-copy { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); background: rgba(247,244,238,.1); padding: 22px; backdrop-filter: blur(14px); }
.hero-note-label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-note h2 { margin: 16px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.1; }
.hero-note-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 25px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 19px; }
.hero-note-stats strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.hero-note-stats span { color: rgba(255,255,255,.6); font-size: 13px; }
.hero-facts { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); padding: 19px 0; color: rgba(255,255,255,.7); font-size: 14px; }
.hero-fact { display: flex; align-items: center; gap: 9px; padding-left: 20px; }
.hero-fact:first-child { padding-left: 0; }
.hero-fact + .hero-fact { border-left: none; }
.fact-marker { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--gold); }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.image-frame { position: relative; }

.image-frame img { position: relative; width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); object-fit: cover; }
.image-caption { position: absolute; right: 24px; bottom: -29px; max-width: 215px; border-radius: 16px; background: var(--forest); padding: 20px; color: var(--white); box-shadow: var(--shadow); }
.image-caption strong { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.image-caption span { display: block; margin-top: 3px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.6; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.check-item { display: flex; align-items: flex-start; gap: 10px; color: #36413b; font-size: 14px; }
.check-item:before { width: 6px; height: 6px; flex: 0 0 6px; margin-top: 9px; border-radius: 50%; background: #b9833e; content: ""; }
.inline-link { margin-top: 32px; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-card { border-right: 1px solid var(--line); padding: 0px 20px 10px; }
.feature-card:first-child { padding-left: 0; }
.feature-card:last-child { border-right: 0; }
.feature-card h3 { margin: 22px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.1; }
.feature-card p { margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.about-card-grid, .facility-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }
.about-card:first-child { grid-column: 1 / -1; }

.section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.room-card { overflow: hidden; border: 1px solid #ded9cf; border-radius: 23px; background: var(--white); }
.room-image { position: relative; aspect-ratio: 1.05 / 1; overflow: hidden; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-card:hover .room-image img { transform: scale(1.05); }

.room-body { padding: 20px; }
.room-body h3 { margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.1; }
.room-body p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.room-body .text-link { margin-top: 20px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }

.dark-section { background: var(--forest); color: var(--white); }
.amenity-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 80px; align-items: center; }
.amenity-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #fff; border-radius: 24px; background: #fff; }
.amenity-item { background: #264a42; padding: 27px; }
.amenity-item span { display: block; margin-top: 16px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.5; }

.location-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 80px; align-items: center; }
.location-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 500px; margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 23px 0; }
.location-stats strong { display: block; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.location-stats span { color: #737a75; font-size: 13px; }
.map-card { border-radius: var(--radius-lg); padding: 13px; }
.map-inner { position: relative; overflow: hidden; aspect-ratio: 1.2 / 1; border-radius: 20px; background: #dce8df; }
.map-inner iframe { display: block; width: 100%; height: 100%; border: 0; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: 30px; background: #e7d1a5; padding: 40px 25px; }
.cta h2 { max-width: 680px; margin: 14px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.5vw, 60px); letter-spacing: -.04em; line-height: 1.04; }
.cta p { max-width: 600px; margin: 15px 0 0; color: #5c513e; font-size: 14px; line-height: 1.8; }

.page-hero { position: relative; min-height: 650px; overflow: hidden; background: var(--forest); color: var(--white); }
.page-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.page-hero .hero-overlay { z-index: 0; }
.page-hero .hero-bottom { z-index: 0; }
.page-hero .site-header { position: relative; background: transparent; }
.page-hero-content { position: relative; z-index: 1; display: flex; align-items: end; min-height: 568px; padding: 80px 0 74px; }
.page-hero-copy { max-width: 780px; }
.page-hero h1 { max-width: 720px; margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6vw, 78px); letter-spacing: -.05em; line-height: 1; }
.page-hero p { max-width: 600px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.9; }
.content-grid { display: grid; grid-template-columns: 1fr; gap: 70px; align-items: start; }
.info-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.info-card-grid.three-columns { grid-template-columns: repeat(3, 1fr); }
.info-card { border: 1px solid var(--line); border-radius: 25px; background: var(--white); padding: 0px 20px 15px; }
.info-card.dark { border: 0; background: var(--forest); color: var(--white); }
.info-card h2 { margin: 25px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.1; }
.info-card.dark h2 { color: var(--white); }
.info-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.info-card.dark p { color: rgba(255,255,255,.64); }
.info-card.has-thumb, .guide-card.has-thumb { overflow: hidden; padding: 0; }
.card-thumb, .guide-thumb { display: block; width: 100%; aspect-ratio: 1.75 / 1; object-fit: cover; transition: transform .45s ease; }
.card-thumb-chart { object-fit: contain; background: var(--cream); padding: 8px; }
.info-card.has-thumb:hover .card-thumb, .guide-card.has-thumb:hover .guide-thumb { transform: scale(1.04); }
.info-card.has-thumb h2 { margin: 25px 30px 0; }
.info-card.has-thumb p { margin: 13px 30px 30px; }
.event-posts { display: grid; gap: 60px; margin-top: 50px; }
.event-post { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 60px; }
.event-post:last-child { border-bottom: 0; padding-bottom: 0; }
.event-post:nth-child(even) .event-post-figure { order: 2; }
.event-post-figure { margin: 0; }
.event-post-image { display: block; width: 100%; aspect-ratio: 1.35 / 1; border-radius: var(--radius-lg); background: var(--sand); object-fit: cover; }
.event-post-image-chart { border: 1px solid var(--line); background: var(--white); object-fit: contain; padding: 14px; }
.event-post-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.6; text-align: center;}
.event-post-content h2 { margin: 14px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 42px; letter-spacing: -.04em; line-height: 1.03; }
.event-post-content > p { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.event-post-list { display: grid; gap: 10px; margin-top: 24px; }
.event-post-list div { display: flex; align-items: flex-start; gap: 10px; color: #36413b; font-size: 14px; line-height: 1.6; }
.event-post-list div:before { width: 6px; height: 6px; flex: 0 0 6px; margin-top: 8px; border-radius: 50%; background: #b9833e; content: ""; }
.event-planning { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: start; }
.event-checklist { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0 28px; }
.event-checklist-title { margin: 14px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.1; }
.event-checklist .check-grid { margin-top: 24px; }
.event-stay { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.event-stay .button { margin-top: 25px; }
.room-list { display: grid; gap: 30px; margin-top: 50px; }
.room-detail { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.room-detail:nth-child(even) img { order: 2; }
.room-detail img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.room-detail-body { padding: 38px; }
.room-detail h2 { margin: 10px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 42px; letter-spacing: -.04em; line-height: 1; }
.room-detail p { max-width: 600px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.room-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 25px; }
.room-meta span { display: flex; gap: 8px; align-items: center; color: #36413b; font-size: 14px; }
.room-meta span:before { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: #b9833e; content: ""; }
.detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; border-top: 1px solid #e5e0d8; padding-top: 23px; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 50px; }
.guide-card { border: 1px solid var(--line); border-radius: 24px; background: var(--white); padding: 25px; }
.guide-card.dark { border: 0; background: var(--forest); color: var(--white); }
.guide-card strong { display: block; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.1; }
.guide-card.dark strong { color: var(--white); }
.guide-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.guide-card.dark p { color: rgba(255,255,255,.62); }
.guide-card.has-thumb strong { margin: 24px 25px 0; }
.guide-card.has-thumb p { margin: 13px 25px 25px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-list { display: grid; gap: 16px; margin-top: 38px; }
.contact-item { display: block; border: 1px solid var(--line); border-radius: 16px; background: var(--white); padding: 19px; }
.contact-item small { display: block; color: #7a827b; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-item > span { display: block; color: var(--forest); font-size: 14px; }
.contact-panel { border-radius: var(--radius-lg); background: var(--forest); padding: 45px; color: var(--white); }
.contact-panel h2 { margin: 35px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 44px; letter-spacing: -.04em; line-height: 1.05; }
.contact-panel p { color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.9; }
.contact-panel .label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-panel-divider { margin-top: 28px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 25px; }

.site-footer { background: var(--forest-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 48px; padding: 64px 0; }
.footer-copy { max-width: 310px; margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.9; }
.footer-heading { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; margin-top: 20px; color: rgba(255,255,255,.6); font-size: 14px; }
.footer-links a:hover { color: var(--white); }
.footer-contact { display: grid; gap: 13px; margin-top: 20px; color: rgba(255,255,255,.6); font-size: 14px; }
.footer-contact p { display: flex; gap: 10px; margin: 0; }
.footer-contact p:before { width: 5px; height: 5px; flex: 0 0 5px; margin-top: 9px; border-radius: 50%; background: var(--gold); content: ""; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; color: rgba(255,255,255,.4); font-size: 11px; }

@media (max-width: 960px) {
  .main-nav, .header-booking { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: absolute; display: none; background: #000000e3; padding: 9px 0px; color: var(--forest); box-shadow: var(--shadow); }
  .mobile-nav.open { display: block; width: 100%; }
  .mobile-nav a { display: block; padding: 20px 14px; font-size: 14px; border-top: 1px solid #033020; margin-top: -10px; color: #fff;}
  .mobile-nav a:hover, .mobile-nav a.active { background: #325a37; }
  .mobile-nav .button { margin-top: 4px; background: var(--forest); color: var(--white); text-align: center; }
  .hero-grid, .split, .amenity-grid, .location-grid, .content-grid, .contact-layout, .event-planning, .event-stay, .event-post { grid-template-columns: 1fr; gap: 45px; }
  .event-post:nth-child(even) .event-post-figure { order: initial; }
  .hero-content { min-height: auto; padding: 75px 0 60px; }
  .hero-note { max-width: 410px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-fact { padding: 8px 0; }
  .hero-fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .hero-fact:nth-child(4) { padding-left: 0px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:nth-child(2) { border-right: 0; }
  .feature-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .feature-card:nth-child(3) { padding-left: 0; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .info-card-grid.three-columns { grid-template-columns: 1fr 1fr 1fr; }
  .page-hero { min-height: 590px; }
  .page-hero-content { min-height: 508px; padding: 65px 0 65px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 34px, 1180px); }
  .section { padding: 30px 0; }
  .hero h1 { font-size: 54px; }
  .hero-copy, .page-hero p { font-size: 16px; }
  .hero-facts { font-size: 12px; }
  .hero-fact { gap: 6px; }
  .hero-fact:nth-child(4) { padding-left: 0; }
  .hero-fact:nth-child(even) { border-left: 0; }
  .check-grid, .room-grid, .info-card-grid, .info-card-grid.three-columns, .about-card-grid, .facility-card-grid, .room-meta, .guide-grid, .location-stats { grid-template-columns: 1fr; }
  .about-card:first-child { grid-column: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:first-child, .feature-card:nth-child(3) { border-right: 0; border-top: 1px solid var(--line); padding: 5px 0 10px; }
  .feature-card:first-child { border-top: 0; }
  .section-head-row { display: block; }
  .section-head-row .text-link { margin-top: 24px; }
  .amenity-list { grid-template-columns: 1fr 1fr; }
  .amenity-item { padding: 20px; }
  .event-post { gap: 30px; padding-bottom: 42px; }
  .event-post-image { aspect-ratio: 1.15 / 1; }
  .event-post-content h2 { font-size: 36px; }
  .map-inner { aspect-ratio: 1 / 1; }
  .cta { display: block; padding: 38px 27px; }
  .cta .button { margin-top: 25px; }
  .room-detail, .room-detail:nth-child(even) { display: block; }
  .room-detail:nth-child(even) img { order: initial; }
  .room-detail img { min-height: 240px; max-height: 300px; }
  .room-detail-body { padding: 27px; }
  .room-detail h2 { font-size: 36px; }
  .contact-panel { padding: 30px; }
  .contact-panel h2 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding: 50px 0; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
}
