:root {
  --navy-950: #081427;
  --navy-900: #0f2038;
  --navy-800: #15315a;
  --red-600: #d62c24;
  --red-500: #ef3f31;
  --cream-100: #f3ecde;
  --cream-200: #e6dcc7;
  --ink-900: #14171d;
  --ink-700: #3e4652;
  --white: #ffffff;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(8, 20, 39, 0.12);
  --shadow-lg: 0 28px 80px rgba(8, 20, 39, 0.24);
  --shadow-md: 0 18px 50px rgba(8, 20, 39, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink-900);
  background:
    linear-gradient(180deg, rgba(214, 44, 36, 0.08), transparent 22%),
    linear-gradient(180deg, #f7f2e8 0%, #f0e9dc 100%);
}

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

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

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

.page-shell {
  overflow: clip;
}

main {
  padding: 1.4rem 0 2rem;
  position: relative;
  z-index: 2;
}

main > .section-frame + .section-frame {
  margin-top: 1rem;
}

.section-frame {
  width: min(calc(100% - 3rem), var(--max-width));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  color: var(--white);
  background: var(--navy-950);
  overflow: clip;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.hero__media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 20, 39, 0.88) 0%, rgba(8, 20, 39, 0.7) 45%, rgba(8, 20, 39, 0.42) 100%),
    linear-gradient(180deg, rgba(8, 20, 39, 0.08), rgba(8, 20, 39, 0.72));
}

.hero__chrome,
.hero__content {
  position: relative;
  z-index: 1;
}

.hero__chrome {
  padding-top: 0.6rem;
}

.utility-bar,
.hero__header,
.nav {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.utility-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(8, 20, 39, 0.46);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.utility-bar p {
  line-height: 1.4;
}

.utility-bar__section {
  min-width: 0;
}

.utility-bar__section--left {
  justify-self: stretch;
  text-align: left;
}

.utility-bar__section--center {
  justify-self: center;
  text-align: center;
}

.utility-bar__section--right {
  justify-self: end;
  text-align: right;
}

.utility-bar a {
  color: var(--cream-100);
  font-weight: 800;
}

.utility-bar__plain-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  text-align: left;
}

.utility-bar__plain-link:hover,
.utility-bar__plain-link:focus-visible {
  color: var(--red-600);
}

.hero__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.6rem 0 0.15rem;
}

.nav {
  display: flex;
  justify-content: center;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand img {
  width: 212px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}

.brand span,
.eyebrow,
.service-card__index {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.04em;
}

.brand span {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.nav__links {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(8, 20, 39, 0.42);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.84);
}

.nav__links a:hover,
.nav__links a:focus-visible,
.utility-bar a:hover,
.utility-bar a:focus-visible,
.contact-card a:hover,
.contact-card a:focus-visible {
  color: var(--red-600);
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2.75rem;
  align-items: start;
  padding: 3.2rem 0 5.5rem;
}

.hero__copy {
  max-width: 46rem;
}

.eyebrow {
  color: var(--cream-200);
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__copy h1,
.section-heading h2,
.story-card h2,
.booking-copy h2,
.contact-copy h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero__copy h1 {
  max-width: 13ch;
  margin-top: 0.7rem;
}

.hero__lede,
.section-heading p:last-child,
.story-card > p:not(.eyebrow),
.booking-copy p:last-of-type,
.contact-copy p:last-of-type {
  margin-top: 1.15rem;
  max-width: 42rem;
  line-height: 1.75;
  font-size: 1.04rem;
}

.hero__lede {
  color: rgba(255, 255, 255, 0.82);
}

.hero__actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--red-500), var(--red-600));
  color: var(--white);
  box-shadow: 0 16px 36px rgba(214, 44, 36, 0.32);
}

.button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

.mobile-book {
  display: none;
}

.hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.2rem;
}

.hero__pills span {
  padding: 0.72rem 1rem;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.hero__panel {
  display: grid;
  gap: 1.25rem;
  align-self: end;
}

.hero__panel-card,
.intro-band,
.service-card,
.story-card,
.principles article,
.booking-frame,
.map-card,
  .contact-card {
  box-shadow: var(--shadow-lg);
}

.hero__panel-card {
  padding: 2rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-xl);
  background: rgba(8, 20, 39, 0.64);
  backdrop-filter: blur(18px);
}

.hero__panel-label {
  color: var(--cream-200);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.feature-list li {
  display: flex;
  gap: 0.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.feature-list li::before {
  content: "";
  flex: 0 0 0.7rem;
  height: 0.7rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-500), var(--cream-100));
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -2rem;
  padding: 1.15rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--cream-100);
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-block {
  padding: 5.25rem 2rem;
}

.section-block--light {
  color: var(--ink-900);
}

.section-block--dark {
  position: relative;
  color: var(--white);
}

.section-block--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(214, 44, 36, 0.08), transparent 24%),
    linear-gradient(135deg, var(--navy-950), #12294c);
  border-radius: var(--radius-xl);
}

.section-block--dark > * {
  position: relative;
  z-index: 1;
}

.section-block--accent {
  position: relative;
  color: var(--white);
}

.section-block--accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 40%),
    linear-gradient(135deg, var(--red-600), #9d1b17);
  border-radius: var(--radius-xl);
}

.section-block--accent > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 50rem;
}

.section-heading p:last-child {
  color: var(--ink-700);
}

.section-block--light .eyebrow {
  color: var(--red-600);
}

.section-heading .eyebrow,
.contact-copy .eyebrow {
  color: var(--red-600);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.service-card {
  padding: 1.9rem;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.service-card__index {
  color: var(--red-600);
  font-size: 1.1rem;
  font-weight: 800;
}

.service-card h3,
.principles h3 {
  margin-top: 0.45rem;
  font-size: 1.28rem;
}

.service-card p:last-child,
.principles p,
.contact-card p {
  margin-top: 0.85rem;
  color: var(--ink-700);
  line-height: 1.7;
}

.story-layout,
.booking-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 1.3rem;
  align-items: stretch;
}

.story-card,
.principles article,
.booking-frame,
.map-card,
.contact-card {
  border-radius: var(--radius-lg);
}

.story-card {
  padding: 2.25rem;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.story-card > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

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

.stats-grid div {
  padding: 1rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.stats-grid strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.stats-grid span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.principles {
  display: grid;
  gap: 1rem;
}

.principles article {
  padding: 1.75rem;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.principles p {
  color: rgba(255, 255, 255, 0.8);
}

.booking-copy p:last-of-type {
  color: rgba(255, 255, 255, 0.88);
}

.booking-frame {
  overflow: hidden;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.16);
}

.booking-frame iframe,
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.contact-copy p:last-of-type {
  color: var(--ink-700);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.contact-card,
.map-card {
  overflow: hidden;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.76);
}

.contact-card {
  padding: 1.6rem;
}

.contact-card span {
  display: block;
  color: var(--red-600);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-card a {
  display: inline-block;
  margin-top: 0.55rem;
  font-weight: 800;
  font-size: 1.08rem;
}

.contact-card__plain-link {
  color: var(--ink-700);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
}

.contact-card__plain-link:hover,
.contact-card__plain-link:focus-visible {
  color: var(--ink-700);
}

.map-card {
  min-height: 460px;
}

.footer {
  padding: 0 0 2rem;
  color: var(--ink-700);
  text-align: center;
}

.reveal {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    visibility 0s linear 650ms;
}

.reveal.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    visibility 0s linear 0s;
}

@media (max-width: 1080px) {
  .hero__content,
  .story-layout,
  .booking-layout,
  .contact-layout,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero__header {
    gap: 1.15rem;
  }

  .brand img {
    width: clamp(180px, 20vw, 240px);
  }

  .brand span {
    font-size: clamp(1.85rem, 3.4vw, 2.45rem);
  }

  .hero__content {
    padding: 2.4rem 0 4.8rem;
  }

  .hero__copy h1 {
    max-width: 14ch;
  }
}

@media (max-width: 820px) {
  .utility-bar,
  .intro-band,
  .contact-cards,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .utility-bar__section,
  .utility-bar__section--left,
  .utility-bar__section--center,
  .utility-bar__section--right {
    justify-self: center;
    text-align: center;
  }

  .hero__header {
    flex-direction: column;
    align-items: center;
    gap: 1.15rem;
  }

  .brand {
    width: 100%;
    justify-content: center;
    gap: 1rem;
  }

  .brand img {
    width: clamp(170px, 26vw, 220px);
  }

  .brand span {
    font-size: clamp(1.7rem, 5.2vw, 2.3rem);
  }

  .nav__links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__content {
    padding: 2rem 0 4.2rem;
  }

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

  .intro-band {
    margin-top: -1.4rem;
    border-radius: 28px;
  }
}

@media (max-width: 640px) {
  .section-frame,
  .utility-bar,
  .nav {
    width: min(calc(100% - 1.6rem), var(--max-width));
  }

  .hero__header {
    width: min(calc(100% - 0.7rem), var(--max-width));
  }

  .hero {
    min-height: auto;
    padding-bottom: 1rem;
    overflow: visible;
  }

  .hero__chrome {
    display: flex;
    flex-direction: column;
    padding-top: 0.75rem;
  }

  .hero__header {
    order: 1;
    gap: 0.9rem;
    padding: 0.2rem 0 0;
    align-items: center;
    width: 100%;
  }

  .nav {
    order: 2;
    padding-top: 0;
    align-items: center;
    width: 100%;
  }

  .brand {
    width: 100%;
    align-self: stretch;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.2rem 0 0.1rem;
  }

  .utility-bar {
    order: 3;
    gap: 0.45rem;
    margin-top: 0.8rem;
    padding: 0.9rem 1rem;
    border-radius: 24px;
    font-size: 0.82rem;
    text-align: center;
  }

  .utility-bar a {
    justify-self: center;
  }

  .hero__content {
    gap: 1.9rem;
    padding: 1.6rem 0 2.15rem;
  }

  .hero__media img {
    object-position: 68% center;
  }

  .hero__media {
    position: absolute;
    inset: 0;
    height: auto;
    margin-bottom: 0;
    will-change: transform;
  }

  main {
    background: linear-gradient(180deg, #f7f2e8 0%, #f0e9dc 100%);
  }

  .hero__media-overlay {
    background:
      linear-gradient(180deg, rgba(8, 20, 39, 0.2), rgba(8, 20, 39, 0.78)),
      linear-gradient(90deg, rgba(8, 20, 39, 0.52), rgba(8, 20, 39, 0.32));
  }

  .hero__copy h1,
  .section-heading h2,
  .story-card h2,
  .booking-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.2rem, 12vw, 3.7rem);
  }

  .hero__copy h1 {
    max-width: 100%;
    line-height: 0.98;
  }

  .brand img {
    width: 188px;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.34));
  }

  .brand span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    font-size: clamp(1.32rem, 6.6vw, 2rem);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.005em;
  }

  .mobile-book {
    display: inline-flex;
    order: 2;
    width: 100%;
    margin-top: 0.15rem;
    margin-bottom: 0.65rem;
  }

  .nav__links,
  .hero__actions,
  .booking-actions,
  .hero__pills {
    width: 100%;
  }

  .nav__links {
    gap: 0.65rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav__links a {
    display: flex;
    justify-content: center;
    padding: 0.9rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(8, 20, 39, 0.42);
    backdrop-filter: blur(16px);
    font-weight: 700;
  }

  .hero__actions,
  .booking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero__panel {
    gap: 0.35rem;
  }
  .hero__panel-card {
    padding: 1.4rem;
  }

  .hero__panel-card,
  .story-card,
  .service-card,
  .principles article,
  .contact-card {
    padding: 1.45rem;
  }

  .section-block {
    padding: 4rem 1.2rem;
  }

  #services.section-block {
    padding-top: 1.8rem;
  }

  .intro-band {
    margin-top: 0;
    margin-bottom: 0;
    padding: calc(1.35rem + 20px) 1rem;
    gap: 0.7rem;
  }

  .service-card h3,
  .principles h3 {
    font-size: 1.16rem;
  }

  .hero__lede,
  .section-heading p:last-child,
  .story-card > p:not(.eyebrow),
  .booking-copy p:last-of-type,
  .contact-copy p:last-of-type,
  .service-card p:last-child,
  .principles p,
  .contact-card p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .booking-frame {
    min-height: 440px;
  }

  .map-card {
    min-height: 320px;
  }
}

@media (max-width: 420px) {
  .section-frame,
  .utility-bar,
  .nav {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .hero__header {
    width: min(calc(100% - 0.35rem), var(--max-width));
  }

  .hero__content {
    gap: 1.6rem;
    padding: 1.3rem 0 3rem;
  }

  .hero {
    padding-bottom: 0.9rem;
  }

  .hero__media img {
    object-position: 72% center;
  }

  .brand span {
    font-size: clamp(1.14rem, 6vw, 1.55rem);
  }

  .hero__copy h1,
  .section-heading h2,
  .story-card h2,
  .booking-copy h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

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

  .hero__pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__pills span {
    text-align: center;
  }

  .section-block {
    padding: 3.4rem 0.9rem;
  }

  #services.section-block {
    padding-top: 1.5rem;
  }

  .intro-band {
    margin-top: 0;
    margin-bottom: 0;
  }

  main {
    padding: 0.25rem 0 1.6rem;
  }

  main > .section-frame + .section-frame {
    margin-top: 0.75rem;
  }

  .hero__panel-card,
  .story-card,
  .service-card,
  .principles article,
  .contact-card {
    padding: 1.25rem;
  }

  .booking-frame {
    min-height: 400px;
  }

  .map-card {
    min-height: 280px;
  }
}
