/* Solmaz Deluxe Otel — site stilleri */
:root {
  --paper: #fbf8f3;
  --sand: #f3ece1;
  --sand-2: #e9dfcf;
  --line: #e2d8c8;
  --ink: #1c2530;
  --ink-2: #4a525c;
  --muted: #7a746b;
  --navy: #12284a;
  --navy-2: #1d3a66;
  --sea: #2f6a9a;
  --sun: #d9822b;
  --sun-2: #c06d1b;
  --white: #fff;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(18, 40, 74, .06), 0 12px 32px -12px rgba(18, 40, 74, .18);
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.7 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--sun); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -.01em; margin: 0 0 .5em; color: var(--navy); }
h1 { font-size: clamp(2.6rem, 6.2vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.4rem); }
h3 { font-size: clamp(1.5rem, 2.2vw, 1.9rem); }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.25rem); color: var(--ink-2); line-height: 1.75; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font: 600 .75rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--sun-2);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
em.accent { font-style: italic; color: var(--sun-2); }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.section { padding-block: clamp(72px, 10vw, 140px); }
.section--sand { background: var(--sand); }
.section--navy { background: var(--navy); color: #d9e1ec; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow::after { content: ""; width: 32px; height: 1px; background: currentColor; }
.section-head--split { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.section-head--split > div { max-width: 640px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px; border: 1px solid transparent;
  font: 600 .9rem/1 var(--sans); letter-spacing: .04em; text-decoration: none;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn--sun { background: var(--sun); color: #fff; }
.btn--sun:hover { background: var(--sun-2); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); }
.btn--ghost { border-color: rgba(255, 255, 255, .55); color: #fff; backdrop-filter: blur(6px); background: rgba(255, 255, 255, .06); }
.btn--ghost:hover { background: #fff; color: var(--navy); }
.btn--line { border-color: var(--navy); color: var(--navy); }
.btn--line:hover { background: var(--navy); color: #fff; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: var(--navy); text-decoration: none; letter-spacing: .02em; }
.link-arrow svg { width: 18px; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  color: #fff;
  transition: background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
}
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 84px; }
.site-header.is-solid { background: rgba(251, 248, 243, .94); backdrop-filter: saturate(1.4) blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.site-header.is-solid .bar { height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand svg { width: 46px; height: 46px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font: 600 1.5rem/1 var(--serif); letter-spacing: .02em; }
.brand-sub { font: 600 .62rem/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; opacity: .8; margin-top: 6px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 10px 14px; font-size: .9rem; font-weight: 500; text-decoration: none; border-radius: 999px; opacity: .92; transition: opacity .2s, background .2s; }
.nav a:hover { opacity: 1; background: rgba(255, 255, 255, .12); }
.is-solid .nav a:hover { background: var(--sand); }
.nav a[aria-current="page"] { opacity: 1; box-shadow: inset 0 -2px 0 var(--sun); border-radius: 0; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .9rem; text-decoration: none; }
.header-phone svg { width: 18px; height: 18px; }
.header-cta .btn { padding: 12px 20px; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; margin-right: -10px; }
.menu-toggle span { display: block; width: 22px; height: 1.5px; background: currentColor; margin: 6px auto; transition: transform .3s var(--ease), opacity .3s; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1080px) {
  .header-phone span { display: none; }
}
@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .header-cta .btn, .header-phone { display: none; }
  .nav {
    position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; gap: 6px;
    background: var(--navy); color: #fff; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
  }
  .nav a { font: 500 2rem/1.2 var(--serif); padding: 10px 20px; }
  .nav a[aria-current="page"] { color: var(--sun); box-shadow: none; }
  .menu-open .nav { opacity: 1; visibility: visible; }
  .menu-open .site-header { color: #fff; background: transparent; box-shadow: none; backdrop-filter: none; }
  .nav .nav-extra { display: flex; }
}
.nav-extra { display: none; flex-direction: column; align-items: center; gap: 14px; margin-top: 28px; }
.nav-extra a { font: 600 .95rem/1 var(--sans) !important; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; }
.hero-slides, .hero-slides picture, .hero-slides img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slides { z-index: -2; }
.hero-slides img { object-fit: cover; }
.hero-slides picture { opacity: 0; transition: opacity 1.6s ease; }
.hero-slides picture.is-active { opacity: 1; }
.hero-slides picture.is-active img { animation: kenburns 9s ease-out both; }
@keyframes kenburns { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 22, 40, .55) 0%, rgba(10, 22, 40, .1) 35%, rgba(10, 22, 40, .25) 60%, rgba(10, 22, 40, .78) 100%); }
.hero-content { padding-block: 140px clamp(56px, 9vh, 110px); }
.hero .eyebrow { color: #f5c894; }
.hero h1 { color: #fff; max-width: 14ch; margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: #f5c894; }
.hero p { max-width: 560px; font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: rgba(255, 255, 255, .88); margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-dots { position: absolute; right: var(--gutter); bottom: clamp(56px, 9vh, 110px); display: flex; gap: 8px; }
.hero-dots button { width: 34px; height: 3px; padding: 0; border: 0; background: rgba(255, 255, 255, .35); border-radius: 3px; transition: background .3s, width .3s; }
.hero-dots button.is-active { background: #fff; width: 54px; }
@media (max-width: 700px) { .hero-dots { display: none; } }

.page-hero { position: relative; min-height: clamp(380px, 58vh, 560px); display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; }
.page-hero picture, .page-hero 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, 22, 40, .55), rgba(10, 22, 40, .2) 40%, rgba(10, 22, 40, .72)); }
.page-hero .wrap { padding-block: 130px 56px; }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem, 5.4vw, 4.4rem); margin-bottom: 12px; }
.page-hero p { max-width: 620px; color: rgba(255, 255, 255, .86); margin: 0; font-size: 1.1rem; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; color: rgba(255, 255, 255, .75); list-style: none; padding: 0; }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .6; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #fff; }

/* Quick facts strip */
.facts { background: var(--navy); color: #fff; }
.facts ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.facts li { display: flex; align-items: center; gap: 14px; padding: 26px 22px; border-left: 1px solid rgba(255, 255, 255, .1); font-size: .92rem; line-height: 1.35; }
.facts li:first-child { border-left: 0; padding-left: 0; }
.facts svg { width: 28px; height: 28px; color: #f5c894; flex: none; }
.facts strong { display: block; font: 500 1.2rem/1.2 var(--serif); letter-spacing: .01em; }
.facts span { color: rgba(255, 255, 255, .7); }
@media (max-width: 900px) {
  .facts ul { grid-template-columns: repeat(2, 1fr); }
  .facts li { border-left: 0; padding: 18px 0; }
  .facts li:nth-child(odd) { padding-right: 12px; }
}

/* Split intro */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.split--rev > :first-child { order: 2; }
.stack { position: relative; padding: 0 12% 14% 0; }
.stack picture:first-child img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--shadow); }
.stack picture:nth-child(2) { position: absolute; right: 0; bottom: 0; width: 52%; }
.stack picture:nth-child(2) img { border-radius: var(--radius); aspect-ratio: 1; object-fit: cover; border: 8px solid var(--paper); box-shadow: var(--shadow); }
.stack-badge { position: absolute; left: -18px; top: 28px; background: var(--sun); color: #fff; padding: 16px 20px; border-radius: 14px; font: 500 1.05rem/1.2 var(--serif); box-shadow: var(--shadow); max-width: 170px; }
.stack-badge strong { display: block; font-size: 2rem; line-height: 1; }
.signature { font: italic 500 1.5rem/1.3 var(--serif); color: var(--navy); margin-top: 28px; padding-left: 20px; border-left: 2px solid var(--sun); }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split--rev > :first-child { order: 0; }
  .stack-badge { left: 12px; }
}

/* Amenities */
.amenities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.amenity { background: var(--paper); padding: 30px 26px; transition: background .3s; }
.amenity:hover { background: #fff; }
.amenity svg { width: 34px; height: 34px; color: var(--sun-2); margin-bottom: 18px; }
.amenity h3 { font-size: 1.35rem; margin-bottom: 6px; }
.amenity p { margin: 0; font-size: .93rem; color: var(--ink-2); line-height: 1.6; }
@media (max-width: 1000px) { .amenities { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .amenity { padding: 22px 18px; } .amenity h3 { font-size: 1.15rem; } .amenity p { font-size: .86rem; } }

/* Room cards */
.rooms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.room-card { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; text-decoration: none; box-shadow: var(--shadow); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.room-card:hover { transform: translateY(-6px); box-shadow: 0 2px 4px rgba(18, 40, 74, .06), 0 24px 48px -16px rgba(18, 40, 74, .3); }
.room-card .ph { overflow: hidden; aspect-ratio: 4 / 3.4; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.room-card:hover img { transform: scale(1.06); }
.room-card .body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.room-card h3 { font-size: 1.6rem; margin-bottom: 8px; }
.room-card p { font-size: .92rem; color: var(--ink-2); line-height: 1.6; margin-bottom: 18px; }
.room-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
.room-meta span { display: inline-flex; align-items: center; gap: 6px; }
.room-meta svg { width: 16px; height: 16px; color: var(--sun-2); }
@media (max-width: 1100px) { .rooms-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .rooms-grid { grid-template-columns: 1fr; } }

/* Quote band */
.band { position: relative; isolation: isolate; color: #fff; text-align: center; padding-block: clamp(110px, 16vw, 200px); overflow: hidden; }
.band picture, .band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(12, 26, 48, .55); }
.band blockquote { margin: 0 auto; max-width: 900px; font: italic 500 clamp(2rem, 4.6vw, 3.8rem)/1.15 var(--serif); }
.band cite { display: block; margin-top: 24px; font: 600 .78rem/1 var(--sans); letter-spacing: .25em; text-transform: uppercase; font-style: normal; color: #f5c894; }

/* Mosaic gallery */
.mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.mosaic a { position: relative; overflow: hidden; border-radius: var(--radius-sm); display: block; }
.mosaic a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.mosaic a:nth-child(4) { grid-row: span 2; }
.mosaic a:nth-child(6) { grid-column: span 2; }
.mosaic img, .mosaic picture { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.mosaic a:hover img { transform: scale(1.05); }
.mosaic a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 60%, rgba(10, 22, 40, .4)); opacity: 0; transition: opacity .4s; }
.mosaic a:hover::after { opacity: 1; }
@media (max-width: 900px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .mosaic a:nth-child(4) { grid-row: span 1; }
}

/* Gallery page */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filters button { border: 1px solid var(--line); background: #fff; padding: 10px 18px; border-radius: 999px; font-size: .88rem; font-weight: 600; transition: all .25s; }
.filters button:hover { border-color: var(--navy); }
.filters button[aria-pressed="true"] { background: var(--navy); color: #fff; border-color: var(--navy); }
.gallery { columns: 3 320px; column-gap: 16px; }
.gallery figure { margin: 0 0 16px; break-inside: avoid; }
.gallery figure[hidden] { display: none; }
.gallery a { display: block; overflow: hidden; border-radius: var(--radius-sm); position: relative; }
.gallery img { width: 100%; transition: transform .9s var(--ease); }
.gallery a:hover img { transform: scale(1.04); }
.gallery figcaption { font-size: .82rem; color: var(--muted); padding: 8px 2px 0; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8, 16, 30, .96); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(92vw, 1600px); max-height: 82vh; width: auto; border-radius: 6px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.lightbox p { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: rgba(255, 255, 255, .8); font-size: .9rem; margin: 0; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .15); color: #fff; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.lightbox button:hover { background: rgba(255, 255, 255, .2); }
.lightbox button svg { width: 22px; height: 22px; }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }
@media (max-width: 700px) { .lb-prev, .lb-next { top: auto; bottom: 60px; transform: none; } }

/* Location */
.location { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 5vw, 72px); align-items: stretch; }
.map { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 440px; background: var(--sand-2); box-shadow: var(--shadow); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.distances { list-style: none; margin: 28px 0 32px; padding: 0; border-top: 1px solid var(--line); }
.distances li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .98rem; }
.distances b { font: 600 1.15rem/1.4 var(--serif); color: var(--navy); white-space: nowrap; }
.note { font-size: .8rem; color: var(--muted); }
@media (max-width: 900px) { .location { grid-template-columns: 1fr; } .map { min-height: 340px; } }

/* Guide cards */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { background: #fff; border-radius: var(--radius); padding: 30px 28px; text-decoration: none; border: 1px solid var(--line); transition: border-color .3s, transform .3s var(--ease); display: flex; flex-direction: column; }
.guide-card:hover { border-color: var(--sun); transform: translateY(-3px); }
.guide-card .num { font: italic 500 1rem/1 var(--serif); color: var(--sun-2); margin-bottom: 20px; }
.guide-card h3 { font-size: 1.45rem; margin-bottom: 10px; }
.guide-card p { font-size: .92rem; color: var(--ink-2); margin-bottom: 20px; }
.guide-card .link-arrow { margin-top: auto; }
@media (max-width: 900px) { .guide-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .guide-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 860px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font: 500 1.35rem/1.3 var(--serif); color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 300 1.8rem/1 var(--sans); color: var(--sun-2); transition: transform .3s var(--ease); flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 0 24px; color: var(--ink-2); max-width: 720px; }
.faq .answer p:last-child { margin: 0; }

/* CTA */
.cta { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.cta h2 { margin-bottom: 14px; }
.cta p { color: rgba(217, 225, 236, .85); margin: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cta-actions .btn { justify-content: space-between; padding: 18px 24px; }
.cta-actions .btn--line { border-color: rgba(255, 255, 255, .3); color: #fff; }
.cta-actions .btn--line:hover { background: #fff; color: var(--navy); }
@media (max-width: 800px) { .cta { grid-template-columns: 1fr; } }

/* Room detail */
.room-layout { display: grid; grid-template-columns: 1fr 360px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.room-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.room-gallery a { border-radius: var(--radius-sm); overflow: hidden; display: block; aspect-ratio: 4 / 3; }
.room-gallery a:first-child { grid-column: span 2; aspect-ratio: 16 / 9; }
.room-gallery img, .room-gallery picture { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.room-gallery a:hover img { transform: scale(1.04); }
.room-aside { position: sticky; top: 100px; background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.room-aside h2 { font-size: 1.8rem; }
.spec { list-style: none; padding: 0; margin: 0 0 24px; }
.spec li { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.spec li span:first-child { color: var(--muted); }
.spec li span:last-child { font-weight: 600; text-align: right; }
.room-aside .btn { width: 100%; margin-top: 10px; }
.features { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 24px 0 0; }
.features li { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: .93rem; font-weight: 500; }
.features svg { width: 22px; height: 22px; color: var(--sun-2); flex: none; }
.subhead { font: 600 .78rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin: 40px 0 16px; }
@media (max-width: 980px) { .room-layout { grid-template-columns: 1fr; } .room-aside { position: static; } }

/* Prose (guide) */
.prose-layout { display: grid; grid-template-columns: 240px 1fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.toc { position: sticky; top: 100px; font-size: .9rem; }
.toc p { font: 600 .75rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.toc ol { list-style: none; padding: 0; margin: 0; border-left: 1px solid var(--line); }
.toc a { display: block; padding: 8px 0 8px 18px; text-decoration: none; color: var(--ink-2); margin-left: -1px; border-left: 1px solid transparent; }
.toc a:hover { color: var(--navy); border-left-color: var(--sun); }
.prose { max-width: 720px; }
.prose section { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.prose section:last-child { border: 0; }
.prose h2 { font-size: clamp(1.9rem, 3vw, 2.5rem); }
.prose h3 { font-size: 1.35rem; margin-top: 1.6em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .4em; }
.prose li::marker { color: var(--sun-2); }
.prose figure { margin: 28px 0; }
.prose figure img { border-radius: var(--radius-sm); }
.prose figcaption { font-size: .82rem; color: var(--muted); margin-top: 8px; }
.callout { background: var(--sand); border-radius: var(--radius-sm); padding: 22px 24px; margin: 24px 0; font-size: .95rem; }
.callout strong { color: var(--navy); }
@media (max-width: 900px) { .prose-layout { grid-template-columns: 1fr; } .toc { position: static; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 56px; }
.contact-card { background: #fff; border-radius: var(--radius); padding: 30px; border: 1px solid var(--line); }
.contact-card svg { width: 30px; height: 30px; color: var(--sun-2); margin-bottom: 16px; }
.contact-card h2 { font-size: 1.5rem; margin-bottom: 10px; }
.contact-card p { margin: 0 0 6px; color: var(--ink-2); }
.contact-card a { font-weight: 600; text-decoration: none; color: var(--navy); }
.contact-card a:hover { color: var(--sun-2); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: #0c1b33; color: rgba(255, 255, 255, .72); padding-top: 80px; font-size: .93rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; }
.site-footer .brand { color: #fff; margin-bottom: 20px; }
.site-footer h2 { font: 600 .75rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: #f5c894; margin-bottom: 20px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer address { font-style: normal; line-height: 1.8; }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); display: grid; place-items: center; transition: background .2s, border-color .2s; }
.social a:hover { background: var(--sun); border-color: var(--sun); }
.social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: .82rem; color: rgba(255, 255, 255, .5); }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .site-footer { padding-bottom: 72px; } }

/* Mobile action bar */
.mobile-bar { display: none; }
@media (max-width: 560px) {
  .mobile-bar { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; inset: auto 0 0; z-index: 40; background: rgba(251, 248, 243, .97); backdrop-filter: blur(12px); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px 4px; font-size: .72rem; font-weight: 600; text-decoration: none; color: var(--navy); }
  .mobile-bar a:last-child { background: var(--sun); color: #fff; }
  .mobile-bar svg { width: 20px; height: 20px; }
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--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; }
}

/* İnce ayarlar */
h1, h2, h3, .facts strong, .distances b, .stack-badge, .brand-name { font-variant-numeric: lining-nums; }
.room-gallery a:last-child:nth-child(even) { grid-column: span 2; aspect-ratio: 16 / 9; }
@media (max-width: 560px) {
  .eyebrow { letter-spacing: .16em; font-size: .7rem; }
  .hero .eyebrow::before { display: none; }
  .features { grid-template-columns: 1fr 1fr; gap: 8px; }
  .features li { padding: 12px; font-size: .85rem; gap: 8px; }
  .hero-actions .btn { flex: 1 1 100%; }
}

/* 360° sanal tur */
.tour { position: relative; height: 100svh; padding-top: 72px; background: #0c1b33; display: flex; flex-direction: column; }
.tour-view { flex: 1; min-height: 0; }
.tour-title { position: absolute; top: 92px; left: var(--gutter); z-index: 5; display: flex; flex-direction: column; gap: 6px; padding: 14px 18px; border-radius: 14px; background: rgba(12, 27, 51, .72); backdrop-filter: blur(10px); color: #fff; pointer-events: none; }
.tour-title strong { font: 500 1.5rem/1.1 var(--serif); }
.tour-rail { display: flex; gap: 28px; overflow-x: auto; padding: 14px var(--gutter) calc(14px + env(safe-area-inset-bottom)); background: #0c1b33; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.25) transparent; }
.tour-group { flex: none; }
.tour-group p { margin: 0 0 8px; font: 600 .68rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: #f5c894; }
.tour-group > div { display: flex; gap: 10px; }
.tour-thumb { flex: none; width: 150px; padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: #13294b; text-align: left; color: #fff; transition: border-color .2s, transform .2s; }
.tour-thumb:hover { transform: translateY(-2px); }
.tour-thumb[aria-current] { border-color: var(--sun); }
.tour-thumb img { width: 100%; height: 84px; object-fit: cover; }
.tour-thumb span { display: block; padding: 6px 9px 8px; font-size: .75rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pnlm-container { background: #0c1b33 !important; font-family: var(--sans) !important; }
.pnlm-hotspot.pnlm-scene { width: 38px; height: 38px; border-radius: 50%; background: rgba(217, 130, 43, .92) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E") center / 20px no-repeat; box-shadow: 0 0 0 6px rgba(217, 130, 43, .3); }
.pnlm-hotspot-base .pnlm-tooltip span { background: var(--navy); font-family: var(--sans); border-radius: 6px; }
@media (max-width: 1240px) and (min-width: 961px) { .nav a { padding: 10px 9px; font-size: .85rem; } .header-phone span { display: none; } }
@media (max-width: 560px) { .tour { height: calc(100svh - 58px); } .tour-title { top: 84px; padding: 10px 14px; } .tour-title strong { font-size: 1.2rem; } .tour-thumb { width: 120px; } .tour-thumb img { height: 68px; } }
.pnlm-panorama-info { display: none !important; }
.tour-title { left: calc(var(--gutter) + 44px); }
