@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

.site-shell {
  overflow-x: hidden;
  overflow-x: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e4ddd3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-color: #d8d0c5;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 10px 24px rgba(70, 57, 61, 0.07);
}

.nav-wrap {
  position: relative;
  padding: 0.9rem 0 0.8rem;
  display: block;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: fit-content;
  margin: 0 auto 0.8rem;
}

.brand-lockup {
  display: block;
}

.brand-lockup img {
  display: block;
  width: clamp(190px, 30vw, 270px);
  height: auto;
}

.brand-mark {
  width: 4.1rem;
  height: 4.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid #dbcfe0;
  border-radius: 999px;
  background: #fff;
  padding: 0.45rem;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  text-align: center;
}

.brand-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.46rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.brand-sub {
  color: #6b645f;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 0.42rem;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  border-top: 1px solid #e6ddd4;
  padding-top: 0.7rem;
}

.site-nav a {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #433d38;
  padding: 0.45rem 0.6rem;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-current {
  color: var(--brand-deep);
}

.site-nav a.button {
  padding: 0.54rem 0.78rem;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  line-height: 1;
}

.site-nav a.button-primary {
  background: transparent;
  color: #6f5b78;
  border-color: #c7b7cf;
}

.site-nav a.button-primary:hover {
  background: #f0e7f3;
  color: #5b3a60;
}

.site-nav a.button-secondary {
  background: transparent;
  border-color: #d2c4d8;
  color: #6f5b78;
}

.site-nav a.button-secondary:hover {
  background: #f4edf6;
}

.nav-cta {
  margin-left: 0.25rem;
}

.nav-availability {
  margin-left: 0.25rem;
  background: transparent;
  border-color: #ccb9d1;
  color: #5b3a60;
}

.nav-toggle {
  display: none;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid #d5cdc3;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #292520;
}

.nav-toggle svg {
  width: 1rem;
  height: 1rem;
}

.hero {
  padding: 4.8rem 0 6.4rem;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 68%;
  background: linear-gradient(180deg, #f4efe8 0%, #f7f3ee 52%, transparent 100%);
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.2rem;
  align-items: center;
}

.hero-content h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.55rem, 6vw, 4.7rem);
  line-height: 1.02;
  margin: 1.2rem 0;
  letter-spacing: 0.003em;
}

.hero-content p {
  color: #554f49;
  max-width: 60ch;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-notes {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-media {
  position: relative;
}

.hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid #d8d0c5;
  aspect-ratio: 4 / 5;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  left: -1.1rem;
  bottom: 1.3rem;
  width: min(18rem, 78%);
  border-radius: 0;
  padding: 0.95rem;
  background: rgba(244, 239, 232, 0.95);
  border: 1px solid #cfc4ba;
}

.floating-card p {
  font-size: 0.8rem;
  color: #3e3833;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stats-strip {
  padding: 1.5rem 0 3.2rem;
}

.stats-panel {
  background: #f8f4ee;
  border: 1px solid #d8d1c6;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.stat {
  text-align: center;
  padding: 1.45rem 0.8rem;
  border-right: 1px solid #ddd5cb;
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.9rem;
  color: var(--ink);
  line-height: 1;
}

.stat span {
  font-size: 0.67rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #675f59;
}

.service-grid .card {
  display: grid;
  gap: 1rem;
  background: #faf8f4;
}

.service-grid h3,
.package-grid h3,
.featured-grid h3,
.story-grid h3,
.contact-grid h3,
.value-grid h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.08;
  font-weight: 600;
}

.meta {
  color: #58514b;
  font-size: 0.92rem;
}

.process {
  position: relative;
}

.process::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 1px;
  background: #b5a7b9;
}

.process-step {
  position: relative;
  padding-left: 2.3rem;
  margin-bottom: 1.35rem;
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-step::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.34rem;
  width: 0.68rem;
  height: 0.68rem;
  background: var(--brand);
}

.process-step h4 {
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #2e2925;
  margin-bottom: 0.45rem;
}

.quote-band {
  border-radius: 0;
  background: #eee8e1;
  border: 1px solid #dcd1c4;
  padding: 2.8rem;
  position: relative;
}

.quote-band p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.3;
  max-width: 35ch;
}

.quote-band small {
  color: #5d544f;
  display: block;
  margin-top: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.quote-band::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 1px solid #c7b2cc;
  border-left: 1px solid #c7b2cc;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 2.8rem;
  background: #7a4f7e;
  color: #fff;
}

.cta-panel::after {
  display: none;
}

.cta-panel h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  line-height: 0.98;
  margin-bottom: 0.85rem;
  max-width: 17ch;
  font-weight: 600;
}

.cta-panel p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.93);
}

.cta-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.image-stack img,
.gallery-flow img,
.event-split img,
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 1px solid #d9d1c5;
}

.image-stack .tall {
  aspect-ratio: 3 / 4;
}

.image-stack .wide {
  aspect-ratio: 4 / 3;
}

.image-stack .deep {
  aspect-ratio: 3 / 5;
}

.story-grid {
  align-items: center;
}

.value-grid .card {
  min-height: 100%;
}

.value-icon {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(98, 71, 104, 0.5);
  display: grid;
  place-items: center;
  color: var(--brand-deep);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.package-grid .card {
  position: relative;
  overflow: hidden;
}

.package-grid .card.featured {
  border-color: #9f89a8;
  background: #f5f1f8;
}

.package-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  color: var(--ink);
  line-height: 1;
}

.package-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.package-list li {
  padding-left: 1.3rem;
  position: relative;
}

.package-list li::before {
  content: "";
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  left: 0;
  top: 0.58rem;
  background: rgba(98, 71, 104, 0.45);
}

.table-wrap {
  border: 1px solid #d8d1c7;
  border-radius: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background: #f8f6f1;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e8e1d7;
}

.comparison-table th {
  background: #efe8de;
  color: #342f2a;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.gallery-flow {
  columns: 3 280px;
  column-gap: 0.8rem;
}

.gallery-flow figure {
  break-inside: avoid;
  margin: 0 0 0.8rem;
}

.gallery-flow figcaption {
  font-size: 0.68rem;
  color: #655c56;
  margin-top: 0.35rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-split {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.luxe-split {
  align-items: stretch;
}

.luxe-split figure {
  margin: 0;
}

.luxe-split figure img {
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
  border: 1px solid #d9d1c5;
}

.collections-grid .card {
  min-height: 100%;
  background: #fbf8f4;
}

.event-split .feature-copy {
  border-radius: 0;
  background: #f7f4ee;
  border: 1px solid #d7cfbf;
  padding: 1.4rem;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid #d6cfc5;
  border-radius: 0;
  background: #f9f7f2;
}

.faq-button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1.05rem 1.1rem;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #3c3530;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.1rem;
  color: #5f5751;
}

.faq-item.is-open .faq-answer {
  padding: 0 1.1rem 1rem;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-icon {
  transition: transform 0.25s ease;
}

.contact-grid {
  align-items: start;
}

.contact-panel {
  background: #faf8f4;
  border: 1px solid #d8d0c5;
  border-radius: 0;
  padding: 1.6rem;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.85rem;
  color: #4e4742;
}

.form-grid {
  display: grid;
  gap: 0.95rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4f4742;
  margin-bottom: 0.4rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbc2b6;
  border-radius: 0;
  padding: 0.8rem 0.85rem;
  background: #fffdfa;
  color: #1f1a17;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(98, 71, 104, 0.35);
  border-color: #8f7998;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  background: #6f6e79;
  padding: 2.8rem 0 2rem;
}

.footer-panel {
  background: transparent;
  color: #fff;
  border-radius: 0;
  padding: 0;
  display: grid;
  gap: 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 1.3rem;
}

.footer-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.96);
}

.footer-links a:hover {
  color: #fff;
}

.footer-developer-link,
a.footer-developer-link {
  margin-top: 1rem;
  padding: 0.72rem 1rem;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  padding-top: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.accent-band {
  background: #b7c4a8;
  color: #283127;
  margin-top: 2rem;
  padding: 3.8rem 0;
  position: relative;
}

.accent-band::before {
  display: none;
}

.accent-band-inner h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.05;
  margin: 0 0 0.9rem;
  color: #273026;
}

.accent-band-inner p {
  color: rgba(39, 48, 38, 0.9);
  max-width: 62ch;
}

.accent-band .section-kicker {
  color: #5e5f4a;
}

.accent-band .section-kicker::after {
  background: rgba(57, 64, 53, 0.35);
}

.accent-band .button-secondary {
  background: transparent;
  border-color: #4f5943;
  color: #2d352c;
}

.accent-band .button-secondary:hover {
  background: rgba(255, 255, 255, 0.42);
}

.accent-band .button-primary {
  background: #fff;
  border-color: #d8d3ca;
  color: #665571;
}

.accent-band .button-primary:hover {
  background: #f5f2ed;
}

.editorial-strip {
  margin-top: 2.2rem;
  border-top: 1px solid #d7cec1;
  border-bottom: 1px solid #d7cec1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.editorial-item {
  text-align: center;
  padding: 1.15rem 0.8rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4e4640;
  border-right: 1px solid #dfd6c9;
}

.editorial-item:last-child {
  border-right: 0;
}

/* v6 home layout */
.v6-home {
  background: #f4f2ef;
}

.v6-hero {
  position: relative;
  min-height: 78vh;
  border-bottom: 1px solid #dad0c4;
  overflow: hidden;
}

.v6-hero-media {
  width: 100%;
  height: 78vh;
  min-height: 34rem;
  object-fit: cover;
  display: block;
}

.v6-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 34, 39, 0.1), rgba(29, 23, 26, 0.27));
}

.v6-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  padding: 1.5rem;
}

.v6-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.v6-hero-overlay h1 {
  margin: 0 0 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 7.5vw, 5.2rem);
  line-height: 0.93;
  text-transform: uppercase;
  font-weight: 600;
}

.v6-hero-overlay h1 em {
  font-style: italic;
  text-transform: none;
}

.v6-intro {
  text-align: center;
}

.v6-intro .section-title {
  margin-inline: auto;
  max-width: 20ch;
}

.v6-intro .section-lead {
  margin-inline: auto;
  max-width: 74ch;
}

.v6-press-strip {
  background: #ebe8e2;
  border: 1px solid #d9d2c9;
  padding: 1.3rem 1.4rem;
  text-align: center;
}

.v6-press-strip p {
  margin: 0 0 0.7rem;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #57524d;
}

.v6-press-strip div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.3rem;
}

.v6-press-strip span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.14rem;
  color: #1f1a17;
}

.v6-quote-media .container {
  position: relative;
}

.v6-quote-media img {
  width: 100%;
  min-height: 23rem;
  max-height: 32rem;
  object-fit: cover;
  border: 1px solid #d8cec2;
}

.v6-quote-panel {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 1.6rem;
  background: rgba(74, 67, 63, 0.56);
  color: #fff;
  padding: 1.5rem;
}

.v6-quote-panel p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  line-height: 1.3;
}

.v6-quote-panel small {
  margin-top: 0.75rem;
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.v6-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.v6-split figure {
  margin: 0;
}

.v6-split figure img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  border: 1px solid #dad0c4;
}

.v6-split article {
  background: #f0ece6;
  border: 1px solid #dcd2c6;
  padding: 2rem;
  display: grid;
  align-content: center;
  gap: 0.95rem;
}

.v6-feature-grid,
.v6-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.v6-feature-grid article,
.v6-location-grid article {
  margin: 0;
  border: 1px solid #ddd2c5;
  background: #f7f3ee;
}

.v6-feature-grid img,
.v6-location-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.v6-feature-grid h3,
.v6-location-grid h3 {
  margin: 0;
  padding: 0.7rem 0.9rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.v6-process {
  text-align: center;
}

.v6-process h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  margin: 0 0 1.2rem;
}

.v6-process h2 em {
  font-style: italic;
}

.v6-process-grid {
  border-top: 1px solid #ddd2c6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v6-process-grid article {
  padding: 1rem 1.1rem;
  border-right: 1px solid #ddd2c6;
}

.v6-process-grid article:last-child {
  border-right: 0;
}

.v6-process-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v6-process-grid p {
  margin: 0;
  color: #514842;
}

.v6-final-cta {
  text-align: center;
}

.v6-final-cta .section-title,
.v6-final-cta .section-lead {
  margin-inline: auto;
}

.v6-final-cta .section-title {
  max-width: 16ch;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    max-width: 40rem;
  }

  .stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid #ddd5cb;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-item:nth-child(2) {
    border-right: 0;
  }

  .editorial-item:nth-child(-n + 2) {
    border-bottom: 1px solid #dfd6c9;
  }

  .v6-split,
  .v6-feature-grid,
  .v6-location-grid,
  .v6-process-grid {
    grid-template-columns: 1fr;
  }

  .v6-process-grid article {
    border-right: 0;
    border-bottom: 1px solid #ddd0c4;
  }

  .v6-process-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 1.15rem;
  }

  .site-nav {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: calc(100% + 0.35rem);
    background: #fff;
    border: 1px solid #d7cfc2;
    padding: 0.65rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 6.5rem);
    max-height: calc(100dvh - 6.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 70;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.72rem;
  }

  .site-nav a.button {
    width: 100%;
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 0.35rem;
  }

  .nav-availability {
    margin-left: 0;
    margin-top: 0.35rem;
  }

  .floating-card {
    left: 0.7rem;
    right: 0.7rem;
    width: auto;
  }

  .event-split {
    grid-template-columns: 1fr;
  }

  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 1.35rem, var(--container));
  }

  .brand-name {
    font-size: 1.18rem;
  }

  .brand-sub {
    font-size: 0.55rem;
  }

  .section {
    padding: 3.8rem 0;
  }

  .hero {
    padding-top: 2.9rem;
  }

  .stats-panel {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid #ddd5cb;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .editorial-strip {
    grid-template-columns: 1fr;
  }

  .editorial-item {
    border-right: 0;
    border-bottom: 1px solid #dfd6c9;
  }

  .editorial-item:last-child {
    border-bottom: 0;
  }

  .cta-panel,
  .quote-band,
  .footer-panel {
    padding: 1.5rem;
  }

  .brand-lockup img {
    width: min(100%, 210px);
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .comparison-table {
    min-width: 0;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td,
  .comparison-table th {
    display: block;
    width: 100%;
  }

  .comparison-table tr {
    border-bottom: 1px solid #e8e1d7;
  }

  .comparison-table tr:last-child {
    border-bottom: 0;
  }

  .comparison-table td,
  .comparison-table th {
    border-bottom: 0;
    padding: 0.8rem 0.9rem;
  }

  .comparison-table td:first-child,
  .comparison-table th:first-child {
    padding-bottom: 0.25rem;
    font-weight: 700;
    color: #3f3934;
  }

  .comparison-table td + td,
  .comparison-table th + th,
  .comparison-table th + td,
  .comparison-table td + th {
    padding-top: 0;
  }

  .site-nav,
  .site-nav *,
  .package-grid .card,
  .service-grid .card,
  .collections-grid .card,
  .event-split .feature-copy,
  .contact-panel,
  .table-wrap,
  .faq-item {
    min-width: 0;
    max-width: 100%;
  }

  .section-title,
  .section-lead,
  .faq-button,
  .comparison-table td,
  .comparison-table th,
  .package-list li,
  .contact-details li {
    overflow-wrap: anywhere;
  }

  .v6-hero,
  .v6-hero-media {
    height: 66vh;
    min-height: 27rem;
  }

  .v6-quote-panel {
    left: 4%;
    right: 4%;
    bottom: 0.8rem;
    padding: 1rem;
  }
}

@media (max-width: 430px) {
  .brand-mark {
    width: 3.4rem;
    height: 3.4rem;
  }

  .brand-name {
    font-size: 0.98rem;
  }
}

/* Rosemary-inspired rendition (r4) */
.r4-page {
  background: linear-gradient(180deg, #fdfaf6 0%, #f8f4ef 45%, #f7f2ec 100%);
}

.r4-header {
  border-bottom: 1px solid #e3dcd2;
}

.r4-header .container {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.r4-brand-row {
  text-align: center;
  margin-bottom: 0.7rem;
}

.r4-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #4f3755;
}

.r4-logo img {
  width: 2.2rem;
  height: 2.2rem;
}

.r4-subtitle {
  margin-top: 0.25rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6f6460;
}

.r4-nav {
  justify-content: center;
  gap: 1.1rem;
  border-top: 1px solid #e7dfd5;
  padding-top: 0.75rem;
}

.r4-nav a {
  font-size: 0.69rem;
  letter-spacing: 0.15em;
  color: #433e39;
}

.r4-hero {
  position: relative;
  min-height: 78vh;
  border-bottom: 1px solid #e2d7cf;
  overflow: hidden;
}

.r4-hero-media {
  width: 100%;
  height: 78vh;
  min-height: 33rem;
  object-fit: cover;
  display: block;
}

.r4-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(65, 48, 70, 0.2), rgba(40, 27, 43, 0.38));
}

.r4-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  padding: 1.4rem;
}

.r4-eyebrow {
  margin-bottom: 0.9rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.r4-hero-overlay h1 {
  margin: 0 0 1.4rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 7vw, 5.3rem);
  line-height: 0.92;
  font-weight: 600;
  text-transform: uppercase;
}

.r4-hero-overlay h1 em {
  font-style: italic;
  text-transform: none;
}

.r4-intro {
  text-align: center;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
}

.r4-intro .section-title {
  margin-inline: auto;
  max-width: 23ch;
}

.r4-intro .section-lead {
  margin-inline: auto;
  margin-top: 1rem;
  max-width: 70ch;
}

.r4-story {
  padding-top: 0;
}

.r4-story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: stretch;
}

.r4-story-grid figure,
.r4-story-grid article {
  margin: 0;
}

.r4-story-grid figure img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  border: 1px solid #ddd4ca;
}

.r4-story-grid article {
  background: #f7f2eb;
  border: 1px solid #ddd3c8;
  padding: 2.1rem;
  display: grid;
  gap: 0.95rem;
}

.r4-featured {
  padding-top: 4.6rem;
}

.r4-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.r4-card {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd2c8;
  background: #efe8de;
}

.r4-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.r4-card:hover img {
  transform: scale(1.04);
}

.r4-card span {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  background: rgba(255, 255, 255, 0.92);
  color: #372e38;
  padding: 0.38rem 0.6rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.r4-quote {
  padding-top: 4.8rem;
}

.r4-quote .container {
  background: #e8ddd2;
  border: 1px solid #d7c9bc;
  padding: 2.6rem;
}

.r4-quote blockquote {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  line-height: 1.35;
  color: #2f2723;
}

.r4-quote p {
  margin-top: 0.85rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5f544c;
}

.r4-celebrate {
  padding-top: 4.8rem;
}

.r4-destinations {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.r4-destinations article {
  margin: 0;
  border: 1px solid #ddd2c7;
  background: #f6efe7;
}

.r4-destinations img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.r4-destinations h3 {
  margin: 0;
  padding: 0.8rem 0.9rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.r4-final-cta {
  text-align: center;
  padding-top: 4.8rem;
}

.r4-final-cta .section-title,
.r4-final-cta .section-lead {
  margin-inline: auto;
}

.r4-final-cta .section-title {
  max-width: 18ch;
}

.r4-final-cta .section-lead {
  max-width: 68ch;
  margin-top: 0.9rem;
}

.r4-final-cta .hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .r4-story-grid,
  .r4-featured-grid,
  .r4-destinations {
    grid-template-columns: 1fr;
  }

  .r4-story-grid figure img {
    min-height: 24rem;
  }
}

@media (max-width: 880px) {
  .r4-header .nav-toggle {
    position: absolute;
    right: 1.25rem;
    top: 1.1rem;
  }

  .r4-nav {
    justify-content: flex-start;
    padding-top: 0;
    border-top: 0;
  }

  .r4-nav a {
    font-size: 0.72rem;
  }

  .r4-hero,
  .r4-hero-media {
    min-height: 63vh;
    height: 63vh;
  }

  .r4-hero-overlay h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

/* v6 polish: compact header on scroll + resilient link/button typography */
.site-shell a {
  color: inherit;
  text-decoration: none;
}

.site-nav a,
.footer-links a,
a.button {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 0.9rem 1.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

a.button:hover {
  transform: translateY(-2px);
}

a.button-primary {
  background: var(--brand-deep);
  color: #fcfbfc;
  border-color: var(--brand-deep);
}

a.button-primary:hover {
  background: var(--brand);
}

a.button-secondary {
  background: #fff;
  border-color: var(--brand-deep);
  color: var(--brand-deep);
}

a.button-secondary:hover {
  background: #f5eff7;
}

.site-header,
.nav-wrap,
.brand,
.brand-lockup img,
.site-nav,
.site-nav a {
  transition: padding 0.32s ease, margin 0.32s ease, width 0.32s ease, opacity 0.32s ease, color 0.22s ease;
}

.site-header.is-scrolled .nav-wrap {
  padding: 0.4rem 0 0.42rem;
}

.site-header.is-scrolled .brand {
  margin: 0 auto 0.28rem;
}

.site-header.is-scrolled .brand-lockup img {
  width: clamp(130px, 18vw, 176px);
  opacity: 0.94;
}

.site-header.is-scrolled .site-nav {
  padding-top: 0.4rem;
  gap: 0.16rem;
}

.site-header.is-scrolled .site-nav a {
  padding: 0.32rem 0.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
}

@media (max-width: 1040px) {
  .site-header.is-scrolled .nav-wrap {
    padding: 0.76rem 0 0.6rem;
  }

  .site-header.is-scrolled .brand {
    margin: 0 auto 0.55rem;
  }

  .site-header.is-scrolled .brand-lockup img {
    width: min(100%, 190px);
    opacity: 0.96;
  }

  .site-header.is-scrolled .site-nav {
    padding-top: 0.65rem;
  }
}

/* v6 urgent fallback: keep typography/buttons stable even if components.css is stale */
:root {
  --ink: #26211e;
  --brand: #8f7597;
  --brand-deep: #6f5b78;
}

body {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.15rem, 5.7vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  margin-bottom: 1.1rem;
  font-weight: 600;
}

.section-kicker {
  font-size: 0.73rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-deep);
  font-weight: 700;
  margin-bottom: 1rem;
}

.site-shell a {
  color: inherit !important;
  text-decoration: none !important;
}

.site-nav a,
.footer-links a,
a.button,
.button {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif !important;
  text-decoration: none !important;
}

a.button,
.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 0.9rem 1.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.button-primary,
a.button-primary {
  background: var(--brand-deep) !important;
  color: #fcfbfc !important;
  border-color: var(--brand-deep) !important;
}

.button-secondary,
a.button-secondary {
  background: #fff !important;
  border-color: var(--brand-deep) !important;
  color: var(--brand-deep) !important;
}

/* stronger compact header on scroll */
.site-header.is-scrolled .nav-wrap {
  padding: 0.24rem 0 0.24rem;
}

.site-header.is-scrolled .brand {
  margin: 0 auto 0.06rem;
}

.site-header.is-scrolled .brand-lockup img {
  width: clamp(92px, 11vw, 128px);
  opacity: 0.86;
}

.site-header.is-scrolled .site-nav {
  padding-top: 0.18rem;
  gap: 0.1rem;
}

.site-header.is-scrolled .site-nav a {
  padding: 0.22rem 0.42rem;
  font-size: 0.57rem;
  letter-spacing: 0.11em;
}

@media (max-width: 1040px) {
  .site-header.is-scrolled .nav-wrap {
    padding: 0.76rem 0 0.6rem;
  }

  .site-header.is-scrolled .brand {
    margin: 0 auto 0.55rem;
  }

  .site-header.is-scrolled .brand-lockup img {
    width: min(100%, 190px);
    opacity: 0.96;
  }

  .site-header.is-scrolled .site-nav {
    padding-top: 0.65rem;
  }

  .site-header.is-scrolled .site-nav a {
    padding: 0.72rem;
    font-size: 0.72rem;
    letter-spacing: 0.15em;
  }
}
