/* ==========================================================================
   bilkentogrenciyurdu.com — "Sessiz lüks / simetrik"
   Renk: TEK koyu ton (lacivert #1C2331) + krem kâğıt. Altın yalnızca vurgu.
   Tipografi: Cormorant Garamond (ince, çok büyük) + Jost
   Eksen ortalanmış; Hacettepe sola dayalıdır, bu site simetriktir.
   ========================================================================== */

:root {
  --ink:      #1C2331;
  --ink-70:   rgba(28, 35, 49, .70);
  --ink-45:   rgba(28, 35, 49, .46);
  --paper:    #F6F3ED;
  --paper-2:  #EFEBE2;
  --gold:     #8A7550;
  --gold-lt:  #C6B58F;
  --line:     rgba(28, 35, 49, .16);
  --line-soft:rgba(28, 35, 49, .09);

  --display: 'Cormorant Garamond', Georgia, serif;
  --body:    'Jost', system-ui, -apple-system, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);

  --bs-body-font-family: var(--body);
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--paper);
  --bs-border-radius: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: 6rem; }
body { margin: 0; font-family: var(--body); background: var(--paper); color: var(--ink);
       font-size: 1.02rem; line-height: 1.8; font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--ink); color: var(--paper); padding: .5rem 1rem; z-index: 2000; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- Tipografi: çok büyük, ince serif ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 300; color: var(--ink); line-height: 1.06; letter-spacing: .002em; margin: 0; }
h1 { font-size: clamp(3rem, 7.5vw, 6.4rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
h3 { font-size: clamp(1.4rem, 2.1vw, 1.8rem); font-weight: 400; }
p { color: var(--ink-70); margin: 0 0 1.1rem; }
.kicker { display: block; font-family: var(--body); font-size: .68rem; font-weight: 500; letter-spacing: .34em;
          text-transform: uppercase; color: var(--gold); margin-bottom: 1.8rem; }
.lede { font-size: 1.18rem; line-height: 1.75; color: var(--ink-70); }
.small { font-size: .88rem; color: var(--ink-45); }

/* ---------- İskele: her şey ortalanmış ---------- */
.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: var(--gutter); }
.band { padding-block: clamp(4.5rem, 9vw, 9rem); text-align: center; }
.band--tight { padding-block: clamp(2.75rem, 5vw, 4rem); }
.band--paper2 { background: var(--paper-2); }
.band--ink { background: var(--ink); color: var(--paper); }
.band--ink h1, .band--ink h2, .band--ink h3 { color: var(--paper); }
.band--ink p, .band--ink .lede { color: rgba(246, 243, 237, .72); }
.band--ink .kicker { color: var(--gold-lt); }
.center { max-width: 34rem; margin-inline: auto; }
.center--wide { max-width: 46rem; margin-inline: auto; }
.rule--gold { width: 2.5rem; height: 1px; background: var(--gold); border: 0; margin: 2rem auto; }

/* ---------- Masthead: ortalanmış, geniş ---------- */
.masthead { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 1030; }
.masthead .wrap { position: relative; }
.masthead__inner { display: flex; flex-direction: column; align-items: center; padding-block: 1.3rem .85rem; }
.masthead__brand img { height: 46px; width: auto; }
.masthead__nav { display: flex; gap: 2.4rem; margin-top: 1.1rem; }
.masthead__nav a { font-family: var(--body); font-size: .7rem; font-weight: 500; letter-spacing: .26em;
  text-transform: uppercase; color: var(--ink-70); padding-bottom: .35rem; border-bottom: 1px solid transparent; }
.masthead__nav a:hover, .masthead__nav a[aria-current] { color: var(--ink); border-bottom-color: var(--gold); }
.masthead__tel { position: absolute; right: var(--gutter); top: 1.9rem; font-size: .78rem; letter-spacing: .1em; color: var(--ink-70); }
.navtoggle { display: none; position: absolute; left: var(--gutter); top: 1.7rem; background: none; border: 0; padding: .4rem; color: var(--ink); }
.navtoggle svg { width: 24px; height: 24px; }
@media (max-width: 920px) {
  .masthead__nav, .masthead__tel { display: none; }
  .navtoggle { display: block; }
  .masthead.is-open .masthead__nav { display: flex; flex-direction: column; gap: 1.15rem; width: 100%;
    padding: 1.6rem 0 .6rem; border-top: 1px solid var(--line); margin-top: 1.1rem; }
}

/* ---------- Bağlantı ---------- */
.link { font-family: var(--body); font-size: .74rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
        border-bottom: 1px solid var(--ink); padding-bottom: .4rem; transition: color .2s, border-color .2s; }
.link:hover { color: var(--gold); border-bottom-color: var(--gold); }
.link--gold { color: var(--gold); border-bottom-color: var(--gold); }
.band--ink .link { color: var(--paper); border-bottom-color: rgba(246,243,237,.45); }
.band--ink .link:hover { color: var(--gold-lt); border-bottom-color: var(--gold-lt); }
.actions { display: flex; flex-wrap: wrap; gap: 2.2rem; justify-content: center; margin-top: 2.6rem; }

/* ---------- Hero: ortalanmış başlık + üçlü portre ---------- */
.hero { padding-top: clamp(4rem, 8vw, 7rem); text-align: center; }
.hero h1 { max-width: 14ch; margin-inline: auto; }
.hero .lede { max-width: 40rem; margin: 2.2rem auto 0; }
.triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2rem);
            align-items: center; margin-top: clamp(3.5rem, 7vw, 6rem); }
.triptych figure { margin: 0; }
.triptych img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.triptych figure:nth-child(2) img { aspect-ratio: 3/4.7; }
.triptych figcaption { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-45);
                       padding-top: .8rem; margin-top: .8rem; border-top: 1px solid var(--line); }
@media (max-width: 760px) { .triptych { grid-template-columns: 1fr; } .triptych img, .triptych figure:nth-child(2) img { aspect-ratio: 4/3; } }

/* ---------- Rakam satırı ---------- */
.figures { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.figures > div { padding: 2.2rem .75rem; border-left: 1px solid var(--line-soft); }
.figures > div:first-child { border-left: 0; }
.figures dt { font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 300; line-height: 1; }
.figures dd { margin: .7rem 0 0; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-45); }
@media (max-width: 700px) { .figures { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Galeri: üç sütun, altında künye ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); text-align: left; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery h3 { margin: 1.1rem 0 .35rem; }
.gallery p { font-size: .93rem; margin: 0; }
@media (max-width: 860px) { .gallery { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } }

/* ---------- Ayrıcalık listesi: iki sütun, hairline ---------- */
.plist { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(2.5rem, 6vw, 5rem); text-align: left; }
.plist > div { padding-block: 1.5rem; border-top: 1px solid rgba(246,243,237,.20); }
.plist h3 { font-size: 1.45rem; margin-bottom: .3rem; }
.plist p { font-size: .93rem; margin: 0; }
@media (max-width: 760px) { .plist { grid-template-columns: 1fr; } }

/* ---------- Tam genişlik levha ---------- */
.plate img { width: 100%; aspect-ratio: 21/8; object-fit: cover; }
@media (max-width: 700px) { .plate img { aspect-ratio: 4/3; } }

/* ---------- Yurt satırları ---------- */
.houses { text-align: left; max-width: 52rem; margin-inline: auto; }
.houses > div { padding-block: 1.6rem; border-top: 1px solid var(--line); }
.houses > div:last-child { border-bottom: 1px solid var(--line); }
.houses h3 { margin-bottom: .3rem; }
.houses p { margin: 0; font-size: .95rem; }

/* ---------- Sorular ---------- */
.qa { max-width: 44rem; margin-inline: auto; text-align: left; }
.qa details { border-top: 1px solid var(--line); }
.qa details:last-of-type { border-bottom: 1px solid var(--line); }
.qa summary { list-style: none; cursor: pointer; padding: 1.4rem 2.5rem 1.4rem 0; position: relative;
              font-family: var(--display); font-size: 1.3rem; font-weight: 400; line-height: 1.35; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: ""; position: absolute; right: .3rem; top: 2.05rem; width: 14px; height: 1px; background: var(--ink); }
.qa summary::before { content: ""; position: absolute; right: 6.8px; top: 1.4rem; width: 1px; height: 14px; background: var(--ink); transition: opacity .2s; }
.qa details[open] summary::before { opacity: 0; }
.qa .qa__body { padding: 0 3rem 1.6rem 0; }
.qa .qa__body p { margin: 0; }

/* ---------- Kapanış ---------- */
.closing img.mark { height: 60px; width: auto; margin: 0 auto 2.6rem; }
.closing .actions { justify-content: center; }

/* ---------- Alt bilgi ---------- */
.foot { background: var(--ink); color: rgba(246,243,237,.72); padding-block: 4.5rem 2rem; text-align: left; }
.foot a { color: rgba(246,243,237,.72); }
.foot a:hover { color: var(--gold-lt); }
.foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr; gap: clamp(1.5rem, 4vw, 3rem); }
.foot .mark { height: 50px; width: auto; margin-bottom: 1.4rem; }
.foot h4 { font-family: var(--body); font-size: .66rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 1.1rem; }
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot li { margin-bottom: .5rem; font-size: .92rem; }
.foot p { color: rgba(246,243,237,.6); font-size: .92rem; max-width: 38ch; }
.foot__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid rgba(246,243,237,.16); margin-top: 3rem; padding-top: 1.4rem; font-size: .78rem; color: rgba(246,243,237,.5); }
.legal { background: var(--ink); color: rgba(246,243,237,.42); font-size: .76rem; line-height: 1.75; padding-bottom: 3rem; text-align: left; }
.legal .wrap { max-width: 62rem; }
@media (max-width: 900px) { .foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot__grid { grid-template-columns: 1fr; } }

/* ---------- İç sayfa ---------- */
.pagehead { padding-block: clamp(3rem, 6vw, 5rem) clamp(1.75rem, 3vw, 2.5rem); border-bottom: 1px solid var(--line); text-align: center; }
.pagehead h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); max-width: 20ch; margin-inline: auto; }
.pagehead .lede { max-width: 40rem; margin: 1.6rem auto 0; }
.crumb { font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-45); margin-bottom: 1.6rem; }
.crumb a:hover { color: var(--gold); }
.prose { max-width: 40rem; text-align: left; }
.prose p { font-size: 1.06rem; margin-bottom: 1.4rem; }
.aside { border-top: 1px solid var(--line); padding-top: 1.5rem; text-align: left; }
.aside h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.aside ul { list-style: none; padding: 0; margin: 0; }
.aside li { padding-block: .55rem; border-top: 1px solid var(--line-soft); font-size: .94rem; }
.aside li:first-child { border-top: 0; }
.postlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(2rem, 5vw, 4rem); text-align: left; }
.postlist a { display: block; padding-block: 1.7rem; border-top: 1px solid var(--line); }
.postlist a:hover h3 { color: var(--gold); }
.postlist h3 { font-size: 1.4rem; margin-bottom: .4rem; transition: color .2s; }
.postlist p { font-size: .94rem; margin: 0; }
@media (max-width: 800px) { .postlist { grid-template-columns: 1fr; } }

/* editoryel ortak parçalarla uyum */
.band .row { text-align: left; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 2.2rem; justify-content: center; margin-top: 2.4rem; }
.sechead { max-width: 34rem; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.plate { margin: 0; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } html { scroll-behavior: auto; } }
