/* Sea Garden — HTML/CSS/Vanilla JS. Build veya CSS kütüphanesi gerektirmez. */
:root {
  color-scheme: light;
  --sand: #f6f3ed;
  --cream: #eee7dc;
  --stone: #d5c8b6;
  --blue: #123b47;
  --deep: #0b2832;
  --ink: #223c44;
  --muted: #626d70;
  --gold: #ad895d;
  --line: #d8d2c8;
  --white: #fffefa;
  --success: #185737;
  --error: #923629;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --container: 1320px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--sand); color: var(--ink); font: 400 1rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
body.has-modal { overflow: hidden; }
::selection { background: var(--stone); color: var(--deep); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: wait; opacity: .65; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
img { display: block; max-width: 100%; }
figure, blockquote { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.035em; }
h2 { font-size: clamp(2.8rem, 4.4vw, 4.5rem); line-height: 1.05; margin-bottom: 1.7rem; }
h2 em { color: #7c8175; font-weight: 400; }
h3 { font-size: 2rem; line-height: 1.2; }
p { margin-bottom: 1.3rem; }
[hidden] { display: none !important; }
.container { width: min(88%, var(--container)); margin-inline: auto; }
.section { padding-block: clamp(70px, 8vw, 125px); }
.eyebrow { font-family: var(--sans); font-size: .75rem; line-height: 1.8; letter-spacing: .18em; font-weight: 500; margin-bottom: 1.7rem; }
.muted { color: var(--muted); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.rotate { transform: rotate(180deg); }
.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-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 20px; background: var(--white); color: var(--deep); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.button { position: relative; overflow: hidden; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; min-height: 54px; padding: 16px 23px; font-size: .875rem; font-weight: 500; line-height: 1.4; transition: background .3s, color .3s, transform .3s var(--ease), box-shadow .3s; }
.button::before { content: ''; pointer-events: none; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, transparent 30%, #ffffff30 50%, transparent 70%); transform: translateX(-140%); transition: transform .8s var(--ease); }
.button:hover::before, .button:focus-visible::before { transform: translateX(140%); }
.button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px #0b283212; }
.button .icon, .text-link .icon { transition: transform .35s var(--ease); }
.button:hover .icon, .text-link:hover .icon { transform: translate(2px, -2px); }
.button-dark { background: var(--blue); color: var(--white); }
.button-dark:hover { background: #1b505e; }
.text-link { position: relative; overflow: hidden; isolation: isolate; display: inline-flex; align-items: center; gap: 24px; padding: 9px 0; border: 0; border-bottom: 1px solid #9ca8a7; background: transparent; color: var(--blue); font-size: .875rem; font-weight: 500; line-height: 1.5; }
.text-link::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(105deg, transparent 25%, #c6aa7f35 50%, transparent 75%); transform: translateX(-140%); transition: transform .8s var(--ease); }
.text-link:hover::before, .text-link:focus-visible::before { transform: translateX(140%); }
.light-link { color: var(--white); border-color: #ffffff80; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; color: inherit; transition: background .2s; }
.icon-button:hover { background: #cbbda525; }
.inline-button { padding: 0; border: 0; background: transparent; color: inherit; text-decoration: underline; font-size: inherit; }

/* Şeffaf → kompakt, buzlu cam menü. Kaydırma takibi requestAnimationFrame kullanır. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; color: var(--white); background: transparent; border-bottom: 1px solid #ffffff23; transition: background .4s, color .4s, box-shadow .4s, border-color .4s; }
.header-inner { width: min(92%, 1500px); margin: auto; min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 22px; transition: min-height .4s var(--ease); }
.site-header.scrolled { color: var(--blue); background: rgba(246, 243, 237, .9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 4px 30px #0b283208; border-color: #ded6ca80; }
.site-header.scrolled .header-inner { min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 43px; height: 48px; }
.brand-text { font: 400 1.5rem/1.1 var(--serif); letter-spacing: .08em; }
.brand-text small { display: block; font: 400 .625rem/1.8 var(--sans); letter-spacing: .23em; margin-top: 5px; text-align: center; }
.desktop-nav { display: flex; gap: clamp(15px, 1.65vw, 28px); align-items: center; }
.desktop-nav a { font-size: .875rem; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { transform: scaleX(1); }
.button-header { border-color: #ffffff70; color: inherit; background: #ffffff06; font-size: .8125rem; }
.scrolled .button-header { border-color: var(--blue); background: var(--blue); color: white; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; color: inherit; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin-block: 7px; background: currentColor; }

/* Hero: tek seferlik, yavaş transform animasyonu. */
.hero { position: relative; min-height: 790px; min-height: min(900px, 100svh); overflow: hidden; color: white; background: var(--blue); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; animation: ken-burns 24s ease-out both; }
@keyframes ken-burns { from { transform: scale(1); } to { transform: scale(1.075); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #072734b0 0%, #07273440 70%), linear-gradient(180deg, #071e3270 0%, transparent 45%, #071e3260 100%); }
.hero-content { position: relative; padding-top: clamp(180px, 23vh, 260px); padding-bottom: 170px; }
.hero h1 { font-size: clamp(4.4rem, 7.2vw, 7.5rem); line-height: .98; margin-bottom: 1.8rem; }
.hero h1 em { font-weight: 400; color: #f3e5d1; }
.hero .eyebrow { font-size: .75rem; }
.short-rule { display: inline-block; width: 30px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 12px; }
.hero-description { line-height: 1.85; margin-bottom: 1.6rem; color: #f7f5ef; }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 65px; display: flex; justify-content: space-between; font-size: .6875rem; letter-spacing: .2em; }
.hero-bottom a { display: inline-flex; gap: 20px; align-items: center; }
.hero-bottom a span { font-size: 24px; }
.booking-wrap { position: relative; z-index: 3; margin-top: -36px; }
.quick-booking { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr 1.15fr; align-items: center; gap: 22px; padding: 30px; background: var(--sand); box-shadow: 0 12px 45px #0b283212; }
.booking-intro span { font: 400 1.65rem/1.2 var(--serif); display: block; margin-bottom: 5px; }
.booking-intro small { font-size: .75rem; color: var(--muted); }
.quick-booking > label, .guest-fields { min-width: 0; border-left: 1px solid var(--line); padding-left: 20px; }
.quick-booking label { color: var(--muted); font-size: .875rem; }
.quick-booking input, .quick-booking select { display: block; width: 100%; min-width: 0; min-height: 32px; background: transparent; color: var(--ink); border: 0; margin-top: 8px; font-size: 1rem; padding: 0; }
.guest-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-booking .button { padding-inline: 15px; gap: 16px; }
.booking-note { text-align: right; color: var(--muted); font-size: .75rem; margin: 14px 0 0; }

/* Editoryal bölümler ve odalar. */
.intro-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; }
.intro-grid h2 { font-size: clamp(2.8rem, 4.2vw, 4.3rem); }
.intro-grid p { color: var(--muted); }
.values { margin-top: 55px; padding-top: 27px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; }
.values i { font: italic 1.4rem var(--serif); color: var(--gold); margin-right: 24px; }
.rooms { background: #ede8df; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: 5px; }
.content-note, .room-policy { font-size: .75rem; line-height: 1.8; color: var(--muted); }
.content-note a { text-decoration: underline; }
.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.room-card { background: var(--sand); min-width: 0; }
.room-card figure { aspect-ratio: 4/3; }
.room-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.room-card:hover figure img { transform: scale(1.035); }
.image-tag { position: absolute; left: 18px; top: 18px; padding: 7px 12px; background: var(--sand); font-size: .625rem; letter-spacing: .1em; color: var(--blue); }
.room-content { padding: 27px 24px; }
.room-title { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.room-title h3 { margin: 0; font-size: clamp(1.8rem, 2.2vw, 2.2rem); }
.room-title > span { font: italic 1rem var(--serif); color: var(--gold); }
.room-content > p { font-size: .875rem; color: var(--muted); margin-block: 12px 20px; }
.amenities { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; margin: 0; padding: 0 0 23px; color: var(--muted); }
.amenities li { display: inline-flex; align-items: center; gap: 5px; font-size: .75rem; }
.amenities .icon { width: 17px; height: 17px; }
.room-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.room-bottom p { margin: 0; line-height: 1.5; }
.room-bottom strong { font-family: var(--serif); font-size: 1.85rem; font-weight: 500; display: block; }
.room-bottom p > span { font-size: .6875rem; color: var(--muted); }
.room-bottom .text-link { gap: 15px; }
.room-policy { margin-top: 25px; margin-bottom: 0; }
.search-results { margin-bottom: 22px; padding: 20px; border: 1px solid #adbab7; background: #f8f7f2; }
.search-results p { margin-bottom: 7px; }
.search-results .text-link { font-size: .8125rem; }

/* Görsel perdeleri yalnız JS/IntersectionObserver kullanılabiliyorsa etkinleşir. */
.curtain { position: relative; overflow: hidden; background: var(--stone); }
.curtain::after { content: ''; position: absolute; inset: 0; z-index: 2; background: var(--cream); transform: translateY(-101%); pointer-events: none; }
.curtain.curtain-pending::after { transform: translateY(0); }
.curtain.is-visible::after { transition: transform 1.15s var(--ease); transform: translateY(-101%); }
.reveal-pending { opacity: 0; transform: translateY(24px); filter: blur(3px); }
.reveal-pending.is-visible { opacity: 1; transform: none; filter: none; transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease); }
.experience-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 7%; }
.experience-large figure { aspect-ratio: 1.17; }
.experience-small { padding-top: 125px; }
.experience-small figure { aspect-ratio: .95; }
.experience-card img, .split-feature img { width: 100%; height: 100%; object-fit: cover; }
.experience-caption { padding-top: 28px; }
.experience-caption .eyebrow { display: block; margin-bottom: 10px; color: var(--gold); }
.experience-caption h3 { font-size: 2.6rem; margin-bottom: 10px; }
.experience-caption p { color: var(--muted); margin-bottom: 8px; }
.dining-spa { background: var(--cream); }
.dining-spa h2 { margin-bottom: 60px; }
.split-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8%; align-items: center; }
.split-feature + .split-feature { margin-top: 75px; }
.split-feature figure { aspect-ratio: 1.45; }
.split-feature.reverse { grid-template-columns: 1fr 1.2fr; }
.split-feature.reverse figure { order: 2; }
.feature-copy .eyebrow { color: #816747; margin-bottom: 18px; }
.feature-copy h3 { font-size: 3.2rem; margin-bottom: 24px; }
.feature-copy p { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; grid-template-rows: 230px 230px; gap: 20px; }
.gallery-tall { grid-row: span 2; }
.gallery-item { border: 0; padding: 0; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-expand { position: absolute; right: 17px; bottom: 17px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: var(--sand); font-size: 20px; }
.gallery > .content-note { margin-top: 20px; }
.testimonials { background: #ebe7df; text-align: center; }
.review-inner { max-width: 930px; }
.review-carousel { position: relative; margin-top: 30px; touch-action: pan-y; }
.review-slide { animation: quote-in .5s var(--ease); }
@keyframes quote-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.quote-mark { color: var(--gold); font: 5rem/.8 var(--serif); display: block; }
.review-slide blockquote { font: 400 clamp(1.9rem, 3vw, 2.8rem)/1.3 var(--serif); min-height: 150px; }
.review-author { font-size: .875rem; margin-block: 27px 0; }
.review-author span { display: block; color: var(--muted); font-size: .75rem; margin-top: 5px; }
.carousel-controls { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.review-dots { display: flex; align-items: center; gap: 0; }
.review-dots button { border: 0; background: transparent; width: 32px; height: 44px; position: relative; }
.review-dots button::before { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #98988c; left: 13px; top: 19px; }
.review-dots button[aria-current="true"]::before { background: var(--blue); outline: 1px solid var(--blue); outline-offset: 4px; }
.carousel-pause { font-size: .75rem; flex-basis: 100%; justify-content: center; border: 0; padding: 0; text-decoration: underline; }

/* Formlar: gerçek input/select, tarayıcı doğrulaması + sunucu doğrulaması. */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 8%; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-details { margin-block: 30px; }
.contact-details p { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; font-size: .875rem; overflow-wrap: anywhere; }
.contact-details .icon { color: var(--gold); }
.contact-details a:hover { text-decoration: underline; }
.map-container { height: 270px; background: var(--cream); }
.map-container iframe { border: 0; width: 100%; height: 100%; filter: saturate(.55); }
.contact-copy .content-note { margin-top: 10px; }
.reservation-panel { background: var(--cream); padding: 40px; scroll-margin-top: 100px; }
.reservation-panel h3 { font-size: 2.6rem; margin-bottom: 15px; }
.reservation-panel .eyebrow { margin-bottom: 15px; }
.form-intro { font-size: .875rem; color: var(--muted); margin-bottom: 27px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form > label { margin-top: 18px; }
.contact-form label:not(.checkbox-label) { display: block; font-size: .875rem; font-weight: 500; min-width: 0; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-width: 0; display: block; margin-top: 7px; background: #fbf9f5; color: var(--ink); border: 1px solid #c9c0b3; border-radius: 0; min-height: 48px; padding: 11px 12px; font-size: 1rem; line-height: 1.5; transition: border-color .2s; }
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); }
.optional { font-size: .75rem; color: var(--muted); font-weight: 400; }
.checkbox-label { display: flex; align-items: flex-start; gap: 10px; font-size: .75rem; line-height: 1.7; color: var(--muted); margin-block: 20px; }
.checkbox-label input { flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--blue); }
.form-submit { width: 100%; justify-content: space-between; }
.form-status { font-size: .875rem; line-height: 1.6; margin: 0; overflow-wrap: anywhere; }
.form-status:not(:empty) { margin-top: 18px; padding: 14px 16px; border: 1px solid currentColor; }
.form-status.success { background: #e2f0e5; color: var(--success); }
.form-status.error { background: #f8e8e1; color: var(--error); }
.form-status.pending { background: #f6f3ed; color: var(--blue); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.notice { padding: 18px; background: var(--cream); }

/* Footer */
.site-footer { background: var(--deep); color: #e8e3d9; padding-block: 70px 25px; }
.footer-top { display: grid; grid-template-columns: 1fr .85fr 1.4fr; gap: 60px; }
.footer-brand .brand-text { font-size: 1.8rem; }
.footer-top > div:first-child > p { margin-top: 23px; color: #c2c7c5; font-size: .875rem; }
.footer-top h3 { font: 400 1.4rem/1.4 var(--serif); margin-bottom: 24px; }
.footer-top nav a { display: block; font-size: .875rem; margin-bottom: 9px; color: #c2c7c5; }
.footer-top nav a:hover { color: white; }
.social-links { display: flex; gap: 13px; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #81918f; }
.social-links a[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.newsletter > p { color: #c2c7c5; font-size: .875rem; }
.newsletter-input { display: flex; border-bottom: 1px solid #83918e; }
.newsletter-input input { min-width: 0; width: 100%; color: white; background: transparent; padding: 12px 0; border: 0; border-radius: 0; font-size: 1rem; }
.newsletter-input input::placeholder { color: #b0bdbb; }
.newsletter-input button { width: 50px; min-height: 50px; flex-shrink: 0; background: transparent; color: white; border: 0; }
.newsletter .checkbox-label { color: #c2c7c5; font-size: .75rem; }
.footer-bottom { border-top: 1px solid #e1e5d926; margin-top: 50px; padding-top: 23px; display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; color: #bdc7c5; }
.demo-note { margin: 20px 0 0; font-size: .6875rem; color: #a3b2af; }

/* Native dialog: Escape, odak hapsi ve arkadaki içeriğin inert olması tarayıcı tarafından sağlanır. */
dialog { border: 0; color: var(--ink); background: var(--sand); padding: 0; max-height: 90dvh; width: min(700px, calc(100% - 32px)); }
dialog::backdrop { background: #071e32b5; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.close-button { position: absolute; right: 15px; top: 15px; z-index: 5; background: var(--sand); color: var(--blue); border: 0; }
.dialog-cover { width: 100%; height: 280px; object-fit: cover; }
.dialog-body { padding: 42px; }
.dialog-body h2 { font-size: 3.1rem; }
.dialog-body p { color: var(--muted); }
.dialog-body .eyebrow { margin-bottom: 15px; }
.dialog-body .button { margin-top: 12px; }
.detail-features { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; padding-left: 20px; font-size: .875rem; }
.dialog-body .dialog-price { font: 500 2rem/1.3 var(--serif); color: var(--blue); margin-top: 24px; }
.mobile-menu { margin: 0 0 0 auto; height: 100dvh; max-height: none; width: min(430px, 100%); padding: 70px 35px 35px; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 15px; margin: 25px 0; }
.mobile-menu nav > a:not(.button) { font: 400 2rem/1.3 var(--serif); }
.mobile-menu .button { margin-top: 20px; }
.mobile-menu .muted { font-size: .875rem; }
.lightbox { width: 100%; max-width: 100%; height: 100dvh; max-height: none; margin: 0; background: #091f28; color: white; overflow: hidden; }
.lightbox[open] { display: flex; align-items: center; justify-content: center; }
.lightbox figure { width: min(1250px, 85%); text-align: center; }
.lightbox figure img { max-height: 77dvh; max-width: 100%; width: auto; height: auto; object-fit: contain; margin: auto; }
.lightbox figcaption { font-size: .875rem; padding-top: 20px; min-height: 50px; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); color: white; border-color: #ffffff50; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

/* Tablet */
@media (max-width: 1200px) {
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: .8125rem; }
  .brand-text { font-size: 1.35rem; }
  .brand-mark { width: 35px; }
  .button-header { gap: 12px; padding-inline: 15px; }
  .quick-booking { grid-template-columns: 1fr 1fr 1fr 1.1fr; gap: 18px; padding: 25px; }
  .booking-intro { display: none; }
  .quick-booking > label:first-of-type { border: 0; padding-left: 0; }
  .room-grid { gap: 18px; }
  .room-content { padding: 24px 20px; }
  .amenities { gap: 10px; }
  .contact-grid { gap: 5%; }
  .reservation-panel { padding: 30px; }
}
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-inner { min-height: 98px; }
  .button-header { margin-left: auto; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 215px; }
  .intro-grid { gap: 35px; grid-template-columns: 1.25fr 1fr; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .room-grid > :last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .room-title h3 { font-size: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-copy { max-width: none; }
  .contact-details { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .contact-details > :last-child { grid-column: 1 / -1; }
  .map-container { height: 300px; }
  .gallery-grid { grid-template-rows: 190px 190px; gap: 14px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px; }
  .newsletter { grid-column: 1 / -1; max-width: 600px; }
}
/* Mobil: efektler küçük mesafeli, görseller lazy-load; yatay kayma yok. */
@media (max-width: 640px) {
  html { scroll-padding-top: 80px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 65px; }
  h2 { font-size: clamp(2.55rem, 10vw, 3.3rem); }
  .eyebrow { font-size: .6875rem; letter-spacing: .16em; margin-bottom: 22px; }
  .header-inner { min-height: 87px; width: calc(100% - 36px); gap: 10px; }
  .site-header.scrolled .header-inner { min-height: 72px; }
  .brand-text { font-size: 1.35rem; }
  .brand-text small { font-size: .5625rem; }
  .brand-mark { width: 33px; height: 40px; }
  .button-header { display: none; }
  .hero { min-height: 710px; }
  .hero-image { object-position: 55% 50%; }
  .hero-overlay { background: linear-gradient(90deg, #072734b5, #07273455), linear-gradient(180deg, #071e3240, transparent 60%, #071e3260); }
  .hero-content { padding-top: 185px; padding-bottom: 150px; }
  .hero h1 { font-size: clamp(3.45rem, 12vw, 4.7rem); line-height: 1.04; margin-bottom: 24px; }
  .hero .eyebrow { font-size: .625rem; letter-spacing: .12em; }
  .short-rule { width: 20px; margin-right: 7px; }
  .hero-description { font-size: 1rem; }
  .hero-bottom { bottom: 62px; font-size: .5625rem; letter-spacing: .12em; }
  .hero-bottom > span { max-width: 220px; }
  .hero-bottom a { gap: 10px; }
  .booking-wrap { margin-top: -27px; }
  .quick-booking { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 14px; padding: 23px 20px; }
  .quick-booking > label, .guest-fields { padding-left: 0; border: 0; }
  .quick-booking label { font-size: .8125rem; }
  .quick-booking input, .quick-booking select { font-size: .9375rem; }
  .quick-booking .button { font-size: .8125rem; gap: 12px; min-height: 56px; padding: 15px 10px; }
  .quick-booking .button .icon { width: 17px; }
  .guest-fields { gap: 10px; }
  .booking-note { text-align: left; font-size: .75rem; }
  .intro-grid { display: block; }
  .intro-grid h2 { font-size: 2.7rem; margin-bottom: 28px; }
  .values { display: grid; gap: 18px; margin-top: 32px; }
  .values i { margin-right: 22px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { margin-bottom: 24px; }
  .section-heading > p br { display: none; }
  .room-grid { grid-template-columns: 1fr; gap: 30px; }
  .room-grid > :last-child { grid-column: auto; width: 100%; }
  .room-content { padding: 26px; }
  .room-title h3 { font-size: 2.1rem; }
  .amenities { gap: 15px; }
  .experience-grid { grid-template-columns: 1fr; gap: 45px; }
  .experience-small { padding-top: 0; width: 88%; margin-left: auto; }
  .experience-large figure { aspect-ratio: 1.1; }
  .experience-small figure { aspect-ratio: 1.05; }
  .experience-caption h3 { font-size: 2.5rem; }
  .experience-caption p { font-size: 1rem; }
  .dining-spa h2 { margin-bottom: 35px; }
  .split-feature, .split-feature.reverse { grid-template-columns: 1fr; gap: 30px; }
  .split-feature.reverse figure { order: 0; }
  .split-feature + .split-feature { margin-top: 50px; }
  .feature-copy h3 { font-size: 2.7rem; margin-bottom: 18px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 160px 160px; gap: 12px; }
  .gallery-tall { grid-row: auto; grid-column: 1 / -1; }
  .gallery-expand { width: 32px; height: 32px; right: 10px; bottom: 10px; }
  .review-slide blockquote { font-size: 1.9rem; min-height: 180px; }
  .review-inner > .content-note { max-width: 340px; margin-inline: auto; }
  .contact-details { display: block; }
  .reservation-panel { padding: 28px 20px; }
  .reservation-panel h3 { font-size: 2.25rem; }
  .form-grid { gap: 17px 12px; }
  .contact-form input:not([type="checkbox"]), .contact-form select { padding-inline: 9px; }
  .contact-form label:not(.checkbox-label) { font-size: .8125rem; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-top nav { border-top: 1px solid #ffffff20; padding-top: 30px; }
  .footer-top h3 { margin-bottom: 17px; }
  .footer-top nav a { display: inline-block; margin-right: 20px; }
  .newsletter { grid-column: auto; }
  .footer-bottom { align-items: flex-start; font-size: .6875rem; }
  .footer-bottom span { max-width: 235px; }
  .footer-bottom a { white-space: nowrap; }
  .dialog-body { padding: 36px 25px; }
  .dialog-body h2 { font-size: 2.6rem; }
  .dialog-cover { height: 210px; }
  .detail-features { grid-template-columns: 1fr; }
  .lightbox figure { width: 100%; padding-inline: 12px; }
  .lightbox figure img { max-height: 65dvh; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 30px; transform: none; }
  .lightbox-prev { left: calc(50% - 60px); }
  .lightbox-next { right: calc(50% - 60px); }
  .lightbox figcaption { font-size: .8125rem; padding-inline: 15px; }
  .reveal-pending { transform: translateY(16px); filter: blur(2px); }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 30px); }
  .quick-booking { padding: 20px 13px; gap: 20px 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 3.15rem; }
  .hero .eyebrow { font-size: .5625rem; }
  .short-rule { display: none; }
  .room-content { padding: 22px 18px; }
  .amenities { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero-image { transform: none !important; animation: none !important; }
  .reveal-pending { opacity: 1; transform: none; filter: none; }
  .curtain.curtain-pending::after { transform: translateY(-101%); }
}
@media print {
  .site-header, .quick-booking, .gallery, .testimonials, dialog, .site-footer, .contact-form, .map-container { display: none !important; }
  body { background: white; color: black; }
  .hero { min-height: 0; color: black; }
  .hero-image, .hero-overlay, .hero-bottom { display: none; }
  .hero-content { padding: 30px 0; }
  .hero h1 em, .hero-description { color: black; }
  .section { padding-block: 25px; }
  .reveal-pending { opacity: 1; transform: none; filter: none; }
  .curtain::after { display: none; }
}
