/* ---- temel ---- */
:root {
  --wine: #831843;
  --wine-dark: #500724;
  --rose: #fdf2f8;
  --rose-2: #fce7f3;
  --rose-3: #fbcfe8;
  --ink: #1f1723;
  --gray: #6b6472;
  --edge: #f3d5e3;
  --white: #fff;
}
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
}
a { color: var(--wine); }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .6em; font-weight: 700; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--wine); outline-offset: 2px; }

/* ---- utility ---- */
.bg-rose { background: var(--rose); }
.wrap { max-width: 1120px; margin-inline: auto; padding-inline: 1.25rem; }
.flex { display: flex; }
.grid { display: grid; }
.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: 1rem; }
.gap-4 { gap: 1.75rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.75rem; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: .5rem; }
.p-0 { padding: 0; }
.p-3 { padding: 1rem; }
.p-5 { padding: 3rem 1.5rem; }
.w-full { width: 100%; }
.rounded { border-radius: 14px; }
.img-fluid, .banner, .hero-img { display: block; max-width: 100%; height: auto; }
.text-sm { font-size: .9rem; }
.text-lg { font-size: 1.15rem; }
.text-xl { font-size: 1.45rem; }
.text-center { text-align: center; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.muted { color: var(--gray); }
.list-plain { list-style: none; padding: 0; margin: 0; }
.list-plain li { margin-bottom: .4rem; }
.sticky { position: sticky; top: 1.25rem; }
.skip { position: absolute; left: -999px; top: .5rem; background: var(--wine); color: #fff; padding: .5rem 1rem; border-radius: 6px; z-index: 100; }
.skip:focus { left: .5rem; }

/* ---- bileşenler ---- */
.hdr { background: var(--white); border-bottom: 1px solid var(--edge); padding: .9rem 0; }
.brand { text-decoration: none; color: var(--wine); }
.nav { display: flex; gap: .2rem; }
.nav-link { text-decoration: none; color: var(--ink); padding: .5rem .8rem; border-radius: 8px; font-weight: 500; }
.nav-link:hover { background: var(--rose-2); }
.nav-link.is-on { background: var(--wine); color: #fff; }
.nav-btn { display: none; background: var(--white); border: 2px solid var(--wine); color: var(--wine); font: inherit; font-weight: 700; padding: .4rem .9rem; border-radius: 8px; cursor: pointer; }

.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2rem; padding-block: 2rem 3rem; align-items: start; }
.col-side { min-width: 0; }
.crumb { margin-bottom: .8rem; color: var(--gray); }
.crumb a { text-decoration: none; }
.page-title { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; color: var(--wine-dark); }

.card { background: var(--white); border: 1px solid var(--edge); border-radius: 14px; padding: 1.6rem; }
.content h2 { margin-top: 1.4em; color: var(--wine-dark); }
.content h2:first-child { margin-top: 0; }
.content ul, .content ol { padding-left: 1.4rem; margin: 0 0 1em; }
.content table { width: 100%; border-collapse: collapse; margin-bottom: 1em; }
.content th, .content td { border: 1px solid var(--edge); padding: .5rem .7rem; text-align: left; }
.content th { background: var(--rose); }

.hero { background: var(--wine); color: #fff; border-radius: 18px; padding: 2.8rem 2.2rem; position: relative; overflow: hidden; }
.hero-deco { position: absolute; right: -30px; top: -30px; width: 200px; opacity: .35; }
.hero-title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 900; color: #fff; position: relative; }
.hero-sub { font-size: 1.15rem; color: var(--rose-3); max-width: 34rem; position: relative; }
.hero-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 1.6rem; align-items: center; }
.hero-text { position: relative; }
.hero-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; border: 3px solid var(--rose-3); box-shadow: 0 14px 34px rgba(80, 7, 36, .35); }
.banner { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--edge); box-shadow: 0 8px 24px rgba(131, 24, 67, .08); }

.btn { display: inline-block; text-align: center; padding: .8rem 1.4rem; border-radius: 10px; font-weight: 700; text-decoration: none; border: 2px solid transparent; font: inherit; font-weight: 700; cursor: pointer; }
.btn-solid { background: var(--rose-3); color: var(--wine-dark); border-color: var(--rose-3); }
.btn-solid:hover { background: #fff; border-color: #fff; }
.start-box .btn-solid { background: var(--wine); color: #fff; border-color: var(--wine); }
.start-box .btn-solid:hover { background: var(--wine-dark); border-color: var(--wine-dark); }
.form .btn-solid { background: var(--wine); color: #fff; border-color: var(--wine); }
.btn-line { background: transparent; color: var(--wine); border-color: var(--wine); }
.btn-line:hover { background: var(--rose-2); }

.link-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: .35rem; transition: transform .15s, box-shadow .15s; }
.link-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(131, 24, 67, .12); }
.link-card-num { font-weight: 900; color: var(--rose-3); font-size: 1.6rem; }

.start-box { background: var(--white); border: 2px solid var(--wine); border-radius: 16px; padding: 1.5rem; box-shadow: 0 16px 40px rgba(131, 24, 67, .12); }
.start-box-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; color: var(--wine); margin-bottom: .3rem; }
.start-steps { padding-left: 1.2rem; margin: 0 0 1.2rem; color: var(--gray); }
.start-steps li { margin-bottom: .3rem; }

.faq-mini li a { text-decoration: none; }
.faq-item { margin-bottom: .7rem; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; font: inherit; font-weight: 700; font-size: 1.05rem; padding: 1rem 1.3rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; color: var(--ink); }
.faq-q:hover { background: var(--rose); }
.faq-q[aria-expanded="true"] { color: var(--wine); }
.faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-a { padding: 0 1.3rem 1.1rem; color: var(--gray); }

.form h2 { margin-bottom: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .3rem; }
.field input, .field textarea { width: 100%; padding: .7rem .85rem; border: 1px solid #ddc4d0; border-radius: 10px; font: inherit; background: var(--rose); }
.field input:focus, .field textarea:focus { background: #fff; border-color: var(--wine); outline: none; }
.trap { position: absolute; left: -9999px; }
.alert { padding: .8rem 1rem; border-radius: 10px; font-weight: 600; }
.alert-ok { background: #ecfdf5; color: #065f46; }
.alert-bad { background: #fff1f2; color: #9f1239; }

/* ---- blog ---- */
.feed-list { display: grid; gap: .6rem; }
.feed-item { display: grid; grid-template-columns: 96px 1fr; gap: 1rem; align-items: start; background: var(--white); border: 1px solid var(--edge); border-radius: 14px; padding: 1rem 1.2rem; }
.feed-date { font-size: .8rem; font-weight: 700; color: var(--wine); text-transform: uppercase; letter-spacing: .06em; padding-top: .2rem; }
.feed-title { text-decoration: none; display: inline-block; margin-bottom: .2rem; }
.feed-title:hover { text-decoration: underline; }

.post-list { display: grid; gap: 1rem; }
.post-card { padding: 0; overflow: hidden; }
.post-card.has-pic { display: grid; grid-template-columns: 260px 1fr; }
.post-card-pic img { display: block; width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card-body { padding: 1.3rem 1.5rem; }
.post-card-date { display: block; font-size: .8rem; color: var(--gray); margin-bottom: .3rem; }
.post-card-title { font-size: 1.3rem; margin-bottom: .4rem; }
.post-card-title a { text-decoration: none; color: var(--wine-dark); }
.post-card-title a:hover { text-decoration: underline; }
.pagenav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.btn.is-off { opacity: .35; pointer-events: none; }

.article-head { margin-bottom: 1.2rem; }
.article-meta { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: .4rem; }
.article-meta time { font-weight: 700; color: var(--wine); }
.article-lead { font-size: 1.15rem; color: var(--gray); max-width: 40rem; }
.article-cover { margin: 0 0 1.2rem; }
.article-body a { font-weight: 700; }
.neighbors { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.neighbors-link { display: grid; gap: .2rem; text-decoration: none; color: var(--ink); padding: 1rem 1.2rem; }
.neighbors-link:hover { border-color: var(--wine); }
.neighbors-link.is-next { text-align: right; }
.also-list { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.also-item { display: grid; gap: .25rem; margin: 0; }
.also-item a { text-decoration: none; }
.also-item a:hover { text-decoration: underline; }

.shelf { border-left: 5px solid var(--wine); }
.shelf-title { font-size: 1.1rem; margin-bottom: .8rem; }
.shelf-list { margin-bottom: .8rem; }
.shelf-list li { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; border-bottom: 1px dashed var(--edge); padding-bottom: .4rem; }
.shelf-list a { text-decoration: none; font-weight: 700; }
.shelf-list a:hover { text-decoration: underline; }
.shelf-list time { white-space: nowrap; }

.ftr { background: var(--white); border-top: 1px solid var(--edge); padding: 2.5rem 0 1.5rem; }
.ftr a { text-decoration: none; }
.ftr a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; }
  .sticky { position: static; }
  .cols-3 { grid-template-columns: 1fr; }
  .nav-btn { display: inline-block; }
  .nav { display: none; width: 100%; flex-direction: column; }
  .nav.is-open { display: flex; }
  .hdr .wrap { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .cols-2 { grid-template-columns: 1fr; }
  .hero-split { grid-template-columns: 1fr; }
  .hero-img { border-width: 2px; }
  .hero { padding: 2rem 1.4rem; }
  .card { padding: 1.2rem; }
  .feed-item { grid-template-columns: 1fr; gap: .3rem; }
  .post-card.has-pic { grid-template-columns: 1fr; }
  .neighbors, .also-list { grid-template-columns: 1fr; }
  .neighbors-link.is-next { text-align: left; }
  .shelf-list li { flex-direction: column; gap: .1rem; }
}
