/* ─────────────────────────────────────────────────────────────
   THE BELLAVERA  ·  pages.css  (sub-page specific styles)
───────────────────────────────────────────────────────────── */

/* ── PAGE HERO ───────────────────────────────────────────── */
.page-hero {
  position: relative;
  height: 52vh;
  min-height: 400px;
  margin-top: calc(var(--hdr-top) + 3px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 8s ease;
  transform: scale(1.05);
}
.page-hero.loaded .page-hero__bg { transform: scale(1); }
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(11,20,36,0.78) 0%,
    rgba(11,20,36,0.22) 60%,
    rgba(11,20,36,0.05) 100%
  );
}
.page-hero__content {
  position: relative;
  padding-bottom: 56px;
  width: 100%;
  color: #fff;
}
.page-hero__eye {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 12px;
  display: block;
}
.page-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.15;
}
.page-hero__title em { font-style: italic; }

/* ── PAGE INTRO ──────────────────────────────────────────── */
.page-intro {
  background: var(--white);
  padding: 72px 0 56px;
  text-align: center;
}
.page-intro__inner {
  max-width: 680px;
  margin: 0 auto;
}
.page-intro__inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 18px;
  color: var(--text);
}
.page-intro__inner h2 em { font-style: italic; }
.page-intro__inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--muted);
}

/* ── ROOM CARDS (stays.html) ─────────────────────────────── */
.rooms-section { padding: 80px 0; background: var(--cream); }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}
.room-card {
  background: var(--white);
  overflow: hidden;
  display: block;
  color: inherit;
  transition: box-shadow .3s;
}
.room-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.room-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  transition: transform .6s ease;
}
.room-card:hover .room-card__img { transform: scale(1.04); }
.room-card__body { padding: 28px 30px 34px; }
.room-card__badge {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.room-card__name {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  color: var(--text);
}
.room-card__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 20px;
}
.room-card__meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--cream-dk);
}
.room-meta-item {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.room-meta-item span { color: var(--text); font-weight: 500; }
.room-card__price {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 300;
  color: var(--navy);
  margin-bottom: 18px;
}
.room-card__price small {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--muted);
  font-weight: 300;
}

/* Crest featured card */
.room-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 55% 45%;
}
.room-card--featured .room-card__img {
  aspect-ratio: unset;
  min-height: 380px;
}
.room-card--featured .room-card__body {
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--navy);
}
.room-card--featured .room-card__badge { color: var(--gold-lt); }
.room-card--featured .room-card__name { color: var(--white); font-size: 34px; }
.room-card--featured .room-card__desc { color: rgba(255,255,255,0.62); }
.room-card--featured .room-card__meta { border-color: rgba(255,255,255,0.1); }
.room-card--featured .room-meta-item { color: rgba(255,255,255,0.5); }
.room-card--featured .room-meta-item span { color: rgba(255,255,255,0.85); }
.room-card--featured .room-card__price { color: var(--gold-lt); }
.room-card--featured .room-card__price small { color: rgba(255,255,255,0.4); }

/* ── BOOK DIRECT STRIP ───────────────────────────────────── */
.book-direct {
  background: var(--navy);
  padding: 56px 0;
}
.book-direct__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.bd-item__icon {
  font-size: 22px;
  color: var(--gold-lt);
  margin-bottom: 12px;
}
.bd-item__title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 8px;
}
.bd-item__text {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.52);
  line-height: 1.65;
}

/* ── STAYS FAQ ───────────────────────────────────────────── */
.faq-section { padding: 80px 0; background: var(--white); }
.faq-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 300;
  text-align: center;
  margin-bottom: 48px;
}
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--cream-dk);
}
.faq-item summary {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform .25s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--muted);
  padding-bottom: 22px;
}

/* ── RESTAURANT LIST (dining.html) ───────────────────────── */
.restaurant-badge {
  display: inline-block;
  background: var(--cream);
  color: var(--navy);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 6px;
}
.restaurant-badge--dark {
  background: rgba(255,255,255,0.1);
  color: var(--gold-lt);
}
.restaurant-hours {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--muted);
  margin-bottom: 22px;
  letter-spacing: .3px;
}
.restaurant-hours--dark { color: rgba(255,255,255,0.45); }
.restaurant-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ── PRIVATE DINING CTA ──────────────────────────────────── */
.private-dining {
  background: var(--cream);
  padding: 80px 0;
  text-align: center;
}
.private-dining__inner { max-width: 620px; margin: 0 auto; }
.private-dining h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  margin-bottom: 16px;
  color: var(--text);
}
.private-dining h2 em { font-style: italic; }
.private-dining p {
  font-size: 15px;
  font-weight: 300;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.8;
}

/* ── EXPERIENCE FEATURE (experiences.html) ───────────────── */
.exp-feature {
  padding: 96px 0;
  background: var(--navy);
  text-align: center;
}
.exp-feature__inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.exp-feature__img {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 56px;
}
.exp-feature__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 52px;
  text-align: left;
}
.exp-feature__item h4 {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 8px;
}
.exp-feature__item p {
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(255,255,255,0.52);
  line-height: 1.75;
}

/* ── 2-COL EXPERIENCE GRID ───────────────────────────────── */
.exp-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.exp-duo__cell {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}
.exp-duo__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .6s ease;
}
.exp-duo__cell:hover .exp-duo__bg { transform: scale(1.04); }
.exp-duo__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,20,36,0.75) 0%, transparent 60%);
}
.exp-duo__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 36px 40px;
  color: var(--white);
}
.exp-duo__content h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 8px;
}
.exp-duo__content p {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(255,255,255,0.7);
  margin-bottom: 18px;
}

/* ── GATHERING CARDS (gatherings.html) ───────────────────── */
.gathering-split { min-height: 520px; }

.venue-section {
  background: var(--cream);
  padding: 80px 0;
}
.venue-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  text-align: center;
  margin-bottom: 48px;
}
.venue-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 300;
}
.venue-table thead th {
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0 24px 14px;
  border-bottom: 1px solid var(--cream-dk);
}
.venue-table tbody td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--cream-dk);
  color: var(--text);
}
.venue-table tbody tr:last-child td { border-bottom: none; }
.venue-table tbody tr:hover td { background: rgba(184,144,46,0.05); }
.venue-name { font-weight: 500; }
.venue-desc { color: var(--muted); font-size: 13px; }

/* ── INQUIRY CTA ─────────────────────────────────────────── */
.inquiry-cta {
  background: var(--navy);
  padding: 96px 0;
  text-align: center;
}
.inquiry-cta__inner { max-width: 600px; margin: 0 auto; }
.inquiry-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 18px;
  line-height: 1.2;
}
.inquiry-cta h2 em { font-style: italic; }
.inquiry-cta p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.58);
  margin-bottom: 36px;
  line-height: 1.8;
}

/* ── OFFER CARDS (offers.html) ───────────────────────────── */
.offers-section { padding: 88px 0; background: var(--white); }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.offer-card {
  display: block;
  color: inherit;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--cream-dk);
  transition: box-shadow .3s, transform .3s;
}
.offer-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.offer-card__img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  transition: transform .6s;
}
.offer-card:hover .offer-card__img { transform: scale(1.04); }
.offer-card__body { padding: 32px 36px 38px; }
.offer-card__tag {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 14px;
}
.offer-card__title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 300;
  color: var(--text);
  margin-bottom: 12px;
}
.offer-card__desc {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.78;
  color: var(--muted);
  margin-bottom: 22px;
}
.offer-card__includes {
  list-style: none;
  margin-bottom: 26px;
}
.offer-card__includes li {
  font-size: 13px;
  font-weight: 300;
  color: var(--muted);
  padding: 5px 0;
  padding-left: 18px;
  position: relative;
}
.offer-card__includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 600;
}
.offer-card__from {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 18px;
}
.offer-card__from small {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--muted);
}
.offers-terms {
  text-align: center;
  padding: 24px 0 0;
  font-size: 12px;
  font-weight: 300;
  color: var(--muted);
  border-top: 1px solid var(--cream-dk);
  margin-top: 48px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ── GALLERY (gallery.html) ──────────────────────────────── */
.gallery-header {
  padding: 72px 0 56px;
  text-align: center;
  margin-top: calc(var(--hdr-top) + 3px);
  background: var(--cream);
}
.gallery-header h1 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 300;
  color: var(--text);
  margin-bottom: 8px;
}
.gallery-header h1 em { font-style: italic; }
.gallery-header p {
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  letter-spacing: .5px;
}

.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 40px 24px 0;
}
.filter-btn {
  padding: 9px 24px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--cream-dk);
  cursor: pointer;
  transition: background .22s, color .22s, border-color .22s;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.gallery-section { padding: 48px 0 80px; }
.gallery-grid {
  columns: 3;
  column-gap: 6px;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%;
  display: block;
  transition: transform .55s ease, opacity .3s;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item__overlay {
  position: absolute; inset: 0;
  background: rgba(27,46,75,0);
  transition: background .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item:hover .gallery-item__overlay { background: rgba(27,46,75,0.25); }
.gallery-item[hidden] { display: none; }

/* ── OUR STORY PAGE ──────────────────────────────────────── */
.story-section { padding: 88px 0; background: var(--cream); }
.story-section__inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.story-section__text h2 { font-family: var(--font-serif); font-size: clamp(28px,3vw,44px); font-weight: 300; line-height: 1.25; margin-bottom: 20px; }
.story-section__text h2 em { font-style: italic; }
.story-section__text p { font-size: 15.5px; font-weight: 300; line-height: 1.88; color: var(--muted); margin-bottom: 16px; }
.story-section__img { background-size: cover; background-position: center; min-height: 460px; }
.story-section--flip .story-section__text { order: 2; }
.story-section--flip .story-section__img { order: 1; }
.story-section--white { background: var(--white); }

.story-values-band { background: var(--navy); padding: 88px 0; text-align: center; }
.story-values-band h2 { font-family: var(--font-serif); font-size: clamp(28px,3.5vw,48px); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 14px; }
.story-values-band h2 em { font-style: italic; }
.story-values-band > .wrap > p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.52); max-width: 560px; margin: 0 auto 56px; line-height: 1.85; }
.story-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; }
.story-value__mark { font-size: 26px; color: var(--gold-lt); display: block; margin-bottom: 14px; }
.story-value h3 { font-family: var(--font-serif); font-size: 22px; font-weight: 400; color: var(--white); margin-bottom: 10px; }
.story-value p { font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.75; }

/* ── MEMBERSHIP TIERS ────────────────────────────────────── */
.tier-section { padding: 80px 0; background: var(--white); }
.tier-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--cream-dk); }
.tier-card { padding: 48px 40px; border-right: 1px solid var(--cream-dk); }
.tier-card:last-child { border-right: none; }
.tier-card--mid { background: var(--cream); }
.tier-card--top { background: var(--navy); }
.tier-mark { font-size: 24px; color: var(--gold); display: block; margin-bottom: 16px; }
.tier-name { font-family: var(--font-serif); font-size: 28px; font-weight: 300; color: var(--text); margin-bottom: 6px; }
.tier-card--top .tier-name { color: var(--white); }
.tier-price { font-size: 12px; color: var(--muted); margin-bottom: 26px; letter-spacing: .3px; }
.tier-card--top .tier-price { color: rgba(255,255,255,0.45); }
.tier-divider { height: 1px; background: var(--cream-dk); margin-bottom: 26px; }
.tier-card--top .tier-divider { background: rgba(255,255,255,0.12); }
.tier-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
.tier-list li { font-size: 13.5px; font-weight: 300; color: var(--muted); padding-left: 20px; position: relative; line-height: 1.55; }
.tier-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-size: 11px; font-weight: 600; top: 2px; }
.tier-card--top .tier-list li { color: rgba(255,255,255,0.6); }

/* ── GIFT CARDS ──────────────────────────────────────────── */
.gc-section { display: grid; grid-template-columns: 1fr 1fr; }
.gc-image { background-size: cover; background-position: center; min-height: 600px; }
.gc-body { background: var(--cream); padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.gc-body h2 { font-family: var(--font-serif); font-size: clamp(26px,3vw,40px); font-weight: 300; color: var(--text); margin-bottom: 14px; }
.gc-body h2 em { font-style: italic; }
.gc-body > p { font-size: 15px; font-weight: 300; color: var(--muted); margin-bottom: 32px; line-height: 1.8; }
.gc-amounts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gc-amount-btn { padding: 12px 22px; border: 1px solid var(--cream-dk); background: var(--white); font-family: var(--font-sans); font-size: 15px; font-weight: 400; color: var(--text); cursor: pointer; transition: background .2s,border-color .2s,color .2s; }
.gc-amount-btn.active, .gc-amount-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.gc-form { display: flex; flex-direction: column; gap: 14px; }
.gc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gc-field { display: flex; flex-direction: column; gap: 6px; }
.gc-field label { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); }
.gc-field input { padding: 12px 16px; border: 1px solid #ddd; background: var(--white); font-family: var(--font-sans); font-size: 13.5px; font-weight: 300; color: var(--text); outline: none; border-radius: 0; transition: border-color .2s; -webkit-appearance: none; }
.gc-field input:focus { border-color: var(--navy); }
.gc-note { font-size: 11px; color: var(--muted); line-height: 1.65; margin-top: 4px; }
.gc-success { text-align: center; padding: 32px 0; }
.gc-success h3 { font-family: var(--font-serif); font-size: 26px; font-weight: 300; margin-bottom: 10px; }
.gc-success p { font-size: 14px; color: var(--muted); }

/* ── CONTACT PAGE ────────────────────────────────────────── */
.contact-section { display: grid; grid-template-columns: 1fr 1.4fr; }
.contact-info-panel { background: var(--navy); padding: 72px 60px; }
.contact-info-panel h2 { font-family: var(--font-serif); font-size: clamp(24px,3vw,38px); font-weight: 300; color: var(--white); margin-bottom: 14px; line-height: 1.25; }
.contact-info-panel h2 em { font-style: italic; }
.contact-info-panel > p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.52); margin-bottom: 48px; line-height: 1.8; }
.contact-dept-list { display: flex; flex-direction: column; gap: 28px; }
.contact-dept { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; }
.contact-dept h4 { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 8px; }
.contact-dept a { display: block; font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.62); margin-bottom: 3px; transition: color .2s; }
.contact-dept a:hover { color: var(--white); }
.contact-address { font-size: 13.5px; font-weight: 300; line-height: 2; color: rgba(255,255,255,0.45); margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); }
.contact-form-panel { background: var(--cream); padding: 72px 60px; }
.contact-form-panel h3 { font-family: var(--font-serif); font-size: 28px; font-weight: 300; color: var(--text); margin-bottom: 32px; }
.cf-form { display: flex; flex-direction: column; gap: 18px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-field { display: flex; flex-direction: column; gap: 7px; }
.cf-field label { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--navy); }
.cf-field input, .cf-field select, .cf-field textarea { padding: 13px 16px; border: 1px solid #ddd; background: var(--white); font-family: var(--font-sans); font-size: 13.5px; font-weight: 300; color: var(--text); outline: none; border-radius: 0; transition: border-color .2s; -webkit-appearance: none; appearance: none; }
.cf-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23636363' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-color: var(--white); padding-right: 36px; }
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus { border-color: var(--navy); }
.cf-field.cf-error input, .cf-field.cf-error select, .cf-field.cf-error textarea { border-color: #c0392b; }
.cf-field textarea { resize: vertical; min-height: 120px; }
.cf-submit { width: 100%; padding: 15px; margin-top: 6px; font-size: 12px; letter-spacing: 3px; }
.cf-success { text-align: center; padding: 40px 0; }
.cf-success__icon { font-size: 28px; color: var(--gold); display: block; margin-bottom: 16px; }
.cf-success h3 { font-family: var(--font-serif); font-size: 26px; font-weight: 300; margin-bottom: 10px; }
.cf-success p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── CAREERS PAGE ────────────────────────────────────────── */
.careers-culture { background: var(--navy); padding: 88px 0; text-align: center; }
.careers-culture h2 { font-family: var(--font-serif); font-size: clamp(28px,3.5vw,52px); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 14px; max-width: 680px; margin-left: auto; margin-right: auto; }
.careers-culture h2 em { font-style: italic; }
.careers-culture > .wrap > p { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.52); max-width: 540px; margin: 0 auto 56px; line-height: 1.85; }
.culture-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.culture-mark { font-size: 24px; color: var(--gold-lt); display: block; margin-bottom: 14px; }
.culture-item h3 { font-family: var(--font-serif); font-size: 22px; font-weight: 400; color: var(--white); margin-bottom: 10px; }
.culture-item p { font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.75; }
.jobs-section { padding: 80px 0; background: var(--cream); }
.jobs-section > .wrap > h2 { font-family: var(--font-serif); font-size: clamp(26px,3vw,40px); font-weight: 300; margin-bottom: 56px; text-align: center; }
.job-dept { max-width: 860px; margin: 0 auto 48px; }
.job-dept__title { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); padding-bottom: 14px; border-bottom: 1px solid var(--cream-dk); display: block; }
.job-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--cream-dk); }
.job-item:last-child { border-bottom: none; }
.job-title { font-size: 15.5px; font-weight: 400; color: var(--text); }
.job-meta { font-size: 12px; font-weight: 300; color: var(--muted); margin-top: 4px; }
.job-type { display: inline-block; font-size: 9.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; background: var(--cream-dk); color: var(--navy); padding: 4px 10px; white-space: nowrap; flex-shrink: 0; }
.careers-benefits { padding: 72px 0; background: var(--white); }
.careers-benefits > .wrap > h2 { font-family: var(--font-serif); font-size: clamp(24px,2.5vw,36px); font-weight: 300; text-align: center; margin-bottom: 48px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; text-align: center; }
.benefit-item__icon { font-size: 22px; color: var(--gold); margin-bottom: 14px; }
.benefit-item h4 { font-family: var(--font-serif); font-size: 17px; font-weight: 400; margin-bottom: 8px; }
.benefit-item p { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.65; }

/* ── SHARED FORM / INLINE STYLE REPLACEMENTS ────────────── */
.form-optional {
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-size: 10px;
  color: var(--muted);
}
.contact-dept__note {
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  margin-top: 4px;
}
.contact-address__name {
  color: rgba(255,255,255,0.75);
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.faq-item p a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-item p a:hover { color: var(--gold); }
.jobs-section h2 em {
  font-family: var(--font-serif);
  font-style: italic;
}
.gc-success__icon {
  font-size: 32px;
  color: var(--gold);
  display: block;
  margin-bottom: 18px;
}
.gc-success h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 300;
  color: var(--text);
  margin-bottom: 10px;
}
.gc-success p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.75;
}
.gc-field.gc-error input { border-color: #c0392b; }
.btn--full {
  width: 100%;
  padding: 15px 32px;
  font-size: 12px;
  letter-spacing: 3px;
  margin-top: 6px;
}

/* ── RESPONSIVE (new pages) ──────────────────────────────── */
@media (max-width: 1024px) {
  .story-section__inner { grid-template-columns: 1fr; gap: 40px; }
  .story-section--flip .story-section__text { order: unset; }
  .story-section--flip .story-section__img { order: unset; }
  .contact-section { grid-template-columns: 1fr; }
  .gc-section { grid-template-columns: 1fr; }
  .gc-image { min-height: 320px; }
  .tier-grid { grid-template-columns: 1fr; }
  .tier-card { border-right: none; border-bottom: 1px solid var(--cream-dk); }
  .tier-card:last-child { border-bottom: none; }
  .story-values-grid { grid-template-columns: 1fr; gap: 32px; }
  .culture-grid { grid-template-columns: 1fr; gap: 24px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .contact-info-panel { padding: 48px 28px; }
  .contact-form-panel { padding: 48px 28px; }
  .gc-body { padding: 48px 28px; }
  .cf-row { grid-template-columns: 1fr; }
  .gc-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .job-item { flex-direction: column; align-items: flex-start; gap: 8px; }
  .story-section__inner { padding: 0 20px; }
}

/* ── RESPONSIVE (pages) ──────────────────────────────────── */
@media (max-width: 1024px) {
  .rooms-grid { grid-template-columns: repeat(2, 1fr); }
  .room-card--featured { grid-template-columns: 1fr; }
  .room-card--featured .room-card__img { min-height: 260px; }
  .room-card--featured .room-card__body { padding: 40px 36px; }
  .book-direct__inner { grid-template-columns: repeat(2, 1fr); }
  .exp-feature__grid { grid-template-columns: repeat(2, 1fr); }
  .venue-section { overflow-x: auto; }
  .gallery-grid { columns: 2; }
  .offers-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .exp-duo { grid-template-columns: 1fr; }
  .exp-duo__cell { min-height: 360px; }
  .gallery-grid { columns: 2; }
}

@media (max-width: 640px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .book-direct__inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .gallery-grid { columns: 1; }
  .exp-feature__grid { grid-template-columns: 1fr; }
  .page-intro { padding: 48px 0 36px; }
}

/* ── GALLERY LIGHTBOX ────────────────────────────────────── */
.lb-overlay {
  position: fixed; inset: 0; z-index: 700;
  background: rgba(0,0,0,0.94); display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s;
}
.lb-overlay[hidden] { display: none !important; }
.lb-overlay.lb-open { opacity: 1; }
.lb-close {
  position: absolute; top: 20px; right: 24px;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  background: none; border: 1px solid rgba(255,255,255,0.2); cursor: pointer;
  color: rgba(255,255,255,0.65); transition: color .2s, border-color .2s, background .2s;
}
.lb-close:hover { color: #fff; border-color: #fff; }
.lb-close svg { width: 18px; height: 18px; }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
  background: none; border: 1px solid rgba(255,255,255,0.2); cursor: pointer;
  color: rgba(255,255,255,0.65); transition: color .2s, border-color .2s, background .2s; z-index: 2;
}
.lb-nav:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,0.06); }
.lb-nav svg { width: 22px; height: 22px; }
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
.lb-img-wrap {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 80px 100px 0; width: 100%; min-height: 0; overflow: hidden;
}
.lb-img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; opacity: 0; transition: opacity .28s; }
.lb-img.lb-loaded { opacity: 1; }
.lb-footer {
  width: 100%; padding: 20px 100px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-shrink: 0;
}
.lb-caption { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5); letter-spacing: .3px; flex: 1; }
.lb-meta { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.lb-counter { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.lb-actions { display: flex; gap: 8px; }
.lb-action {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  background: none; border: 1px solid rgba(255,255,255,0.2); cursor: pointer;
  color: rgba(255,255,255,0.5); transition: color .2s, border-color .2s;
}
.lb-action:hover { color: #fff; border-color: #fff; }
.lb-action svg { width: 16px; height: 16px; }
.gallery-item { transition: opacity .2s ease, transform .2s ease; }
.gallery-item.gal-out { opacity: 0; transform: scale(0.96); pointer-events: none; }
.filter-count {
  display: inline-block; font-size: 9px; font-weight: 600;
  background: rgba(27,46,75,0.12); border-radius: 10px;
  padding: 1px 7px; margin-left: 5px; vertical-align: middle;
}
.filter-btn.active .filter-count { background: rgba(255,255,255,0.25); }

@media (max-width: 768px) {
  .lb-img-wrap { padding: 70px 16px 0; }
  .lb-footer { padding: 14px 16px 18px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
  .lb-nav { width: 40px; height: 40px; }
  .lb-nav svg { width: 18px; height: 18px; }
}

/* ── STICKY BOOKING BAR ──────────────────────────────────── */
.sticky-book {
  position: fixed; top: calc(var(--hdr-top) + 3px); left: 0; right: 0;
  z-index: 88; background: var(--white);
  border-bottom: 1px solid var(--cream-dk);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transform: translateY(-100%); opacity: 0;
  transition: transform .4s var(--ease-out), opacity .4s;
  pointer-events: none;
}
.sticky-book.sb-on { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-book__inner {
  max-width: 1360px; margin: 0 auto; padding: 12px 32px;
  display: flex; align-items: center; gap: 20px;
}
.sticky-book__title {
  font-size: 10px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--navy); white-space: nowrap; flex-shrink: 0;
}
.sticky-book__fields { display: flex; gap: 14px; flex: 1; align-items: flex-end; }
.sticky-book__field { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.sticky-book__field span { font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.sticky-book__field input, .sticky-book__field select {
  border: none; border-bottom: 1px solid var(--cream-dk);
  background: transparent; font-family: var(--font-sans); font-size: 13px; font-weight: 300;
  color: var(--text); outline: none; padding: 4px 0; cursor: pointer; width: 100%;
  -webkit-appearance: none; appearance: none; transition: border-color .2s;
}
.sticky-book__field input:focus, .sticky-book__field select:focus { border-color: var(--navy); }
@media (max-width: 900px) { .sticky-book { display: none !important; } }

/* ── DINING RESERVATION MODAL ────────────────────────────── */
.dm-overlay {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(11,20,36,0.72);
  display: flex; align-items: center; justify-content: center;
  padding: 24px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .3s;
}
.dm-overlay[hidden] { display: none !important; }
.dm-overlay.dm-open { opacity: 1; }
.dm-card {
  background: var(--white); width: 100%; max-width: 520px;
  max-height: 90vh; overflow-y: auto; padding: 48px 52px; position: relative;
  transform: translateY(28px); transition: transform .38s var(--ease-out);
}
.dm-overlay.dm-open .dm-card { transform: translateY(0); }
.dm-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; color: var(--muted); transition: color .2s; }
.dm-close:hover { color: var(--navy); }
.dm-close svg { width: 18px; height: 18px; }
.dm-title { font-family: var(--font-serif); font-size: clamp(22px,2.5vw,30px); font-weight: 300; color: var(--text); margin-bottom: 28px; line-height: 1.2; }
.dm-form { display: flex; flex-direction: column; gap: 16px; }
.dm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dm-field { display: flex; flex-direction: column; gap: 6px; }
.dm-field label { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--navy); }
.dm-field input, .dm-field select, .dm-field textarea {
  padding: 12px 15px; border: 1px solid var(--cream-dk); background: var(--cream);
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 300; color: var(--text);
  outline: none; border-radius: 0; transition: border-color .2s, background .2s;
  -webkit-appearance: none; appearance: none;
}
.dm-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23636363' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; background-color: var(--cream); padding-right: 34px; }
.dm-field input:focus, .dm-field select:focus, .dm-field textarea:focus { border-color: var(--navy); background: var(--white); }
.dm-field.dm-error input, .dm-field.dm-error select { border-color: #c0392b; }
.dm-field textarea { resize: vertical; min-height: 80px; }
.dm-note { font-size: 11px; font-weight: 300; color: var(--muted); line-height: 1.65; }
.dm-submit { width: 100%; padding: 15px; margin-top: 4px; font-size: 12px; letter-spacing: 3px; }
.dm-confirm { text-align: center; padding: 8px 0; }
.dm-confirm__icon { font-size: 28px; color: var(--gold); display: block; margin-bottom: 16px; }
.dm-confirm h3 { font-family: var(--font-serif); font-size: 26px; font-weight: 300; margin-bottom: 10px; }
.dm-confirm p { font-size: 14px; color: var(--muted); line-height: 1.75; }
.dm-confirm__ref { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--cream-dk); display: block; }
@media (max-width: 640px) { .dm-card { padding: 36px 22px; } .dm-row { grid-template-columns: 1fr; } }

/* ── OFFER COUNTDOWN ─────────────────────────────────────── */
.offer-countdown {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--gold); margin-top: 10px;
}
.offer-countdown__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; animation: bvPulse 2s ease-in-out infinite; }
.offer-countdown.oc-urgent { color: #c0392b; }
.offer-countdown.oc-urgent .offer-countdown__dot { background: #c0392b; }
.offer-countdown.oc-expired { color: var(--muted); }
.offer-countdown.oc-expired .offer-countdown__dot { background: var(--muted); animation: none; }
@keyframes bvPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
