/* ============================================================
   Hilton Garden Inn Sivas — B2B tanıtım sitesi
   Tasarım tokenları + bileşenler. Marka: HGI kırmızı/antrasit.
   ============================================================ */

/* Söhne — yerel dosya (yalnızca Buch/Book ağırlığı mevcut; 500/600 sentetik) */
@font-face {
  font-family: "Söhne";
  src: url("../assets/Sohne-font-main/Sohne-Buch.woff") format("woff"),
       url("../assets/Sohne-font-main/Sohne-Buch.ttf") format("truetype");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #BF2C37; /* logodan örneklendi */
  --red-deep: #9A222C;
  --charcoal: #54565A;
  --ink: #2E3033;
  --ink-deep: #24262A;
  --cream: #FAF7F3;
  --stone: #E7DFD4;
  --white: #FFFFFF;

  --font-display: "Playfair Display", Georgia, serif;
  /* Söhne ticari fonttur; kurulu değilse Inter'e düşer (Google Fonts'tan yükleniyor) */
  --font-body: "Söhne", "Inter", "Helvetica Neue", Arial, sans-serif;

  --nav-h: 76px;
  --radius: 2px;
  --shadow-soft: 0 18px 40px -18px rgba(36, 38, 42, 0.25);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- taban ---------- */

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

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--charcoal);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 { margin: 0 0 0.6em; color: var(--ink); }
h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
p { margin: 0 0 1.1em; }

a { color: var(--red); }
:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 1px;
}

section[id] { scroll-margin-top: calc(var(--nav-h) + 8px); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

.skip-link {
  position: absolute; top: -48px; left: 16px; z-index: 100;
  background: var(--ink); color: var(--cream);
  padding: 0.6rem 1.2rem; border-radius: var(--radius);
  text-decoration: none; font-size: 0.9rem;
  transition: top 0.2s;
}
.skip-link:focus { top: 12px; }

.container { width: min(1180px, 92vw); margin-inline: auto; }

.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.rooms, .dining, .partner { background: var(--white); }

.grid-2 {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

/* ---------- tipografik yardımcılar ---------- */

.overline {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--red);
  margin-bottom: 1rem;
}
.overline.light { color: var(--stone); }

.section-head {
  max-width: 740px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section-lede { font-size: 1.1rem; }

.flower {
  width: 34px;
  height: auto;
  margin-top: 1.5rem;
}

/* ---------- butonlar ---------- */

.btn {
  display: inline-block;
  padding: 0.85rem 1.9rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
}
.btn:hover { transform: translateY(-1px); }

.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-deep); color: var(--white); }

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); color: var(--white); }

.btn-nav { padding: 0.55rem 1.15rem; font-size: 0.85rem; }

/* ---------- üst gezinme ---------- */

.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--nav-h);
  transition: background-color 0.35s, box-shadow 0.35s;
}
.site-nav.scrolled {
  background: var(--cream);
  box-shadow: 0 1px 0 rgba(46, 48, 51, 0.08);
}

.nav-inner {
  width: min(1320px, 94vw);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-brand {
  position: relative;
  display: inline-flex;
  text-decoration: none;
}
/* Resmi vektör logo: koyu zeminde beyaz, kaydırınca krem zeminde renkli versiyon */
.brand-logo {
  display: block;
  height: 50px;
  width: auto;
  transition: opacity 0.3s;
}
.brand-logo--dark {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.site-nav.scrolled .brand-logo--light { opacity: 0; }
.site-nav.scrolled .brand-logo--dark { opacity: 1; }

.nav-links {
  display: flex;
  gap: clamp(1rem, 2.2vw, 2rem);
}
.nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--white); }
.site-nav.scrolled .nav-links a {
  color: var(--charcoal);
  text-shadow: none;
}
.site-nav.scrolled .nav-links a:hover { color: var(--red); }
.site-nav.scrolled .nav-links a.active { color: var(--red); }

/* Masaüstü satırında aktif bölümün altında kırmızı çizgi */
@media (min-width: 901px) {
  .nav-links a {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
  }
  .site-nav.scrolled .nav-links a.active { border-bottom-color: var(--red); }
}

.nav-actions { display: flex; align-items: center; gap: 1rem; }

/* ---------- mobil bölüm çubuğu (scroll-spy) ---------- */

.section-nav { display: none; }

@media (max-width: 900px) {
  .section-nav {
    display: block;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    z-index: 45;
    background: var(--cream);
    border-top: 1px solid var(--stone);
    box-shadow: 0 6px 16px -12px rgba(46, 48, 51, 0.35);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s var(--ease-out), opacity 0.3s;
  }
  .section-nav.visible {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .section-nav::-webkit-scrollbar { display: none; }

  .section-nav ul {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0 0.5rem;
    width: max-content;
    white-space: nowrap;
  }
  .section-nav a {
    display: block;
    padding: 0.8rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--charcoal);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
  }
  .section-nav a.active {
    color: var(--red);
    border-bottom-color: var(--red);
  }
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--ink-deep);
}

.hero-media,
.hero-media img,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media img {
  object-fit: cover;
  transform-origin: center;
}
/* Tanıtım videosu resmin üzerine biner; oynamaya başlayınca yumuşakça belirir */
.hero-video {
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.hero-video.playing { opacity: 1; }

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(20, 22, 26, 0.55) 0%,
    rgba(20, 22, 26, 0.22) 45%,
    rgba(20, 22, 26, 0.6) 100%);
}

/* Hafif film greni: 1350px kaynağın büyütülmüş yumuşaklığını maskeler */
.hero-grain {
  position: absolute; inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: calc(var(--nav-h) + 2rem) 1.5rem 4rem;
  max-width: 880px;
}

.hero-overline {
  color: var(--stone);
  margin-bottom: 1.4rem;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.5rem, 6.2vw, 4.7rem);
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 1.4rem;
  letter-spacing: -0.01em;
}
/* Maske kutusuna dikey/yatay pay: ğ, İ aksanları ve italik glifler kırpılmasın
   (negatif margin ile görsel satır aralığı korunur) */
.hero-title .line {
  display: block;
  overflow: hidden;
  padding: 0.16em 0.06em;
  margin: -0.16em -0.06em;
}
.hero-title .line-inner { display: block; }
.hero-title .em { font-style: italic; font-weight: 600; }

.hero-sub {
  max-width: 620px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  margin-bottom: 2.2rem;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-decoration: none;
  transition: color 0.25s;
}
.hero-scroll:hover { color: var(--white); }

/* ---------- hoş geldiniz ---------- */

.welcome-media {
  position: relative;
  padding-bottom: 3.5rem;
  padding-left: 3rem;
}
.welcome-img-main {
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.welcome-img-tall {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  /* Akşam çekimi portreye kırpılır; boş gökyüzü değil bina odakta kalır */
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 38% center;
  border: 6px solid var(--cream);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

/* ---------- rakamlar ---------- */

.stats {
  background: var(--ink);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  text-align: center;
  padding: 0.5rem 1rem;
}
.stat + .stat { border-left: 1px solid rgba(250, 247, 243, 0.14); }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 1.1;
  color: var(--cream);
  /* Hizalı rakamlar: Playfair'in eski-stil rakamlarında 8/6 yukarı çıkıyordu */
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}
.stat-label {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
}

/* ---------- odalar ---------- */

.room-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.75rem;
  margin-bottom: 2.25rem;
}
.room-tabs [role="tab"] {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.8rem 0.25rem; /* ≥44px dokunma hedefi */
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--charcoal);
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s;
}
.room-tabs [role="tab"]:hover { color: var(--ink); }
.room-tabs [role="tab"][aria-selected="true"] {
  color: var(--ink);
  border-bottom-color: var(--red);
}

.room-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.room-gallery.four { grid-template-columns: repeat(4, 1fr); }
.room-gallery a {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
}
.room-gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.room-gallery a:hover img { transform: scale(1.04); }

.room-note {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1.75rem;
}

.amenities {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.amenities li {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--charcoal);
  border: 1px solid var(--stone);
  border-radius: 999px;
  padding: 0.45rem 1.05rem;
  background: var(--cream);
}

/* ---------- toplantı & etkinlik ---------- */

.meetings { padding-top: 0; }

.meetings-feature {
  position: relative;
  height: clamp(380px, 62vh, 580px);
  overflow: hidden;
}
.meetings-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meetings-feature::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(20, 22, 26, 0.62) 0%, rgba(20, 22, 26, 0.08) 55%);
}
.meetings-feature-caption {
  position: absolute;
  left: 0; right: 0;
  bottom: clamp(2rem, 5vw, 3.5rem);
  z-index: 2;
  width: min(1180px, 92vw);
  margin-inline: auto;
}
.meetings-feature-caption h2 { color: var(--white); margin: 0; }

.meetings-body {
  align-items: start;
  padding-block: clamp(3rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem);
}
.meetings-body .btn { margin-top: 0.5rem; }

.salon-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
}
.salon-table th {
  text-align: left;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0 0.75rem 0.7rem 0;
  border-bottom: 2px solid var(--ink);
}
.salon-table td {
  padding: 0.85rem 0.75rem 0.85rem 0;
  border-bottom: 1px solid var(--stone);
  color: var(--charcoal);
}
.salon-table td:first-child { font-weight: 600; color: var(--ink); }

/* ---------- swiper galerileri ---------- */

.swiper { padding-bottom: 2.5rem; }
.swiper-slide a { display: block; overflow: hidden; border-radius: var(--radius); }
.swiper-slide img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.swiper-slide figure { margin: 0; }
.swiper-slide figcaption {
  margin-top: 0.6rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--charcoal);
  text-align: center;
}
.swiper-pagination-bullet { background: var(--charcoal); opacity: 0.35; }
.swiper-pagination-bullet-active { background: var(--red); opacity: 1; }

/* ---------- spa ---------- */

.spa .grid-2 { margin-bottom: clamp(2rem, 4vw, 3rem); }
.spa-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 3 / 2;
}
.spa-media img { width: 100%; height: 100%; object-fit: cover; }

.spa-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.spa-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 2rem;
  font-size: 1.02rem;
  color: var(--ink);
}
.spa-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 17px;
  height: 17px;
  /* Gerçek HGI çiçek simgesi (silüet), maske olarak kullanılır */
  background: url("../assets/img/brand/flower-red.svg") center / contain no-repeat;
}

/* ---------- neden biz ---------- */

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.partner-card {
  background: var(--cream);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
}
.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 44, 55, 0.45);
  box-shadow: var(--shadow-soft);
}
.partner-card svg {
  width: 32px;
  height: 32px;
  color: var(--red);
}
.partner-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0.9rem 0 0.35rem;
}
.partner-card p { font-size: 0.95rem; margin: 0; }

/* ---------- sivas bandı ---------- */

.sivas {
  position: relative;
  overflow: hidden;
  background-color: var(--ink-deep);
  padding-block: clamp(4.5rem, 9vw, 7rem);
  text-align: center;
}
/* Arka planda ince, tekrarlayan HGI çiçek motifi */
.sivas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../assets/img/brand/flower-motif.svg") 0 0 / 96px 96px repeat;
  opacity: 0.05;
  pointer-events: none;
}
.sivas .container { position: relative; z-index: 1; }
.sivas-title {
  color: var(--cream);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  max-width: 800px;
  margin-inline: auto;
}
.sivas-lede {
  color: rgba(231, 223, 212, 0.85);
  max-width: 680px;
  margin: 1rem auto 2.75rem;
}
.sivas-spots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 5vw, 4rem);
}
.sivas-spots li { text-align: center; }
.sivas-spots li + li {
  border-left: 1px solid rgba(250, 247, 243, 0.16);
  padding-left: clamp(2rem, 5vw, 4rem);
}
.spot-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--cream);
}
.spot-note {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: rgba(231, 223, 212, 0.7);
}

/* ---------- iletişim ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.contact-card {
  display: block;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 2.2rem 1.5rem;
  text-decoration: none;
  transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
}
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 44, 55, 0.45);
  box-shadow: var(--shadow-soft);
}
.contact-card svg {
  width: 30px;
  height: 30px;
  color: var(--red);
  margin-inline: auto;
}
.contact-card h3 {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin: 1rem 0 0.3rem;
}
.contact-card p {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ink);
}

/* ---------- alt bilgi ---------- */

.site-footer {
  background: var(--ink-deep);
  padding-block: clamp(3.5rem, 7vw, 5rem) 2.5rem;
}
.footer-inner { text-align: center; }
.footer-brand {
  margin-bottom: 1.75rem;
}
.footer-brand img {
  display: inline-block;
  height: 76px;
  width: auto;
}
.footer-line {
  color: rgba(231, 223, 212, 0.85);
  max-width: 560px;
  margin: 0 auto 1.75rem;
  font-size: 0.95rem;
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}
.footer-nav a {
  color: var(--stone);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.25s;
}
.footer-nav a:hover { color: var(--white); }
.footer-copy {
  color: rgba(231, 223, 212, 0.55);
  font-size: 0.82rem;
  margin: 0;
}

/* ---------- duyarlı düzen ---------- */

@media (max-width: 1000px) {
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  :root { --nav-h: 62px; }
  .brand-logo { height: 44px; }
  /* Sabit header + bölüm çubuğunun altına inecek şekilde çapa ofseti */
  section[id] { scroll-margin-top: calc(var(--nav-h) + 50px); }

  /* Mobilde üst menü bağlantıları gizli; gezinme bölüm çubuğuyla yapılır */
  .nav-links { display: none; }

  /* Hamburger yerine "Teklif Alın": hero'daki CTA geçince belirir */
  .btn-nav {
    display: inline-block;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out);
  }
  .site-nav.show-cta .btn-nav {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .grid-2 { grid-template-columns: 1fr; }
  .welcome-media { margin-top: 1rem; }
  .meetings-body { gap: 2rem; }
  .spa .grid-2 { gap: 2rem; }
  .spa-text { order: -1; }
}

@media (max-width: 700px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); row-gap: 2rem; }
  .stat:nth-child(3) { border-left: 0; }

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

  .sivas-spots { flex-direction: column; gap: 1.5rem; }
  .sivas-spots li + li {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(250, 247, 243, 0.16);
    padding-top: 1.5rem;
  }

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

  .welcome-media { padding-left: 1.5rem; padding-bottom: 2.5rem; }
  .welcome-img-tall { width: 45%; }
}

/* ---------- hareket azaltma ---------- */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- yazdırma: tek sayfalık fact-sheet ---------- */

@media print {
  .site-nav, .hero-scroll, .hero-ctas, .swiper-pagination,
  .nav-burger, .btn, .hero-grain { display: none !important; }
  body { background: #fff; color: #000; }
  .hero { min-height: auto; padding: 1cm 0; background: #fff; }
  .hero-media, .hero-overlay { display: none; }
  .hero-title, .hero-sub { color: #000; text-shadow: none; }
  .hero-overline { color: var(--red); }
  .stats { background: #fff; border-block: 2px solid #000; }
  .stat-num { color: #000; }
  .stat-label { color: #333; }
  .sivas, .site-footer { background: #fff; }
  .sivas-title, .spot-name { color: #000; }
  .sivas-lede, .spot-note, .footer-line, .footer-copy { color: #333; }
  .section { padding-block: 0.8cm; }
  .swiper-slide img, .room-gallery img { aspect-ratio: auto; }
  a { color: #000; text-decoration: none; }
}
