:root {
  --ivory: #F7F1E4;
  --paper: #FDFBF6;
  --forest: #0C423C;
  --forest-deep: #08302B;
  --brass: #A6823E;
  --brass-soft: #C9A24B;
  --ink: #2B2A26;
  --stone: #6F6A5E;
  --rule: rgba(166, 130, 62, 0.5);
  --display: "Fraunces", Georgia, serif;
  --body: "EB Garamond", Georgia, serif;
  --shell: 78rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.125rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body.lightbox-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.25em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--brass-soft);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2000;
  padding: 0.65rem 1rem;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--forest-deep);
}

.skip-link:focus { transform: translateY(0); }

.place-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1.5rem);
  min-height: 2.5rem;
  padding: 0.45rem 1rem;
  background: var(--forest-deep);
  color: var(--paper);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.place-line [aria-hidden="true"] { color: var(--brass-soft); font-size: 0.48rem; }

.site-header {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  width: min(calc(100% - 4rem), var(--shell));
  min-height: 9.2rem;
  margin-inline: auto;
  padding-block: 1rem;
}

.nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 2.5rem); }
.nav--utility { justify-content: flex-end; }

.nav a {
  position: relative;
  color: var(--forest-deep);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  background: var(--brass);
  transition: transform 180ms ease;
}

.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }

.nav .nav-cta {
  padding: 0.85rem 1.15rem 0.75rem;
  border: 1px solid var(--brass);
  transition: background 180ms ease, color 180ms ease;
}

.nav .nav-cta:hover { background: var(--forest); color: var(--paper); }

.brand {
  display: grid;
  justify-items: center;
  color: var(--forest-deep);
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.62rem;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--forest);
  font-family: var(--display);
  font-size: 0.77rem;
  letter-spacing: 0.08em;
}

.brand-name {
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.brand-note {
  margin-top: 0.55rem;
  color: var(--stone);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero {
  padding: clamp(4.5rem, 8vw, 7.5rem) 2rem clamp(4rem, 8vw, 7rem);
}

.hero-copy {
  width: min(100%, 58rem);
  margin: 0 auto clamp(3rem, 6vw, 5.25rem);
  text-align: center;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--stone);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0;
  color: var(--forest-deep);
  font-family: var(--display);
  font-weight: 300;
  text-wrap: balance;
}

h1 {
  max-width: 56rem;
  margin-right: auto;
  margin-bottom: 1.75rem;
  margin-left: auto;
  font-size: clamp(3rem, 6.4vw, 5.6rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h2 {
  margin-bottom: 1.35rem;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.hero-intro {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--stone);
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.hero-actions, .contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-top: 2.15rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.6rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.button--solid { border: 1px solid var(--forest); background: var(--forest); color: var(--paper); }
.button--solid:hover { background: var(--forest-deep); }

.text-link {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--brass);
  color: var(--forest-deep);
  font-size: 0.77rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-frame {
  width: min(100%, 74rem);
  margin: 0 auto;
  padding: clamp(0.6rem, 1.2vw, 0.95rem);
  border: 1px solid var(--rule);
  background: var(--paper);
}

.hero-image-wrap { overflow: hidden; aspect-ratio: 16 / 8.5; background: var(--forest-deep); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }

.hero-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.25rem 0.05rem;
  color: var(--stone);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-shell {
  width: min(calc(100% - 4rem), var(--shell));
  margin-inline: auto;
}

.welcome {
  max-width: 64rem;
  padding-block: clamp(5rem, 10vw, 9rem);
  border-top: 1px solid var(--rule);
  text-align: center;
}

.welcome h2 { max-width: 48rem; margin-inline: auto; }

.welcome-copy {
  max-width: 48rem;
  margin: 2.2rem auto 0;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.8vw, 1.3rem);
}

.welcome-copy p { margin: 0 0 1.25rem; }
.signature-line { margin: 2rem 0 0; color: var(--forest); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }

.retreats { padding-bottom: clamp(5.5rem, 10vw, 9rem); }

.section-heading {
  max-width: 47rem;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}

.section-heading > p:last-child { max-width: 38rem; margin: 0 auto; color: var(--stone); font-size: 1.18rem; }

.retreat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--rule);
}

.retreat-card {
  display: flex;
  min-width: 0;
  min-height: 31rem;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.4rem);
  background: var(--paper);
}

.card-number, .card-location {
  margin: 0;
  color: var(--stone);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.card-number { align-self: flex-end; padding-bottom: 1.2rem; border-bottom: 1px solid var(--brass); }
.card-location { margin-bottom: 1rem; }
.card-copy > p:not(.card-location) { margin: 0; color: var(--stone); }

.property-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  margin: 1.55rem 0 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.92rem;
  list-style: none;
}

.property-facts li:not(:last-child)::after { margin-inline: 0.65rem; color: var(--brass); content: "·"; }

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.8rem;
  border-top: 1px solid var(--rule);
  color: var(--stone);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.card-footer a { color: var(--forest-deep); text-decoration-color: var(--brass); white-space: nowrap; }

.gallery-section {
  padding-block: clamp(5.5rem, 10vw, 9rem);
  background: var(--forest-deep);
  color: var(--paper);
}

.section-heading--light h2 { color: var(--paper); }
.section-heading--light .eyebrow, .section-heading--light > p:last-child { color: #DED8CB; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(10rem, 17vw, 14rem);
  gap: clamp(0.55rem, 1vw, 0.9rem);
}

.gallery-item {
  position: relative;
  grid-column: span 3;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(201, 162, 75, 0.65);
  background: var(--forest);
  cursor: zoom-in;
}

.gallery-item:first-child { grid-column: span 6; grid-row: span 2; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 250ms ease;
}

.gallery-item:nth-child(5) img { object-position: center 65%; }
.gallery-item:hover img { transform: scale(1.025); opacity: 0.9; }

.gallery-item::after {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(253, 251, 246, 0.65);
  border-radius: 50%;
  background: rgba(8, 48, 43, 0.72);
  color: var(--paper);
  content: "+";
  font-size: 1.15rem;
  line-height: 1;
}

.gallery-instruction {
  margin: 1.35rem 0 0;
  color: #DED8CB;
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.testimonial { padding: clamp(5.5rem, 10vw, 9rem) 2rem; border-bottom: 1px solid var(--rule); }

.testimonial-inner { width: min(100%, 60rem); margin-inline: auto; text-align: center; }

.stars { margin-bottom: 1.5rem; color: var(--forest); font-size: 0.82rem; letter-spacing: 0.4em; }
.testimonial blockquote { margin: 0; }

.testimonial blockquote > p {
  margin: 0;
  color: var(--forest-deep);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.5vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.28;
  text-wrap: balance;
}

.testimonial blockquote footer { display: grid; gap: 0.25rem; margin-top: 2.4rem; }
.testimonial cite { color: var(--ink); font-style: normal; font-weight: 500; }

.testimonial blockquote footer span {
  color: var(--stone);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact {
  max-width: 58rem;
  padding-block: clamp(5.5rem, 10vw, 9rem);
  text-align: center;
}

.contact > p:not(.eyebrow) { max-width: 37rem; margin: 0 auto; color: var(--stone); font-size: 1.2rem; }

.site-footer { padding: clamp(3.5rem, 7vw, 5.5rem) 2rem 1.5rem; background: var(--forest-deep); color: var(--paper); }

.footer-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(201, 162, 75, 0.45);
}

.footer-brand { display: grid; justify-items: start; }
.footer-brand .brand-mark { border-color: var(--brass-soft); color: var(--paper); }
.footer-brand p { margin: 0 0 0.2rem; font-family: var(--display); font-size: 1.4rem; }
.footer-brand > span:last-child { color: #DED8CB; font-size: 0.9rem; }

.footer-inner address {
  color: #DED8CB;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.65;
  text-align: center;
}

.footer-contact { display: grid; justify-items: end; gap: 0.25rem; min-width: 0; }
.footer-contact a { max-width: 100%; color: var(--paper); overflow-wrap: anywhere; }

.copyright {
  margin: 1.4rem 0 0;
  color: #DED8CB;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.lightbox[hidden] { display: none; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(3.5rem, 7vw) minmax(0, 1fr) minmax(3.5rem, 7vw);
  align-items: center;
  background: rgba(5, 29, 26, 0.98);
  color: var(--paper);
}

.lightbox-stage {
  display: grid;
  min-width: 0;
  min-height: 100%;
  place-content: center;
  padding: 4.5rem 0 2rem;
  cursor: zoom-out;
}

.lightbox-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 10rem);
  margin-inline: auto;
  box-shadow: 0 0 0 1px rgba(201, 162, 75, 0.55);
  object-fit: contain;
  cursor: default;
}

.lightbox-meta {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1rem;
  color: #E9E3D7;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lightbox-meta p { margin: 0; }
.lightbox-meta p:first-child { letter-spacing: 0.08em; text-transform: none; }
.lightbox-meta p:last-child { flex: 0 0 auto; }

.lightbox button {
  border: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.lightbox-arrow {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  justify-self: center;
  border: 1px solid rgba(201, 162, 75, 0.75) !important;
  border-radius: 50% !important;
  font-size: 1.3rem !important;
}

.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.4rem;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem !important;
  line-height: 1;
}

.lightbox button:hover { color: var(--brass-soft); }

@media (max-width: 62rem) {
  .header-inner { width: min(calc(100% - 2.5rem), var(--shell)); gap: 1rem; }
  .nav a:not(.nav-cta) { display: none; }
  .nav--primary { visibility: hidden; }
  .retreat-card { min-height: 29rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: clamp(13rem, 40vw, 20rem); }
  .gallery-item, .gallery-item:first-child { grid-column: span 1; grid-row: span 1; }
  .gallery-item:first-child { grid-column: 1 / -1; }
}

@media (max-width: 48rem) {
  body { font-size: 1.05rem; }
  .place-line span:nth-child(3), .place-line span:nth-child(4) { display: none; }
  .header-inner { min-height: 7.8rem; }
  .nav .nav-cta { padding: 0.7rem 0.75rem 0.62rem; font-size: 0.66rem; }
  .brand-mark { width: 2.35rem; height: 2.35rem; font-size: 0.69rem; }
  .brand-name { font-size: clamp(1.05rem, 4vw, 1.35rem); white-space: normal; }
  .brand-note { display: none; }
  .hero { padding-right: 1rem; padding-left: 1rem; }
  .section-shell { width: min(calc(100% - 2rem), var(--shell)); }
  .retreat-grid { grid-template-columns: 1fr; }
  .retreat-card { min-height: 0; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand { justify-items: center; }
  .footer-contact { justify-items: center; }
  .lightbox { grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem; }
  .lightbox-stage { padding-top: 5rem; }
  .lightbox-image { max-height: calc(100vh - 12rem); }
  .lightbox-meta { display: grid; gap: 0.35rem; padding-top: 0.75rem; font-size: 0.69rem; }
  .lightbox-arrow { width: 2.5rem; height: 2.5rem; }
}

@media (max-width: 34rem) {
  .header-inner { grid-template-columns: 3.6rem minmax(0, 1fr) auto; width: calc(100% - 1.5rem); }
  .nav--primary { min-width: 0; }
  .nav .nav-cta { max-width: 5rem; text-align: center; }
  .hero { padding-top: 3.6rem; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.25rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .hero-actions, .contact-actions { flex-direction: column; gap: 1.2rem; }
  .hero-frame figcaption { display: grid; gap: 0.3rem; }
  .hero-image-wrap { aspect-ratio: 4 / 3; }
  .card-footer { align-items: start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: min(78vw, 19rem); }
  .gallery-item, .gallery-item:first-child { grid-column: auto; }
  .testimonial { padding-right: 1rem; padding-left: 1rem; }
  .site-footer { padding-right: 1rem; padding-left: 1rem; }
  .lightbox { grid-template-columns: 2.9rem minmax(0, 1fr) 2.9rem; }
  .lightbox-arrow { width: 2.25rem; height: 2.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

