/* ==========================================================================
   lokmanhekimogrenciyurdu.com — "Marque" ilhamlı tema
   Bordo/şarap + krem + koyu lacivert · Bodoni Moda (serif) + Mulish (sans)
   ========================================================================== */

:root {
  --c-wine: #842234;
  --c-wine-2: #6E1B2A;
  --c-navy: #040415;
  --c-cream: #F4F1EB;
  --c-cream-2: #ECE6DA;
  --c-white: #FFFEFD;
  --c-ink: #2A2530;
  --c-muted: #7A7280;
  --c-line: rgba(4,4,21,.12);
  --radius: 6px;
  --radius-pill: 999px;
  --shadow-sm: 0 10px 30px rgba(4,4,21,.10);
  --shadow-md: 0 24px 60px rgba(4,4,21,.16);
  --font-display: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
  --font-body: 'Mulish', system-ui, -apple-system, 'Segoe UI', sans-serif;

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

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

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

.mq-eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--c-wine); font-weight: 700; font-size: .74rem; text-transform: uppercase; letter-spacing: .22em; margin-bottom: .8rem; font-family: var(--font-body); }
.mq-title { font-size: clamp(2.2rem, 5vw, 3.8rem); text-transform: uppercase; letter-spacing: .01em; }
.mq-title .accent { color: var(--c-wine); }
.mq-sub { color: var(--c-muted); max-width: 60ch; }

/* butonlar */
.mq-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: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; border: 1.5px solid transparent; cursor: pointer; text-decoration: none !important; transition: all .15s; white-space: nowrap; }
.mq-btn-wine { background: var(--c-wine); color: #fff; }
.mq-btn-wine:hover { background: var(--c-wine-2); color: #fff; }
.mq-btn-cream { background: var(--c-cream); color: var(--c-wine); }
.mq-btn-cream:hover { background: #fff; }
.mq-btn-ghost { background: transparent; color: var(--c-wine); border-color: var(--c-wine); }
.mq-btn-ghost:hover { background: var(--c-wine); color: #fff; }
/* dairesel buton (Marque imza) */
.mq-circle { display: inline-flex; align-items: center; justify-content: center; text-align: center; width: 128px; height: 128px; border-radius: 50%; border: 1.5px solid currentColor; font-family: var(--font-body); font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none !important; transition: all .18s; }
.mq-circle:hover { background: var(--c-wine); color: #fff !important; border-color: var(--c-wine); }
.mq-circle.on-wine { color: var(--c-cream); }
.mq-circle.on-wine:hover { background: var(--c-cream); color: var(--c-wine) !important; border-color: var(--c-cream); }
.mq-arrow { width: 52px; height: 52px; border-radius: 50%; background: var(--c-wine); color: #fff; border: none; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.mq-arrow svg { width: 20px; height: 20px; }

/* header / nav */
.mq-header { position: absolute; top: 0; left: 0; right: 0; z-index: 30; }
.mq-header.solid { position: sticky; background: var(--c-wine); }
.mq-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.6rem; }
.mq-brand { display: inline-flex; flex-direction: column; line-height: 1; text-decoration: none; color: var(--c-cream); }
.mq-brand:hover { text-decoration: none; }
.mq-brand b { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; letter-spacing: .12em; }
.mq-brand small { font-family: var(--font-body); font-size: .62rem; letter-spacing: .42em; margin-top: 3px; opacity: .85; text-transform: uppercase; }
.mq-menu { display: flex; align-items: center; gap: 1.05rem; list-style: none; margin: 0; padding: 0; }
.mq-menu a { color: var(--c-cream); font-weight: 600; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; opacity: .9; white-space: nowrap; }
.mq-menu a:hover, .mq-menu a.active { opacity: 1; text-decoration: none; }
.mq-nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; background: transparent; border: 1.5px solid var(--c-cream); color: var(--c-cream); align-items: center; justify-content: center; cursor: pointer; }
.mq-nav-toggle svg { width: 20px; height: 20px; }

/* HERO */
.mq-hero { background: var(--c-wine); color: var(--c-cream); padding-top: 8rem; padding-bottom: 3rem; position: relative; overflow: hidden; }
.mq-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center; }
.mq-hero h1 { color: var(--c-cream); font-size: clamp(2.6rem, 6vw, 5rem); text-transform: uppercase; line-height: .98; }
.mq-hero-tag { color: rgba(244,241,235,.85); font-size: .95rem; max-width: 34ch; margin: 1.5rem 0 2rem; }
.mq-hero-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/5; }
.mq-hero-media svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.mq-hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 1rem; }
/* kavisli geçiş */
.mq-arc { display: block; width: 100%; height: 90px; }
.mq-arc svg { display: block; width: 100%; height: 100%; }

/* STATEMENT */
.mq-statement { background: var(--c-cream); text-align: center; padding-block: 4rem 3rem; }
.mq-statement h2 { font-size: clamp(2.2rem, 5.5vw, 4.2rem); text-transform: uppercase; line-height: 1.02; }
.mq-statement .accent { color: var(--c-wine); }
.mq-statement-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2.5rem; align-items: center; text-align: left; margin-top: 2.5rem; }
.mq-statement-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/3; }
.mq-statement-media svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.mq-statement p { color: var(--c-muted); }

/* VISUALIZE (görsel + metin) */
.mq-visual { background: var(--c-cream); }
.mq-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.mq-visual h2 { color: var(--c-wine); font-size: clamp(1.8rem, 4vw, 3rem); text-transform: uppercase; }
.mq-visual-media { position: relative; }
.mq-visual-media .main { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 5/4; }
.mq-visual-media .main svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.mq-visual p { color: var(--c-muted); }

/* GÜVEN ROZETLERİ */
.mq-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.mq-badge { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 1.5rem; text-align: center; }
.mq-badge-ic { width: 52px; height: 52px; margin: 0 auto .8rem; border-radius: 50%; background: rgba(132,34,52,.1); color: var(--c-wine); display: inline-flex; align-items: center; justify-content: center; }
.mq-badge-ic svg { width: 24px; height: 24px; }
.mq-badge h3 { font-size: 1.15rem; margin-bottom: .3rem; }
.mq-badge p { color: var(--c-muted); font-size: .86rem; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* OFERLER / ODA KARTLARI (carousel head) */
.mq-offers { background: var(--c-cream); }
.mq-offers-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.mq-offers-head h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); text-transform: uppercase; }
.mq-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.mq-offer { 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; }
.mq-offer-fig { aspect-ratio: 4/3; overflow: hidden; }
.mq-offer-fig svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.mq-offer-body { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.mq-offer-body h3 { text-transform: uppercase; font-size: 1.2rem; margin-bottom: .5rem; }
.mq-offer-body p { color: var(--c-muted); font-size: .9rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.mq-offer-list { list-style: none; padding: 0; margin: .5rem 0 1rem; }
.mq-offer-list li { position: relative; padding-left: 1.1rem; font-size: .85rem; color: var(--c-muted); margin-bottom: .2rem; }
.mq-offer-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border-radius: 50%; background: var(--c-wine); }
.mq-offer-link { color: var(--c-wine); font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; margin-top: .3rem; }

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

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

/* CTA */
.mq-cta { background: var(--c-wine); color: var(--c-cream); text-align: center; }
.mq-cta h2 { color: var(--c-cream); font-size: clamp(2rem, 4.5vw, 3.2rem); text-transform: uppercase; }
.mq-cta p { color: rgba(244,241,235,.85); max-width: 52ch; margin: .6rem auto 1.75rem; }

/* Footer */
.mq-footer { background: var(--c-wine); color: var(--c-cream); padding-block: 2rem 2.5rem; }
.mq-footer-brand { text-align: center; padding-bottom: 2rem; border-bottom: 1px solid rgba(244,241,235,.2); }
.mq-footer-brand b { font-family: var(--font-display); font-size: 2.2rem; letter-spacing: .14em; display: block; }
.mq-footer-brand small { font-size: .68rem; letter-spacing: .42em; opacity: .85; text-transform: uppercase; }
.mq-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 2rem; }
.mq-footer h4 { font-family: var(--font-body); color: var(--c-cream); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .9rem; }
.mq-footer ul { list-style: none; padding: 0; margin: 0; }
.mq-footer li { margin-bottom: .45rem; font-size: .9rem; }
.mq-footer a { color: rgba(244,241,235,.85); }
.mq-footer a:hover { color: #fff; }
.mq-footer p { color: rgba(244,241,235,.85); font-size: .9rem; margin: 0 0 .5rem; }
.mq-footer-bottom { border-top: 1px solid rgba(244,241,235,.2); margin-top: 2rem; padding-top: 1.25rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .8rem; color: rgba(244,241,235,.75); }
.mq-legal { background: var(--c-navy); color: rgba(244,241,235,.75); font-size: .8rem; padding: 1.25rem 0; }
.mq-legal .container { text-align: center; }

/* iç sayfa */
.mq-page-hero { background: var(--c-wine); color: var(--c-cream); padding-top: 8rem; padding-bottom: 3rem; }
.mq-page-hero h1 { color: var(--c-cream); font-size: clamp(1.9rem, 4vw, 3rem); text-transform: uppercase; }
.mq-breadcrumb { font-size: .82rem; color: rgba(244,241,235,.75); margin-bottom: .6rem; }
.mq-breadcrumb a { color: var(--c-cream); }
.mq-page-hero .mq-sub { color: rgba(244,241,235,.85); }
.mq-prose { max-width: 760px; }
.mq-prose p { color: var(--c-ink); margin-bottom: 1.1rem; }
.mq-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.mq-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; }
.mq-blog-card h3 { font-size: 1.2rem; text-transform: none; }
.mq-blog-card p { color: var(--c-muted); font-size: .9rem; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* responsive */
@media (max-width: 991.98px) {
  .mq-menu { display: none; }
  .mq-nav-toggle { display: inline-flex; }
  .mq-header.open .mq-menu { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; position: absolute; left: 1.5rem; right: 1.5rem; top: 100%; background: var(--c-wine-2); padding: 1.25rem; border-radius: var(--radius); box-shadow: var(--shadow-md); }
  .mq-hero-grid, .mq-statement-grid, .mq-visual-grid, .mq-loc-grid { grid-template-columns: 1fr; gap: 2rem; }
  .mq-badges { grid-template-columns: repeat(2, 1fr); }
  .mq-offer-grid { grid-template-columns: 1fr 1fr; }
  .mq-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1199.98px) {
  .mq-menu { display: none; }
  .mq-nav-toggle { display: inline-flex; }
  .mq-header.open .mq-menu { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; position: absolute; left: 1.5rem; right: 1.5rem; top: 100%; background: var(--c-wine-2); padding: 1.25rem; border-radius: var(--radius); box-shadow: var(--shadow-md); z-index: 50; }
}
@media (max-width: 575.98px) {
  .section { padding-block: 3.2rem; }
  .mq-badges, .mq-offer-grid, .mq-footer-grid { grid-template-columns: 1fr; }
  .mq-circle { width: 104px; height: 104px; }
  .mq-hero { padding-top: 6.5rem; }
}
a:focus-visible, button:focus-visible { outline: 3px solid var(--c-wine); 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){ .mq-brand b{ font-size: 1.02rem; letter-spacing: .03em; } .mq-footer b{ overflow-wrap: anywhere; } }

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

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