/* Be Your Own Superhero™ Retreat — design tokens & system
   Colors, type, spacing and motion per the design handoff. */

:root {
  --navy: #15143a;
  --cream: #fbf8f1;
  --cream-alt: #f3ecdb;
  --gold: #d9a73a;
  --gold-deep: #b88a32;
  --gold-light: #f5d97e;
  --ink: #3f3e56;
  --muted: #57566c;
  --faint: #78778d;
  --hair: #e6dcc4;
  --field: #dcd3bd;
  --hero-cream: #f6efdd;
  --nav-h: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--cream);
  color: var(--navy);
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
::selection { background: var(--gold-deep); color: var(--cream); }
a { color: #3a3a8a; }
a:hover { color: var(--navy); }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.script { font-family: 'Caveat', cursive; font-weight: 600; font-style: italic; line-height: .95; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.gold { color: var(--gold); }
.eyebrow.deep { color: var(--gold-deep); }
h1, h2, h3 { margin: 0; letter-spacing: -.03em; text-wrap: balance; }
p { text-wrap: pretty; }
.h2 { font-size: clamp(36px, 4.8vw, 68px); font-weight: 800; line-height: 1.03; }
.h3 { font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; letter-spacing: -.02em; }
.rule { width: 80px; height: 4px; background: var(--gold); margin: 26px 0 0; }
.pad { padding: clamp(80px, 9vw, 140px) 0; }
.alt { background: #fff; }
.lede { font-size: clamp(20px, 2.1vw, 27px); line-height: 1.5; color: var(--ink); font-weight: 500; }
.fine { font-size: 15px; color: var(--faint); margin: 18px 0 0; line-height: 1.55; }

.ph { overflow: hidden; background: var(--hair); }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.ph:hover img { transform: scale(1.05); }

/* scroll reveal */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.rv.in { opacity: 1; transform: none; }

/* nav */
nav { position: sticky; top: 0; z-index: 60; background: rgba(21,20,58,.93); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08); }
nav .inner { max-width: 1320px; margin: 0 auto; padding: 15px 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
nav .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
nav .mark { background: #fff; padding: 4px; border-radius: 6px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; }
nav .links { display: flex; align-items: center; gap: 18px; }
nav .links a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; font-weight: 500; position: relative; white-space: nowrap; }
nav .links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--gold); transition: right .3s; }
nav .links a:not(.btn):hover { color: #fff; }
nav .links a:not(.btn):hover::after { right: 0; }
.bar { position: fixed; top: 0; left: 0; height: 3px; background: var(--gold); width: 0; z-index: 70; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: none; cursor: pointer; text-decoration: none; font-family: inherit; border-radius: 999px; font-weight: 700; transition: transform 200ms, box-shadow 200ms; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy); padding: 20px 40px; font-size: 17px; box-shadow: 0 14px 34px -14px rgba(217,167,58,.8); }
.btn-sm { background: var(--gold); color: var(--navy); padding: 11px 20px; font-size: 14px; }
.btn-ghost { background: rgba(255,255,255,.06); color: #fff; padding: 19px 36px; font-size: 17px; border: 1px solid rgba(255,255,255,.5); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-line { background: transparent; color: var(--navy); border: 1px solid var(--navy); padding: 14px 26px; font-size: 15px; }
.btn-line:hover { background: var(--navy); color: #fff; }

/* hero */
.hero { position: relative; min-height: calc(100svh - var(--nav-h)); display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero .bg { position: absolute; inset: -8% 0; will-change: transform; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.hero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,11,38,.62) 0%, rgba(12,11,38,.2) 34%, rgba(12,11,38,.9) 100%); }
.hero .inner { position: relative; width: 100%; padding: 0 0 clamp(48px, 7vh, 90px); }
.hero h1 { font-size: clamp(42px, 6vw, 84px); font-weight: 800; line-height: .98; letter-spacing: -.02em; max-width: 15ch; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero .tm { font-size: .3em; vertical-align: super; font-weight: 600; letter-spacing: 0; }
.hero .sub { margin: 26px 0 0; font-size: clamp(22px, 2.6vw, 34px); font-weight: 600; color: var(--hero-cream); max-width: 26ch; line-height: 1.25; }
.hero .acts { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.hero .meta { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; max-width: calc(100% - 140px); margin-top: 52px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.28); }
.hero .k { font-size: 12px; letter-spacing: .22em; color: rgba(255,255,255,.65); font-weight: 700; }
.hero .v { font-size: clamp(19px, 1.6vw, 25px); font-weight: 700; margin-top: 10px; letter-spacing: -.02em; }
.cue { position: absolute; right: 40px; bottom: 44px; display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .2em; font-weight: 700; color: rgba(255,255,255,.7); text-decoration: none; }
.cue i { display: block; width: 1px; height: 54px; background: linear-gradient(var(--gold), transparent); animation: drop 2s infinite; }
@keyframes drop {
  0%   { transform: scaleY(.2); transform-origin: top; }
  60%  { transform: scaleY(1);  transform-origin: top; }
  100% { transform: scaleY(.2); transform-origin: top; }
}

/* the experience */
.about { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(40px, 6vw, 88px); align-items: stretch; }
.aboutart { position: relative; height: 100%; min-height: clamp(600px, 72vw, 940px); }
.aboutart .big    { position: absolute; top: 0;   left: 0;   width: 72%; height: 42%; }
.aboutart .small  { position: absolute; top: 27%; right: 0;  width: 54%; height: 30%; border: 10px solid var(--cream); }
.aboutart .third  { position: absolute; top: 60%; left: 4%;  width: 60%; height: 24%; }
.aboutart .fourth { position: absolute; bottom: 0; right: 2%; width: 50%; height: 20%; border: 10px solid var(--cream); }
.aboutart .badge { position: absolute; left: 52%; top: 44%; transform: translate(-50%,-50%) rotate(-6deg); background: var(--gold); color: var(--navy); padding: 18px 26px; font-size: clamp(26px, 2.8vw, 38px); z-index: 3; border-radius: 4px; }
.pillars { margin-top: 48px; border-top: 1px solid var(--hair); }
.pillars .p { display: grid; grid-template-columns: auto minmax(0,1fr); gap: clamp(18px, 3vw, 44px); align-items: baseline; padding: 26px 0; border-bottom: 1px solid var(--hair); transition: padding-left .3s, background .3s; }
.pillars .p:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(217,167,58,.12), transparent); }
.pillars .n { font-family: 'Caveat', cursive; font-size: clamp(38px, 4vw, 58px); color: var(--gold-deep); line-height: .9; }
.pillars .t { font-size: clamp(23px, 2.2vw, 31px); font-weight: 800; letter-spacing: -.02em; }
.pillars .d { font-size: 18px; line-height: 1.55; color: var(--muted); margin: 8px 0 0; max-width: 52ch; }

/* who it's for */
.who { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.who .bg { position: absolute; inset: 0; opacity: .2; }
.who .bg img { width: 100%; height: 100%; object-fit: cover; }
.who .inner { position: relative; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(36px, 5vw, 80px); margin-top: 52px; }
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.checks li { font-size: clamp(18px, 1.8vw, 23px); font-weight: 600; line-height: 1.35; padding: 18px 0 18px 34px; position: relative; border-bottom: 1px solid rgba(255,255,255,.14); }
.checks li::before { content: ""; position: absolute; left: 0; top: 29px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.checks.ink li { border-color: var(--hair); color: var(--navy); }
.checks.ink li::before { background: var(--gold-deep); }
.pull { background: rgba(217,167,58,.14); border-left: 4px solid var(--gold); padding: 30px 34px; margin-top: 36px; font-size: clamp(20px, 2vw, 26px); font-weight: 600; line-height: 1.4; }

/* the weekend */
.days { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(20px, 2.5vw, 34px); margin-top: 60px; }
.day { background: var(--cream); border: 1px solid var(--hair); display: flex; flex-direction: column; transition: transform .4s, box-shadow .4s; }
.day:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -34px rgba(21,20,58,.5); }
.day .ph { height: clamp(190px, 20vw, 250px); }
.day .body { padding: clamp(26px, 3vw, 38px); }
.day .lbl i { display: block; font-style: normal; font-size: 12px; letter-spacing: .22em; font-weight: 700; color: var(--gold-deep); }
.day .lbl b { display: block; font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -.03em; margin-top: 8px; line-height: 1.02; }
.day ul { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.day li { font-size: 17px; font-weight: 500; line-height: 1.4; padding-left: 24px; position: relative; color: var(--ink); }
.day li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.day .note { margin: 22px 0 0; font-size: 15px; color: var(--faint); font-style: italic; }

/* what's included */
.incband { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.incband .bg { position: absolute; inset: 0; opacity: .22; }
.incband .bg img { width: 100%; height: 100%; object-fit: cover; }
.incband .inner { position: relative; }
.inc { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 clamp(24px, 5vw, 80px); margin-top: 48px; }
.inc div { padding: 22px 0; font-size: clamp(18px, 1.9vw, 25px); font-weight: 600; letter-spacing: -.02em; display: flex; gap: 18px; align-items: baseline; line-height: 1.3; border-bottom: 1px solid rgba(255,255,255,.16); }
.inc div::before { content: "✓"; color: var(--gold); font-weight: 800; font-size: .8em; }

/* accommodations */
.house { margin-top: 64px; }
.house h3 { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.house .tag { font-size: 12px; letter-spacing: .2em; font-weight: 700; color: var(--gold-deep); }
.rooms { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(18px, 2.2vw, 28px); margin-top: 28px; }
.room { border: 1px solid var(--hair); background: #fff; display: flex; flex-direction: column; transition: transform .4s, box-shadow .4s; }
.room:hover { transform: translateY(-6px); box-shadow: 0 26px 56px -34px rgba(21,20,58,.45); }
.room .slot { height: 210px; position: relative; background: var(--hair); }
.room .body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.room .nm { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.room dl { margin: 16px 0 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 8px 16px; font-size: 15px; }
.room dt { color: var(--faint); font-weight: 600; }
.room dd { margin: 0; font-weight: 600; }
.room .foot { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.room .pr { font-size: 30px; font-weight: 900; letter-spacing: -.03em; }
.room .pr small { font-size: 13px; font-weight: 600; color: var(--faint); letter-spacing: 0; }
.avail { font-size: 11px; font-weight: 800; letter-spacing: .16em; padding: 7px 12px; border-radius: 999px; background: rgba(58,138,90,.14); color: #2f6b46; }
.avail.hold { background: rgba(217,167,58,.2); color: #7a5a12; }

/* photo placeholder for room shots still to be supplied */
.slot .drop {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  text-align: center; padding: 18px;
  background: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(184,138,50,.09) 7px, rgba(184,138,50,.09) 14px);
  border-bottom: 1px solid var(--hair);
  color: var(--faint); font-size: 13px; font-style: italic;
}
.slot .drop b { font-size: 22px; font-style: normal; }

/* investment */
.pay { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(18px, 2.4vw, 30px); margin-top: 52px; }
.pay > div { border: 1px solid var(--hair); background: #fff; padding: 34px; }
.pay .big { font-size: clamp(40px, 4.4vw, 60px); font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.pay .lb { font-size: 12px; letter-spacing: .2em; font-weight: 700; color: var(--gold-deep); text-transform: uppercase; }
.pay p { font-size: 16px; line-height: 1.5; color: var(--muted); margin: 14px 0 0; }
.pay .dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.pay .dark p { color: rgba(255,255,255,.78); }

/* meet christy */
.christy { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.christy .port { position: relative; }
.christy .port .ph { aspect-ratio: 4/5; }
.christy .creds { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.christy .creds span { border: 1px solid var(--field); background: #fff; padding: 12px 20px; font-size: 15px; font-weight: 600; border-radius: 999px; }
.christy .seal { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.christy .seal img { height: 78px; width: auto; max-width: 100%; object-fit: contain; }

/* quote strip */
.quote { position: relative; overflow: hidden; color: #fff; text-align: center; }
.quote .bg { position: absolute; inset: -8% 0; will-change: transform; }
.quote .bg img { width: 100%; height: 100%; object-fit: cover; }
.quote .scrim { position: absolute; inset: 0; background: rgba(12,11,38,.66); }
.quote .inner { position: relative; padding: clamp(100px, 14vw, 180px) 0; }
.quote p { font-size: clamp(30px, 4.2vw, 62px); font-weight: 800; line-height: 1.08; max-width: 24ch; margin: 0 auto; letter-spacing: -.035em; }
.quote .who2 { margin-top: 28px; font-size: clamp(28px, 3.2vw, 42px); color: var(--gold-light); font-family: 'Caveat', cursive; font-style: italic; }

/* gallery */
.gal { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-auto-rows: clamp(150px, 16vw, 220px); gap: clamp(12px, 1.5vw, 20px); margin-top: 52px; }
.gal .ph { position: relative; }
.gal .ph:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gal .cap { position: absolute; left: 20px; bottom: 18px; color: #fff; font-size: 15px; font-weight: 700; text-shadow: 0 2px 12px rgba(0,0,0,.7); opacity: 0; transform: translateY(8px); transition: .4s; }
.gal .ph:hover .cap { opacity: 1; transform: none; }

/* registration */
.reg { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.reg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 82% 16%, rgba(217,167,58,.22), transparent 65%); pointer-events: none; }
.reg .inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(40px, 5vw, 80px); align-items: start; }
.reg p { color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.6; }
.card { background: #fff; color: var(--navy); padding: clamp(28px, 3.4vw, 44px); border-radius: 4px; box-shadow: 0 50px 90px -50px rgba(0,0,0,.7); }
.card .fine { color: var(--faint); }
/* fieldsets default to min-content width, which the long room options blow past */
.fs { border: none; padding: 0; margin: 0 0 8px; min-width: 0; }
.fs legend { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); padding: 0 0 16px; }
.row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 18px; }
.card label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.card label > span { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
input, select, textarea { font-family: inherit; font-size: 17px; padding: 15px; border: 1px solid var(--field); border-radius: 4px; background: var(--cream); color: var(--navy); min-width: 0; width: 100%; }
textarea { resize: vertical; min-height: 78px; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: -1px; }
.chk { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 15px; line-height: 1.45; color: var(--ink); }
.chk input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; padding: 0; }
.chk label { margin: 0; }
.chk label span { text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 500; color: var(--ink); }
.done { text-align: center; padding: 36px 0; }
.done .script { font-size: clamp(38px, 4.4vw, 58px); color: var(--gold-deep); }

/* build-stage placeholder notes — remove these blocks once the page is final */
.ph-note {
  margin: 30px 0 0; padding: 18px 22px;
  background: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(184,138,50,.07) 8px, rgba(184,138,50,.07) 16px);
  border: 2px dashed var(--gold-deep); border-radius: 6px;
  color: var(--muted); font-size: 15px; line-height: 1.55; max-width: 70ch;
}
.ph-note b { color: var(--navy); }
.ph-note code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em;
  background: rgba(21,20,58,.07); padding: 1px 6px; border-radius: 3px;
}
.avail.full { background: rgba(140,31,31,.12); color: #8c1f1f; }

/* deposit outcome banner + form errors */
.banner {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 14px 24px;
  background: #1f5c3d; color: #fff;
  font-size: 15px; font-weight: 600; line-height: 1.4;
  box-shadow: 0 10px 30px -12px rgba(0,0,0,.5);
}
.banner.warn { background: #7a5a12; }
.banner b { font-weight: 800; }
.banner button {
  flex: 0 0 auto; width: 28px; height: 28px; padding: 0;
  background: rgba(255,255,255,.16); color: #fff;
  border: none; border-radius: 50%;
  font-size: 18px; line-height: 1; cursor: pointer;
}
.banner button:hover { background: rgba(255,255,255,.3); }

.formerror {
  margin: 14px 0 0; padding: 12px 16px;
  background: rgba(190,42,42,.08); border-left: 3px solid #be2a2a; border-radius: 4px;
  color: #8c1f1f; font-size: 15px; font-weight: 600; line-height: 1.45;
}

/* faq */
.faq { margin-top: 52px; border-top: 1px solid var(--hair); max-width: 1000px; }
.faq details { border-bottom: 1px solid var(--hair); }
.faq summary { cursor: pointer; list-style: none; padding: 26px 44px 26px 0; font-size: clamp(19px, 1.9vw, 24px); font-weight: 700; letter-spacing: -.02em; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 24px; font-size: 28px; font-weight: 400; color: var(--gold-deep); transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0 0 26px; font-size: 17px; line-height: 1.65; color: var(--muted); max-width: 78ch; }

/* final invitation */
.invite { position: relative; overflow: hidden; background: var(--navy); color: #fff; text-align: center; }
.invite .bg { position: absolute; inset: 0; opacity: .28; }
.invite .bg img { width: 100%; height: 100%; object-fit: cover; }
.invite .inner { position: relative; padding: clamp(90px, 11vw, 160px) 0; }
.invite p { font-size: clamp(22px, 2.4vw, 32px); font-weight: 600; line-height: 1.4; max-width: 30ch; margin: 0 auto; }
.invite .lim { margin-top: 34px; font-size: 14px; letter-spacing: .2em; font-weight: 700; color: var(--gold-light); text-transform: uppercase; }

/* newsletter */
.news { background: var(--cream-alt); padding: clamp(60px, 7vw, 96px) 0; }
.news form { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; max-width: 600px; }
.news input { flex: 1 1 260px; }

/* footer */
footer { background: var(--navy); color: rgba(255,255,255,.62); padding: 70px 0 40px; font-size: 15px; }
footer .cols { display: grid; grid-template-columns: minmax(0,1.4fr) repeat(3, minmax(0,1fr)); gap: 40px; }
footer h4 { margin: 0 0 16px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 800; }
footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
footer a { color: rgba(255,255,255,.85); text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
footer .base { margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 13px; }

/* reveal safeguards — the page must never render blank in print, a background tab, or screenshot tooling */
@media print { .rv { opacity: 1 !important; transform: none !important; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .cue i { animation: none; }
}

@media (max-width: 1040px) { nav .links a:not(.btn) { display: none; } }
@media (max-width: 900px) {
  .wrap { padding: 0 24px; }
  .hero { min-height: 88vh; }
  .hero .meta { grid-template-columns: minmax(0,1fr); gap: 20px; max-width: 100%; }
  .cue { display: none; }
  .about, .reg .inner, .christy, .split { grid-template-columns: minmax(0,1fr); }
  .days, .inc, .rooms, .pay, .row { grid-template-columns: minmax(0,1fr); }
  .gal { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .gal .ph:nth-child(1) { grid-column: auto; grid-row: auto; }
  footer .cols { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
}

/* per-field validation */
.card label.invalid input,
.card label.invalid textarea,
.card label.invalid select { border-color: #be2a2a; background: rgba(190,42,42,.04); }
.card label.invalid > span { color: #8c1f1f; }
.fielderror { font-style: normal; font-size: 13px; font-weight: 600; color: #8c1f1f; margin-top: -2px; }

/* real room photography, once supplied */
.room .slot.ph { background: var(--hair); }
.room .slot.ph img { width: 100%; height: 100%; object-fit: cover; }

/* cancellation and refund terms */
.refunds { margin-top: 48px; padding-top: 34px; border-top: 1px solid var(--hair); }
.refunds dl {
  display: grid; grid-template-columns: minmax(0, 22em) minmax(0, 1fr);
  gap: 0 clamp(20px, 4vw, 56px); margin: 22px 0 0;
}
.refunds dt {
  padding: 14px 0; font-weight: 700; color: var(--navy);
  border-top: 1px solid var(--hair); font-size: 16px;
}
.refunds dd {
  padding: 14px 0; margin: 0; color: var(--muted);
  border-top: 1px solid var(--hair); font-size: 16px; line-height: 1.5;
}
@media (max-width: 900px) {
  .refunds dl { grid-template-columns: minmax(0, 1fr); }
  .refunds dt { padding-bottom: 2px; }
  .refunds dd { padding-top: 2px; border-top: none; }
}
