:root {
  --red: #a40616;
  --red-dark: #6f0610;
  --black: #0a0a0b;
  --ink: #171717;
  --muted: #696969;
  --line: #e7e0dd;
  --paper: #fffaf7;
  --white: #ffffff;
  --soft: #f4efec;
  --shadow: 0 18px 50px rgba(10, 10, 11, .12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

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

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

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar {
  background: var(--black);
  color: var(--white);
  font-size: 13px;
}

.topbar .container,
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar .container {
  min-height: 38px;
}

.topbar a {
  color: var(--white);
  opacity: .9;
  flex: 0 0 auto;
  font-weight: 800;
}

.topbar-marquee {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(255,255,255,.88);
}

.topbar-marquee::before,
.topbar-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 54px;
  pointer-events: none;
}

.topbar-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--black), rgba(10,10,11,0));
}

.topbar-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--black), rgba(10,10,11,0));
}

.topbar-track {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  min-width: max-content;
  animation: topbar-marquee 34s linear infinite;
  will-change: transform;
}

.topbar-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.topbar-track span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--red);
  box-shadow: 0 0 14px rgba(164,6,22,.8);
}

.topbar:hover .topbar-track {
  animation-play-state: paused;
}

@keyframes topbar-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 247, .94);
  border-bottom: 1px solid rgba(10, 10, 11, .08);
  backdrop-filter: blur(16px);
}

.nav .container {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--red);
}

.menu-btn {
  display: none;
  border: 0;
  background: var(--black);
  color: var(--white);
  width: 42px;
  height: 42px;
  font-size: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  background: var(--red);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(164, 6, 22, .22);
  cursor: pointer;
}

.btn:hover {
  background: var(--red-dark);
}

.btn.secondary {
  background: var(--white);
  color: var(--black);
  border-color: rgba(10, 10, 11, .16);
  box-shadow: none;
}

.hero {
  min-height: calc(100vh - 116px);
  display: grid;
  align-items: end;
  position: relative;
  color: var(--white);
  overflow: hidden;
  background: #12090a;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.42) 48%, rgba(0,0,0,.12)),
    linear-gradient(0deg, rgba(0,0,0,.34), rgba(0,0,0,0) 42%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero .container {
  position: relative;
  z-index: 2;
  padding: 82px 0 76px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}

.hero-copy {
  min-width: 0;
}

.hero-reservation {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(10,10,11,.58);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
}

.hero-reservation span,
.room-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #ffccd1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-reservation h2 {
  font-size: 30px;
}

.hero-reservation p {
  margin: 14px 0 16px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
}

.hero-reservation ul {
  display: grid;
  gap: 9px;
  padding-left: 18px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 13px;
  line-height: 1;
}

.hero .eyebrow {
  margin-bottom: 18px;
  color: #ffccd1;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: .28em;
  text-shadow: 0 0 28px rgba(255,204,209,.34);
}

.page-hero .eyebrow,
.blog-detail-hero .eyebrow {
  margin-bottom: 18px;
  color: #ffccd1;
  font-size: clamp(14px, 1.6vw, 20px);
  letter-spacing: .28em;
  text-shadow: 0 0 24px rgba(255,204,209,.28);
}

.section-head .eyebrow {
  min-height: 54px;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 0 30px;
  border: 1.5px solid rgba(164, 6, 22, .48);
  color: var(--red);
  background: rgba(255,255,255,.52);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 12px 30px rgba(164,6,22,.06);
  font-size: clamp(14px, 1.8vw, 24px);
  letter-spacing: .22em;
  line-height: 1.25;
  text-align: center;
  justify-content: center;
  white-space: normal;
}

.intro-grid .eyebrow,
.split .eyebrow,
.service-layout .eyebrow,
.contact-card .eyebrow,
.corporate-panel .eyebrow,
.article-aside + .article-content .eyebrow {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 10px;
  color: #9d0614;
  font-size: clamp(14px, 1.45vw, 20px);
  letter-spacing: .26em;
}

.intro-grid .eyebrow::after,
.split .eyebrow::after,
.service-layout .eyebrow::after,
.contact-card .eyebrow::after,
.corporate-panel .eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 16px rgba(164,6,22,.32);
}

.cta .eyebrow {
  color: #ffccd1;
  font-size: clamp(14px, 1.5vw, 20px);
  letter-spacing: .24em;
}

.corporate-panel.dark .eyebrow {
  color: #ffccd1;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(44px, 8vw, 96px);
}

h2 {
  font-size: clamp(28px, 3.2vw, 44px);
}

h3 {
  font-size: 24px;
}

.hero p {
  max-width: 650px;
  margin: 22px 0 30px;
  font-size: clamp(17px, 2vw, 22px);
  color: rgba(255,255,255,.88);
}

.section-head h2,
.intro-grid h2,
.split h2,
.service-layout h2 {
  max-width: 780px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.intro-grid h2,
.split h2 {
  max-width: 680px;
}

.corporate-panel h2,
.contact-card h2,
.process-step h3,
.decision-item h3,
.value-card h3 {
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.16;
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 1px;
  margin-top: 42px;
  max-width: 860px;
  background: rgba(255,255,255,.16);
}

.compact-stats {
  max-width: 780px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(10,10,11,.42);
  backdrop-filter: blur(12px);
}

.stat {
  padding: 16px 18px;
  background: rgba(0,0,0,.22);
}

.stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.stat span {
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

.hero-dots {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.hero-dots button {
  width: 38px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.34);
  cursor: pointer;
  transition: width .28s ease, background .28s ease;
}

.hero-dots button.is-active {
  width: 64px;
  background: #ffccd1;
}

section {
  padding: 88px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--muted);
}

.intro-band {
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 46px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 18px;
  color: #4f4f4f;
  font-size: 18px;
}

.intro-copy p {
  margin: 0;
}

.trust-band {
  padding: 30px 0;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.review-marquee {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.14);
}

.review-marquee::before,
.review-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80px;
  pointer-events: none;
}

.review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--black), rgba(10,10,11,0));
}

.review-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--black), rgba(10,10,11,0));
}

.review-track {
  display: flex;
  width: max-content;
  animation: review-slide 48s linear infinite;
  will-change: transform;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review {
  flex: 0 0 clamp(320px, 32vw, 430px);
  padding: 24px;
  background: #111;
  border-right: 1px solid rgba(255,255,255,.14);
}

.stars {
  color: #f1c34d;
  font-size: 15px;
  margin-bottom: 12px;
}

.review p {
  margin: 0 0 12px;
  color: rgba(255,255,255,.78);
}

.review strong {
  font-size: 14px;
}

@keyframes review-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

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

.room-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.detailed-room-grid {
  align-items: stretch;
}

.detailed-card {
  display: flex;
  flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.detailed-card:hover {
  transform: translateY(-6px);
  border-color: rgba(164, 6, 22, .26);
  box-shadow: 0 22px 48px rgba(10,10,11,.12);
}

.room-card .photo,
.gallery-shot {
  min-height: 260px;
  background-image: var(--img);
  background-size: 500% 100%;
  background-position: var(--pos) center;
}

.room-card .body {
  padding: 22px;
}

.detailed-card .body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.detailed-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.detailed-card .meta {
  margin-top: auto;
}

.room-kicker {
  color: var(--red);
  margin-bottom: 10px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  color: #4b4b4b;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

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

.decision-section,
.process-section {
  background: var(--soft);
}

.decision-grid,
.process-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.decision-item,
.process-step,
.value-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(10,10,11,.06);
}

.decision-item b,
.process-step span,
.value-card b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
}

.decision-item h3,
.process-step h3,
.value-card h3 {
  font-size: 22px;
}

.decision-item p,
.process-step p,
.value-card p,
.services > .container p,
.experience-section p {
  color: var(--muted);
}

.service-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.service-image {
  min-height: 520px;
  background: url("assets/images/dining-services.png") center/cover;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-item {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform .24s ease, background .24s ease;
}

.service-item:hover {
  transform: translateY(-4px);
  background: var(--white);
}

.service-item b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  background: var(--black);
  color: var(--white);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.feature {
  padding: 16px 18px;
  border-left: 4px solid var(--red);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(10,10,11,.06);
}

.experience-section {
  background: var(--paper);
}

.corporate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.corporate-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 32px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(10,10,11,.07);
}

.corporate-panel.dark {
  background: var(--black);
  color: var(--white);
}

.corporate-panel.dark .eyebrow {
  color: #ffccd1;
}

.corporate-panel p {
  margin: 0;
  color: #505050;
}

.corporate-panel.dark p {
  color: rgba(255,255,255,.76);
}

.contact-rich p,
.contact-guide p {
  color: var(--muted);
}

.contact-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.contact-checklist span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: #444;
  font-size: 13px;
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.gallery-shot {
  min-height: 220px;
  border: 1px solid var(--line);
}

.room-detail {
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.room-detail:first-child {
  padding-top: 0;
}

.room-detail .intro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

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

.faq {
  border: 1px solid var(--line);
  background: var(--white);
}

.faq button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border: 0;
  background: transparent;
  color: var(--black);
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.faq .answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq.open .answer {
  display: block;
}

.cta {
  background: var(--red);
  color: var(--white);
}

.cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta p {
  max-width: 620px;
  color: rgba(255,255,255,.85);
}

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

.blog-card,
.legal-box {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(10,10,11,.07);
}

.blog-card {
  padding: 0;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(164, 6, 22, .28);
  box-shadow: 0 22px 48px rgba(10,10,11,.12);
}

.blog-card-media {
  display: block;
  height: 218px;
  overflow: hidden;
  background: var(--soft);
}

.blog-card-media span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--img);
  background-size: 500% 100%;
  background-position: var(--pos) center;
  transition: transform .5s ease;
}

.blog-card:hover .blog-card-media span {
  transform: scale(1.06);
}

.blog-card-body {
  padding: 24px;
}

.blog-card time {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 10px 0 12px;
}

.blog-card p {
  color: var(--muted);
  margin: 0 0 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.text-link:hover {
  color: var(--red-dark);
}

.page-hero {
  padding: 74px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.26)),
    url("assets/images/suit-oda-gallery.png") center/cover;
}

.page-hero p {
  max-width: 620px;
  color: rgba(255,255,255,.84);
}

.content {
  padding: 70px 0;
}

.blog-list-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.36)),
    url("assets/images/teras-suit-gallery.png") center/cover;
}

.containerless-note {
  margin: -12px 0 24px;
  padding: 16px 18px;
  border-left: 4px solid var(--red);
  background: var(--white);
  color: var(--muted);
  font-weight: 700;
}

.blog-detail-hero {
  padding: 86px 0 58px;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.blog-detail-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}

.blog-detail-hero h1 {
  margin-top: 12px;
  font-size: clamp(42px, 6vw, 76px);
}

.blog-detail-hero p {
  max-width: 720px;
  margin: 22px 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 2vw, 22px);
}

.back-link {
  margin-bottom: 24px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 800;
}

.article-hero-image {
  min-height: 520px;
  background-image: var(--img);
  background-size: 500% 100%;
  background-position: var(--pos) center;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.article-shell {
  background: var(--white);
}

.article-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 106px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(10,10,11,.06);
}

.article-aside h2,
.article-checklist h2 {
  font-size: 24px;
}

.article-aside ul {
  padding-left: 19px;
  margin: 16px 0 22px;
  color: #4d4d4d;
}

.article-aside li + li {
  margin-top: 10px;
}

.article-content {
  max-width: 820px;
}

.article-content h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
}

.article-content p {
  margin: 0 0 34px;
  color: #4f4f4f;
  font-size: 18px;
}

.article-checklist {
  margin-top: 10px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.article-checklist div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.article-checklist span {
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  color: #444;
  font-weight: 800;
  font-size: 13px;
}

.article-gallery {
  padding: 74px 0;
  background: var(--paper);
}

.article-gallery-grid .gallery-shot {
  min-height: 250px;
}

.article-cta {
  padding: 64px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .topbar-track {
    animation: none;
    transform: none;
  }

  .review-track {
    animation: none;
    transform: none;
  }
}

.prose {
  max-width: 850px;
}

.prose p,
.prose li {
  color: #555;
}

.prose h2 {
  margin-top: 34px;
  font-size: 34px;
}

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 22px;
}

.contact-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  font: inherit;
}

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

footer {
  background: var(--black);
  color: var(--white);
  padding: 58px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

footer p,
footer li {
  color: rgba(255,255,255,.7);
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}

footer h3 {
  font-size: 16px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  min-height: 54px;
  padding: 0 18px;
  background: #128c4a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    padding: 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.open {
    display: flex;
  }

  .menu-btn {
    display: block;
  }

  .hero-stats,
  .hero-layout,
  .intro-grid,
  .room-grid,
  .blog-grid,
  .footer-grid,
  .service-layout,
  .split,
  .contact-grid,
  .blog-detail-hero-grid,
  .article-layout,
  .decision-grid,
  .process-grid,
  .values-grid,
  .corporate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-layout {
    align-items: stretch;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

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

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .topbar .container {
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: column;
    gap: 4px;
  }

  .topbar-marquee {
    width: 100%;
  }

  .topbar-marquee::before,
  .topbar-marquee::after {
    width: 28px;
  }

  .topbar-track {
    gap: 28px;
    animation-duration: 28s;
  }

  .hero {
    min-height: auto;
  }

  .hero .container {
    padding: 56px 0;
  }

  .hero-reservation {
    display: none;
  }

  .hero-reservation h2 {
    font-size: 26px;
  }

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

  .hero-stats,
  .hero-layout,
  .intro-grid,
  .room-grid,
  .blog-grid,
  .footer-grid,
  .service-layout,
  .split,
  .service-list,
  .contact-grid,
  .blog-detail-hero-grid,
  .article-layout,
  .decision-grid,
  .process-grid,
  .values-grid,
  .corporate-grid {
    grid-template-columns: 1fr;
  }

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

  .section-head,
  .cta .container,
  .room-detail .intro,
  .copyright {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .service-image {
    min-height: 360px;
  }

  .decision-item,
  .process-step {
    padding: 20px;
  }

  .review {
    flex-basis: 82vw;
  }

  .review-track {
    animation-duration: 42s;
  }

  .review-marquee::before,
  .review-marquee::after {
    width: 34px;
  }

  .article-hero-image {
    min-height: 360px;
  }

  .blog-card-media {
    height: 190px;
  }

  section {
    padding: 64px 0;
  }
}
