body {
  letter-spacing: 0;
}

body.bpage {
  background: #fff;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.header .logo a img {
  width: 220px;
  max-height: 72px;
}

.header .logo a img.color {
  width: 220px;
}

.header .hr .hrb .con .umrota .hrcounter {
  font-size: 11px;
  line-height: 23px;
}

.main-menu .menu-list .item .mlist a,
.footer .fcon .menu-list .item .mlist a {
  letter-spacing: 0;
}

.discover-slider-home .mslider .mscont .item {
  height: 100vh;
  min-height: 720px;
  position: relative;
}

.discover-slider-home .mslider {
  pointer-events: none;
}

.discover-slider-home .mslider .mscont .item .discover-hero-media {
  position: relative;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background-color: #0e334e;
  pointer-events: none;
}

.discover-slider-home .mslider .mscont .item .discover-hero-poster {
  position: relative;
  z-index: 0;
}

.discover-slider-home .mslider .mscont .item .discover-hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.discover-slider-home .mslider .mscont .item .discover-hero-video iframe,
.discover-slider-home .mslider .mscont .item .discover-hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.7778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.discover-slider-home .mslider .mscont .item .discover-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discover-slider-home .mslider .mscont .item .img::before {
  background: linear-gradient(90deg, rgba(2, 31, 50, 0.86), rgba(2, 31, 50, 0.12), rgba(2, 31, 50, 0.72));
}

.discover-slider-home .mslider .mscont .item .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.discover-slider-home .mslider .mscont .item .desc .dtt {
  color: #fff;
  font-size: clamp(46px, 7vw, 96px);
  font-weight: 900;
  line-height: 0.95;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.36);
}

.discover-slider-home .mslider .mscont .item .desc .dtd {
  color: #fff;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 700;
  margin-top: 14px;
}

.slider-home .slider-orta {
  z-index: 30 !important;
  pointer-events: auto;
}

.slider-home .slider-orta .con {
  align-items: flex-end;
}

.slider-home .slider-orta .con .icol:nth-child(2) {
  text-align: center;
}

.slider-home .slider-orta .con .icol:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}

.slider-home .slider-orta .con .icol .slider-buttons {
  margin-right: 0 !important;
  transform: translateX(-10px);
}

.slider-home .slider-orta .con .icol .slider-discover {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.slider-home .slider-orta .con .icol .slider-discover .img {
  width: 52px;
  height: 52px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,0.13);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
}

.slider-home .slider-orta .con .icol .slider-discover .img img {
  max-width: 30px;
  max-height: 30px;
}

.slider-home .slider-orta .con .icol .slider-discover .desc {
  opacity: 1;
  font-size: 13px;
  letter-spacing: 0;
  text-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.slider-home .slider-orta .con .icol .slider-discover:hover,
.slider-home .slider-orta .con .icol .slider-discover:focus-visible {
  color: #fff;
  transform: translateY(-3px);
}

.slider-home .slider-orta .con .icol .slider-buttons .item a {
  display: flex;
  min-width: 72px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 1;
  text-decoration: none;
}

.slider-home .slider-orta .con .icol .slider-buttons .item a .img {
  width: 50px;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: rgba(255,255,255,0.13);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.slider-home .slider-orta .con .icol .slider-buttons .item a .img img {
  max-width: 27px;
  max-height: 27px;
}

.slider-home .slider-orta .con .icol .slider-buttons .item a .desc {
  font-size: 12px;
  line-height: 1;
  text-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.slider-home .slider-orta .con .icol .slider-buttons .item a .desc::after {
  display: none;
}

.slider-home .slider-orta .con .icol .slider-buttons .item:hover::after {
  opacity: 0;
}

.slider-home .slider-orta .con .icol .slider-buttons .item a:hover,
.slider-home .slider-orta .con .icol .slider-buttons .item a:focus-visible {
  color: #fff;
  opacity: 1;
  transform: translateY(-3px);
}

.slider-home .slider-orta .con .icol .slider-buttons .item a:hover .img,
.slider-home .slider-orta .con .icol .slider-buttons .item a:focus-visible .img,
.slider-home .slider-orta .con .icol .slider-discover:hover .img,
.slider-home .slider-orta .con .icol .slider-discover:focus-visible .img {
  background: rgba(167,139,99,0.92);
}

.slider-home .slider-orta .con .icol .slider-buttons .item a:focus-visible,
.slider-home .slider-orta .con .icol .slider-discover:focus-visible {
  outline: 2px solid rgba(255,255,255,0.75);
  outline-offset: 8px;
  border-radius: 16px;
}

.home-map {
  scroll-margin-top: 110px;
}

.home-map .con .hmr .hmrc .hmrmap .mapcon .discoverTabContent .harita.discover-leaflet-frame {
  width: 100%;
  height: 610px;
}

.discover-leaflet-frame .map-canvas,
.map-canvas {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 32px;
  overflow: hidden;
  background: #e4e8e2;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 12px;
}

.map-popup {
  min-width: 190px;
}

.map-popup strong,
.map-popup span,
.map-popup a,
.map-popup button {
  display: block;
  margin-bottom: 7px;
}

.map-popup span {
  color: #777;
}

.map-popup a,
.map-popup button {
  width: 100%;
  border: 0;
  background: #0e334e;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-weight: 800;
}

.home-map .con .hml .hml2 .hml2left .hmlmenu .item a {
  box-sizing: border-box;
  min-height: 94px;
}

.home-map .con .hml .hml2 .hml2left .hmlmenu .item a .img {
  height: 34px;
}

.home-map .con .hml .hml2 .hml2left .hmlmenu .item a .desc {
  line-height: 1.15;
  min-height: 26px;
  padding-left: 4px;
  padding-right: 4px;
}

.template-place-list {
  padding: 70px 0 85px;
}

.template-place-list .thead {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.template-place-list .thead .left {
  flex: 0 0 31%;
  color: #0e334e;
  font-size: 38px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: -1px;
}

.template-place-list .thead .center {
  flex-grow: 1;
  color: #2c2c2c;
  opacity: 0.55;
  font-size: 17px;
  font-weight: 600;
}

.template-place-list .thead .right a {
  display: block;
  color: #fff;
  background-color: #0e334e;
  padding: 14px 22px 12px;
  border-radius: 6px;
  font-weight: 800;
}

.template-place-list .plist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 20px;
}

.template-place-list .plist .item {
  position: relative;
}

.template-place-list .plist .item a.mycon {
  position: relative;
  display: block;
}

.template-place-list .plist .item a.mycon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,54,93,0.94) 100%);
  z-index: 2;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.template-place-list .plist .item .img img {
  display: block;
  width: 100%;
  height: 298px;
  object-fit: cover;
  border-radius: 22px;
}

.template-place-list .plist .item .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 0 12px 22px;
}

.template-place-list .plist .item .desc .cat {
  display: inline-block;
  background-color: #a78b63;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}

.template-place-list .plist .item .desc .head {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}

.template-place-list .plist .item .desc .ilce {
  opacity: 0.7;
  font-size: 13px;
  font-weight: 500;
}

.template-place-list .plist .item a.crAddRoute {
  position: absolute;
  right: -7px;
  top: -9px;
  width: 32px;
  height: 32px;
  border: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #a4a4a4;
  font-size: 20px;
  border-radius: 6px;
  z-index: 5;
}

.template-place-list .plist .item a.crAddRoute.is-added {
  background-color: #a78b63;
  color: #fff;
  font-size: 0;
}

.template-place-list .plist .item a.crAddRoute.is-added::after {
  content: "✓";
  font-size: 14px;
  font-weight: 900;
}

.home-route .con .list .item .img img {
  object-fit: cover;
}

.home-muze-banner {
  margin-bottom: 24px;
}

.home-route .con .list .item .desc .mlist {
  max-height: 168px;
  overflow: hidden;
}

.template-story-band {
  position: relative;
  padding: 86px 0;
}

.home-gastro {
  margin-top: 0;
  background: #f7f3eb;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(247,243,235,0.98)), url("../template/img/home-map-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.home-events {
  padding-top: 82px;
  padding-bottom: 88px;
  background: #fff;
}

.story-head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.story-head .left {
  flex: 0 0 31%;
  color: #0e334e;
  font-size: 38px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: -1px;
}

.story-head .center {
  flex-grow: 1;
  color: #2c2c2c;
  opacity: 0.6;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.story-head .right a,
.dark-head a,
.gallery-finish-head a {
  display: block;
  color: #fff;
  background-color: #a78b63;
  padding: 14px 22px 12px;
  border-radius: 9px;
  font-weight: 800;
  font-size: 14px;
}

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

.story-card {
  position: relative;
  min-height: 330px;
  border-radius: 25px;
  box-shadow: 0 18px 30px 0 rgba(34,31,25,0.16);
  overflow: hidden;
  background: #0e334e;
}

.story-card .img img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform .7s ease-in-out;
}

.story-card:hover .img img {
  transform: scale(1.16) rotate(-3deg);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 8%, rgba(0,37,63,0.9) 100%);
}

.story-card .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 24px 22px 26px;
}

.story-card .tag,
.event-item .tag {
  color: #a78b63;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.story-card .title,
.event-item .title,
.experience-item .title {
  color: #0e334e;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.story-card .title {
  color: #fff;
  font-size: 24px;
}

.story-card p {
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  line-height: 1.45;
  margin-top: 10px;
}

.template-dark-band {
  position: relative;
  margin: 0;
  padding: 82px 0;
  background: #0e334e url("../template/img/home-route-bg.png") center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.template-dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,51,78,0.98), rgba(14,51,78,0.86));
}

.template-dark-band .container {
  position: relative;
  z-index: 2;
}

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

.dark-head .top,
.gallery-finish-head .top {
  font-size: 42px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -1px;
}

.dark-head .bot,
.gallery-finish-head .bot {
  margin-top: 10px;
  max-width: 640px;
  opacity: 0.72;
  font-size: 17px;
  line-height: 1.45;
}

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

.experience-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 106px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 26px rgba(0,0,0,0.08);
}

.experience-item .num {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  height: 58px;
  color: #0e334e;
  background: #fff;
  border-radius: 12px;
  font-weight: 900;
}

.experience-item .title {
  color: #fff;
}

.experience-item .cat {
  color: rgba(255,255,255,0.62);
  margin-top: 5px;
}

.event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.event-item {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #fff;
  border-radius: 22px;
  padding: 24px 22px;
  box-shadow: 0 18px 32px 0 rgba(34,31,25,0.08);
  border: 2px solid #f3eee6;
}

.event-item .date {
  display: grid;
  place-items: center;
  flex: 0 0 74px;
  height: 74px;
  color: #fff;
  background: #0e334e;
  border-radius: 14px;
}

.event-item .date strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.event-item .date span {
  font-size: 12px;
  font-weight: 900;
}

.home-gallery-finish {
  position: relative;
  z-index: 2;
  padding: 88px 0 96px;
  margin-bottom: 0;
  background: #f7f3eb;
  background-image: linear-gradient(180deg, rgba(247,243,235,0.98), rgba(255,255,255,0.92)), url("../template/img/degerleri-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

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

.gallery-finish-head .top {
  color: #0e334e;
}

.gallery-finish-head .bot {
  color: #555;
}

.finish-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 22px;
}

.finish-gallery-grid a {
  position: relative;
  display: block;
  min-height: 330px;
  border-radius: 25px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 18px 30px 0 rgba(34,31,25,0.16);
}

.finish-gallery-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,0.78) 100%);
  z-index: 1;
}

.finish-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.finish-gallery-grid span,
.finish-gallery-grid strong {
  position: absolute;
  left: 22px;
  right: 22px;
  z-index: 2;
}

.finish-gallery-grid span {
  bottom: 58px;
  color: #f0c8a0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.finish-gallery-grid strong {
  bottom: 24px;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
}

.footer {
  display: block !important;
  position: relative;
  overflow: hidden;
  border-top: 16px solid #a78b63;
  background-color: #061a27;
  background-image:
    linear-gradient(180deg, rgba(4, 17, 25, 0.76) 0%, rgba(4, 17, 25, 0.92) 54%, rgba(4, 17, 25, 0.98) 100%),
    url("../template/img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 12%, rgba(167, 139, 99, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(14, 51, 78, 0.62), rgba(4, 17, 25, 0.18) 48%, rgba(4, 17, 25, 0.72));
  pointer-events: none;
}

.footer .fcon {
  position: relative;
  z-index: 2;
}

.footer .fcon .flogo {
  flex-direction: column;
  gap: 16px;
  padding-top: 68px;
  padding-bottom: 46px;
  text-align: center;
}

.footer .fcon .flogo .footer-logo-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 24px 12px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.footer .fcon .flogo .footer-logo-lockup--single {
  width: min(100%, 360px);
  padding: 18px 28px;
}

.footer-logo-full {
  display: block;
  width: 100%;
  max-width: 286px;
  height: auto;
}

.footer-logo-mark {
  width: 72px;
  height: 72px;
  display: block;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 16px;
}

.footer-logo-mark img {
  width: 220px;
  max-width: none;
  height: 72px;
  display: block;
}

.footer-logo-word {
  display: grid;
  gap: 2px;
  text-align: left;
  color: #fff;
  line-height: 0.94;
}

.footer-logo-word span,
.footer-logo-word strong {
  display: block;
  color: #fff;
  letter-spacing: 0;
}

.footer-logo-word span {
  font-size: 28px;
  font-weight: 900;
}

.footer-logo-word strong {
  font-size: 32px;
  font-weight: 950;
}

.footer-brand-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.footer .fcon .menu-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  margin-top: 0;
  padding: 34px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .fcon .menu-list .item .mhead {
  color: #fff;
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 18px;
}

.footer .fcon .menu-list .item .mlist {
  display: grid;
  gap: 8px;
}

.footer .fcon .menu-list .item .mlist a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.78);
  padding: 0 0 0 14px;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer .fcon .menu-list .item .mlist a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #a78b63;
  opacity: 0.72;
}

.footer .fcon .menu-list .item .mlist a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer .fcon .logos {
  padding-top: 30px;
  padding-bottom: 34px;
}

.footer .fcon .logos .list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer .fcon .logos .list .item {
  margin: 0;
}

.footer .fcon .logos .list .item a {
  min-width: 190px;
  height: 76px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 14px 20px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer .fcon .logos .list .item a:hover {
  transform: translateY(-3px);
  background: rgba(167, 139, 99, 0.2);
  border-color: rgba(167, 139, 99, 0.58);
}

.footer .fcon .logos .list .item a span {
  color: #a78b63;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}

.footer .fcon .logos .list .item a strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.footer .fcon .discover-footer-officials {
  display: block;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
}

.footer .fcon .logos.discover-footer-officials .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: initial;
}

.footer .fcon .logos.discover-footer-officials .item {
  margin: 0;
  min-width: 0;
}

.official-logo-card {
  width: 100%;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.official-logo-card img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 66px;
  object-fit: contain;
}

.footer-support-note {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 34px;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.footer-support-note p {
  margin: 0;
}

.footer-support-note p + p {
  margin-top: 8px;
}

.footer .fcon .footer-text {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  opacity: 1;
  padding-bottom: 24px;
  font-weight: 400;
}

.discover-inner-top {
  margin-bottom: 34px;
}

.discover-inner-top .ptimg {
  position: relative;
  background: #061a27;
}

.discover-inner-top .ptimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 17, 25, 0.66), rgba(4, 17, 25, 0.24) 45%, rgba(4, 17, 25, 0.68)),
    radial-gradient(circle at 50% 38%, rgba(167, 139, 99, 0.16), transparent 34%);
  pointer-events: none;
}

.discover-inner-top .ptimg img {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.discover-inner-top .profile-nav .con .list {
  max-width: calc(100vw - 32px);
  overflow-x: auto;
  scrollbar-width: none;
}

.discover-inner-top .profile-nav .con .list::-webkit-scrollbar {
  display: none;
}

.discover-inner-top .profile-nav .con .list .item a {
  white-space: nowrap;
}

.discover-roadway .pcon .ptext,
.discover-railway .pcon .text,
.discover-airlines .pcon .ptext {
  font-size: 17px;
  line-height: 1.65;
  color: #2d2d2d;
  letter-spacing: 0;
  text-align: left;
  word-spacing: normal;
}

.discover-roadway .pcon .ptext p,
.discover-railway .pcon .text p,
.discover-airlines .pcon .ptext p {
  margin-bottom: 14px;
}

.discover-roadway .pcon .ptext h2,
.discover-railway .pcon .text h2 {
  margin-bottom: 16px;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.8px;
  color: #0e334e;
  font-weight: 900;
  text-align: left;
  word-spacing: normal;
}

.discover-airlines .pcon .ptext > p:first-child {
  color: #0e334e;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.6px;
  font-weight: 900;
}

.distance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.distance-strip div {
  display: grid;
  gap: 4px;
  min-height: 84px;
  align-content: center;
  padding: 16px;
  border-radius: 7px;
  background: #f7f3eb;
  border: 1px solid #eadfce;
}

.distance-strip strong {
  color: #0e334e;
  font-size: 18px;
  font-weight: 900;
}

.distance-strip span {
  color: #a78b63;
  font-size: 16px;
  font-weight: 900;
}

.discover-roadway .pcon .ngkmap {
  padding: 26px;
  border: 1px solid #eadfce;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(14, 51, 78, 0.1);
}

.discover-roadway .pcon .ngkmap .mtitle {
  margin-bottom: 8px;
  color: #0e334e;
  font-size: 23px;
  font-weight: 900;
}

.discover-roadway .pcon .ngkmap .sels .item {
  background: #fff;
}

.discover-roadway .pcon .ngkmap .myinfo {
  background: #f7f3eb;
}

.discover-roadway .pcon .ngkmap .myinfo .item .bottom {
  color: #0e334e;
}

.discover-roadway .pcon .ngkmap .mymap {
  height: 430px;
  background: #e8eef0;
}

.discover-roadway .leaflet-container {
  font-family: inherit;
}

.discover-railway table,
.discover-airlines table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 22px 0 10px;
  overflow: hidden;
  border-radius: 8px;
  display: table !important;
}

.discover-railway table td,
.discover-airlines table td {
  border: 1px solid #e5dfd5;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.35;
  color: #2f2f2f;
}

.discover-railway table tr:first-child td,
.discover-airlines table tr:first-child td {
  background: #0e334e;
  color: #fff;
  font-weight: 900;
}

.discover-railway .ticketItem {
  border-color: #d7c8b3;
  background: linear-gradient(90deg, rgba(247, 243, 235, 0.76), rgba(255, 255, 255, 0.96));
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
}

.discover-railway .ticketItem .desc span.green,
.discover-railway .ticketItem .desc a {
  color: #0e334e;
}

.discover-airlines .pcon .ptitle {
  color: #0e334e;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 900;
}

.discover-airlines .pcon .plist .item {
  min-height: 78px;
  height: auto;
  gap: 18px;
  padding: 12px 0;
}

.discover-airlines .pcon .plist .item .img {
  width: 190px;
  flex: 0 0 190px;
}

.discover-airlines .pcon .plist .item .img img {
  max-height: 44px;
  max-width: 150px;
}

.discover-airlines .pcon .plist .item .web a,
.discover-airlines .pcon .plist .item .right .top a {
  color: #0e334e;
}

.discover-official-logo {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #0e334e;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.6px;
}

@media (max-width: 1200px) {
  .footer .fcon .menu-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .discover-inner-top {
    margin-bottom: 42px;
  }

  .discover-inner-top .desc {
    bottom: 64px;
  }

  .discover-inner-top .desc .con .bread {
    justify-content: center;
    flex-wrap: wrap;
  }

  .discover-inner-top .profile-nav .con {
    justify-content: flex-start;
  }

  .discover-inner-top .profile-nav .con .list {
    justify-content: flex-start;
    width: 100%;
    padding: 6px 10px 4px;
  }

  .discover-inner-top .profile-nav .con .list .item {
    flex: 1 1 0;
    min-width: 0;
  }

  .discover-inner-top .profile-nav .con .list .item a {
    width: 100%;
    text-align: center;
    font-size: clamp(9px, 2.7vw, 11px);
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: -0.2px;
  }

  .discover-roadway,
  .page-airlines,
  .discover-railway {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .discover-roadway .pcon .ptext,
  .discover-railway .pcon .text,
  .discover-airlines .pcon .ptext {
    font-size: 15px;
    line-height: 1.58;
    text-align: left !important;
    word-spacing: normal !important;
  }

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

  .discover-roadway .pcon .ngkmap {
    padding: 18px;
  }

  .discover-roadway .pcon .ngkmap .sels {
    row-gap: 10px;
  }

  .discover-roadway .pcon .ngkmap .sels .item {
    flex: 0 0 100%;
  }

  .discover-roadway .pcon .ngkmap .myinfo {
    align-items: flex-start;
  }

  .discover-roadway .pcon .ngkmap .myinfo .img {
    display: none;
  }

  .discover-roadway .pcon .ngkmap .myinfo .item {
    margin-left: 0;
    margin-right: 14px;
  }

  .discover-roadway .pcon .ngkmap .myinfo .item .bottom {
    font-size: 18px;
  }

  .discover-roadway .pcon .ngkmap .mymap {
    height: 320px;
  }

  .discover-railway table,
  .discover-airlines table {
    display: block !important;
    overflow-x: auto;
    border-radius: 8px;
  }

  .discover-railway table td,
  .discover-airlines table td {
    min-width: 170px;
    font-size: 14px;
    padding: 12px;
  }

  .discover-railway .ticketItem {
    align-items: flex-start;
  }

  .discover-railway .ticketItem img {
    width: 58px;
    margin-right: 16px;
  }

  .discover-railway .ticketItem .desc a {
    font-size: 18px;
    word-break: break-word;
  }

  .discover-airlines .pcon .plist .item {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 8px 14px;
  }

  .discover-airlines .pcon .plist .item .img {
    width: 90px;
    flex-basis: auto;
    grid-row: span 2;
  }

  .discover-airlines .pcon .plist .item .web,
  .discover-airlines .pcon .plist .item .right {
    width: 100%;
  }

  .discover-airlines .pcon .plist .item .web a,
  .discover-airlines .pcon .plist .item .right .top a {
    font-size: 15px;
    word-break: break-word;
  }

  .footer {
    display: block !important;
    border-top-width: 10px;
  }

  .footer .fcon .flogo {
    padding-top: 96px;
    padding-bottom: 34px;
  }

  .footer .fcon .flogo .footer-logo-lockup {
    border-radius: 18px;
    gap: 12px;
    padding: 10px 14px 10px 10px;
  }

  .footer .fcon .flogo .footer-logo-lockup--single {
    width: min(100%, 300px);
    padding: 16px 22px;
  }

  .footer-logo-full {
    max-width: 240px;
  }

  .footer-logo-mark {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 14px;
  }

  .footer-logo-mark img {
    width: 177px;
    height: 58px;
  }

  .footer-logo-word span {
    font-size: 22px;
  }

  .footer-logo-word strong {
    font-size: 26px;
  }

  .footer-brand-copy {
    max-width: 340px;
    font-size: 15px;
  }

  .footer .fcon .menu-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 22px 0 18px;
  }

  .footer .fcon .menu-list .item {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .fcon .menu-list .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .footer .fcon .menu-list .item .mhead {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .footer .fcon .menu-list .item .mlist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
  }

  .footer .fcon .menu-list .item .mlist a {
    width: auto;
    font-size: 14px;
    line-height: 1.25;
  }

  .footer .fcon .logos .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer .fcon .logos .list .item a {
    min-width: 0;
    width: min(100%, 360px);
    height: 66px;
    margin: 0 auto;
  }

  .footer .fcon .logos.discover-footer-officials .list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .official-logo-card {
    width: min(100%, 360px);
    min-height: 84px;
    margin: 0 auto;
    padding: 14px 18px;
  }

  .official-logo-card img {
    max-height: 54px;
  }

  .footer-support-note {
    max-width: 360px;
    padding-bottom: 28px;
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 430px) {
  .distance-strip {
    grid-template-columns: 1fr;
  }

  .discover-roadway .pcon .ngkmap .myinfo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .discover-airlines .pcon .plist .item {
    grid-template-columns: 1fr;
  }

  .discover-airlines .pcon .plist .item .img {
    grid-row: auto;
    width: 100%;
  }

  .footer .fcon .menu-list .item .mlist {
    grid-template-columns: 1fr;
  }

  .footer .fcon .flogo .footer-logo-lockup {
    width: min(100%, 320px);
  }

  .footer .fcon .flogo .footer-logo-lockup--single {
    width: min(100%, 286px);
    padding: 14px 18px;
  }

  .footer-logo-full {
    max-width: 224px;
  }

  .footer-logo-word span {
    font-size: 20px;
  }

  .footer-logo-word strong {
    font-size: 24px;
  }
}

.route-drawer {
  position: fixed;
  z-index: 1300;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(420px, 100vw);
  background: #fff;
  box-shadow: 0 20px 70px rgba(0,0,0,0.25);
  transform: translateX(105%);
  transition: transform .3s ease;
  padding: 22px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
}

.main-menu {
  z-index: 1400 !important;
}

/* Restore template mobile navigation behavior. */
.mobile-menu-shortcuts {
  display: none !important;
}

@media (max-width: 992px) {
  .fastMenu {
    display: block !important;
  }

  .slider-home .slider-orta {
    display: block !important;
  }

  .slider-home .slider-orta .con {
    display: block !important;
  }

  .slider-home .slider-orta .con .icol .slider-buttons {
    display: none !important;
  }

  .header .hcont {
    min-height: 60px !important;
    height: 60px !important;
    padding-top: 0 !important;
  }

  .header .hcont .hl .logo {
    margin-top: 12px !important;
  }

  .header .hcont .hl .logo a img,
  .header .hcont .hl .logo a img.color {
    height: 39px !important;
    max-width: none !important;
  }

  .header .hcont .hr {
    flex-grow: 1 !important;
  }

  .header .hcont .hr .hrt,
  .header .hcont .hr .hrb .con .umenu {
    display: none !important;
  }

  .header .hcont .hr .hrb,
  .header .hcont .hr .hrb .con {
    height: 60px !important;
    padding-top: 0 !important;
  }

  .header .hcont .hr .hrb .con {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
  }

  .header .hcont .hr .hrb .con .umbtn,
  .header .hcont .hr .hrb .con .umrota,
  .header .hcont .hr .hrb .con .umprofil {
    display: block !important;
  }

  .header .hcont .hr .hrb .con .umbtn a,
  .header .hcont .hr .hrb .con .umrota > a,
  .header .hcont .hr .hrb .con .umprofil > a,
  .header.is-scrolled .hcont .hr .hrb .con .umbtn a,
  .header.fixed .hcont .hr .hrb .con .umbtn a,
  .header.is-scrolled .hcont .hr .hrb .con .umrota > a,
  .header.fixed .hcont .hr .hrb .con .umrota > a,
  .header.is-scrolled .hcont .hr .hrb .con .umprofil > a,
  .header.fixed .hcont .hr .hrb .con .umprofil > a {
    width: auto !important;
    min-width: 0 !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 5px !important;
    border-radius: 0 !important;
    display: block !important;
    background: transparent !important;
    backdrop-filter: none !important;
  }

  .header .hcont .hr .hrb .con .umbtn a .img,
  .header .hcont .hr .hrb .con .umrota > a .img,
  .header .hcont .hr .hrb .con .umprofil > a .img {
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 5px !important;
  }

  .header .hcont .hr .hrb .con .umbtn a .img img,
  .header .hcont .hr .hrb .con .umrota > a .img img,
  .header .hcont .hr .hrb .con .umprofil > a .img img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 28px !important;
    filter: brightness(0) invert(1);
  }

  .header.is-scrolled .hcont .hr .hrb .con .umbtn a .img img,
  .header.fixed .hcont .hr .hrb .con .umbtn a .img img,
  .header.is-scrolled .hcont .hr .hrb .con .umrota > a .img img,
  .header.fixed .hcont .hr .hrb .con .umrota > a .img img,
  .header.is-scrolled .hcont .hr .hrb .con .umprofil > a .img img,
  .header.fixed .hcont .hr .hrb .con .umprofil > a .img img {
    filter: none;
  }

  .header .hcont .hr .hrb .con .umbtn a .desc,
  .header .hcont .hr .hrb .con .umrota > a .desc,
  .header .hcont .hr .hrb .con .umprofil > a .desc {
    display: block !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #fff;
  }

  .header.is-scrolled .hcont .hr .hrb .con .umbtn a .desc,
  .header.fixed .hcont .hr .hrb .con .umbtn a .desc,
  .header.is-scrolled .hcont .hr .hrb .con .umrota > a .desc,
  .header.fixed .hcont .hr .hrb .con .umrota > a .desc,
  .header.is-scrolled .hcont .hr .hrb .con .umprofil > a .desc,
  .header.fixed .hcont .hr .hrb .con .umprofil > a .desc {
    color: #0e334e;
  }

  .main-menu .con .head {
    justify-content: center !important;
    padding-top: 12px !important;
    padding-right: 0 !important;
  }

  .main-menu .con .head .desc {
    font-size: 20px !important;
  }

  .main-menu .con .menu-list {
    margin-top: 13px !important;
    flex-wrap: wrap !important;
    height: 90vh !important;
    overflow-y: scroll !important;
    display: flex !important;
    padding-bottom: 0 !important;
  }

  .main-menu .con .menu-list .item {
    margin-bottom: 15px !important;
    flex: 0 0 100% !important;
  }

  .main-menu .con .menu-list .item .mhead {
    font-size: 16px !important;
    margin-bottom: 7px !important;
  }

  .main-menu .con .menu-list .item .mlist a {
    display: block !important;
    min-height: 0 !important;
    padding: 2px 0 !important;
    border-bottom: 0 !important;
    font-size: 14px !important;
  }

  .main-menu .con .btn-close {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    margin: 7px !important;
  }
}

.route-drawer.is-active {
  transform: translateX(0);
}

.route-drawer-head,
.route-drawer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.route-drawer button,
.route-drawer a {
  border: 0;
  background: #0e334e;
  color: #fff;
  border-radius: 6px;
  padding: 10px 13px;
  font-weight: 800;
}

.route-drawer-list {
  overflow: auto;
}

.route-line-item {
  padding: 13px 0;
  border-bottom: 2px solid #efefef;
}

.route-line-item strong,
.route-line-item span {
  display: block;
}

.route-line-item span {
  color: #777;
  margin: 4px 0 8px;
}

.page-hero,
.section-shell,
.detail-layout,
.route-stop-layout,
.planner-layout {
  width: 1170px;
  max-width: calc(100vw - 32px);
  margin-left: auto;
  margin-right: auto;
}

.page-hero.small {
  min-height: 360px;
  padding-top: 170px;
}

.page-hero h1,
.detail-hero h1 {
  color: #0e334e;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 12px;
}

.page-hero p,
.detail-hero p,
.story p,
.card-body p,
.route-card-body p {
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.filter-bar,
.search-page-form {
  display: flex;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 13px 24px 0 rgba(34,31,25,0.06);
  border-radius: 6px;
  gap: 12px;
  margin-bottom: 28px;
}

.filter-bar select,
.filter-bar input,
.search-page-form input,
.search-page-form button {
  border: 0;
  background: #f7f7f7;
  padding: 14px 16px;
  border-radius: 5px;
  font-weight: 700;
}

.filter-bar input,
.search-page-form input {
  flex: 1;
}

.search-page-form button {
  background: #0e334e;
  color: #fff;
}

.card-grid,
.route-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 55px;
}

.destination-card,
.route-card,
.gallery-grid article,
.visit-card,
.editorial-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 13px 24px 0 rgba(34,31,25,0.06);
}

.card-media,
.route-card-media {
  display: block;
  position: relative;
}

.card-media img,
.route-card-media img,
.gallery-grid article img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.card-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #a78b63;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}

.card-body,
.route-card-body,
.gallery-grid article {
  padding: 18px;
}

.card-body h3,
.route-card-body h3 {
  color: #0e334e;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}

.card-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.card-actions a,
.card-actions button,
.stop-list button {
  border: 0;
  background: #0e334e;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 800;
}

.detail-hero {
  width: 1170px;
  max-width: calc(100vw - 32px);
  margin: 145px auto 40px;
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 36px;
}

.detail-hero > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 35px;
}

.detail-hero > div {
  align-self: center;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.detail-actions a,
.detail-actions button,
.inline-action {
  border: 0;
  background: #0e334e;
  color: #fff;
  padding: 12px 15px;
  border-radius: 6px;
  font-weight: 800;
}

.detail-layout,
.route-stop-layout,
.planner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  margin-bottom: 55px;
}

.story h2,
.section-head h2 {
  color: #0e334e;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 12px;
}

.visit-card,
.planner-bag {
  padding: 22px;
  background: #f8f8f8;
  border-radius: 35px;
}

.detail-map,
.route-map,
.planner-map {
  height: 460px;
}

.stop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stop-list li {
  background: #fff;
  border-radius: 13px;
  padding: 16px;
  margin-bottom: 12px;
}

.discover-place-top .ptimg {
  position: relative;
}

.discover-place-top .ptimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 17, 26, 0.22) 0%, rgba(14, 51, 78, 0.55) 48%, rgba(67, 16, 12, 0.68) 100%);
}

.discover-place-top .desc {
  z-index: 2;
}

.discover-place-detail {
  margin-bottom: 34px;
}

.discover-place-detail .pcon {
  align-items: flex-start;
}

.discover-place-detail .pcon .pleft {
  flex: 0 0 427px;
}

.discover-place-detail .pcon .pcenter .head {
  display: none;
}

.discover-place-detail .place-intro {
  margin-top: 26px;
}

.discover-place-detail .pcon .pleft .img-big a.myimg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  background: linear-gradient(180deg, rgba(14, 51, 78, 0) 46%, rgba(14, 51, 78, 0.35) 100%);
  pointer-events: none;
}

.discover-place-detail .pcon .pleft .img-big a.myimg,
.discover-place-detail .pcon .pleft .img-small a {
  cursor: zoom-in;
}

.discover-place-detail .pcon .pleft .img-big a.addRouteButton {
  text-decoration: none;
  z-index: 3;
}

.discover-place-detail .pcon .pleft .img-big a.addRouteButton.is-added::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.discover-place-detail .pcon .pcenter .ptext {
  line-height: 1.55;
}

.discover-place-detail .pcon .pcenter .ptext p {
  font-size: 15px;
  line-height: 1.58;
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 46px 78px;
  background: rgba(3, 14, 22, 0.88);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.image-lightbox.is-active {
  opacity: 1;
  visibility: visible;
}

.image-lightbox__figure {
  position: relative;
  width: min(1120px, 100%);
  margin: 0;
  text-align: center;
}

.image-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.image-lightbox__caption {
  min-height: 22px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
}

.image-lightbox__close,
.image-lightbox__nav {
  border: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.image-lightbox__close:hover,
.image-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.image-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
}

.image-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 72px;
  border-radius: 18px;
  font-size: 58px;
  line-height: 0.7;
}

.image-lightbox__nav--prev {
  left: 18px;
}

.image-lightbox__nav--next {
  right: 18px;
}

@media (max-width: 768px) {
  .image-lightbox {
    padding: 54px 16px 28px;
  }

  .image-lightbox__image {
    max-height: calc(100vh - 136px);
    border-radius: 16px;
  }

  .image-lightbox__close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .image-lightbox__nav {
    width: 42px;
    height: 58px;
    border-radius: 14px;
    font-size: 46px;
  }

  .image-lightbox__nav--prev {
    left: 8px;
  }

  .image-lightbox__nav--next {
    right: 8px;
  }
}

.qr-visit-card {
  margin-top: 13px;
  border-radius: 22px;
  background: #f8f8f8;
  padding: 18px 20px;
  box-shadow: 0 13px 24px 0 rgba(34, 31, 25, 0.06);
}

.qr-visit-card span,
.place-intro span,
.place-experience-band span,
.source-note strong {
  display: block;
  color: #a78b63;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.qr-visit-card strong {
  display: block;
  color: #0e334e;
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: -0.4px;
}

.place-intro {
  margin: 24px 0 14px;
  border-radius: 24px;
  background: #f8f8f8;
  padding: 22px 24px;
}

.place-intro p {
  color: #0e334e;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.8px;
}

.place-actions {
  margin: 18px 0 20px;
}

.place-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
}

.place-highlight-grid > div {
  border: 2px solid #f1eee9;
  border-radius: 18px;
  padding: 16px 17px;
  background: #fff;
}

.place-highlight-grid span {
  display: block;
  color: #a78b63;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.place-highlight-grid strong {
  display: block;
  color: #0e334e;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
}

.visit-flow {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.visit-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  align-items: flex-start;
  border-radius: 20px;
  background: #f8f8f8;
  padding: 15px;
}

.visit-step > span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #0e334e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.visit-step strong {
  display: block;
  color: #0e334e;
  font-size: 18px;
  font-weight: 900 !important;
  letter-spacing: -0.3px;
  margin-bottom: 3px;
}

.visit-step p {
  margin: 0 !important;
}

.tour-mini-icon {
  width: 37px;
  height: 37px;
  border-radius: 10px;
  background: #0e334e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.place-experience-band {
  margin: 28px 0 50px;
  padding: 54px 0;
  background: #0e334e;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.place-experience-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 51, 78, 0.92), rgba(14, 51, 78, 0.64)),
    url("../img/erzurum-hero.png") center/cover no-repeat;
  opacity: 0.82;
}

.experience-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
}

.place-experience-band h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -1.2px;
  margin-bottom: 18px;
}

.place-experience-band p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 20px;
}

.place-experience-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  background: #fff;
  color: #0e334e;
  font-weight: 900;
}

.virtual-tour-module .experience-grid {
  align-items: stretch;
  grid-template-columns: 1fr;
  gap: 26px;
}

.virtual-tour-copy {
  display: grid;
  gap: 14px;
}

.virtual-tour-copy h2 {
  max-width: 1120px;
  margin-bottom: 0;
}

.virtual-tour-copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.virtual-tour-copy-row p {
  margin-bottom: 0;
}

.virtual-stage {
  min-height: 760px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(8, 28, 43, 0.92), rgba(14, 51, 78, 0.72)),
    rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 22px 42px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding: 14px;
  display: grid;
  grid-template-rows: auto minmax(600px, 1fr) auto auto;
  gap: 12px;
}

.virtual-stage-head,
.virtual-stage-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.virtual-stage-head span {
  display: block;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.virtual-stage-head strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin-top: 4px;
}

.virtual-tour-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.virtual-tour-tabs button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.virtual-tour-tabs button.active {
  background: #fff;
  color: #0e334e;
}

.virtual-viewer {
  position: relative;
  min-height: 610px;
  border-radius: 8px;
  overflow: hidden;
  background: #071b2a;
}

.virtual-viewer iframe,
.virtual-panorama-canvas {
  width: 100%;
  height: 100%;
  min-height: 610px;
  display: block;
  border: 0;
}

.virtual-viewer .pnlm-container {
  background: #071b2a;
}

.virtual-viewer .pnlm-about-msg,
.virtual-viewer a[href*="pannellum"] {
  display: none !important;
  pointer-events: none !important;
}

.discover-scene-hotspot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  border: 3px solid #b49362;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.discover-scene-hotspot::before {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #0e334e;
}

.virtual-viewer-fallback {
  min-height: 610px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(236, 242, 246, 0.88));
  color: #0e334e;
  padding: 28px;
  display: grid;
  align-content: center;
  gap: 10px;
}

.virtual-viewer-fallback[hidden] {
  display: none;
}

.virtual-viewer-fallback strong {
  font-size: 28px;
  font-weight: 900;
}

.virtual-viewer-fallback p {
  color: rgba(14, 51, 78, 0.72);
  margin: 0;
}

.virtual-viewer-fallback a,
.virtual-stage-tools a,
.virtual-stage-tools button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #0e334e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.virtual-stage-tools {
  justify-content: flex-start;
}

.virtual-stage-tools button {
  cursor: pointer;
}

.virtual-stage-note {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.place-map-section {
  margin-bottom: 46px;
}

.place-map-section .section-head {
  margin-bottom: 16px;
}

.place-map-section .detail-map {
  border-radius: 34px;
  overflow: hidden;
  min-height: 430px;
  box-shadow: 0 13px 24px 0 rgba(34, 31, 25, 0.08);
}

.source-note {
  margin-bottom: 52px;
  border-radius: 26px;
  background: #f8f8f8;
  padding: 22px 26px;
}

.source-note p {
  color: #545454;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 13px;
}

.source-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.source-note a {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff;
  color: #0e334e;
  font-weight: 900;
  font-size: 13px;
}

.related-place-list {
  margin-bottom: 72px;
}

@media (max-width: 1024px) {
  .header .logo a img,
  .header .logo a img.color {
    width: 176px;
  }

  .discover-slider-home .mslider .mscont .item {
    min-height: 640px;
  }

  .home-map .con,
  .detail-hero,
  .detail-layout,
  .route-stop-layout,
  .planner-layout,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .discover-place-detail .pcon .pleft {
    flex: 0 0 auto;
  }

  .template-place-list .plist,
  .card-grid,
  .route-grid,
  .gallery-grid,
  .story-grid,
  .event-list,
  .experience-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-head,
  .dark-head,
  .gallery-finish-head {
    display: block;
  }

  .story-head .left,
  .story-head .center,
  .story-head .right,
  .dark-head a,
  .gallery-finish-head a {
    margin-top: 14px;
  }

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

@media (max-width: 768px) {
  .discover-slider-home .mslider .mscont .item {
    height: 82vh;
    min-height: 560px;
  }

  .template-place-list .thead {
    display: block;
  }

  .template-place-list .thead .left {
    margin-bottom: 10px;
  }

  .template-place-list .thead .right {
    margin-top: 12px;
  }

  .template-place-list .plist,
  .card-grid,
  .route-grid,
  .gallery-grid,
  .story-grid,
  .event-list,
  .experience-list,
  .finish-gallery-grid {
    grid-template-columns: 1fr;
  }

  .filter-bar,
  .search-page-form,
  .card-actions,
  .detail-actions {
    flex-direction: column;
  }

  .home-map .con .hmr .hmrc .hmrmap .mapcon .discoverTabContent .harita.discover-leaflet-frame {
    height: 430px;
  }

  .story-head .left,
  .dark-head .top,
  .gallery-finish-head .top {
    font-size: 30px;
    line-height: 1.05;
  }

  .template-story-band,
  .home-gallery-finish {
    padding-bottom: 52px;
  }

  .template-dark-band {
    padding: 42px 0;
    margin-bottom: 52px;
  }

  .discover-place-detail {
    margin-top: 0;
    padding-top: 24px;
  }

  .discover-place-detail .pcon .pcenter .head .title,
  .discover-place-detail .pcon .pcenter .head .bread .item a {
    color: #0e334e;
  }

  .discover-place-detail .pcon .pcenter .head .bread .item a::after {
    filter: brightness(0) saturate(100%) invert(18%) sepia(51%) saturate(930%) hue-rotate(159deg) brightness(93%) contrast(94%);
  }

  .place-intro p,
  .place-experience-band h2 {
    font-size: 30px;
  }

  .virtual-tour-copy-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .place-highlight-grid {
    grid-template-columns: 1fr;
  }

  .virtual-stage {
    min-height: 620px;
    grid-template-rows: auto minmax(460px, 1fr) auto auto;
  }

  .virtual-viewer,
  .virtual-viewer iframe,
  .virtual-panorama-canvas,
  .virtual-viewer-fallback {
    min-height: 460px;
  }

  .source-note div {
    display: grid;
  }

  .event-item {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .qr-visit-card,
  .place-intro,
  .source-note {
    border-radius: 18px;
    padding: 16px;
  }

  .place-actions a,
  .place-actions button {
    width: 100%;
    text-align: center;
  }

  .virtual-stage {
    min-height: 460px;
    padding: 10px;
    grid-template-rows: auto minmax(300px, 1fr) auto auto;
  }

  .virtual-stage-head,
  .virtual-stage-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .virtual-stage-head strong {
    font-size: 20px;
  }

  .virtual-viewer,
  .virtual-viewer iframe,
  .virtual-panorama-canvas,
  .virtual-viewer-fallback {
    min-height: 300px;
  }

  .virtual-stage-tools a,
  .virtual-stage-tools button {
    width: 100%;
  }

  .visit-step {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .visit-step > span {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .place-experience-band {
    padding: 42px 0;
  }

  .place-map-section .detail-map {
    min-height: 360px;
  }
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item {
  min-width: 0 !important;
  border-radius: 18px !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a {
  --card-tone: #0e334e;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 132px !important;
  min-height: 132px !important;
  padding: 16px 10px 14px !important;
  border: 2px solid #ece9e2 !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 0 12px 28px rgba(34,31,25,0.05) !important;
  overflow: hidden !important;
  transform: translateY(0) !important;
  will-change: transform;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a::before {
  display: none !important;
  content: none !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .img {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 10px !important;
  border-radius: 14px !important;
  background: #f4f2ee !important;
  filter: none !important;
  transition: all .25s ease !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .img img {
  display: block !important;
  max-width: 26px !important;
  max-height: 26px !important;
  object-fit: contain !important;
  filter: grayscale(1) opacity(.5) !important;
  transition: all .25s ease !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .desc,
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .meta {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  padding: 0 4px !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .desc {
  color: #2a2a2a !important;
  min-height: 28px !important;
  font-size: 12px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  opacity: .58 !important;
  overflow-wrap: anywhere !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .meta {
  margin-top: 5px !important;
  color: #777 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  opacity: .72 !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item:hover a,
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item.active a {
  border-color: var(--card-tone) !important;
  background: #fff !important;
  box-shadow: 0 18px 32px rgba(34,31,25,0.12) !important;
  transform: translateY(-3px) !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item:hover a::before,
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item.active a::before {
  display: none !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item:hover a .img,
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item.active a .img {
  background: var(--card-tone) !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item:hover a .img img,
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item.active a .img img {
  filter: brightness(0) invert(1) !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item:hover a .desc,
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item.active a .desc {
  color: var(--card-tone) !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .slider-home .slider-orta {
    bottom: 18px !important;
  }

  .slider-home .slider-orta .con {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .slider-home .slider-orta .con .icol {
    flex: 0 0 auto !important;
  }

  .slider-home .slider-orta .con .icol:first-child {
    display: none;
  }

  .slider-home .slider-orta .con .icol .slider-discover .img {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .slider-home .slider-orta .con .icol .slider-discover .img img {
    height: auto !important;
    max-width: 24px;
    max-height: 24px;
  }

  .slider-home .slider-orta .con .icol .slider-discover .desc {
    font-size: 10px;
  }

  .slider-home .slider-orta .con .icol .slider-buttons {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
    padding: 8px 10px;
    border-radius: 22px;
    background: rgba(4, 24, 38, 0.38);
    backdrop-filter: blur(12px);
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item {
    padding: 0 !important;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a {
    min-width: 48px;
    gap: 6px;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a .img {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a .img img {
    max-width: 22px;
    max-height: 22px;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a .desc {
    font-size: 9px;
  }

  body.home .home-map .con .hml .hml2 .hml2left .hmlmenu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a {
    height: 122px !important;
    min-height: 122px !important;
  }
}

body.home .home-map {
  background-size: cover !important;
}

body.home .home-map .con {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.72fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

body.home .home-map .con .hml,
body.home .home-map .con .hmr {
  min-width: 0 !important;
}

body.home .home-map .con .hml .hml2 {
  display: block !important;
}

body.home .home-map .con .hml .hml2 .hml2left {
  padding-right: 0 !important;
}

body.home .home-map .con .hml .hml2 .hml2left .altnot {
  margin-top: 36px !important;
  align-items: center !important;
}

body.home .home-map .con .hmr {
  padding-left: 0 !important;
  position: sticky !important;
  top: 96px !important;
  width: 100% !important;
  transform: none !important;
  margin: 0 !important;
}

body.home .home-map .con .hmr .hmrc,
body.home .home-map .con .hmr .hmrc .hmrmap,
body.home .home-map .con .hmr .hmrc .hmrmap .mapcon {
  display: block !important;
  width: 100% !important;
}

.discover-map-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,0.94);
  border: 2px solid rgba(236,233,226,0.9);
  box-shadow: 0 24px 55px rgba(14,51,78,0.16);
}

.discover-map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(14,51,78,0.08), rgba(167,139,99,0.06) 45%, transparent);
  z-index: 2;
}

.discover-map-panel > * {
  position: relative;
  z-index: 3;
}

.map-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 18px;
}

.map-panel-head span {
  display: inline-block;
  color: #a78b63;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.map-panel-head strong {
  display: block;
  color: #0e334e;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.map-panel-head p {
  color: #5f6368;
  font-size: 14px;
  line-height: 1.35;
  max-width: 360px;
  margin-top: 8px;
}

.map-panel-head a {
  flex: 0 0 auto;
  display: block;
  color: #fff;
  background: #0e334e;
  border-radius: 10px;
  padding: 12px 16px 10px;
  font-size: 12px;
  font-weight: 900;
}

body.home .home-map .con .hmr .hmrc .hmrmap .mapcon .discoverTabContent .harita.discover-leaflet-frame {
  display: block !important;
  width: auto !important;
  height: 430px !important;
  margin: 0 18px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
}

body.home .discover-leaflet-frame .map-canvas {
  min-height: 430px !important;
  border-radius: 24px !important;
}

.map-selection-panel {
  display: none !important;
}

.map-selection-panel .panel-title {
  color: #232323;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 12px;
}

.map-selection-panel .list {
  display: grid;
  gap: 9px;
  max-height: 238px;
  overflow: auto;
  padding-right: 3px;
}

.map-location-row {
  appearance: none;
  border: 1px solid #ece9e2;
  border-radius: 14px;
  background: #fff;
  text-align: left;
  padding: 12px 14px;
  cursor: pointer;
  transition: all .22s ease;
}

.map-location-row span,
.map-location-row strong {
  display: block;
}

.map-location-row span {
  color: #a78b63;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.map-location-row strong {
  color: #0e334e;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 900;
}

.map-location-row:hover,
.map-location-row.is-active {
  border-color: #0e334e;
  box-shadow: 0 10px 20px rgba(14,51,78,0.12);
  transform: translateY(-1px);
}

.map-empty {
  color: #777;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
}

.map-hover-card {
  position: absolute;
  z-index: 800;
  left: 18px;
  top: 18px;
  width: min(300px, calc(100% - 28px));
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(236,233,226,0.95);
  box-shadow: 0 22px 45px rgba(14,51,78,0.22);
  backdrop-filter: blur(12px);
  transform: translateY(8px) scale(.98);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.map-hover-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.map-hover-card span,
.map-hover-card strong,
.map-hover-card p {
  display: block;
}

.map-hover-card span {
  color: #a78b63;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.map-hover-card strong {
  color: #0e334e;
  font-size: 22px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.map-hover-card p {
  color: #555;
  font-size: 13px;
  line-height: 1.42;
  margin-top: 10px;
}

.hover-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.hover-actions a,
.hover-actions button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 10px 11px 9px;
  color: #fff;
  background: #0e334e;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}

.hover-actions button {
  background: #a78b63;
}

.hover-actions button.is-added {
  background: #4e7d58;
}

.discover-location-pin {
  background: transparent;
  border: 0;
}

.discover-location-pin span {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 8px;
  background: var(--pin-tone, #0e334e);
  transform: rotate(-45deg);
  box-shadow: 0 10px 22px rgba(14,51,78,0.28);
  pointer-events: none;
}

.discover-location-pin span::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
}

.discover-location-pin span i {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pin-tone, #0e334e);
  pointer-events: none;
}

@media (max-width: 1180px) {
  body.home .home-map .con {
    grid-template-columns: 1fr !important;
  }

  body.home .home-map .con .hmr {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 768px) {
  .map-panel-head {
    display: block;
    padding: 20px 18px 14px;
  }

  .map-panel-head a {
    display: inline-block;
    margin-top: 14px;
  }

  body.home .home-map .con .hmr .hmrc .hmrmap .mapcon .discoverTabContent .harita.discover-leaflet-frame,
  body.home .discover-leaflet-frame .map-canvas {
    height: 340px !important;
    min-height: 340px !important;
  }

  .map-selection-panel .list {
    max-height: 260px;
  }
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a {
  height: 112px !important;
  min-height: 112px !important;
  padding: 14px 8px !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(34,31,25,0.045) !important;
  justify-content: center !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .img {
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 10px !important;
  border-radius: 12px !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .img img {
  max-width: 23px !important;
  max-height: 23px !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .desc {
  min-height: 24px !important;
  font-size: 10.5px !important;
  line-height: 1.08 !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .meta {
  margin-top: 4px !important;
  font-size: 9.5px !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item:hover a,
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item.active a {
  box-shadow: 0 14px 26px rgba(34,31,25,0.10) !important;
  transform: none !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a .img img[src*="photo-galeri"] {
  filter: brightness(0) opacity(.38) !important;
}

body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item:hover a .img img[src*="photo-galeri"],
body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item.active a .img img[src*="photo-galeri"] {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 768px) {
  body.home .home-map .con .hml .hml2 .hml2left .hmlmenu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.home .home-map .con .hml .hml2 .hml2left .hmlmenu .item a {
    height: 112px !important;
    min-height: 112px !important;
  }
}

.header .hcont {
  align-items: flex-start;
}

.header .hcont .hl {
  flex: 0 0 auto;
}

.header .hcont .hl .logo,
.header .hcont .hl .logo a {
  display: block;
  line-height: 0;
}

.header .hcont .hl .logo a img,
.header .hcont .hl .logo a img.color {
  width: auto !important;
  height: 104px !important;
  max-height: none !important;
}

.header .hcont .hr {
  min-width: 0;
}

.header .hcont .hr .hrb .con {
  align-items: stretch;
}

.header .hcont .hr .hrb .con .umenu,
.header .hcont .hr .hrb .con .umbtn a,
.header .hcont .hr .hrb .con .umrota > a,
.header .hcont .hr .hrb .con .umprofil > a {
  height: 74px;
  box-sizing: border-box;
}

@media (max-width: 1180px) and (min-width: 993px) {
  .header .hcont .hl .logo a img,
  .header .hcont .hl .logo a img.color {
    height: 98px !important;
  }

  .header .hcont .hr .hrb {
    padding-top: 4px;
  }

  .header .hcont .hr .hrb .con .umenu {
    padding-top: 14px;
  }

  .header .hcont .hr .hrb .con .umenu .item {
    width: 116px;
    margin-right: 10px;
  }

  .header .hcont .hr .hrb .con .umenu .item > a .desc {
    padding-left: 9px;
    font-size: 12px;
  }

  .header .hcont .hr .hrb .con .umenu .item > a .img img {
    max-width: 24px;
    max-height: 24px;
  }

  .header .hcont .hr .hrb .con .umbtn a,
  .header .hcont .hr .hrb .con .umrota > a,
  .header .hcont .hr .hrb .con .umprofil > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (max-width: 992px) {
  .header .hcont {
    align-items: flex-start;
    padding-top: 0;
  }

  .header .hcont .hl .logo {
    margin-top: 18px !important;
  }

  .header .hcont .hl .logo a img,
  .header .hcont .hl .logo a img.color {
    width: auto !important;
    height: 42px !important;
    max-height: none !important;
  }

  .header .hcont .hr .hrb,
  .header .hcont .hr .hrb .con {
    height: 60px;
  }

  .header .hcont .hr .hrb .con {
    align-items: stretch;
  }

  .header .hcont .hr .hrb .con .umbtn a,
  .header .hcont .hr .hrb .con .umrota > a,
  .header .hcont .hr .hrb .con .umprofil > a {
    height: 60px;
  }
}

.header.is-scrolled,
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  padding: 8px 0;
  background: rgba(248, 249, 247, 0.92);
  box-shadow: 0 18px 44px rgba(14, 51, 78, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(14, 51, 78, 0.08);
}

.header.is-scrolled .hcont,
.header.fixed .hcont {
  align-items: center;
  padding-top: 0;
}

.header.is-scrolled .hcont .hl .logo,
.header.fixed .hcont .hl .logo {
  margin-top: 0 !important;
}

.header.is-scrolled .hcont .hl .logo a img.normal,
.header.fixed .hcont .hl .logo a img.normal {
  display: none;
}

.header.is-scrolled .hcont .hl .logo a img.color,
.header.fixed .hcont .hl .logo a img.color {
  display: block;
  width: auto !important;
  height: 72px !important;
  max-height: none !important;
}

.header.is-scrolled .hcont .hr .hrt,
.header.fixed .hcont .hr .hrt {
  display: none;
}

.header.is-scrolled .hcont .hr .hrb,
.header.fixed .hcont .hr .hrb {
  padding-top: 0;
}

.header.is-scrolled .hcont .hr .hrb .con,
.header.fixed .hcont .hr .hrb .con {
  align-items: stretch;
}

.header.is-scrolled .hcont .hr .hrb .con .umenu,
.header.fixed .hcont .hr .hrb .con .umenu {
  height: 72px;
  padding-top: 16px;
  border-top-color: rgba(14, 51, 78, 0.14);
  border-bottom-color: rgba(14, 51, 78, 0.14);
}

.header.is-scrolled .hcont .hr .hrb .con .umenu .item > a,
.header.fixed .hcont .hr .hrb .con .umenu .item > a {
  color: #0e334e;
}

.header.is-scrolled .hcont .hr .hrb .con .umenu .item > a .img img,
.header.fixed .hcont .hr .hrb .con .umenu .item > a .img img,
.header.is-scrolled .hcont .hr .hrb .con .umbtn a .img img,
.header.fixed .hcont .hr .hrb .con .umbtn a .img img,
.header.is-scrolled .hcont .hr .hrb .con .umrota > a .img img,
.header.fixed .hcont .hr .hrb .con .umrota > a .img img,
.header.is-scrolled .hcont .hr .hrb .con .umprofil > a .img img,
.header.fixed .hcont .hr .hrb .con .umprofil > a .img img {
  filter: none;
}

.header.is-scrolled .hcont .hr .hrb .con .umenu .item > a .desc,
.header.fixed .hcont .hr .hrb .con .umenu .item > a .desc,
.header.is-scrolled .hcont .hr .hrb .con .umbtn a .desc,
.header.fixed .hcont .hr .hrb .con .umbtn a .desc,
.header.is-scrolled .hcont .hr .hrb .con .umrota > a .desc,
.header.fixed .hcont .hr .hrb .con .umrota > a .desc,
.header.is-scrolled .hcont .hr .hrb .con .umprofil > a .desc,
.header.fixed .hcont .hr .hrb .con .umprofil > a .desc {
  color: #0e334e;
}

.header.is-scrolled .hcont .hr .hrb .con .umenu .item > a .desc::after,
.header.fixed .hcont .hr .hrb .con .umenu .item > a .desc::after {
  background-color: rgba(14, 51, 78, 0.22);
}

.header.is-scrolled .hcont .hr .hrb .con .umbtn a,
.header.fixed .hcont .hr .hrb .con .umbtn a,
.header.is-scrolled .hcont .hr .hrb .con .umrota > a,
.header.fixed .hcont .hr .hrb .con .umrota > a,
.header.is-scrolled .hcont .hr .hrb .con .umprofil > a,
.header.fixed .hcont .hr .hrb .con .umprofil > a {
  height: 72px;
  border-color: rgba(14, 51, 78, 0.14);
}

@media (max-width: 1180px) and (min-width: 993px) {
  .header.is-scrolled .hcont .hl .logo a img.color,
  .header.fixed .hcont .hl .logo a img.color {
    height: 66px !important;
  }

  .header.is-scrolled .hcont .hr .hrb .con .umenu,
  .header.fixed .hcont .hr .hrb .con .umenu,
  .header.is-scrolled .hcont .hr .hrb .con .umbtn a,
  .header.fixed .hcont .hr .hrb .con .umbtn a,
  .header.is-scrolled .hcont .hr .hrb .con .umrota > a,
  .header.fixed .hcont .hr .hrb .con .umrota > a,
  .header.is-scrolled .hcont .hr .hrb .con .umprofil > a,
  .header.fixed .hcont .hr .hrb .con .umprofil > a {
    height: 66px;
  }

  .header.is-scrolled .hcont .hr .hrb .con .umenu,
  .header.fixed .hcont .hr .hrb .con .umenu {
    padding-top: 12px;
  }
}

@media (max-width: 992px) {
  .header.is-scrolled,
  .header.fixed {
    padding: 0;
    background: rgba(248, 249, 247, 0.95);
  }

  .header.is-scrolled .hcont .hl .logo,
  .header.fixed .hcont .hl .logo {
    margin-top: 12px !important;
  }

  .header.is-scrolled .hcont .hl .logo a img.color,
  .header.fixed .hcont .hl .logo a img.color {
    height: 42px !important;
  }

  .header.is-scrolled .hcont .hr .hrb,
  .header.fixed .hcont .hr .hrb,
  .header.is-scrolled .hcont .hr .hrb .con,
  .header.fixed .hcont .hr .hrb .con {
    height: 60px;
  }

  .header.is-scrolled .hcont .hr .hrb .con .umbtn a,
  .header.fixed .hcont .hr .hrb .con .umbtn a,
  .header.is-scrolled .hcont .hr .hrb .con .umrota > a,
  .header.fixed .hcont .hr .hrb .con .umrota > a,
  .header.is-scrolled .hcont .hr .hrb .con .umprofil > a,
  .header.fixed .hcont .hr .hrb .con .umprofil > a {
    height: 60px;
    border-color: rgba(14, 51, 78, 0.14);
  }
}

@media (max-width: 768px) {
  .discover-slider-home {
    position: relative;
  }

  .discover-slider-home .mslider .mscont .item .discover-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(3, 21, 33, 0.12) 0%, rgba(3, 21, 33, 0.06) 36%, rgba(3, 21, 33, 0.78) 100%),
      linear-gradient(90deg, rgba(3, 21, 33, 0.66), rgba(3, 21, 33, 0.04) 48%, rgba(3, 21, 33, 0.48));
    pointer-events: none;
  }

  .discover-slider-home::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 60px;
    z-index: 21;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.08));
    pointer-events: none;
  }

  .header .hcont {
    position: relative;
  }

  .header .hcont .hr .hrb .con .umbtn a,
  .header .hcont .hr .hrb .con .umrota > a,
  .header .hcont .hr .hrb .con .umprofil > a {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .header.is-scrolled .hcont .hr .hrb .con .umbtn a,
  .header.fixed .hcont .hr .hrb .con .umbtn a,
  .header.is-scrolled .hcont .hr .hrb .con .umrota > a,
  .header.fixed .hcont .hr .hrb .con .umrota > a,
  .header.is-scrolled .hcont .hr .hrb .con .umprofil > a,
  .header.fixed .hcont .hr .hrb .con .umprofil > a {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .discover-slider-home .mslider .mscont .item .desc .dcon {
    transform: translateY(-76px);
  }

  .discover-slider-home .mslider .mscont .item .desc .dtt {
    font-size: clamp(32px, 9.6vw, 46px);
  }

  .discover-slider-home .mslider .mscont .item .desc .dtd {
    font-size: clamp(17px, 5.2vw, 24px);
    margin-top: 8px;
  }

  .slider-home .slider-orta {
    left: 0 !important;
    right: 0 !important;
    bottom: 22px !important;
    z-index: 32 !important;
    padding: 0 16px;
  }

  .slider-home .slider-orta .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-home .slider-orta .con {
    width: min(356px, calc(100vw - 32px));
    min-height: 86px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: stretch !important;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap !important;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 27px;
    background: linear-gradient(180deg, rgba(29, 52, 68, 0.82), rgba(7, 29, 43, 0.78));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .slider-home .slider-orta .con .icol {
    min-width: 0;
    flex: none !important;
  }

  .slider-home .slider-orta .con .icol:first-child {
    display: none !important;
  }

  .slider-home .slider-orta .con .icol:nth-child(2) {
    display: flex;
    text-align: center;
  }

  .slider-home .slider-orta .con .icol:nth-child(3) {
    display: block;
    min-width: 0;
  }

  .slider-home .slider-orta .con .icol .slider-discover {
    width: 100%;
    min-height: 70px;
    padding: 0 6px;
    justify-content: center;
    gap: 6px;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.12);
  }

  .slider-home .slider-orta .con .icol .slider-discover .img {
    width: 38px !important;
    height: 34px !important;
    border-radius: 13px !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .slider-home .slider-orta .con .icol .slider-discover .img img {
    max-width: 23px !important;
    max-height: 23px !important;
  }

  .slider-home .slider-orta .con .icol .slider-discover .desc {
    max-width: 72px;
    margin: 0 auto;
    font-size: 9.5px !important;
    line-height: 1.05;
    text-shadow: none;
  }

  .slider-home .slider-orta .con .icol .slider-buttons {
    width: 100%;
    height: 100%;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    gap: 2px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    background: transparent !important;
    transform: none !important;
    backdrop-filter: none;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item {
    padding: 0 !important;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a {
    width: 100%;
    min-width: 0 !important;
    height: 70px;
    justify-content: center;
    gap: 5px;
    border-radius: 18px;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a .img {
    width: 34px !important;
    height: 34px !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a .img img {
    max-width: 21px !important;
    max-height: 21px !important;
  }

  .slider-home .slider-orta .con .icol .slider-buttons .item a .desc {
    font-size: 9.5px !important;
    line-height: 1;
    text-shadow: none;
  }
}

@media (max-width: 374px) {
  .slider-home .slider-orta {
    padding: 0 12px;
  }

  .slider-home .slider-orta .con {
    width: calc(100vw - 24px);
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 80px;
    padding: 7px;
    border-radius: 24px;
  }

  .slider-home .slider-orta .con .icol .slider-discover,
  .slider-home .slider-orta .con .icol .slider-buttons .item a {
    height: 66px;
    min-height: 66px;
  }

  .slider-home .slider-orta .con .icol .slider-discover .desc,
  .slider-home .slider-orta .con .icol .slider-buttons .item a .desc {
    font-size: 8.7px !important;
  }
}

.home-degerleri .con .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(18px, 2.2vw, 34px);
  align-items: start;
  row-gap: 36px;
}

.home-degerleri {
  height: auto !important;
  min-height: 375px;
  margin-bottom: clamp(84px, 8vw, 132px) !important;
  padding-bottom: clamp(96px, 9vw, 146px);
  overflow: visible;
}

.home-degerleri .con .list .item {
  position: relative;
  aspect-ratio: auto;
  background-image: none;
}

.home-degerleri .con .list .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0;
}

.home-degerleri .con .list .item a .img {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  height: auto;
  aspect-ratio: 422 / 309;
  padding: 12% 14.7% 11.5% 8.6%;
  overflow: visible;
  background-image: url("../template/img/deger-item-frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.16));
}

.home-degerleri .con .list .item a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.home-degerleri .con .list .item a .desc {
  position: static;
  max-width: calc(100% - 52px);
  margin: 16px auto 0;
  padding: 0;
  color: #171717;
  font-size: clamp(17px, 1.46vw, 23px);
  line-height: 1.04;
  letter-spacing: -0.3px;
  text-align: center;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.home-degerleri .con .list .item a .desc {
  min-height: 96px;
}

.home-degerleri .con .head {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.memory-all-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  color: #0e334e;
  background: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.home-degerleri .con .list .item a .desc span {
  display: block;
  margin-bottom: 7px;
  color: #b0935d;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
}

.home-degerleri .con .list .item a .desc strong {
  display: block;
}

.home-degerleri .con .list .item a .desc small {
  display: block;
  max-width: 92%;
  margin: 8px auto 0;
  color: rgba(23, 23, 23, .62);
  font-size: clamp(11px, .86vw, 14px);
  line-height: 1.24;
  font-weight: 800;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-muze-banner {
  position: relative;
  z-index: 3;
  clear: both;
  margin-top: clamp(28px, 4vw, 62px);
  margin-bottom: clamp(44px, 5vw, 72px) !important;
}

.home-muze-banner .con {
  isolation: isolate;
}

.home-muze-banner .con .sol-yazi {
  position: relative;
  z-index: 3;
  gap: clamp(18px, 4vw, 76px);
  padding-right: clamp(300px, 30vw, 400px);
}

.home-muze-banner .con .sol-yazi .text {
  min-width: 0;
}

.home-muze-banner .con .sol-yazi .mybtn {
  flex: 0 0 auto;
  padding-left: 0 !important;
  margin-left: auto;
}

.home-muze-banner .con .sol-yazi .mybtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  white-space: nowrap;
}

.home-muze-banner .con .sag-resim {
  z-index: 2;
  pointer-events: none;
}

.home-route {
  margin-top: 0 !important;
  margin-bottom: 47px;
}

.home-route .con .list {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr !important;
  column-gap: 23px !important;
  row-gap: 18px !important;
}

.home-route .con .list .item,
.home-route .con .list .item:nth-child(n) {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.home-route .con .list .item a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.home-route .con .list .item a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.85) 100%);
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-route .con .list .item a .img img {
  display: block;
  width: 100%;
  height: 300px !important;
  min-height: 0;
  object-fit: cover;
}

.home-route .con .list .item a .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  color: #fff;
}

.home-route .con .list .item a .desc .top {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 900;
  letter-spacing: -1px;
}

.home-route .con .list .item a .desc .mlist {
  display: flex !important;
  align-items: center;
  column-gap: 10px;
  max-height: 44px !important;
  opacity: .58 !important;
  overflow: hidden;
}

.home-route .con .list .item a .desc .mlist .litem {
  display: flex;
  align-items: center;
  min-width: 0;
}

.home-route .con .list .item a .desc .mlist .litem:nth-child(n+6) {
  display: none;
}

.home-route .con .list .item:not(:first-child) a .desc .mlist {
  display: block !important;
  max-height: 38px !important;
}

.home-route .con .list .item:not(:first-child) a .desc .mlist .litem {
  display: none;
}

.home-route .con .list .item:not(:first-child) a .desc .mlist .litem:first-child {
  display: block;
}

.home-route .con .list .item:not(:first-child) a .desc .mlist .litem:first-child .limg {
  display: none;
}

.home-route .con .list .item a .desc .mlist .litem .lidesc {
  color: #fff;
  font-size: 13px;
  line-height: 1.08;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.home-route .con .list .item:not(:first-child) a .desc .mlist .litem:first-child .lidesc {
  display: -webkit-box;
  padding-left: 0;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-route .con .foot .yazi1 {
  opacity: .64;
}

.discover-category-page {
  padding: clamp(54px, 6vw, 84px) 0 22px;
  background:
    radial-gradient(circle at 8% 10%, rgba(181, 154, 104, .12), transparent 34%),
    #f8f6f1;
}

.discover-category-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 30px;
  align-items: end;
  margin-bottom: 26px;
}

.discover-category-intro span {
  display: block;
  color: #b0935d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.discover-category-intro h1 {
  color: #0e334e;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: .9;
  letter-spacing: -2px;
  font-weight: 900;
  max-width: 760px;
}

.discover-category-intro p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(23, 23, 23, .66);
  font-size: 17px;
  line-height: 1.48;
  font-weight: 700;
}

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

.discover-category-stats div {
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(176, 147, 93, .28);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 42px rgba(14, 51, 78, .07);
}

.discover-category-stats strong {
  display: block;
  color: #0e334e;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.discover-category-stats span {
  margin-top: 8px;
  color: rgba(23,23,23,.58);
  font-size: 12px;
  line-height: 1.1;
}

.discover-category-filter {
  display: grid;
  grid-template-columns: minmax(210px, 290px) minmax(0, 1fr) 150px;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(176, 147, 93, .22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(14, 51, 78, .06);
}

.discover-category-filter select,
.discover-category-filter input,
.discover-category-filter button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  padding: 0 16px;
  background: #f4f1eb;
  color: #0e334e;
  font-weight: 900;
}

.discover-category-filter button {
  color: #fff;
  background: #0e334e;
  cursor: pointer;
}

.discover-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.discover-category-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #0e334e;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(14, 51, 78, .08);
  font-size: 12px;
  font-weight: 900;
}

.discover-category-chips a.active {
  color: #fff;
  background: #b0935d;
  border-color: #b0935d;
}

.discover-place-list {
  padding-top: 42px;
}

.discover-empty-state {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(176, 147, 93, .22);
  box-shadow: 0 18px 42px rgba(14, 51, 78, .07);
}

.discover-empty-state strong {
  color: #0e334e;
  font-size: 24px;
  font-weight: 900;
}

.discover-empty-state span {
  color: rgba(23,23,23,.62);
  font-size: 15px;
  line-height: 1.45;
}

.discover-empty-state a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: #0e334e;
  font-weight: 900;
}

.museum-index-page {
  padding: clamp(50px, 6vw, 88px) 0 22px;
  background:
    radial-gradient(circle at 12% 12%, rgba(167, 139, 99, .13), transparent 34%),
    linear-gradient(180deg, #f8f6f1 0%, #fff 100%);
}

.museum-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(24px, 4vw, 54px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.museum-intro span,
.museum-feature-copy span {
  display: block;
  color: #b0935d;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.museum-intro h1 {
  max-width: 740px;
  margin: 0;
  color: #0e334e;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: -1px;
}

.museum-intro p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(23, 23, 23, .64);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
}

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

.museum-facts div {
  min-height: 118px;
  padding: 22px 16px;
  border: 1px solid rgba(176, 147, 93, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 42px rgba(14, 51, 78, .08);
}

.museum-facts strong {
  display: block;
  color: #0e334e;
  font-size: 42px;
  line-height: .9;
  font-weight: 900;
}

.museum-facts span {
  margin: 12px 0 0;
  color: rgba(23, 23, 23, .58);
  font-size: 12px;
  line-height: 1.15;
}

.museum-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .62fr);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border-radius: 24px;
  background: #0e334e;
  box-shadow: 0 26px 54px rgba(14, 51, 78, .16);
}

.museum-feature-image {
  min-height: 360px;
}

.museum-feature-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.95) contrast(1.04);
}

.museum-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: clamp(28px, 4vw, 54px);
  color: #fff;
}

.museum-feature-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: .95;
  font-weight: 900;
}

.museum-feature-copy p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.museum-feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.museum-feature-meta strong {
  padding: 10px 12px;
  color: #0e334e;
  border-radius: 999px;
  background: #f1eadc;
  font-size: 12px;
  font-weight: 900;
}

.museum-place-list {
  padding-top: clamp(44px, 5vw, 74px);
}

.museum-place-list .thead .right a {
  background-color: #b0935d;
}

.museum-empty-state {
  padding: 38px;
  border: 1px dashed rgba(14, 51, 78, .22);
  border-radius: 18px;
  background: #fff;
}

.museum-empty-state strong,
.museum-empty-state span {
  display: block;
}

.museum-empty-state strong {
  color: #0e334e;
  font-size: 24px;
  font-weight: 900;
}

.museum-empty-state span {
  margin-top: 8px;
  color: rgba(23, 23, 23, .62);
  font-weight: 700;
}

.memory-index-page,
.memory-detail-content {
  padding: clamp(54px, 6vw, 88px) 0 clamp(70px, 7vw, 106px);
  background: #f8f6f1;
}

.memory-index-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 30px;
  align-items: end;
  margin-bottom: 24px;
}

.memory-index-head span,
.memory-story span,
.memory-related-head span,
.memory-kicker {
  display: block;
  color: #b0935d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.memory-index-head h1 {
  max-width: 780px;
  margin: 8px 0 0;
  color: #0e334e;
  font-size: clamp(36px, 4.2vw, 66px);
  line-height: .95;
}

.memory-index-head p {
  margin: 0;
  color: #65717a;
  font-size: 17px;
  line-height: 1.55;
}

.memory-type-strip {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.memory-type-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #0e334e;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(20, 42, 59, .06);
}

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

.memory-card a {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border-radius: 22px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 22px 58px rgba(20, 42, 59, .1);
}

.memory-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #0e334e;
}

.memory-card-image img,
.memory-related-grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.memory-card-body span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #b0935d;
  background: #f3ecdd;
  font-size: 12px;
  font-weight: 900;
}

.memory-card-body h2 {
  margin: 15px 0 8px;
  color: #0e334e;
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1;
}

.memory-card-body strong {
  display: block;
  margin-bottom: 11px;
  color: #1f2f3b;
  line-height: 1.25;
}

.memory-card-body p {
  margin: 0;
  color: #65717a;
  line-height: 1.5;
}

.memory-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.memory-detail-aside,
.memory-story {
  border: 1px solid rgba(176, 147, 93, .22);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(20, 42, 59, .08);
}

.memory-detail-aside {
  position: sticky;
  top: 118px;
  padding: 24px;
}

.memory-detail-aside h2 {
  margin: 12px 0;
  color: #0e334e;
  font-size: 30px;
  line-height: 1.02;
}

.memory-detail-aside p {
  color: #65717a;
  line-height: 1.52;
}

.memory-detail-aside a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  color: #fff;
  background: #0e334e;
  font-weight: 900;
  text-decoration: none;
}

.memory-story {
  padding: clamp(26px, 4vw, 48px);
}

.memory-story h1 {
  margin: 10px 0 24px;
  color: #0e334e;
  font-size: clamp(36px, 4vw, 66px);
  line-height: .95;
}

.memory-story p {
  margin: 0 0 18px;
  color: #2f3942;
  font-size: 18px;
  line-height: 1.68;
}

.memory-related {
  margin-top: 42px;
}

.memory-related-head {
  margin-bottom: 18px;
}

.memory-related-head h2 {
  margin: 7px 0 0;
  color: #0e334e;
  font-size: 34px;
}

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

.memory-related-grid a {
  display: grid;
  gap: 10px;
  overflow: hidden;
  border-radius: 18px;
  padding-bottom: 18px;
  color: #0e334e;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(20, 42, 59, .08);
}

.memory-related-grid a img {
  aspect-ratio: 16 / 9;
}

.memory-related-grid a span,
.memory-related-grid a strong {
  margin: 0 18px;
}

.memory-related-grid a span {
  color: #b0935d;
  font-size: 12px;
  font-weight: 900;
}

.memory-related-grid a strong {
  font-size: 22px;
  line-height: 1;
}

.home-food .con .list .item .btns .openbtn {
  display: none !important;
}

.home-food .con .list .item .btns {
  pointer-events: none;
}

.home-food .con .list .item .btns .btnlist {
  pointer-events: auto;
}

@media (max-width: 992px) {
  .home-degerleri .con .list {
    row-gap: 30px;
  }
}

@media (max-width: 768px) {
  .home-degerleri .con .list .item {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }

  .home-degerleri .con .list .item a .desc {
    font-size: clamp(18px, 5.6vw, 24px);
    line-height: 1.03;
    max-width: calc(100% - 44px);
    margin-top: 12px;
    min-height: auto;
  }
}

.gastronomy-top .ptimg::after,
.gastronomy-detail-top .ptimg::after {
  background: linear-gradient(180deg, rgba(14, 51, 78, 0.34), rgba(40, 14, 8, 0.72));
}

.food-index-page,
.food-detail-page {
  padding: clamp(48px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(181, 154, 104, 0.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f7f3eb 100%);
}

.food-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.food-index-hero span,
.food-detail-intro span,
.food-story-card span,
.food-group-head span {
  color: #b0935d;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.food-index-hero h1,
.food-detail-intro h1 {
  max-width: 820px;
  margin: 8px 0 12px;
  color: #171717;
  font-size: clamp(38px, 5.6vw, 76px);
  line-height: 0.95;
  letter-spacing: -1px;
  font-weight: 900;
}

.food-index-hero p,
.food-detail-intro p {
  max-width: 720px;
  color: rgba(23, 23, 23, 0.68);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
}

.food-quick-card,
.food-story-card,
.food-card {
  border: 1px solid rgba(176, 147, 93, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(44, 31, 18, 0.08);
}

.food-quick-card span {
  color: rgba(23, 23, 23, 0.58);
  font-weight: 800;
}

.food-group {
  margin-top: 42px;
}

.food-group-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.food-group-head strong {
  color: #0e334e;
  font-size: 15px;
}

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

.food-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.food-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(44, 31, 18, 0.15);
}

.food-card a {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.food-card-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.food-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.food-card:hover .food-card-img img {
  transform: scale(1.05);
}

.food-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.58));
}

.food-card-img span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  padding: 7px 10px;
  color: #fff;
  background: rgba(14, 51, 78, 0.86);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.food-card-body {
  padding: 20px;
}

.food-card-body small {
  color: #b0935d;
  font-weight: 900;
}

.food-card-body h2 {
  margin: 8px 0;
  color: #171717;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1;
  font-weight: 900;
}

.food-card-body p {
  min-height: 72px;
  margin: 0 0 16px;
  color: rgba(23, 23, 23, 0.64);
  line-height: 1.45;
}

.food-card-body strong {
  color: #0e334e;
  font-weight: 900;
}

.food-detail-layout {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.food-detail-media {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.food-polaroid {
  padding: 18px 18px 26px;
  background: #f6efe3;
  box-shadow: 0 24px 50px rgba(44, 31, 18, 0.18);
  transform: rotate(-1.2deg);
}

.food-polaroid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.food-polaroid span {
  display: block;
  margin-top: 18px;
  color: #171717;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  font-weight: 900;
}

.food-quick-card {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.food-quick-card div {
  display: grid;
  gap: 3px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(176, 147, 93, 0.17);
}

.food-quick-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.food-quick-card strong {
  color: #0e334e;
  font-size: 19px;
  font-weight: 900;
}

.food-detail-intro {
  margin-bottom: 24px;
}

.food-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.food-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  background: #0e334e;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.food-detail-actions a:nth-child(n+2) {
  color: #0e334e;
  background: #efe6d5;
}

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

.food-story-card {
  padding: clamp(22px, 3vw, 34px);
}

.food-story-card p {
  margin: 10px 0 0;
  color: rgba(23, 23, 23, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.related-foods {
  margin-top: 58px;
}

.food-video-section {
  margin-top: 58px;
}

.food-video-frame {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(176, 147, 93, 0.2);
  border-radius: 22px;
  background: #071d2b;
  box-shadow: 0 24px 64px rgba(44, 31, 18, 0.15);
}

.food-video-frame iframe,
.food-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.food-empty {
  padding: 28px;
  color: rgba(23, 23, 23, 0.68);
  background: #fff;
  border: 1px dashed rgba(176, 147, 93, 0.35);
  border-radius: 18px;
}

.discover-what-to-do .pcon .page-map #map_canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #e7ece8;
  box-shadow: 0 24px 58px rgba(14, 51, 78, 0.14);
}

.discover-what-to-do .pcon .page-con .pfilter form {
  box-shadow: 0 16px 44px rgba(14, 51, 78, 0.08);
}

.discover-what-to-do .pcon .page-con .pfilter form .item button {
  background-color: #0e334e;
}

.discover-what-to-do .pcon .page-con .plist .item[hidden] {
  display: none;
}

.discover-what-to-do .pcon .page-con .plist .item a.mycon {
  display: block;
  color: inherit;
}

.discover-what-to-do .pcon .page-con .plist .item a.mycon .desc .head {
  padding: 0 14px;
  line-height: 1.05;
}

.discover-what-to-do .pcon .page-con .plist .item a.crAddRoute {
  text-decoration: none;
  z-index: 5;
}

.discover-what-to-do .pcon .page-con .plist .item a.crAddRoute.is-added::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.what-to-do-summary,
.what-to-do-empty {
  margin-top: 18px;
  color: rgba(35, 35, 35, 0.58);
  font-weight: 800;
}

.what-to-do-empty {
  padding: 28px;
  text-align: center;
  border: 1px dashed rgba(176, 147, 93, 0.34);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.discover-what-to-do .leaflet-popup-content {
  margin: 12px;
}

.template-stay-page {
  padding: clamp(52px, 6vw, 86px) 0 clamp(70px, 7vw, 104px);
  background: #f8f6f1;
}

.stay-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 30px;
  align-items: end;
  margin-bottom: 30px;
}

.stay-head span {
  display: block;
  margin-bottom: 10px;
  color: #b0935d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.stay-head h1 {
  max-width: 760px;
  margin: 0;
  color: #0e334e;
  font-size: clamp(34px, 4vw, 62px);
  line-height: .95;
  letter-spacing: 0;
}

.stay-head p {
  margin: 0;
  color: #69737c;
  font-size: 17px;
  line-height: 1.55;
}

.stay-filter {
  display: grid;
  grid-template-columns: 220px 180px minmax(220px, 1fr) 140px;
  gap: 12px;
  padding: 18px;
  margin-bottom: 28px;
  border: 1px solid rgba(176, 147, 93, .22);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(20, 42, 59, .08);
}

.stay-filter select,
.stay-filter input,
.stay-filter button {
  width: 100%;
  min-height: 52px;
  border: 1px solid #ece6da;
  border-radius: 14px;
  padding: 0 16px;
  color: #0e334e;
  background: #fbfaf7;
  font-weight: 800;
}

.stay-filter button {
  border-color: #0e334e;
  color: #fff;
  background: #0e334e;
  cursor: pointer;
}

.stay-layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.stay-map-panel {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 16px;
}

.stay-map-card,
.stay-note,
.stay-card {
  border: 1px solid rgba(176, 147, 93, .22);
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 42, 59, .08);
}

.stay-map-card {
  overflow: hidden;
  border-radius: 22px;
}

.map-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #0e334e;
}

.map-title span {
  color: #b0935d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.map-title strong {
  max-width: 220px;
  text-align: right;
  font-size: 14px;
  line-height: 1.25;
}

.stay-map {
  height: 440px;
  background: #e7edf0;
}

.stay-note {
  border-radius: 18px;
  padding: 18px 20px;
}

.stay-note strong {
  display: block;
  margin-bottom: 6px;
  color: #0e334e;
  font-size: 18px;
}

.stay-note p {
  margin: 0;
  color: #6d747b;
  line-height: 1.45;
}

.stay-list {
  display: grid;
  gap: 18px;
}

.stay-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 238px;
  overflow: hidden;
  border-radius: 22px;
}

.stay-card[hidden] {
  display: none;
}

.stay-card-image {
  position: relative;
  min-height: 238px;
  background: #0e334e;
}

.stay-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 51, 78, .05), rgba(14, 51, 78, .52));
}

.stay-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stay-stars {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  gap: 3px;
  padding: 9px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(14, 51, 78, .84);
  backdrop-filter: blur(8px);
}

.stay-card-body {
  padding: 24px 26px;
}

.stay-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.stay-meta span,
.stay-meta b,
.stay-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: #b0935d;
  background: #f2eadc;
  font-size: 12px;
  font-weight: 900;
}

.stay-meta b {
  color: #fff;
  background: #0e334e;
}

.stay-card h2 {
  margin: 0 0 8px;
  color: #0e334e;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
}

.stay-card p {
  margin: 0 0 15px;
  color: #66717a;
  line-height: 1.48;
}

.stay-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stay-tags span {
  color: #5d6670;
  background: #f6f4ef;
}

.stay-contact {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.stay-contact div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  color: #55626d;
  font-size: 14px;
  line-height: 1.35;
}

.stay-contact i {
  color: #b0935d;
  margin-top: 2px;
}

.stay-contact a {
  color: #0e334e;
  font-weight: 800;
  text-decoration: none;
}

.stay-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.stay-actions a,
.stay-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #0e334e;
  border-radius: 999px;
  color: #0e334e;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.stay-actions a:first-child {
  color: #fff;
  background: #0e334e;
}

.stay-empty {
  padding: 34px;
  border: 1px dashed rgba(176, 147, 93, .42);
  border-radius: 20px;
  color: #68747e;
  background: #fff;
  font-weight: 800;
}

.editor-routes-page {
  padding-top: clamp(48px, 6vw, 82px);
}

.route-list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.route-list-head span,
.route-overview span,
.route-story span,
.route-panel-head span {
  color: #b0935d;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-list-head h1,
.route-overview h1 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #171717;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 900;
}

.route-list-head p,
.route-overview p,
.route-story p {
  color: rgba(23, 23, 23, 0.68);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.55;
}

.route-card {
  overflow: hidden;
  border: 1px solid rgba(176, 147, 93, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 56px rgba(44, 31, 18, 0.1);
}

.route-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.route-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.route-card:hover .route-card-media img {
  transform: scale(1.05);
}

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

.route-card-body > span {
  color: #b0935d;
  font-weight: 900;
}

.route-card-body h3 {
  margin: 8px 0 10px;
  color: #0e334e;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 0.98;
  font-weight: 900;
}

.route-card-body h3 a,
.route-card-link {
  color: inherit;
  text-decoration: none;
}

.route-card-body p {
  min-height: 76px;
  color: rgba(23, 23, 23, 0.64);
  line-height: 1.45;
}

.route-card-body ol {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.route-card-body li {
  color: rgba(23, 23, 23, 0.72);
  font-weight: 800;
}

.route-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  color: #fff;
  border-radius: 999px;
  background: #0e334e;
  font-size: 13px;
  font-weight: 900;
}

.route-action-bar {
  position: relative;
  z-index: 20;
  padding: 16px 0;
  background: #0b2538;
}

.route-action-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  width: min(100%, 980px);
  margin: -84px auto 34px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(14, 51, 78, 0.96), rgba(5, 21, 34, 0.96));
  box-shadow: 0 24px 58px rgba(8, 24, 37, 0.24);
}

.route-action-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.route-action-bar a,
.route-action-bar button {
  min-height: 40px;
  padding: 0 17px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}

.route-action-bar button:nth-child(2) {
  background: #b0935d;
  border-color: #b0935d;
}

.route-action-card a,
.route-action-card button {
  min-width: 150px;
  justify-content: center;
  text-align: center;
}

.route-experience {
  padding-top: clamp(48px, 6vw, 84px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.route-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}

.route-facts,
.route-story,
.route-periods,
.route-stops-panel,
.route-feature-panel,
.route-map-panel {
  border: 1px solid rgba(176, 147, 93, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 56px rgba(44, 31, 18, 0.08);
}

.route-facts {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.route-facts div,
.route-mini-facts div {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(176, 147, 93, 0.16);
}

.route-facts div:last-child,
.route-mini-facts div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.route-facts span,
.route-mini-facts span {
  color: rgba(23, 23, 23, 0.54);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-facts strong,
.route-mini-facts strong {
  color: #0e334e;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
}

.route-story,
.route-periods,
.route-map-panel {
  padding: clamp(22px, 3vw, 34px);
  margin-top: 24px;
}

.route-periods h2 {
  margin: 0 0 16px;
  color: #0e334e;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
}

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

.month-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  background: #f1eadc;
  color: rgba(23, 23, 23, 0.48);
  font-weight: 900;
}

.month-list span.active {
  color: #fff;
  background: #0e334e;
}

.route-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 24px;
  margin-top: 24px;
}

.route-stops-panel,
.route-feature-panel {
  padding: clamp(22px, 3vw, 34px);
}

.route-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.route-panel-head strong {
  color: #0e334e;
  font-weight: 900;
}

.route-stop-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-stop-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 18px;
  border-radius: 16px;
  background: #f8f3ea;
}

.route-stop-list b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  background: #b0935d;
  font-weight: 900;
}

.route-stop-list a {
  color: #0e334e;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
  text-decoration: none;
}

.route-stop-list span {
  display: block;
  margin-top: 5px;
  color: rgba(23, 23, 23, 0.56);
  font-weight: 800;
}

.route-stop-list p {
  margin: 8px 0 0;
  color: rgba(23, 23, 23, 0.68);
  line-height: 1.45;
}

.route-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.route-feature-tags span {
  padding: 10px 13px;
  color: #0e334e;
  border-radius: 999px;
  background: #f1eadc;
  font-weight: 900;
}

.route-mini-facts {
  display: grid;
  gap: 12px;
}

.route-map-panel .route-map {
  height: 520px;
  border-radius: 18px;
}

@media print {
  .header,
  .main-menu,
  .fastMenu,
  .footer,
  .route-action-bar,
  .route-map-panel {
    display: none !important;
  }

  .page-top,
  .route-experience {
    margin: 0 !important;
    padding: 0 !important;
  }

  .route-content-grid,
  .route-overview {
    display: block;
  }

  .route-stops-panel,
  .route-feature-panel,
  .route-story,
  .route-periods,
  .route-facts {
    box-shadow: none;
    break-inside: avoid;
  }
}

@media (max-width: 1024px) {
  .home-degerleri .con .list,
  .home-route .con .list {
    grid-template-columns: 1fr !important;
  }

  .home-route .con .head {
    display: grid;
    gap: 14px;
  }

  .home-route .con .head .hleft,
  .home-route .con .head .hcenter,
  .home-route .con .head .hright {
    flex: none;
    padding-left: 0;
  }

  .memory-index-head,
  .memory-detail-grid,
  .memory-grid,
  .memory-related-grid {
    grid-template-columns: 1fr;
  }

  .memory-detail-aside {
    position: static;
  }

  .museum-intro,
  .museum-feature-card {
    grid-template-columns: 1fr;
  }

  .museum-feature-image,
  .museum-feature-copy {
    min-height: auto;
  }

  .museum-feature-image {
    aspect-ratio: 16 / 9;
  }

  .stay-head,
  .stay-layout,
  .stay-filter {
    grid-template-columns: 1fr;
  }

  .stay-map-panel {
    position: static;
  }

  .stay-map {
    height: 360px;
  }

  .route-list-head,
  .route-overview,
  .route-content-grid,
  .discover-category-intro,
  .discover-category-filter {
    grid-template-columns: 1fr;
  }

  .month-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .food-index-hero,
  .food-detail-layout {
    grid-template-columns: 1fr;
  }

  .food-detail-media {
    position: static;
  }

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

@media (max-width: 680px) {
  .home-degerleri {
    margin-bottom: 64px !important;
    padding-bottom: 72px;
  }

  .home-degerleri .con .list {
    gap: 26px;
  }

  .home-muze-banner {
    margin-top: 24px;
    margin-bottom: 34px !important;
  }

  .home-muze-banner .con .sol-yazi {
    padding: 18px 18px 20px !important;
    gap: 10px;
  }

  .home-muze-banner .con .sol-yazi .mybtn {
    margin-left: 0;
  }

  .home-muze-banner .con .sol-yazi .mybtn a {
    min-width: 118px;
    padding: 9px 15px 8px;
  }

  .museum-index-page {
    padding-top: 36px;
  }

  .museum-intro {
    gap: 20px;
  }

  .museum-intro h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .museum-intro p {
    font-size: 15px;
  }

  .museum-facts {
    grid-template-columns: 1fr;
  }

  .museum-facts div {
    min-height: 88px;
    padding: 18px;
  }

  .museum-feature-copy {
    padding: 24px;
  }

  .museum-feature-copy h2 {
    font-size: 32px;
  }

  .home-route .con .list .item a .img img {
    height: 260px !important;
  }

  .home-route .con .list .item a .desc {
    padding: 20px;
  }

  .home-route .con .list .item a .desc .mlist {
    grid-template-columns: 1fr;
    gap: 6px;
    max-height: 108px !important;
  }

  .home-route .con .list .item a .desc .mlist .litem {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .home-route .con .list .item a .desc .mlist .litem .limg img {
    width: 13px;
    min-width: 13px;
  }

  .home-route .con .list .item a .desc .mlist .litem .lidesc {
    color: rgba(255, 255, 255, .86);
    font-size: 11.5px;
    line-height: 1.12;
    font-weight: 800;
  }

  .home-route .con .foot {
    display: grid;
    gap: 12px;
    padding-left: 0;
    text-align: center;
  }

  .home-route .con .foot .ylogo {
    justify-content: center;
  }

  .home-route .con .foot .yazi1 {
    padding-left: 0;
  }

  .discover-category-page {
    padding-top: 38px;
  }

  .discover-category-intro h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: .96;
    letter-spacing: -1px;
  }

  .discover-category-stats {
    grid-template-columns: 1fr;
  }

  .discover-category-filter {
    padding: 10px;
  }

  .discover-category-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .discover-category-chips a {
    flex: 0 0 auto;
  }

  .home-degerleri .con .head {
    display: grid;
    justify-items: center;
  }

  .memory-index-page,
  .memory-detail-content {
    padding-top: 38px;
  }

  .memory-index-head h1,
  .memory-story h1 {
    font-size: 36px;
  }

  .memory-card-body,
  .memory-story,
  .memory-detail-aside {
    padding: 20px;
  }

  .template-stay-page {
    padding-top: 38px;
  }

  .stay-head h1 {
    font-size: 34px;
  }

  .stay-filter {
    padding: 12px;
    border-radius: 18px;
  }

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

  .stay-card-image {
    min-height: 210px;
  }

  .stay-card-body {
    padding: 20px;
  }

  .map-title {
    display: grid;
  }

  .map-title strong {
    max-width: none;
    text-align: left;
  }

  .route-action-card {
    margin-top: -54px;
    padding: 14px;
    border-radius: 18px;
  }

  .route-action-bar .container {
    justify-content: flex-start;
  }

  .route-action-bar a,
  .route-action-bar button {
    flex: 1 1 calc(50% - 8px);
  }

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

  .route-stop-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 15px;
  }

  .route-stop-list b {
    width: 36px;
    height: 36px;
  }

  .route-stop-list a {
    font-size: 19px;
  }

  .discover-what-to-do .pcon .page-map #map_canvas {
    height: 330px;
    margin-top: -28px;
    border-radius: 22px;
  }

  .discover-what-to-do .pcon .page-con .pfilter form .item {
    width: 100%;
  }

  .discover-what-to-do .pcon .page-con .plist {
    grid-template-columns: 1fr;
  }

  .discover-what-to-do .pcon .page-con .plist .item a.mycon .img img {
    height: 240px;
  }

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

  .food-group-head {
    align-items: start;
    flex-direction: column;
  }

  .food-card-body p {
    min-height: 0;
  }

  .food-detail-actions {
    flex-direction: column;
  }

.food-detail-actions a {
    width: 100%;
  }
}

.gallery-index-page,
.album-detail-page,
.photo-detail-page {
  background: #f8f6f1;
  color: #0e334e;
}

.gallery-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: 170px 0 84px;
}

.gallery-hero::after,
.album-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 29, 45, .88), rgba(7, 29, 45, .45) 48%, rgba(7, 29, 45, .12));
  z-index: -1;
}

.gallery-hero-media,
.gallery-hero-media img,
.album-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gallery-hero-media,
.album-detail-hero > img {
  z-index: -2;
}

.gallery-hero-media img,
.album-detail-hero > img {
  object-fit: cover;
}

.gallery-hero-content {
  width: min(720px, 100%);
  color: #fff;
}

.gallery-hero-content > span,
.section-title-row span,
.album-detail-copy > span,
.photo-detail-head span,
.photo-story-copy > span,
.album-toolbar span {
  display: block;
  color: #b0935d;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gallery-hero-content h1,
.album-detail-copy h1,
.photo-detail-head h1 {
  color: #fff;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .92;
  font-weight: 950;
  margin: 0 0 20px;
}

.gallery-hero-content p,
.album-detail-copy p {
  color: rgba(255, 255, 255, .86);
  font-size: 21px;
  line-height: 1.45;
  max-width: 700px;
}

.gallery-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.gallery-stats div {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 18px;
}

.gallery-stats strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.gallery-stats span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-albums-section,
.gallery-archive-section,
.album-detail-body,
.photo-story-section,
.related-photo-section {
  padding: 82px 0;
}

.gallery-archive-section,
.related-photo-section {
  background: #fff;
}

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

.section-title-row h2 {
  font-size: clamp(36px, 4vw, 62px);
  line-height: .96;
  color: #0e334e;
  font-weight: 950;
  margin: 0;
}

.section-title-row p {
  max-width: 520px;
  margin: 0;
  color: #6f7478;
  font-size: 18px;
  font-weight: 700;
}

.text-link {
  color: #b0935d;
  font-weight: 950;
  text-decoration: none;
}

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

.album-card {
  position: relative;
  min-height: 390px;
  display: block;
  overflow: hidden;
  border-radius: 26px;
  background: #0e334e;
  box-shadow: 0 22px 44px rgba(14, 51, 78, .14);
  text-decoration: none;
  transform: translateZ(0);
}

.album-card img,
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.album-card::after,
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 23, 34, .08), rgba(10, 23, 34, .82));
}

.album-card:hover img,
.photo-card:hover img {
  transform: scale(1.045);
}

.album-card-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 28px;
  color: #fff;
}

.album-card-overlay span,
.photo-card span {
  display: inline-flex;
  width: fit-content;
  color: #fff;
  background: rgba(176, 147, 93, .92);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.album-card-overlay h3 {
  color: #fff;
  font-size: 31px;
  line-height: 1;
  font-weight: 950;
  margin: 0 0 10px;
}

.album-card-overlay p {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  min-height: 42px;
  margin: 0 0 14px;
}

.album-card-overlay b {
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.photo-card {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  border-radius: 24px;
  background: #0e334e;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(14, 51, 78, .12);
}

.photo-card span,
.photo-card strong,
.photo-card small {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
}

.photo-card span {
  top: 24px;
  right: auto;
}

.photo-card strong {
  bottom: 48px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
}

.photo-card small {
  bottom: 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

.album-detail-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: 160px 0 74px;
}

.album-detail-copy {
  color: #fff;
  max-width: 820px;
}

.album-bread,
.photo-bread {
  margin-top: 24px;
}

.album-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  margin-bottom: 26px;
  background: #fff;
  border: 1px solid #eadfcd;
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(14, 51, 78, .07);
}

.album-toolbar strong {
  display: block;
  color: #0e334e;
  font-size: 28px;
  font-weight: 950;
}

.album-toolbar a {
  color: #fff;
  background: #0e334e;
  border-radius: 14px;
  padding: 14px 18px;
  text-decoration: none;
  font-weight: 950;
}

.empty-gallery-state {
  padding: 44px;
  border: 1px dashed #d9cbb6;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.empty-gallery-state span {
  display: block;
  color: #0e334e;
  font-size: 28px;
  font-weight: 950;
}

.photo-detail-hero {
  padding: 150px 0 76px;
  background: radial-gradient(circle at 20% 0%, rgba(176, 147, 93, .22), transparent 32%), #071d2d;
}

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

.photo-detail-head h1 {
  max-width: 840px;
}

.photo-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
  gap: 24px;
  align-items: stretch;
}

.photo-main-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #102f45;
  box-shadow: 0 32px 70px rgba(0, 0, 0, .24);
}

.photo-main-frame img {
  width: 100%;
  height: min(68vh, 680px);
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.photo-main-frame figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  color: #fff;
  background: rgba(7, 29, 45, .7);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 850;
}

.photo-meta-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, .96);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, .16);
}

.photo-code {
  padding: 20px;
  border-radius: 20px;
  background: #0e334e;
  color: #fff;
}

.photo-code span,
.photo-meta-list span {
  display: block;
  color: #b0935d;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.photo-code strong {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}

.photo-meta-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.photo-meta-list div {
  padding: 14px 0;
  border-bottom: 1px solid #eadfcd;
}

.photo-meta-list strong {
  display: block;
  color: #0e334e;
  font-size: 17px;
  font-weight: 900;
}

.photo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.photo-tags span {
  color: #0e334e;
  background: #efe6d6;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

.photo-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
}

.photo-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 14px;
  background: #efe6d6;
  color: #0e334e;
  text-decoration: none;
  font-weight: 950;
}

.photo-actions a:first-child {
  background: #b0935d;
  color: #fff;
}

.photo-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
}

.photo-story-copy,
.photo-archive-note {
  background: #fff;
  border: 1px solid #eadfcd;
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 18px 38px rgba(14, 51, 78, .08);
}

.photo-story-copy h2 {
  color: #0e334e;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
  font-weight: 950;
  margin: 0 0 18px;
}

.photo-story-copy p,
.photo-archive-note p {
  color: #4f5b63;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 650;
  margin: 0;
}

.photo-archive-note {
  background: #0e334e;
}

.photo-archive-note strong {
  display: block;
  color: #b0935d;
  font-size: 72px;
  line-height: .9;
  font-weight: 950;
  margin-bottom: 18px;
}

.photo-archive-note p {
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 1024px) {
  .album-card-grid,
  .photo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-detail-grid,
  .photo-story-grid {
    grid-template-columns: 1fr;
  }

  .photo-detail-head {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .gallery-hero,
  .album-detail-hero,
  .photo-detail-hero {
    padding-top: 118px;
  }

  .gallery-hero,
  .album-detail-hero {
    min-height: 520px;
  }

  .gallery-stats,
  .album-card-grid,
  .photo-card-grid {
    grid-template-columns: 1fr;
  }

  .section-title-row,
  .album-toolbar {
    display: grid;
    align-items: start;
  }

  .gallery-albums-section,
  .gallery-archive-section,
  .album-detail-body,
  .photo-story-section,
  .related-photo-section {
    padding: 52px 0;
  }

  .album-card,
  .photo-card {
    min-height: 300px;
    border-radius: 20px;
  }

  .photo-detail-grid {
    gap: 16px;
  }

  .photo-main-frame,
  .photo-meta-panel,
  .photo-story-copy,
  .photo-archive-note {
    border-radius: 20px;
  }

  .photo-main-frame img {
    min-height: 320px;
    height: 58vh;
  }

  .photo-main-frame figcaption {
    position: static;
    border-radius: 0;
    background: #0e334e;
  }

  .photo-meta-panel,
  .photo-story-copy,
  .photo-archive-note {
    padding: 20px;
  }
}
