:root {
  --burgundy: #9d2d33;
  --burgundy-dark: #6f2027;
  --cream: #f7efe5;
  --cream-soft: #fbf7f1;
  --card: #f3e8dc;
  --ink: #211a18;
  --muted: #5d504c;
  --sage: #667052;
  --line: rgba(111, 32, 39, 0.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --display: "Cinzel", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.45;
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

.site-header {
  position: relative;
  z-index: 10;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 9vw, 116px);
  padding: 0 28px;
  border-bottom: 1px solid rgba(76, 53, 47, 0.18);
  background: rgba(251, 247, 241, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 286px;
  color: #4b4f39;
}

.brand-mark {
  width: 30px;
  height: 30px;
  color: var(--burgundy);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linejoin: round;
}

.brand strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
  color: #1f1714;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.main-nav a {
  padding: 18px 0;
}

.main-nav a:hover {
  color: var(--burgundy);
}

.hero {
  position: relative;
  min-height: clamp(520px, 45vw, 680px);
  overflow: hidden;
  background: var(--cream);
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(247, 239, 229, 0.98) 0%, rgba(247, 239, 229, 0.88) 31%, rgba(247, 239, 229, 0.18) 59%, rgba(247, 239, 229, 0) 100%),
    linear-gradient(180deg, rgba(251, 247, 241, 0.26), rgba(251, 247, 241, 0) 44%, rgba(247, 239, 229, 0.32) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1110px);
  min-height: clamp(520px, 45vw, 680px);
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 52px 0 58px;
}

.hero-copy {
  width: min(100%, 470px);
}

.hero-copy h1 {
  margin-bottom: 18px;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: clamp(46px, 4.8vw, 72px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.92;
}

.hero-copy p {
  max-width: 420px;
  margin-bottom: 28px;
  color: #241a17;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

h2,
h3,
p {
  margin-top: 0;
}

.button {
  display: inline-flex;
  min-width: 160px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 3px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  border: 1px solid var(--burgundy);
  background: var(--burgundy);
  color: #fffaf4;
}

.button-secondary {
  border: 1px solid var(--burgundy);
  background: rgba(251, 247, 241, 0.42);
  color: var(--burgundy-dark);
}

.section-shell {
  width: min(calc(100% - 48px), 1110px);
  margin: 0 auto;
}

.intro-band {
  position: relative;
  overflow: hidden;
  padding: 42px 0 64px;
  background: var(--cream-soft);
}

.intro-band::before,
.intro-band::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.intro-band::before {
  left: -42px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(157, 45, 51, 0.08);
  border-radius: 50%;
}

.intro-band::after {
  right: 5%;
  top: 16px;
  width: 220px;
  height: 80px;
  background: radial-gradient(ellipse at center, rgba(157, 45, 51, 0.05), transparent 70%);
}

.room-heading {
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.room-heading h2 {
  margin-bottom: 8px;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.room-heading span {
  position: relative;
  width: 120px;
  height: 12px;
  border-top: 1px solid rgba(111, 32, 39, 0.22);
}

.room-heading span::before {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(111, 32, 39, 0.26);
  border-radius: 50% 50% 0 50%;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.room-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.room-list article {
  min-height: 72px;
  display: grid;
  align-content: center;
  padding: 4px 30px 8px;
  text-align: center;
}

.room-list article + article {
  border-left: 1px solid var(--line);
}

.room-list h3 {
  margin-bottom: 4px;
  color: #36241f;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.room-list p {
  max-width: 180px;
  margin: 0 auto;
  color: #2d2522;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.offers {
  position: relative;
  padding: 52px 0 72px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 62%, rgba(247, 239, 229, 0.42) 100%);
}

.offers .section-shell {
  width: min(calc(100% - 48px), 1370px);
}

.section-heading {
  display: none;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.offer-card {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(111, 32, 39, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.84), rgba(243, 232, 220, 0.96)),
    var(--card);
  box-shadow: 0 18px 42px rgba(82, 53, 43, 0.1);
  text-align: center;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.offer-card img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  filter: saturate(0.94) contrast(0.98);
  transition: transform 700ms ease, filter 300ms ease;
}

.offer-card:nth-child(4) img {
  object-position: center 48%;
}

.offer-card:hover,
.offer-card:focus-visible {
  border-color: rgba(111, 32, 39, 0.22);
  box-shadow: 0 26px 58px rgba(82, 53, 43, 0.16);
  transform: translateY(-6px);
}

.offer-card:hover img,
.offer-card:focus-visible img {
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.045);
}

.offer-card:focus-visible {
  outline: 3px solid rgba(157, 45, 51, 0.2);
  outline-offset: 4px;
}

.offer-card strong {
  display: block;
  width: auto;
  min-width: 0;
  margin: 20px 20px 9px;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 0.98;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.offer-card span {
  display: block;
  width: min(100%, 216px);
  min-width: 0;
  min-height: 54px;
  margin: 0 auto 62px;
  padding: 0 12px;
  color: #2b211e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.28;
  hyphens: auto;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.offer-card::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(111, 32, 39, 0.18);
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.76);
  color: var(--burgundy-dark);
  content: "→";
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.offer-card:hover::after,
.offer-card:focus-visible::after {
  background: var(--burgundy);
  color: #fffaf4;
  transform: translateX(3px);
}

.journey {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 8vw, 132px) 0 clamp(78px, 8vw, 122px);
  background:
    radial-gradient(circle at 9% 28%, rgba(157, 45, 51, 0.055), transparent 22%),
    radial-gradient(circle at 92% 8%, rgba(102, 112, 82, 0.14), transparent 25%),
    radial-gradient(circle at 82% 86%, rgba(157, 45, 51, 0.055), transparent 22%),
    linear-gradient(180deg, #fff 0%, var(--cream-soft) 100%);
}

.journey::before {
  position: absolute;
  top: 10%;
  left: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(157, 45, 51, 0.08);
  border-radius: 50%;
  content: "";
}

.journey::after {
  position: absolute;
  right: -120px;
  bottom: 7%;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(102, 112, 82, 0.13);
  border-radius: 50%;
  content: "";
}

.journey-heading {
  max-width: 720px;
  position: relative;
  z-index: 1;
  margin: 0 auto 28px;
  text-align: center;
}

.journey-heading h2 {
  margin-bottom: 14px;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
}

.journey-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.journey-senses {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 780px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto 64px;
  overflow: hidden;
  border: 1px solid rgba(111, 32, 39, 0.12);
  border-radius: 8px;
  background: rgba(111, 32, 39, 0.12);
  box-shadow: 0 16px 52px rgba(82, 53, 43, 0.07);
}

.journey-senses span {
  position: relative;
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 18px 18px 20px;
  background: rgba(255, 250, 244, 0.76);
  text-align: center;
}

.journey-senses span::before {
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  border: 1px solid rgba(157, 45, 51, 0.34);
  border-radius: 50%;
  background: rgba(157, 45, 51, 0.08);
  content: "";
}

.journey-senses strong {
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.journey-senses small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.journey-list {
  display: grid;
  gap: 38px;
  position: relative;
  z-index: 1;
}

.journey-list::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(111, 32, 39, 0.26), transparent);
  content: "";
  transform: translateX(-50%);
}

.journey-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(310px, 0.7fr);
  align-items: stretch;
  gap: 0;
  width: min(100%, 940px);
  min-height: 312px;
  overflow: hidden;
  border: 1px solid rgba(111, 32, 39, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.94), rgba(247, 239, 229, 0.86)),
    rgba(247, 239, 229, 0.84);
  box-shadow: 0 26px 76px rgba(82, 53, 43, 0.12);
  isolation: isolate;
}

.journey-item.reverse {
  justify-self: end;
  grid-template-columns: minmax(310px, 0.7fr) minmax(0, 0.94fr);
}

.journey-item.reverse .journey-text {
  grid-column: 2;
}

.journey-item.reverse figure {
  grid-column: 1;
  grid-row: 1;
}

.journey-number {
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 2;
  color: rgba(111, 32, 39, 0.24);
  font-family: var(--serif);
  font-size: 68px;
  line-height: 1;
}

.journey-item.reverse .journey-number {
  left: auto;
  right: 28px;
}

.journey-text {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 312px;
  padding: 64px clamp(34px, 5vw, 74px) 46px;
}

.journey-text::before {
  width: 44px;
  height: 1px;
  margin-bottom: 22px;
  background: rgba(157, 45, 51, 0.28);
  content: "";
}

.journey-text h3 {
  margin-bottom: 18px;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 0.96;
}

.journey-text p {
  max-width: 520px;
  margin-bottom: 22px;
  color: #2b211e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.58;
}

.journey-text small {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 9px 12px 10px;
  border: 1px solid rgba(111, 32, 39, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.58);
  color: var(--burgundy-dark);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.journey-item figure {
  position: relative;
  min-height: 312px;
  margin: 0;
  overflow: hidden;
}

.journey-item figure::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 239, 229, 0.42), rgba(247, 239, 229, 0) 42%),
    linear-gradient(0deg, rgba(36, 26, 23, 0.16), rgba(36, 26, 23, 0) 45%);
  content: "";
}

.journey-item.reverse figure::after {
  background:
    linear-gradient(270deg, rgba(247, 239, 229, 0.42), rgba(247, 239, 229, 0) 42%),
    linear-gradient(0deg, rgba(36, 26, 23, 0.14), rgba(36, 26, 23, 0) 45%);
}

.journey-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.journey-item:hover img {
  transform: scale(1.035);
}

.journey-quote {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding: clamp(34px, 5vw, 58px) clamp(28px, 5vw, 64px);
  border-radius: 8px;
  border: 1px solid rgba(111, 32, 39, 0.1);
  background:
    radial-gradient(circle at 90% 20%, rgba(102, 112, 82, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(247, 239, 229, 0.98), rgba(251, 247, 241, 0.94)),
    var(--cream);
  box-shadow: 0 18px 60px rgba(82, 53, 43, 0.08);
}

.journey-quote::before {
  color: rgba(157, 45, 51, 0.26);
  content: "“";
  font-family: var(--serif);
  font-size: 82px;
  line-height: 0.7;
}

.journey-quote p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--burgundy-dark);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.05;
}

.contact-callout {
  min-height: 84px;
  display: grid;
  align-items: center;
  background: var(--sage);
  color: #fffaf4;
}

.contact-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 260px;
  align-items: center;
  gap: 28px;
}

.lotus svg {
  width: 110px;
  color: rgba(255, 250, 244, 0.42);
}

.lotus path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.contact-callout h2 {
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
}

.contact-callout p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 250, 244, 0.86);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.contact-panel {
  display: flex;
  justify-content: flex-end;
}

.button-light {
  min-width: 196px;
  min-height: 42px;
  border: 1px solid rgba(255, 250, 244, 0.8);
  background: #fffaf4;
  color: var(--burgundy-dark);
}

@media (max-width: 1120px) {
  .site-header {
    gap: 34px;
  }

  .brand {
    min-width: 238px;
  }

  .brand strong {
    font-size: 25px;
  }

  .main-nav {
    gap: 24px;
  }

  .about-grid {
    grid-template-columns: 42% minmax(320px, 1fr);
  }

  .about-still {
    display: none;
  }
}

@media (max-width: 880px) {
  .site-header {
    height: auto;
    min-height: 64px;
    justify-content: space-between;
    padding: 12px 18px;
  }

  .main-nav {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 620px;
  }

  .hero-media img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(247, 239, 229, 0.98) 0%, rgba(247, 239, 229, 0.88) 54%, rgba(247, 239, 229, 0.34) 84%, rgba(247, 239, 229, 0.12) 100%),
      linear-gradient(0deg, rgba(247, 239, 229, 0.94) 0%, rgba(247, 239, 229, 0.03) 46%);
  }

  .hero-inner {
    width: min(calc(100% - 32px), 1110px);
    min-height: 620px;
    align-items: flex-start;
    padding-top: 64px;
  }

  .hero-copy h1 {
    max-width: 9.5ch;
    font-size: 48px;
  }

  .hero-copy p {
    max-width: 27ch;
    font-size: 14px;
    font-weight: 600;
  }

  .hero-actions {
    display: grid;
    max-width: 270px;
    gap: 10px;
  }

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

  .offers {
    padding-top: 34px;
  }

  .offer-card {
    min-height: 420px;
  }

  .offer-card img {
    height: 262px;
  }

  .room-list article:nth-child(odd) {
    border-left: 0;
  }

  .room-list article {
    border-bottom: 1px solid var(--line);
  }

  .journey-item,
  .journey-item.reverse {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
    min-height: 0;
  }

  .journey-list::before {
    display: none;
  }

  .journey-senses {
    grid-template-columns: 1fr;
    gap: 1px;
    margin-bottom: 42px;
  }

  .journey-senses span {
    padding: 16px 18px;
  }

  .journey-item.reverse .journey-text,
  .journey-item.reverse figure {
    grid-column: auto;
    grid-row: auto;
  }

  .journey-number,
  .journey-item.reverse .journey-number {
    position: static;
    font-size: 32px;
  }

  .journey-text {
    min-height: 0;
    padding: 0;
  }

  .journey-text::before {
    margin-bottom: 10px;
  }

  .journey-text small {
    border-radius: 8px;
  }

  .journey-item figure {
    min-height: 0;
    border-radius: 7px;
  }

  .journey-item img {
    width: 100%;
    height: 210px;
  }

  .journey-quote {
    display: grid;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .lotus {
    display: none;
  }

  .contact-panel {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand strong {
    font-size: 22px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-inner {
    min-height: 590px;
    padding-top: 54px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .section-shell {
    width: min(calc(100% - 28px), 1110px);
  }

  .room-list,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    gap: 18px;
  }

  .offer-card {
    min-height: 432px;
  }

  .offer-card img {
    height: 272px;
  }

  .offer-card strong {
    margin-top: 18px;
    font-size: 28px;
  }

  .offer-card span {
    width: min(100%, 280px);
    padding: 0 18px;
    font-size: 11px;
    line-height: 1.34;
  }

  .offer-card::after {
    right: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }

  .offer-card:hover::after,
  .offer-card:focus-visible::after {
    transform: translateX(-50%);
  }

  .journey-heading {
    margin-bottom: 24px;
  }

  .journey-heading h2 {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
    line-height: 0.98;
  }

  .journey-heading p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .room-list article + article {
    border-left: 0;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
