/*
Theme Name: The Inn of Cape May
Theme URI: https://innofcapemay.com
Author: Inn of Cape May
Author URI: https://innofcapemay.com
Description: Custom WordPress theme for The Inn of Cape May — a historic beachfront hotel, restaurant & bar, established 1894. Features deep ThinkReservations PMS integration, tabbed dining and events sections, RFP booking flow, and an on-brand editorial luxury design system.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iocm
Tags: one-column, custom-menu, featured-images, full-width-template, theme-options

/*═══════════════════════════════════════════
  BRAND TOKENS
═══════════════════════════════════════════*/
:root {
  /* Brand Primaries */
  --navy:        #1C2E3A;
  --navy-deep:   #111D26;
  --navy-mid:    #2A4457;
  --slate:       #3E5A6E;
  --sage:        #8FAE9E;
  --sage-lt:     #B5CEBC;
  --sage-pale:   #DCE9DE;
  --gold:        #C4A265;
  --gold-lt:     #D9C08E;
  --gold-pale:   #EDE0C4;
  --warm:        #D4A574;
  --warm-lt:     #E8C9A8;

  /* Neutrals */
  --linen:       #F7F4EF;
  --cream:       #FFFDF8;
  --parch:       #EDE8DF;
  --stone:       #C8C1B4;
  --charcoal:    #2C2824;
  --ink:         #1E1B17;
  --ink2:        #4A4540;
  --ink3:        #7A756E;
  --ink4:        #A9A49D;
  --white:       #FFFFFF;

  /* Typography */
  --fs:          'Cormorant', 'Georgia', serif;
  --fb:          'Jost', 'Helvetica Neue', sans-serif;

  /* Motion */
  --ease:        cubic-bezier(.22, 1, .36, 1);
  --ease-snap:   cubic-bezier(.34, 1.56, .64, 1);

  /* Shadows */
  --s1:          0 1px 4px rgba(28, 46, 58, .05);
  --s2:          0 8px 32px rgba(28, 46, 58, .08);
  --s3:          0 24px 64px rgba(28, 46, 58, .12);
}

/*═══ RESET ═══*/
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--fb); color: var(--ink); background: var(--linen);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* Paper grain */
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 99999;
  opacity: .025;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E") repeat;
}

/*═══ UTILITY ═══*/
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 72px); }
.eyebrow {
  font-family: var(--fb); font-size: .6rem; font-weight: 500;
  letter-spacing: .45em; text-transform: uppercase; color: var(--gold);
}
.eyebrow--light { color: var(--gold-lt); }
.hdg {
  font-family: var(--fs); font-weight: 400; line-height: 1.08; color: var(--navy);
}
.hdg em { font-style: italic; color: var(--gold); }
.hdg--white { color: var(--white); }
.hdg--white em { color: var(--gold-lt); }
.body-text {
  font-family: var(--fs); font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 300; line-height: 1.65; color: var(--ink3);
}
.body-text--light { color: rgba(255, 255, 255, .72); }
.rule { width: 48px; height: 1px; background: var(--gold); }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head .hdg {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem); margin-bottom: 12px;
}

/* ═══ BUTTONS ═══ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 34px; font-family: var(--fb); font-size: .64rem;
  font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  border: none; cursor: pointer; transition: all .4s var(--ease);
}
.btn--gold { background: var(--gold); color: var(--white); }
.btn--gold:hover { background: var(--navy); transform: translateY(-2px); box-shadow: var(--s2); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--gold); transform: translateY(-2px); }
.btn--outline { background: transparent; border: 1px solid rgba(255,255,255,.35); color: var(--white); }
.btn--outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn--ghost { background: transparent; border: 1px solid var(--navy); color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--white); }

/* ═══ REVEAL ANIMATIONS ═══ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .18s; }
.reveal-d3 { transition-delay: .26s; }
.reveal-d4 { transition-delay: .34s; }

/* ═══ ARROW ICON ═══ */
.arrow-icon {
  width: 11px; height: 11px; stroke: currentColor;
  fill: none; stroke-width: 2; vertical-align: middle;
}

/* ═══════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════ */
.topbar {
  background: var(--navy-deep); font-size: .64rem; letter-spacing: .14em;
  text-transform: uppercase; padding: 8px clamp(20px, 5vw, 72px);
  display: flex; justify-content: space-between; align-items: center;
  color: rgba(255, 255, 255, .5);
}
.topbar a { color: rgba(255, 255, 255, .55); transition: color .3s; }
.topbar a:hover { color: var(--gold-lt); }
.topbar__left { display: flex; gap: 26px; align-items: center; }
.topbar__right { display: flex; gap: 12px; }
.topbar__right svg { width: 15px; height: 15px; fill: currentColor; }

/* ═══════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════ */
.site-nav {
  position: sticky; top: 0; z-index: 9990;
  background: rgba(247, 244, 239, .85);
  backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
  border-bottom: 1px solid rgba(200, 193, 180, .18);
  transition: all .4s;
}
.site-nav.scrolled {
  background: rgba(247, 244, 239, .97);
  box-shadow: 0 1px 20px rgba(28, 46, 58, .05);
}
.site-nav__inner {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex; align-items: center; justify-content: space-between;
  height: 74px;
}
.site-nav__logo { height: 38px; }
.site-nav__links {
  display: flex; gap: clamp(14px, 2vw, 28px);
  align-items: center; list-style: none;
}
.site-nav__links a {
  font-size: .7rem; font-weight: 400; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink3); transition: color .3s;
  position: relative;
}
.site-nav__links a::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width .4s var(--ease);
}
.site-nav__links a:hover { color: var(--navy); }
.site-nav__links a:hover::after { width: 100%; }
.site-nav__book {
  padding: 10px 22px !important; background: var(--navy) !important;
  color: var(--white) !important; font-size: .62rem !important;
  letter-spacing: .18em !important; font-weight: 500 !important;
  text-transform: uppercase !important; border: none !important;
  transition: all .3s !important; cursor: pointer;
}
.site-nav__book::after { display: none !important; }
.site-nav__book:hover { background: var(--gold) !important; }
.site-nav__hamburger {
  display: none; background: none; border: none;
  cursor: pointer; padding: 8px; flex-direction: column; gap: 5px;
}
.site-nav__hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--navy); transition: .3s;
}

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  max-height: 1100px; display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(17, 29, 38, .92) 0%,
    rgba(17, 29, 38, .5) 40%,
    rgba(17, 29, 38, .22) 100%
  );
}
.hero__wave {
  position: absolute; bottom: -1px; left: 0; width: 100%; z-index: 2;
}
.hero__content {
  position: relative; z-index: 3; width: 100%;
  padding: 0 clamp(20px, 5vw, 72px) clamp(90px, 14vh, 170px);
  max-width: 1440px; margin: 0 auto;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .56rem; letter-spacing: .55em; text-transform: uppercase;
  color: var(--gold-lt); margin-bottom: 26px;
  opacity: 0; animation: hero-in .9s var(--ease) .2s forwards;
}
.hero__eyebrow .rule { width: 28px; background: var(--gold-lt); }
.hero h1 {
  font-family: var(--fs); font-size: clamp(3rem, 7.5vw, 6.5rem);
  font-weight: 300; color: var(--white); line-height: 1.02;
  letter-spacing: -.02em; margin-bottom: 20px;
  opacity: 0; animation: hero-in .9s var(--ease) .4s forwards;
}
.hero h1 em { font-style: italic; font-weight: 400; color: var(--gold-lt); }
.hero__subtitle {
  font-family: var(--fs); font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: rgba(255, 255, 255, .68); font-weight: 300;
  max-width: 520px; line-height: 1.55; margin-bottom: 40px;
  opacity: 0; animation: hero-in .9s var(--ease) .6s forwards;
}
.hero__actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; animation: hero-in .9s var(--ease) .8s forwards;
}
@keyframes hero-in {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: none; }
}

/* ═══════════════════════════════════════════
   BOOKING BAR
═══════════════════════════════════════════ */
.booking-bar {
  position: relative; z-index: 10; margin-top: -46px;
  padding: 0 clamp(20px, 5vw, 72px);
}
.booking-bar__card {
  max-width: 1080px; margin: 0 auto; background: var(--white);
  box-shadow: var(--s3); display: flex; align-items: flex-end;
  gap: 12px; padding: 24px 30px; border-top: 3px solid var(--gold);
}
.booking-bar__field { flex: 1; min-width: 0; }
.booking-bar__field label {
  display: block; font-size: .56rem; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase;
  color: var(--ink4); margin-bottom: 4px;
}
.booking-bar__field input,
.booking-bar__field select {
  width: 100%; padding: 10px 12px; border: 1px solid var(--parch);
  background: var(--linen); font-family: var(--fb); font-size: .84rem;
  color: var(--ink); outline: none; transition: border-color .3s;
  -webkit-appearance: none;
}
.booking-bar__field input:focus,
.booking-bar__field select:focus { border-color: var(--gold); }
.booking-bar__submit {
  padding: 12px 30px; background: var(--gold); color: var(--white);
  border: none; font-family: var(--fb); font-size: .64rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; cursor: pointer;
  transition: all .35s var(--ease); white-space: nowrap;
}
.booking-bar__submit:hover {
  background: var(--navy); transform: translateY(-2px);
}
.booking-bar__powered {
  text-align: center; margin-top: 7px; font-size: .54rem;
  color: var(--ink4); letter-spacing: .08em;
}
.booking-bar__powered a { color: var(--navy-mid); font-weight: 500; }

/* ═══════════════════════════════════════════
   STORY / HERITAGE
═══════════════════════════════════════════ */
.story__grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(48px, 7vw, 100px); align-items: center;
}
.story__images { position: relative; }
.story__img-main {
  width: 82%; aspect-ratio: 3/4; object-fit: cover; box-shadow: var(--s3);
}
.story__img-float {
  position: absolute; bottom: -28px; right: -10px; width: 52%;
  aspect-ratio: 1; object-fit: cover; border: 7px solid var(--linen);
  box-shadow: var(--s2);
}
.story__year {
  position: absolute; top: -24px; right: 16px;
  font-family: var(--fs); font-size: clamp(5rem, 12vw, 9.5rem);
  font-weight: 300; color: var(--sage-pale); opacity: .5;
  line-height: 1; pointer-events: none; letter-spacing: -.04em;
}
.story__stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--parch);
}
.stat__number {
  font-family: var(--fs); font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 300; color: var(--navy); line-height: 1;
}
.stat__label {
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink4); margin-top: 3px;
}

/* ═══════════════════════════════════════════
   ROOM CARDS
═══════════════════════════════════════════ */
.rooms { background: var(--cream); }
.rooms__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; margin-bottom: 40px;
}
.room-card {
  position: relative; overflow: hidden; background: var(--white);
  border: 1px solid rgba(200, 193, 180, .12);
  transition: all .5s var(--ease); cursor: pointer;
}
.room-card:hover {
  transform: translateY(-4px); box-shadow: var(--s3);
}
.room-card:first-child { grid-column: span 2; grid-row: span 2; }
.room-card__image { position: relative; overflow: hidden; }
.room-card:first-child .room-card__image { height: 100%; min-height: 440px; }
.room-card:not(:first-child) .room-card__image { aspect-ratio: 16/10; }
.room-card__image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.room-card:hover .room-card__image img { transform: scale(1.04); }
.room-card__image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17, 29, 38, .5) 0%, transparent 50%);
  opacity: 0; transition: opacity .4s;
}
.room-card:hover .room-card__image::after { opacity: 1; }
.room-card__overlay {
  position: absolute; bottom: 18px; left: 18px; z-index: 2;
  opacity: 0; transform: translateY(8px);
  transition: all .4s var(--ease);
}
.room-card:hover .room-card__overlay { opacity: 1; transform: none; }
.room-card__overlay .btn { font-size: .56rem; padding: 9px 18px; }
.room-card__body { padding: 16px 18px 20px; }
.room-card__tag {
  font-size: .52rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 2px;
}
.room-card__name {
  font-family: var(--fs); font-size: 1.15rem; color: var(--navy);
  margin-bottom: 5px; line-height: 1.2;
}
.room-card:first-child .room-card__name { font-size: 1.45rem; }
.room-card__desc {
  font-size: .78rem; color: var(--ink3); line-height: 1.55;
}
.room-card__meta {
  display: flex; gap: 12px; margin-top: 10px; padding-top: 10px;
  border-top: 1px solid var(--parch); font-size: .66rem; color: var(--ink4);
}
.room-card__meta span {
  display: flex; align-items: center; gap: 4px;
}
.room-card__meta svg {
  width: 12px; height: 12px; stroke: currentColor;
  fill: none; stroke-width: 1.5;
}

/* ═══════════════════════════════════════════
   AMENITIES MARQUEE
═══════════════════════════════════════════ */
.amenities-marquee {
  background: var(--navy); padding: 48px 0; overflow: hidden;
}
.amenities-marquee__track {
  display: flex; gap: 52px;
  animation: amenity-scroll 32s linear infinite; width: max-content;
}
.amenities-marquee__item {
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap; flex-shrink: 0;
}
.amenities-marquee__dot {
  width: 5px; height: 5px; background: var(--gold);
  border-radius: 50%; flex-shrink: 0;
}
.amenities-marquee__item span {
  font-family: var(--fs); font-size: .95rem; font-weight: 300;
  color: rgba(255, 255, 255, .55); letter-spacing: .03em;
}
@keyframes amenity-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════
   TABS SYSTEM
═══════════════════════════════════════════ */
.tabs__bar {
  display: flex; justify-content: center; gap: 8px;
  margin-bottom: 48px; flex-wrap: wrap;
}
.tabs__button {
  padding: 10px 28px; font-family: var(--fb); font-size: .66rem;
  font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  background: none; border: 1px solid var(--parch); color: var(--ink3);
  cursor: pointer; transition: all .3s var(--ease);
}
.tabs__button:hover { border-color: var(--gold); color: var(--navy); }
.tabs__button.active {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}
.tabs__panel {
  display: none; animation: tab-fade .5s var(--ease);
}
.tabs__panel.active { display: block; }
@keyframes tab-fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* ═══════════════════════════════════════════
   DINING
═══════════════════════════════════════════ */
.dining-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 72px); align-items: start;
}
.dining-photos {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.dining-photos__item { overflow: hidden; }
.dining-photos__item:first-child { grid-column: span 2; }
.dining-photos__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.dining-photos__item:first-child img { aspect-ratio: 16/9; }
.dining-photos__item:not(:first-child) img { aspect-ratio: 1; }
.dining-photos__item:hover img { transform: scale(1.03); }
.venue { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--parch); }
.venue:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.venue__tag {
  font-size: .52rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 2px;
}
.venue__name {
  font-family: var(--fs); font-size: 1.45rem; font-weight: 400;
  color: var(--navy); margin-bottom: 6px;
}
.venue p { font-size: .86rem; color: var(--ink3); line-height: 1.6; }
.venue__hours {
  font-size: .78rem; color: var(--ink2); margin-top: 8px; line-height: 1.7;
}
.venue__hours strong { font-weight: 500; color: var(--navy); }
.venue__links { display: flex; gap: 14px; margin-top: 10px; flex-wrap: wrap; }
.venue-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .6rem; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold); transition: gap .3s, color .3s;
}
.venue-link:hover { gap: 8px; color: var(--navy); }

/* ═══════════════════════════════════════════
   EVENTS
═══════════════════════════════════════════ */
.events-hero {
  position: relative; overflow: hidden; margin-bottom: 48px;
  aspect-ratio: 21/8;
}
.events-hero img { width: 100%; height: 100%; object-fit: cover; }
.events-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17, 29, 38, .7) 0%, transparent 50%);
}
.events-hero__content {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: clamp(20px, 4vw, 48px);
}
.events-hero__content .hdg { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.events-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin-bottom: 48px;
}
.event-card {
  padding: 36px 30px; border: 1px solid var(--parch);
  background: var(--white); transition: all .4s var(--ease);
}
.event-card:hover {
  border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--s2);
}
.event-card__icon {
  width: 44px; height: 44px; border: 1px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; margin-bottom: 18px;
}
.event-card__icon svg {
  width: 18px; height: 18px; stroke: var(--gold);
  fill: none; stroke-width: 1.5;
}
.event-card h3 {
  font-family: var(--fs); font-size: 1.3rem; color: var(--navy);
  margin-bottom: 6px;
}
.event-card p {
  font-size: .84rem; color: var(--ink3); line-height: 1.6;
  margin-bottom: 14px;
}
.event-card__link {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .58rem; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); transition: gap .3s;
}
.event-card__link:hover { gap: 9px; }

/* Event Spaces */
.spaces-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
}
.space-card { overflow: hidden; position: relative; }
.space-card img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  transition: transform .6s var(--ease);
}
.space-card:hover img { transform: scale(1.04); }
.space-card__caption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 18px;
  background: linear-gradient(to top, rgba(17, 29, 38, .75), transparent);
  z-index: 2;
}
.space-card__caption h4 {
  font-family: var(--fs); font-size: 1.1rem; color: var(--white);
}
.space-card__caption span {
  font-size: .58rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-lt);
}

/* ═══════════════════════════════════════════
   RFP FORM
═══════════════════════════════════════════ */
.rfp { background: var(--parch); }
.rfp__grid {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: clamp(36px, 6vw, 90px); align-items: start;
}
.rfp-info h3 {
  font-family: var(--fs); font-size: 1.7rem; color: var(--navy);
  margin-bottom: 12px;
}
.rfp-info > p {
  font-size: .88rem; color: var(--ink3); line-height: 1.7; margin-bottom: 22px;
}
.rfp-features { list-style: none; }
.rfp-features li {
  padding: 11px 0; border-bottom: 1px solid rgba(200, 193, 180, .25);
  font-size: .84rem; color: var(--ink3);
  display: flex; align-items: center; gap: 10px;
}
.rfp-features li svg {
  width: 13px; height: 13px; stroke: var(--gold);
  fill: none; stroke-width: 2; flex-shrink: 0;
}
.rfp-awards { display: flex; gap: 24px; margin-top: 28px; }
.rfp-award {
  display: flex; align-items: center; gap: 8px;
  font-size: .58rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink4);
}
.rfp-award svg {
  width: 24px; height: 24px; stroke: var(--navy);
  fill: none; stroke-width: 1.2;
}
.rfp-form-card {
  background: var(--white); padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--s3);
}
.rfp-form-card h4 {
  font-family: var(--fs); font-size: 1.2rem; color: var(--navy);
  margin-bottom: 4px;
}
.rfp-form-card .rfp-form-sub {
  font-size: .78rem; color: var(--ink4); margin-bottom: 22px;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; margin-bottom: 10px;
}
.form-group { margin-bottom: 10px; }
.form-group label {
  display: block; font-size: .54rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink4); margin-bottom: 3px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 9px 11px; border: 1px solid var(--parch);
  background: var(--linen); font-family: var(--fb); font-size: .82rem;
  color: var(--ink); outline: none; transition: all .3s;
  resize: vertical; -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--stone); }

/* ═══════════════════════════════════════════
   DIFFERENTIATORS
═══════════════════════════════════════════ */
.why { background: var(--white); }
.why__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.why-card {
  padding: 40px 26px 36px; text-align: center;
  border: 1px solid var(--parch); transition: all .4s var(--ease);
  position: relative;
}
.why-card:hover {
  border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--s2);
}
.why-card::before {
  content: ''; position: absolute; top: 0; left: 50%;
  transform: translateX(-50%); width: 24px; height: 2px;
  background: var(--gold); transition: width .4s var(--ease);
}
.why-card:hover::before { width: 48px; }
.why-card__number {
  font-family: var(--fs); font-size: 2.8rem; font-weight: 300;
  color: var(--sage); line-height: 1; margin-bottom: 12px;
}
.why-card h3 {
  font-family: var(--fs); font-size: 1.1rem; font-weight: 500;
  color: var(--navy); margin-bottom: 6px;
}
.why-card p {
  font-size: .8rem; color: var(--ink3); line-height: 1.6;
}

/* ═══════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════ */
.reviews {
  background: linear-gradient(170deg, var(--parch), var(--linen));
}
.reviews__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.review-card {
  background: var(--white); padding: 32px 28px;
  border-top: 3px solid transparent;
  transition: all .4s var(--ease);
}
.review-card:hover {
  border-top-color: var(--gold); box-shadow: var(--s2);
  transform: translateY(-2px);
}
.review-card__stars {
  color: var(--gold); font-size: .78rem; letter-spacing: 2px;
  margin-bottom: 12px;
}
.review-card__text {
  font-family: var(--fs); font-size: 1rem; font-style: italic;
  color: var(--ink2); line-height: 1.6; margin-bottom: 16px;
}
.review-card__author {
  font-size: .7rem; color: var(--ink4); font-weight: 500;
}
.review-card__source {
  font-size: .54rem; color: var(--stone);
  letter-spacing: .15em; text-transform: uppercase; margin-top: 2px;
}

/* ═══════════════════════════════════════════
   PROMO BANNER
═══════════════════════════════════════════ */
.promo-banner {
  background: linear-gradient(135deg, var(--gold), #b8934e);
  padding: clamp(48px, 7vw, 76px) 0; text-align: center;
  position: relative; overflow: hidden;
}
.promo-banner::before {
  content: ''; position: absolute; inset: 0; opacity: .04;
  background-image: repeating-linear-gradient(
    45deg, transparent, transparent 24px,
    #fff 24px, #fff 25px
  );
}
.promo-banner h2 {
  font-family: var(--fs); font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400; color: var(--white); margin-bottom: 8px;
  position: relative;
}
.promo-banner p {
  font-size: .92rem; color: rgba(255, 255, 255, .85);
  margin-bottom: 26px; position: relative;
}

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.site-footer {
  background: var(--navy-deep); color: rgba(255, 255, 255, .48);
  padding: clamp(56px, 8vw, 90px) 0 32px;
}
.site-footer__grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(24px, 4vw, 52px); margin-bottom: 50px;
}
.site-footer__brand-logo {
  height: 44px; margin-bottom: 14px; filter: brightness(10);
}
.site-footer__brand p {
  font-size: .82rem; line-height: 1.7; margin-bottom: 16px;
}
.site-footer__social { display: flex; gap: 8px; margin-bottom: 18px; }
.site-footer__social a {
  width: 34px; height: 34px;
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s;
}
.site-footer__social a:hover {
  background: var(--gold); border-color: var(--gold);
}
.site-footer__social svg { width: 14px; height: 14px; fill: currentColor; }
.site-footer__newsletter { display: flex; gap: 0; }
.site-footer__newsletter input {
  flex: 1; padding: 8px 12px; background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .07); border-right: none;
  font-family: var(--fb); font-size: .78rem; color: var(--white);
  outline: none;
}
.site-footer__newsletter input::placeholder { color: rgba(255, 255, 255, .25); }
.site-footer__newsletter button {
  padding: 8px 14px; background: var(--gold); border: 1px solid var(--gold);
  color: var(--white); font-size: .58rem; letter-spacing: .15em;
  text-transform: uppercase; cursor: pointer; font-family: var(--fb);
  transition: background .3s;
}
.site-footer__newsletter button:hover { background: #b8934e; }
.site-footer__col h4 {
  font-size: .56rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--white); margin-bottom: 14px; font-weight: 500;
}
.site-footer__col a {
  display: block; font-size: .82rem; margin-bottom: 8px;
  transition: color .3s;
}
.site-footer__col a:hover { color: var(--gold-lt); }
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .04); padding-top: 22px;
  display: flex; justify-content: space-between; font-size: .66rem;
  color: rgba(255, 255, 255, .3); flex-wrap: wrap; gap: 8px;
}
.site-footer__bottom a { color: inherit; transition: color .3s; }
.site-footer__bottom a:hover { color: var(--gold-lt); }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1080px) {
  .rooms__grid { grid-template-columns: 1fr 1fr; }
  .rooms__grid .room-card:first-child { grid-column: span 2; grid-row: auto; }
  .why__grid, .reviews__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .events-grid, .spaces-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 840px) {
  .story__grid, .dining-layout, .rfp__grid { grid-template-columns: 1fr; }
  .story__images { max-width: 440px; margin: 0 auto 36px; }
  .rooms__grid { grid-template-columns: 1fr; }
  .rooms__grid .room-card:first-child { grid-column: auto; }
  .events-grid, .spaces-grid { grid-template-columns: 1fr; }
  .why__grid, .reviews__grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .booking-bar__card { flex-direction: column; gap: 10px; }
  .booking-bar__submit { width: 100%; }
  .events-hero { aspect-ratio: 16/9; }
}
@media (max-width: 640px) {
  .topbar { display: none; }
  .site-nav__links { display: none !important; }
  .site-nav__hamburger { display: flex; }
  .site-nav__links.open {
    display: flex !important; flex-direction: column;
    position: absolute; top: 74px; left: 0; right: 0;
    background: var(--linen); padding: 20px clamp(20px, 5vw, 72px);
    gap: 12px; box-shadow: var(--s3);
    border-top: 1px solid var(--parch);
  }
  .site-footer__grid { grid-template-columns: 1fr; }
  .tabs__bar { gap: 4px; }
  .tabs__button { padding: 8px 16px; font-size: .58rem; }
}
