@import url("../fonts/fonts.css");

:root {
  --bg: #f6f2ea;
  --surface: #fffdf8;
  --sand: #ebe3d4;
  --ink: #1d2922;
  --muted: #5b6a60;
  --green: #2f4a3a;
  --green-deep: #19291f;
  --leaf: #7fae3f;
  --accent: #b5603a;
  --accent-deep: #97492a;
  --line: rgba(29, 41, 34, .12);
  --shadow: 0 24px 60px -24px rgba(25, 41, 31, .35);
  --radius: 18px;
  --radius-sm: 10px;
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 17px/1.7 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); text-underline-offset: 3px; }
a:hover { color: var(--accent); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 350; line-height: 1.1; letter-spacing: -.01em; margin: 0 0 .5em; font-variation-settings: "opsz" 96; }
h1 { font-size: clamp(2.5rem, 6.2vw, 5.4rem); font-weight: 300; }
h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); font-weight: 400; }
h1 em, h2 em { font-style: italic; color: var(--accent); font-weight: 300; }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: var(--muted); max-width: 62ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .7em; margin-bottom: 1.1rem;
  font: 600 .74rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.section { padding-block: clamp(72px, 10vw, 140px); }
.section--tight { padding-block: clamp(56px, 7vw, 96px); }
.section--sand { background: var(--sand); }
.section--dark { background: var(--green-deep); color: #eef0e8; }
.section--dark .lead, .section--dark .muted { color: #b9c4b9; }
.section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px 48px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head > div { max-width: 720px; }
.section-head h2 { margin-bottom: .3em; }
.section-head .lead { margin: 0; }
.muted { color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 15px 26px; border-radius: 999px; border: 1px solid transparent;
  font: 600 .88rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-deep); color: #fff; transform: translateY(-1px); }
.btn--dark { background: var(--green); color: #fff; }
.btn--dark:hover { background: var(--green-deep); color: #fff; }
.btn--ghost { border-color: currentColor; background: transparent; }
.btn--ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--light { border-color: rgba(255, 255, 255, .7); color: #fff; }
.btn--light:hover { background: #fff; color: var(--ink); }
.link-arrow { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; text-decoration: none; font-size: .95rem; }
.link-arrow svg { width: 18px; transition: transform .25s; }
.link-arrow:hover svg { transform: translateX(4px); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h);
  display: flex; align-items: center; color: #fff;
  transition: background .35s, color .35s, box-shadow .35s, height .35s;
}
.site-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(10, 20, 14, .55), transparent); pointer-events: none; transition: opacity .35s; }
.site-header.is-solid, .site-header--solid { color: var(--ink); box-shadow: 0 1px 0 var(--line); }
/* Bulanık zemin ayrı katmanda: header'ın kendisinde backdrop-filter olursa mobil menü (position: fixed) header'ın içine hapsolur */
.site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(246, 242, 234, .94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); opacity: 0; transition: opacity .35s; pointer-events: none; }
.site-header.is-solid::after, .site-header--solid::after { opacity: 1; }
.site-header.is-solid::before, .site-header--solid::before { opacity: 0; }
.site-header .wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: block; flex: none; }
.logo img { height: 64px; width: auto; }
.logo .logo-color { display: none; }
.is-solid .logo .logo-white, .site-header--solid .logo .logo-white { display: none; }
.is-solid .logo .logo-color, .site-header--solid .logo .logo-color { display: block; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav > ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; }
.nav a, .nav button.nav-drop { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 999px; font-size: .93rem; font-weight: 500; text-decoration: none; background: none; border: 0; cursor: pointer; color: inherit; }
.nav a:hover, .nav button.nav-drop:hover { color: inherit; background: color-mix(in srgb, currentColor 10%, transparent); }
.nav a[aria-current="page"] { color: var(--accent); }
.site-header:not(.is-solid):not(.site-header--solid) .nav a[aria-current="page"] { color: #fff; background: rgba(255, 255, 255, .14); }
.has-sub { position: relative; }
.has-sub svg { width: 14px; transition: transform .2s; }
.sub {
  position: absolute; top: calc(100% + 8px); left: -10px; min-width: 250px; padding: 10px; list-style: none; margin: 0;
  background: var(--surface); color: var(--ink); border-radius: 14px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s;
}
.sub a { display: flex; padding: 10px 14px; border-radius: 10px; width: 100%; }
.sub a:hover { background: var(--bg); color: var(--accent); }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.has-sub:hover svg { transform: rotate(180deg); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { font-size: .9rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.header-cta .btn { padding: 12px 20px; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid color-mix(in srgb, currentColor 35%, transparent); background: none; cursor: pointer; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 1.5px; background: currentColor; position: relative; transition: .3s; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; } .menu-toggle span::after { top: 6px; }
.menu-open .menu-toggle span { background: transparent; }
.menu-open .menu-toggle span::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-toggle span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1080px) {
  .header-phone { display: none; }
  .nav a, .nav button.nav-drop { padding: 10px 10px; }
}
@media (max-width: 920px) {
  :root { --header-h: 72px; }
  .logo img { height: 42px; }
  .menu-toggle { display: inline-flex; }
  .header-cta .btn { display: none; }
  .nav {
    position: fixed; inset: 0; z-index: -1; flex-direction: column; align-items: stretch; justify-content: center;
    padding: calc(var(--header-h) + 20px) 28px 40px; background: var(--green-deep); color: #fff;
    opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; overflow-y: auto;
  }
  .menu-open .nav { opacity: 1; visibility: visible; }
  .menu-open .site-header { color: #fff; background: transparent; box-shadow: none; }
  .menu-open .site-header::before { opacity: 0; }
  /* Menü açıkken üst bar koyu ve opak: kaydırılan bağlantılar logonun altına girmesin */
  .menu-open .site-header::after { opacity: 1; background: var(--green-deep); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .menu-open .mobile-bar { display: none; }
  .menu-open .site-header .logo-white { display: block !important; }
  .menu-open .site-header .logo-color { display: none !important; }
  .nav > ul { flex-direction: column; gap: 0; }
  .nav > ul > li > a, .nav button.nav-drop { font-family: var(--serif); font-size: 1.9rem; font-weight: 300; padding: 10px 0; border-radius: 0; }
  .nav a:hover, .nav button.nav-drop:hover { background: none; color: #e7b89c; }
  .has-sub svg { display: none; }
  .sub { position: static; opacity: 1; visibility: visible; transform: none; background: none; box-shadow: none; color: #cfd8cd; padding: 0 0 8px 2px; min-width: 0; }
  .sub a { padding: 6px 0; font-size: 1rem; }
  .sub a:hover { background: none; }
  .nav .mobile-extra { display: grid; gap: 12px; margin-top: 28px; }
  .nav .mobile-extra .btn { font-size: .85rem; }
  body.menu-open { overflow: hidden; }
}
@media (min-width: 921px) { .nav .mobile-extra { display: none; } }

/* Hero */
.hero { position: relative; min-height: min(100svh, 980px); display: flex; align-items: flex-end; color: #fff; isolation: isolate; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; z-index: -2; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide picture { display: block; height: 100%; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); }
.hero-slide.is-active img { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 20, 14, .35) 0%, rgba(10, 20, 14, .05) 35%, rgba(10, 20, 14, .72) 100%); }
.hero-inner { padding-block: calc(var(--header-h) + 60px) clamp(150px, 20vh, 210px); }
.hero h1 { max-width: 12ch; margin-bottom: .35em; text-shadow: 0 2px 30px rgba(0, 0, 0, .25); }
.hero h1 em { color: #f1c7a6; }
.hero .lead { color: rgba(255, 255, 255, .88); max-width: 52ch; }
.hero .eyebrow { color: #f1c7a6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-dots { position: absolute; right: var(--gutter); bottom: clamp(150px, 20vh, 210px); display: flex; flex-direction: column; gap: 10px; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #fff; background: transparent; padding: 0; cursor: pointer; transition: .3s; }
.hero-dots button.is-active { background: #fff; transform: scale(1.2); }

.page-hero { position: relative; min-height: clamp(380px, 62vh, 620px); display: flex; align-items: flex-end; color: #fff; isolation: isolate; overflow: hidden; }
.page-hero > picture, .page-hero > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 20, 14, .45), rgba(10, 20, 14, .1) 40%, rgba(10, 20, 14, .7)); }
.page-hero .wrap { padding-block: calc(var(--header-h) + 40px) clamp(40px, 6vw, 72px); }
.page-hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); margin-bottom: .2em; }
.page-hero .lead { color: rgba(255, 255, 255, .88); margin: 0; }
.page-hero h1 em, .page-hero .eyebrow { color: #f1c7a6; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 18px; font-size: .82rem; letter-spacing: .04em; color: rgba(255, 255, 255, .8); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .6; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }

/* Booking bar */
.booking { position: relative; z-index: 5; margin-top: -92px; }
.booking-form {
  display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 0; align-items: stretch;
  background: var(--surface); border-radius: 20px; box-shadow: var(--shadow); padding: 10px;
}
.booking-form .field { display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 12px 22px; border-right: 1px solid var(--line); min-width: 0; }
.booking-form .field:nth-last-child(2) { border-right: 0; }
.booking-form label { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.booking-form input, .booking-form select { border: 0; background: transparent; padding: 4px 0; font-size: 1.02rem; font-weight: 600; width: 100%; min-width: 0; outline: none; -webkit-appearance: none; appearance: none; color: var(--ink); }
.booking-form select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%235b6a60' stroke-width='1.6'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 2px center; padding-right: 20px; cursor: pointer; }
.booking-form input::-webkit-calendar-picker-indicator { opacity: .55; cursor: pointer; }
.booking-form .field:focus-within label { color: var(--accent); }
.booking-form .btn { border-radius: 14px; padding: 0 30px; min-height: 64px; }
.booking-note { text-align: center; font-size: .85rem; color: var(--muted); margin: 14px 0 0; }
@media (max-width: 920px) {
  .booking { margin-top: -60px; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-form .field { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 14px; }
  .booking-form .field:nth-child(odd) { border-right: 1px solid var(--line); }
  .booking-form .field:nth-last-child(2), .booking-form .field:nth-last-child(3) { border-bottom: 0; }
  .booking-form .btn { grid-column: 1 / -1; margin-top: 8px; min-height: 56px; }
}
.booking-card { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; }
.booking-card h2 { font-size: 1.7rem; margin-bottom: .2em; }
.booking-card .booking-form { grid-template-columns: 1fr 1fr; box-shadow: none; padding: 0; margin-top: 16px; border: 1px solid var(--line); }
.booking-card .booking-form .field { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 16px; }
.booking-card .booking-form .field:nth-child(odd) { border-right: 1px solid var(--line); }
.booking-card .booking-form .field:nth-last-child(2), .booking-card .booking-form .field:nth-last-child(3) { border-bottom: 0; }
.booking-card .booking-form .btn { grid-column: 1 / -1; margin: 10px; min-height: 54px; }
.booking-card .contact-mini { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .92rem; display: grid; gap: 8px; }
.booking-card .contact-mini a { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; }
.booking-card .contact-mini svg { width: 18px; color: var(--accent); }

/* Intro */
.intro { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.intro-media { position: relative; padding: 0 12% 14% 0; }
.intro-media .m1 img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.intro-media .m2 { position: absolute; right: 0; bottom: 0; width: 46%; border: 8px solid var(--bg); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.intro-media .m2 img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.intro-badge { position: absolute; left: -18px; top: 28px; background: var(--green); color: #fff; border-radius: 50%; width: 118px; height: 118px; display: grid; place-content: center; text-align: center; font-family: var(--serif); line-height: 1.15; font-size: .95rem; box-shadow: var(--shadow); }
.intro-badge strong { display: block; font-size: 1.9rem; font-weight: 400; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 32px 0; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.facts div { background: var(--bg); padding: 18px 20px; }
.facts dt { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.facts dd { margin: 4px 0 0; font-family: var(--serif); font-size: 1.3rem; }
@media (max-width: 860px) { .intro { grid-template-columns: 1fr; } .intro-badge { left: 8px; width: 100px; height: 100px; font-size: .82rem; } .intro-badge strong { font-size: 1.5rem; } }

/* Room cards */
.rooms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 1100px) { .rooms-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .rooms-grid { grid-template-columns: 1fr; } }
.room-card { position: relative; display: flex; flex-direction: column; background: var(--surface); border-radius: var(--radius); overflow: hidden; transition: transform .35s, box-shadow .35s; }
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.room-card .media { overflow: hidden; aspect-ratio: 4 / 5; }
.room-card .media picture, .act-card .media picture, .intro-media picture, .story picture, .act-media picture { display: block; width: 100%; height: 100%; }
.room-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.room-card:hover .media img { transform: scale(1.06); }
.room-card .body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.room-card h3 { margin-bottom: .35em; }
.room-card h3 a { text-decoration: none; }
.room-card h3 a::after { content: ""; position: absolute; inset: 0; }
.room-card p { font-size: .95rem; color: var(--muted); margin-bottom: 18px; }
.room-meta { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 18px; }
.room-meta li { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 600; padding: 6px 11px; border-radius: 999px; background: var(--bg); }
.room-meta svg { width: 15px; height: 15px; color: var(--accent); }
.room-card .link-arrow { margin-top: auto; color: var(--accent); }

/* Experience bento */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 300px; gap: 18px; }
.tile { position: relative; border-radius: var(--radius); overflow: hidden; color: #fff; display: flex; align-items: flex-end; isolation: isolate; }
.tile picture, .tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s ease; }
.tile:hover img { transform: scale(1.05); }
.tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(transparent 40%, rgba(10, 20, 14, .78)); }
.tile .tile-body { padding: 26px 28px; }
.tile h3 { margin-bottom: .25em; }
.tile p { margin: 0; color: rgba(255, 255, 255, .85); font-size: .95rem; max-width: 42ch; }
.tile:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.tile:nth-child(2) { grid-column: span 5; }
.tile:nth-child(3) { grid-column: span 5; }
.tile:nth-child(4) { grid-column: span 12; grid-row: span 1; }
@media (max-width: 860px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .tile:nth-child(n) { grid-column: auto; grid-row: auto; }
}

/* Activities */
.act-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 960px) { .act-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .act-grid { grid-template-columns: 1fr; } }
.act-card { position: relative; display: block; text-decoration: none; }
.act-card .media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 2; }
.act-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.act-card:hover img { transform: scale(1.06); }
.act-card h3 { margin: 18px 0 6px; }
.act-card p { font-size: .95rem; margin: 0; }
.section--dark .act-card:hover { color: #f1c7a6; }
.act-num { font-family: var(--serif); font-style: italic; color: var(--accent); font-size: .95rem; }
.section--dark .act-num { color: #e7b89c; }

.act-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; padding-block: clamp(48px, 6vw, 80px); border-top: 1px solid var(--line); }
.act-detail:first-of-type { border-top: 0; }
.act-detail:nth-of-type(even) .act-media { order: 2; }
.act-media { border-radius: var(--radius); overflow: hidden; }
.act-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.act-detail ul { padding-left: 1.1em; color: var(--muted); }
.act-detail li { margin-bottom: .35em; }
.tag { display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: var(--sand); padding: 6px 12px; border-radius: 999px; margin-bottom: 14px; }
@media (max-width: 860px) { .act-detail { grid-template-columns: 1fr; } .act-detail:nth-of-type(even) .act-media { order: 0; } }

/* Gallery */
.masonry { columns: 3 300px; column-gap: 16px; }
.masonry a { display: block; margin-bottom: 16px; border-radius: 14px; overflow: hidden; break-inside: avoid; position: relative; }
.masonry img { width: 100%; transition: transform 1s ease, filter .4s; }
.masonry a:hover img { transform: scale(1.04); }
.masonry a::after { content: ""; position: absolute; inset: 0; background: rgba(10, 20, 14, 0); transition: background .3s; }
.masonry a:hover::after { background: rgba(10, 20, 14, .12); }
.masonry a.is-hidden { display: none; }
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 260px 260px; gap: 14px; }
.gallery-strip a { border-radius: 14px; overflow: hidden; display: block; }
.gallery-strip a:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-strip img, .gallery-strip picture { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.gallery-strip a:hover img { transform: scale(1.05); }
@media (max-width: 760px) { .gallery-strip { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 160px 160px; } }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filters button { border: 1px solid var(--line); background: var(--surface); padding: 10px 18px; border-radius: 999px; cursor: pointer; font-size: .9rem; font-weight: 600; }
.filters button[aria-pressed="true"] { background: var(--green); color: #fff; border-color: var(--green); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(8, 14, 10, .94); display: none; align-items: center; justify-content: center; padding: 60px 70px; }
.lightbox.is-open { display: flex; }
.lightbox figure { margin: 0; max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; border-radius: 6px; }
.lightbox figcaption { color: #cfd6cd; font-size: .9rem; margin-top: 14px; text-align: center; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .1); color: #fff; border: 0; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.lightbox button:hover { background: rgba(255, 255, 255, .22); }
.lightbox button svg { width: 22px; }
.lb-close { top: 16px; right: 16px; }
.lb-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 14px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; top: 28px; left: 24px; color: #cfd6cd; font-size: .85rem; letter-spacing: .1em; }
@media (max-width: 700px) { .lightbox { padding: 70px 10px; } .lb-prev, .lb-next { top: auto; bottom: 14px; transform: none; } }

/* Video */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .video-grid { grid-template-columns: 1fr; } }
.video { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: #000; }
.video > button { position: absolute; inset: 0; width: 100%; border: 0; padding: 0; cursor: pointer; background: none; color: #fff; }
.video > button img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .3s, transform 1s; }
.video > button:hover img { opacity: 1; transform: scale(1.04); }
.video .play { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px 0 0 -36px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--accent); display: grid; place-items: center; transition: transform .3s; box-shadow: 0 10px 30px rgba(0, 0, 0, .3); }
.video .play svg { width: 26px; margin-left: 4px; }
.video > button:hover .play { transform: scale(1.1); }
.video .v-label { position: absolute; left: 18px; bottom: 14px; font-size: .88rem; font-weight: 600; text-shadow: 0 1px 8px rgba(0, 0, 0, .5); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* FAQ */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 96px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-family: var(--serif); font-size: 1.2rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--sans); font-weight: 300; font-size: 1.6rem; line-height: 1; color: var(--accent); transition: transform .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .answer { padding: 0 0 22px; color: var(--muted); max-width: 64ch; }
.faq-list .answer p:last-child { margin: 0; }
@media (max-width: 860px) { .faq { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band { position: relative; border-radius: calc(var(--radius) + 6px); overflow: hidden; color: #fff; isolation: isolate; padding: clamp(48px, 8vw, 110px) clamp(24px, 6vw, 80px); display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; }
.cta-band > picture, .cta-band > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10, 20, 14, .8), rgba(10, 20, 14, .35)); }
.cta-band h2 { margin-bottom: .3em; }
.cta-band p { color: rgba(255, 255, 255, .85); }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; } .cta-band .actions { justify-content: flex-start; } }

/* Room detail */
.room-layout { display: grid; grid-template-columns: 1fr 380px; gap: clamp(32px, 5vw, 72px); align-items: start; }
.room-layout aside { position: sticky; top: calc(var(--header-h) + 20px); }
@media (max-width: 1000px) { .room-layout { grid-template-columns: 1fr; } .room-layout aside { position: static; } }
.spec { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; margin: 28px 0 36px; }
.spec div { background: var(--bg); padding: 18px 20px; }
.spec dt { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.spec dd { margin: 4px 0 0; font-family: var(--serif); font-size: 1.25rem; line-height: 1.3; }
@media (max-width: 600px) { .spec { grid-template-columns: 1fr; } }
.amenities { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 20px 0 40px; }
.amenities li { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--surface); border-radius: 12px; font-weight: 500; font-size: .95rem; }
.amenities svg { width: 22px; height: 22px; color: var(--accent); flex: none; }
.room-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0 40px; }
.room-gallery a { border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; display: block; }
.room-gallery a:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.room-gallery img, .room-gallery picture { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.room-gallery a:hover img { transform: scale(1.05); }
@media (max-width: 600px) { .room-gallery { grid-template-columns: 1fr 1fr; } }
.prose h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-top: 1.2em; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #3a4840; }

.compare { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: var(--radius); overflow: hidden; font-size: .95rem; }
.compare th, .compare td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--green); color: #fff; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.compare tbody th { font-family: var(--serif); font-weight: 400; font-size: 1.1rem; }
.compare tbody tr:last-child > * { border-bottom: 0; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); }

/* About */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.story img { border-radius: var(--radius); width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.quote { font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.2rem); font-weight: 300; line-height: 1.35; font-style: italic; margin: 0; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value { background: var(--surface); padding: 32px; border-radius: var(--radius); }
.value svg { width: 34px; height: 34px; color: var(--accent); margin-bottom: 18px; }
@media (max-width: 860px) { .story, .values { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(32px, 5vw, 72px); align-items: stretch; }
.contact-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--surface); border-radius: 14px; }
.contact-list svg { width: 24px; height: 24px; color: var(--accent); flex: none; margin-top: 2px; }
.contact-list strong { display: block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.contact-list a { text-decoration: none; font-weight: 600; }
.map { border-radius: var(--radius); overflow: hidden; min-height: 460px; background: var(--sand); position: relative; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } .map { min-height: 360px; } }
.booking-frame { width: 100%; min-height: 900px; border: 0; background: var(--surface); border-radius: var(--radius); }

/* Footer */
.site-footer { background: var(--green-deep); color: #c9d3c8; padding: clamp(64px, 8vw, 110px) 0 28px; font-size: .95rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.site-footer h2 { font-size: .74rem; font-family: var(--sans); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #f1c7a6; }
.footer-brand img { height: 64px; width: auto; margin-bottom: 20px; }
.footer-brand p { max-width: 34ch; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 26px; font-size: .84rem; color: #8fa08f; }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }

/* Mobile action bar */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .mobile-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; display: grid; grid-template-columns: 1fr 1.4fr; gap: 8px; padding: 8px; background: rgba(25, 41, 31, .92); border-radius: 18px; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: var(--shadow); transform: translateY(140%); transition: transform .4s; }
  .mobile-bar.is-visible { transform: none; }
  .mobile-bar .btn { padding: 14px 10px; font-size: .78rem; }
  .mobile-bar .btn--light { border-color: rgba(255, 255, 255, .3); }
  .site-footer { padding-bottom: 100px; }
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s ease; }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* WhatsApp formu */
.wa-form { background: var(--surface); border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow); height: 100%; }
.wa-form h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: .2em; }
.wa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
.wa-full { grid-column: 1 / -1; }
.wa-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.wa-field label { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.wa-field input, .wa-field select, .wa-field textarea { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); font-size: 1rem; }
.wa-field textarea { resize: vertical; }
.wa-field input:focus, .wa-field select:focus, .wa-field textarea:focus { outline: none; border-color: #25d366; box-shadow: 0 0 0 3px rgba(37, 211, 102, .18); }
.btn--wa { background: #25d366; color: #0b3d1f; width: 100%; min-height: 56px; }
.btn--wa:hover { background: #1ebe5a; color: #0b3d1f; }
@media (max-width: 520px) { .wa-grid { grid-template-columns: 1fr; } }

/* Dil seçici */
.lang-switch { display: inline-flex; align-items: center; padding: 3px; border-radius: 999px; border: 1px solid color-mix(in srgb, currentColor 30%, transparent); }
.lang-switch a { padding: 6px 10px; border-radius: 999px; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; line-height: 1; opacity: .75; }
.lang-switch a:hover { opacity: 1; color: inherit; }
.lang-switch a[aria-current="true"] { background: currentColor; opacity: 1; }
.lang-switch a[aria-current="true"] { color: var(--ink); background: #fff; }
.is-solid .lang-switch a[aria-current="true"], .site-header--solid .lang-switch a[aria-current="true"] { color: #fff; background: var(--green); }
.lang-switch--mobile { justify-self: start; }
.lang-switch--mobile a { font-size: .9rem; padding: 8px 14px; }
@media (max-width: 920px) { .header-cta > .lang-switch { display: none; } }
@media (max-width: 920px) {
  .nav .mobile-extra .btn { padding: 15px 22px; border-radius: 999px; font-family: var(--sans); font-size: .85rem; }
  .nav .mobile-extra .btn--primary { background: var(--accent); color: #fff; }
  .nav .mobile-extra .btn--light { border: 1px solid rgba(255, 255, 255, .45); }
  .nav a[aria-current="page"], .site-header .nav a[aria-current="page"] { background: none !important; color: #e7b89c !important; }
}
@media (max-width: 920px) {
  .nav .lang-switch a[aria-current="true"] { background: #fff !important; color: var(--ink) !important; }
}
@media (max-width: 920px) {
  /* Kısa ekranlarda içerik taşarsa üstten kesilmesin, kaydırılabilsin */
  .nav { justify-content: flex-start; overscroll-behavior: contain; }
  .nav > ul { margin-top: auto; }
  .nav .mobile-extra { margin-bottom: auto; }
}

/* Video modal */
.video-modal { position: fixed; inset: 0; z-index: 320; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(8, 14, 10, .96); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.video-modal.is-open { opacity: 1; visibility: visible; }
.vm-inner { width: min(1280px, 100%, (100vh - 120px) * 16 / 9); transform: scale(.97); transition: transform .3s; }
.video-modal.is-open .vm-inner { transform: none; }
.vm-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; color: #eef0e8; }
.vm-title { font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.4rem); }
.vm-close { flex: none; width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; display: grid; place-items: center; }
.vm-close:hover { background: rgba(255, 255, 255, .24); }
.vm-close svg { width: 22px; }
.vm-frame { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.vm-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 700px) { .video-modal { padding: 12px; } .vm-frame { border-radius: 8px; } }
