:root {
  color-scheme: light;
  --ink: #19201c;
  --muted: #66736d;
  --line: #dce3de;
  --paper: #f7f5ef;
  --white: #ffffff;
  --moss: #496b58;
  --pine: #223d31;
  --clay: #b75f3b;
  --gold: #c49a52;
  --champagne: #eadcc5;
  --charcoal: #111815;
  --shadow: 0 24px 60px rgba(26, 32, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font-family: Montserrat, sans-serif;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(255, 252, 244, 0.82);
  border-bottom: 1px solid rgba(234, 220, 197, 0.78);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pine);
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
  color: #34443c;
  font-size: 0.9rem;
  font-weight: 500;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 500;
}

.header-tools {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

.header-tools nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cache-clear-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(234, 220, 197, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--pine);
  font-size: 0.76rem;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    border-color 160ms ease;
}

.cache-clear-button:hover,
.cache-clear-button:focus-visible {
  background: var(--pine);
  border-color: var(--pine);
  color: var(--white);
  outline: 0;
  transform: translateY(-1px);
}

.language-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(234, 220, 197, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.language-switch button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--pine);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.language-switch button:hover,
.language-switch button:focus-visible {
  background: #f4ead8;
  color: var(--pine);
  outline: 0;
  transform: translateY(-1px);
}

.language-switch button.is-active {
  background: var(--charcoal);
  color: var(--white);
}

.language-switch button.is-active:hover,
.language-switch button.is-active:focus-visible {
  background: var(--charcoal);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 116px clamp(18px, 5vw, 72px) 64px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 19, 15, 0.84), rgba(11, 19, 15, 0.46) 46%, rgba(11, 19, 15, 0.16)),
    linear-gradient(0deg, rgba(11, 19, 15, 0.38), rgba(11, 19, 15, 0.02) 45%),
    var(
        --hero-image,
        url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1800&q=82")
      )
      center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22vh;
  z-index: -1;
  background: linear-gradient(0deg, var(--paper), rgba(247, 245, 239, 0));
}

.hero-content {
  max-width: 780px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

strong,
b {
  font-weight: 500;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(4rem, 10vw, 8.5rem);
  line-height: 0.9;
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 1.02;
  font-weight: 500;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 500;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 34px;
}

.hero-proof article {
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(234, 220, 197, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

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

.hero-proof strong {
  margin-bottom: 6px;
  color: var(--champagne);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

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

.button.primary {
  background: var(--charcoal);
  color: var(--white);
}

.button.primary:hover {
  background: #26342d;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button.full {
  width: 100%;
}

.section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.intro-grid article,
.amenity-grid article,
.room-card,
.testimonial-grid figure,
.booking-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(26, 32, 28, 0.06);
}

.intro-grid article {
  min-height: 146px;
  padding: 22px;
}

.intro-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--pine);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
}

.intro-grid span,
.amenity-grid p,
.booking-copy p,
.form-note {
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr 0.86fr;
  gap: 12px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.gallery img {
  width: 100%;
  height: clamp(240px, 34vw, 520px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(26, 32, 28, 0.1);
}

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

.intro h2,
.rooms .section-heading h2,
.booking-copy h2 {
  font-size: clamp(1.35rem, 2vw, 2.18rem);
  line-height: 1.12;
}

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

.room-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.room-card.clickable-card {
  cursor: pointer;
}

.room-card.clickable-card:hover,
.room-card.clickable-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(183, 95, 59, 0.42);
  box-shadow: 0 22px 48px rgba(26, 32, 28, 0.14);
  outline: none;
}

.room-card.clickable-card:hover img,
.room-card.clickable-card:focus-visible img {
  transform: scale(1.035);
}

.room-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.room-card > div {
  padding: 22px;
}

.room-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.room-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.room-meta div {
  padding: 12px;
  border-radius: 8px;
  background: #f3f5f1;
}

.room-meta dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 500;
}

.room-meta dd {
  margin: 0;
  color: var(--pine);
  font-size: 0.96rem;
  font-weight: 500;
}

.room-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.room-badges span {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #e1d7c7;
  border-radius: 999px;
  background: #fbf8f1;
  color: #5c4b35;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.text-link {
  display: inline-flex;
  color: var(--clay);
  font-weight: 500;
}

.reserve-link {
  color: var(--pine);
}

.region-guide {
  background: #f1eee6;
}

.region-banner {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(360px, 48vw, 560px);
  margin-bottom: 18px;
  padding: clamp(24px, 5vw, 56px);
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 24, 21, 0.82), rgba(17, 24, 21, 0.34)),
    url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1800&q=82") center / cover;
  box-shadow: 0 22px 54px rgba(26, 32, 28, 0.16);
}

.region-banner h2 {
  max-width: 860px;
  margin-bottom: 14px;
}

.region-banner p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.region-card-grid,
.region-place-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.region-card,
.region-place-card {
  overflow: hidden;
  border: 1px solid #e3d9c8;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 14px 34px rgba(26, 32, 28, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.region-card:hover,
.region-card:focus-visible,
.region-place-card:hover,
.region-place-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(183, 95, 59, 0.42);
  box-shadow: 0 22px 48px rgba(26, 32, 28, 0.14);
  outline: none;
}

.region-card img,
.region-place-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 220ms ease;
}

.region-card:hover img,
.region-place-card:hover img {
  transform: scale(1.035);
}

.region-card > div,
.region-place-card > div {
  padding: 20px;
}

.region-card span,
.region-place-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.region-card h3,
.region-place-card h3 {
  margin-bottom: 8px;
  color: var(--pine);
  font-size: 1.16rem;
}

.region-card p,
.region-place-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.region-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: end;
  margin-bottom: 28px;
}

.region-heading p:last-child {
  color: var(--muted);
  font-size: 1.02rem;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.region-grid article {
  display: grid;
  align-content: start;
  min-height: 420px;
  padding: 22px;
  border: 1px solid #e3d9c8;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 14px 34px rgba(26, 32, 28, 0.06);
}

.region-grid article > span {
  display: inline-flex;
  justify-self: start;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4ead8;
  color: #6a5131;
  font-size: 0.76rem;
  font-weight: 500;
}

.region-grid h3 {
  margin-bottom: 14px;
  color: var(--pine);
  font-size: 1.14rem;
  line-height: 1.25;
}

.region-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.region-grid li {
  color: var(--muted);
  font-size: 0.92rem;
}

.region-grid li a {
  display: block;
  padding: 8px 0;
  transition: color 160ms ease, transform 160ms ease;
}

.region-grid li a:hover {
  color: var(--pine);
  transform: translateX(2px);
}

.region-grid li strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
}

.region-detail-hero {
  min-height: 78vh;
}

.region-group-hero {
  min-height: 76vh;
}

.region-group-page {
  background: #f1eee6;
}

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

.region-place-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.74fr) minmax(0, 1fr);
}

.region-place-card img {
  height: 100%;
  min-height: 300px;
}

.region-detail-page {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.region-detail-card {
  position: sticky;
  top: 104px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #e3d9c8;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 18px 44px rgba(26, 32, 28, 0.08);
}

.region-detail-card .button {
  width: 100%;
  margin-top: 22px;
}

.region-detail-card .suite-detail-list li {
  justify-content: flex-start;
}

.region-detail-story {
  display: grid;
  gap: 20px;
}

.region-detail-story > img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(26, 32, 28, 0.12);
}

.region-detail-story section {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.region-detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--pine);
}

.region-detail-list.muted {
  color: var(--muted);
}

.suite-detail-hero {
  min-height: 82vh;
}

.suite-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.suite-detail-card {
  position: sticky;
  top: 104px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(26, 32, 28, 0.1);
}

.suite-detail-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.suite-detail-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 500;
}

.suite-detail-list strong {
  color: var(--pine);
}

.suite-side-actions {
  margin-top: 24px;
}

.suite-side-actions .button {
  width: 100%;
}

.suite-side-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.suite-side-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #fbf8f1;
  color: #5c4b35;
  font-size: 0.78rem;
  font-weight: 500;
}

.suite-story {
  display: grid;
  gap: 18px;
}

.suite-story img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(26, 32, 28, 0.12);
}

.suite-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.suite-feature-grid article,
.suite-amenities {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(26, 32, 28, 0.05);
}

.suite-feature-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.suite-feature-grid strong {
  color: var(--pine);
  font-size: 1.05rem;
}

.suite-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.suite-equipment-grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf8f1;
}

.suite-equipment-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.suite-equipment-grid strong {
  color: var(--pine);
  font-size: 1rem;
  font-weight: 500;
}

.suite-equipment-grid small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.suite-pill-list,
.suite-amenity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.suite-pill-list li,
.suite-amenity-list li {
  padding: 9px 12px;
  border-radius: 999px;
  background: #eef2ed;
  color: var(--pine);
  font-size: 0.9rem;
  font-weight: 500;
}

.suite-amenities h2 {
  margin-bottom: 18px;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.amenity-grid article {
  min-height: 210px;
  padding: 24px;
}

.amenity-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--clay);
  font-weight: 500;
}

.testimonials {
  background: #f1eee6;
}

.experience-summary {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 72px);
  background: #f1eee6;
}

.experience-summary h2 {
  font-size: clamp(1rem, 2vw, 2.175rem);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.experience-grid article {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.experience-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--pine);
  font-size: 1.05rem;
}

.experience-grid span {
  color: var(--muted);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.testimonial-grid figure {
  margin: 0;
  padding: clamp(22px, 3vw, 32px);
}

.testimonial-grid blockquote {
  margin: 0 0 22px;
  color: #26342d;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.28;
  font-weight: 500;
}

.testimonial-grid figcaption {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(340px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  padding: clamp(54px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(17, 24, 21, 0.96), rgba(34, 61, 49, 0.9)),
    #111815;
  color: var(--white);
}

.booking-copy {
  position: sticky;
  top: 104px;
}

.booking-copy p {
  max-width: 560px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.74);
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.booking-steps article {
  padding: 16px;
  border: 1px solid rgba(234, 220, 197, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.booking-steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 500;
}

.booking-steps strong {
  font-size: 0.98rem;
  font-weight: 500;
}

.booking-card {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 4vw, 34px);
  border-color: rgba(234, 220, 197, 0.56);
  background: #fffdfa;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.booking-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.booking-card-head h3 {
  margin: 0;
  color: var(--pine);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.booking-card-head .eyebrow {
  margin-bottom: 6px;
}

.booking-card-head > span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f4ead8;
  color: #6a5131;
  font-size: 0.78rem;
  font-weight: 500;
}

.booking-status {
  display: none;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(183, 95, 59, 0.2);
  border-radius: 8px;
  background: #f8efe3;
}

.booking-status span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.booking-status strong {
  color: var(--pine);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 500;
}

.booking-status p {
  margin: 0;
  color: #5b665f;
  font-size: 0.92rem;
  line-height: 1.7;
}

.booking-card.booking-closed .booking-status {
  display: grid;
}

.booking-card.booking-closed input:not(.hp-field),
.booking-card.booking-closed select,
.booking-card.booking-closed textarea {
  background: #f5f2ed;
  color: #85827b;
  cursor: not-allowed;
}

.form-row {
  display: grid;
  gap: 14px;
}

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

.form-row.three {
  grid-template-columns: 0.7fr 0.7fr 1.2fr;
}

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

label {
  display: grid;
  gap: 7px;
  color: #314139;
  font-size: 0.92rem;
  font-weight: 500;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8d2;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-family: Montserrat, sans-serif;
  padding: 11px 13px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(183, 95, 59, 0.22);
  border-color: var(--clay);
}

.summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: #f7efe1;
}

.summary div {
  padding: 12px;
  border-radius: 8px;
  background: var(--white);
}

.summary span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.summary strong {
  color: var(--pine);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

.form-note.success {
  color: var(--pine);
  font-weight: 500;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: #4d5d55;
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-weight: 500;
}
footer > span {
  font-weight: 600;
  letter-spacing: 0.02em;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 0.92rem;
  color: inherit;
}
footer nav a {
  color: inherit;
  opacity: 0.78;
  transition: opacity 160ms ease, color 160ms ease;
}
footer nav a:hover,
footer nav a:focus-visible {
  opacity: 1;
  color: var(--clay, #b75f3b);
  outline: none;
}
@media (max-width: 640px) {
  footer { flex-direction: column; align-items: flex-start; }
  footer nav { gap: 6px 16px; }
}

@media (max-width: 920px) {
  .intro,
  .suite-detail,
  .region-heading,
  .region-detail-page,
  .experience-summary,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    position: static;
  }

  .suite-detail-card {
    position: static;
  }

  .region-detail-card {
    position: static;
  }

  .intro-grid,
  .amenity-grid,
  .region-card-grid,
  .region-grid,
  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .region-place-grid,
  .region-place-card {
    grid-template-columns: 1fr;
  }

  .region-place-card img {
    min-height: 260px;
  }

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

  .room-card img {
    min-height: 280px;
    aspect-ratio: 16 / 10;
  }

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

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

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

  .gallery img {
    height: 290px;
  }
}

@media (max-width: 660px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px;
  }

  .header-tools {
    width: 100%;
    justify-content: space-between;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-top: 154px;
    padding-bottom: 36px;
  }

  h1 {
    font-size: clamp(3.05rem, 15vw, 4.45rem);
    line-height: 0.94;
  }

  .hero-copy {
    font-size: 1.02rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-proof,
  .booking-steps {
    grid-template-columns: 1fr;
  }

  .hero-proof article {
    min-height: auto;
  }

  .intro-grid,
  .room-grid,
  .amenity-grid,
  .region-card-grid,
  .region-grid,
  .region-place-grid,
  .experience-grid,
  .form-row.two,
  .form-row.three,
  .form-row.four,
  .summary {
    grid-template-columns: 1fr;
  }

  .suite-feature-grid {
    grid-template-columns: 1fr;
  }

  .suite-equipment-grid {
    grid-template-columns: 1fr;
  }

  .booking-card-head {
    display: grid;
  }

  .intro-grid article,
  .amenity-grid article {
    min-height: auto;
  }

  footer {
    flex-direction: column;
  }
}

/* Region category sections (Görülecek Yerler / Tekne Turları / Aktiviteler) */
.region-category-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.region-category-head {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3d9c8;
}
.region-category-head h2 {
  margin: 0 0 6px;
  font-size: 1.55rem;
  letter-spacing: -0.01em;
}
.region-category-head p {
  margin: 0;
  opacity: 0.65;
  font-size: 0.95rem;
}
.region-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1100px) {
  .region-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .region-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .region-category-grid { grid-template-columns: 1fr; }
}

/* Karia Yolu spotlight banner (index.html) */
.karia-spotlight {
  margin-top: 0;
}
.karia-banner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3d9c8;
  background: #fff;
  box-shadow: 0 18px 44px rgba(40, 30, 20, 0.10);
  text-decoration: none;
  color: inherit;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.karia-banner:hover,
.karia-banner:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(183, 95, 59, 0.45);
  box-shadow: 0 26px 56px rgba(40, 30, 20, 0.16);
  outline: none;
}
.karia-banner-image {
  background-size: cover;
  background-position: center;
  min-height: 260px;
}
.karia-banner-text {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.karia-banner-text .eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: #b75f3b;
  font-weight: 600;
}
.karia-banner-text h2 {
  margin: 6px 0 8px;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.karia-banner-text p {
  margin: 0 0 14px;
  line-height: 1.55;
  opacity: 0.78;
}
.karia-banner-cta {
  display: inline-block;
  margin-top: 4px;
  font-weight: 600;
  color: #b75f3b;
  font-size: 0.95rem;
}
@media (max-width: 820px) {
  .karia-banner { grid-template-columns: 1fr; }
  .karia-banner-image { min-height: 200px; }
  .karia-banner-text { padding: 26px 22px; }
}

/* Home badge — ana sayfaya dönüş, iç sayfalar üstünde */
.home-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(227, 217, 200, 0.7);
  color: #1f2d2a;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
  flex-shrink: 0;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(20, 25, 22, 0.06);
}
.home-badge:hover,
.home-badge:focus-visible {
  background: #b75f3b;
  border-color: #b75f3b;
  color: #fff;
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 8px 18px rgba(183, 95, 59, 0.28);
}
.home-badge svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

/* Payment pages — fixed home badge (header'sız) */
.home-badge.is-floating {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  width: 42px;
  height: 42px;
}
.home-badge.is-floating svg { width: 19px; height: 19px; }

/* Rezervasyon form — ödeme tercihi + KVKK */
.payment-pref {
  margin: 18px 0 6px;
  padding: 16px 18px;
  border: 1px solid #e3d9c8;
  border-radius: 10px;
  background: rgba(255, 252, 244, 0.65);
}
.payment-pref legend {
  padding: 0 8px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--pine, #1f2d2a);
}
.payment-pref .radio-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px;
  margin: 10px 0;
  padding: 4px 0;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.45;
  flex-direction: row !important;
  width: 100%;
}
.payment-pref .radio-row input[type="radio"] {
  appearance: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  flex: 0 0 18px;
  flex-shrink: 0;
  accent-color: var(--clay, #b75f3b);
  cursor: pointer;
  vertical-align: top;
}
.payment-pref .radio-row span {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  word-wrap: break-word;
}
.payment-pref .radio-row strong {
  font-weight: 600;
  display: inline;
}

.kvkk-note {
  margin: 14px 0 8px;
  font-size: 0.8rem;
  opacity: 0.65;
  line-height: 1.5;
}

/* Sezonluk fiyat tablosu */
.pricing-section {
  background: #fffaf2;
  border-top: 1px solid #efe6d4;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
.pricing-card {
  position: relative;
  padding: 26px 22px 22px;
  border: 1px solid #e3d9c8;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(40, 30, 20, 0.10);
}
.pricing-card.low { border-color: #d6e2c8; }
.pricing-card.mid { border-color: #e3d9c8; }
.pricing-card.high { border-color: #e8c2a3; background: linear-gradient(180deg, #fff 0%, #fff7ed 100%); }
.pricing-card.peak {
  border-color: #b75f3b;
  background: linear-gradient(180deg, #fff 0%, #ffece0 100%);
  box-shadow: 0 18px 38px rgba(183, 95, 59, 0.14);
}
.pricing-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 11px;
  border-radius: 999px;
  background: #efe5d2;
  color: #6b5638;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pricing-card.peak .pricing-tag {
  background: #b75f3b;
  color: #fff;
}
.pricing-amount {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #1f2d2a;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 4px 0 10px;
}
.pricing-amount small {
  font-size: 0.42em;
  font-weight: 500;
  opacity: 0.65;
  letter-spacing: 0;
}
.pricing-card p {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.78;
  line-height: 1.4;
}

.pricing-extras {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.pricing-extras article {
  padding: 16px 18px;
  border: 1px solid #efe6d4;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pricing-extras strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: #b75f3b;
  letter-spacing: -0.01em;
}
.pricing-extras span {
  font-size: 0.86rem;
  opacity: 0.78;
  line-height: 1.4;
}

.pricing-note {
  margin: 0;
  font-size: 0.86rem;
  opacity: 0.7;
  line-height: 1.5;
  text-align: center;
}

/* Rezervasyon form summary — toplam fiyat satırı */
.summary-total {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #e3d9c8;
  font-weight: 600;
}
.summary-total strong {
  color: #b75f3b;
  font-size: 1.05em;
}
.summary-breakdown {
  margin-top: 6px;
  font-size: 0.8em;
  opacity: 0.7;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-extras { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* Stay policy hint (form altında) */
.stay-policy {
  margin: -8px 0 12px;
  font-size: 0.86rem;
  opacity: 0.72;
  line-height: 1.5;
}
.stay-policy strong {
  color: #b75f3b;
  font-weight: 600;
}

/* ==== Legal pages (KVKK, Mesafeli Sözleşme, İptal-İade, Çerez) ==== */
.legal-page {
  background: #fffaf2;
}
.legal-hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 64px 32px 32px;
  text-align: left;
}
.legal-hero h1 {
  font-size: clamp(28px, 4vw, 42px);
  margin: 8px 0 16px;
  line-height: 1.2;
  color: #1f2d2a;
}
.legal-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 600;
  color: #b75f3b;
  margin: 0;
}
.legal-lead {
  color: #4a5856;
  font-size: 15px;
  line-height: 1.7;
  max-width: 760px;
}
.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 16px 32px 96px;
  line-height: 1.7;
  color: #2c3837;
}
.legal-content h2 {
  font-size: 22px;
  margin: 40px 0 12px;
  color: #1f2d2a;
  border-bottom: 1px solid rgba(31, 45, 42, 0.12);
  padding-bottom: 8px;
}
.legal-content h3 {
  font-size: 17px;
  margin: 24px 0 8px;
  color: #1f2d2a;
}
.legal-content p {
  margin: 12px 0;
  font-size: 14.5px;
}
.legal-content ul,
.legal-content ol {
  margin: 12px 0 12px 22px;
  padding: 0;
}
.legal-content li {
  margin: 6px 0;
  font-size: 14.5px;
}
.legal-content a {
  color: #b75f3b;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content a:hover {
  color: #8e3f1f;
}
.legal-content strong {
  color: #1f2d2a;
  font-weight: 600;
}
.legal-meta {
  background: #fff;
  border: 1px solid rgba(31, 45, 42, 0.12);
  border-radius: 12px;
  padding: 16px 20px !important;
  margin: 16px 0 !important;
  list-style: none !important;
}
.legal-meta li {
  list-style: none;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(31, 45, 42, 0.08);
  font-size: 14px;
}
.legal-meta li:last-child {
  border-bottom: none;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  background: #fff;
  border: 1px solid rgba(31, 45, 42, 0.12);
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}
.legal-table th,
.legal-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(31, 45, 42, 0.08);
}
.legal-table thead th {
  background: #1f2d2a;
  color: #fffaf2;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.legal-table tbody tr:last-child td {
  border-bottom: none;
}
.legal-table tbody tr:nth-child(even) {
  background: rgba(183, 95, 59, 0.04);
}

/* Footer legal nav */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 12px;
  opacity: 0.75;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 250, 242, 0.12);
  margin-top: 12px;
  width: 100%;
  justify-content: center;
}
.footer-legal a {
  color: inherit;
  text-decoration: none;
}
.footer-legal a:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .legal-hero,
  .legal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .legal-table {
    font-size: 13px;
  }
  .legal-table th,
  .legal-table td {
    padding: 8px 10px;
  }
}

/* ==== Cookie consent banner + modal ==== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f2d2a;
  color: #fffaf2;
  padding: 16px 24px;
  z-index: 9000;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}
.cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.cookie-banner-text {
  flex: 1 1 320px;
  min-width: 0;
}
.cookie-banner-text strong {
  display: block;
  margin-bottom: 4px;
  color: #fffaf2;
  font-size: 15px;
}
.cookie-banner-text p {
  margin: 0;
  color: rgba(255, 250, 242, 0.85);
  font-size: 13px;
}
.cookie-banner-text a {
  color: #f4b793;
  text-decoration: underline;
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cookie-btn {
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s, transform 0.15s;
}
.cookie-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.cookie-btn-primary {
  background: #b75f3b;
  color: #fffaf2;
}
.cookie-btn-secondary {
  background: rgba(255, 250, 242, 0.1);
  color: #fffaf2;
  border: 1px solid rgba(255, 250, 242, 0.22);
}

@media (max-width: 720px) {
  .cookie-banner {
    padding: 14px 16px;
  }
  .cookie-banner-actions {
    flex-direction: column;
    width: 100%;
  }
  .cookie-btn {
    width: 100%;
  }
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 9100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.cookie-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 45, 42, 0.85);
}
.cookie-modal-content {
  position: relative;
  background: #fffaf2;
  border-radius: 16px;
  padding: 28px 24px 20px;
  max-width: 540px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.cookie-modal-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #1f2d2a;
}
.cookie-modal-lead {
  margin: 0 0 20px;
  color: #4a5856;
  font-size: 14px;
  line-height: 1.5;
}
.cookie-modal-lead a {
  color: #b75f3b;
  text-decoration: underline;
}
.cookie-category {
  border-top: 1px solid rgba(31, 45, 42, 0.12);
  padding: 16px 0;
}
.cookie-category p {
  margin: 6px 0 0 0;
  font-size: 13px;
  color: #5a6b69;
  line-height: 1.5;
}
.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 12px;
}
.cookie-toggle > span:first-child {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #1f2d2a;
}
.cookie-toggle small {
  font-size: 11px;
  color: #b75f3b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}
.cookie-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
  background: rgba(31, 45, 42, 0.25);
  border-radius: 12px;
  transition: background 0.2s;
  flex-shrink: 0;
}
.cookie-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.cookie-toggle input:checked + .cookie-switch {
  background: #b75f3b;
}
.cookie-toggle input:checked + .cookie-switch::after {
  transform: translateX(18px);
}
.cookie-toggle input:disabled + .cookie-switch {
  opacity: 0.55;
  cursor: not-allowed;
}
.cookie-modal-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  justify-content: flex-end;
  border-top: 1px solid rgba(31, 45, 42, 0.12);
  padding-top: 16px;
}
.cookie-modal-actions .cookie-btn-secondary {
  background: transparent;
  color: #1f2d2a;
  border: 1px solid rgba(31, 45, 42, 0.25);
}

[data-cookie-trigger] {
  cursor: pointer;
}

/* ==== Hostel spotlight (anasayfa) ==== */
.hostel-spotlight {
  padding: 56px 24px;
}
.hostel-spotlight-card {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) 1.4fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  background: #1f2d2a;
  color: #fffaf2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(31,45,42,0.25);
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.hostel-spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 72px rgba(31,45,42,0.32);
}
.hostel-spotlight-media {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hostel-spotlight-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.hostel-spotlight-body .eyebrow {
  color: #f4b793;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}
.hostel-spotlight-body h2 {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  color: #fffaf2;
}
.hostel-spotlight-body p {
  margin: 0;
  color: rgba(255,250,242,0.88);
  font-size: 15px;
  line-height: 1.55;
}
.hostel-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,250,242,0.78);
}
.hostel-spotlight-meta strong {
  color: #fffaf2;
  font-weight: 600;
}
.hostel-spotlight-cta {
  margin-top: 12px;
  display: inline-block;
  color: #f4b793;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (max-width: 720px) {
  .hostel-spotlight-card {
    grid-template-columns: 1fr;
  }
  .hostel-spotlight-media {
    min-height: 240px;
  }
  .hostel-spotlight-body {
    padding: 28px 22px;
  }
}

/* ==== Hostel page ==== */
.hostel-page {
  background: #fffaf2;
}
.hostel-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: center;
  color: #fffaf2;
}
.hostel-hero .hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hostel-hero .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31,45,42,0.4) 0%, rgba(31,45,42,0.85) 100%);
}
.hostel-hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}
.hostel-hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  margin: 12px 0 18px;
  color: #fffaf2;
}
.hostel-hero .eyebrow {
  color: #f4b793;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
.hostel-hero .hero-copy {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,250,242,0.92);
  max-width: 680px;
  margin: 0 auto 26px;
}
.hostel-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
  color: rgba(255,250,242,0.82);
  margin-bottom: 24px;
}
.hostel-hero-meta strong {
  color: #fffaf2;
  font-weight: 600;
}
.hostel-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hostel-audience-grid,
.hostel-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.hostel-audience-grid article,
.hostel-amenity-grid article {
  background: #fff;
  border: 1px solid rgba(31,45,42,0.08);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 4px 16px rgba(31,45,42,0.04);
}
.hostel-audience-grid article .eyebrow {
  display: block;
  color: #b75f3b;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hostel-audience-grid article p,
.hostel-amenity-grid article p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #5a6b69;
  line-height: 1.55;
}
.hostel-amenity-grid article h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #1f2d2a;
}

.hostel-price-table {
  width: 100%;
  max-width: 720px;
  margin: 16px auto 12px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(31,45,42,0.05);
}
.hostel-price-table th,
.hostel-price-table td {
  padding: 14px 18px;
  text-align: left;
  font-size: 14px;
}
.hostel-price-table thead th {
  background: #1f2d2a;
  color: #fffaf2;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}
.hostel-price-table tbody tr:nth-child(even) {
  background: rgba(31,45,42,0.03);
}
.hostel-price-table tbody td:last-child {
  font-weight: 600;
  color: #b75f3b;
}
.hostel-price-note {
  text-align: center;
  font-size: 13px;
  color: #5a6b69;
  margin: 8px 0 0;
}

.hostel-form {
  max-width: 760px;
  margin: 24px auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 8px 28px rgba(31,45,42,0.06);
}
.hostel-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.hostel-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #1f2d2a;
}
.hostel-form-grid label span {
  font-weight: 600;
}
.hostel-form-grid input,
.hostel-form-grid select,
.hostel-form-grid textarea {
  font: inherit;
  padding: 10px 12px;
  border: 1px solid rgba(31,45,42,0.18);
  border-radius: 10px;
  background: #fffaf2;
  color: #1f2d2a;
}
.hostel-form-grid input:focus,
.hostel-form-grid select:focus,
.hostel-form-grid textarea:focus {
  outline: 2px solid rgba(183,95,59,0.35);
  outline-offset: 2px;
  border-color: #b75f3b;
}
.hostel-form-message {
  grid-column: 1 / -1;
}
.hostel-form-message textarea {
  resize: vertical;
  min-height: 80px;
}
.hostel-form-note {
  font-size: 12px;
  color: #5a6b69;
  margin: 16px 0;
  line-height: 1.55;
}
.hostel-form-note a {
  color: #b75f3b;
  text-decoration: underline;
}
.hostel-form button {
  margin-top: 4px;
}

.hostel-cta-card {
  background: #1f2d2a;
  color: #fffaf2;
  border-radius: 20px;
  padding: 36px 32px;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.hostel-cta-card .eyebrow {
  color: #f4b793;
}
.hostel-cta-card h2 {
  margin: 8px 0 12px;
  font-size: clamp(22px, 2.6vw, 30px);
  color: #fffaf2;
}
.hostel-cta-card p {
  margin: 0 0 18px;
  color: rgba(255,250,242,0.85);
  font-size: 15px;
  line-height: 1.55;
}
.hostel-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* ==== Hostel page — 11-language flag switch ==== */
.hostel-lang-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  max-width: 280px;
}
.hostel-lang-switch button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 4px 5px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.hostel-lang-switch button:hover {
  background: rgba(255, 250, 242, 0.12);
  transform: scale(1.08);
}
.hostel-lang-switch button.is-active {
  border-color: #b75f3b;
  background: rgba(183, 95, 59, 0.18);
}
@media (max-width: 720px) {
  .hostel-lang-switch {
    max-width: 100%;
    justify-content: flex-start;
  }
  .hostel-lang-switch button {
    font-size: 17px;
    padding: 3px 4px;
  }
}

/* ==== Suite gallery (suite-yasemin Sweet Suite + diğer suite'ler hazır) ==== */
.suite-gallery-section {
  padding: 32px 0 56px;
}
.suite-gallery-section .section-heading {
  text-align: center;
  margin-bottom: 8px;
}
.suite-gallery-section .section-sub {
  text-align: center;
  color: #5a6b69;
  font-size: 14px;
  margin: 6px 0 0;
}
.suite-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
  max-width: 1200px;
  margin: 24px auto 0;
  padding: 0 24px;
}
.suite-gallery-item {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 10px;
  cursor: zoom-in;
  box-shadow: 0 4px 12px rgba(31, 45, 42, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.suite-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(31, 45, 42, 0.14);
}
.suite-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 720px) {
  .suite-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 16px;
  }
  .suite-gallery-item {
    border-radius: 8px;
  }
}
