/* ============================================================
   INDIAN SUMMER HOUSE — brand stylesheet
   Palette drawn from the estate itself: palm green, clay tile,
   cream plaster, brass, backwater teal — modernised.
   ============================================================ */

:root {
  --ivory:      #FBF8F1;
  --sand:       #F4EEE1;
  --stone:      #E6DDCB;
  --clay:       #A85B36;
  --clay-deep:  #8C4728;
  --brass:      #AE8C42;
  --palm:       #2F4A39;
  --palm-deep:  #1F3529;
  --ink:        #23281F;
  --muted:      #73705F;
  --line:       rgba(35, 40, 31, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Jost", "Helvetica Neue", sans-serif;
  --script:"Great Vibes", cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- type helpers ---------- */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--clay);
}
.eyebrow--light { color: #D8C6A2; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.12; }

.display {
  font-size: clamp(42px, 6.5vw, 84px);
  letter-spacing: .01em;
}
.display em, h2 em { font-style: italic; font-weight: 300; }

.h2 { font-size: clamp(32px, 4vw, 52px); }
.h3 { font-size: clamp(24px, 2.6vw, 32px); }

.lede {
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 23px);
  font-style: italic;
  color: var(--muted);
}

.script-accent {
  font-family: var(--script);
  color: var(--brass);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1;
}

/* ---------- layout ---------- */
.wrap  { max-width: 1280px; margin: 0 auto; padding: 0 6vw; }
.section { padding: clamp(72px, 10vw, 130px) 0; }
.section--sand { background: var(--sand); }
.section--palm { background: var(--palm-deep); color: var(--ivory); }
.center { text-align: center; }

.divider {
  width: 46px; height: 46px; margin: 26px auto;
  color: var(--brass);
}

/* ---------- announcement ---------- */
.announce {
  background: var(--palm-deep);
  color: #E9E2CF;
  text-align: center;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 10px 16px;
}
.announce a { text-decoration: underline; text-underline-offset: 3px; color: #D8C6A2; }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 248, 241, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: background .3s;
}
.site-head .bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 14px 4vw;
}
.logo { text-align: center; line-height: 1; }
.logo .logo-script {
  display: block;
  font-family: var(--script);
  font-size: 34px;
  color: var(--palm-deep);
}
.logo .logo-script .cap { color: var(--clay); }
.logo .logo-sub {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--brass);
}

.nav { display: flex; gap: clamp(16px, 2.6vw, 38px); align-items: center; }
.nav a {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: border-color .25s, color .25s;
}
.nav a:hover { border-bottom-color: var(--brass); }
.nav a.active { border-bottom-color: var(--clay); color: var(--clay); }
.nav a.btn.active { color: var(--ivory); }
.nav a.btn.active:hover { color: var(--clay); }

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 15px 34px;
  background: var(--palm-deep);
  color: var(--ivory);
  border: 1px solid var(--palm-deep);
  transition: background .3s, color .3s;
  cursor: pointer;
}
.btn:hover { background: transparent; color: var(--palm-deep); }
.btn--light { background: transparent; border-color: rgba(251,248,241,.65); color: var(--ivory); }
.btn--light:hover { background: var(--ivory); color: var(--palm-deep); }
.btn--clay { background: var(--clay); border-color: var(--clay); }
.btn--clay:hover { background: transparent; color: var(--clay); }
.btn--nav { padding: 11px 22px; }

.text-link {
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 4px;
}
.text-link:hover { color: var(--clay); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: clamp(560px, 92vh, 920px);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  color: var(--ivory);
  isolation: isolate;
  overflow: hidden;
}
.hero img.bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,28,20,.42) 0%, rgba(20,28,20,.18) 45%, rgba(20,28,20,.55) 100%);
}
.hero .inner { padding: 120px 6vw; max-width: 900px; }
.hero .display { text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero .script-hero {
  font-family: var(--script);
  font-size: clamp(54px, 9vw, 120px);
  line-height: 1.1;
  color: #F5EBD3;
  text-shadow: 0 2px 30px rgba(0,0,0,.3);
}
.hero .sub {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 24px);
  font-style: italic;
  color: rgba(251,248,241,.92);
}
.hero .actions { margin-top: 38px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.hero--page { min-height: clamp(420px, 62vh, 640px); }

/* ---------- value props ---------- */
.props {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(32px, 5vw, 72px);
}
.prop { text-align: center; }
.prop .num {
  font-family: var(--serif); font-style: italic;
  font-size: 15px; color: var(--brass); letter-spacing: .1em;
}
.prop h3 { margin: 10px 0 12px; font-size: 26px; }
.prop p { color: var(--muted); font-size: 15px; }

/* ---------- cards ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(20px, 2.6vw, 36px);
}
.card { position: relative; overflow: hidden; }
.card .ph { overflow: hidden; aspect-ratio: 4 / 5; }
.card .ph.wide { aspect-ratio: 3 / 2; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.6,.2,1); }
.card:hover img { transform: scale(1.05); }
.card .meta { padding: 20px 4px 0; }
.card .meta .eyebrow { font-size: 10px; }
.card .meta h3 { font-size: 26px; margin: 6px 0 8px; }
.card .meta p { color: var(--muted); font-size: 15px; max-width: 46ch; }

/* ---------- alternating feature rows ---------- */
.feature {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.feature + .feature { margin-top: clamp(64px, 8vw, 110px); }
.feature .ph { overflow: hidden; }
.feature .ph img { transition: transform 1.2s cubic-bezier(.2,.6,.2,1); width: 100%; }
.feature .ph:hover img { transform: scale(1.04); }
.feature.flip .ph, .feature.flip .carousel { order: 2; }
.feature .body h2, .feature .body h3 { margin: 10px 0 18px; }
.feature .body p { color: var(--muted); max-width: 54ch; }
.feature .body p + p { margin-top: 14px; }
.feature .body .text-link { display: inline-block; margin-top: 26px; }
.feature ul.details {
  list-style: none; margin: 22px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px;
}
.feature ul.details li {
  font-size: 13px; letter-spacing: .06em; color: var(--ink);
  padding-left: 18px; position: relative;
}
.feature ul.details li::before {
  content: "◆"; position: absolute; left: 0; top: 0;
  font-size: 8px; line-height: 2.6; color: var(--brass);
}
.thumb-row { display: flex; gap: 12px; margin-top: 14px; }
.thumb-row .t { flex: 1; overflow: hidden; aspect-ratio: 4/3; }
.thumb-row img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- full-bleed banner ---------- */
.banner {
  position: relative; isolation: isolate;
  min-height: 480px;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--ivory);
  background-attachment: fixed;
  background-size: cover; background-position: center;
}
.banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(24,32,24,.5); }
.banner .inner { position: relative; z-index: 1; padding: 90px 6vw; max-width: 760px; }
.banner h2 { margin: 12px 0 18px; }
.banner p { color: rgba(251,248,241,.88); font-family: var(--serif); font-style: italic; font-size: 19px; }
.banner .btn { margin-top: 30px; }

/* ---------- quote ---------- */
.quote {
  max-width: 780px; margin: 0 auto; text-align: center;
}
.quote blockquote {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(24px, 3vw, 34px); line-height: 1.4;
}
.quote cite {
  display: block; margin-top: 22px;
  font-family: var(--sans); font-style: normal;
  font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted);
}

/* ---------- forms ---------- */
.form-shell {
  max-width: 860px; margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(32px, 5vw, 64px);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 28px; }
.form-grid .full { grid-column: 1 / -1; }
label.f {
  display: block;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted);
}
label.f span.req { color: var(--clay); }
label.f input, label.f select, label.f textarea {
  display: block; width: 100%;
  margin-top: 8px;
  font-family: var(--sans); font-weight: 300; font-size: 16px;
  color: var(--ink);
  background: transparent;
  border: none; border-bottom: 1px solid rgba(35,40,31,.3);
  padding: 8px 2px 10px;
  border-radius: 0;
  transition: border-color .25s;
}
label.f textarea { resize: vertical; min-height: 96px; }
label.f input:focus, label.f select:focus, label.f textarea:focus {
  outline: none; border-bottom-color: var(--clay);
}
.check-group { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 12px; }
.check-group label {
  display: flex; align-items: center; gap: 9px;
  font-size: 14px; color: var(--ink); cursor: pointer;
}
.check-group input { accent-color: var(--clay); width: 15px; height: 15px; }
.form-note { font-size: 13px; color: var(--muted); }
.form-success {
  display: none;
  background: var(--sand); border: 1px solid var(--brass);
  padding: 18px 22px; font-size: 15px; margin-top: 22px;
}

/* ---------- footer ---------- */
.site-foot {
  background: var(--palm-deep);
  color: #CDC9B4;
  padding: clamp(56px, 7vw, 90px) 0 36px;
  font-size: 14px;
}
.site-foot .cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: clamp(28px, 4vw, 64px);
}
.site-foot .logo-script { font-family: var(--script); font-size: 40px; color: #F0E8D2; }
.site-foot .logo-sub { display:block; margin-top: 6px; font-size: 9px; letter-spacing: .42em; text-transform: uppercase; color: var(--brass); }
.site-foot h4 {
  font-family: var(--sans); font-weight: 400;
  font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: #8FA08D; margin-bottom: 18px;
}
.site-foot ul { list-style: none; }
.site-foot li { margin-bottom: 10px; }
.site-foot a:hover { color: #fff; }
.site-foot .fine {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid rgba(240,232,210,.14);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12px; letter-spacing: .08em; color: #8FA08D;
}

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- as-featured-in strip ---------- */
.featured {
  text-align: center;
}
.featured .eyebrow { margin-bottom: 26px; }
.featured .logos {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(24px, 5vw, 64px);
}
.featured .logos span {
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 26px);
  color: var(--ink);
  letter-spacing: .02em;
  opacity: .78;
  transition: opacity .3s;
}
.featured .logos a:hover span { opacity: 1; color: var(--clay); }
.featured .more { display: inline-block; margin-top: 34px; }

/* ---------- press list ---------- */
.press-list { display: grid; gap: clamp(20px, 3vw, 32px); }
.press-item {
  display: grid; grid-template-columns: 1fr; gap: 8px;
  background: #fff; border: 1px solid var(--line);
  padding: clamp(26px, 3.4vw, 44px);
  transition: border-color .3s, transform .3s;
}
.press-item:hover { border-color: var(--brass); transform: translateY(-3px); }
.press-item .pub {
  font-family: var(--sans); font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--clay);
}
.press-item h3 { font-size: clamp(22px, 2.6vw, 30px); margin: 6px 0 4px; }
.press-item blockquote {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(18px, 2vw, 22px); color: var(--muted); margin: 10px 0 0; line-height: 1.4;
}
.press-item .byline { font-size: 13px; color: var(--muted); margin-top: 14px; letter-spacing: .04em; }
.press-item .read { margin-top: 18px; }
.press-item .read.pending { color: var(--muted); border-bottom-color: var(--muted); cursor: default; }

/* ---------- press cards with masthead covers ---------- */
.press-grid { display: grid; gap: clamp(18px, 2.6vw, 28px); }
.press-card {
  display: grid; grid-template-columns: minmax(150px, 188px) 1fr; gap: clamp(22px, 3.4vw, 48px);
  align-items: center; background: #fff; border: 1px solid var(--line);
  padding: clamp(20px, 2.6vw, 34px); transition: border-color .3s, transform .3s;
}
.press-card:hover { border-color: var(--brass); transform: translateY(-3px); }
.press-card .body .pub { font-family: var(--sans); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--clay); }
.press-card .body h3 { font-family: var(--serif); font-size: clamp(21px, 2.5vw, 29px); line-height: 1.14; margin: 8px 0 0; }
.press-card .body blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2vw, 22px); color: var(--ink); margin: 12px 0 0; line-height: 1.42; }
.press-card .body blockquote.plain { font-style: normal; font-size: clamp(16px, 1.7vw, 18.5px); color: var(--muted); }
.press-card .body .byline { font-size: 13px; color: var(--muted); margin-top: 14px; letter-spacing: .04em; }
.press-card .body .read { margin-top: 16px; }

/* masthead cover tile (drop a real scan in by replacing with <img>) */
.mag { aspect-ratio: 3/4; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px 16px; position: relative; overflow: hidden; box-shadow: 0 12px 30px rgba(20,20,15,.18); }
.mag::before { content: ""; position: absolute; inset: 10px; border: 1px solid currentColor; opacity: .3; pointer-events: none; }
.mag .kicker { font-family: var(--sans); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; opacity: .82; position: absolute; top: 20px; left: 0; right: 0; }
.mag .foot { font-family: var(--sans); font-size: 8.5px; letter-spacing: .18em; text-transform: uppercase; opacity: .82; position: absolute; bottom: 20px; left: 0; right: 0; }
.mag .name { font-family: var(--serif); line-height: 1.02; }
.mag .name small { display: block; font-family: var(--sans); margin-top: 9px; }
.mag--ad { background: #111; color: #fff; }
.mag--ad .name { font-size: clamp(40px, 5.5vw, 58px); font-weight: 500; letter-spacing: .04em; }
.mag--ad .name small { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }
.mag--cnt { background: #0d3b34; color: #f0e2c2; }
.mag--cnt .name { font-size: clamp(24px, 3vw, 31px); }
.mag--cathay { background: #0a6b62; color: #fff; }
.mag--cathay .name { font-size: clamp(21px, 2.6vw, 26px); letter-spacing: .04em; }
.mag--cathay .name small { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; opacity: .9; }
.mag--trip { background: var(--clay); color: #fff; }
.mag--trip .name { font-size: clamp(24px, 3vw, 30px); }
.mag--print { background: var(--stone); color: var(--palm-deep); }
.mag--print .name { font-size: clamp(24px, 3vw, 30px); }
/* real cover scan overlays the styled tile once its file exists; if missing it hides and the tile shows */
.mag .mag-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 3; }
.mag .mag-cover--pad { object-fit: contain; background: #fff; padding: clamp(24px, 5vw, 46px); }

/* ---------- tripadvisor badge ---------- */
.ta-badge { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 34px; }
.ta-owl { width: clamp(104px, 14vw, 132px); height: auto; display: block; }
.ta-word { font-family: var(--sans); font-weight: 500; font-size: clamp(26px, 4.4vw, 40px); letter-spacing: -.012em; color: var(--ink); }
.ta-bubbles { display: flex; gap: 6px; }
.ta-bubbles i { width: 16px; height: 16px; border-radius: 50%; background: #00AA6C; display: block; }
.ta-badge .rank { font-size: 14px; color: var(--muted); letter-spacing: .02em; }

/* ---------- lazy youtube facade ---------- */
.yt {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  cursor: pointer; background: #000;
}
.yt img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s, opacity .3s; }
.yt:hover img { transform: scale(1.03); opacity: .9; }
.yt .play {
  position: absolute; inset: 0; margin: auto; width: 84px; height: 84px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(31,53,41,.82); border-radius: 50%;
  transition: background .3s, transform .3s;
}
.yt:hover .play { background: var(--clay); transform: scale(1.06); }
.yt .play::after {
  content: ""; margin-left: 5px;
  border-style: solid; border-width: 14px 0 14px 24px; border-color: transparent transparent transparent #fff;
}
.yt .cap {
  position: absolute; left: 0; bottom: 0; right: 0;
  padding: 40px 24px 18px; color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  font-size: 14px; letter-spacing: .04em;
}
.yt iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- tripadvisor reviews ---------- */
.ta { text-align: center; }
.ta .stars { color: var(--brass); font-size: 30px; letter-spacing: 4px; margin: 8px 0 6px; }
.ta .rating-line { font-family: var(--serif); font-size: 22px; font-style: italic; color: var(--ink); }
.ta .rating-line b { font-style: normal; }
.ta-reviews {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(18px, 2.4vw, 28px); margin-top: 44px; text-align: left;
}
.ta-review {
  background: #fff; border: 1px solid var(--line); padding: 26px 26px 24px;
}
.ta-review .stars { font-size: 16px; letter-spacing: 2px; margin: 0 0 12px; }
.ta-review p { font-family: var(--serif); font-size: 18px; font-style: italic; color: var(--ink); line-height: 1.45; }
.ta-review .who { margin-top: 14px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.ta .more { display: inline-block; margin-top: 40px; }
.placeholder-note {
  background: var(--sand); border: 1px dashed var(--brass);
  padding: 14px 18px; font-size: 13px; color: var(--muted); margin-bottom: 28px; text-align: left;
}

/* ---------- retreats ---------- */
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 6px; }
.tag {
  font-family: var(--sans); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--palm-deep); background: var(--stone);
  padding: 6px 15px; border-radius: 100px;
}
.tag--open { background: transparent; border: 1px solid var(--brass); color: var(--clay-deep); }

/* inclusions list (standalone) */
.incl-list { list-style: none; margin: 22px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; }
.incl-list li { font-size: 14px; letter-spacing: .02em; color: var(--ink); padding-left: 18px; position: relative; }
.incl-list li::before { content: "◆"; position: absolute; left: 0; top: 0; font-size: 8px; line-height: 2.4; color: var(--brass); }
.incl-list.plus li::before { content: "✦"; color: var(--clay); }

/* tutors */
.tutor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 3vw, 52px); }
.tutor-photo { width: 152px; height: 152px; border-radius: 50%; overflow: hidden; margin-bottom: 22px; background: var(--stone); }
.tutor-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tutor .eyebrow { margin-bottom: 8px; }
.tutor h3 { font-family: var(--serif); font-size: 28px; margin-bottom: 4px; }
.tutor .role { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); margin-bottom: 14px; }
.tutor p { color: var(--muted); max-width: 48ch; }
.tutor p + p { margin-top: 12px; }
.tutor a { border-bottom: 1px solid var(--brass); padding-bottom: 2px; }
.tutor a:hover { color: var(--clay); }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(18px, 2.2vw, 30px); }
.price-card { background: #fff; border: 1px solid var(--line); padding: clamp(28px, 3vw, 40px) clamp(26px, 2.6vw, 34px); display: flex; flex-direction: column; }
.price-card .eyebrow { margin-bottom: 14px; }
.price-card h3 { font-family: var(--serif); font-size: 27px; line-height: 1.1; margin-bottom: 8px; }
.price-card .when { font-size: 13px; letter-spacing: .03em; color: var(--muted); margin-bottom: 22px; }
.price-list { list-style: none; margin: 0; display: grid; gap: 0; }
.price-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; font-size: 14px; color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line); }
.price-list li:last-child { border-bottom: none; }
.price-list .amt { font-family: var(--serif); font-size: 20px; color: var(--palm-deep); white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-card .price-note { font-size: 12.5px; color: var(--muted); margin-top: 20px; line-height: 1.5; }
.price-card .text-link { margin-top: auto; padding-top: 26px; display: inline-block; align-self: flex-start; }

/* ---------- video testimonials ---------- */
.vgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(20px, 2.6vw, 34px); }
.vcard { margin: 0; }
.vcard .vwrap { position: relative; aspect-ratio: 4 / 5; background: #14140f; overflow: hidden; }
.vcard video { width: 100%; height: 100%; object-fit: cover; display: block; }
.vcard figcaption { margin-top: 18px; font-family: var(--serif); font-style: italic; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.45; color: var(--ink); }
.vcard .who { margin-top: 10px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* ---------- room carousel ---------- */
.carousel { position: relative; overflow: hidden; }
.carousel .slides {
  display: flex; overflow-x: auto; aspect-ratio: 3 / 2;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.carousel .slides::-webkit-scrollbar { display: none; }
.carousel .slides img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: center; display: block; }
.carousel .cbtn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(20,20,15,.42); color: #fff; font-family: var(--serif); font-size: 26px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s ease, background .25s ease; z-index: 2;
}
.carousel .cbtn:hover { background: rgba(20,20,15,.72); }
.carousel:hover .cbtn { opacity: 1; }
.carousel .cbtn.prev { left: 14px; } .carousel .cbtn.next { right: 14px; }
.carousel .cbtn span { display: block; margin-top: -3px; }
.carousel .count {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  background: rgba(20,20,15,.5); color: #fff; font-family: var(--sans);
  font-size: 11px; letter-spacing: .08em; padding: 4px 10px; border-radius: 20px; font-variant-numeric: tabular-nums;
}
.carousel .dots { position: absolute; bottom: 14px; left: 0; right: 0; z-index: 2; display: flex; gap: 7px; justify-content: center; }
.carousel .dots button { width: 7px; height: 7px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel .dots button.active { background: #fff; width: 20px; border-radius: 4px; }
@media (hover: none) { .carousel .cbtn { display: none; } }

/* ---------- room rate ---------- */
.rate { font-family: var(--serif); font-size: clamp(23px, 2.2vw, 27px); color: var(--palm-deep); line-height: 1.1; margin: 2px 0 16px; }
.rate span { display: block; margin-top: 5px; font-family: var(--sans); font-size: 12px; letter-spacing: .04em; color: var(--muted); }

/* ---------- experiences menu ---------- */
.xp-groups { display: grid; gap: clamp(38px, 4.5vw, 60px); }
.xp-group > .eyebrow { margin-bottom: 6px; }
.xp-group > h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(23px, 2.5vw, 31px); line-height: 1.1; margin-bottom: 26px; }
.xp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(256px, 1fr)); gap: clamp(16px, 2vw, 28px); }
.xp { border-top: 2px solid var(--brass); padding-top: 15px; }
.xp h4 { font-family: var(--serif); font-weight: 500; font-size: 20px; line-height: 1.15; margin-bottom: 7px; }
.xp p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.xp .with { display: block; margin-top: 9px; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .site-head { position: static; }
  .site-head .bar { flex-wrap: wrap; justify-content: center; }
  .nav { flex-wrap: wrap; justify-content: center; }
  .feature, .feature.flip { grid-template-columns: 1fr; }
  .feature.flip .ph, .feature.flip .carousel { order: 0; }
  .press-card { grid-template-columns: 1fr; gap: 22px; }
  .press-card .mag { max-width: 190px; }
  .incl-list { grid-template-columns: 1fr 1fr; }
  .site-foot .cols { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .banner { background-attachment: scroll; }
}
