/*
 * Sweet Dreams 2026 design refresh.
 * Loaded after the legacy theme stylesheet so public selectors and stored
 * content can remain stable while the presentation is modernized safely.
 */

:root {
  --refresh-pine: #5d7f2b;
  --refresh-pine-dark: #3f5b1d;
  --refresh-orange: #ed8d22;
  --refresh-orange-dark: #cc7010;
  --refresh-ink: #202720;
  --refresh-text: #485049;
  --refresh-paper: #f4f2eb;
  --refresh-paper-deep: #e8e6dc;
  --refresh-line: rgba(32, 39, 32, 0.16);
  --refresh-night: #020504;
  --refresh-radius: 6px;
  --refresh-button-radius: 4px;
  --refresh-container: 72rem;
}

/*
 * Legacy Customizer gallery rules moved into source control for v2.
 * These preserve the approved two-column About gallery presentation when the
 * theme slug changes and WordPress no longer loads the old theme's Custom CSS.
 */
.ngg-gallery-thumbnail-box {
  width: 50%;
}

.ngg-gallery-thumbnail img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(rgba(244, 242, 235, 0.94), rgba(244, 242, 235, 0.94)),
    url('../img/scribble_light.png') top left repeat;
  color: var(--refresh-text);
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

p {
  font-size: 1rem;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--refresh-ink);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.55rem, 4vw, 3.5rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.container,
.section-shell {
  box-sizing: border-box;
  width: min(var(--refresh-container), calc(100% - 3rem));
  margin-right: auto;
  margin-left: auto;
}

.section-eyebrow {
  margin: 0 0 1rem;
  color: var(--refresh-pine);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading h2,
.section-heading h3 {
  margin: 0 0 1.25rem;
}

.section-heading > p:last-child {
  max-width: 42rem;
  margin-bottom: 0;
}

.section-heading > .wp-block-group__inner-container > p:last-child {
  max-width: 42rem;
  margin-bottom: 0;
}

.section-heading--centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--centered > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.section-heading--centered > .wp-block-group__inner-container > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

/* Buttons and links */
.button,
a.button,
button.button,
input.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin: 0;
  padding: 0.75rem 1.35rem;
  overflow: visible;
  border: 2px solid var(--refresh-orange-dark);
  border-radius: var(--refresh-button-radius);
  background: var(--refresh-orange);
  box-shadow: none;
  color: #171b16;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transform: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button::before,
a.button::before {
  display: none;
}

.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
.button.orange:hover,
.button.orange:focus {
  border-color: var(--refresh-ink);
  background: var(--refresh-ink);
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  transform: none;
}

.button:focus-visible,
a.button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.button--dark,
a.button--dark {
  border-color: var(--refresh-ink);
  background: var(--refresh-ink);
  color: #fff;
}

.button--dark:hover,
.button--dark:focus,
a.button--dark:hover,
a.button--dark:focus {
  border-color: var(--refresh-ink);
  background: #fff;
  color: var(--refresh-ink);
}

.button--light,
a.button--light {
  border-color: #fff;
  background: #fff;
  color: var(--refresh-ink);
}

.button--light:hover,
.button--light:focus,
a.button--light:hover,
a.button--light:focus {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.button--ghost,
a.button--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
}

.button--ghost:hover,
.button--ghost:focus,
a.button--ghost:hover,
a.button--ghost:focus {
  border-color: #fff;
  background: #fff;
  color: var(--refresh-ink);
}

.text-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: var(--refresh-ink);
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  color: var(--refresh-pine-dark);
  text-decoration: none;
}

/* Header */
.top_hero {
  position: relative;
  z-index: 20;
  height: 3rem;
  min-height: 3rem;
  padding: 0;
  border: 0;
  background: #343834;
}

.top_hero__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.top_hero__location {
  align-self: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top_hero__actions {
  display: flex;
  align-items: stretch;
}

.top_hero__phone {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.top_hero__phone:hover,
.top_hero__phone:focus {
  color: #fff;
  text-decoration: none;
}

.top_hero .top_hero__button {
  min-height: 100%;
  padding: 0 1.6rem;
  border-width: 0 0 0 2px;
  border-radius: 0;
}

.site-header {
  position: relative;
  z-index: 15;
  height: 7.5rem;
  padding: 0;
  border: 0;
  background: var(--refresh-pine);
  box-shadow: none;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo_hero {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0;
  float: none;
}

.site-logo-link {
  position: absolute;
  top: -1.75rem;
  left: 0;
  z-index: 25;
  display: block;
}

.site-logo {
  display: block;
  width: 11.875rem;
  max-width: none;
  height: auto;
  margin: 0;
  float: none;
}

.brand-callout {
  width: 18rem;
  margin: 0 0 0 13.5rem;
  float: none;
}

.brand-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  line-height: 1.2;
}

.brand-callout strong {
  color: #fff;
  font-weight: 800;
}

.menu {
  width: auto;
  padding: 0;
  float: none;
}

.desktop-menu .link-list {
  gap: 0.25rem;
}

.desktop-menu .link-list a {
  padding: 0.7rem 0.65rem;
  font-size: 0.93rem;
  letter-spacing: 0.07em;
  text-shadow: none;
}

.desktop-menu .link-list a::after {
  bottom: 0.28rem;
}

.mobile-menu-close,
.mobile-book-btn {
  text-decoration: none;
}

.mobile-book-btn:hover,
.mobile-book-btn:focus {
  text-decoration: none;
}

.mobile-menu[hidden] {
  display: none !important;
}

.image_hero_smaller {
  height: clamp(14rem, 20vw, 18rem);
  border-bottom: 0;
}

/* Homepage hero */
.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  height: clamp(34rem, 58vw, 45rem);
  min-height: 34rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  background-color: #25301f;
}

.home-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  background: #25301f;
}

.home-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 18, 10, 0.78), rgba(12, 18, 10, 0.2) 67%),
    linear-gradient(0deg, rgba(10, 14, 9, 0.54), transparent 58%);
}

.home-hero__content {
  box-sizing: border-box;
  padding-left: 13.5rem;
  padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
  color: #fff;
}

.home-hero__content .section-eyebrow {
  color: #d8e7b4;
}

.home-hero h1 {
  max-width: 13ch;
  margin: 0 0 1.4rem;
  color: #fff;
  font-size: clamp(3.6rem, 5.4vw, 4.85rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
  text-transform: none;
  text-shadow: none;
}

.home-hero__content > p:not(.section-eyebrow) {
  max-width: 40rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.home-hero__actions,
.home-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

@media (min-width: 901px) {
  .home-hero__content {
    padding-bottom: calc(clamp(3.5rem, 8vw, 6.5rem) + 6.25rem);
  }
}

/* Shared content */
.content {
  margin: 0;
  padding: clamp(3rem, 6vw, 5.5rem) 1.5rem;
  background: transparent;
}

.content > .container {
  display: flow-root;
}

.entry-content {
  color: var(--refresh-text);
}

.entry-header .entry-title {
  margin-bottom: 2rem;
  color: var(--refresh-ink);
}

.home .content,
.page-template-page-contact .content,
.page-template-page-rates .content,
.page-template-page-night-sky .content {
  padding: 0;
}

.home .content > .container,
.page-template-page-contact .content > .container,
.page-template-page-rates .content > .container,
.page-template-page-night-sky .content > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.home-experience,
.contact-experience,
.rates-experience {
  width: 100%;
}

/* Homepage sections */
.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.82fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: start;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.home-intro.wp-block-group {
  display: block;
}

.home-intro.wp-block-group > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.82fr);
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: start;
}

.home-intro > .wp-block-group__inner-container > *,
.home-galleries > .wp-block-group__inner-container > *,
.rates-options > .wp-block-group__inner-container > *,
.rates-groups > .wp-block-group__inner-container > *,
.section-heading > .wp-block-group__inner-container > * {
  margin-block-start: 0;
}

.home-intro__copy h2 {
  max-width: 12ch;
  margin: 0 0 1.75rem;
}

.home-intro__lead {
  max-width: 40rem;
  color: var(--refresh-ink);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.home-intro__actions {
  margin-top: 2rem;
}

.stay-summary {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: none;
}

.stay-summary h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.stay-summary p,
.stay-summary li {
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.6;
}

.stay-summary__button {
  width: 100%;
  margin-top: 0.25rem;
}

.stay-summary__night {
  position: relative;
  isolation: isolate;
  min-height: 22rem;
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: var(--refresh-radius);
  background: var(--refresh-night);
}

.stay-summary__night-picture,
.stay-summary__night-image,
.stay-summary__night-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stay-summary__night-picture {
  z-index: -2;
}

.stay-summary__night-image {
  object-fit: cover;
}

.stay-summary__night-shade {
  z-index: -1;
  background: linear-gradient(0deg, rgba(1, 4, 3, 0.95), rgba(1, 4, 3, 0.14));
}

.stay-summary__night-content {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  left: 1.35rem;
  color: #fff;
}

.stay-summary__night-content .section-eyebrow {
  color: #b9d784;
}

.stay-summary__night-content h3 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 1.55rem;
}

.stay-summary__night-content p:not(.section-eyebrow) {
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.stay-summary__night-content .stay-summary__night-credit {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.stay-summary__night-content a {
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}

.stay-summary__night-content a:hover,
.stay-summary__night-content a:focus {
  color: #d8e7b4;
  text-decoration: none;
}

.stay-summary .side-images {
  margin-top: 1.5rem;
}

.home-media {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  border-top: 1px solid var(--refresh-line);
}

.home-media__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
}

.home-media__video,
.home-media__photo {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border-radius: var(--refresh-radius);
  background: #131712;
}

.home-media__video iframe,
.home-media__photo img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.home-media__photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.5rem 1.25rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  color: #fff;
  font-size: 0.8rem;
}

.home-details {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  border-top: 1px solid var(--refresh-line);
}

.home-details__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--refresh-line);
  background: var(--refresh-line);
  overflow: hidden;
  border-radius: var(--refresh-radius);
}

.home-details__grid article {
  padding: clamp(1.75rem, 4vw, 3rem);
  background: var(--refresh-paper);
}

.home-details__number {
  color: var(--refresh-pine);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-details__grid h3 {
  margin: 2.5rem 0 1rem;
}

.home-details__grid p:last-child {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.home-galleries {
  padding-top: clamp(5rem, 9vw, 8rem);
  background: #e9eadf;
}

.home-gallery-story {
  display: grid;
  grid-template-columns: minmax(14rem, 0.36fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  width: min(92rem, calc(100% - 3rem));
  max-width: none;
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--refresh-line);
}

.home-gallery-story--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.36fr);
}

.home-gallery-story--reverse .home-gallery-story__intro {
  grid-column: 2;
}

.home-gallery-story--reverse .home-gallery-mosaic {
  grid-row: 1;
  grid-column: 1;
}

.home-gallery-story__intro {
  position: sticky;
  top: 2rem;
}

.home-gallery-story__intro h3 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.home-gallery-mosaic .ngg-galleryoverview {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(8rem, 12vw, 12rem);
  gap: 0.3rem;
  width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
}

.home-gallery-mosaic .ngg-gallery-thumbnail-box {
  display: block;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
  border-radius: var(--refresh-radius);
}

.home-gallery-mosaic .ngg-gallery-thumbnail-box:first-of-type {
  grid-row: span 2;
  grid-column: span 2;
}

.home-gallery-mosaic .ngg-gallery-thumbnail,
.home-gallery-mosaic .ngg-gallery-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}

.home-gallery-mosaic .ngg-gallery-thumbnail img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover;
  opacity: 1;
  transition: opacity 160ms ease;
}

.home-gallery-mosaic .ngg-gallery-thumbnail a:hover img,
.home-gallery-mosaic .ngg-gallery-thumbnail a:focus img {
  opacity: 0.8;
}

.home-gallery-mosaic .ngg-navigation {
  display: flex !important;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 0 !important;
  font-family: "Montserrat", sans-serif;
}

.home-gallery-mosaic .ngg-navigation__label {
  margin-right: 0.2rem;
  color: var(--refresh-text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-gallery-mosaic .ngg-navigation__status {
  min-width: 6.5rem;
  color: var(--refresh-ink);
  font-size: 0.84rem;
  font-weight: 650;
  text-align: center;
}

.home-gallery-mosaic .ngg-navigation > a.ngg-navigation__direction {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  min-height: 2.65rem;
  margin: 0 !important;
  padding: 0.5rem 0.7rem !important;
  border: 1px solid rgba(32, 39, 32, 0.24) !important;
  border-radius: var(--refresh-radius) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
  color: var(--refresh-ink) !important;
  font-size: 0.84rem !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.home-gallery-mosaic .ngg-navigation > a.ngg-navigation__direction:hover,
.home-gallery-mosaic .ngg-navigation > a.ngg-navigation__direction:focus {
  border-color: var(--refresh-ink) !important;
  background: var(--refresh-ink) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.home-gallery-mosaic .ngg-navigation__page-number {
  display: none !important;
}

.home-closing {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--refresh-pine);
}

.home-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.home-closing .section-eyebrow {
  color: #d8e7b4;
}

.home-closing h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
}

/* Standard page sidebar */
.left_content {
  width: 64%;
  padding-right: clamp(2rem, 5vw, 4.5rem);
}

.right_content {
  width: 36%;
}

.home-intro .stay-summary {
  width: 100%;
  float: none;
}

.content-page .stay-summary,
.page-template-default .stay-summary {
  padding: 1.75rem;
}

.page-id-8 .content > .container {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(18rem, 0.9fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}

.page-id-8 .left_content,
.page-id-8 .right_content {
  width: 100%;
  padding: 0;
  float: none;
}

.page-id-8 .stay-summary {
  position: sticky;
  top: 2rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.page-id-8 .stay-summary .side-images {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.page-id-8 .stay-summary .side-images img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-id-8 .left_content h2 {
  margin-top: 3.25rem;
  margin-bottom: 1.25rem;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
}

.page-id-8 .ngg-gallery-thumbnail,
.page-id-8 .ngg-gallery-thumbnail a,
.page-id-8 .ngg-gallery-thumbnail img,
.page-id-8 .side-images img {
  overflow: hidden;
  border-radius: var(--refresh-radius) !important;
}

/* Rates */
.page-template-full-width-page .hentry,
.page-template-full-width-page .entry-content {
  width: 100%;
  max-width: none;
}

.page-template-full-width-page .entry-content > h2 {
  max-width: 26ch;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.page-template-full-width-page .table-scroll {
  width: 100%;
  margin: 1.5rem 0 2.5rem;
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  box-shadow: none;
}

.page-template-full-width-page .table-scroll table {
  width: 100% !important;
  min-width: 58rem;
  border-collapse: collapse;
}

.page-template-full-width-page .table-scroll th,
.page-template-full-width-page .table-scroll td {
  padding: 0.9rem 1rem;
  border-color: var(--refresh-line);
  font-size: 0.94rem;
  text-align: left;
}

.page-template-full-width-page .table-scroll thead th,
.page-template-full-width-page .table-scroll tr:first-child td {
  background: var(--refresh-ink);
  color: #fff;
  font-weight: 750;
}

/* Rates */
.rates-experience {
  background: var(--refresh-paper);
}

.rates-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: end;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.rates-intro h1 {
  max-width: 13ch;
  margin: 0 0 1.5rem;
  text-transform: none;
}

.rates-intro__copy > p:not(.section-eyebrow) {
  max-width: 43rem;
  font-size: 1.08rem;
}

.rates-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.rates-facts {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  background: #fff;
  list-style: none;
}

.rates-facts li {
  display: grid;
  gap: 0.3rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--refresh-line);
}

.rates-facts li:last-child {
  border-bottom: 0;
}

.rates-facts strong {
  color: var(--refresh-ink);
  font-size: 1rem;
}

.rates-facts span {
  color: var(--refresh-text);
  font-size: 0.87rem;
  line-height: 1.5;
}

.rates-options {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  border-top: 1px solid var(--refresh-line);
}

.rates-options > .section-heading {
  max-width: 45rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.rates-options > .wp-block-group__inner-container > .section-heading {
  max-width: 45rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.rates-groups {
  border-top: 1px solid var(--refresh-line);
}

.rate-group {
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-bottom: 1px solid var(--refresh-line);
}

.rate-group__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.32fr);
  gap: 2.5rem;
  align-items: end;
  margin-bottom: 2rem;
}

.rate-group__heading h2 {
  max-width: 34ch;
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2rem);
}

.rate-group__heading > p {
  margin: 0;
  text-align: right;
}

.rate-group__heading > p strong {
  color: var(--refresh-ink);
  font-size: 1.05rem;
}

.rate-group .table-scroll {
  width: 100%;
  margin: 0;
  overflow-x: auto;
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  background: #fff;
  scrollbar-color: var(--refresh-pine) #e7e9df;
  scrollbar-width: auto;
}

.rate-group .table-scroll:focus-visible {
  outline: 3px solid var(--refresh-pine);
  outline-offset: 3px;
}

.table-scroll-hint {
  display: none;
}

.rate-group .table-scroll table {
  width: 100% !important;
  min-width: 50rem;
  margin: 0 !important;
  border-collapse: collapse;
}

.rate-group .table-scroll th,
.rate-group .table-scroll td {
  padding: 1rem 1.1rem;
  border: 0;
  border-bottom: 1px solid var(--refresh-line);
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}

.rate-group .table-scroll thead th {
  background: var(--refresh-ink);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rate-group .table-scroll tbody td {
  background: #fff;
  color: var(--refresh-ink);
}

.rate-group .table-scroll tbody tr:nth-child(even) td {
  background: #f3f4ec;
}

.rate-group .table-scroll tbody tr:hover td {
  background: #e9eedf;
}

.rate-group .table-scroll tbody tr:last-child td {
  border-bottom: 0;
}

.rate-group .table-scroll th:first-child,
.rate-group .table-scroll td:first-child,
.rate-group .table-scroll th:nth-child(3),
.rate-group .table-scroll td:nth-child(3),
.rate-group .table-scroll th:last-child,
.rate-group .table-scroll td:last-child {
  white-space: nowrap;
}

.rate-group .table-scroll th:last-child,
.rate-group .table-scroll td:last-child {
  text-align: right;
}

.rate-group .table-scroll td:last-child {
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.booking-details {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #e9eadf;
}

.booking-details .section-heading {
  max-width: 45rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.booking-details__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.booking-details__grid article {
  padding: 1.75rem;
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  background: rgba(255, 255, 255, 0.76);
}

.booking-details__grid h3 {
  margin: 0 0 0.8rem;
  font-size: 1.22rem;
}

.booking-details__grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

.booking-details__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: var(--refresh-radius);
  background: var(--refresh-ink);
  color: rgba(255, 255, 255, 0.78);
}

.booking-details__cta h2 {
  max-width: 24ch;
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.booking-details__cta p {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

/* Contact */
.contact-experience {
  background: var(--refresh-paper);
}

.contact-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: end;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.contact-intro h1 {
  max-width: 12ch;
  margin: 0;
  text-transform: none;
}

.contact-intro > p {
  margin-bottom: 0;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(18rem, 0.72fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
  padding-bottom: clamp(6rem, 10vw, 9rem);
}

.contact-form-panel {
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  background: #fff;
}

.contact-form-panel h2,
.contact-details h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
}

.contact-details {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  background: rgba(255, 255, 255, 0.7);
}

.contact-details > p:not(.section-eyebrow) {
  font-style: normal;
}

.contact-details__list {
  margin: 2.5rem 0;
  padding: 0;
}

.contact-details__list > div {
  padding: 1rem 0;
  border-top: 1px solid var(--refresh-line);
}

.contact-details__list dt {
  margin-bottom: 0.35rem;
  color: var(--refresh-pine-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details__list dd {
  margin: 0;
  color: var(--refresh-ink);
  font-size: 1.05rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.contact-details__list a {
  color: var(--refresh-ink);
}

.contact-details__list a[href^="mailto:"] {
  font-size: clamp(0.88rem, 1.15vw, 0.95rem);
  letter-spacing: -0.02em;
}

.contact-form-panel .gform_wrapper {
  margin-top: 2.5rem;
}

.contact-form-panel .gform_wrapper .gform_fields {
  gap: 1.15rem 1rem;
}

.contact-form-panel .gform_wrapper .gfield_label {
  color: var(--refresh-ink);
  font-size: 0.88rem;
  font-weight: 750;
}

.contact-form-panel .gform_wrapper input[type="text"],
.contact-form-panel .gform_wrapper input[type="email"],
.contact-form-panel .gform_wrapper input[type="tel"],
.contact-form-panel .gform_wrapper input[type="number"],
.contact-form-panel .gform_wrapper select,
.contact-form-panel .gform_wrapper textarea {
  box-sizing: border-box;
  min-height: 3.25rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(32, 39, 32, 0.32);
  border-radius: var(--refresh-radius);
  background: #fff;
  box-shadow: none;
  color: var(--refresh-ink);
  font-size: 1rem;
}

.contact-form-panel .gform_wrapper textarea {
  min-height: 9rem;
}

.contact-form-panel .gform_wrapper input:focus,
.contact-form-panel .gform_wrapper select:focus,
.contact-form-panel .gform_wrapper textarea:focus {
  border-color: var(--refresh-pine);
  outline: 2px solid var(--refresh-pine);
  outline-offset: 1px;
}

.contact-form-panel .gform_wrapper .gform_button {
  min-height: 3.25rem;
  padding: 0.8rem 1.5rem;
  border: 2px solid var(--refresh-orange-dark);
  border-radius: var(--refresh-button-radius);
  background: var(--refresh-orange);
  box-shadow: none;
  color: var(--refresh-ink);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-form-panel .gform_wrapper .gform_button:hover,
.contact-form-panel .gform_wrapper .gform_button:focus {
  border-color: var(--refresh-ink);
  background: var(--refresh-ink);
  box-shadow: none;
  color: #fff;
}

/* Night Sky refinements */
.page-template-page-night-sky .site-header,
.page-template-page-night-sky .top_hero,
.page-template-page-night-sky .site-footer {
  background: #070b09;
}

.page-template-page-night-sky .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-template-page-night-sky .night-sky-experience {
  width: 100%;
}

.page-template-page-night-sky .night-sky-hero {
  clear: none;
  width: 100%;
  min-height: clamp(42rem, 78vh, 50rem);
}

.page-template-page-night-sky .night-sky-hero__content {
  width: min(var(--refresh-container), calc(100% - 3rem));
  padding-bottom: clamp(5rem, 12vh, 8rem);
}

.page-template-page-night-sky .night-sky-hero h1 {
  max-width: 14ch;
  font-size: clamp(3.4rem, 5.4vw, 4.75rem);
  line-height: 0.96;
}

.night-sky-copy h2,
.night-sky-tips h2,
.night-sky-cta h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.night-sky-section,
.night-sky-copy,
.night-sky-tips {
  box-sizing: border-box;
  max-width: 100%;
}

.night-sky-photographer {
  display: grid;
  grid-template-columns: minmax(15rem, 0.38fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: clamp(5rem, 10vw, 9rem);
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid var(--sdob-night-border);
  border-left: 3px solid #a8cd68;
  border-radius: var(--refresh-radius);
  background: rgba(93, 127, 43, 0.1);
  font-style: normal;
}

.night-sky-photographer p {
  margin: 0;
  font-style: normal;
}

.night-sky-photographer__label {
  color: #a8cd68;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.night-sky-photographer__credit {
  margin-top: 0.55rem !important;
  color: var(--sdob-night-text);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.night-sky-photographer__intro {
  color: var(--sdob-night-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}

.night-sky-gallery {
  padding-right: 0;
  padding-left: 0;
}

.night-sky-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(15rem, 24vw, 28rem);
  gap: 0.3rem;
  width: 100%;
  max-width: none;
  padding: 0;
}

.night-sky-gallery__item,
.night-sky-gallery__item--wide,
.night-sky-gallery__item--tall {
  position: relative;
  grid-column: span 4;
  grid-row: span 1;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.night-sky-gallery__item--wide {
  grid-column: span 8;
}

.night-sky-gallery__item--tall {
  grid-row: span 2;
}

.night-sky-gallery__picture,
.night-sky-gallery__image {
  width: 100%;
  height: 100%;
}

.night-sky-gallery__item .sdob-lightbox-trigger,
.night-sky-tips__image-wrap .sdob-lightbox-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.night-sky-gallery__item .sdob-lightbox-trigger::after,
.night-sky-tips__image-wrap .sdob-lightbox-trigger::after {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(2, 5, 4, 0.58);
  color: #fff;
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
}

.night-sky-gallery__item .sdob-lightbox-trigger:focus-visible,
.night-sky-tips__image-wrap .sdob-lightbox-trigger:focus-visible {
  outline: 3px solid #d8e7b4;
  outline-offset: -3px;
}

.night-sky-gallery__image {
  object-fit: cover;
}

.night-sky-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 3.5rem 1rem 0.9rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  color: rgba(255, 255, 255, 0.86);
}

.night-sky-gallery figcaption span:only-child {
  flex: 1 1 auto;
  color: inherit;
  font-size: 0.88rem;
}

.night-sky-cta {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(5rem, 9vw, 8rem) 1.5rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--refresh-text);
}

.night-sky-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  width: min(var(--refresh-container), 100%);
  margin: 0 auto;
}

.night-sky-cta h2 {
  max-width: 13ch;
  color: var(--refresh-ink);
}

.night-sky-cta .night-sky-eyebrow {
  color: var(--refresh-pine);
}

.night-sky-cta__inner > div > p:last-child {
  max-width: 42rem;
  color: var(--refresh-text);
}

.night-sky-cta__credit {
  grid-column: 1 / -1;
  margin: 1rem 0 0;
  color: #aab2a7;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Footer */
.site-footer {
  min-height: 0;
  padding: clamp(4rem, 8vw, 7rem) 0 0;
  border: 0;
  background: var(--refresh-ink);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(10rem, 0.55fr) minmax(16rem, 0.85fr);
  gap: clamp(3rem, 8vw, 7rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.site-footer h2 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer address,
.site-footer li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.7;
}

.site-footer__brand {
  margin: 0 0 1.5rem;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  font-weight: 700;
  line-height: 0.9 !important;
  letter-spacing: -0.05em;
}

.site-footer__brand span {
  color: #b9d784;
  font-size: 0.58em;
  font-weight: 500;
}

.site-footer__about > p:not(.site-footer__brand) {
  max-width: 31rem;
}

.site-footer__about .button {
  margin-top: 1rem;
}

.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu li {
  margin: 0 0 0.55rem;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #d8e7b4;
  text-decoration: none;
}

.site-footer a.button--light {
  color: var(--refresh-ink);
}

.site-footer a.button--light:hover,
.site-footer a.button--light:focus {
  color: #fff;
}

.site-footer address {
  margin-bottom: 1.2rem;
  font-style: normal;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__bottom p {
  margin: 0;
  font-size: 0.76rem;
}

.site-footer__legal {
  display: flex;
  gap: 1.25rem;
}

.contact-form-panel__privacy {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: var(--refresh-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.contact-form-panel__privacy a {
  color: var(--refresh-pine-dark);
  font-weight: 600;
}

/* 404 page */
.error404 .content {
  padding: 0;
}

.not-found-page {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 8rem);
}

.not-found-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.75fr);
  overflow: hidden;
  border: 1px solid var(--refresh-line);
  border-radius: var(--refresh-radius);
  background: #fff;
}

.not-found-page__content {
  box-sizing: border-box;
  padding: clamp(2.5rem, 6vw, 5.5rem);
}

.not-found-page__content h1 {
  max-width: 14ch;
  margin: 0 0 1.75rem;
  font-size: clamp(2.55rem, 4vw, 3.5rem);
  text-transform: none;
}

.not-found-page__lead {
  max-width: 42rem;
  margin: 0;
  color: var(--refresh-text);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}

.not-found-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.not-found-page__next {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  display: flex;
  align-items: end;
  min-height: 30rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  background: var(--refresh-ink);
  color: rgba(255, 255, 255, 0.78);
}

.not-found-page__next .not-found-page__number {
  position: absolute;
  z-index: -1;
  top: -0.16em;
  right: -0.08em;
  margin: 0;
  color: rgba(255, 255, 255, 0.07);
  font-size: clamp(8rem, 15vw, 13rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.09em;
}

.not-found-page__next-content {
  width: 100%;
}

.not-found-page__next h2 {
  max-width: 12ch;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.75rem, 2.7vw, 2.3rem);
}

.not-found-page__next p {
  max-width: 28rem;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.76);
}

.not-found-page__next ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.not-found-page__next li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.not-found-page__next a {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.not-found-page__next a:hover,
.not-found-page__next a:focus {
  color: #ddebba;
  text-decoration: none;
}

.not-found-page__next a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* Shared gallery lightbox */
body.sdob-lightbox-open {
  overflow: hidden;
}

.sdob-lightbox {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(1rem, 3vw, 2rem);
  border: 0;
  background: rgba(2, 5, 4, 0.96);
  color: #fff;
}

.sdob-lightbox[open] {
  display: grid;
  place-items: center;
}

.sdob-lightbox::backdrop {
  background: rgba(2, 5, 4, 0.96);
}

.sdob-lightbox__inner {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  align-items: center;
  width: min(96rem, 100%);
  height: 100%;
}

.sdob-lightbox__figure {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  justify-items: center;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 1.5rem 0 0;
}

.sdob-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 8rem);
  border-radius: var(--refresh-radius);
  object-fit: contain;
}

.sdob-lightbox__details {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.sdob-lightbox__count {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
}

.sdob-lightbox__close,
.sdob-lightbox__previous,
.sdob-lightbox__next {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.sdob-lightbox__previous span,
.sdob-lightbox__next span {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  border-top: 0.15rem solid currentColor;
  border-right: 0.15rem solid currentColor;
  font-size: 0;
  line-height: 0;
}

.sdob-lightbox__previous span {
  margin-left: 0.18rem;
  transform: rotate(-135deg);
}

.sdob-lightbox__next span {
  margin-right: 0.18rem;
  transform: rotate(45deg);
}

.sdob-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

.sdob-lightbox__previous:hover,
.sdob-lightbox__previous:focus,
.sdob-lightbox__next:hover,
.sdob-lightbox__next:focus,
.sdob-lightbox__close:hover,
.sdob-lightbox__close:focus {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
  color: var(--refresh-ink);
}

.sdob-lightbox__previous:focus-visible,
.sdob-lightbox__next:focus-visible,
.sdob-lightbox__close:focus-visible {
  outline: 3px solid #d8e7b4;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 1050px) {
  .brand-callout {
    display: none;
  }

  .desktop-menu .link-list a {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
    font-size: 0.87rem;
  }

  .home-gallery-story,
  .home-gallery-story--reverse {
    grid-template-columns: 1fr;
  }

  .home-gallery-story--reverse .home-gallery-story__intro,
  .home-gallery-story--reverse .home-gallery-mosaic {
    grid-row: auto;
    grid-column: auto;
  }

  .home-gallery-story__intro {
    position: static;
    max-width: 42rem;
  }
}

@media (max-width: 900px) {
  .container,
  .section-shell {
    width: min(100% - 2rem, var(--refresh-container));
  }

  .top_hero__location {
    display: none;
  }

  .top_hero__inner {
    justify-content: flex-end;
  }

  .site-header {
    height: 6.5rem;
  }

  .site-logo-link {
    top: -1.35rem;
  }

  .logo_hero .site-logo {
    width: 8.5rem !important;
  }

  .mobile-menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 0 0 auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--refresh-button-radius);
    background: rgba(20, 32, 16, 0.12);
    color: #fff;
    line-height: 1;
    box-shadow: none;
  }

  .mobile-menu-toggle:hover,
  .mobile-menu-toggle:focus {
    border-color: #fff;
    background: rgba(20, 32, 16, 0.26);
  }

  .mobile-menu-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }

  .mobile-menu-close {
    top: 1.5rem;
    right: 0.75rem;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(32, 39, 32, 0.3);
    border-radius: var(--refresh-button-radius);
    background: transparent;
    color: var(--refresh-ink);
    font-size: 0;
    line-height: 1;
    box-shadow: none;
  }

  .mobile-menu-close:hover,
  .mobile-menu-close:focus {
    border-color: var(--refresh-ink);
    background: var(--refresh-paper);
  }

  .mobile-menu-close:focus-visible {
    outline: 3px solid var(--refresh-pine);
    outline-offset: 3px;
  }

  .menu-control-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
    padding: 0;
    overflow: hidden;
  }

  .mobile-link-list {
    box-sizing: border-box;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 5rem 0 1rem;
    overflow-y: auto;
  }

  .mobile-link-list li a,
  .mobile-book-btn {
    box-sizing: border-box;
    width: 100%;
  }

  .mobile-book-btn {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    padding: 1.35rem 1rem;
  }

  .home-intro,
  .contact-intro,
  .contact-layout,
  .rates-intro,
  .home-closing__inner,
  .booking-details__cta,
  .night-sky-cta__inner,
  .not-found-page__grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .not-found-page__next {
    min-height: 25rem;
  }

  .home-intro.wp-block-group > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .home-media__grid {
    grid-template-columns: 1fr;
  }

  .home-details__grid {
    grid-template-columns: 1fr;
  }

  .home-intro .stay-summary {
    display: block;
    margin-top: 0;
  }

  .left_content,
  .right_content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .page-id-8 .content > .container {
    display: block;
  }

  .page-id-8 .stay-summary {
    display: block;
    position: static;
    margin-top: 3rem;
  }

  .rate-group__heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .rate-group__heading > p {
    text-align: left;
  }

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

  .night-sky-photographer {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .night-sky-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(15rem, 58vw, 28rem);
  }

  .night-sky-gallery__item,
  .night-sky-gallery__item--wide,
  .night-sky-gallery__item--tall {
    grid-column: span 1;
  }

  .night-sky-gallery__item--wide {
    grid-column: span 2;
  }

  .site-footer__bottom {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .container,
  .section-shell {
    width: calc(100% - 1.5rem);
  }

  .top_hero {
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .top_hero__phone {
    padding: 0 0.8rem;
    font-size: 0.8rem;
  }

  .top_hero .top_hero__button {
    padding: 0 0.9rem;
    font-size: 0.72rem;
  }

  .site-header {
    height: 5.75rem;
  }

  .site-logo-link {
    top: 0;
  }

  .logo_hero .site-logo {
    width: 6.875rem !important;
  }

  .home-hero {
    display: grid;
    grid-template-rows: clamp(16rem, 72vw, 19rem) auto;
    align-items: stretch;
    height: auto !important;
    min-height: 0 !important;
    background: var(--refresh-pine-dark);
  }

  .home-hero__media {
    inset: 0 0 auto !important;
    height: clamp(16rem, 72vw, 19rem) !important;
  }

  .home-hero__shade {
    inset: 0 0 auto;
    height: clamp(16rem, 72vw, 19rem);
    background: linear-gradient(0deg, rgba(8, 13, 7, 0.35), rgba(8, 13, 7, 0.04) 70%);
  }

  .home-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 12.2vw, 3rem);
    line-height: 1;
  }

  .home-hero__content {
    z-index: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
    padding: 2.5rem 0.75rem 3rem;
    background: var(--refresh-pine-dark);
  }

  .home-hero__content .section-eyebrow {
    display: none;
  }

  .home-hero__actions,
  .home-intro__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero__actions .button,
  .home-intro__actions .button {
    width: 100%;
  }

  .home-media__video,
  .home-media__photo {
    aspect-ratio: 4 / 3;
  }

  .home-gallery-story {
    width: calc(100% - 1.5rem);
  }

  .home-gallery-mosaic .ngg-galleryoverview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 10rem;
  }

  .home-gallery-mosaic .ngg-gallery-thumbnail-box:first-of-type {
    grid-row: auto;
    grid-column: auto;
  }

  .home-gallery-mosaic .ngg-gallery-thumbnail-box:first-of-type {
    grid-column: span 2;
  }

  .home-gallery-mosaic .ngg-gallery-thumbnail-box:first-of-type img {
    min-height: 20.3rem;
  }

  .home-gallery-mosaic .ngg-navigation__label {
    flex-basis: 100%;
    margin: 0 0 0.25rem;
    text-align: center;
  }

  .rates-intro__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rates-intro__actions .button {
    width: 100%;
  }

  .not-found-page {
    padding: 3.5rem 0 4.5rem;
  }

  .not-found-page__content,
  .not-found-page__next {
    padding: 2rem;
  }

  .not-found-page__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .not-found-page__actions .button {
    width: 100%;
  }

  .table-scroll-hint {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin: 0 0 0.75rem;
    color: var(--refresh-pine-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .table-scroll-hint span {
    font-size: 1.1rem;
    line-height: 1;
  }

  .rate-group .table-scroll table {
    min-width: 44rem;
  }

  .booking-details__grid {
    grid-template-columns: 1fr;
  }

  .contact-form-panel {
    padding: 1.35rem;
  }

  .page-template-page-night-sky .night-sky-hero {
    min-height: 39rem;
  }

  .page-template-page-night-sky .night-sky-hero__content {
    width: calc(100% - 2rem);
    padding-bottom: 5rem;
  }

  .page-template-page-night-sky .night-sky-hero h1 {
    font-size: clamp(3rem, 14vw, 3.6rem);
  }

  .night-sky-copy h2,
  .night-sky-tips h2,
  .night-sky-cta h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
  }

  .night-sky-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .night-sky-gallery__item,
  .night-sky-gallery__item--wide,
  .night-sky-gallery__item--tall {
    grid-row: auto;
    grid-column: 1;
    aspect-ratio: 4 / 3;
  }

  .night-sky-gallery__item--tall {
    aspect-ratio: 3 / 4;
  }

  .night-sky-cta {
    width: 100%;
    padding: 4.5rem 1rem;
  }

  .night-sky-cta .button {
    width: 100%;
  }

  .sdob-lightbox {
    padding: 0.75rem;
    overflow: hidden;
  }

  .sdob-lightbox__inner {
    display: block;
    width: 100%;
    height: 100%;
  }

  .sdob-lightbox__figure {
    grid-template-rows: minmax(0, 1fr) auto;
    width: 100%;
    height: 100%;
    padding: 3.5rem 0 0.25rem;
  }

  .sdob-lightbox__image {
    max-height: calc(100dvh - 7.5rem);
  }

  .sdob-lightbox__details {
    box-sizing: border-box;
    align-items: baseline;
    flex-direction: row;
    gap: 0.75rem;
    min-height: 2.5rem;
  }

  .sdob-lightbox__close,
  .sdob-lightbox__previous,
  .sdob-lightbox__next {
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1.65rem;
  }

  .sdob-lightbox__previous,
  .sdob-lightbox__next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }

  .sdob-lightbox__previous {
    left: 0;
  }

  .sdob-lightbox__next {
    right: 0;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
