html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body.site-body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #2a2520;
  background: linear-gradient(180deg, #faf7f2 0%, #f3eee6 38%, #faf7f2 100%);
}

.site-header .site-nav {
  background: rgba(42, 37, 32, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-nav .nav-link {
  color: rgba(255, 249, 240, 0.88) !important;
  letter-spacing: 0.02em;
}

.site-nav .nav-link:hover {
  color: #fff !important;
}

.site-nav .navbar-brand.site-navbar-brand {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  line-height: 1;
  white-space: nowrap;
}

.site-nav .site-navbar-brand__logo {
  display: block;
  height: clamp(1.72rem, 4.2vw, 2.1rem);
  width: auto;
  max-height: 2.55rem;
  object-fit: contain;
}

.site-nav .navbar-brand.site-navbar-brand:focus-visible {
  outline: 2px solid rgba(255, 248, 239, 0.85);
  outline-offset: 3px;
  border-radius: 4px;
}

.page-shell {
  flex: 1;
}

.home-landing {
  display: grid;
  gap: 2.75rem;
}

.hero {
  margin-bottom: 0;
}

.home-hero {
  position: relative;
  display: grid;
  gap: 1.5rem;
  overflow: hidden;
  padding: clamp(1.45rem, 4vw, 3rem);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 16%, rgba(196, 165, 116, 0.34), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(117, 91, 67, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 229, 214, 0.82));
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 24px 68px rgba(42, 37, 32, 0.12);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -10rem auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: rgba(105, 87, 68, 0.08);
  pointer-events: none;
}

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

.home-hero__content {
  max-width: 54rem;
}

.home-hero .hero__lead {
  max-width: 46rem;
  color: #5c534a;
  margin: 0;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.72;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.home-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.74rem 1rem;
  border-radius: 999px;
  color: #fff8ef;
  background: #2f2923;
  border: 1px solid rgba(47, 41, 35, 0.92);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.home-hero__link:hover {
  color: #fff;
  background: #1f1a16;
  transform: translateY(-1px);
}

.home-hero__link--muted {
  color: #3f362e;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(58, 48, 40, 0.16);
}

.home-hero__link--muted:hover {
  color: #241f1a;
  background: rgba(255, 255, 255, 0.92);
}

.home-hero__panel {
  align-self: end;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(42, 37, 32, 0.88);
  color: #fff8ef;
  box-shadow: 0 18px 42px rgba(42, 37, 32, 0.16);
}

.home-hero__panel-kicker {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 248, 239, 0.68);
}

.home-hero__panel strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.home-hero__panel dl {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.home-hero__panel div {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 248, 239, 0.14);
}

.home-hero__panel dt {
  margin: 0 0 0.18rem;
  color: rgba(255, 248, 239, 0.58);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.home-hero__panel dd {
  margin: 0;
  color: rgba(255, 248, 239, 0.94);
  line-height: 1.45;
}

@media (min-width: 900px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 24rem);
    align-items: end;
    min-height: 31rem;
  }
}

.section-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8a7f72;
  margin-bottom: 1rem;
  font-weight: 600;
}

.home-ad-slot {
  margin-top: -1rem;
}

.home-ad-slot .ad-slot {
  min-height: 7rem;
  background: rgba(255, 255, 255, 0.5);
}

.home-ad-slot--footer {
  /* Grid gap (~2.75rem) ile üstteki blok arasında ek margin birikmesin */
  margin-top: -1.1rem;
}

.home-ad-slot--footer .ad-slot {
  min-height: 7rem;
}

.guide-ad-slot {
  margin-top: 2rem;
}

.guide-ad-slot .ad-slot {
  min-height: 7rem;
}

.city-ad-slot--after-hotels .ad-slot {
  min-height: 5rem;
}

.city-ad-slot--after-hotels .ad-slot .adsbygoogle {
  min-height: 90px;
}

.home-section-heading {
  max-width: 47rem;
  margin-bottom: 1.15rem;
}

.home-section-heading h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 600;
  line-height: 1.1;
  color: #1f1a16;
}

.home-section-heading--split {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  max-width: none;
}

.home-section-heading--split > span {
  flex: 0 0 auto;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  color: #6a5d50;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(58, 48, 40, 0.1);
  font-size: 0.82rem;
  font-weight: 700;
}

.city-directory__empty {
  margin: 0;
  color: #6a625a;
}

.city-directory__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.05rem;
}

@media (min-width: 576px) {
  .city-directory__list {
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }
}

.city-card {
  position: relative;
  display: grid;
  grid-template-rows: 11rem 1fr;
  min-height: 25rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 18px 42px rgba(42, 37, 32, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.city-card:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(42, 37, 32, 0.14);
  border-color: rgba(58, 48, 40, 0.2);
}

.city-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 248, 239, 0.46), transparent 10rem),
    radial-gradient(circle at 78% 75%, rgba(91, 69, 48, 0.2), transparent 12rem),
    linear-gradient(135deg, #c4a574, #7f6042);
}

.city-card__visual::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 248, 239, 0.28);
  border-radius: 18px;
  pointer-events: none;
}

.city-card__visual > span {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4rem, 8vw, 6.2rem);
  line-height: 1;
  color: rgba(255, 248, 239, 0.92);
  text-shadow: 0 12px 34px rgba(42, 37, 32, 0.22);
}

.city-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.city-card:hover .city-card__visual img {
  transform: scale(1.04);
}

.city-card__content {
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.2rem 1.25rem;
}

.city-card__label {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  color: #7d6e5c;
  background: rgba(196, 165, 116, 0.16);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-card__name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.55rem;
  line-height: 1.12;
  display: block;
  margin-bottom: 0.6rem;
  color: #211c17;
}

.city-card__teaser {
  display: block;
  font-size: 0.95rem;
  color: #6a625a;
  line-height: 1.58;
}

.city-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.1rem;
  color: #3e342b;
  font-size: 0.9rem;
  font-weight: 800;
}

.city-card__cta::after {
  content: "->";
  transition: transform 0.15s ease;
}

.city-card:hover .city-card__cta::after {
  transform: translateX(3px);
}

.destination-page .page-header {
  margin-bottom: 1.5rem;
}

.destination-page .eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8a7f72;
  margin-bottom: 0.35rem;
}

.destination-page .eyebrow a {
  color: #6b5c4d;
  text-decoration: none;
}

.destination-page .eyebrow a:hover {
  text-decoration: underline;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
}

.breadcrumb-list li + li::before {
  content: "/";
  margin: 0 0.45em;
  color: #b8ab9e;
  font-weight: 400;
}

.breadcrumb-list li[aria-current="page"] {
  color: #3e342b;
  font-weight: 600;
}

.destination-page h1:not(.hero__title) {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 600;
  color: #1c1814;
  margin: 0;
}

/* Ana kahraman başlığı + otel/restoran detay kahramanı: aynı başlık ölçeği (hemen üstteki .destination-page h1 üzerine yazılır) */
.hero__title,
.detail-hero h2 {
  font-family: "Fraunces", Georgia, serif;
  max-width: min(100%, 38rem);
  font-size: clamp(1.85rem, 4.2vw, 3.2rem);
  font-weight: 600;
  color: #1c1814;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hero__title {
  margin: 0 0 1rem;
}

.detail-hero h2 {
  margin: 0 0 1rem;
}

.detail-hero__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.85rem;
  row-gap: 0.45rem;
  max-width: min(100%, 42rem);
}

.detail-hero__title-name {
  min-width: 0;
}

.detail-hero__title-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.92rem, 2.1vw, 1.12rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #3a3028;
  background: linear-gradient(145deg, rgba(255, 248, 236, 0.98), rgba(227, 204, 158, 0.72));
  border: 1px solid rgba(200, 151, 58, 0.48);
  box-shadow: 0 2px 10px rgba(58, 48, 40, 0.07);
}

.detail-hero--restaurant .detail-hero__title-rating {
  background: linear-gradient(145deg, rgba(255, 246, 238, 0.98), rgba(232, 198, 168, 0.72));
  border-color: rgba(178, 124, 76, 0.42);
}

.detail-hero__title-rating .rating-star {
  color: #b8892a;
  font-size: 1.05em;
}

.detail-hero__title-rating .rating-value {
  font-weight: 700;
}

.detail-hero__title-rating .rating-count {
  font-weight: 500;
  color: #5c534a;
  font-size: 0.88em;
}

.prose p {
  line-height: 1.75;
  color: #454039;
  margin-bottom: 1rem;
  max-width: 42rem;
}

.ad-slot {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0.8rem;
  min-height: 8.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px dashed rgba(58, 48, 40, 0.14);
}

.ad-slot__label {
  justify-self: start;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9a9085;
  font-weight: 700;
}

.ad-slot .adsbygoogle {
  width: 100%;
  min-height: 6rem;
}

.city-landing {
  display: grid;
  gap: 2.75rem;
}

.city-hero {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(196, 165, 116, 0.3), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 229, 214, 0.78));
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 22px 60px rgba(42, 37, 32, 0.1);
}

.city-hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -11rem auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: rgba(105, 87, 68, 0.08);
  pointer-events: none;
}

.city-hero__content {
  position: relative;
  z-index: 1;
  max-width: 47rem;
  display: flex;
  flex-direction: column;
}

.city-hero__visual-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.city-hero__media {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(42, 37, 32, 0.08);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 18px 42px rgba(42, 37, 32, 0.12);
}

.city-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.city-hero__media figcaption {
  padding: 0.55rem 0.7rem;
  color: #6a625a;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.city-hero__lead {
  max-width: 43rem;
  margin: 1.2rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.72;
  color: #4d453d;
}

.city-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.city-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff8ef;
  background: #2f2923;
  border: 1px solid rgba(47, 41, 35, 0.92);
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.city-hero__link:hover {
  color: #fff;
  background: #1f1a16;
  transform: translateY(-1px);
}

.city-hero__link--muted {
  color: #3f362e;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(58, 48, 40, 0.16);
}

.city-hero__link--muted:hover {
  color: #241f1a;
  background: rgba(255, 255, 255, 0.92);
}

.city-hero__panel {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(42, 37, 32, 0.86);
  color: #fff8ef;
  box-shadow: 0 16px 38px rgba(42, 37, 32, 0.16);
}

.city-hero__panel-kicker {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 248, 239, 0.68);
}

.city-hero__panel strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.city-hero__panel dl {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.city-hero__panel div {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 248, 239, 0.14);
}

.city-hero__panel dt {
  margin: 0 0 0.18rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 248, 239, 0.58);
  font-weight: 600;
}

.city-hero__panel dd {
  margin: 0;
  color: rgba(255, 248, 239, 0.94);
}

.city-hero__panel-stat {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255, 248, 239, 0.35);
  text-underline-offset: 0.15em;
  transition: text-decoration-color 0.15s ease, color 0.15s ease;
}

.city-hero__panel-stat:hover {
  color: #fff;
  text-decoration-color: rgba(255, 248, 239, 0.75);
}

.city-hero__panel-stat:focus-visible {
  outline: 2px solid rgba(255, 248, 239, 0.65);
  outline-offset: 3px;
}

@media (min-width: 900px) {
  .city-hero {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 28rem);
    align-items: stretch;
    min-height: 28rem;
  }

  .city-hero__content {
    align-self: start;
  }

  .city-hero__visual-stack {
    height: 100%;
    min-height: 0;
    align-self: stretch;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .city-hero__media {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
  }

  .city-hero__media img {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    aspect-ratio: auto;
    object-fit: cover;
  }
}

.city-section-heading h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 600;
  line-height: 1.12;
  color: #1f1a16;
}

.city-notes,
.city-directory-section {
  margin: 0;
}

.city-section-heading {
  margin-bottom: 1.1rem;
  max-width: 46rem;
}

.city-section-heading--split {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  max-width: none;
}

.city-section-heading--split > span {
  flex: 0 0 auto;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  color: #6a5d50;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(58, 48, 40, 0.1);
  font-size: 0.82rem;
  font-weight: 600;
}

.city-note-grid {
  display: grid;
  gap: 0.9rem;
}

.city-note-card {
  position: relative;
  padding: 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 14px 34px rgba(42, 37, 32, 0.06);
}

.city-note-card::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 3px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: #c4a574;
}

.city-note-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #211c17;
}

.city-note-card p {
  margin: 0;
  color: #5b5249;
  line-height: 1.62;
  font-size: 0.94rem;
}

@media (min-width: 768px) {
  .city-note-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.city-content-guide {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 4vw, 2.2rem);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgba(196, 165, 116, 0.32), transparent 22rem),
    linear-gradient(135deg, rgba(42, 37, 32, 0.96), rgba(83, 67, 52, 0.9));
  color: #fff8ef;
  box-shadow: 0 26px 70px rgba(42, 37, 32, 0.18);
}

.city-content-guide::after {
  content: "";
  position: absolute;
  inset: auto -8rem -10rem auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.07);
  pointer-events: none;
}

.city-content-guide__intro,
.city-content-guide__layout {
  position: relative;
  z-index: 1;
}

.city-content-guide__intro {
  width: 100%;
  max-width: none;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.city-content-guide__intro .section-label {
  color: rgba(255, 248, 239, 0.66);
}

.city-content-guide__intro h2 {
  margin: 0;
  max-width: none;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4.1rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.city-content-guide__intro p:not(.section-label) {
  width: 100%;
  max-width: none;
  margin: 1rem 0 0;
  color: rgba(255, 248, 239, 0.78);
  line-height: 1.7;
}

.city-content-guide__layout {
  display: grid;
  gap: 1rem;
}

.city-content-guide__aside {
  align-self: start;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 248, 239, 0.1);
  border: 1px solid rgba(255, 248, 239, 0.14);
  backdrop-filter: blur(10px);
}

.city-content-guide__aside-kicker {
  display: block;
  margin-bottom: 0.9rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 248, 239, 0.62);
  font-weight: 700;
}

.city-content-guide__aside dl {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.city-content-guide__aside div {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 248, 239, 0.13);
}

.city-content-guide__aside div:first-child {
  padding-top: 0;
  border-top: none;
}

.city-content-guide__aside dt {
  margin: 0 0 0.2rem;
  color: rgba(255, 248, 239, 0.58);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.city-content-guide__aside dd {
  margin: 0;
  color: rgba(255, 248, 239, 0.92);
  line-height: 1.5;
}

.city-content-guide__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.city-content-guide__quicklinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.58rem 0.8rem;
  border-radius: 999px;
  color: #2f2923;
  background: rgba(255, 248, 239, 0.9);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
}

.city-content-guide__quicklinks a:hover {
  color: #1f1a16;
  background: #fff;
}

.city-content-guide__body {
  padding: clamp(1rem, 3vw, 1.45rem);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(255, 248, 239, 0.18);
  box-shadow: 0 18px 48px rgba(20, 17, 14, 0.15);
}

.city-content-guide__body :is(h2, h3, h4):first-child {
  margin-top: 0;
}

.city-content-guide__body p,
.city-content-guide__body :is(ul, ol) {
  max-width: 52rem;
}

@media (min-width: 900px) {
  .city-content-guide__layout {
    grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 1fr);
    align-items: start;
  }

  .city-content-guide__aside {
    position: sticky;
    top: 1rem;
  }
}

/* Mosaic gallery: hotel/restaurant detail (after hero image) */
.mosaic-gallery {
  width: min(100%, 72rem);
  margin-inline: auto;
}

.mosaic-gallery__grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(7.5rem, auto);
  min-width: 0;
}

.mosaic-gallery__tile {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 28% 18%, rgba(196, 165, 116, 0.14), transparent 11rem),
    rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 12px 28px rgba(42, 37, 32, 0.08);
  display: flex;
  flex-direction: column;
}

.mosaic-gallery__tile img {
  flex: 1 1 auto;
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 7.5rem;
  aspect-ratio: 4 / 3;
}

.mosaic-gallery__caption {
  flex: 0 0 auto;
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.38;
  padding: 0.45rem 0.55rem 0.52rem;
  color: #5e564d;
  background: rgba(255, 252, 248, 0.92);
  border-top: 1px solid rgba(58, 48, 40, 0.08);
}

/* Tek görsel — geniş panorama */
.mosaic-gallery[data-count="1"] .mosaic-gallery__tile:first-child {
  grid-column: 1 / -1;
}

.mosaic-gallery[data-count="1"] .mosaic-gallery__tile:first-child img {
  aspect-ratio: 16 / 9;
  max-height: 22rem;
}

/* İki görsel — eş ikili */
.mosaic-gallery[data-count="2"] .mosaic-gallery__tile:nth-child(-n + 2) {
  grid-column: span 6;
}

.mosaic-gallery[data-count="2"] .mosaic-gallery__tile:first-child img,
.mosaic-gallery[data-count="2"] .mosaic-gallery__tile:nth-child(2) img {
  aspect-ratio: 3 / 4;
  min-height: 12rem;
}

/* Üç görsel — bento: bir büyük + iki küçük sütun */
.mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(1) {
  grid-column: 1 / span 7;
  grid-row: span 2;
}

.mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(1) img {
  aspect-ratio: auto;
  min-height: 15rem;
}

.mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(2),
.mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(3) {
  grid-column: 8 / span 5;
}

.mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(2) img,
.mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(3) img {
  aspect-ratio: 16 / 11;
  min-height: 7rem;
}

/* Dört görsel — 2×2 düzenli */
.mosaic-gallery[data-count="4"] .mosaic-gallery__tile:nth-child(-n + 4) {
  grid-column: span 6;
}

.mosaic-gallery[data-count="4"] .mosaic-gallery__tile:nth-child(-n + 4) img {
  aspect-ratio: 1;
  min-height: 11rem;
}

/* Beş — üst sıra panorama + üç alt + küçük */
.mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(1) {
  grid-column: 1 / -1;
}

.mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(1) img {
  aspect-ratio: 21 / 9;
  min-height: 10rem;
  max-height: 14rem;
}

.mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(2),
.mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(3),
.mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(4),
.mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(5) {
  grid-column: span 4;
}

.mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(n + 2) img {
  aspect-ratio: 4 / 3;
  min-height: 9.5rem;
}

/* Altı — 3×2 eş raster */
.mosaic-gallery[data-count="6"] .mosaic-gallery__tile:nth-child(-n + 6) {
  grid-column: span 4;
}

.mosaic-gallery[data-count="6"] .mosaic-gallery__tile:nth-child(-n + 6) img {
  aspect-ratio: 4 / 3;
  min-height: 9.5rem;
}

/* Yedi ve üzeri — ilk satır özellikli, geri kalan otomatik 3'lü raster */
.mosaic-gallery[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"])
  .mosaic-gallery__tile:nth-child(1) {
  grid-column: 1 / -1;
}

.mosaic-gallery[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"])
  .mosaic-gallery__tile:nth-child(1)
  img {
  aspect-ratio: 21 / 9;
  min-height: 10rem;
  max-height: 15rem;
}

.mosaic-gallery[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"])
  .mosaic-gallery__tile:nth-child(n + 2) {
  grid-column: span 4;
}

.mosaic-gallery[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"])
  .mosaic-gallery__tile:nth-child(n + 2)
  img {
  aspect-ratio: 4 / 3;
  min-height: 9rem;
}

/* Mobil: 2 kolon; masaüstü span değerleri örtük sütun oluşturmaması için tüm sıra/kolon sıfırlanır */
@media (max-width: 639px) {
  .mosaic-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 0.65rem;
  }

  /* Önce iki kolon uyumlu taban … */
  .mosaic-gallery .mosaic-gallery__tile {
    grid-column: span 1;
    grid-row: auto;
  }

  /* … sonra tam genişlik istisnaları */
  .mosaic-gallery[data-count="1"] .mosaic-gallery__tile:first-child {
    grid-column: 1 / -1;
  }

  .mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(1),
  .mosaic-gallery[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"])
    .mosaic-gallery__tile:nth-child(1) {
    grid-column: 1 / -1;
  }

  /* Square thumbnails on phones (except single panorama row) */
  .mosaic-gallery:not([data-count="1"]) .mosaic-gallery__tile img {
    aspect-ratio: 1 !important;
    min-height: 8rem;
    max-height: none !important;
  }

  .mosaic-gallery[data-count="1"] .mosaic-gallery__tile:first-child img {
    aspect-ratio: 16 / 9 !important;
    min-height: 10rem;
    max-height: none !important;
  }

  .mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(1) img,
  .mosaic-gallery[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"])
    .mosaic-gallery__tile:nth-child(1)
    img {
    aspect-ratio: 16 / 9 !important;
  }
}

@media (min-width: 640px) and (max-width: 899px) {
  /* Tablet: fazla kolon sıkışmasın — 6 kolon ara ölçek */
  .mosaic-gallery__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mosaic-gallery[data-count="2"] .mosaic-gallery__tile:nth-child(-n + 2) {
    grid-column: span 3;
  }

  .mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-bottom: 0;
  }

  .mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(1) img {
    aspect-ratio: 16 / 9;
    min-height: 12rem;
  }

  .mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(2),
  .mosaic-gallery[data-count="3"] .mosaic-gallery__tile:nth-child(3) {
    grid-column: span 3;
  }

  .mosaic-gallery[data-count="4"] .mosaic-gallery__tile:nth-child(-n + 4) {
    grid-column: span 3;
  }

  .mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(1) {
    grid-column: 1 / -1;
  }

  .mosaic-gallery[data-count="5"] .mosaic-gallery__tile:nth-child(n + 2) {
    grid-column: span 2;
  }

  .mosaic-gallery[data-count="6"] .mosaic-gallery__tile:nth-child(-n + 6) {
    grid-column: span 3;
  }

  .mosaic-gallery[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"])
    .mosaic-gallery__tile:nth-child(n + 2) {
    grid-column: span 2;
  }
}

.city-listing-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 760px) {
  .city-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .city-listing-grid:not(.city-listing-grid--compact) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.city-listing-card {
  display: flex;
  min-height: 13rem;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 16px 38px rgba(42, 37, 32, 0.07);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.city-listing-card:hover {
  color: inherit;
  transform: translateY(-3px);
  border-color: rgba(58, 48, 40, 0.2);
  box-shadow: 0 22px 48px rgba(42, 37, 32, 0.12);
}

.city-listing-card__image {
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(196, 165, 116, 0.36), transparent 12rem),
    linear-gradient(135deg, rgba(244, 236, 224, 0.95), rgba(225, 210, 190, 0.72));
}

.city-listing-card__image img {
  display: block;
  width: 100%;
  height: 11rem;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.city-listing-card__image--placeholder {
  min-height: 8.5rem;
}

.city-listing-card:hover .city-listing-card__image img {
  transform: scale(1.035);
}

.city-listing-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem 1.15rem 1.2rem;
}

.city-listing-card__type {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  color: #7d6e5c;
  background: rgba(196, 165, 116, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-listing-card__name {
  display: block;
  margin-bottom: 0.55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.18;
  color: #211c17;
}

.city-listing-card__meta {
  display: block;
  color: #61584f;
  line-height: 1.58;
  font-size: 0.94rem;
}

.city-listing-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  color: #3e342b;
}

.city-listing-card__rating .rating-star {
  color: #c8973a;
  font-size: 0.9rem;
  line-height: 1;
}

.city-listing-card__rating .rating-value {
  font-weight: 700;
}

.city-listing-card__rating .rating-count {
  color: #7a6e65;
  font-weight: 400;
}

.city-listing-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.1rem;
  color: #3e342b;
  font-weight: 700;
  font-size: 0.9rem;
}

.city-listing-card__cta::after {
  content: "->";
  transition: transform 0.15s ease;
}

.city-listing-card:hover .city-listing-card__cta::after {
  transform: translateX(3px);
}

.detail-landing {
  display: grid;
  gap: 2.75rem;
  justify-items: stretch;
}

.detail-landing > .detail-hero {
  width: 100%;
}

.detail-landing > :where(
    .detail-gallery-wrap,
    .detail-story,
    .detail-notes,
    .detail-practical,
    .detail-reviews,
    aside.ad-slot
  ) {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  box-sizing: border-box;
}

.detail-hero {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(196, 165, 116, 0.34), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 229, 214, 0.8));
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 22px 60px rgba(42, 37, 32, 0.1);
}

.detail-hero--restaurant {
  background:
    radial-gradient(circle at 16% 12%, rgba(178, 124, 76, 0.22), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(241, 229, 214, 0.82));
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: auto -9rem -12rem auto;
  width: 25rem;
  height: 25rem;
  border-radius: 999px;
  background: rgba(105, 87, 68, 0.08);
  pointer-events: none;
}

.detail-hero__content,
.detail-hero__side,
.detail-facts {
  position: relative;
  z-index: 1;
}

.detail-hero__content {
  max-width: 48rem;
  margin-inline: auto;
}

.detail-hero__back {
  margin: 0 0 1rem;
}

.detail-hero__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.95rem 0.42rem 0.72rem;
  border-radius: 999px;
  text-decoration: none;
  color: #3a3229;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 48, 40, 0.14);
  box-shadow: 0 4px 18px rgba(42, 37, 32, 0.06);
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease;
}

.detail-hero__back-link:hover {
  color: #1f1a16;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(58, 48, 40, 0.22);
  box-shadow: 0 6px 22px rgba(42, 37, 32, 0.09);
  transform: translateX(-2px);
}

.detail-hero__back-link:focus-visible {
  outline: 2px solid rgba(58, 48, 40, 0.45);
  outline-offset: 3px;
}

.detail-hero__back-icon {
  display: flex;
  flex-shrink: 0;
  color: #6b5d4f;
  transition: color 0.15s ease;
}

.detail-hero__back-link:hover .detail-hero__back-icon {
  color: #4a3f35;
}

.detail-hero__back-slug {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.detail-hero__back-icon svg {
  display: block;
}

.detail-hero--restaurant .detail-hero__back-link {
  border-color: rgba(178, 124, 76, 0.22);
  box-shadow: 0 4px 18px rgba(120, 80, 48, 0.07);
}

.detail-hero--restaurant .detail-hero__back-link:hover {
  border-color: rgba(178, 124, 76, 0.38);
}

.detail-hero__side {
  display: grid;
  gap: 1rem;
}

.detail-hero__media {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(42, 37, 32, 0.08);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 18px 42px rgba(42, 37, 32, 0.12);
}

.detail-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.detail-hero__media figcaption {
  padding: 0.55rem 0.7rem;
  color: #6a625a;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.detail-hero .eyebrow span {
  color: #9b8f82;
}

.detail-hero__lead {
  max-width: 43rem;
  margin: 1.15rem 0 0;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.72;
  color: #4d453d;
}

.detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.detail-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff8ef;
  background: #2f2923;
  border: 1px solid rgba(47, 41, 35, 0.92);
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.detail-hero__link:hover {
  color: #fff;
  background: #1f1a16;
  transform: translateY(-1px);
}

.detail-hero__link--muted {
  color: #3f362e;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(58, 48, 40, 0.16);
}

.detail-hero__link--muted:hover {
  color: #241f1a;
  background: rgba(255, 255, 255, 0.92);
}

.detail-facts {
  align-self: start;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(42, 37, 32, 0.86);
  color: #fff8ef;
  box-shadow: 0 16px 38px rgba(42, 37, 32, 0.16);
}

.detail-facts__kicker {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 248, 239, 0.68);
}

.detail-facts strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.detail-facts dl {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.detail-facts div {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 248, 239, 0.14);
}

.detail-facts dt {
  margin: 0 0 0.18rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 248, 239, 0.58);
  font-weight: 600;
}

.detail-facts dd {
  margin: 0;
  color: rgba(255, 248, 239, 0.94);
  line-height: 1.45;
}

@media (min-width: 900px) {
  .detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 28rem);
    align-items: start;
    min-height: 27rem;
  }
}

.detail-story {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  min-width: 0;
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(58, 48, 40, 0.08);
  box-shadow: 0 22px 60px rgba(42, 37, 32, 0.1);
}

.detail-story > * {
  min-width: 0;
}

.detail-story h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 600;
  line-height: 1.12;
  color: #1f1a16;
}

.detail-story__body {
  padding-top: 0.15rem;
}

@media (min-width: 850px) {
  .detail-story {
    grid-template-columns: minmax(12rem, 0.72fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.detail-notes,
.detail-gallery-wrap,
.detail-practical {
  margin: 0;
}

.blog-html :is(h2, h3, h4) {
  margin: 1.45rem 0 0.65rem;
  font-family: "Fraunces", Georgia, serif;
  color: #211c17;
}

.blog-html :is(ul, ol) {
  max-width: 42rem;
  color: #454039;
  line-height: 1.7;
}

.detail-note-grid {
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 768px) {
  .detail-note-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.detail-note-card {
  position: relative;
  padding: 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 14px 34px rgba(42, 37, 32, 0.06);
}

.detail-note-card::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 3px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: #c4a574;
}

.detail-note-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #211c17;
}

.detail-note-card p {
  margin: 0;
  color: #5b5249;
  line-height: 1.62;
  font-size: 0.94rem;
}

.detail-gallery-wrap {
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(58, 48, 40, 0.08);
  box-shadow: 0 22px 60px rgba(42, 37, 32, 0.1);
  overflow-x: hidden;
  min-width: 0;
}

.detail-gallery-wrap--early {
  margin-top: 0;
}

.detail-gallery-wrap .mosaic-gallery {
  margin: 0;
  width: 100%;
  max-width: none;
  min-width: 0;
}

.detail-notes {
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(58, 48, 40, 0.08);
  box-shadow: 0 22px 60px rgba(42, 37, 32, 0.1);
}

.detail-practical {
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(58, 48, 40, 0.08);
  box-shadow: 0 22px 60px rgba(42, 37, 32, 0.09);
}

.detail-practical__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 860px) {
  .detail-practical__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  }
}

.detail-practical__panel {
  padding: 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 16px 38px rgba(42, 37, 32, 0.07);
}

.detail-practical__panel--dark {
  background: rgba(42, 37, 32, 0.88);
  color: #fff8ef;
}

.detail-practical__panel--map {
  padding: 0;
  overflow: hidden;
}

.detail-practical__panel--map h3 {
  margin: 0;
  padding: 1rem 1.2rem 0.8rem;
}

.detail-map {
  width: 100%;
  line-height: 0;
}

.detail-map iframe {
  display: block;
  width: 100%;
  border: 0;
}

.detail-practical__panel--map .detail-action-link {
  display: block;
  padding: 0.75rem 1.2rem;
  border-top: 1px solid rgba(58, 48, 40, 0.1);
  font-size: 0.875rem;
}

.detail-practical__panel h3 {
  margin: 0 0 0.9rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.detail-data-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.detail-data-list div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(58, 48, 40, 0.08);
}

.detail-data-list div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.detail-data-list dt {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a7168;
  font-weight: 700;
}

.detail-data-list dd {
  margin: 0;
  color: #4e463e;
  line-height: 1.55;
}

.detail-action-link,
.detail-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

.detail-action-link {
  margin-top: 1rem;
  color: #fff8ef;
  background: #2f2923;
}

.detail-action-link:hover {
  color: #fff;
  background: #1f1a16;
}

.detail-contact-actions {
  display: grid;
  gap: 0.65rem;
}

.detail-contact-actions a {
  color: #fff8ef;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 248, 239, 0.16);
}

.detail-contact-actions a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.info-stack {
  margin: 2.25rem 0;
}

.info-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .info-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.info-card {
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(58, 48, 40, 0.1);
}

.info-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  font-family: "Fraunces", Georgia, serif;
}

.info-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #5c534a;
  line-height: 1.55;
}

.gallery-section {
  margin: 2.25rem 0;
}

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

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
}

.gallery-card {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(58, 48, 40, 0.08);
}

.gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  object-fit: cover;
  aspect-ratio: 480 / 320;
}

.gallery-card figcaption {
  font-size: 0.78rem;
  padding: 0.4rem 0.5rem;
  color: #6a625a;
  background: rgba(255, 255, 255, 0.75);
}

.hotel-teasers {
  margin: 2.5rem 0 1rem;
}

.hotel-teaser-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 36rem;
}

.hotel-teaser {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(58, 48, 40, 0.12);
  background: rgba(255, 255, 255, 0.6);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.hotel-teaser:hover {
  border-color: rgba(58, 48, 40, 0.22);
  background: rgba(255, 255, 255, 0.88);
}

.hotel-teaser__name {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.hotel-teaser__meta {
  display: block;
  font-size: 0.9rem;
  color: #6a625a;
}

.contact-panel {
  margin: 2.5rem 0 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  background: rgba(42, 37, 32, 0.06);
  border: 1px solid rgba(58, 48, 40, 0.12);
  max-width: 28rem;
}

.contact-dl {
  margin: 0;
}

.contact-row {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.5rem 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(58, 48, 40, 0.08);
}

.contact-row:last-child {
  border-bottom: none;
}

.contact-dl dt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a7168;
  margin: 0;
  font-weight: 600;
}

.contact-dl dd {
  margin: 0;
  word-break: break-word;
}

.contact-dl a {
  color: #4a3f34;
}

.site-footer {
  background: rgba(255, 255, 255, 0.35);
}

.site-footer a {
  color: #4a3f34;
}

/* ── Yorum bölümü ── */

.detail-reviews {
  margin: 0;
  padding: clamp(1.35rem, 4vw, 2.6rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(58, 48, 40, 0.08);
  box-shadow: 0 22px 60px rgba(42, 37, 32, 0.08);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.review-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(58, 48, 40, 0.1);
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-card__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c4a574;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  text-transform: uppercase;
}

.review-card__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.review-card__author {
  font-size: 0.9rem;
  font-weight: 700;
  color: #3e342b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-card__date {
  font-size: 0.78rem;
  color: #8a7f72;
}

.review-card__stars {
  display: flex;
  gap: 1px;
  margin-left: auto;
}

.star {
  font-size: 0.95rem;
  color: #d4c5b0;
}

.star--filled {
  color: #c8973a;
}

.review-card__text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5a4f46;
  margin: 0;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #c4a574;
}

.review-other-langs {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  color: #7a6a5e;
  font-style: italic;
}

/* --- City restaurant & hotel curated guides (localized topic slugs) --- */
.restaurant-guide-page .rg-header,
.hotel-guide-page .rg-header {
  max-width: 52rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.restaurant-guide-page .rg-header .detail-hero__back,
.hotel-guide-page .rg-header .detail-hero__back {
  margin: 0 0 0.85rem;
}

.restaurant-guide-page .rg-header .detail-hero__back-link {
  border-color: rgba(178, 124, 76, 0.22);
  box-shadow: 0 4px 18px rgba(120, 80, 48, 0.07);
}

.restaurant-guide-page .rg-header .detail-hero__back-link:hover {
  border-color: rgba(178, 124, 76, 0.38);
}

.restaurant-guide-page .rg-sponsored,
.hotel-guide-page .rg-sponsored {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.restaurant-guide-page .rg-sponsored__header,
.hotel-guide-page .rg-sponsored__header {
  margin-bottom: 0.65rem;
}

.restaurant-guide-page .rg-sponsored__badge,
.hotel-guide-page .rg-sponsored__badge {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a6554;
  margin: 0;
}

.restaurant-guide-page .rg-card--sponsored,
.hotel-guide-page .rg-card--sponsored {
  outline: 2px solid rgba(196, 165, 116, 0.52);
  box-shadow: 0 20px 52px rgba(42, 37, 32, 0.14);
}

.restaurant-guide-page .rg-header h1,
.hotel-guide-page .rg-header h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.85rem, 5vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #1c1814;
  margin: 0.35rem 0 0.75rem;
  line-height: 1.15;
}

.restaurant-guide-page .rg-intro,
.hotel-guide-page .rg-intro {
  margin: 0;
  font-size: clamp(1rem, 2.3vw, 1.12rem);
  line-height: 1.65;
  color: #5c534a;
  max-width: 42rem;
}

.restaurant-guide-page .rg-muted,
.hotel-guide-page .rg-muted {
  color: #7a6f65;
  font-size: 0.88rem;
}

.restaurant-guide-page .rg-grid,
.hotel-guide-page .rg-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.85rem);
}

@media (min-width: 720px) {
  .restaurant-guide-page .rg-grid,
  .hotel-guide-page .rg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .restaurant-guide-page .rg-grid,
  .hotel-guide-page .rg-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.restaurant-guide-page .rg-grid__infeed,
.hotel-guide-page .rg-grid__infeed {
  grid-column: 1 / -1;
}

.restaurant-guide-page .rg-grid__infeed .ad-slot--infeed .adsbygoogle,
.hotel-guide-page .rg-grid__infeed .ad-slot--infeed .adsbygoogle {
  min-height: 6.5rem;
}

.restaurant-guide-page .rg-card,
.hotel-guide-page .rg-card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(58, 48, 40, 0.1);
  box-shadow: 0 14px 40px rgba(42, 37, 32, 0.08);
  min-height: 100%;
}

.restaurant-guide-page .rg-card__media,
.hotel-guide-page .rg-card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #e8dfd3, #d7cbbf);
  overflow: hidden;
}

.restaurant-guide-page .rg-card__media-link,
.hotel-guide-page .rg-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.restaurant-guide-page .rg-card__media-link:hover,
.hotel-guide-page .rg-card__media-link:hover {
  opacity: 0.96;
}

.restaurant-guide-page .rg-card__media-link:focus-visible,
.hotel-guide-page .rg-card__media-link:focus-visible {
  outline: 3px solid rgba(196, 165, 116, 0.85);
  outline-offset: -3px;
}

.restaurant-guide-page .rg-card__media img,
.hotel-guide-page .rg-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.restaurant-guide-page .rg-card__placeholder,
.hotel-guide-page .rg-card__placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 30% 24%, rgba(196, 165, 116, 0.35), transparent 55%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(86, 74, 62, 0.08));
}

.restaurant-guide-page .rg-card__body,
.hotel-guide-page .rg-card__body {
  padding: clamp(1rem, 2.5vw, 1.35rem);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.restaurant-guide-page .rg-card__title,
.hotel-guide-page .rg-card__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.12rem, 2.4vw, 1.35rem);
  font-weight: 600;
  margin: 0;
  color: #241c17;
  line-height: 1.25;
}

.restaurant-guide-page .rg-card__places,
.hotel-guide-page .rg-card__places {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.restaurant-guide-page .rg-card__primary-type,
.hotel-guide-page .rg-card__primary-type {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 500;
}

.restaurant-guide-page .rg-card__chips,
.hotel-guide-page .rg-card__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
}

.restaurant-guide-page .rg-card__chips--features,
.hotel-guide-page .rg-card__chips--features {
  padding-top: 0.1rem;
}

.restaurant-guide-page .rg-card__chips li,
.hotel-guide-page .rg-card__chips li {
  margin: 0;
}

.restaurant-guide-page .rg-chip,
.hotel-guide-page .rg-chip {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(196, 165, 116, 0.22);
  color: #3d342c;
  border: 1px solid rgba(58, 48, 40, 0.12);
}

.restaurant-guide-page .rg-chip--type,
.hotel-guide-page .rg-chip--type {
  background: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  color: #5a4f46;
}

.restaurant-guide-page .rg-card__rating,
.hotel-guide-page .rg-card__rating {
  margin: 0;
  font-size: 0.92rem;
  color: #5a4f46;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.45rem;
}

.restaurant-guide-page .rg-card__address,
.hotel-guide-page .rg-card__address {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #5a4f46;
}

.restaurant-guide-page .rg-card__actions,
.hotel-guide-page .rg-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.restaurant-guide-page .rg-card__btn,
.hotel-guide-page .rg-card__btn {
  font-size: 0.88rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
}

@media (max-width: 575.98px) {
  .restaurant-guide-page .rg-card__btn--maps,
  .hotel-guide-page .rg-card__btn--maps {
    flex: 1 1 100%;
    justify-content: center;
  }
}
