:root {
  --green: #52664b;
  --green-dark: #34442f;
  --green-soft: #819078;
  --gold: #b89457;
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --ink: #2f382c;
  --muted: #70776d;
  --line: rgba(82, 102, 75, .18);
  --shadow: 0 24px 70px rgba(52, 68, 47, .13);
  --radius: 26px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", system-ui, sans-serif; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 9999; background: white; padding: 10px 15px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 14px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: .3s ease; }
.site-header.scrolled { background: rgba(255, 253, 248, .92); backdrop-filter: blur(16px); box-shadow: 0 8px 35px rgba(52, 68, 47, .08); }
.nav-wrap { height: 92px; display: flex; align-items: center; gap: 24px; }
.brand { width: 126px; margin-right: auto; }
.brand img { width: 126px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; padding: 34px 0 30px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--gold); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--green-dark); transition: .25s; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; padding: 14px 24px; font-weight: 700; font-size: 14px; transition: .25s; box-shadow: 0 10px 28px rgba(52, 68, 47, .16); }
.btn:hover { transform: translateY(-2px); background: var(--green-dark); }
.btn-small { padding: 10px 18px; font-size: 13px; }
.btn-ghost { background: rgba(255,255,255,.73); color: var(--green-dark); border-color: rgba(255,255,255,.8); box-shadow: none; backdrop-filter: blur(8px); }
.btn-ghost:hover { color: white; border-color: var(--green-dark); }
.btn-light { background: white; color: var(--green-dark); border-color: white; }
.hero { min-height: 820px; height: 100vh; max-height: 960px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("../images/hero.webp") center 46%/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,248,.96) 0%, rgba(255,253,248,.86) 36%, rgba(255,253,248,.22) 65%, rgba(26,35,24,.06) 100%); }
.hero-content { position: relative; padding-top: 82px; }
.hero-content > * { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.02; margin: 0; font-weight: 600; }
h1 { font-size: clamp(68px, 7vw, 108px); letter-spacing: -.045em; color: var(--green-dark); }
h1 em { color: var(--green); font-weight: 500; }
.hero p { font-size: 17px; color: #566052; max-width: 590px; margin: 26px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-pills span { padding: 8px 13px; border: 1px solid rgba(82,102,75,.17); border-radius: 999px; background: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; color: var(--green-dark); }
.scroll-cue { position: absolute; bottom: 25px; left: 50%; width: 30px; height: 48px; border: 1px solid rgba(82,102,75,.4); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 4px; height: 8px; border-radius: 8px; background: var(--green); transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0%{opacity:0;transform:translate(-50%,0)} 30%{opacity:1} 100%{opacity:0;transform:translate(-50%,16px)} }
.section { padding: 110px 0; position: relative; }
.split-grid, .video-grid, .location-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px, 8vw, 105px); align-items: center; }
.image-frame { position: relative; border-radius: 240px 240px 32px 32px; overflow: hidden; background: var(--cream); box-shadow: var(--shadow); }
.image-frame::before { content:""; display:block; padding-top: 116%; }
.image-frame > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.image-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 20px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-radius: 17px; text-align: center; }
.image-badge strong { display:block; font-family:"Cormorant Garamond", serif; font-size:28px; color:var(--green-dark); }
.image-badge small { color:var(--gold); letter-spacing:.15em; text-transform:uppercase; }
.section-copy h2, .section-heading h2, .terrace-panel h2, .location-card h2 { font-size: clamp(48px, 5vw, 72px); color: var(--green-dark); letter-spacing: -.035em; margin-bottom: 22px; }
.section-copy p, .section-heading p { color: var(--muted); margin: 0 0 16px; }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 32px 0; }
.feature-row div { padding: 18px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(247,244,237,.55); }
.feature-row span { display:block; color:var(--gold); font-size:11px; font-weight:700; }
.feature-row strong { display:block; margin:7px 0 2px; font-family:"Cormorant Garamond",serif; font-size:20px; }
.feature-row small { color:var(--muted); font-size:11px; line-height:1.45; display:block; }
.text-link { display: inline-flex; gap: 12px; color: var(--green); font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.services { background: var(--cream); }
.section-heading { max-width: 750px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow::before { display:none; }
.section-heading h2 { margin-bottom: 16px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: white; border-radius: 22px; overflow: hidden; box-shadow: 0 12px 45px rgba(52,68,47,.07); border: 1px solid rgba(82,102,75,.08); transition: .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card img { width:100%; aspect-ratio: 4/3; object-fit:cover; }
.service-card > div { padding: 25px; }
.service-no { color:var(--gold); font-size:11px; font-weight:700; letter-spacing:.15em; }
.service-card h3 { font-size: 31px; color:var(--green-dark); margin: 8px 0 10px; }
.service-card p { font-size:13px; color:var(--muted); margin:0; }
.video-grid { grid-template-columns: 1fr 1fr; }
.video-shell { background: var(--green-dark); padding: 12px; border-radius: 36px; box-shadow: var(--shadow); max-width: 480px; margin-inline: auto; }
.video-shell video { display:block; width:100%; aspect-ratio:9/16; object-fit:cover; border-radius:26px; background:#111; }
.check-list { list-style:none; padding:0; margin:25px 0; }
.check-list li { position:relative; padding:10px 0 10px 32px; border-bottom:1px solid var(--line); }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--gold); font-weight:800; }
.sound-tip { border:0; background:var(--cream); color:var(--muted); border-radius:12px; padding:12px 14px; text-align:left; font-size:12px; }
.terrace { min-height: 680px; display:grid; align-items:center; overflow:hidden; }
.terrace-bg { position:absolute; inset:0; background: linear-gradient(90deg, rgba(35,49,31,.93) 0%, rgba(35,49,31,.76) 48%, rgba(35,49,31,.14) 100%), url("../images/terrace-reference.webp") center/cover no-repeat; }
.terrace-panel { position:relative; color:white; }
.terrace-panel > * { max-width:620px; }
.terrace-panel h2 { color:white; }
.terrace-panel p { color:rgba(255,255,255,.78); font-size:17px; }
.terrace-features { display:flex; flex-wrap:wrap; gap:12px; margin:28px 0; }
.terrace-features span { padding:9px 13px; border:1px solid rgba(255,255,255,.25); border-radius:999px; font-size:12px; }
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:240px; gap:16px; }
.gallery-item { border:0; padding:0; overflow:hidden; border-radius:18px; background:#eee; position:relative; }
.gallery-item::after { content:"＋"; position:absolute; right:14px; bottom:14px; width:38px; height:38px; display:grid; place-items:center; background:rgba(255,255,255,.86); color:var(--green-dark); border-radius:50%; font-size:20px; opacity:0; transform:scale(.8); transition:.25s; }
.gallery-item:hover::after { opacity:1; transform:scale(1); }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:.45s; }
.gallery-item:hover img { transform:scale(1.04); }
.gallery-item.wide { grid-column:span 2; }
.gallery-item.tall { grid-row:span 2; }
.appointment { background: linear-gradient(135deg, #f2f1e8, #fff); }
.appointment-wrap { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; }
.contact-mini { display:grid; gap:12px; margin-top:30px; }
.contact-mini a { display:flex; flex-direction:column; padding:16px 18px; border:1px solid var(--line); border-radius:14px; }
.contact-mini strong { font-size:12px; color:var(--gold); text-transform:uppercase; letter-spacing:.1em; }
.contact-mini span { font-size:14px; margin-top:4px; }
.booking-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; padding:34px; background:white; border-radius:var(--radius); box-shadow:var(--shadow); }
.booking-form label { display:grid; gap:8px; font-size:12px; font-weight:700; color:var(--green-dark); }
.booking-form label:nth-child(4), .booking-form .consent, .booking-form .btn { grid-column:1/-1; }
.booking-form input, .booking-form select, .booking-form textarea { width:100%; border:1px solid rgba(82,102,75,.2); background:#fbfaf6; border-radius:12px; padding:14px 15px; color:var(--ink); outline:none; transition:.2s; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color:var(--green); box-shadow:0 0 0 4px rgba(82,102,75,.08); }
.booking-form .consent { display:flex; align-items:flex-start; gap:10px; color:var(--muted); font-weight:500; }
.booking-form .consent input { width:18px; height:18px; margin-top:2px; }
.location-grid { grid-template-columns:1.2fr .8fr; gap:30px; }
.map-wrap { height:570px; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.map-wrap iframe { width:100%; height:100%; border:0; filter:saturate(.7) contrast(.93); }
.location-card { padding:42px; background:var(--green-dark); color:white; border-radius:var(--radius); box-shadow:var(--shadow); }
.location-card img { width:180px; margin-bottom:14px; filter:brightness(0) invert(1); opacity:.9; }
.location-card h2 { color:white; font-size:52px; }
.location-card address { font-style:normal; color:rgba(255,255,255,.75); margin-bottom:24px; }
.location-links { display:grid; margin-bottom:28px; }
.location-links a { padding:10px 0; border-bottom:1px solid rgba(255,255,255,.14); font-size:13px; }
.site-footer { background:#293726; color:rgba(255,255,255,.72); padding:70px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:45px; }
.footer-grid img { width:145px; filter:brightness(0) invert(1); opacity:.85; }
.footer-grid strong { display:block; color:white; margin-bottom:14px; font-family:"Cormorant Garamond",serif; font-size:21px; }
.footer-grid a { display:block; padding:5px 0; font-size:13px; }
.footer-grid a:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.1); margin-top:40px; padding-top:20px; font-size:12px; }
.site-credit { color:rgba(255,255,255,.62); }
.site-credit a { display:inline; padding:0; color:#d4b56d; font-weight:700; text-decoration:none; transition:color .2s ease; }
.site-credit a:hover { color:#fff; text-decoration:underline; text-underline-offset:3px; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:900; width:58px; height:58px; display:grid; place-items:center; background:#25D366; color:white; border-radius:50%; font-weight:800; font-size:14px; box-shadow:0 14px 34px rgba(0,0,0,.2); transition:.25s; }
.floating-whatsapp:hover { transform:translateY(-4px) scale(1.03); }
.lightbox { position:fixed; inset:0; z-index:2000; background:rgba(18,24,17,.94); display:grid; place-items:center; padding:30px; }
.lightbox[hidden] { display:none; }
.lightbox img { max-width:min(1100px, 92vw); max-height:86vh; border-radius:18px; }
.lightbox button { position:absolute; right:26px; top:18px; background:transparent; border:0; color:white; font-size:46px; }
.cookie-banner { position:fixed; left:20px; right:20px; bottom:20px; z-index:1500; max-width:900px; margin:auto; display:flex; align-items:center; gap:20px; background:white; padding:18px 20px; border-radius:18px; box-shadow:var(--shadow); border:1px solid var(--line); }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:0; font-size:12px; color:var(--muted); }
.cookie-banner a { color:var(--green); text-decoration:underline; }
.reveal { opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@media (max-width: 1000px) {
  .nav-cta { display:none; }
  .menu-toggle { display:block; z-index:1002; }
  .main-nav { position:fixed; inset:0; background:rgba(255,253,248,.98); display:flex; flex-direction:column; justify-content:center; gap:14px; transform:translateX(100%); transition:.3s; z-index:1001; }
  .main-nav.open { transform:none; }
  .main-nav a { padding:10px; font-family:"Cormorant Garamond",serif; font-size:34px; }
  .main-nav a::after { display:none; }
  .menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .menu-toggle.active span:nth-child(2){opacity:0}
  .menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .hero { min-height:760px; }
  .hero-shade { background:linear-gradient(90deg,rgba(255,253,248,.96),rgba(255,253,248,.72) 70%,rgba(255,253,248,.22)); }
  .split-grid, .video-grid, .location-grid, .appointment-wrap { grid-template-columns:1fr; }
  .section-copy { max-width:740px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .location-card { order:-1; }
}
@media (max-width: 660px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height:76px; }
  .brand, .brand img { width:102px; }
  .hero { height:auto; min-height:790px; align-items:end; padding-bottom:90px; }
  .hero-media { background-position:59% center; }
  .hero-shade { background:linear-gradient(0deg,rgba(255,253,248,.98) 8%,rgba(255,253,248,.88) 48%,rgba(255,253,248,.18) 100%); }
  .hero-content { padding-top:120px; }
  h1 { font-size:60px; }
  .hero p { font-size:15px; }
  .hero-actions .btn { width:100%; }
  .section { padding:78px 0; }
  .section-copy h2, .section-heading h2, .terrace-panel h2 { font-size:45px; }
  .feature-row { grid-template-columns:1fr; }
  .services-grid { grid-template-columns:1fr; }
  .gallery-grid { grid-template-columns:1fr; grid-auto-rows:260px; }
  .gallery-item.wide, .gallery-item.tall { grid-column:auto; grid-row:auto; }
  .booking-form { grid-template-columns:1fr; padding:24px; }
  .booking-form label, .booking-form label:nth-child(4), .booking-form .consent, .booking-form .btn { grid-column:1; }
  .map-wrap { height:380px; }
  .location-card { padding:28px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:30px 20px; }
  .footer-grid > div:first-child { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; }
  .cookie-banner { flex-direction:column; align-items:stretch; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior:auto !important; animation:none !important; transition:none !important; } .reveal { opacity:1; transform:none; } }

/* V2: daha açık header, görünür mobil logo, doğrudan bina konumu ve marka uyumlu WhatsApp */
.site-header {
  background: rgba(255, 253, 248, .95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(82, 102, 75, .08);
  box-shadow: 0 8px 30px rgba(52, 68, 47, .05);
}
.site-header.scrolled {
  background: rgba(255, 253, 248, .98);
  box-shadow: 0 10px 36px rgba(52, 68, 47, .10);
}
.brand { width: 142px; min-width: 142px; }
.brand img { width: 142px; height: auto; filter: none; opacity: 1; }
.main-nav { color: #4b5d47; }
.main-nav a { font-weight: 650; }
.main-nav a:hover, .main-nav a.active { color: var(--green-dark); }
.menu-toggle { border-radius: 50%; background: rgba(82,102,75,.06); }
.menu-toggle span { height: 2.5px; background: #486044; }
.hero-content { padding-top: 112px; }
.hero-shade {
  background: linear-gradient(90deg, rgba(255,253,248,.95) 0%, rgba(255,253,248,.82) 35%, rgba(255,253,248,.18) 67%, rgba(26,35,24,.03) 100%);
}

.map-wrap { position: relative; isolation: isolate; }
.map-click-layer { position: absolute; inset: 0; z-index: 4; }
.map-badge {
  position: absolute; z-index: 5; left: 18px; top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(255,253,248,.94); color: var(--green-dark);
  font-size: 12px; font-weight: 800; letter-spacing: .02em;
  box-shadow: 0 10px 28px rgba(52,68,47,.14);
  pointer-events: none;
}
.map-badge::before { content: "⌖"; color: var(--gold); font-size: 18px; line-height: 1; }
.location-card address strong { display: inline-block; color: white; margin-bottom: 6px; font-size: 16px; }
.location-card .btn { background: #f4efe3; color: var(--green-dark); border-color: #f4efe3; box-shadow: none; }
.location-card .btn:hover { background: white; color: var(--green-dark); }

.floating-whatsapp {
  right: 22px; bottom: 22px; width: auto; min-width: 184px; height: 64px;
  display: flex; align-items: center; justify-content: flex-start; gap: 12px;
  padding: 8px 18px 8px 9px;
  background: linear-gradient(135deg, #52664b, #3f543b);
  color: #fffdf8; border: 1px solid rgba(184,148,87,.6);
  border-radius: 999px; font-size: 14px; font-weight: 700;
  box-shadow: 0 16px 38px rgba(43,57,39,.26);
}
.floating-whatsapp:hover { background: linear-gradient(135deg, #5d7355, #455c40); }
.wa-icon {
  width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center;
  border-radius: 50%; background: #f7f4ed; color: #52664b;
  box-shadow: inset 0 0 0 1px rgba(184,148,87,.32);
}
.wa-icon svg { width: 27px; height: 27px; display: block; }
.wa-copy { display: grid; line-height: 1.1; text-align: left; }
.wa-copy strong { font-size: 13px; }
.wa-copy small { margin-top: 4px; font-size: 10px; font-weight: 500; color: rgba(255,255,255,.72); }
.btn-whatsapp span { color: #f1d7a1; font-size: 16px; }

@media (max-width: 1000px) {
  .nav-wrap { height: 84px; }
  .brand { width: 132px; min-width: 132px; }
  .brand img { width: 132px; }
  .main-nav {
    inset: 84px 0 0 auto; width: min(86vw, 390px);
    justify-content: flex-start; align-items: stretch;
    padding: 58px 30px 30px; gap: 4px;
    background: rgba(255,253,248,.985);
    border-left: 1px solid rgba(82,102,75,.10);
    box-shadow: -22px 30px 60px rgba(52,68,47,.12);
  }
  .main-nav a {
    padding: 12px 8px; font-size: 30px;
    border-bottom: 1px solid rgba(82,102,75,.10);
  }
  .hero-content { padding-top: 132px; }
}

@media (max-width: 660px) {
  .site-header { background: rgba(255,253,248,.97); }
  .nav-wrap { height: 82px; }
  .brand { width: 128px; min-width: 128px; }
  .brand img { width: 128px; }
  .menu-toggle { width: 48px; height: 48px; margin-left: auto; }
  .main-nav { inset: 82px 0 0 auto; }
  .hero { min-height: 820px; padding-bottom: 74px; }
  .hero-media { background-position: 60% center; }
  .hero-shade {
    background: linear-gradient(0deg,
      rgba(255,253,248,.97) 3%,
      rgba(255,253,248,.88) 39%,
      rgba(255,253,248,.45) 69%,
      rgba(255,253,248,.08) 100%);
  }
  .hero-content { padding-top: 128px; }
  h1 { font-size: clamp(50px, 15vw, 62px); }
  .hero p { color: #4c5849; }
  .map-click-layer { display: block; }
  .map-badge { left: 12px; top: 12px; }
  .floating-whatsapp {
    right: 16px; bottom: 16px; min-width: 0; width: 60px; height: 60px;
    padding: 7px; justify-content: center;
  }
  .wa-icon { width: 46px; height: 46px; flex-basis: 46px; }
  .wa-copy { display: none; }
}

/* V3 responsive polish: küçük ekran menüsü, sabit başlık mesafesi ve buton görünürlüğü */
html { scroll-padding-top: 104px; }
main section[id] { scroll-margin-top: 104px; }
.btn {
  min-height: 48px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}
.hero-actions .btn { min-width: 174px; }
.terrace-panel .terrace-cta {
  display: inline-flex !important;
  width: auto;
  min-width: 306px;
  min-height: 58px;
  padding: 15px 24px;
  background: #fffdf8 !important;
  color: #34442f !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow: 0 14px 34px rgba(15,25,13,.22) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.terrace-panel .terrace-cta span { color: inherit !important; opacity: 1 !important; }
.terrace-panel .terrace-cta span:last-child { color: var(--gold) !important; font-size: 18px; }
.terrace-panel .terrace-cta:hover {
  color: #fff !important;
  background: #52664b !important;
  border-color: #b89457 !important;
}

@media (max-width: 1000px) {
  html { scroll-padding-top: 88px; }
  main section[id] { scroll-margin-top: 88px; }
  .site-header { background: #fffdf8; }
  .nav-wrap { height: 84px; }
  .main-nav {
    inset: 84px 0 0 0 !important;
    width: 100% !important;
    height: calc(100dvh - 84px);
    padding: clamp(30px, 6vh, 64px) 24px 36px !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fffdf8 !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: translateX(100%);
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a {
    width: min(100%, 500px);
    padding: 12px 12px !important;
    text-align: center;
    font-size: clamp(29px, 5.8vw, 39px) !important;
    line-height: 1.08;
    color: #3f533b;
    border-bottom: 1px solid rgba(82,102,75,.10) !important;
  }
  .main-nav a:first-child { border-top: 1px solid rgba(82,102,75,.10); }
  .main-nav a.active { color: #b08d51; }
  .menu-toggle { flex: 0 0 48px; }
  .hero { min-height: 760px; }
  .terrace { min-height: 620px; }
  .terrace-panel { padding-block: 74px; }
}

@media (max-width: 660px) {
  html { scroll-padding-top: 82px; }
  main section[id] { scroll-margin-top: 82px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .nav-wrap { height: 82px; gap: 12px; }
  .brand { width: 122px; min-width: 122px; }
  .brand img { width: 122px; }
  .main-nav {
    inset: 82px 0 0 0 !important;
    height: calc(100dvh - 82px);
    padding: 28px 20px 34px !important;
  }
  .main-nav a {
    font-size: clamp(27px, 8.3vw, 36px) !important;
    padding: 11px 10px !important;
  }
  .hero {
    height: auto;
    min-height: 100svh;
    align-items: center;
    padding: 112px 0 58px;
  }
  .hero-media { background-position: 61% center; }
  .hero-content { padding-top: 0 !important; }
  .hero-content > * { max-width: 100%; }
  .hero-shade {
    background: linear-gradient(0deg,
      rgba(255,253,248,.98) 2%,
      rgba(255,253,248,.94) 35%,
      rgba(255,253,248,.62) 67%,
      rgba(255,253,248,.16) 100%);
  }
  .eyebrow { font-size: 10px; letter-spacing: .13em; gap: 9px; }
  .eyebrow::before { width: 24px; }
  h1 { font-size: clamp(50px, 14vw, 64px); line-height: .94; }
  .hero p { margin: 21px 0 24px; font-size: 15px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-actions .btn { width: 100%; min-height: 56px; padding-inline: 18px; }
  .hero-pills { margin-top: 22px; gap: 7px; }
  .hero-pills span { font-size: 10px; padding: 7px 10px; }
  .scroll-cue { display: none; }
  .section { padding: 70px 0; }
  .section-copy h2, .section-heading h2, .terrace-panel h2, .location-card h2 {
    font-size: clamp(39px, 11.2vw, 49px);
    overflow-wrap: anywhere;
  }
  .split-grid, .video-grid, .location-grid, .appointment-wrap { gap: 42px; }
  .feature-row { gap: 10px; }
  .service-card > div { padding: 21px; }
  .service-card h3 { font-size: 29px; }
  .video-shell { width: 100%; max-width: 420px; padding: 8px; border-radius: 25px; }
  .video-shell video { border-radius: 19px; }
  .terrace {
    min-height: auto;
    padding: 0;
    align-items: end;
  }
  .terrace-bg {
    background:
      linear-gradient(0deg, rgba(28,43,26,.96) 0%, rgba(28,43,26,.86) 48%, rgba(28,43,26,.32) 100%),
      url("../images/terrace-reference.webp") 58% center/cover no-repeat;
  }
  .terrace-panel { padding: 106px 0 72px; }
  .terrace-panel > * { max-width: 100%; }
  .terrace-panel p { font-size: 15px; }
  .terrace-features { gap: 8px; margin: 22px 0 26px; }
  .terrace-features span { font-size: 10px; padding: 7px 9px; }
  .terrace-panel .terrace-cta {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    padding: 14px 18px;
  }
  .gallery-grid { grid-auto-rows: 235px; }
  .booking-form { padding: 22px 18px; gap: 15px; border-radius: 20px; }
  .booking-form input, .booking-form select, .booking-form textarea { font-size: 16px; }
  .booking-form .btn { min-height: 56px; }
  .map-wrap { height: 330px; border-radius: 20px; }
  .map-badge { max-width: calc(100% - 24px); font-size: 10px; padding: 8px 11px; }
  .location-card { padding: 27px 22px; border-radius: 20px; }
  .location-card img { width: 150px; }
  .location-card .btn { width: 100%; min-height: 54px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { text-align: center; align-items: center; }
  .floating-whatsapp {
    width: 56px;
    height: 56px;
    right: 12px;
    bottom: 12px;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px) scale(.94);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
  }
  .floating-whatsapp.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .wa-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .wa-icon svg { width: 25px; height: 25px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 15px; }
  body.cookie-open .floating-whatsapp { bottom: 190px; }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand { width: 112px; min-width: 112px; }
  .brand img { width: 112px; }
  .menu-toggle { width: 44px; height: 44px; }
  h1 { font-size: 48px; }
  .hero { padding-top: 104px; }
  .section-copy h2, .section-heading h2, .terrace-panel h2, .location-card h2 { font-size: 38px; }
  .terrace-features { display: grid; grid-template-columns: 1fr 1fr; }
  .terrace-features span:last-child { grid-column: 1 / -1; }
}

/* Tek sabit başlık ofseti kullanılır; scroll-padding ve scroll-margin üst üste binmez. */
main section[id] { scroll-margin-top: 0 !important; }
