:root {
  --ink: #13221f;
  --muted: #66736f;
  --sand: #f5f0e7;
  --cream: #fbfaf6;
  --sea: #0f6c68;
  --sea-dark: #094d4a;
  --coral: #d9805f;
  --white: #fff;
  --shadow: 0 22px 70px rgba(19, 34, 31, .12);
}

html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; font-weight: 400; color: var(--muted); background: var(--cream); overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: "Playfair Display", serif; color: var(--ink); }
p { line-height: 1.8; font-weight: 400; }
a { color: var(--sea); }
a:hover { color: var(--sea-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
img { max-width: 100%; }

.site-header { padding: 24px 0; z-index: 1000; }
.site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, rgba(4, 19, 17, .42), transparent); pointer-events: none; }
.site-header.scrolled { padding: 10px 0; background: rgba(255, 255, 255, .96); box-shadow: 0 8px 35px rgba(19, 34, 31, .1); backdrop-filter: blur(14px); }
.site-header.scrolled::after, .menu-open .site-header::after { display: none; }
.site-logo { padding-left: 28px; z-index: 101; }
.site-logo a { display: inline-block; padding: 0; background: transparent; box-shadow: none; }
.site-logo img { width: 200px; height: auto; display: block; }
.site-logo .logo-color { display: none; }
.site-header.scrolled .site-logo .logo-light, .menu-open .site-logo .logo-light { display: none; }
.site-header.scrolled .site-logo .logo-color, .menu-open .site-logo .logo-color { display: block; }
.site-menu-toggle { appearance: none; border: 0; background: transparent; padding: 0; }
.site-menu-toggle:focus-visible { outline: 3px solid var(--coral); outline-offset: 7px; }
.site-menu-toggle span { height: 2px; background: var(--white); }
.site-header.scrolled .site-menu-toggle span { background: var(--ink); }
.site-navbar { position: fixed !important; inset: 0 !important; width: 100vw !important; height: 100dvh !important; min-height: 0 !important; display: block !important; visibility: hidden; opacity: 0; pointer-events: none; border: 0 !important; background: var(--cream); overflow-y: auto; transform: translateY(-12px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.menu-open { overflow: hidden; }
.menu-open .site-navbar { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.site-navbar nav, .site-navbar nav > .container { width: 100%; height: 100%; min-height: 100%; }
.site-navbar nav .full-height { height: 100% !important; min-height: 0 !important; padding: 110px 0 50px; }
.site-navbar nav .full-height > div { flex: 0 0 100%; max-width: 100%; text-align: center; }
.site-navbar nav .menu li a { display: inline-block; font-size: clamp(1.35rem, 2.3vw, 2.25rem); line-height: 1.3; color: var(--ink); padding: 5px 10px; }
.site-navbar nav .menu li.active a, .site-navbar nav .menu li a:hover { color: var(--sea); }

.hero-home { position: relative; min-height: 92vh; display: grid; align-items: end; overflow: hidden; background: #17332f; }
.hero-home video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-home::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 25, 22, .78) 0%, rgba(6, 25, 22, .25) 60%, rgba(6, 25, 22, .12) 100%), linear-gradient(to top, rgba(6, 25, 22, .55), transparent 55%); }
.hero-content { position: relative; z-index: 1; padding: 190px 0 110px; color: var(--white); }
.hero-kicker, .eyebrow { margin-bottom: 18px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; color: var(--coral); }
.hero-home h1 { max-width: 800px; margin-bottom: 24px; color: var(--white); font-size: clamp(2.8rem, 5.2vw, 5.25rem); line-height: 1; letter-spacing: -.035em; }
.hero-home .lead { max-width: 610px; color: rgba(255, 255, 255, .86); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { border-radius: 999px; padding: 13px 26px; font-weight: 700; letter-spacing: .01em; }
.btn-primary { background: var(--sea); border-color: var(--sea); }
.btn-primary:hover, .btn-primary:focus { background: var(--sea-dark); border-color: var(--sea-dark); }
.hero-primary, .hero-primary:hover, .hero-primary:focus { color: var(--white) !important; }
.btn-light-outline { color: var(--white); border: 1px solid rgba(255, 255, 255, .65); }
.btn-light-outline:hover { color: var(--ink); background: var(--white); }

.trust-strip { position: relative; z-index: 2; margin-top: -38px; }
.trust-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 25px 28px; border-right: 1px solid #e8ece9; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--ink); font-family: "Playfair Display", serif; font-size: 1.15rem; }
.trust-item span { display: block; margin-top: 3px; font-size: .83rem; color: var(--muted); }
.booking-widget { padding: 36px 0; background: var(--white); border-top: 1px solid #e8ece9; border-bottom: 1px solid #e8ece9; }
.booking-widget:empty { display: none; }

.section, .py-5 { padding-top: clamp(72px, 9vw, 125px) !important; padding-bottom: clamp(72px, 9vw, 125px) !important; }
.bg-light { background: var(--sand) !important; }
.heading { font-size: clamp(2rem, 3vw, 3.35rem); line-height: 1.1; letter-spacing: -.025em; }
.section-intro { max-width: 680px; margin-left: auto; margin-right: auto; }
.section-intro p { font-size: 1.05rem; }
.feature-image-stack { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 14px; padding: 0; }
.feature-image-stack .feature-primary { width: 100%; height: 390px; object-fit: cover; border-radius: 3px 36px 3px 3px; box-shadow: var(--shadow); }
.feature-image-stack .feature-secondary { position: static; width: 100%; height: 320px; object-fit: cover; border: 0; border-radius: 3px 3px 36px 3px; box-shadow: var(--shadow); }
.experience-points { display: grid; gap: 18px; margin: 28px 0 34px; }
.experience-point { display: flex; gap: 15px; align-items: flex-start; }
.experience-point .number { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; background: #dfeeea; color: var(--sea); font-weight: 700; font-size: .84rem; }
.experience-point strong { display: block; color: var(--ink); }

.room-card, .service-card { height: 100%; background: var(--white); border-radius: 4px 40px 4px 4px; overflow: hidden; box-shadow: 0 12px 44px rgba(19, 34, 31, .08); transition: transform .3s ease, box-shadow .3s ease; }
.room-card:hover, .service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.room-card img { width: 100%; height: 330px; object-fit: cover; }
.service-card img { width: 100%; height: 260px; object-fit: cover; }
.room-cover-link { display: block; overflow: hidden; }
.room-cover-link img { transition: transform .35s ease; }
.room-cover-link:hover img { transform: scale(1.025); }
.room-gallery-links { display: none; }
.room-photo-slider { position: relative; }
.room-photo-slider .owl-stage-outer { border-radius: 0; }
.room-photo-slider .owl-nav { position: absolute; right: 12px; bottom: 12px; display: flex; gap: 6px; margin: 0; }
.room-photo-slider .owl-nav button.owl-prev, .room-photo-slider .owl-nav button.owl-next { display: grid; place-items: center; width: 38px; height: 38px; margin: 0; color: var(--ink); background: rgba(255, 255, 255, .92); border: 1px solid rgba(19,34,31,.12); border-radius: 8px; box-shadow: 0 5px 18px rgba(19,34,31,.16); }
.room-photo-slider .owl-nav button:hover { color: var(--white); background: var(--sea); }
.room-photo-slider .owl-nav button span,
.room-photo-slider .owl-nav button .ion-chevron-left::before,
.room-photo-slider .owl-nav button .ion-chevron-right::before { display: block; font-size: 15px !important; line-height: 1; }
.room-photo-slider .owl-dots { position: absolute; right: 100px; bottom: 23px; left: 14px; line-height: 1; text-align: left; }
.room-photo-slider .owl-dots .owl-dot span { width: 6px; height: 6px; margin: 3px; background: rgba(255,255,255,.62); }
.room-photo-slider .owl-dots .owl-dot.active span { width: 18px; background: var(--white); }
.room-card-body, .service-card-body { padding: 28px; }
.room-card h3, .service-card h3 { font-size: 1.7rem; }
.room-meta { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; font-size: .8rem; }
.room-meta li { padding: 6px 10px; color: var(--sea-dark); background: #e9f3f1; border-radius: 999px; }

.image-banner { position: relative; min-height: 550px; display: flex; align-items: center; background-position: center; background-size: cover; }
.image-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 30, 27, .82), rgba(7, 30, 27, .28)); }
.image-banner .container { position: relative; }
.image-banner h2 { max-width: 720px; color: var(--white); }
.image-banner p { max-width: 590px; color: rgba(255, 255, 255, .84); }

.gallery-preview { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gallery-preview a { display: block; overflow: hidden; border-radius: 3px; }
.gallery-preview a:first-child { grid-row: auto; }
.gallery-preview a { grid-column: span 2; aspect-ratio: 4/3; }
.gallery-preview a:nth-child(4), .gallery-preview a:nth-child(5) { grid-column: span 3; }
.gallery-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-preview a:hover img { transform: scale(1.035); }

.site-hero.inner-page, .site-hero.inner-page2 { height: 62vh; min-height: 500px; }
.site-hero.inner-page.overlay::before, .site-hero.inner-page2.overlay::before { height: 62vh; min-height: 500px; background: linear-gradient(to top, rgba(6, 25, 22, .7), rgba(6, 25, 22, .25)); }
.inner-page .site-hero-inner, .inner-page2 .site-hero-inner { height: 62vh; min-height: 500px; }
.site-hero-inner .heading { font-size: clamp(2.8rem, 5.5vw, 4.8rem); }
.custom-breadcrumbs li, .custom-breadcrumbs li a { color: rgba(255, 255, 255, .78); }
.custom-breadcrumbs li:last-child { color: var(--white); }
.mouse { display: none; }

.about-photo-pair { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; align-items: end; }
.about-photo-pair img { width: 100%; height: 370px; object-fit: cover; box-shadow: var(--shadow); }
.about-photo-pair img:first-child { border-radius: 4px 36px 4px 4px; }
.about-photo-pair img:last-child { height: 305px; border-radius: 4px 4px 36px 4px; }
.amenity-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.amenity-card { position: relative; padding: 34px; background: var(--white); border: 1px solid #e1e7e3; border-radius: 4px 28px 4px 4px; }
.amenity-card h3 { margin: 10px 0 22px; font-size: 1.6rem; }
.amenity-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--sea); background: #e7f1ef; border-radius: 50%; font-weight: 700; font-size: .78rem; }
.amenity-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; margin: 0; padding: 0; list-style: none; }
.amenity-card li { position: relative; padding: 9px 0 9px 20px; border-bottom: 1px solid #edf0ee; color: var(--ink); font-size: .9rem; }
.amenity-card li::before { content: ""; position: absolute; top: 17px; left: 2px; width: 5px; height: 5px; background: var(--coral); border-radius: 50%; }
.location-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: center; margin-top: 18px; padding: 36px; color: var(--white); background: var(--sea-dark); border-radius: 4px 28px 4px 4px; }
.location-panel h3 { margin: 0; color: var(--white); font-size: 1.7rem; }
.location-panel ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.location-panel li { display: flex; justify-content: space-between; gap: 15px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; }
.location-panel span { color: #b8d2ce; }
.rooms-page-grid .room-card h2 { font-size: 1.75rem; }
.rooms-page-grid .room-card-body { padding: 32px; }
.rooms-page-grid .btn { margin-top: 12px; }

.gallery-grid { display: block; column-count: 4; column-gap: 14px; padding: 70px 0 100px; }
.gallery-grid a { display: block; break-inside: avoid; margin-bottom: 14px; overflow: hidden; border-radius: 2px; }
.gallery-grid img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: initial; transition: transform .4s ease; }
.gallery-grid a:hover img { transform: scale(1.04); }
.gallery-grid a:nth-child(7n + 1) { grid-column: auto; grid-row: auto; }
.gallery-grid a:nth-child(7n + 1) img { height: auto; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.35fr; gap: 18px; align-items: stretch; }
.contact-details { display: grid; gap: 10px; align-content: start; }
.contact-method { display: flex; flex-direction: column; padding: 20px 24px; color: var(--ink); background: var(--white); border: 1px solid #e2e8e4; border-radius: 14px; transition: border-color .2s ease, transform .2s ease; }
a.contact-method:hover { color: var(--ink); border-color: var(--sea); transform: translateX(4px); }
.contact-method span { margin-bottom: 7px; color: var(--sea); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.contact-method strong { font-size: 1rem; }
.contact-method small { margin-top: 5px; color: var(--muted); }
.contact-route { display: inline-flex; align-items: center; justify-content: center; justify-self: start; width: auto; min-height: 48px; margin-top: 8px; padding: 11px 22px; line-height: 1.2; text-align: center; }
.contact-map-wrap { min-height: 540px; overflow: hidden; border-radius: 4px 36px 4px 4px; box-shadow: var(--shadow); }
.map-frame { width: 100%; height: 100%; min-height: 540px; border: 0; }
.reservation-panel { min-height: 310px; padding: 48px 0 80px; }
.reservation-panel > .container { max-width: 1140px; padding-left: 15px; padding-right: 15px; }

.footer-section { padding: 80px 0 115px !important; background: var(--ink); color: #aeb9b5; }
.footer-section, .footer-section * { font-style: normal !important; }
.footer-brand img { width: 250px; height: auto; margin-bottom: 24px; filter: none; }
.footer-brand p { max-width: 310px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-section a { color: #e9efed; }
.footer-section a:hover { color: var(--coral); }
.footer-section .contact-info .text-primary { color: var(--coral) !important; }
.footer-section .footer-note { color: #83928d; }
.fo-link { z-index: 1001; }
.float-alt, .float-alt-rezervasyon { bottom: 22px; height: 46px; width: auto; min-width: 142px; padding: 0 16px; border-radius: 9px; box-shadow: 0 10px 30px rgba(19, 34, 31, .22); font-size: .78rem; letter-spacing: .035em; line-height: 1; }
.float-alt { right: 24px; background: var(--white); color: var(--ink) !important; }
.float-alt-rezervasyon { right: 176px; background: var(--sea); }
.float-alt, .float-alt-rezervasyon { display: inline-flex; align-items: center; justify-content: center; }
.float-alt .fa, .float-alt-rezervasyon .fa { display: inline-block; width: auto; height: auto; margin-right: 8px; border-radius: 0; font-size: 1rem; }
.float-alt .fa { color: var(--sea); background: transparent; }
.float-alt-rezervasyon .fa { color: var(--white); background: transparent; }
.fo-link a:hover { background: var(--sea-dark); }

@media (max-width: 991.98px) {
  .site-header { padding: 16px 0; }
  .site-logo { padding-left: 18px; }
  .site-logo img { width: 175px; }
  .site-menu-toggle { margin-right: 20px; }
  .trust-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid #e8ece9; }
  .gallery-preview { grid-template-columns: repeat(2, 1fr); }
  .gallery-preview a, .gallery-preview a:nth-child(4), .gallery-preview a:nth-child(5) { grid-column: auto; }
  .gallery-preview a:last-child { display: block; }
  .amenity-card-grid { grid-template-columns: 1fr; }
  .location-panel { grid-template-columns: 1fr; gap: 20px; }
  .gallery-grid { column-count: 3; }
}

@media (max-width: 767.98px) {
  .hero-home { min-height: 780px; }
  .room-card img { height: 280px; }
  .service-card img { height: 225px; }
  .hero-content { padding: 160px 20px 120px; }
  .site-navbar nav .menu li a { font-size: 1.9rem; line-height: 1.35; padding: 7px 12px; }
  .hero-home h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .trust-strip { margin-top: -55px; }
  .trust-item { padding: 18px 15px; }
  .feature-image-stack { grid-template-columns: 1.1fr .9fr; margin-top: 42px; }
  .feature-image-stack .feature-primary { height: 300px; }
  .feature-image-stack .feature-secondary { height: 245px; }
  .gallery-preview { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-preview a:nth-child(n+5) { display: none; }
  .site-hero.inner-page, .site-hero.inner-page2, .site-hero.inner-page.overlay::before, .site-hero.inner-page2.overlay::before, .inner-page .site-hero-inner, .inner-page2 .site-hero-inner { height: 54vh; min-height: 430px; }
  .about-photo-pair img { height: 300px; }
  .about-photo-pair img:last-child { height: 245px; }
  .amenity-card { padding: 26px; }
  .amenity-card ul { grid-template-columns: 1fr; }
  .location-panel ul { grid-template-columns: 1fr; }
  .gallery-grid { column-count: 2; padding-top: 40px; }
  .gallery-grid a:nth-child(7n + 1) { grid-column: auto; grid-row: auto; }
  .gallery-grid a:nth-child(7n + 1) img { height: auto; }
  .contact-layout { grid-template-columns: 1fr; }
  .reservation-panel > .container { max-width: 100%; padding-left: 0; padding-right: 0; }
  .reservation-panel > .container > .section-intro, .reservation-panel > .container > noscript { padding-left: 15px; padding-right: 15px; }
  .contact-map-wrap, .map-frame { min-height: 380px; }
  .footer-section .text-left, .footer-section .text-right { text-align: center !important; }
  .footer-brand img { width: 165px; margin-bottom: 18px; }
  .float-alt, .float-alt-rezervasyon { bottom: 0; width: 50%; min-width: 0; height: 50px; padding: 0 8px; border-radius: 0; font-size: .78rem; }
  .float-alt { right: 0; }
  .float-alt-rezervasyon { left: 0; right: auto; }
}

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