/* ==========================================================================
   ankaramedipologrenciyurdu.com — "Novatel" ilhamlı tema
   Fildişi + antika altın · Gilda Display (serif) + EB Garamond (serif body)
   Çeyrek-daire görsel maskeleri, ince altın çizgiler, editöryel boşluk
   ========================================================================== */

:root {
  --c-ivory: #FBF9EE;
  --c-ivory-2: #F3EEDD;
  --c-gold: #B0862F;
  --c-gold-2: #8F6C24;
  --c-ink: #4A3F2C;
  --c-muted: #8A7F63;
  --c-dark: #2A2418;
  --c-line: rgba(176,134,47,.4);
  --c-white: #FFFEFB;
  --radius: 8px;
  --radius-pill: 999px;
  --shadow-sm: 0 12px 34px rgba(74,63,44,.08);
  --shadow-md: 0 26px 60px rgba(74,63,44,.14);
  --font-display: 'Gilda Display', Georgia, 'Times New Roman', serif;
  --font-body: 'EB Garamond', Georgia, serif;

  --bs-body-font-family: var(--font-body);
  --bs-body-color: var(--c-ink);
  --bs-body-bg: var(--c-ivory);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--c-ink); background: var(--c-ivory); margin: 0; line-height: 1.7; font-size: 1.05rem; overflow-x: clip; }
img, svg { max-width: 100%; }
a { color: var(--c-gold-2); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; color: var(--c-gold); line-height: 1.08; margin: 0 0 .6rem; }
.section { padding-block: 5.5rem; }
.container { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 1.5rem; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--c-gold); color: #fff; padding: .5rem 1rem; border-radius: 6px; z-index: 2000; }

.nv-eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--c-gold-2); font-weight: 600; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: .8rem; font-family: var(--font-body); }
.nv-title { font-size: clamp(2rem, 4.5vw, 3.4rem); color: var(--c-gold); }
.nv-sub { color: var(--c-muted); max-width: 60ch; }

/* ince altın çizgi (Novatel imza) */
.nv-rule-v { width: 1px; height: 90px; background: var(--c-line); margin: 0 auto; }
.nv-rule-h { height: 1px; width: 100%; background: var(--c-line); }
/* geometrik aksanlar */
.nv-sq { width: 26px; height: 26px; background: var(--c-gold); display: inline-block; }
.nv-sq.soft { background: rgba(176,134,47,.25); }
.nv-quarter { border-radius: 100% 0 0 0; overflow: hidden; }
.nv-quarter.br { border-radius: 0 0 100% 0; }
.nv-quarter.tr { border-radius: 0 100% 0 0; }
.nv-quarter svg { width: 100%; height: 100%; object-fit: cover; display: block; }

/* butonlar */
.nv-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 1.9rem; border-radius: var(--radius-pill); font-family: var(--font-body); font-weight: 600; font-size: .92rem; letter-spacing: .04em; border: 1.5px solid transparent; cursor: pointer; text-decoration: none !important; transition: all .15s; white-space: nowrap; }
.nv-btn-gold { background: var(--c-gold); color: #fff; }
.nv-btn-gold:hover { background: var(--c-gold-2); color: #fff; }
.nv-btn-ghost { background: transparent; color: var(--c-gold-2); border-color: var(--c-gold); }
.nv-btn-ghost:hover { background: var(--c-gold); color: #fff; }

/* header / nav */
.nv-header { position: sticky; top: 0; z-index: 30; background: rgba(251,249,238,.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(176,134,47,.18); }
.nv-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.1rem; position: relative; }
.nv-brand { display: inline-flex; flex-direction: column; line-height: 1; text-decoration: none; color: var(--c-gold); }
.nv-brand:hover { text-decoration: none; }
.nv-brand b { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; letter-spacing: .1em; }
.nv-brand small { font-family: var(--font-body); font-size: .62rem; letter-spacing: .4em; opacity: .8; text-transform: uppercase; margin-top: 2px; color: var(--c-muted); }
.nv-menu { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nv-menu a { color: var(--c-ink); font-weight: 500; font-size: .92rem; letter-spacing: .04em; text-decoration: none; }
.nv-menu a:hover, .nv-menu a.active { color: var(--c-gold); text-decoration: none; }
.nv-nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; background: transparent; border: 1.5px solid var(--c-line); color: var(--c-gold); align-items: center; justify-content: center; cursor: pointer; }
.nv-nav-toggle svg { width: 20px; height: 20px; }

/* HERO */
.nv-hero { padding-top: 2.5rem; text-align: center; }
.nv-hero-eyebrow { color: var(--c-muted); font-size: .95rem; max-width: 46ch; margin: 0 auto 1.5rem; }
.nv-hero h1 { font-size: clamp(2.6rem, 7vw, 5.5rem); letter-spacing: .04em; }
.nv-hero-media { margin-top: 1.5rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 16/8; }
.nv-hero-media svg { width: 100%; height: 100%; object-fit: cover; display: block; }
/* booking bar */
.nv-bookbar { position: relative; z-index: 5; margin: -2.75rem auto 0; max-width: 900px; background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 1rem 1.1rem; display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; text-align: left; }
.nv-bookbar-field { flex: 1 1 150px; min-width: 130px; padding-right: 1.1rem; border-right: 1px solid rgba(176,134,47,.2); }
.nv-bookbar-field:nth-last-child(2) { border-right: none; }
.nv-bookbar-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--c-gold-2); margin-bottom: .15rem; font-family: var(--font-body); }
.nv-bookbar-value { font-size: .98rem; color: var(--c-ink); font-weight: 600; }
.nv-bookbar-cta { flex: 0 0 auto; margin-left: auto; }
.nv-hero-note { color: var(--c-muted); font-size: .85rem; margin-top: 1rem; }

/* STATEMENT */
.nv-statement { position: relative; text-align: center; overflow: hidden; }
.nv-statement h2 { font-size: clamp(2.4rem, 6vw, 4.5rem); color: var(--c-gold); line-height: 1.14; }
.nv-statement p { color: var(--c-muted); max-width: 54ch; margin: 1.5rem auto 0; }
.nv-deco { position: absolute; pointer-events: none; }
.nv-deco.d1 { left: 6%; top: 30%; } .nv-deco.d2 { right: 8%; top: 18%; width: 150px; height: 150px; }
.nv-deco.d3 { left: 14%; bottom: 8%; width: 150px; height: 150px; } .nv-deco.d4 { right: 12%; bottom: 22%; }
.nv-deco .nv-quarter { width: 150px; height: 150px; box-shadow: var(--shadow-sm); }

/* DISCOVER (metin + görsel) */
.nv-discover-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.nv-discover h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.nv-discover p { color: var(--c-muted); }
.nv-discover-media { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.nv-discover-media > div { border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow-sm); }
.nv-discover-media > div:first-child { margin-top: 2rem; }
.nv-discover-media svg { width: 100%; height: 100%; object-fit: cover; display: block; }

/* TRANSIT ŞERİDİ */
.nv-transit { background: var(--c-ivory-2); }
.nv-transit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; margin-top: 2rem; }
.nv-transit-item { padding: 1.6rem 1.4rem; border-right: 1px solid var(--c-line); background: var(--c-white); }
.nv-transit-item:last-child { border-right: none; }
.nv-transit-ic { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; background: rgba(176,134,47,.12); color: var(--c-gold); margin-bottom: .8rem; }
.nv-transit-ic svg { width: 24px; height: 24px; }
.nv-transit-item h3 { font-family: var(--font-body); font-weight: 600; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--c-muted); margin-bottom: .3rem; }
.nv-transit-val { font-family: var(--font-display); font-size: 1.15rem; color: var(--c-gold); margin-bottom: .35rem; }
.nv-transit-item p { color: var(--c-muted); font-size: .84rem; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ODA KARTLARI */
.nv-rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.nv-room { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.nv-room-fig { aspect-ratio: 4/3; overflow: hidden; }
.nv-room-fig svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.nv-room-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.nv-room-body h3 { font-size: 1.4rem; }
.nv-room-body p { color: var(--c-muted); font-size: .95rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.nv-room-list { list-style: none; padding: 0; margin: .5rem 0 1rem; }
.nv-room-list li { position: relative; padding-left: 1.1rem; font-size: .9rem; color: var(--c-muted); margin-bottom: .2rem; }
.nv-room-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border-radius: 50%; background: var(--c-gold); }
.nv-room-link { color: var(--c-gold-2); font-weight: 600; font-size: .9rem; }

/* KONUM */
.nv-loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.nv-loc-points { list-style: none; padding: 0; margin: 1.25rem 0 1.75rem; }
.nv-loc-points li { position: relative; padding-left: 1.5rem; margin-bottom: .8rem; color: var(--c-ink); }
.nv-loc-points li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--c-gold); }
.nv-loc-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/3; }
.nv-loc-media svg { width: 100%; height: 100%; object-fit: cover; display: block; }

/* SSS */
.nv-faq { background: var(--c-ivory-2); }
.nv-faq-wrap { max-width: 820px; margin-inline: auto; margin-top: 2rem; }
.nv-faq-item { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); margin-bottom: .8rem; overflow: hidden; }
.nv-faq-q { width: 100%; text-align: left; background: none; border: none; padding: 1.15rem 1.3rem; font-family: var(--font-body); font-weight: 600; font-size: 1.05rem; color: var(--c-ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.nv-faq-q::after { content: "+"; font-size: 1.4rem; color: var(--c-gold); flex-shrink: 0; }
.nv-faq-item.open .nv-faq-q::after { content: "-"; }
.nv-faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.nv-faq-item.open .nv-faq-a { max-height: 600px; }
.nv-faq-a p { padding: 0 1.3rem 1.3rem; color: var(--c-muted); margin: 0; }

/* CTA */
.nv-cta { text-align: center; }
.nv-cta h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.nv-cta p { color: var(--c-muted); max-width: 52ch; margin: .6rem auto 1.6rem; }

/* Footer */
.nv-footer { background: var(--c-dark); color: rgba(251,249,238,.85); padding-block: 3.5rem 2rem; }
.nv-footer-brand b { font-family: var(--font-display); color: var(--c-gold); font-size: 2rem; letter-spacing: .1em; display: block; }
.nv-footer-brand small { font-size: .64rem; letter-spacing: .4em; text-transform: uppercase; opacity: .7; }
.nv-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; margin-top: .5rem; }
.nv-footer h4 { font-family: var(--font-body); color: var(--c-gold); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .9rem; }
.nv-footer ul { list-style: none; padding: 0; margin: 0; }
.nv-footer li { margin-bottom: .45rem; font-size: .95rem; }
.nv-footer a { color: rgba(251,249,238,.8); }
.nv-footer a:hover { color: #fff; }
.nv-footer p { color: rgba(251,249,238,.75); font-size: .92rem; margin: 0 0 .5rem; }
.nv-footer-brand p { margin-top: .8rem; }
.nv-footer-bottom { border-top: 1px solid rgba(251,249,238,.15); margin-top: 2rem; padding-top: 1.2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .82rem; color: rgba(251,249,238,.6); }
.nv-legal { background: #1C1810; color: rgba(251,249,238,.6); font-size: .82rem; padding: 1.25rem 0; }
.nv-legal .container { text-align: center; }

/* iç sayfa */
.nv-page-hero { background: var(--c-ivory-2); padding-block: 3.5rem; border-bottom: 1px solid var(--c-line); }
.nv-page-hero h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
.nv-breadcrumb { font-size: .85rem; color: var(--c-muted); margin-bottom: .5rem; }
.nv-breadcrumb a { color: var(--c-gold-2); }
.nv-prose { max-width: 760px; }
.nv-prose p { color: var(--c-ink); margin-bottom: 1.1rem; }
.nv-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.nv-blog-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); display: block; }
.nv-blog-card h3 { font-size: 1.3rem; }
.nv-blog-card p { color: var(--c-muted); font-size: .92rem; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* responsive */
@media (max-width: 991.98px) {
  .nv-menu { display: none; }
  .nv-nav-toggle { display: inline-flex; }
  .nv-header.open .nv-menu { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; position: absolute; left: 1.5rem; right: 1.5rem; top: 100%; background: var(--c-ivory); border: 1px solid var(--c-line); padding: 1.25rem; border-radius: var(--radius); box-shadow: var(--shadow-md); }
  .nv-discover-grid, .nv-loc-grid { grid-template-columns: 1fr; gap: 2rem; }
  .nv-transit-grid { grid-template-columns: 1fr 1fr; }
  .nv-transit-item:nth-child(2) { border-right: none; }
  .nv-transit-item:nth-child(1), .nv-transit-item:nth-child(2) { border-bottom: 1px solid var(--c-line); }
  .nv-rooms-grid { grid-template-columns: 1fr; }
  .nv-footer-grid { grid-template-columns: 1fr 1fr; }
  .nv-deco { display: none; }
  .nv-bookbar-field { border-right: none; border-bottom: 1px solid rgba(176,134,47,.2); padding-bottom: .7rem; flex-basis: 100%; }
  .nv-bookbar-cta { margin-left: 0; width: 100%; }
  .nv-bookbar-cta .nv-btn { width: 100%; justify-content: center; }
}
@media (max-width: 575.98px) {
  .section { padding-block: 3.5rem; }
  .nv-transit-grid { grid-template-columns: 1fr; }
  .nv-transit-item { border-right: none; border-bottom: 1px solid var(--c-line); }
  .nv-discover-media { grid-template-columns: 1fr; }
  .nv-footer-grid { grid-template-columns: 1fr; }
}
a:focus-visible, button:focus-visible { outline: 3px solid var(--c-gold); outline-offset: 2px; }

/* Mobilde bootstrap g-5 satır gutter taşmasını önle (yatay scroll fix) */
@media (max-width: 991.98px) {
  .row { --bs-gutter-x: 1.5rem; }
}

html { overflow-x: clip; }

@media (max-width: 575.98px){ .nv-brand b{ font-size: .98rem; letter-spacing: .01em; } .nv-footer-brand b{ font-size: 1.05rem; overflow-wrap: anywhere; } }

/* Hamburger toggle mobilde ezilmesin (44px korunur) + marka daralabilsin */
.nv-nav-toggle { flex-shrink: 0; }
.nv-brand { min-width: 0; }

/* Marka mobilde toggle ile üst üste binmesin: overflow clip + dar ekranda font küçült */
.nv-brand { overflow: hidden; }
@media (max-width: 480px){ .nv-brand b { font-size: .82rem; } .nv-nav { gap: .5rem; } }
