/* =============================================================
   COYAR İNŞAAT — Ana stil dosyası
   Mobile-first · Renkler logodan: lacivert + altın
   ============================================================= */

:root {
  --navy-950: #071522;
  --navy-900: #0B1F33;
  --navy-800: #12324F;
  --navy-700: #1B4370;
  --navy-600: #24558A;

  --gold-600: #8E7439;
  --gold-500: #A88A4D;
  --gold-400: #C4A867;
  --gold-300: #D9C48F;
  --gold-200: #EADFC2;

  --cream: #F6F2EA;
  --cream-2: #EFE9DD;
  --white: #FFFFFF;
  --ink: #0F1A26;
  --ink-2: #33414F;
  --muted: #64717F;
  --line: rgba(15, 26, 38, .1);
  --line-light: rgba(255, 255, 255, .12);

  --font-sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;

  --container: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(64px, 9vw, 128px);
  --header-h: 68px;
  --radius: 4px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
@media (min-width: 900px) { :root { --header-h: 92px; } }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--gold-400); color: var(--navy-900); }

.skip { position: absolute; left: -999px; top: 8px; z-index: 1000; background: var(--gold-400); color: var(--navy-900); padding: 8px 14px; border-radius: var(--radius); }
.skip:focus { left: 8px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold-500); }
.section-dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow, .cta-band .eyebrow { color: var(--gold-400); }
.section-dark .eyebrow::before, .hero .eyebrow::before, .page-hero .eyebrow::before { background: var(--gold-400); }

.display { font-size: clamp(2.35rem, 6.2vw, 4.75rem); font-weight: 700; line-height: 1.04; letter-spacing: -.025em; }
.display-2 { font-size: clamp(2rem, 4.8vw, 3.6rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.h2 { font-size: clamp(1.75rem, 3.8vw, 2.75rem); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.h3 { font-size: clamp(1.35rem, 2.6vw, 1.75rem); font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.accent { font-family: var(--font-serif); font-style: italic; font-weight: 600; font-size: 1.14em; color: var(--gold-500); letter-spacing: 0; }
.hero .accent, .page-hero .accent, .section-dark .accent, .cta-band .accent { color: var(--gold-400); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.6; color: rgba(255, 255, 255, .78); max-width: 62ch; }
.text { color: var(--ink-2); max-width: 62ch; font-size: 1.02rem; }
.section-dark .text, .cta-band .text { color: rgba(255, 255, 255, .74); }
.text + .text { margin-top: 1em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 26px;
  font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  border-radius: var(--radius); border: 1px solid transparent;
  transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .3s;
  white-space: nowrap;
}
.btn .ico { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover .ico { transform: translateX(4px); }
.btn-gold { background: var(--gold-400); color: var(--navy-900); border-color: var(--gold-400); box-shadow: 0 10px 30px -12px rgba(196, 168, 103, .6); }
.btn-gold:hover { background: var(--gold-300); border-color: var(--gold-300); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .35); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, .06); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); border-color: var(--gold-400); }
.btn-outline:hover { background: var(--gold-400); color: var(--navy-900); }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: 12px; }
.btn-lg { min-height: 58px; padding: 0 34px; font-size: 15px; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy-800); letter-spacing: .02em; margin-top: 28px; }
.link-arrow .ico { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.link-arrow:hover .ico { transform: translateX(5px); }
.link-arrow:hover { color: var(--gold-600); }

.ico { width: 22px; height: 22px; flex: none; }
.ico-sm { width: 16px; height: 16px; }
.ico-lg { width: 34px; height: 34px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  transition: background .4s, backdrop-filter .4s, box-shadow .4s, height .4s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(7, 21, 34, .82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line-light);
}
@media (min-width: 900px) { .site-header.is-scrolled { --header-h: 74px; } }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: auto; height: 40px; transition: height .4s var(--ease); }
@media (min-width: 900px) { .brand img { height: 56px; } .site-header.is-scrolled .brand img { height: 46px; } }

.nav-desktop { display: none; gap: 34px; }
.nav-desktop a {
  position: relative; padding: 8px 0;
  font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255, 255, 255, .8); transition: color .3s;
}
.nav-desktop a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--gold-400); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.nav-desktop a:hover, .nav-desktop a.is-active { color: var(--white); }
.nav-desktop a:hover::after, .nav-desktop a.is-active::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-cta { display: none; }
.lang-switch {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--white);
  transition: border-color .3s, background .3s;
}
.lang-switch:hover { border-color: var(--gold-400); background: rgba(196, 168, 103, .1); }

.nav-toggle { position: relative; width: 44px; height: 44px; display: grid; place-items: center; }
.nav-toggle-bar { position: absolute; width: 24px; height: 2px; background: var(--white); transition: transform .4s var(--ease), opacity .3s; }
.nav-toggle-bar:first-child { transform: translateY(-4px); }
.nav-toggle-bar:last-child { transform: translateY(4px); }
.nav-open .nav-toggle-bar:first-child { transform: rotate(45deg); }
.nav-open .nav-toggle-bar:last-child { transform: rotate(-45deg); }

@media (min-width: 900px) {
  .nav-desktop { display: flex; }
  .header-cta { display: inline-flex; }
  .nav-toggle { display: none; }
}

/* Mobile nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 90;
  background: radial-gradient(120% 80% at 80% 0%, var(--navy-800), var(--navy-950) 70%);
  clip-path: circle(0 at calc(100% - 44px) 34px);
  transition: clip-path .7s var(--ease);
  visibility: hidden;
}
.mobile-nav.is-open { clip-path: circle(150% at calc(100% - 44px) 34px); visibility: visible; }
.mobile-nav-inner { height: 100%; padding: calc(var(--header-h) + 24px) var(--gutter) 40px; display: flex; flex-direction: column; justify-content: space-between; }
.mobile-links { display: flex; flex-direction: column; gap: 6px; }
.mobile-links a {
  display: flex; align-items: baseline; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--line-light);
  font-size: clamp(1.7rem, 7vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; color: var(--white);
  opacity: 0; transform: translateY(20px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
  transition-delay: calc(.15s + var(--i) * .07s);
}
.mobile-nav.is-open .mobile-links a { opacity: 1; transform: none; }
.mobile-links a.is-active { color: var(--gold-400); }
.mobile-link-no { font-family: var(--font-serif); font-style: italic; font-size: 1rem; color: var(--gold-400); }
.mobile-foot { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.lang-switch-lg { font-size: 14px; padding: 12px 18px; }
.mobile-mail { color: rgba(255, 255, 255, .7); font-size: 14px; }
@media (min-width: 900px) { .mobile-nav { display: none; } }

/* ---------- Hero ---------- */
.hero, .page-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(90% 70% at 85% 10%, var(--navy-700) 0%, var(--navy-900) 55%, var(--navy-950) 100%);
  color: var(--white);
}
.hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: calc(var(--header-h) + 32px); padding-bottom: 56px; }
.grid-bg { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(255, 255, 255, .06); pointer-events: none; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%); -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%); }
.hero-glow { position: absolute; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; right: -15vw; top: -10vw; border-radius: 50%; background: radial-gradient(circle, rgba(196, 168, 103, .22), transparent 60%); pointer-events: none; filter: blur(20px); }
.hero-inner { position: relative; display: grid; gap: 28px; align-items: center; }
.hero-copy .lead { margin-top: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-visual { display: none; position: relative; }
@media (min-width: 900px) { .hero-visual { display: block; } }
.hero-mark { width: auto; max-width: 100%; max-height: 52vh; margin-inline: auto; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45)); opacity: 0; transform: translateY(24px); animation: markIn 1.2s var(--ease) .35s forwards; }
@keyframes markIn { to { opacity: 1; transform: none; } }
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: end; }
  .hero-visual { padding-bottom: 6px; }
  .hero { padding-bottom: 64px; }
}

/* Page hero (iç sayfalar) */
.page-hero { padding: calc(var(--header-h) + clamp(56px, 10vw, 120px)) 0 clamp(56px, 8vw, 96px); }
.page-hero .container { position: relative; }
.page-hero .lead { margin-top: 22px; }
.page-hero .display { max-width: 16ch; }
.page-hero-sm { padding-bottom: clamp(40px, 6vw, 72px); }

/* ---------- Stats ---------- */
.stats { background: var(--navy-950); color: var(--white); position: relative; }
.stats::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-400), transparent); }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.stat { padding: 34px var(--gutter) 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.stat:nth-child(2n) { border-right: 0; }
.stat:nth-last-child(-n+2) { border-bottom: 0; }
.stat-value { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--gold-400); font-variant-numeric: tabular-nums; }
.stat-prefix, .stat-suffix { font-size: .55em; font-weight: 600; color: var(--gold-300); vertical-align: .18em; }
.stat-label { margin-top: 10px; font-weight: 700; font-size: 14px; letter-spacing: .04em; }
.stat-note { margin-top: 2px; font-size: 12px; color: rgba(255, 255, 255, .5); }
@media (min-width: 900px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .stat { border-bottom: 0; padding: 44px 32px 40px; }
  .stat:nth-child(2n) { border-right: 1px solid var(--line-light); }
  .stat:last-child { border-right: 0; }
}

/* ---------- Sections ---------- */
.section { position: relative; padding: var(--section) 0; }
.section-dark { background: var(--navy-900); color: var(--white); overflow: hidden; }
.section-dark .grid-bg { mask-image: none; -webkit-mask-image: none; color: rgba(255, 255, 255, .045); }
.section-cream { background: var(--cream); }
.section-head { display: grid; gap: 22px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head .text { align-self: end; }
.section-foot { margin-top: clamp(36px, 5vw, 56px); display: flex; justify-content: center; }
@media (min-width: 900px) {
  .section-head { grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; }
  .section-head .text { justify-self: end; max-width: 46ch; }
}

/* Split */
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: .95fr 1.05fr; gap: 80px; } }
.split-copy .text { margin-top: 22px; }
.check-list { margin-top: 26px; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; color: var(--ink-2); }
.check-list .ico { width: 20px; height: 20px; color: var(--gold-500); margin-top: 2px; }


/* Service cards (home) */
.service-cards { display: grid; gap: 16px; }
.service-card {
  position: relative; display: flex; flex-direction: column; gap: 14px;
  padding: 30px 26px 26px;
  border: 1px solid var(--line-light); border-radius: var(--radius);
  background: rgba(255, 255, 255, .02);
  transition: transform .5s var(--ease), border-color .4s, background .4s;
}
.service-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--gold-400), transparent); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.service-card:hover { transform: translateY(-6px); border-color: rgba(196, 168, 103, .5); background: rgba(196, 168, 103, .05); }
.service-card:hover::before { transform: scaleX(1); }
.service-no { position: absolute; right: 22px; top: 20px; font-family: var(--font-serif); font-style: italic; font-size: 1.3rem; color: rgba(196, 168, 103, .6); }
.service-icon { color: var(--gold-400); }
.service-card h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -.01em; }
.service-card p { color: rgba(255, 255, 255, .7); font-size: .97rem; flex: 1; }
.service-more { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-400); margin-top: 8px; }
.service-more .ico { transition: transform .35s var(--ease); }
.service-card:hover .service-more .ico { transform: translateX(4px); }
@media (min-width: 640px) { .service-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .service-cards { grid-template-columns: repeat(4, 1fr); } }

/* Vision */
.vision { background: var(--white); }
.vision-inner { max-width: 900px; }
.vision .text { margin-top: 24px; max-width: 70ch; }
.quote { margin: 44px 0 0; padding-left: 28px; border-left: 2px solid var(--gold-400); font-family: var(--font-serif); font-style: italic; font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--navy-800); line-height: 1.3; position: relative; }
.quote-mark { color: var(--gold-400); margin-right: 4px; }

/* Why / Principles */
.why-grid { display: grid; gap: 14px; }
.why-item { padding: 30px 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .5s var(--ease), box-shadow .5s; }
.why-item:hover { transform: translateY(-5px); box-shadow: 0 30px 50px -30px rgba(11, 31, 51, .35); }
.why-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); margin-bottom: 20px; }
.why-item h3 { font-size: 1.15rem; margin-bottom: 10px; }
.why-item p { color: var(--ink-2); font-size: .97rem; }
@media (min-width: 640px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }

/* CTA band */
.cta-band { position: relative; overflow: hidden; padding: clamp(56px, 8vw, 96px) 0; background: linear-gradient(120deg, var(--navy-800), var(--navy-950)); color: var(--white); }
.cta-band::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-400), transparent); }
.cta-band .grid-bg { color: rgba(255, 255, 255, .05); mask-image: none; -webkit-mask-image: none; }
.cta-inner { position: relative; display: grid; gap: 28px; align-items: center; }
.cta-inner .text { margin-top: 14px; }
@media (min-width: 900px) { .cta-inner { grid-template-columns: 1fr auto; gap: 48px; } }

/* ---------- About ---------- */
.story-grid { display: grid; gap: 40px; }
.story-copy .text { margin-top: 18px; }
.story-copy .h2 + .text { margin-top: 24px; }
@media (min-width: 900px) { .story-grid { grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: start; } .story-side { position: sticky; top: calc(var(--header-h) + 24px); } }

.timeline { position: relative; display: grid; gap: 34px; margin-top: 10px; padding-left: 28px; }
.timeline::before { content: ""; position: absolute; left: 4px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(var(--gold-400), rgba(196, 168, 103, .1)); }
.tl-item { position: relative; }
.tl-dot { position: absolute; left: -28px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 5px var(--navy-900); }
.tl-year { display: block; font-family: var(--font-serif); font-style: italic; font-size: 2rem; color: var(--gold-400); line-height: 1; margin-bottom: 10px; }
.tl-item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.tl-item p { color: rgba(255, 255, 255, .7); font-size: .96rem; }
@media (min-width: 900px) {
  .timeline { grid-template-columns: repeat(4, 1fr); gap: 32px; padding-left: 0; padding-top: 30px; }
  .timeline::before { left: 0; right: 0; top: 4px; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, var(--gold-400), rgba(196, 168, 103, .15)); }
  .tl-dot { left: 0; top: -30px; }
}

.vm-grid { display: grid; gap: 16px; }
.vm-card { padding: 36px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.vm-card .ico { color: var(--gold-500); margin-bottom: 20px; }
.vm-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.vm-card p { color: var(--ink-2); font-size: 1.02rem; }
.vm-card-dark { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.vm-card-dark .ico { color: var(--gold-400); }
.vm-card-dark p { color: rgba(255, 255, 255, .75); }
@media (min-width: 800px) { .vm-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }

.values-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.value-item { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; gap: 6px 18px; }
.value-icon { grid-row: span 2; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold-400); border-radius: 50%; color: var(--gold-600); }
.value-item h3 { font-size: 1.1rem; }
.value-item p { color: var(--ink-2); font-size: .96rem; }
@media (min-width: 800px) { .values-grid { grid-template-columns: repeat(2, 1fr); column-gap: 48px; } }
@media (min-width: 1100px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }

.group-tree { display: grid; gap: 0; justify-items: center; }
.group-parent { display: flex; align-items: center; gap: 18px; padding: 24px 28px; background: rgba(196, 168, 103, .08); border: 1px solid rgba(196, 168, 103, .5); border-radius: var(--radius); max-width: 640px; width: 100%; }
.group-parent img { width: 52px; height: 52px; flex: none; }
.group-parent strong { display: block; font-size: 1.02rem; line-height: 1.35; }
.group-parent span, .group-child span { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-400); margin-top: 6px; }
.group-connector { width: 1px; height: 40px; background: linear-gradient(var(--gold-400), rgba(196, 168, 103, .3)); }
.group-children { display: grid; gap: 14px; width: 100%; }
.group-child { padding: 22px 24px; border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255, 255, 255, .02); }
.group-child strong { font-size: .98rem; line-height: 1.4; }
@media (min-width: 800px) { .group-children { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Contact ---------- */
.contact-wrap { position: relative; background: var(--white); }
.contact-map { position: relative; height: 380px; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.55) contrast(1.05) brightness(.95); }
.contact-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(196, 168, 103, .25), inset 0 -80px 80px -60px rgba(7, 21, 34, .7); }
.contact-overlay { position: relative; margin-top: -56px; padding-bottom: clamp(48px, 7vw, 96px); }
.contact-card {
  position: relative; max-width: 520px; padding: clamp(26px, 4vw, 40px);
  background: var(--navy-900); color: var(--white); border-radius: var(--radius);
  border-top: 3px solid var(--gold-400); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6);
}
.contact-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(196, 168, 103, .22); pointer-events: none; border-radius: 2px; }
.contact-card .eyebrow { color: var(--gold-400); }
.contact-card .eyebrow::before { background: var(--gold-400); }
.contact-list { display: grid; gap: 20px; margin-top: 4px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-ico { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(196, 168, 103, .5); border-radius: 50%; color: var(--gold-400); }
.contact-ico .ico { width: 20px; height: 20px; }
.contact-list li > div { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; }
.contact-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.contact-value { font-weight: 600; color: var(--white); line-height: 1.45; }
a.contact-value:hover { color: var(--gold-400); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; position: relative; z-index: 1; }
.contact-socials { margin-top: 24px; }
 (min-width: 900px) {
  .contact-map { height: 640px; }
  .contact-overlay { position: absolute; inset: 0; margin: 0; padding: 0; display: flex; align-items: center; pointer-events: none; }
  .contact-card { pointer-events: auto; width: 460px; }
}

/* ---------- Legal / 404 ---------- */
.legal-inner { max-width: 820px; }
.legal-block { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-block:first-child { padding-top: 0; }
.legal-block h2 { display: flex; gap: 14px; align-items: baseline; font-size: 1.25rem; margin-bottom: 12px; }
.legal-block h2 span { font-family: var(--font-serif); font-style: italic; color: var(--gold-500); font-size: 1.1rem; }
.legal-block p { color: var(--ink-2); }
.notfound { min-height: 80svh; display: flex; align-items: center; }
.notfound-code { font-family: var(--font-serif); font-style: italic; font-size: clamp(5rem, 16vw, 10rem); line-height: 1; color: rgba(196, 168, 103, .35); }
.notfound .lead { margin-bottom: 32px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, .75); padding: clamp(56px, 8vw, 88px) 0 28px; border-top: 1px solid var(--line-light); }
.footer-top { display: grid; gap: 40px; }
.footer-brand img { width: 180px; height: auto; }
.footer-tagline { font-family: var(--font-serif); font-style: italic; font-size: 1.35rem; color: var(--gold-400); margin-top: 20px; }
.footer-about { margin-top: 12px; font-size: .95rem; max-width: 38ch; }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: var(--white); transition: border-color .3s, color .3s; }
.socials a:hover { border-color: var(--gold-400); color: var(--gold-400); }
.socials .ico { width: 18px; height: 18px; }
.footer-col h4 { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 20px; }
.footer-col ul { display: grid; gap: 12px; }
.footer-col a { transition: color .3s; }
.footer-col a:hover { color: var(--white); }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact .ico { width: 18px; height: 18px; color: var(--gold-400); margin-top: 3px; }
.footer-bottom { margin-top: clamp(40px, 6vw, 64px); padding-top: 24px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 13px; color: rgba(255, 255, 255, .5); }
.to-top { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: var(--white); transition: border-color .3s, background .3s; }
.to-top:hover { border-color: var(--gold-400); background: rgba(196, 168, 103, .1); }
.to-top .ico { width: 18px; height: 18px; }
@media (min-width: 700px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer-top { grid-template-columns: 1.6fr 1fr 1.2fr 1.3fr; gap: 48px; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-mark { animation: none; opacity: 1; transform: none; }
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
}

/* ---------- Fotoğraf çerçevesi ---------- */
.photo-frame {
  position: relative; margin: 0; max-width: 520px; margin-inline: auto;
  aspect-ratio: 9 / 10; background: var(--navy-900); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(11, 31, 51, .55);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.4s var(--ease); }
.is-visible .photo-frame img { transform: scale(1); }
.photo-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 31, 51, 0) 55%, rgba(11, 31, 51, .45)); pointer-events: none; z-index: 1; }
.photo-frame::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(196, 168, 103, .55); pointer-events: none; z-index: 2; }
.photo-frame-tall { aspect-ratio: 4 / 5; max-width: none; }

/* ---------- Hizmetler sayfası ---------- */
.svc-index { background: var(--white); border-bottom: 1px solid var(--line); }
.svc-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 22px 0; }
.svc-chip {
  display: flex; align-items: center; gap: 10px; padding: 14px 14px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream);
  font-size: 13px; font-weight: 700; color: var(--navy-900); min-height: 56px;
  transition: border-color .3s, background .3s, transform .35s var(--ease);
}
.svc-chip .ico { color: var(--gold-500); }
.svc-chip span { flex: 1; line-height: 1.25; }
.svc-chip-arrow { opacity: 0; transform: translateX(-4px); transition: opacity .3s, transform .3s; }
.svc-chip:hover { border-color: var(--gold-400); background: var(--white); transform: translateY(-2px); }
.svc-chip:hover .svc-chip-arrow { opacity: 1; transform: none; }
@media (min-width: 700px) { .svc-index-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .svc-index-grid { grid-template-columns: repeat(6, 1fr); gap: 12px; padding: 26px 0; } .svc-chip { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px; } .svc-chip .ico { width: 26px; height: 26px; } .svc-chip-arrow { display: none; } }

.svc-features { padding-top: clamp(40px, 6vw, 80px); }
.svc-row { display: grid; gap: 32px; align-items: center; padding: clamp(36px, 6vw, 80px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 16px); }
.svc-row:first-child { padding-top: 0; }
.svc-row:last-child { border-bottom: 0; padding-bottom: 0; }
.svc-media { position: relative; margin: 0; aspect-ratio: 11 / 8; border-radius: var(--radius); overflow: hidden; background: var(--navy-900); box-shadow: 0 40px 80px -40px rgba(11, 31, 51, .5); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); transition: transform 1.4s var(--ease); }
.is-visible.svc-media img { transform: scale(1); }
.svc-media::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(196, 168, 103, .55); pointer-events: none; }
.svc-media-no { position: absolute; left: 28px; bottom: 24px; font-family: var(--font-serif); font-style: italic; font-size: 3rem; line-height: 1; color: var(--white); text-shadow: 0 4px 24px rgba(0, 0, 0, .5); }
.svc-copy .text { margin-top: 20px; }
.svc-copy .check-list { margin-top: 24px; }
@media (min-width: 900px) {
  .svc-row { grid-template-columns: 1fr 1fr; gap: 72px; }
  .svc-row.is-flipped .svc-media { order: 2; }
  .svc-row.is-flipped .svc-copy { order: 1; }
}

@media (min-width: 1100px) { .why-grid-3 { grid-template-columns: repeat(3, 1fr); } }

.steps { display: grid; gap: 22px; }
.step { position: relative; padding: 24px 0 0; border-top: 1px solid var(--line); }
.section-dark .step { border-color: var(--line-light); }
.step::before { content: ""; position: absolute; left: 0; top: -1px; width: 40px; height: 2px; background: var(--gold-400); }
.step-no { font-family: var(--font-serif); font-style: italic; font-size: 1.4rem; color: var(--gold-500); line-height: 1; }
.section-dark .step-no { color: var(--gold-400); }
.step h4 { font-size: 1.05rem; margin: 10px 0 6px; }
.step p { font-size: .93rem; color: var(--ink-2); }
.section-dark .step p { color: rgba(255, 255, 255, .68); }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (min-width: 1000px) { .steps-5 { grid-template-columns: repeat(5, 1fr); } }

/* Ana sayfa hizmet kartları: 6 kart → 3 sütun */
@media (min-width: 1100px) { .service-cards { grid-template-columns: repeat(3, 1fr); } }


/* ---------- Hakkımızda: Kurumsal künye / Faaliyet / Otel ---------- */
.info-grid { display: grid; gap: 0; margin-top: 8px; border-top: 1px solid var(--line); }
.info-item { position: relative; padding: 22px 0 20px; border-bottom: 1px solid var(--line); }
.info-item::before { content: ""; position: absolute; left: 0; top: -1px; width: 32px; height: 2px; background: var(--gold-400); }
.info-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 6px; }
.info-value { margin: 0; font-weight: 600; color: var(--ink); line-height: 1.5; overflow-wrap: anywhere; }
.info-source { display: flex; align-items: center; gap: 10px; margin-top: 26px; font-size: .88rem; color: var(--muted); }
.info-source .ico { width: 18px; height: 18px; color: var(--gold-500); flex: none; }
@media (min-width: 700px) { .info-grid { grid-template-columns: repeat(2, 1fr); column-gap: 48px; } .info-item-wide { grid-column: 1 / -1; } }

.hotel-card {
  position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  padding: 36px 30px; border: 1px solid var(--line-light); border-radius: var(--radius);
  background: rgba(255, 255, 255, .03); color: var(--white);
  transition: transform .5s var(--ease), border-color .4s, background .4s;
}
.hotel-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(196, 168, 103, .22); pointer-events: none; border-radius: 2px; }
.hotel-card:hover { transform: translateY(-4px); border-color: rgba(196, 168, 103, .5); background: rgba(255, 255, 255, .05); }
.hotel-icon { color: var(--gold-400); margin-bottom: 6px; }
.hotel-name { font-size: 1.5rem; font-weight: 700; letter-spacing: -.01em; }
.hotel-url { font-family: var(--font-serif); font-style: italic; font-size: 1.15rem; color: var(--gold-300); overflow-wrap: anywhere; }
.hotel-card .btn { margin-top: 10px; position: relative; z-index: 1; }

.contact-ext { font-weight: 500; color: rgba(255, 255, 255, .6); white-space: nowrap; }
.activities .value-item { align-content: start; }
