/* XI — house styles. Black field, teal, sand-gold. Invitation card, not product page. */

:root {
  --ink: #070a0a;
  --field: #0c1212;
  --petrol: #194141;
  --deep: #2c666a;
  --teal: #40b0c0;
  --teal-mid: #34909d;
  --sand: #e7c3ac;
  --gold: #d7944e;
  --cream: #e8dcc4;
  --paper: #cfc3a8;
  --mute: #8a9a96;
  --hair: rgba(231, 195, 172, 0.32);
  --hair-dim: rgba(231, 195, 172, 0.14);
  --serif: "Cormorant Garamond", "Iowan Old Style", Palatino, "Palatino Linotype", serif;
  --sans: "Jost", "Avenir Next", "Century Gothic", Futura, sans-serif;
  --pad: clamp(1.25rem, 5vw, 5.5rem);
  --measure: 38rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

html, body { margin: 0; padding: 0; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  min-height: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--sand); text-decoration: none; }
a:hover { color: var(--cream); }
::selection { background: var(--teal); color: var(--ink); }

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--sand);
  color: var(--ink);
  padding: 0.6rem 1rem;
  z-index: 100;
}
.skip:focus { top: 1rem; }

/* grain — atmosphere, not a filter playground */
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  background-image: url("../assets/grain.png");
  background-size: 480px auto;
  opacity: 0.45;
  mix-blend-mode: overlay;
}

/* ----- header ----- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem var(--pad);
  background: linear-gradient(180deg, rgba(7,10,10,0.92), rgba(7,10,10,0.55) 70%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 10, 10, 0.92);
  border-bottom-color: var(--hair-dim);
  backdrop-filter: blur(10px);
}
.mark {
  display: flex;
  align-items: center;
  min-height: 44px;
  line-height: 1;
}
.mark img {
  display: block;
  width: 86px;
  height: 64px;
  object-fit: contain;
}
/* TEMPORARY wordmark: letters XI only. Swap when the favorite logo file arrives. */
.wordmark {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.85rem;
  letter-spacing: 0.16em;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.wm-x { color: var(--teal); }
.wm-i { color: var(--sand); }
.mark:hover .wm-x { color: var(--sand); }
.mark:hover .wm-i { color: var(--cream); }
@media (min-width: 800px) {
  .wordmark { font-size: 2.05rem; }
}

.nav-toggle {
  display: none;
  appearance: none;
  background: none;
  border: 1px solid var(--hair);
  color: var(--sand);
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--sand);
  position: absolute;
  left: 13px;
}
.nav-toggle span { top: 21px; }
.nav-toggle span::before,
.nav-toggle span::after { content: ""; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}
.site-nav a {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--paper);
  padding: 0.55rem 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-nav a:hover { color: var(--sand); }
.site-nav a.is-here { color: var(--sand); }
.site-nav .cta {
  border: 1px solid var(--sand);
  padding: 0.55rem 1.15rem;
  color: var(--sand);
  min-height: 44px;
}
.site-nav .cta:hover {
  background: var(--sand);
  color: var(--ink);
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(7, 10, 10, 0.97);
    border-bottom: 1px solid var(--hair);
    padding: 0.5rem var(--pad) 1.25rem;
  }
  .site-header.is-open .site-nav { display: flex; }
  .site-nav a { min-height: 48px; }
  .site-nav .cta { justify-content: center; margin-top: 0.4rem; }
}

/* ----- type ----- */
.eyebrow {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.68rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 1.1rem;
}
.display {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--cream);
  margin: 0 0 1.4rem;
}
.display em {
  font-style: italic;
  font-weight: 400;
  color: var(--sand);
}
.lede {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.45;
  color: var(--paper);
  max-width: var(--measure);
  margin: 0;
}
.prose {
  max-width: 36rem;
  color: var(--paper);
  font-size: 1.02rem;
}
.prose p { margin: 0 0 1.1rem; }
.prose p:last-child { margin-bottom: 0; }

.rule {
  display: block;
  height: 1px;
  width: min(12rem, 40vw);
  background: var(--sand);
  opacity: 0.45;
  border: 0;
  margin: 2rem 0;
}

/* ----- chapters ----- */
.chapter {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7.5rem var(--pad) 5.5rem;
  isolation: isolate;
}
.chapter-inner { position: relative; z-index: 1; width: 100%; max-width: 78rem; }


.hero .chapter-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-logo {
  display: block;
  margin: 2.5rem auto 2.75rem;
  width: min(32rem, 72vw);
  height: auto;
}
.hero {
  background:
    linear-gradient(180deg, rgba(7,10,10,0.25) 0%, rgba(7,10,10,0.15) 40%, rgba(7,10,10,0.72) 100%),
    url("../assets/hero-still.jpg") center / cover no-repeat;
  text-align: center;
  align-items: center;
}
.hero-wordmark {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(5.2rem, 18vw, 10.5rem);
  letter-spacing: 0.12em;
  line-height: 0.85;
  margin: 0 auto 1.6rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-shadow: 0 0 42px rgba(63, 168, 174, 0.22);
}
.hero .lede {
  margin: 0 auto;
  font-size: 1.5rem; /* 24px — one line under the mark */
  line-height: 1.3;
  max-width: none;
  white-space: nowrap;
  color: var(--cream);
}
@media (max-width: 640px) {
  .hero .lede {
    white-space: normal;
    font-size: 1.15rem;
  }
}
.hero .eyebrow { color: var(--sand); margin-bottom: 0; }
.hero .hero-logo { margin-bottom: 1.65rem; }
.hero .hero-sub { margin: 2.15rem 0 2.15rem; }

.belief {
  background:
    linear-gradient(180deg, rgba(7,10,10,0.52) 0%, rgba(7,10,10,0.62) 42%, rgba(7,10,10,0.84) 100%),
    url("../assets/belief.jpg") 22% 92% / 165% auto no-repeat;
}
@media (max-width: 799px) {
  .belief {
    background:
      linear-gradient(180deg, rgba(7,10,10,0.52) 0%, rgba(7,10,10,0.62) 42%, rgba(7,10,10,0.84) 100%),
      url("../assets/belief.jpg") 82% 78% / cover no-repeat;
  }
}
.belief .display { max-width: 16ch; }

/* two rooms as lookbook */
.rooms {
  background: var(--field);
}
.room-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 840px) {
  .room-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
@media (min-width: 1100px) {
  .room-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.room-card {
  position: relative;
  display: block;
  min-height: 28rem;
  overflow: hidden;
  color: var(--cream);
  border: 1px solid var(--hair-dim);
}
.room-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,10,10,0.15), rgba(7,10,10,0.78) 78%);
}
.room-card .copy {
  position: absolute;
  z-index: 1;
  left: 0; right: 0; bottom: 0;
  padding: 2rem 1.7rem 1.7rem;
}
.room-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 0.35rem;
  letter-spacing: 0.01em;
}
.room-card p {
  margin: 0;
  color: var(--paper);
  font-size: 0.95rem;
  max-width: 28rem;
}
.room-card:hover { border-color: var(--hair); }
.room-card:hover img { transform: scale(1.03); transition: transform 1.4s ease; }
.room-card img { transition: transform 1.4s ease; }

/* pillars */
.pillars { background: var(--ink); }
.pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--hair-dim);
  margin-top: 2.75rem;
  border: 1px solid var(--hair-dim);
}
.pillar {
  background: var(--field);
  padding: 0;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
}
.pillar img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
}
.pillar h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.7rem;
  margin: 0;
  padding: 1.2rem 1.3rem 0.4rem;
  color: var(--sand);
}
.pillar p {
  margin: 0;
  padding: 0 1.3rem 1.55rem;
  color: var(--paper);
  font-size: 0.95rem;
}
@media (max-width: 560px) {
  .pillar-grid { grid-template-columns: 1fr; }
}

/* season lookbook cards */
.season { background: var(--field); }
.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.4rem;
}
@media (min-width: 720px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .card-grid.trio { grid-template-columns: 1fr 1fr 1fr; }
}
.named-card {
  border: 1px solid var(--hair-dim);
  padding: 1.5rem 1.4rem 1.4rem;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(25,65,65,0.18), transparent 55%),
    var(--ink);
}
.named-card .meta {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 0.85rem;
}
.named-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.65rem;
  margin: 0 0 0.5rem;
  line-height: 1.15;
}
.named-card p { margin: 0; color: var(--mute); font-size: 0.95rem; }
.named-card.has-photo {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
  padding: 0;
  background: var(--ink);
  justify-content: flex-end;
}
.named-card.has-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.named-card.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,10,10,0.18), rgba(7,10,10,0.78) 78%);
  pointer-events: none;
}
.named-card.has-photo .meta {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.5rem 1.4rem 0;
  color: var(--sand);
}
.named-card.has-photo > div {
  position: relative;
  z-index: 1;
  padding: 1.1rem 1.4rem 1.4rem;
}
.named-card.has-photo p { color: var(--paper); }
.named-card.has-photo a { color: var(--sand); }

/* proof */
.proof {
  background: var(--ink);
  overflow: hidden;
}
.proof-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(90deg, rgba(7,10,10,0.82) 0%, rgba(7,10,10,0.55) 50%, rgba(7,10,10,0.64) 100%),
    url("../assets/rooms-fade.jpg") center 42% / cover no-repeat;
}
.proof-bg.is-revealing {
  animation: proofReveal 8s ease-in forwards;
}
@keyframes proofReveal {
  from { opacity: 0; }
  to { opacity: 0.72; }
}
@media (prefers-reduced-motion: reduce) {
  .proof-bg.is-revealing {
    animation: none;
    opacity: 0.72;
  }
}
.proof-list {
  list-style: none;
  padding: 0;
  margin: 2.4rem 0 0;
  display: grid;
  gap: 0;
  max-width: 40rem;
}
.proof-list li {
  border-top: 1px solid var(--hair-dim);
  padding: 1.15rem 0;
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  align-items: baseline;
}
.proof-list li:last-child { border-bottom: 1px solid var(--hair-dim); }
.proof-list strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--sand);
}
.proof-list span { color: var(--paper); }
.note {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--mute);
  max-width: 32rem;
}

/* close */
.close {
  background:
    linear-gradient(180deg, rgba(7,10,10,0.35), rgba(7,10,10,0.78)),
    url("../assets/hero-still.jpg") center 70% / cover no-repeat;
  text-align: center;
  align-items: center;
}
.close .lede { margin: 0 auto 2rem; }
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid var(--sand);
  padding: 0.55rem 1.15rem;
  color: var(--sand);
  min-height: 44px;
  background: transparent;
  font-family: var(--sans);
  cursor: pointer;
}
.cta:hover {
  background: var(--sand);
  color: var(--ink);
}
.close .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid var(--sand);
  padding: 0.55rem 1.15rem;
  color: var(--sand);
  min-height: 44px;
}
.close .cta:hover {
  background: var(--sand);
  color: var(--ink);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.6rem;
  border: 1px solid var(--sand);
  color: var(--sand);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 300;
}
.btn:hover { background: var(--sand); color: var(--ink); }
.btn-solid {
  background: var(--sand);
  color: var(--ink);
}
.btn-solid:hover { background: var(--cream); color: var(--ink); }

/* ----- page head (inner pages) ----- */
.page-head {
  min-height: 58svh;
  padding: 8.5rem var(--pad) 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid var(--hair-dim);
  background:
    radial-gradient(ellipse at 20% 80%, rgba(63,168,174,0.12), transparent 50%),
    var(--ink);
}
.page-head .display { max-width: 16ch; }

.section {
  padding: 4.5rem var(--pad);
  max-width: 88rem;
}
.section.wide { max-width: none; padding-left: var(--pad); padding-right: var(--pad); }

.room-band {
  padding: 4.5rem var(--pad);
  border-top: 1px solid var(--hair-dim);
}
.room-band.nyc,
.room-band.hamptons,
.room-band.miami {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.room-band.nyc > img,
.room-band.hamptons > img,
.room-band.miami > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 0;
}
.room-band.nyc::after,
.room-band.hamptons::after,
.room-band.miami::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,10,10,0.88) 0%, rgba(7,10,10,0.5) 48%, rgba(7,10,10,0.22));
  z-index: 1;
  pointer-events: none;
}
.room-band.nyc > :not(img),
.room-band.hamptons > :not(img),
.room-band.miami > :not(img) { position: relative; z-index: 2; }
.room-band .lede { margin-top: 0.6rem; }

.principles {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  counter-reset: p;
  max-width: 40rem;
}
.principles li {
  counter-increment: p;
  border-top: 1px solid var(--hair-dim);
  padding: 1.3rem 0 1.35rem 4.2rem;
  position: relative;
}
.principles li:last-child { border-bottom: 1px solid var(--hair-dim); }
.principles li::before {
  content: counter(p, upper-roman);
  position: absolute;
  left: 0;
  top: 1.35rem;
  font-family: var(--serif);
  color: var(--teal);
  letter-spacing: 0.12em;
  font-size: 1.05rem;
}
.principles h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.45rem;
  margin: 0 0 0.3rem;
}
.principles p { margin: 0; color: var(--paper); }

/* ----- inquire form ----- */
.inquire-wrap {
  min-height: 100svh;
  padding: 8.5rem var(--pad) 4rem;
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .inquire-wrap {
    grid-template-columns: minmax(16rem, 1fr) minmax(20rem, 28rem);
    padding-top: 9.5rem;
  }
}
.form {
  display: grid;
  gap: 1.15rem;
}
.field { display: grid; gap: 0.4rem; }
.field label {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--teal);
}
.field input,
.field select,
.field textarea {
  appearance: none;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hair);
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.25rem;
  padding: 0.7rem 0 0.55rem;
  border-radius: 0;
  min-height: 48px;
}
.field textarea { min-height: 6rem; resize: vertical; line-height: 1.4; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--teal);
}
.field select {
  background: var(--ink);
  color: var(--cream);
}
.form-actions { margin-top: 0.6rem; display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.form button.btn,
.form button.cta { cursor: pointer; background: transparent; font-family: var(--sans); }
.form-note {
  display: none;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--sand);
  margin: 0;
}
.form-note.is-on { display: block; }
.mail-fallback {
  font-size: 0.9rem;
  color: var(--mute);
  margin: 1rem 0 0;
}

/* ----- footer (a house, not a sitemap) ----- */
.site-footer {
  padding: 3.2rem var(--pad) 2.6rem;
  border-top: 1px solid var(--hair);
  display: grid;
  gap: 1.4rem;
}
.site-footer .word {
  font-family: var(--serif);
  font-size: 2rem;
  letter-spacing: 0.18em;
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.site-footer p { margin: 0; color: var(--mute); font-size: 0.92rem; }
.site-footer .places {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--teal);
}
.foot-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: end;
}

/* page-specific tight pages */
.page-about .section { padding-top: 3.5rem; }

/* About: center the page content. Bio is a two-column pane (photo | text)
   centered as one unit; stacks on a phone. */
.page-about .page-head {
  align-items: center;
  text-align: center;
  min-height: 0;
  justify-content: flex-start;
  padding-top: 7rem;
  padding-bottom: 1.5rem;
}

.page-events .page-head {   align-items: center;   text-align: center; } .page-events .page-head .display, .page-events .page-head .eyebrow, .page-events .page-head .lede {   margin-left: auto;   margin-right: auto; }  .page-events [hidden] {   display: none !important; }
.chapter[hidden] {
  display: none !important;
}  .page-about .chapter.close {
  min-height: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}
.page-about .page-head .display,
.page-about .page-head .eyebrow {
  margin-left: auto;
  margin-right: auto;
}
.page-about .section {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-about .prose,
.page-about .lede {
  margin-left: auto;
  margin-right: auto;
}
.page-about .section .eyebrow { text-align: center; }

/* additive only — long forms, two-column pair. No restyle of the house look. */
.form.wide {
  max-width: 44rem;
  margin-top: 2.4rem;
}
.form-pair {
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 960px) {
  .form-pair { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
.portrait-ph {
  margin: 0 auto 1.5rem;
  border: 1px solid var(--hair-dim);
  background:
    linear-gradient(180deg, rgba(25,65,65,0.18), transparent 55%),
    var(--ink);
  aspect-ratio: 3 / 4;
  max-width: 16rem;
  min-height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portrait-ph figcaption {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0;
}
/* Bio pane: image left, text right, pair centered.
   Desktop: photo column stretches to the full text height. */
.page-about .section.bio-band {
  max-width: none;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  background:
    linear-gradient(180deg, rgba(7,10,10,0.58) 0%, rgba(7,10,10,0.50) 42%, rgba(7,10,10,0.74) 100%),
    url("../assets/bio-sky.jpg") 82% 88% / cover no-repeat;
}
.bio-row {
  display: grid;
  grid-template-columns: 16rem minmax(0, 36rem);
  gap: 2.4rem;
  align-items: stretch;
  width: min(56rem, 100%);
  max-width: 56rem;
  margin: 0 auto;
  text-align: left;
}
.bio-portrait {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 16rem;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.bio-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.bio-portrait figcaption {
  margin-top: 0.55rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sand);
  text-align: center;
}
.bio-row .prose {
  width: 100%;
  max-width: none;
  text-align: left;
}
@media (max-width: 720px) {
  .bio-row {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    max-width: 36rem;
    gap: 1.5rem;
  }
  .bio-portrait {
    margin: 0 auto;
    width: min(16.5rem, 78vw);
    max-width: 16.5rem;
    height: auto;
    min-height: 0;
  }
  .bio-portrait img { height: auto; }
  .page-about .prose,
  .bio-row .prose { max-width: 100%; }
}

/* Sponsorship: two openers + modal forms. XI look, mobile-safe. */
.page-sponsorship .section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sponsor-actions {
  display: grid;
  gap: 1.25rem;
  width: min(56rem, 100%);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  justify-items: stretch;
}
@media (min-width: 800px) {
  .sponsor-actions {
    grid-template-columns: repeat(2, calc((56rem - 1.5rem) / 2));
    gap: 1.5rem;
    width: auto;
    max-width: 100%;
  }
}
.sponsor-open {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 14rem;
  padding: 1.8rem 1.6rem 1.6rem;
  background: var(--field);
  border: 1px solid var(--hair-dim);
  color: inherit;
  text-align: center;
  cursor: pointer;
  font: inherit;
}
.sponsor-open .display {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin: 0 0 0.7rem;
}
.sponsor-open .hint {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sand);
}
.sponsor-open:hover,
.sponsor-open:focus-visible {
  border-color: var(--sand);
  outline: none;
}
.modal[hidden] { display: none !important; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) 0.75rem max(1rem, env(safe-area-inset-bottom));
  overflow: hidden;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 10, 0.82);
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(36rem, 100%);
  max-height: min(92dvh, 92vh);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: var(--ink);
  border: 1px solid var(--hair);
  padding: 1.4rem 1.25rem 2rem;
}
.modal-panel .display {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 1.2rem;
}
.modal-close {
  appearance: none;
  float: right;
  position: sticky;
  top: 0;
  z-index: 2;
  min-width: 48px;
  min-height: 48px;
  padding: 0 0.8rem;
  margin: -0.2rem -0.2rem 0.6rem 0.6rem;
  border: 1px solid var(--hair);
  background: var(--ink);
  color: var(--sand);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-family: var(--sans);
  cursor: pointer;
}
.modal-close:hover,
.modal-close:focus-visible {
  background: var(--sand);
  color: var(--ink);
  outline: none;
}
.modal .form { max-width: 100%; }
.modal .field input,
.modal .field select,
.modal .field textarea { max-width: 100%; }
body.modal-open { overflow: hidden; }
@media (max-width: 640px) {
  .event-actions .sponsor-open { min-height: 12rem; padding: 1.5rem 1.25rem; }
  .modal { padding: 0; }
  .modal-panel {
    width: 100%;
    max-height: 100dvh;
    border-left: 0;
    border-right: 0;
    padding: 1.2rem 1.1rem calc(2rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 799px) {
  .page-sponsorship .sponsor-open {
    min-height: 12rem;
    padding: 1.5rem 1.25rem;
  }
  .page-sponsorship .section {
    padding-left: 0;
    padding-right: 0;
  }
  .page-sponsorship .sponsor-actions {
    width: 100%;
  }
}

.section-center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.event-actions {
  width: min(56rem, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.event-actions .sponsor-open {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  .event-actions .sponsor-open {
    width: calc((56rem - 1.5rem) / 2);
    max-width: calc((56rem - 1.5rem) / 2);
  }
}


/* Retreats: three tall equal boxes, one row, 25px gutters */
.retreats-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.retreats-section .display { text-align: center; }
.retreat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  width: min(72rem, 100%);
  justify-content: center;
  justify-items: stretch;
}
.retreat-card { text-align: left; }
.retreat-card {
  border: 1px solid var(--hair-dim);
  padding: 1.5rem 1.4rem 1.4rem;
  aspect-ratio: 2 / 3;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  background:
    linear-gradient(180deg, rgba(25,65,65,0.18), transparent 55%),
    var(--ink);
}
.retreat-card .meta {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0;
}
.retreat-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.65rem;
  margin: 0 0 0.5rem;
  line-height: 1.15;
}
.retreat-card p { margin: 0; color: var(--mute); font-size: 0.95rem; }
.retreat-card.has-photo .retreat-photo {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0.4rem -0.9rem;
  overflow: hidden;
}
.retreat-card.has-photo .retreat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}
@media (max-width: 640px) {
  .retreat-grid { grid-template-columns: 1fr; }
}

/* ----- contact seal (click to reveal) ----- */
.seal {
  max-width: 22rem;
  margin: 0;
}
.seal > summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  width: fit-content;
  outline: none;
}
.seal > summary::-webkit-details-marker { display: none; }
.seal > summary::marker { content: ""; }
.seal > summary img {
  width: min(16.5rem, 68vw);
  height: auto;
  border-radius: 50%;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.seal > summary:hover img,
.seal > summary:focus-visible img {
  opacity: 0.88;
  transform: scale(1.02);
}
.seal[open] > summary img {
  opacity: 0.55;
  transform: scale(0.92);
}
.seal-hint {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.68rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--teal);
  min-height: 1em;
}
.seal-hint::after { content: "Open"; }
.seal[open] .seal-hint { color: var(--mute); }
.seal[open] .seal-hint::after { content: "Close"; }
.seal-card {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--hair-dim);
  max-width: 28rem;
}
.seal-card p {
  margin: 0 0 0.85rem;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--paper);
}
.seal-card p:last-child { margin-bottom: 0; }
.seal-card a { color: var(--sand); }
.seal-card a:hover { color: var(--cream); }

/* ----- services columns (Zero Bond reading) ----- */
.service-cols {
  display: flex;
  height: 100svh;
  min-height: 36rem;
  background: #000;
}
.service-cols .col {
  position: relative;
  flex: 1 1 20%;
  min-width: 0;
  overflow: hidden;
  transition: flex-basis 0.7s cubic-bezier(.22,.61,.36,1);
}
.service-cols:hover .col { flex: 0.72 1 13%; }
.service-cols:hover .col:hover { flex: 2.1 1 42%; }
.service-cols .col + .col { box-shadow: inset 1px 0 0 rgba(231, 195, 172, 0.14); }
.service-cols .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  filter: brightness(0.56) saturate(0.88);
  transition: transform 0.8s ease, filter 0.55s ease;
}
.service-cols .col:hover img {
  transform: scale(1.03);
  filter: brightness(0.9) saturate(1);
}
.service-cols .copy {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 1.5rem 1.25rem 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(7,10,10,0.82) 42%);
}
.service-cols .meta {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sand);
  margin: 0 0 0.55rem;
  font-weight: 300;
}
.service-cols h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.65rem;
  margin: 0 0 0.5rem;
  line-height: 1.15;
  color: var(--cream);
}
.service-cols .copy p:not(.meta) {
  margin: 0;
  color: var(--paper);
  font-size: 0.95rem;
  line-height: 1.45;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}
.service-cols .col:hover .copy p:not(.meta) {
  max-height: 6.5rem;
  opacity: 1;
}
@media (max-width: 800px) {
  .service-cols {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }
  .service-cols:hover .col,
  .service-cols:hover .col:hover { flex: 1 1 auto; }
  .service-cols .col {
    min-height: 0;
    height: 20rem;
  }
  .service-cols .col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .service-cols .col + .col { box-shadow: inset 0 1px 0 rgba(231, 195, 172, 0.14); }
  .service-cols .copy p:not(.meta) { max-height: none; opacity: 1; }
  .service-cols h3 { font-size: 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  .service-cols .col,
  .service-cols .col img,
  .service-cols .copy p:not(.meta) { transition: none; }
}

/* Services: center the page-head only. Columns stay full-bleed. */
.page-services .page-head {
  align-items: center;
  text-align: center;
  min-height: 0;
  justify-content: flex-start;
  padding-top: 7rem;
  padding-bottom: 1.5rem;
}
.page-services .page-head .display,
.page-services .page-head .eyebrow {
  margin-left: auto;
  margin-right: auto;
}
/* Sponsorship page-head: center the title block */
.page-sponsorship .page-head {
  align-items: center;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(63,168,174,0.12), transparent 50%),
    var(--ink);
}
.page-sponsorship .page-head .display,
.page-sponsorship .page-head .eyebrow,
.page-sponsorship .page-head .lede {
  margin-left: auto;
  margin-right: auto;
}


/* Retreats Study A — invitation deck. Scoped to .retreats-section only.
   Does not restyle .eyebrow / .display (live heading styles stay).
   Deck tokens: #070a0a / #40b0c0 / #e7c3ac on the table only. */
.retreats-section .table {
  --ink: #070a0a;
  --field: #0c1212;
  --teal: #40b0c0;
  --sand: #e7c3ac;
  --cream: #e8dcc4;
  --mute: #8a9a96;
  --hair: rgba(218, 198, 185, 0.38);
  --hair-dim: rgba(218, 198, 185, 0.16);
  flex: 1;
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(38rem, 72dvh);
  margin-top: 0.4rem;
  width: 100%;
}

.retreats-section .envelope {
  position: absolute;
  width: min(34rem, 88vw);
  height: min(22rem, 48vw);
  color: var(--sand);
  opacity: 0.14;
  pointer-events: none;
  transform: translateY(8%);
}
.retreats-section .envelope svg { width: 100%; height: 100%; display: block; }

.retreats-section .deck {
  position: relative;
  width: min(58rem, 100%);
  height: min(34rem, 68dvh);
  min-height: 28rem;
}

.retreats-section .pass {
  --r: 0deg;
  --x: 0px;
  --y: 0px;
  appearance: none;
  background: var(--field);
  border: 1px solid var(--hair);
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(17.4rem, 74vw);
  height: min(29.5rem, 78dvh);
  transform: translate(-50%, -50%) translate(var(--x), var(--y)) rotate(var(--r));
  transform-origin: 50% 62%;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    inset 0 0 0 6px var(--ink),
    inset 0 0 0 7px var(--hair-dim);
  transition: transform 0.62s cubic-bezier(.22, .7, .2, 1), box-shadow 0.62s ease, border-color 0.4s ease;
  overflow: hidden;
}
.retreats-section .pass:nth-child(1) { --r: -8deg; --x: -12.4rem; --y: 0.5rem; z-index: 1; }
.retreats-section .pass:nth-child(2) { --r: -2.6deg; --x: -4.15rem; --y: 0.05rem; z-index: 2; }
.retreats-section .pass:nth-child(3) { --r: 2.6deg; --x: 4.15rem; --y: 0.1rem; z-index: 2; }
.retreats-section .pass:nth-child(4) { --r: 8deg; --x: 12.4rem; --y: 0.55rem; z-index: 1; }

.retreats-section .pass.is-forward {
  z-index: 8;
  --r: 0deg;
  --x: 0px;
  --y: -1.1rem;
  border-color: var(--sand);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(218, 198, 185, 0.28),
    inset 0 0 0 6px var(--ink),
    inset 0 0 0 7px var(--hair);
}

.retreats-section .pass-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0.9rem 0.55rem;
}
.retreats-section .pass-head span {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sand);
}
.retreats-section .pass-head .no {
  color: var(--teal);
  letter-spacing: 0.18em;
}

.retreats-section .photo {
  margin: 0 0.7rem;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--hair-dim);
  position: relative;
}
.retreats-section .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.retreats-section .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 10, 10, 0.45));
  pointer-events: none;
}

.retreats-section .copy {
  padding: 0.85rem 0.95rem 0.2rem;
}
.retreats-section .copy h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: 1.55rem;
  line-height: 1.12;
  margin: 0 0 0.28rem;
  color: var(--cream);
}
.retreats-section .copy p {
  margin: 0;
  color: var(--mute);
  font-size: 0.86rem;
}

.retreats-section .stub {
  margin-top: auto;
  position: relative;
  padding: 1.05rem 0.95rem 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}
.retreats-section .stub::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  top: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--sand) 0 6px, transparent 6px 12px);
  opacity: 0.45;
}
.retreats-section .meta {
  margin: 0;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sand);
  max-width: 11rem;
  line-height: 1.45;
}
.retreats-section .stamp {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  border: 1.5px solid var(--teal);
  color: var(--teal);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  transform: rotate(-12deg);
  box-shadow: 0 0 0 3px rgba(7, 10, 10, 0.9), 0 0 0 4px rgba(96, 152, 160, 0.35);
  flex: 0 0 auto;
}

@media (hover: hover) and (pointer: fine) {
  .retreats-section .pass:hover,
  .retreats-section .pass:focus-visible {
    z-index: 8;
    --r: 0deg;
    --x: 0px;
    --y: -1.1rem;
    border-color: var(--sand);
    box-shadow:
      0 28px 70px rgba(0, 0, 0, 0.62),
      0 0 0 1px rgba(218, 198, 185, 0.28),
      inset 0 0 0 6px var(--ink),
      inset 0 0 0 7px var(--hair);
  }
}
.retreats-section .pass:focus-visible { outline: 1px solid var(--teal); outline-offset: 4px; }

@media (max-width: 760px) {
  .retreats-section .deck { height: min(32rem, 64dvh); }
  .retreats-section .pass { width: min(15.6rem, 78vw); height: min(26.8rem, 70dvh); }
  .retreats-section .pass:nth-child(1) { --x: -6.2rem; }
  .retreats-section .pass:nth-child(2) { --x: -2.05rem; }
  .retreats-section .pass:nth-child(3) { --x: 2.05rem; }
  .retreats-section .pass:nth-child(4) { --x: 6.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .retreats-section .pass,
  .retreats-section .pass.is-forward {
    transition: none;
    transform: none;
    position: relative;
    left: auto;
    top: auto;
    width: min(17rem, 100%);
    height: auto;
    min-height: 26rem;
  }
  .retreats-section .deck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    height: auto;
    min-height: 0;
  }
  .retreats-section .photo { height: 14rem; flex: none; }
  .retreats-section .envelope { display: none; }
}
@media (max-width: 800px) {
  .seal {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .seal > summary {
    margin-left: auto;
    margin-right: auto;
  }
}

.seal-card {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.seal-card p {
  text-align: center;
}

.seal {
  margin-left: auto;
  margin-right: auto;
}

/* Contact: center all main content. Header + footer stay. */
.page-contact .page-head {
  align-items: center;
  text-align: center;
  min-height: 0;
  justify-content: flex-start;
  padding-top: 7rem;
  padding-bottom: 1.5rem;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(63,168,174,0.12), transparent 50%),
    var(--ink);
}
.page-contact .page-head .display,
.page-contact .page-head .eyebrow,
.page-contact .page-head .lede {
  margin-left: auto;
  margin-right: auto;
}
.page-contact #main .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-contact .form .field {
  text-align: center;
}
.page-contact .form-actions {
  justify-content: center;
}
.page-contact .site-footer {
  text-align: initial;
}
/* ----- Season 2026 → Snapdragon Luxury Event Venues carousel ----- */
.chapter.season.venues-study {
  background: #070a0a;
  justify-content: flex-start;
  overflow: hidden;
  min-height: 100svh;
  padding-top: 8.5rem;
  padding-bottom: 4.5rem;
}
.venues-study .chapter-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.venues-study .lede {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--paper);
}

.venues-slider-wrap {
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3.75rem;
  min-height: 36rem;
}

.wedding-venues-section-slider {
  margin: 2.75rem 0 1.5rem;
  min-height: 500px;
}
.wedding-venues-section-slider .slick-list {
  overflow: visible;
}
.wedding-venues-section-slider .slick-slide {
  width: 300px;
  height: 450px !important;
  margin: 25px 10px 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wedding-venues-section-slider .slick-slide.slick-active {
  height: 500px !important;
  margin-top: 0;
  overflow: visible;
}
.wedding-venues-section-slider .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.wedding-venues-section-slider .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 200%;
  object-fit: cover;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wedding-venues-section-slider .slick-slide.slick-active img {
  opacity: 1;
}
.wedding-venues-section-slider .slick-slide.slick-active img:hover {
  opacity: 0.9;
}
.wedding-venues-section-slider .slick-slide span {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 26px;
  color: var(--sand);
  font-weight: 400;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wedding-venues-section-slider .slick-slide.slick-active span {
  opacity: 1;
  top: calc(100% + 10px);
}

.wedding-venues-section-slider .slick-prev,
.wedding-venues-section-slider .slick-next {
  position: absolute;
  display: block;
  width: 15%;
  height: auto;
  bottom: -30px;
  text-align: center;
  z-index: 5;
  background: none;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.wedding-venues-section-slider .slick-prev { left: 24%; }
.wedding-venues-section-slider .slick-next { right: 24%; }
.wedding-venues-section-slider .slick-prev svg,
.wedding-venues-section-slider .slick-next svg {
  margin-top: 245px;
  width: 56px;
  height: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wedding-venues-section-slider .slick-prev .st0,
.wedding-venues-section-slider .slick-next .st0 {
  fill: none;
  stroke: var(--sand);
  stroke-miterlimit: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wedding-venues-section-slider .slick-prev .st1,
.wedding-venues-section-slider .slick-next .st1 {
  fill: var(--sand);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wedding-venues-section-slider .slick-prev:hover,
.wedding-venues-section-slider .slick-next:hover {
  cursor: pointer;
}
.wedding-venues-section-slider .slick-prev:hover .st0,
.wedding-venues-section-slider .slick-next:hover .st0 {
  stroke: var(--teal);
}
.wedding-venues-section-slider .slick-prev:hover .st1,
.wedding-venues-section-slider .slick-next:hover .st1 {
  fill: var(--teal);
}

@media only screen and (max-width: 1024px) {
  .wedding-venues-section-slider .slick-next { right: 5%; }
  .wedding-venues-section-slider .slick-prev { left: 5%; }
  .wedding-venues-section-slider .slick-prev,
  .wedding-venues-section-slider .slick-next { width: 22.5%; }
}
@media only screen and (max-width: 767px) {
  .venues-study .display { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .wedding-venues-section-slider .slick-next { right: 2%; }
  .wedding-venues-section-slider .slick-prev { left: 2%; }
}

/* this study must keep the Snapdragon 0.4s slide even with reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .venues-study .wedding-venues-section-slider,
  .venues-study .wedding-venues-section-slider *,
  .venues-study .wedding-venues-section-slider *::before,
  .venues-study .wedding-venues-section-slider *::after {
    animation: unset !important;
    transition: all 0.4s ease !important;
  }
}

/* Homepage Four things — Services-style hover panes */
.chapter.pillars.pillars-services {
  padding: 7.5rem 0 0;
  min-height: 0;
  display: block;
  background: var(--ink);
}
.pillars-services .pillars-head {
  padding: 0 var(--pad) 1.75rem;
  max-width: 78rem;
}
.pillar-cols {
  height: min(78svh, 46rem);
  min-height: 32rem;
}
.pillar-cols .col { flex: 1 1 25%; }
.pillar-cols:hover .col { flex: 0.72 1 16%; }
.pillar-cols:hover .col:hover { flex: 2.2 1 50%; }
@media (max-width: 800px) {
  .chapter.pillars.pillars-services { padding-bottom: 0; }
  .pillar-cols { height: auto; min-height: 0; }
  .pillar-cols .col { height: 20rem; }
}

/* Contact form: Name/Email/Note fields 40% longer (61.6rem → 48.05rem) */
.page-contact .form.wide {
  max-width: 48.05rem;
  width: min(48.05rem, 100%);
}


.page-contact .contact-direct {
  margin-top: 2.6rem;
  max-width: 28rem;
}
.page-contact .contact-direct p {
  margin: 0 0 0.85rem;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--paper);
}
.page-contact .contact-direct p:last-child { margin-bottom: 0; }
.page-contact .contact-direct a { color: var(--sand); }
.page-contact .contact-direct a:hover { color: var(--cream); }
