@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500 600;
  font-display: optional;
  src: url("assets/fonts/lora-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500 600;
  font-display: optional;
  src: url("assets/fonts/lora-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --blue-950: #072744;
  --blue-900: #0a315f;
  --blue-800: #0f4d9a;
  --blue-700: #1c67ae;
  --blue-500: #3c91d4;
  --cyan: #61c7e8;
  --ivory: #f8f5ef;
  --ivory-deep: #eee8dd;
  --mist: #eaf4f5;
  --sage: #8eaa9b;
  --sand: #d9bd8f;
  --ink: #1c2935;
  --ink-soft: #5f6b75;
  --white: #ffffff;
  --shadow-sm: 0 12px 35px rgba(7, 39, 68, 0.08);
  --shadow-lg: 0 30px 80px rgba(7, 39, 68, 0.16);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 42px;
  --container: 1220px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

main,
section,
.container,
.hero-copy,
.hero-visual,
.about-copy,
.rooms-copy,
.contact-info,
.contact-form-card {
  min-width: 0;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--blue-800);
}

main:focus {
  outline: none;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

h1,
h2 {
  color: var(--blue-950);
  font-family: "Lora", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-wrap: balance;
}

h1 em,
h2 em {
  color: var(--blue-800);
  font-style: italic;
}

h2 {
  margin-bottom: 26px;
  font-size: clamp(2.35rem, 4vw, 4.3rem);
}

h3 {
  line-height: 1.25;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 128px 0;
}

.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: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--blue-950);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--cyan), var(--blue-500), var(--blue-800));
  box-shadow: 0 1px 10px rgba(97, 199, 232, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.topbar {
  position: relative;
  z-index: 101;
  color: rgba(255, 255, 255, 0.82);
  background: var(--blue-950);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #77d4a4;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(119, 212, 164, 0.13);
  animation: statusPulse 2.6s ease-out infinite;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.topbar a {
  transition: color 0.2s ease;
}

.topbar a:hover,
.topbar a:focus-visible {
  color: var(--white);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(15, 77, 154, 0.08);
  background: rgba(248, 245, 239, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 40px rgba(7, 39, 68, 0.08);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  width: 178px;
  height: 70px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

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

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  color: var(--blue-950);
  font-size: 0.9rem;
  font-weight: 700;
}

.primary-nav > a:not(.button) {
  position: relative;
  padding: 10px 0;
}

.primary-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.primary-nav > a:not(.button):hover::after,
.primary-nav > a:not(.button):focus-visible::after,
.primary-nav > a.is-active:not(.button)::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav > a.is-active:not(.button) {
  color: var(--blue-800);
}

.menu-toggle {
  width: 48px;
  height: 48px;
  padding: 12px;
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  width: 24px;
  height: 2px;
  margin: 5px auto;
  display: block;
  background: var(--blue-950);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.button {
  min-height: 54px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  background: var(--blue-800);
  border: 1px solid var(--blue-800);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(15, 77, 154, 0.2);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--blue-700);
  border-color: var(--blue-700);
  box-shadow: 0 18px 42px rgba(15, 77, 154, 0.27);
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--blue-800), 0 18px 42px rgba(15, 77, 154, 0.27);
}

.button svg {
  width: 19px;
  height: 19px;
}

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.8rem;
}

.button-ghost {
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(15, 77, 154, 0.2);
  box-shadow: none;
}

.button-ghost:hover,
.button-ghost:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
  color: var(--white);
  background: var(--blue-900);
  border-color: var(--blue-900);
}

.button-outline {
  color: var(--blue-900);
  background: transparent;
  border-color: rgba(15, 77, 154, 0.35);
  box-shadow: none;
}

.hero {
  position: relative;
  padding: 78px 0 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(97, 199, 232, 0.12), transparent 28%),
    linear-gradient(180deg, #fbf8f2 0%, #f4f1eb 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: 0;
  left: 52%;
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(transparent, rgba(15, 77, 154, 0.08), transparent);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  top: 90px;
  right: -210px;
  width: 500px;
  height: 500px;
  background: rgba(60, 145, 212, 0.1);
  animation: glowDriftOne 13s ease-in-out infinite alternate;
}

.hero-glow-two {
  bottom: 160px;
  left: -180px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(15, 77, 154, 0.08);
  animation: glowDriftTwo 17s ease-in-out infinite alternate;
}

.hero-grid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
  gap: clamp(50px, 7vw, 94px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
}

.eyebrow {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-800);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 1px;
  display: inline-block;
  background: currentColor;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.35vw, 4.75rem);
}

.hero h1 em {
  display: block;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-lead strong {
  margin-bottom: 7px;
  display: block;
  color: var(--blue-950);
  font-weight: 800;
}

.hero-actions {
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--blue-950);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-trust i {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--cyan);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 650px;
}

.hero-image-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 540px);
  height: 610px;
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-radius: 270px 270px 34px 34px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-image-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-image-frame:hover > img {
  transform: scale(1.025);
}

.image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(7, 39, 68, 0.72));
}

.hero-image-label {
  position: absolute;
  right: 34px;
  bottom: 30px;
  left: 146px;
  color: var(--white);
}

.hero-image-label span,
.hero-image-label strong {
  display: block;
}

.hero-image-label span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-image-label strong {
  font-family: "Lora", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.hero-garden-card {
  position: absolute;
  z-index: 2;
  bottom: 9px;
  left: -34px;
  width: 190px;
  margin: 0;
  padding: 9px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 90px 90px 18px 18px;
  box-shadow: var(--shadow-lg);
  animation: gentleFloat 6.5s ease-in-out infinite;
}

.hero-garden-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  border-radius: 80px 80px 12px 12px;
}

.hero-garden-card figcaption {
  padding: 11px 6px 5px;
  color: var(--blue-950);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}

.availability-card {
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: 8px;
  min-width: 262px;
  padding: 14px 18px 14px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(7, 39, 68, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  color: var(--white);
  backdrop-filter: blur(16px);
  animation: gentleFloat 5.5s 0.8s ease-in-out infinite reverse;
}

.availability-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--cyan);
  background: rgba(97, 199, 232, 0.12);
  border-radius: 50%;
}

.availability-icon svg {
  width: 20px;
  height: 20px;
}

.availability-card small,
.availability-card a {
  display: block;
}

.availability-card small {
  margin-bottom: 1px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability-card a {
  font-size: 0.82rem;
  font-weight: 800;
}

.availability-card a:hover,
.availability-card a:focus-visible {
  text-decoration: underline;
}

.proof-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid rgba(15, 77, 154, 0.08);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -12px 50px rgba(7, 39, 68, 0.06);
}

.proof-item {
  min-height: 118px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(15, 77, 154, 0.09);
  min-width: 0;
}

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

.proof-item strong {
  color: var(--blue-800);
  font-family: "Lora", Georgia, serif;
  font-size: 2.05rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.proof-item span {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
}

.about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: clamp(60px, 8vw, 116px);
}

.about-media {
  position: relative;
  min-height: 670px;
}

.about-photo {
  position: absolute;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-main {
  top: 0;
  left: 0;
  width: 76%;
  height: 560px;
  border-radius: 190px 24px 24px 24px;
}

.about-photo-main img {
  object-position: 56% center;
}

.about-photo-secondary {
  right: 0;
  bottom: 0;
  width: 49%;
  height: 310px;
  border: 9px solid var(--white);
  border-radius: 22px 22px 130px 22px;
}

.about-badge {
  position: absolute;
  z-index: 2;
  right: 3%;
  top: 52px;
  width: 142px;
  height: 142px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--blue-800);
  border: 8px solid var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow-lg);
  line-height: 1.15;
  text-align: center;
  animation: badgeFloat 8s ease-in-out infinite;
}

.about-badge span {
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-badge strong {
  margin: 4px 0;
  font-family: "Lora", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.about-copy > p:not(.eyebrow, .section-lead) {
  color: var(--ink-soft);
}

.section-lead {
  color: var(--blue-950);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.72;
}

.signature-line {
  margin-top: 34px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(15, 77, 154, 0.12);
}

.signature-line > span {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-800);
  background: var(--mist);
  border-radius: 50%;
}

.signature-line svg {
  width: 23px;
  height: 23px;
}

.signature-line p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.45;
}

.signature-line strong {
  color: var(--blue-950);
  font-size: 0.93rem;
}

.services {
  background:
    linear-gradient(rgba(15, 77, 154, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 77, 154, 0.025) 1px, transparent 1px),
    var(--ivory);
  background-size: 64px 64px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 60px;
}

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

.centered-eyebrow {
  justify-content: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 305px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 77, 154, 0.09);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(7, 39, 68, 0.045);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card::before {
  position: absolute;
  top: -70%;
  left: -95%;
  width: 55%;
  height: 240%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(97, 199, 232, 0.16), transparent);
  pointer-events: none;
  transform: rotate(18deg);
  transition: left 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.service-card:hover::before,
.service-card:focus-within::before {
  left: 145%;
}

.service-card:hover {
  border-color: rgba(15, 77, 154, 0.22);
  box-shadow: var(--shadow-sm);
  transform: translateY(-7px);
}

.service-card-featured {
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-800), var(--blue-950));
  border-color: transparent;
}

.service-number {
  margin-bottom: 32px;
  color: var(--blue-800);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-card-featured .service-number {
  color: var(--cyan);
}

.service-card h3 {
  margin-bottom: 14px;
  color: var(--blue-950);
  font-family: "Lora", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.service-card-featured h3 {
  color: var(--white);
}

.service-card p {
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.7;
}

.service-card-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card a {
  margin-top: auto;
  color: var(--blue-800);
  font-size: 0.77rem;
  font-weight: 800;
}

.service-card-featured a {
  color: var(--cyan);
}

.service-card a span {
  margin-left: 4px;
  transition: margin-left 0.2s ease;
}

.service-card a:hover span {
  margin-left: 9px;
}

.care-details {
  margin-top: 96px;
  padding: 62px;
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 58px;
  color: var(--white);
  background:
    radial-gradient(circle at 0 0, rgba(97, 199, 232, 0.14), transparent 32%),
    var(--blue-950);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.eyebrow-light {
  color: var(--cyan);
}

.care-details-heading h2 {
  color: var(--white);
  font-size: clamp(2.25rem, 3.5vw, 3.6rem);
}

.care-details-heading h2 em {
  color: var(--cyan);
}

.care-details-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.91rem;
}

.text-link-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
}

.text-link-light:hover,
.text-link-light:focus-visible {
  color: var(--cyan);
}

.care-panels {
  display: grid;
  gap: 12px;
}

.care-panel {
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
}

.care-panel-tag {
  color: var(--cyan);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.care-panel h3 {
  margin: 6px 0 16px;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.care-panel ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  list-style: none;
}

.care-panel li {
  position: relative;
  padding-left: 19px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.5;
}

.care-panel li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
}

.daily-life {
  background: var(--white);
}

.daily-heading {
  margin-bottom: 54px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
}

.daily-heading h2 {
  max-width: 770px;
  margin-bottom: 0;
}

.daily-heading > p {
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: 0.91rem;
}

.day-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(15, 77, 154, 0.1);
  border: 1px solid rgba(15, 77, 154, 0.1);
  border-radius: 26px;
  overflow: hidden;
}

.day-card {
  min-height: 320px;
  padding: 34px 28px;
  background: var(--ivory);
}

.day-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  display: grid;
  place-items: center;
  color: var(--blue-800);
  background: var(--white);
  border: 1px solid rgba(15, 77, 154, 0.1);
  border-radius: 50%;
}

.day-icon svg {
  width: 23px;
  height: 23px;
}

.day-label {
  margin-bottom: 7px;
  display: block;
  color: var(--blue-800);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.day-card h3 {
  margin-bottom: 13px;
  color: var(--blue-950);
  font-family: "Lora", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.day-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.65;
}

.rooms {
  background: var(--mist);
  overflow: hidden;
}

.rooms-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(54px, 7vw, 94px);
}

.feature-list {
  margin: 36px 0;
  padding: 0;
  display: grid;
  gap: 22px;
  list-style: none;
}

.feature-list li {
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(15, 77, 154, 0.12);
}

.feature-list li > span {
  color: var(--blue-800);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feature-list strong {
  display: block;
  color: var(--blue-950);
  font-size: 0.91rem;
}

.feature-list p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.58;
}

.rooms-collage {
  position: relative;
  min-height: 680px;
}

.room-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.room-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.room-photo:hover img {
  transform: scale(1.03);
}

.room-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 10px 14px;
  color: var(--blue-950);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  font-size: 0.67rem;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(12px);
}

.room-photo-large {
  top: 0;
  right: 0;
  width: 64%;
  height: 650px;
  border-radius: 180px 24px 24px 24px;
}

.room-photo-large img {
  object-position: 48% center;
}

.room-photo-small {
  left: 0;
  width: 39%;
  height: 300px;
  border: 8px solid var(--mist);
  border-radius: 20px;
}

.room-photo-top {
  top: 46px;
}

.room-photo-bottom {
  bottom: 0;
}

.gallery-section {
  color: var(--white);
  background: var(--blue-950);
}

.gallery-heading {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
}

.gallery-heading h2 {
  margin-bottom: 0;
  color: var(--white);
}

.gallery-heading h2 em {
  color: var(--cyan);
}

.gallery-heading > p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 260px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  padding: 0;
  display: block;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:nth-child(1) img {
  object-position: 62% center;
}

.gallery-item:nth-child(4) img {
  object-position: center 34%;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(7, 39, 68, 0.84));
  transition: background 0.3s ease;
}

.gallery-item::before {
  position: absolute;
  z-index: 2;
  top: -60%;
  left: -120%;
  width: 48%;
  height: 220%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  pointer-events: none;
  transform: rotate(18deg);
  transition: left 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:hover::before,
.gallery-item:focus-visible::before {
  left: 150%;
}

.gallery-item > span {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: var(--white);
  text-align: left;
  transform: translateY(6px);
  transition: transform 0.3s ease;
}

.gallery-item strong,
.gallery-item small {
  display: block;
}

.gallery-item strong {
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}

.gallery-item small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.64rem;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.05);
}

.gallery-item:hover > span,
.gallery-item:focus-visible > span {
  transform: translateY(0);
}

.gallery-item:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--blue-800);
}

.process {
  background: var(--white);
}

.process-list {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  list-style: none;
}

.process-list::before {
  position: absolute;
  z-index: 0;
  top: 86px;
  right: 17%;
  left: 17%;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(90deg, rgba(15, 77, 154, 0.22) 0 8px, transparent 8px 14px);
}

.process-list li {
  position: relative;
  z-index: 1;
  padding: 28px;
  text-align: center;
}

.process-number {
  position: absolute;
  top: 0;
  right: 24px;
  color: rgba(15, 77, 154, 0.62);
  font-family: "Lora", Georgia, serif;
  font-size: 3.3rem;
  line-height: 1;
}

.process-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  color: var(--blue-800);
  background: var(--mist);
  border: 9px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(15, 77, 154, 0.11), var(--shadow-sm);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

.process-list li:hover .process-icon {
  color: var(--white);
  background: var(--blue-800);
  transform: translateY(-5px) scale(1.04);
}

.process-icon svg {
  width: 34px;
  height: 34px;
}

.process-list h3 {
  margin-bottom: 13px;
  color: var(--blue-950);
  font-family: "Lora", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.process-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.faq {
  background: var(--ivory);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: clamp(56px, 9vw, 120px);
}

.faq-intro {
  position: sticky;
  top: 132px;
}

.faq-intro > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: var(--ink-soft);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--white);
  border: 1px solid rgba(15, 77, 154, 0.09);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(7, 39, 68, 0.035);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 22px 64px 22px 24px;
  color: var(--blue-950);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--blue-800);
  transition: transform 0.25s ease;
}

.faq-list summary span::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: rotate(0deg);
}

.faq-list details[open] summary {
  color: var(--blue-800);
}

.faq-list details p {
  margin: 0;
  padding: 0 64px 24px 24px;
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.faq-list details[open] p {
  animation: answerIn 0.35s ease both;
}

.visit-cta {
  position: relative;
  padding: 88px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 39, 68, 0.97), rgba(15, 77, 154, 0.92)),
    url("assets/hero-room.webp") center 44% / cover;
  overflow: hidden;
}

.visit-cta::after {
  position: absolute;
  top: -170px;
  right: 12%;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.visit-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 70px;
}

.visit-cta h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2.4rem, 4.2vw, 4.5rem);
}

.visit-cta h2 em {
  color: var(--cyan);
}

.visit-cta-inner > div:first-child > p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.visit-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.button-white {
  color: var(--blue-950);
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.button-white:hover,
.button-white:focus-visible {
  color: var(--blue-950);
  background: var(--cyan);
  border-color: var(--cyan);
}

.visit-phone small,
.visit-phone strong {
  display: block;
}

.visit-phone small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visit-phone strong {
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.contact {
  background: var(--white);
}

.contact-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  color: var(--white);
  background: var(--blue-950);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.contact-info {
  padding: 62px;
  background:
    radial-gradient(circle at 10% 0, rgba(97, 199, 232, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(15, 77, 154, 0.32), transparent 70%);
}

.contact-info h2 {
  color: var(--white);
  font-size: clamp(2.35rem, 3.8vw, 4rem);
}

.contact-info h2 em {
  color: var(--cyan);
}

.contact-info > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.67);
}

.contact-methods {
  margin-top: 38px;
  display: grid;
  gap: 12px;
}

.contact-methods > a {
  padding: 13px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-methods > a:hover,
.contact-methods > a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(97, 199, 232, 0.12);
  border-radius: 50%;
}

.contact-icon svg {
  width: 21px;
  height: 21px;
}

.contact-methods small,
.contact-methods strong {
  display: block;
}

.contact-methods small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-methods strong {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form-card {
  margin: 12px;
  padding: 50px;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 33px;
}

.form-kicker {
  margin-bottom: 8px;
  color: var(--blue-800);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-form-card h3 {
  margin-bottom: 28px;
  color: var(--blue-950);
  font-family: "Lora", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 500;
}

.contact-form-card form,
.contact-form-card label {
  display: grid;
}

.contact-form-card form {
  gap: 17px;
}

.contact-form-card .honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form-card label {
  gap: 7px;
}

.contact-form-card label > span {
  color: var(--blue-950);
  font-size: 0.7rem;
  font-weight: 800;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(15, 77, 154, 0.14);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-card textarea {
  min-height: 116px;
  resize: vertical;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(60, 145, 212, 0.1);
}

.contact-form-card input:focus-visible,
.contact-form-card select:focus-visible,
.contact-form-card textarea:focus-visible {
  outline: 2px solid var(--blue-800);
  outline-offset: 2px;
}

.form-submit {
  width: 100%;
  margin-top: 3px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.65rem;
  line-height: 1.5;
  text-align: center;
}

.form-status {
  min-height: 1em;
  color: var(--blue-800);
  font-weight: 700;
}

.form-status.is-success {
  color: #1e6b43;
}

.form-status.is-error {
  color: #9d2f2f;
}

.form-status a {
  color: var(--blue-800);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.map-card {
  position: relative;
  height: 430px;
  margin-top: 28px;
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.map-visual,
.map-visual img {
  width: 100%;
  height: 100%;
}

.map-visual {
  position: relative;
  background: var(--blue-950);
}

.map-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 47, 69, 0.34), transparent 62%),
    linear-gradient(180deg, transparent 38%, rgba(8, 47, 69, 0.24));
}

.map-visual img {
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.78) contrast(1.04);
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.map-card:hover .map-visual img {
  transform: scale(1.025);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.65) contrast(1.04);
}

.map-overlay {
  position: absolute;
  bottom: 22px;
  left: 22px;
  min-width: 245px;
  padding: 18px 20px;
  color: var(--white);
  background: rgba(7, 39, 68, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(14px);
}

.map-overlay span,
.map-overlay strong,
.map-overlay a {
  display: block;
}

.map-overlay span {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-overlay strong {
  margin: 3px 0 10px;
  font-family: "Lora", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.map-overlay a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 700;
}

.site-footer {
  padding: 74px 0 26px;
  color: rgba(255, 255, 255, 0.64);
  background: #061d31;
}

.footer-main {
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr 1.25fr;
  gap: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-footer {
  width: 190px;
  height: 82px;
  margin-bottom: 16px;
  padding: 4px 9px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
}

.footer-brand p,
.footer-column p {
  margin: 0;
  font-size: 0.77rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.75rem;
}

.footer-column h3 {
  margin-bottom: 9px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--white);
}

.footer-column a,
.footer-brand p,
.contact-methods a,
.map-overlay,
.form-note {
  overflow-wrap: anywhere;
}

.footer-cta-column p {
  margin-bottom: 8px;
}

.footer-cta {
  color: var(--cyan);
  font-weight: 800;
}

.footer-cta span {
  margin-left: 5px;
}

.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.65rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-action-bar {
  display: none;
}

.lightbox {
  width: min(1000px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100vh - 40px);
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  overflow: visible;
}

.lightbox::backdrop {
  background: rgba(2, 16, 29, 0.92);
  backdrop-filter: blur(8px);
}

.lightbox figure {
  width: 100%;
  margin: 0;
  display: grid;
  justify-items: center;
}

.lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 130px);
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.lightbox figcaption {
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.lightbox-close {
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 1.7rem;
}

.lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  background: var(--blue-700);
}

.lightbox[open] figure {
  animation: lightboxIn 0.38s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.back-to-top {
  position: fixed;
  z-index: 119;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(7, 39, 68, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(7, 39, 68, 0.25);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--blue-700);
  transform: translateY(-3px) scale(1);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 15% 15%, rgba(97, 199, 232, 0.18), transparent 30%),
    radial-gradient(circle at 85% 85%, rgba(15, 77, 154, 0.12), transparent 34%),
    var(--ivory);
}

.thank-you-card {
  width: min(720px, 100%);
  padding: clamp(34px, 7vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 77, 154, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.thank-you-card .brand {
  margin: 0 auto 32px;
}

.thank-you-card .eyebrow {
  justify-content: center;
}

.thank-you-card h1 {
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
}

.thank-you-card > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto 30px;
  color: var(--ink-soft);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: opacity, transform;
}

.js [data-reveal="left"] {
  transform: translateX(-34px);
}

.js [data-reveal="right"] {
  transform: translateX(34px);
}

.js [data-reveal="scale"] {
  transform: translateY(18px) scale(0.965);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(119, 212, 164, 0.34); }
  70% { box-shadow: 0 0 0 8px rgba(119, 212, 164, 0); }
  100% { box-shadow: 0 0 0 0 rgba(119, 212, 164, 0); }
}

@keyframes gentleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-7px) rotate(1.5deg); }
}

@keyframes glowDriftOne {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-38px, 24px, 0) scale(1.08); }
}

@keyframes glowDriftTwo {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(34px, -28px, 0) rotate(18deg); }
}

@keyframes answerIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lightboxIn {
  from { opacity: 0; transform: translateY(14px) scale(0.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1120px) {
  .primary-nav {
    gap: 15px;
    font-size: 0.78rem;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-image-frame {
    width: 95%;
  }

  .availability-card {
    right: -6px;
  }

  .proof-item {
    padding: 24px 20px;
  }

  .care-details {
    padding: 48px;
    gap: 38px;
  }

  .rooms-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 88px;
  }

  .topbar {
    display: none;
  }

  .site-header {
    top: 0;
  }

  .header-inner {
    min-height: 78px;
  }

  .brand {
    width: 154px;
    height: 60px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    max-height: 0;
    padding: 0 24px;
    display: grid;
    gap: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 50px rgba(7, 39, 68, 0.12);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease, visibility 0.35s ease;
  }

  .primary-nav.is-open {
    max-height: calc(100dvh - 78px);
    padding-top: 18px;
    padding-bottom: 24px;
    visibility: visible;
  }

  .primary-nav > a:not(.button) {
    min-height: 52px;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(15, 77, 154, 0.08);
    font-size: 0.9rem;
  }

  .primary-nav > a:not(.button)::after {
    display: none;
  }

  .primary-nav .nav-cta {
    margin-top: 14px;
    display: inline-flex;
  }

  .hero {
    padding-top: 58px;
  }

  .hero::before {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-copy {
    max-width: 760px;
    padding-bottom: 26px;
  }

  .hero h1 {
    max-width: 800px;
  }

  .hero-visual {
    width: min(100%, 680px);
    min-height: 650px;
    margin-inline: auto;
  }

  .hero-image-frame {
    width: 82%;
  }

  .hero-garden-card {
    left: 0;
  }

  .availability-card {
    top: 42px;
    right: 0;
    bottom: auto;
  }

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

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

  .proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(15, 77, 154, 0.09);
  }

  .about-grid,
  .rooms-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .about-copy {
    max-width: 760px;
  }

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

  .care-details {
    grid-template-columns: 1fr;
  }

  .care-details-heading {
    max-width: 680px;
  }

  .daily-heading,
  .gallery-heading,
  .visit-cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .rooms-copy {
    max-width: 760px;
  }

  .rooms-collage {
    width: min(100%, 720px);
    margin-inline: auto;
  }

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

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

  .faq-intro {
    position: static;
    max-width: 680px;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

  .contact-info {
    padding-bottom: 42px;
  }

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

  .footer-cta-column {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 88px 0;
  }

  .hero {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
  }

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

  .hero-trust {
    display: grid;
    gap: 9px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-image-frame {
    width: 92%;
    height: 485px;
    border-width: 7px;
    border-radius: 220px 220px 24px 24px;
  }

  .hero-garden-card {
    bottom: 0;
    width: 142px;
    border-radius: 70px 70px 15px 15px;
  }

  .hero-garden-card img {
    height: 132px;
    border-radius: 62px 62px 10px 10px;
  }

  .hero-garden-card figcaption {
    font-size: 0.58rem;
  }

  .availability-card {
    right: 0;
    bottom: auto;
    min-width: 226px;
    padding: 11px 14px 11px 11px;
  }

  .availability-icon {
    width: 36px;
    height: 36px;
  }

  .availability-card a {
    font-size: 0.72rem;
  }

  .proof-strip {
    border-radius: 18px 18px 0 0;
  }

  .proof-item {
    min-height: 104px;
    padding: 18px;
    display: block;
  }

  .proof-item strong {
    margin-bottom: 8px;
    display: block;
    font-size: 1.65rem;
  }

  .proof-item span {
    font-size: 0.66rem;
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .about-media {
    min-height: 540px;
  }

  .about-photo-main {
    width: 86%;
    height: 450px;
    border-radius: 150px 20px 20px 20px;
  }

  .about-photo-secondary {
    width: 50%;
    height: 240px;
  }

  .about-badge {
    top: 24px;
    right: -3px;
    width: 112px;
    height: 112px;
    border-width: 6px;
  }

  .about-badge strong {
    font-size: 1.15rem;
  }

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

  .service-card {
    min-height: 0;
    padding: 28px;
  }

  .service-number {
    margin-bottom: 22px;
  }

  .care-details {
    margin: 72px -8px 0;
    padding: 36px 24px;
    border-radius: 28px;
  }

  .care-panel {
    padding: 22px;
  }

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

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

  .day-card {
    min-height: 0;
  }

  .day-icon {
    margin-bottom: 28px;
  }

  .rooms-collage {
    min-height: 550px;
  }

  .room-photo-large {
    width: 76%;
    height: 520px;
    border-radius: 145px 20px 20px 20px;
  }

  .room-photo-small {
    width: 39%;
    height: 230px;
    border-width: 6px;
  }

  .gallery-grid {
    grid-auto-rows: 210px;
  }

  .gallery-item-wide {
    grid-column: span 2;
  }

  .gallery-item > span {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }

  .gallery-item strong {
    font-size: 0.84rem;
  }

  .gallery-item small {
    display: none;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process-list li {
    padding: 22px;
  }

  .faq-list summary {
    padding: 20px 56px 20px 20px;
  }

  .faq-list details p {
    padding: 0 20px 22px;
  }

  .visit-cta {
    padding: 72px 0;
  }

  .visit-actions {
    width: 100%;
  }

  .visit-actions .button {
    width: 100%;
  }

  .contact-shell {
    margin-inline: -8px;
    border-radius: 28px;
  }

  .contact-info {
    padding: 38px 26px;
  }

  .contact-form-card {
    margin: 8px;
    padding: 32px 20px;
    border-radius: 22px;
  }

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

  .map-card {
    height: 400px;
  }

  .map-overlay {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-width: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 28px;
  }

  .footer-brand,
  .footer-cta-column {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 120;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    height: 58px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgba(7, 39, 68, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 50px rgba(7, 39, 68, 0.3);
    backdrop-filter: blur(14px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  body.menu-open .mobile-action-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
  }

  .back-to-top {
    right: 16px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
  }

  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    border-radius: 13px;
    font-size: 0.75rem;
    font-weight: 800;
  }

  .mobile-action-bar a:last-child {
    color: var(--blue-950);
    background: var(--white);
  }

  .mobile-action-bar svg {
    width: 18px;
    height: 18px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 60px);
  }

  .lightbox-next {
    right: calc(50% - 60px);
  }
}

@media (max-width: 460px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .header-inner {
    min-height: 72px;
  }

  .brand {
    width: 142px;
    height: 56px;
  }

  .primary-nav {
    top: 72px;
  }

  .primary-nav.is-open {
    max-height: calc(100dvh - 72px);
  }

  .hero-visual {
    min-height: 480px;
  }

  .hero-image-frame {
    width: 95%;
    height: 450px;
  }

  .hero-image-label {
    right: 16px;
    bottom: 22px;
    left: 112px;
  }

  .hero-image-label strong {
    font-size: 1.05rem;
  }

  .hero-garden-card {
    width: 122px;
  }

  .hero-garden-card img {
    height: 110px;
  }

  .availability-card {
    top: 42px;
    bottom: auto;
    min-width: 208px;
  }

  .availability-card small {
    display: none;
  }

  .about-media {
    min-height: 485px;
  }

  .about-photo-main {
    height: 400px;
  }

  .about-photo-secondary {
    height: 210px;
  }

  .rooms-collage {
    min-height: 490px;
  }

  .room-photo-large {
    height: 465px;
  }

  .room-photo-small {
    height: 198px;
  }

  .gallery-grid {
    grid-auto-rows: 180px;
  }

  .gallery-item-tall {
    grid-row: span 2;
  }

  .contact-methods strong {
    font-size: 0.72rem;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-visual {
    min-height: 456px;
  }

  .hero-image-frame {
    height: 426px;
  }

  .hero-garden-card {
    width: 108px;
  }

  .hero-garden-card img {
    height: 96px;
  }

  .availability-card {
    min-width: 0;
    width: 184px;
  }

  .availability-card a {
    font-size: 0.66rem;
  }

  .proof-item {
    padding: 15px 13px;
  }

  .contact-info {
    padding-inline: 20px;
  }
}

@media (min-width: 721px) and (prefers-reduced-motion: no-preference) {
  .hero-garden-card {
    animation: gentleFloat 6.5s ease-in-out infinite;
  }

  .availability-card {
    animation: gentleFloat 5.5s 0.8s ease-in-out infinite reverse;
  }
}

@media (max-width: 720px) {
  .hero-garden-card,
  .availability-card {
    animation: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 2026-08-04 launch edition — verified, warm and unmistakably local */
:root {
  --blue-950: #082f45;
  --blue-900: #0b3b59;
  --blue-800: #155d87;
  --blue-700: #2376a1;
  --blue-500: #51a5c7;
  --cyan: #86d9dc;
  --ivory: #f8f4ec;
  --ivory-deep: #ebe3d7;
  --mist: #e8f3f1;
  --sage: #86a99c;
  --sand: #cfa56d;
  --ink: #18313f;
  --ink-soft: #5d6e75;
  --shadow-sm: 0 16px 42px rgba(8, 47, 69, 0.09);
  --shadow-lg: 0 34px 90px rgba(8, 47, 69, 0.18);
}

::selection {
  color: #082f45;
  background: #bcebed;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(134, 217, 220, 0.08), transparent 22rem),
    var(--ivory);
}

.scroll-progress span {
  background: linear-gradient(90deg, var(--cyan), #fff1c9, var(--blue-500));
}

.topbar {
  background: linear-gradient(90deg, #062a3f, #0c4965 55%, #0a3853);
}

.status-dot {
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(134, 217, 220, 0.14);
}

.site-header {
  border-bottom-color: rgba(8, 47, 69, 0.08);
  background: rgba(248, 244, 236, 0.88);
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 18px 55px rgba(8, 47, 69, 0.09);
}

.header-inner {
  min-height: 94px;
  gap: 24px;
}

.brand {
  width: 204px;
  height: 78px;
}

.brand img {
  object-position: left center;
}

.primary-nav {
  gap: clamp(13px, 1.5vw, 24px);
  font-size: 0.82rem;
}

.primary-nav > a:not(.button)::after {
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--blue-500));
  border-radius: 99px;
}

.button {
  background: linear-gradient(135deg, var(--blue-800), var(--blue-900));
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(21, 93, 135, 0.22);
}

.button:hover,
.button:focus-visible {
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900));
  border-color: transparent;
  box-shadow: 0 22px 48px rgba(21, 93, 135, 0.3);
}

.button-ghost {
  color: var(--blue-950);
  background: rgba(255, 253, 248, 0.8);
  border-color: rgba(8, 47, 69, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.hero {
  padding-top: 88px;
  background:
    radial-gradient(circle at 91% 13%, rgba(81, 165, 199, 0.16), transparent 24rem),
    radial-gradient(circle at 8% 86%, rgba(207, 165, 109, 0.11), transparent 24rem),
    linear-gradient(145deg, #fffdf8 0%, #f5f0e8 53%, #edf4f2 100%);
}

.hero::after {
  position: absolute;
  top: 48px;
  right: -80px;
  width: 360px;
  height: 360px;
  content: "";
  border: 1px solid rgba(21, 93, 135, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(21, 93, 135, 0.025), 0 0 0 108px rgba(21, 93, 135, 0.018);
  pointer-events: none;
}

.hero-grid {
  min-height: 690px;
}

.hero h1 {
  font-family: "Lora", Georgia, serif;
  font-size: clamp(3.15rem, 4.7vw, 5.15rem);
  line-height: 1.03;
}

.hero h1 em {
  margin-top: 0.08em;
  color: var(--blue-800);
}

.hero-lead {
  max-width: 610px;
  color: #536a73;
  font-size: 1.06rem;
}

.hero-lead strong {
  color: var(--blue-950);
  font-size: 1.03em;
}

.hero-trust {
  gap: 12px 18px;
}

.hero-trust span {
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(8, 47, 69, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.hero-image-frame {
  border: 9px solid rgba(255, 253, 248, 0.85);
  border-radius: 280px 280px 48px 48px;
  box-shadow: 0 42px 110px rgba(8, 47, 69, 0.22);
}

.hero-image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: inherit;
  pointer-events: none;
}

.hero-garden-card {
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 30px 70px rgba(8, 47, 69, 0.2);
}

.availability-card {
  background: linear-gradient(135deg, rgba(8, 47, 69, 0.97), rgba(15, 73, 98, 0.95));
  border-color: rgba(134, 217, 220, 0.2);
}

.proof-strip {
  background: rgba(255, 253, 248, 0.96);
  border-color: rgba(8, 47, 69, 0.09);
  box-shadow: 0 -18px 60px rgba(8, 47, 69, 0.07);
  backdrop-filter: blur(16px);
}

.proof-item {
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.proof-item::before {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 28px;
  height: 2px;
  content: "";
  background: var(--cyan);
  border-radius: 99px;
  transform: translateY(-9px);
}

.proof-item strong {
  color: var(--blue-900);
  font-size: 1.72rem;
}

.proof-item:nth-child(2) strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(0.82rem, 1.15vw, 1.05rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about {
  background:
    radial-gradient(circle at 95% 20%, rgba(134, 217, 220, 0.08), transparent 24rem),
    #fffdfa;
}

.about-photo-main {
  border-radius: 210px 28px 28px 28px;
}

.about-photo-secondary {
  border: 8px solid #fffdfa;
}

.about-badge {
  background: linear-gradient(145deg, var(--blue-800), var(--blue-950));
  box-shadow: 0 24px 52px rgba(8, 47, 69, 0.25);
}

.about-badge strong {
  color: var(--cyan);
}

.about-badge span:last-child {
  max-width: 92px;
  font-size: 0.53rem;
  text-align: center;
}

.signature-line a {
  color: var(--blue-800);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(21, 93, 135, 0.28);
  text-underline-offset: 3px;
}

.signature-line a:hover,
.signature-line a:focus-visible {
  text-decoration-color: currentColor;
}

.services {
  background:
    linear-gradient(rgba(21, 93, 135, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 93, 135, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, var(--ivory), #f3eee5);
  background-size: 72px 72px, 72px 72px, auto;
}

.service-card {
  min-height: 320px;
  background: rgba(255, 253, 249, 0.92);
  border-color: rgba(8, 47, 69, 0.09);
  box-shadow: 0 14px 42px rgba(8, 47, 69, 0.055);
}

.service-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0, rgba(134, 217, 220, 0.18), transparent 14rem),
    linear-gradient(145deg, var(--blue-800), var(--blue-950));
}

.care-details {
  background:
    radial-gradient(circle at 8% 5%, rgba(134, 217, 220, 0.2), transparent 26%),
    radial-gradient(circle at 96% 92%, rgba(207, 165, 109, 0.13), transparent 30%),
    linear-gradient(145deg, #082f45, #0b3b59 58%, #105270);
}

.care-panel {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.13);
  transition: background 0.25s ease, transform 0.25s ease;
}

.care-panel:hover {
  background: rgba(255, 255, 255, 0.105);
  transform: translateX(5px);
}

.daily-life {
  background:
    radial-gradient(circle at 8% 90%, rgba(207, 165, 109, 0.08), transparent 21rem),
    #fffdfa;
}

.day-grid {
  gap: 12px;
  background: transparent;
  border: 0;
  overflow: visible;
}

.day-card {
  position: relative;
  background: linear-gradient(155deg, #faf6ef, #f0eee8);
  border: 1px solid rgba(8, 47, 69, 0.08);
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(8, 47, 69, 0.05);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.day-card::after {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 90px;
  height: 90px;
  content: "";
  border: 1px solid rgba(21, 93, 135, 0.09);
  border-radius: 50%;
}

.day-card:hover {
  box-shadow: 0 22px 48px rgba(8, 47, 69, 0.1);
  transform: translateY(-6px);
}

.rooms {
  background:
    radial-gradient(circle at 93% 18%, rgba(134, 217, 220, 0.28), transparent 24rem),
    linear-gradient(135deg, #edf6f3, #e5f0ef);
}

.room-photo {
  border-color: rgba(255, 253, 248, 0.9);
  box-shadow: 0 28px 64px rgba(8, 47, 69, 0.16);
}

.gallery-section {
  background:
    radial-gradient(circle at 100% 0, rgba(134, 217, 220, 0.13), transparent 25rem),
    linear-gradient(155deg, #062b40, #0a3b57 55%, #0c4962);
}

.gallery-item {
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.gallery-item:hover,
.gallery-item:focus-visible {
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.27);
}

.process-number {
  color: #8d6235;
}

.faq {
  background: linear-gradient(180deg, #f8f4ec, #f2ece2);
}

.visit-cta {
  background:
    radial-gradient(circle at 5% 10%, rgba(134, 217, 220, 0.2), transparent 24rem),
    radial-gradient(circle at 94% 95%, rgba(207, 165, 109, 0.15), transparent 22rem),
    linear-gradient(120deg, #0a3852, #155d87);
}

.contact-shell {
  grid-template-columns: 0.95fr 1.05fr;
  background: linear-gradient(145deg, #072e44, #0b3b59);
}

.contact-call-card {
  min-width: 0;
  margin: 12px;
  padding: 50px;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0, rgba(134, 217, 220, 0.18), transparent 16rem),
    linear-gradient(145deg, #fffdf8, #f3ede4);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 33px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.contact-call-card h3 {
  max-width: 480px;
  margin: 0 0 16px;
  color: var(--blue-950);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.contact-call-card > p:not(.form-kicker, .privacy-note) {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.call-checklist {
  margin: 24px 0 30px;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.call-checklist li {
  position: relative;
  padding: 11px 14px 11px 40px;
  color: var(--blue-950);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(8, 47, 69, 0.08);
  border-radius: 13px;
  font-size: 0.82rem;
  font-weight: 700;
}

.call-checklist li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(134, 217, 220, 0.16);
  transform: translateY(-50%);
}

.call-card-button {
  width: 100%;
  min-height: 62px;
  font-family: "Lora", Georgia, serif;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.privacy-note {
  margin: 16px 0 0;
  color: #66777c;
  font-size: 0.68rem;
  line-height: 1.55;
  text-align: center;
}

.map-card {
  border: 1px solid rgba(8, 47, 69, 0.08);
  box-shadow: 0 24px 65px rgba(8, 47, 69, 0.11);
}

.brand-footer {
  width: 210px;
}

.site-footer {
  background:
    radial-gradient(circle at 8% 18%, rgba(134, 217, 220, 0.08), transparent 22rem),
    #05283c;
}

@keyframes heroRise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroFrameIn {
  from { opacity: 0; transform: translateY(24px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: heroRise 0.72s both cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .hero-copy > :nth-child(2) { animation-delay: 80ms; }
  .hero-copy > :nth-child(3) { animation-delay: 150ms; }
  .hero-copy > :nth-child(4) { animation-delay: 220ms; }
  .hero-copy > :nth-child(5) { animation-delay: 290ms; }

  .hero-image-frame {
    animation: heroFrameIn 0.95s 120ms both cubic-bezier(0.2, 0.7, 0.2, 1);
  }
}

@media (max-width: 1120px) {
  .brand {
    width: 184px;
  }

  .primary-nav {
    gap: 13px;
    font-size: 0.77rem;
  }
}

@media (max-width: 960px) {
  .header-inner {
    min-height: 84px;
  }

  .brand {
    width: 190px;
    height: 68px;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

  .contact-call-card {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 58px;
  }

  .hero::after {
    width: 230px;
    height: 230px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .hero-trust span {
    width: 100%;
  }

  .proof-item {
    padding: 22px 18px;
  }

  .proof-item::before {
    top: 18px;
    left: 18px;
  }

  .proof-item strong {
    font-size: 1.42rem;
  }

  .proof-item:nth-child(2) strong {
    font-size: 0.76rem;
  }

  .day-grid {
    gap: 10px;
  }

  .day-card {
    border-radius: 20px;
  }

  .contact-call-card {
    margin: 8px;
    padding: 34px 24px;
    border-radius: 26px;
  }
}

@media (max-width: 460px) {
  .brand {
    width: 164px;
    height: 62px;
  }

  .hero-trust span {
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  .proof-item:nth-child(2) strong {
    max-width: 100%;
    font-size: 0.66rem;
    overflow-wrap: anywhere;
  }

  .contact-call-card h3 {
    font-size: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *,
  .hero-image-frame {
    animation: none !important;
  }

  .care-panel:hover,
  .day-card:hover {
    transform: none;
  }
}
