@font-face {
  font-family: "EPRC Sans";
  src: url("../assets/fonts/a218039a3287bcfd-s.p.43zbiuwnnoiok.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #003544;
  --spruce: #405954;
  --sage: #94c4b0;
  --sun: #ffc703;
  --tangerine: #ff8a03;
  --orange: #ff4a00;
  --flame: #ed1f36;
  --ivory: #eee8dc;
  --paper: #f6f3ec;
  --ink-muted: rgba(0, 53, 68, 0.72);
  --rule: rgba(0, 53, 68, 0.24);
  --font-sans: "EPRC Sans", Arial, Helvetica, sans-serif;
  --font-display: "EPRC Sans", Arial, Helvetica, sans-serif;

  /* Approved homepage typography scale. */
  --home-type-hero-title: clamp(3.125rem, 4.6vw, 4.375rem);
  --home-type-section-title: clamp(2.5rem, 4.2vw, 3.625rem);
  --home-type-card-title: 1.9375rem;
  --home-type-lede: 1.3125rem;
  --home-type-body: 0.9375rem;
  --home-type-utility: 0.75rem;
}

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-sans);
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  background: none;
}

img,
svg,
iframe {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: -5rem;
  left: 1.25rem;
  padding: 0.75rem 1.25rem;
  color: var(--navy);
  background: var(--paper);
}

.skip-link:focus {
  top: 1.25rem;
}

.shell,
.container-site {
  width: min(calc(100% - 5rem), 80rem);
  margin-inline: auto;
}

.eyebrow {
  color: var(--flame);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.molten-hosting {
  display: block;
  margin-top: 0.35rem;
  color: rgba(238, 232, 220, 0.5);
  font-size: var(--home-type-utility);
  letter-spacing: 0.04em;
}

.molten-hosting a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* Signed-off Pacific Resort Modern homepage */
.theme-page {
  overflow-x: hidden;
  background: var(--ivory);
}

.site-header {
  position: relative;
  z-index: 30;
  color: var(--ivory);
  background: var(--navy);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 5.5rem;
}

.brand img {
  width: 15.25rem;
  height: auto;
}

.home-hero {
  position: relative;
  min-height: 40.625rem;
  color: white;
  background: var(--navy);
  isolation: isolate;
}

.home-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 25%, rgba(0, 32, 42, 0.06) 55%, rgba(0, 32, 42, 0.18));
  content: "";
}

.home-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero__copy {
  display: flex;
  min-height: 40.625rem;
  align-items: center;
  justify-content: flex-end;
}

.home-hero__copy > div {
  width: min(100%, 32rem);
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 28, 36, 0.55);
}

.home-hero .eyebrow {
  color: white;
  font-family: var(--font-sans);
  font-size: var(--home-type-body);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.72;
  text-transform: none;
}

.home-hero h1 {
  margin-top: 1.125rem;
  font-size: var(--home-type-hero-title);
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.home-hero__copy div > p:last-child {
  margin-top: 1.35rem;
  font-size: var(--home-type-body);
  line-height: 1.72;
}

.theme-section {
  position: relative;
  padding-block: 1.5rem;
}

.home-intro {
  border-bottom: 1px solid var(--rule);
  background: var(--ivory);
}

.home-intro__grid {
  display: grid;
  grid-template-columns: 61fr 39fr;
  gap: 4rem;
  align-items: start;
}

.home-intro h2,
.visit-copy > h2,
.social-heading h2 {
  font-size: var(--home-type-section-title);
  letter-spacing: -0.02em;
  line-height: 1.04;
}

.visit-copy > h2 {
  white-space: nowrap;
}

.intro-lede {
  margin-top: 1.1rem;
  font-size: var(--home-type-lede);
  letter-spacing: -0.01em;
  line-height: 1.48;
}

.intro-copy {
  padding-top: 0.15rem;
  font-size: var(--home-type-body);
  line-height: 1.72;
}

.home-info {
  background: var(--ivory);
}

.home-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.375rem;
}

.info-panel {
  min-width: 0;
}

.info-panel > h2,
.visit-copy h3,
.theme-footer h2,
.public-footer h2 {
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
  text-transform: uppercase;
}

.newsletter-panel,
.hours-panel,
.map-panel {
  min-height: 16.75rem;
  margin-top: 1rem;
}

.newsletter-panel {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
}

.theme-signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.theme-signup input,
.theme-signup button {
  min-width: 0;
  min-height: 3rem;
  padding: 0.6rem;
  border: 1px solid currentColor;
  border-radius: 0.3rem;
  background: transparent;
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
}

.theme-signup input::placeholder {
  color: currentColor;
  opacity: 0.8;
}

.theme-signup button {
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.theme-signup button:hover {
  color: var(--ivory);
  background: var(--navy);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.55rem;
}

.social-links > a:not(.social-handle) {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 0.3rem;
}

.social-links svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.social-handle {
  overflow-wrap: anywhere;
}

.collaboration {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.collaboration img {
  width: 5.5rem;
  height: auto;
}

.hours-panel {
  background: transparent;
}

.hours-row {
  display: grid;
  grid-template-columns: 4.2rem 1fr 1fr;
  gap: 0.8rem;
  padding: 0.82rem 1rem;
  border-top: 1px solid var(--rule);
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
}

.hours-row strong {
  font-weight: inherit;
}

.hours-row:first-child {
  border-top: 0;
}

.map-panel {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 16.75rem;
  border: 0;
  filter: grayscale(1) sepia(0.18) opacity(0.65);
}

.map-panel > a {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--navy);
  border-radius: 0.3rem;
  background: var(--paper);
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
  text-transform: uppercase;
}

.home-visit {
  color: var(--ivory);
  background: var(--spruce);
}

.visit-grid {
  display: grid;
  grid-template-columns: 16.25rem minmax(0, 1fr);
  gap: 3.6rem;
  align-items: stretch;
}

.visit-copy {
  display: flex;
  flex-direction: column;
}

.visit-copy > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
}

.visit-copy h3 {
  margin-bottom: 0.2rem;
}

.visit-copy a:hover {
  text-decoration: underline;
}

.visit-cards,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.375rem;
}

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

.theme-card {
  position: relative;
  display: block;
  overflow: hidden;
  container-type: inline-size;
  border: 1px solid var(--ivory);
  border-radius: 0.3rem;
  color: var(--ivory);
  background: transparent;
  isolation: isolate;
}

a.theme-card {
  cursor: pointer;
}

.theme-card--square {
  aspect-ratio: 1;
}

.theme-card--wide {
  aspect-ratio: 16 / 9;
}

.theme-card--panoramic {
  display: grid;
  grid-template-columns: 78% 22%;
  min-height: 18.75rem;
}

.theme-card > img {
  position: absolute;
  inset: 0.5rem 0.5rem 20%;
  width: calc(100% - 1rem);
  height: calc(80% - 0.5rem);
  object-fit: cover;
  transition: transform 500ms ease, filter 300ms ease;
}

.theme-card:hover > img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.02);
}

.theme-card__copy {
  position: absolute;
  right: 0.65rem;
  bottom: 0;
  left: 0.65rem;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: end;
  gap: clamp(0.35rem, 3cqi, 0.75rem);
  height: 20%;
  padding-block: 0.45rem;
}

.theme-card__copy h3 {
  font-size: clamp(1.375rem, 12cqi, var(--home-type-card-title));
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.theme-card__copy p {
  align-self: end;
  text-align: right;
  font-family: var(--font-display);
  font-size: clamp(0.5625rem, 4cqi, var(--home-type-utility));
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.theme-card__copy span {
  margin-left: 0.35rem;
  font-family: var(--font-sans);
  font-size: clamp(0.75rem, 6cqi, 1rem);
  letter-spacing: 0;
}

.home-features,
.home-groups {
  background: var(--navy);
}

.home-groups {
  padding-top: 0;
}

.theme-card--panoramic > img {
  inset: 0.5rem auto 0.5rem 0.5rem;
  width: calc(78% - 0.5rem);
  height: calc(100% - 1rem);
}

.theme-card--panoramic .theme-card__copy {
  top: 0.5rem;
  right: 0.65rem;
  bottom: 0.5rem;
  left: 78%;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 1rem 1rem;
}

.theme-card--panoramic .theme-card__copy p {
  width: 100%;
  margin-top: 0.45rem;
  text-align: left;
}

.theme-card--panoramic .theme-card__copy span {
  float: right;
}

.home-social {
  background: var(--ivory);
}

.social-heading {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 0.6rem;
}

.social-heading > p,
.social-heading > a {
  padding-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
  text-transform: uppercase;
}

.social-heading > a {
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--navy);
  border-radius: 0.3rem;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.375rem;
}

.social-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--navy);
  border-radius: 0.3rem;
  object-fit: cover;
}

.theme-footer {
  position: relative;
  padding: 3.5rem 0 1.5rem;
  color: var(--ivory);
  background: var(--navy);
}

.theme-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.75rem;
}

.footer-brand {
  width: 8rem;
  text-align: center;
}

.footer-brand img {
  width: 8rem;
  height: auto;
}

.theme-footer__grid > nav a,
.theme-footer__newsletter,
.theme-footer__base {
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.55;
}

.footer-brand__tagline {
  margin-top: 0.7rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: var(--home-type-utility);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.55;
}

.theme-footer h2,
.public-footer h2 {
  margin-bottom: 1rem;
  color: var(--sage);
}

.theme-footer__grid > nav a,
.theme-footer__newsletter > a {
  display: block;
  margin-block: 0.35rem;
  color: rgba(238, 232, 220, 0.86);
}

.theme-footer a:hover,
.public-footer a:hover {
  color: var(--sun);
}

.theme-footer__newsletter p {
  color: rgba(238, 232, 220, 0.75);
}

.theme-footer .theme-signup {
  margin-block: 1rem;
}

.theme-footer .theme-signup button:hover {
  color: var(--navy);
  background: var(--ivory);
}

.theme-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(238, 232, 220, 0.16);
  color: rgba(238, 232, 220, 0.65);
}

.theme-footer__base a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* Public content pages */
.flex { display: flex; }
.grid { display: grid; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.min-h-full { min-height: 100vh; }
.h-full { height: 100%; }
.w-full { width: 100%; }
.w-auto { width: auto; }
.mt-auto { margin-top: auto; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.p-6 { padding: 1.5rem; }
.py-6 { padding-block: 1.5rem; }
.py-12 { padding-block: 3rem; }
.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.75rem; }
.font-display { font-family: var(--font-display); }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-\[0\.18em\] { letter-spacing: 0.18em; }
.text-shell { color: var(--ivory); }
.text-shell\/60 { color: rgba(238, 232, 220, 0.6); }
.text-shell\/80 { color: rgba(238, 232, 220, 0.8); }
.text-shell\/90 { color: rgba(238, 232, 220, 0.9); }
.text-spruce\/60 { color: rgba(0, 53, 68, 0.6); }
.text-spruce\/70 { color: rgba(0, 53, 68, 0.7); }
.text-sun { color: var(--sun); }
.bg-shell { background: var(--paper); }
.bg-spruce { background: var(--navy); }
.bg-sun { background: var(--sun); }
.bg-tangerine { background: var(--tangerine); }
.bg-flame { background: var(--orange); }
.bg-reef { background: var(--flame); }
.h-1\.5 { height: 0.375rem; }
.h-9 { height: 2.25rem; }
.h-16 { height: 4rem; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.z-50 { z-index: 50; }
.transition-colors { transition: color 180ms ease; }
.hover\:text-sun:hover { color: var(--sun); }

.public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--ivory);
  background: var(--navy);
}

.public-header__bar {
  display: flex;
  min-height: 5.5rem;
  align-items: center;
}

.public-header__logo img {
  width: 15.25rem;
  height: auto;
}

.public-colour-bars,
.not-found-colour-bars {
  display: none;
  height: 0.9rem;
  grid-template-rows: repeat(5, 1fr);
}

.public-colour-bars i:nth-child(1),
.not-found-colour-bars i:nth-child(1) { background: var(--flame); }
.public-colour-bars i:nth-child(2),
.not-found-colour-bars i:nth-child(2) { background: var(--orange); }
.public-colour-bars i:nth-child(3),
.not-found-colour-bars i:nth-child(3) { background: var(--tangerine); }
.public-colour-bars i:nth-child(4),
.not-found-colour-bars i:nth-child(4) { background: var(--sun); }
.public-colour-bars i:nth-child(5),
.not-found-colour-bars i:nth-child(5) { background: var(--sage); }

.public-hero {
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background: var(--spruce);
}

.public-hero__art {
  position: absolute;
  right: -4rem;
  bottom: -1rem;
  display: none;
  width: 31rem;
  opacity: 0.18;
  pointer-events: none;
}

.public-hero__content {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  padding-block: 4.5rem;
}

.public-hero h1,
.section-title {
  margin-top: 0.5rem;
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.public-hero .lede,
.lede {
  max-width: 43rem;
  margin-top: 1.15rem;
  color: rgba(238, 232, 220, 0.8);
  font-size: 1.05rem;
  line-height: 1.7;
}

.public-section {
  padding-block: 4.25rem;
}

.public-section--mist { background: var(--ivory); }
.public-section--shell { background: var(--paper); }

.public-grid {
  display: grid;
  gap: 1.4rem;
}

.public-grid--cards {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

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

.max-w-2xl,
.public-copy,
.public-article,
.legal-copy {
  max-width: 48rem;
}

.public-copy,
.public-article,
.legal-copy {
  color: var(--ink-muted);
  line-height: 1.75;
}

.public-copy > * + *,
.public-article > * + *,
.legal-copy > * + * {
  margin-top: 1.1rem;
}

.public-copy ul,
.public-article ul,
.legal-copy ul {
  padding-left: 1.25rem;
  list-style: disc;
}

.public-copy a,
.public-article a,
.legal-copy a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.public-article h2,
.legal-copy h2 {
  margin-top: 2.25rem;
  color: var(--navy);
  font-size: 1.45rem;
}

.public-article__updated {
  color: rgba(0, 53, 68, 0.5);
  font-size: 0.8rem;
}

.public-article__back {
  padding-top: 1rem;
  font-size: 0.85rem;
}

.public-card,
.card {
  border: 1px solid var(--rule);
  border-radius: 0.3rem;
  background: var(--paper);
  box-shadow: none;
}

.public-card {
  padding: 1.5rem;
}

.public-card h2,
.public-card h3 {
  color: var(--navy);
  font-weight: 500;
}

.public-card h2 { font-size: 1.35rem; }
.public-card h3 { font-size: 1.05rem; }
.public-card p { margin-top: 0.65rem; color: var(--ink-muted); line-height: 1.65; }

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.hours-table th,
.hours-table td {
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--rule);
  text-align: left;
  vertical-align: top;
}

.hours-table thead th {
  border-top: 0;
  color: rgba(0, 53, 68, 0.55);
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hours-table tbody th { font-weight: 600; }

.status-pill {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border: 1px solid var(--tangerine);
  border-radius: 0.3rem;
  color: #9a4f00;
  font-size: 0.72rem;
  font-weight: 600;
}

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

.menu-card h3 {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--navy);
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-list { margin-top: 0.75rem; }
.menu-list > div { padding-block: 0.65rem; border-bottom: 1px solid rgba(0, 53, 68, 0.1); }
.menu-list > div:last-child { border-bottom: 0; }
.menu-item { display: flex; justify-content: space-between; gap: 1rem; font-weight: 600; }
.menu-description { margin-top: 0.2rem; color: rgba(0, 53, 68, 0.62); font-size: 0.78rem; line-height: 1.5; }
.menu-note { color: rgba(0, 53, 68, 0.58); font-size: 0.72rem; }

.brand-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.brand-list li {
  min-width: 0;
}

.brand-list a {
  display: flex;
  min-height: 7.5rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border: 1px solid var(--rule);
  border-radius: 0.3rem;
  background: #fff;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.brand-list a:hover {
  border-color: var(--navy);
  background: var(--ivory);
}

.brand-list img {
  width: auto;
  max-width: 10rem;
  max-height: 3.5rem;
}

.brand-list .brand-list__logo--compact {
  max-width: 5rem;
  max-height: 5rem;
}

.visit-map-card,
.opening-card {
  overflow: hidden;
  padding: 0;
}

.visit-card__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visit-card__heading svg,
.visit-contact svg {
  width: 1rem;
  height: 1rem;
  flex: none;
  color: var(--flame);
}

.public-card:not(.visit-map-card):not(.opening-card) > .visit-card__heading {
  padding: 0;
  border-bottom: 0;
}

.public-map {
  width: 100%;
  min-height: 18rem;
  border: 0;
  filter: grayscale(1) sepia(0.16) opacity(0.75);
}

.visit-map-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 0.82rem;
}

.visit-map-card__footer p { margin: 0; }
.visit-map-card__footer a,
.visit-contact a { font-weight: 600; text-decoration: underline; text-underline-offset: 0.2em; }
.visit-list { margin-top: 1rem; color: var(--ink-muted); font-size: 0.85rem; line-height: 1.7; }
.visit-list li + li { margin-top: 0.35rem; }
.visit-contact { display: grid; gap: 0.5rem; margin-top: 1rem; font-size: 0.85rem; }
.visit-contact a { display: flex; align-items: center; gap: 0.5rem; }

.opening-note {
  padding: 0.75rem 1.5rem;
  border-top: 1px solid var(--rule);
  color: rgba(0, 53, 68, 0.55);
  font-size: 0.72rem;
}

.future-opening-card {
  padding: 2rem;
  color: var(--ivory);
  background: var(--navy);
}

.future-opening-card h2 {
  color: var(--sage);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.future-opening-card p { color: rgba(238, 232, 220, 0.8); }

.btn-sun {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border: 1px solid var(--navy);
  border-radius: 0.3rem;
  color: var(--navy);
  background: transparent;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-sun:hover {
  color: var(--ivory);
  background: var(--navy);
}

.public-hero .btn-sun {
  background: var(--sun);
}

.public-hero .btn-sun:hover {
  color: var(--navy);
  background: var(--ivory);
}

.public-footer {
  margin-top: auto;
  color: var(--ivory);
  background: var(--navy);
}

.public-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.1fr;
  gap: 2.75rem;
  padding-block: 3.5rem;
}

.public-footer__logo {
  width: 8rem;
  height: auto;
}

.public-footer p,
.public-footer li {
  color: rgba(238, 232, 220, 0.7);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.65;
}

.public-footer ul { margin-top: 0.85rem; }
.public-footer li + li { margin-top: 0.4rem; }
.public-footer__follow p { max-width: 18rem; margin-top: 0.85rem; }
.public-footer__social { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
.public-footer__bottom { border-top: 1px solid rgba(238, 232, 220, 0.16); }
.public-footer__bottom .container-site { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; }
.public-footer__legal { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Booking preview */
body > header.sticky {
  color: var(--ivory);
  background: var(--navy);
}

body > header.sticky > .bg-spruce .container-site {
  min-height: 5.5rem;
}

body > header.sticky > .w-full,
body > footer.mt-auto > .w-full {
  display: none;
}

.bk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 2rem;
  align-items: start;
}

.bk-aside {
  position: sticky;
  top: 7rem;
}

.bk-days {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.bk-day,
.bk-slot,
.bk-stepper,
.bk-note,
.bk-confirmed {
  border: 1px solid var(--rule);
  border-radius: 0.3rem;
  background: var(--paper);
}

.bk-day {
  display: flex;
  min-width: 5.5rem;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.bk-day:hover,
.bk-day[aria-pressed="true"],
.bk-slot:hover:not(:disabled),
.bk-slot[aria-pressed="true"] {
  border-color: var(--navy);
}

.bk-day[aria-pressed="true"] {
  color: var(--ivory);
  background: var(--navy);
}

.bk-day-name,
.bk-slot-time,
.bk-week-label,
.bk-label,
.bk-confirmed-title {
  font-family: var(--font-display);
  font-weight: 600;
}

.bk-day-name,
.bk-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bk-day-date,
.bk-slot-status { font-size: 0.75rem; opacity: 0.75; }

.bk-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.75rem;
}

.bk-slot {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.9rem 1rem;
  text-align: left;
  cursor: pointer;
}

.bk-slot:disabled { cursor: not-allowed; opacity: 0.48; }
.bk-slot-status[data-low] { color: var(--flame); font-weight: 600; }
.bk-meter { display: block; height: 0.2rem; overflow: hidden; background: rgba(0, 53, 68, 0.12); }
.bk-meter i { display: block; height: 100%; background: var(--tangerine); }
.bk-stepper { display: inline-flex; align-items: center; gap: 1rem; padding: 0.4rem; }
.bk-step { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 1px solid var(--rule); border-radius: 0.3rem; cursor: pointer; }
.bk-step:disabled { cursor: not-allowed; opacity: 0.4; }
.bk-step-count { min-width: 5.5rem; text-align: center; font-weight: 600; }
.bk-summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(0, 53, 68, 0.1); font-size: 0.82rem; }
.bk-summary-row strong { text-align: right; }
.bk-summary-total { border-bottom: 0; padding-top: 0.9rem; font-size: 1rem; }
.bk-note { padding: 1rem 1.25rem; border-style: dashed; font-size: 0.8rem; line-height: 1.6; }
.bk-week { display: flex; align-items: center; gap: 1rem; }
.bk-week-label { min-width: 8.5rem; text-align: center; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.bk-label { display: block; margin-top: 0.75rem; color: var(--ink-muted); }
.bk-input { width: 100%; margin-top: 0.3rem; padding: 0.65rem 0.8rem; border: 1px solid var(--rule); border-radius: 0.3rem; background: var(--paper); }
.bk-timer { padding: 0.6rem 0.85rem; border: 1px solid var(--tangerine); border-radius: 0.3rem; font-size: 0.8rem; text-align: center; }
.bk-back { padding: 0.55rem 1rem; border: 1px solid var(--rule); border-radius: 0.3rem; color: var(--ink-muted); cursor: pointer; }
.bk-alert { padding: 0.6rem 0.85rem; border: 1px solid rgba(237, 31, 54, 0.35); border-radius: 0.3rem; color: var(--flame); background: rgba(237, 31, 54, 0.06); font-size: 0.8rem; }
.bk-confirmed { padding: 1rem 1.25rem; }

/* 404 */
.not-found-page {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: var(--ivory);
  background: var(--navy);
}

.not-found-header {
  display: flex;
  min-height: 5.5rem;
  align-items: center;
  padding: 1rem max(1.5rem, calc((100vw - 80rem) / 2));
}

.not-found-header img { width: min(15.25rem, 72vw); }
.not-found { position: relative; display: grid; flex: 1; place-items: center; overflow: hidden; padding: 4rem 1.5rem 6rem; text-align: center; }
.not-found-content { position: relative; z-index: 1; max-width: 42rem; }
.not-found-code { color: var(--sage); font-family: var(--font-display); font-size: 0.9rem; letter-spacing: 0.2em; }
.not-found h1 { margin-top: 0.75rem; font-size: clamp(2.75rem, 9vw, 5.5rem); line-height: 1.05; }
.not-found-content > p:not(.not-found-code):not(.molten-hosting) { margin-top: 1.25rem; }
.not-found .btn-sun { margin-top: 2rem; border-color: var(--ivory); color: var(--ivory); }
.not-found .btn-sun:hover { color: var(--navy); background: var(--ivory); }
.not-found-sun { position: absolute; right: -10rem; bottom: -13rem; width: min(42rem, 70vw); aspect-ratio: 1; border: 1px solid rgba(238, 232, 220, 0.18); border-radius: 50%; }
.molten-hosting--404 {
  position: absolute;
  z-index: 2;
  right: max(1.5rem, calc((100vw - 80rem) / 2));
  bottom: 1.5rem;
  margin: 0;
  text-align: right;
}

@media (max-width: 64rem) {
  .shell,
  .container-site { width: min(calc(100% - 3rem), 80rem); }
  .brand img,
  .public-header__logo img { width: 13.75rem; }
  .visit-grid { grid-template-columns: 1fr; gap: 2rem; }
  .theme-footer__grid,
  .public-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-grid--two { grid-template-columns: 1fr; }
  .public-footer__grid:not(:has(.public-footer__follow)) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-layout { grid-template-columns: 1fr; }
  .bk-aside { position: static; }
  .brand-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 45rem) {
  .shell,
  .container-site { width: calc(100% - 2rem); }
  .header-inner,
  .public-header__bar { min-height: 4.5rem; }
  .brand img,
  .public-header__logo img { width: 10.9rem; }
  .home-hero,
  .home-hero__copy { min-height: 34rem; }
  .home-hero::after { background: linear-gradient(180deg, transparent 25%, rgba(0, 32, 42, 0.65)); }
  .home-hero > img { object-position: left center; }
  .home-hero__copy { align-items: flex-end; padding-bottom: 3rem; }
  .home-hero__copy > div { text-align: left; }
  .home-hero h1 { line-height: 1.06; }
  .home-hero__copy div > p:last-child { max-width: 26rem; }
  .theme-section { padding-block: 2rem; }
  .home-intro__grid,
  .home-info__grid,
  .visit-grid,
  .feature-grid { grid-template-columns: 1fr; }
  .home-intro__grid { gap: 1.5rem; }
  .visit-copy > h2 { white-space: normal; }
  .newsletter-panel,
  .hours-panel,
  .map-panel { min-height: auto; }
  .newsletter-panel { min-height: 16rem; }
  .map-panel iframe { min-height: 18rem; }
  .visit-grid { gap: 1.5rem; }
  .visit-copy > div { margin-top: 1.25rem; }
  .visit-cards { grid-template-columns: 1fr; }
  .theme-card--square,
  .theme-card--wide { aspect-ratio: 4 / 3; }
  .theme-card--panoramic { display: block; min-height: 25rem; }
  .theme-card--panoramic > img { inset: 0.5rem 0.5rem 22%; width: calc(100% - 1rem); height: calc(78% - 0.5rem); }
  .theme-card--panoramic .theme-card__copy { top: auto; right: 0.65rem; bottom: 0; left: 0.65rem; display: grid; height: 22%; grid-template-columns: max-content minmax(0, 1fr); align-items: end; padding: 0.45rem 0; }
  .theme-card--panoramic .theme-card__copy p { margin-top: 0; text-align: right; }
  .social-heading { grid-template-columns: 1fr auto; }
  .social-heading > p { display: none; }
  .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
  .theme-footer__grid,
  .public-footer__grid,
  .public-footer__grid:not(:has(.public-footer__follow)) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; }
  .theme-footer__base,
  .public-footer__bottom .container-site { flex-direction: column; }
  .public-hero__art { display: none; }
  .public-hero__content { padding-block: 3.25rem; }
  .public-section { padding-block: 3.25rem; }
  .brand-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-list a { min-height: 6.75rem; padding: 1rem; }
  .brand-list li:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .brand-list li:last-child:nth-child(odd) a { width: calc(50% - 0.375rem); margin-inline: auto; }
  .menu-grid { grid-template-columns: 1fr; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:h-11 { height: 2.75rem; }
  .sm\:h-20 { height: 5rem; }
  .sm\:py-16 { padding-block: 4rem; }
}

@media (max-width: 30rem) {
  .theme-signup { grid-template-columns: 1fr; }
  .social-heading { grid-template-columns: 1fr; }
  .social-heading > a { justify-self: start; }
  .social-grid { grid-template-columns: 1fr; }
  .theme-footer__grid,
  .public-footer__grid,
  .public-footer__grid:not(:has(.public-footer__follow)) { grid-template-columns: 1fr; }
  .hours-row { grid-template-columns: 3.7rem 1fr 1fr; gap: 0.5rem; padding-inline: 0.75rem; }
  .public-card { padding: 1rem; }
  .hours-table th,
  .hours-table td { padding-inline: 0.65rem; }
}

.shop-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-card { min-height: 12rem; display: flex; flex-direction: column; padding: 1.35rem; border: 1px solid color-mix(in srgb, var(--navy) 24%, transparent); border-radius: .35rem; background: #fff; color: var(--navy); text-decoration: none; }
.product-card:hover { border-color: var(--navy); background: var(--ivory); }
.product-card h3 { margin: 0; font-size: 1.15rem; }
.product-card p { margin: .75rem 0 1.25rem; }
.product-card span { margin-top: auto; font-weight: 700; }
.shop-live p { margin: 0; font-size: 1.1rem; font-weight: 700; }
.public-card dl div { display: grid; grid-template-columns: minmax(8rem, 12rem) 1fr; gap: 1rem; padding: .6rem 0; border-top: 1px solid color-mix(in srgb, var(--navy) 15%, transparent); }
.public-card dl div:first-child { border-top: 0; }
.public-card dt { font-weight: 700; }
.public-card dd { margin: 0; }
@media (max-width: 52rem) { .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 38rem) { .shop-product-grid { grid-template-columns: 1fr; } .public-card dl div { grid-template-columns: 1fr; gap: .1rem; } }
