/* ==========================================================================
   wellness-one v1 — "Doğal Dokunuş"
   Spa / masaj / refleksoloji / dövme stüdyosu tema ailesi.
   Referans: krem zemin + adaçayı yeşili + sıcak bej serif ikili başlık,
   organik blob içinde gerçek fotoğraf, yumuşak köşeler, güven rozetleri.
   Tüm veri SitePayloadResolver'dan gelir; bu dosya statiktir (prod'da
   npm build YOK). Harici istek yok: fontlar bu klasörde self-host edilir.
   ========================================================================== */

@font-face {
  font-family: WellDisplay;
  src: url('fonts/lora-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: WellDisplay;
  src: url('fonts/lora-latin-ext.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: WellText;
  src: url('fonts/manrope-latin.woff2') format('woff2');
  font-weight: 300 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: WellText;
  src: url('fonts/manrope-latin-ext.woff2') format('woff2');
  font-weight: 300 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Paletler ------------------------------------------------------------
   Aynı token adları, sektöre göre ayarlanmış değerler.
   Kontrat: --accent-deep üzerinde beyaz metin AA geçer; --warm yalnız
   büyük (display) metinde kullanılır. ------------------------------------ */
:root,
[data-palette='fresh-green'] {
  --ink: #232722;
  --ink-2: #4c534c;
  --ink-soft: #78807a;
  --paper: #faf6f0;
  --card: #ffffff;
  --line: #e8e2d7;
  --accent: #4f7d69;
  --accent-deep: #3e6353;
  --accent-soft: #e9f1ec;
  --accent-ink: #ffffff;
  --warm: #a8814f;
  --peach: #f4cbae;
  --ring: rgb(79 125 105 / 0.35);
}

[data-palette='warm-earth'] {
  --ink: #29211b;
  --ink-2: #55483d;
  --ink-soft: #827467;
  --paper: #faf4ed;
  --card: #ffffff;
  --line: #ecdfd1;
  --accent: #a35c39;
  --accent-deep: #84462a;
  --accent-soft: #f6e9de;
  --accent-ink: #ffffff;
  --warm: #8f6f45;
  --peach: #f2c4a4;
  --ring: rgb(163 92 57 / 0.35);
}

[data-palette='slate-mono'] {
  --ink: #1a1b1d;
  --ink-2: #45474b;
  --ink-soft: #6f7176;
  --paper: #f4f3f1;
  --card: #ffffff;
  --line: #e2e0dc;
  --accent: #3a3d42;
  --accent-deep: #232529;
  --accent-soft: #e8e7e4;
  --accent-ink: #ffffff;
  --warm: #8a7355;
  --peach: #d9cfc2;
  --ring: rgb(58 61 66 / 0.35);
}

[data-palette='trust-blue'] {
  --ink: #101114;
  --ink-2: #45484f;
  --ink-soft: #6d7178;
  --paper: #f8f7f4;
  --card: #ffffff;
  --line: #e7e4dd;
  --accent: #2563eb;
  --accent-deep: #1a4bc4;
  --accent-soft: #e7efff;
  --accent-ink: #ffffff;
  --warm: #8a7355;
  --peach: #dbe4f6;
  --ring: rgb(37 99 235 / 0.3);
}

:root {
  --radius: 14px;
  --radius-lg: 22px;
  --radius-blob: 58% 42% 55% 45% / 55% 48% 38% 52%;
  --shell: 1180px;
  --shadow-soft: 0 10px 30px rgb(35 39 34 / 0.07);
  --shadow-lift: 0 18px 44px rgb(35 39 34 / 0.11);
}

/* --- Taban ---------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.sf {
  background: var(--paper);
  color: var(--ink);
  font-family: WellText, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.sf.has-dock {
  padding-bottom: 4.25rem;
}

@media (min-width: 760px) {
  body.sf.has-dock {
    padding-bottom: 0;
  }
}

img {
  max-width: 100%;
}

a,
button,
input,
textarea,
summary {
  touch-action: manipulation;
}

:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

[id] {
  scroll-margin-top: 88px;
}

.sf-shell {
  margin-inline: auto;
  max-width: var(--shell);
  padding-inline: clamp(1.1rem, 4vw, 2rem);
  width: 100%;
}

.sf-skip {
  background: var(--ink);
  border-radius: 0 0 10px 0;
  color: #fff;
  left: 0;
  padding: 0.6rem 1rem;
  position: fixed;
  text-decoration: none;
  top: -100%;
  transition: top 0.2s ease;
  z-index: 60;
}

.sf-skip:focus {
  top: 0;
}

/* --- Butonlar (yumuşak dikdörtgen, referansa uygun) ----------------------- */
.sf-btn {
  align-items: center;
  background: var(--accent-deep);
  border: 1.5px solid var(--accent-deep);
  border-radius: 12px;
  color: var(--accent-ink);
  cursor: pointer;
  display: inline-flex;
  font-family: WellText, sans-serif;
  font-size: 0.97rem;
  font-weight: 650;
  gap: 0.55rem;
  justify-content: center;
  line-height: 1;
  padding: 0.9rem 1.45rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.sf-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-1px);
}

.sf-btn svg {
  fill: none;
  height: 1.05em;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 1.05em;
}

.sf-btn--plain {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.sf-btn--plain:hover {
  background: var(--card);
  border-color: var(--accent);
  color: var(--accent-deep);
}

/* --- Header --------------------------------------------------------------- */
.sf-header {
  background: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.sf-header__bar {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 72px;
}

.sf-brandmark {
  align-items: center;
  color: var(--accent-deep);
  display: inline-flex;
  font-family: WellDisplay, serif;
  font-size: 1.35rem;
  font-weight: 600;
  gap: 0.5rem;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.sf-brandmark img {
  height: 40px;
  width: auto;
}

.sf-nav {
  display: none;
  gap: clamp(1rem, 2.2vw, 1.9rem);
}

.sf-nav a {
  border-bottom: 2px solid transparent;
  color: var(--ink-2);
  font-size: 0.96rem;
  font-weight: 550;
  padding: 0.35rem 0;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.sf-nav a:hover,
.sf-nav a[aria-current] {
  border-bottom-color: var(--accent);
  color: var(--accent-deep);
}

@media (min-width: 1020px) {
  .sf-nav {
    display: flex;
  }
}

.sf-header .sf-header__cta {
  display: none;
  padding: 0.75rem 1.2rem;
}

@media (min-width: 760px) {
  .sf-header .sf-header__cta {
    display: inline-flex;
  }
}

.sf-menu-toggle {
  background: none;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
  font: 600 0.9rem WellText, sans-serif;
  padding: 0.55rem 0.95rem;
}

@media (min-width: 1020px) {
  .sf-menu-toggle {
    display: none;
  }
}

.sf-drawer {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0 1rem;
}

.sf-drawer[data-open='true'] {
  display: flex;
}

@media (min-width: 1020px) {
  .sf-drawer[data-open='true'] {
    display: none;
  }
}

.sf-drawer a {
  border-radius: 10px;
  color: var(--ink-2);
  font-weight: 550;
  padding: 0.7rem 0.9rem;
  text-decoration: none;
}

.sf-drawer a:hover {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

/* --- Hero ------------------------------------------------------------------ */
.sf-hero {
  overflow: hidden;
  padding: clamp(2.25rem, 6vw, 4.5rem) 0 clamp(2.25rem, 5vw, 3.5rem);
  position: relative;
}

.sf-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  grid-template-columns: 1fr;
}

@media (min-width: 940px) {
  .sf-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.sf-eyebrow {
  align-items: center;
  color: var(--accent-deep);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sf-eyebrow::before {
  background: var(--accent);
  border-radius: 999px;
  content: '';
  display: inline-block;
  height: 2px;
  width: 26px;
}

.sf-hero h1 {
  font-family: WellDisplay, serif;
  font-size: clamp(2.35rem, 6vw, 3.9rem);
  font-weight: 550;
  letter-spacing: -0.015em;
  line-height: 1.12;
  margin-top: 0.9rem;
  text-wrap: balance;
}

.sf-hero h1 .t1 {
  color: var(--accent);
}

.sf-hero h1 .t2 {
  color: var(--warm);
}

.sf-hero__slogan {
  color: var(--ink-2);
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  margin-top: 1.1rem;
  max-width: 34rem;
}

.sf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

/* Güven rozetleri */
.sf-chips {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
}

.sf-chip {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.sf-chip__icon {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 999px;
  color: var(--accent-deep);
  display: flex;
  flex: none;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.sf-chip__icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 20px;
}

.sf-chip span {
  color: var(--ink-2);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  max-width: 9.5rem;
}

/* Organik blob görsel + dekor */
.sf-hero__media {
  margin-inline: auto;
  max-width: 560px;
  position: relative;
  width: 100%;
}

.sf-hero__media::before {
  background: var(--peach);
  border-radius: 999px;
  content: '';
  height: 26%;
  position: absolute;
  right: -4%;
  top: -6%;
  width: 26%;
  z-index: 0;
}

.sf-hero__media::after {
  background-image: radial-gradient(var(--ring) 1.6px, transparent 1.6px);
  background-size: 14px 14px;
  bottom: 2%;
  content: '';
  height: 96px;
  position: absolute;
  right: 2%;
  width: 112px;
  z-index: 2;
}

.sf-hero__blob {
  border-radius: var(--radius-blob);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sf-hero__blob img {
  aspect-ratio: 5 / 4.4;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sf-hero__ring {
  border: 1.5px solid var(--ring);
  border-radius: 52% 48% 44% 56% / 48% 55% 45% 52%;
  inset: -5% -6% -4% -5%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.sf-hero--plain .sf-hero__media {
  display: none;
}

/* --- Bölüm motoru ---------------------------------------------------------- */
.sf-section {
  padding: clamp(2.75rem, 7vw, 5rem) 0;
}

.sf-section--tint {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0) 0%, rgb(255 255 255 / 0.65) 14%, rgb(255 255 255 / 0.65) 86%, rgb(255 255 255 / 0) 100%),
    var(--accent-soft);
}

[data-palette='slate-mono'] .sf-section--tint {
  background: #eceae6;
}

.sf-head {
  max-width: 44rem;
}

.sf-title {
  font-family: WellDisplay, serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 550;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-top: 0.55rem;
  text-wrap: balance;
}

.sf-title em {
  color: var(--warm);
  font-style: normal;
}

.sf-lede {
  color: var(--ink-2);
  margin-top: 0.8rem;
  max-width: 38rem;
}

/* --- Hizmet kartları -------------------------------------------------------- */
.sf-cards {
  display: grid;
  gap: clamp(0.9rem, 2.5vw, 1.4rem);
  grid-template-columns: 1fr;
  margin-top: 2.25rem;
}

@media (min-width: 640px) {
  .sf-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.sf-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.5rem 1.7rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sf-card:hover {
  box-shadow: var(--shadow-lift);
  transform: translateY(-4px);
}

.sf-card__icon {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 14px;
  color: var(--accent-deep);
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 46px;
}

.sf-card__icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 22px;
}

.sf-card h3 {
  font-family: WellDisplay, serif;
  font-size: 1.17rem;
  font-weight: 600;
  line-height: 1.3;
}

.sf-card p {
  color: var(--ink-2);
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

/* --- Hakkımızda ------------------------------------------------------------ */
.sf-about {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .sf-about {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.sf-about__media {
  border-radius: var(--radius-blob);
  overflow: hidden;
}

.sf-about__media img {
  aspect-ratio: 5 / 4;
  display: block;
  object-fit: cover;
  width: 100%;
}

.sf-prose p {
  color: var(--ink-2);
  margin-bottom: 1em;
}

.sf-prose p:last-child {
  margin-bottom: 0;
}

.sf-prose a,
.sf-faq a {
  color: var(--accent-deep);
}

/* --- Avantajlar / yaklaşım -------------------------------------------------- */
.sf-adv {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2.25rem;
}

@media (min-width: 700px) {
  .sf-adv {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sf-adv__item {
  align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  gap: 0.9rem;
  padding: 1.2rem 1.3rem;
}

.sf-adv__item svg {
  color: var(--accent);
  fill: none;
  flex: none;
  height: 22px;
  margin-top: 0.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}

.sf-adv__item p {
  color: var(--ink-2);
  font-weight: 550;
}

/* --- Süreç adımları --------------------------------------------------------- */
.sf-steps {
  counter-reset: step;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2.25rem;
}

@media (min-width: 760px) {
  .sf-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .sf-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sf-step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.3rem;
  position: relative;
}

.sf-step::before {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 999px;
  color: var(--accent-deep);
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  display: flex;
  font-size: 0.85rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin-bottom: 0.9rem;
  width: 38px;
}

.sf-step h3 {
  font-family: WellDisplay, serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.sf-step p {
  color: var(--ink-2);
  font-size: 0.92rem;
  margin-top: 0.4rem;
}

/* --- Danışan deneyimleri ---------------------------------------------------- */
.sf-quotes {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .sf-quotes {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sf-quote {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.5rem 1.35rem;
}

.sf-quote blockquote {
  color: var(--ink-2);
  font-family: WellDisplay, serif;
  font-size: 1.05rem;
  line-height: 1.55;
}

.sf-quote blockquote::before {
  color: var(--warm);
  content: '“';
  display: block;
  font-size: 2.1rem;
  line-height: 0.6;
  margin-bottom: 0.55rem;
}

.sf-quote cite {
  color: var(--ink-soft);
  display: block;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.8rem;
}

.sf-quotes__note {
  color: var(--ink-soft);
  font-size: 0.84rem;
  margin-top: 1rem;
}

/* --- Galeri ----------------------------------------------------------------- */
.sf-gallery {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.25rem;
}

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

.sf-gallery figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.sf-gallery img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.sf-gallery figure:hover img {
  transform: scale(1.04);
}

/* --- Blog kartları ----------------------------------------------------------- */
.sf-posts--grid {
  display: grid;
  gap: clamp(1rem, 3vw, 1.6rem);
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .sf-posts--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.sf-post-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sf-post-card:hover {
  box-shadow: var(--shadow-lift);
  transform: translateY(-3px);
}

.sf-post-card__media {
  aspect-ratio: 8 / 5;
  display: block;
  overflow: hidden;
}

.sf-post-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sf-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem 1.35rem 1.4rem;
}

.sf-post-card__body time {
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sf-post-card__body h2,
.sf-post-card__body h3 {
  font-family: WellDisplay, serif;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.32;
  text-wrap: balance;
}

.sf-post-card__body h2 a,
.sf-post-card__body h3 a {
  color: var(--ink);
  text-decoration: none;
}

.sf-post-card__body h2 a:hover,
.sf-post-card__body h3 a:hover {
  color: var(--accent-deep);
}

.sf-post-card__body p {
  color: var(--ink-2);
  font-size: 0.94rem;
}

.sf-post-card__more {
  color: var(--accent-deep);
  font-weight: 650;
  margin-top: auto;
  text-decoration: none;
}

.sf-post-card__more:hover {
  text-decoration: underline;
}

/* --- SSS --------------------------------------------------------------------- */
.sf-faq {
  display: grid;
  gap: 0.7rem;
  margin-top: 2.25rem;
  max-width: 46rem;
}

.sf-faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
}

.sf-faq summary {
  cursor: pointer;
  font-weight: 650;
  list-style: none;
  padding: 1.05rem 3rem 1.05rem 1.25rem;
  position: relative;
}

.sf-faq summary::-webkit-details-marker {
  display: none;
}

.sf-faq summary::after {
  color: var(--accent-deep);
  content: '+';
  font-size: 1.3rem;
  position: absolute;
  right: 1.15rem;
  top: 50%;
  transform: translateY(-52%);
}

.sf-faq details[open] summary::after {
  content: '–';
}

.sf-faq details p {
  color: var(--ink-2);
  padding: 0 1.25rem 1.15rem;
}

/* --- İletişim / randevu ------------------------------------------------------- */
.sf-contact {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  grid-template-columns: 1fr;
}

@media (min-width: 940px) {
  .sf-contact {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.sf-infocard {
  background: var(--accent-deep);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 1.6rem 1.5rem;
}

.sf-infocard__row {
  border-bottom: 1px solid rgb(255 255 255 / 0.16);
  padding: 0.8rem 0;
}

.sf-infocard__row:last-child {
  border-bottom: 0;
}

.sf-infocard dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.75;
  text-transform: uppercase;
}

.sf-infocard dd {
  font-size: 1.02rem;
  font-weight: 600;
  margin-top: 0.2rem;
}

.sf-infocard a {
  color: #fff;
  text-decoration: none;
}

.sf-infocard a:hover {
  text-decoration: underline;
}

.sf-directions {
  color: var(--accent-deep);
  display: inline-block;
  font-weight: 650;
  margin-top: 1rem;
  text-decoration: none;
}

.sf-directions:hover {
  text-decoration: underline;
}

.sf-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.4rem, 3vw, 2rem);
}

.sf-field {
  margin-bottom: 1rem;
}

.sf-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 650;
  margin-bottom: 0.35rem;
}

.sf-field input,
.sf-field textarea {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  font: inherit;
  padding: 0.8rem 0.95rem;
  width: 100%;
}

.sf-field input:focus,
.sf-field textarea:focus {
  border-color: var(--accent);
  outline: none;
}

.sf-honeypot {
  left: -9999px;
  position: absolute;
}

.sf-note {
  color: var(--ink-soft);
  font-size: 0.84rem;
  margin: 0.9rem 0;
}

.sf-note a {
  color: var(--accent-deep);
}

.sf-consent {
  align-items: flex-start;
  color: var(--ink-2);
  cursor: pointer;
  display: flex;
  font-size: 0.88rem;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.sf-consent input {
  accent-color: var(--accent-deep);
  height: 1.05rem;
  margin-top: 0.18rem;
  width: 1.05rem;
}

.sf-alert {
  background: var(--accent-soft);
  border-radius: 10px;
  color: var(--accent-deep);
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
}

.sf-alert--error {
  background: #fdecea;
  color: #b3261e;
}

/* --- Tıbbi bilgilendirme / onam ------------------------------------------------ */
.sf-medical-note {
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.55;
}

.sf-medical-note--panel {
  background: var(--accent-soft);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--ink-2);
  margin-bottom: 1.25rem;
  padding: 0.9rem 1.1rem;
}

.sf-medical-note--article {
  background: var(--accent-soft);
  border-radius: var(--radius);
  color: var(--ink-2);
  display: block;
  font-size: 0.9rem;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  padding: 1rem 1.2rem;
}

/* --- Footer -------------------------------------------------------------------- */
.sf-footer {
  background: var(--ink);
  color: rgb(255 255 255 / 0.85);
  margin-top: clamp(2rem, 6vw, 4rem);
  padding: clamp(2rem, 5vw, 3rem) 0 1.75rem;
}

.sf-footer__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 860px) {
  .sf-footer__grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .sf-footer__grid > .sf-footer__legal {
    grid-column: 1 / -1;
  }
}

.sf-footer__name {
  color: #fff;
  font-family: WellDisplay, serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.sf-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.sf-footer__links a {
  color: rgb(255 255 255 / 0.8);
  text-decoration: none;
}

.sf-footer__links a:hover {
  color: #fff;
  text-decoration: underline;
}

.sf-footer .sf-medical-note {
  border-top: 1px solid rgb(255 255 255 / 0.14);
  color: rgb(255 255 255 / 0.65);
  margin-top: 0.5rem;
  padding-top: 1rem;
}

.sf-footer__legal {
  border-top: 1px solid rgb(255 255 255 / 0.14);
  color: rgb(255 255 255 / 0.6);
  font-size: 0.85rem;
  padding-top: 1.1rem;
}

.sf-footer__brand {
  color: #fff;
  font-family: WellDisplay, serif;
  font-size: 1.15rem;
  font-weight: 600;
}

/* --- WhatsApp balonu + mobil dock ---------------------------------------------- */
.sf-wa {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 5.25rem;
  box-shadow: 0 10px 26px rgb(0 0 0 / 0.22);
  display: flex;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 1.1rem;
  width: 56px;
  z-index: 45;
}

@media (min-width: 760px) {
  .sf-wa {
    bottom: 1.4rem;
  }
}

.sf-wa svg {
  fill: #fff;
  height: 28px;
  width: 28px;
}

.sf-dock {
  background: var(--card);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: grid;
  gap: 0.5rem;
  grid-auto-flow: column;
  left: 0;
  padding: 0.6rem 0.9rem calc(0.6rem + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 44;
}

@media (min-width: 760px) {
  .sf-dock {
    display: none;
  }
}

.sf-dock a {
  align-items: center;
  border: 1.5px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  display: flex;
  font-size: 0.92rem;
  font-weight: 650;
  justify-content: center;
  padding: 0.7rem 0.5rem;
  text-decoration: none;
}

.sf-dock a.is-primary {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
  color: var(--accent-ink);
}

/* --- Blog sayfaları (liste + makale) -------------------------------------------- */
.sf-page {
  padding: clamp(2rem, 6vw, 4rem) 0 clamp(3rem, 8vw, 5rem);
}

.sf-head--page h1 {
  font-family: WellDisplay, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 550;
  letter-spacing: -0.015em;
  margin-top: 0.5rem;
  text-wrap: balance;
}

.sf-header__row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 72px;
}

.sf-empty {
  color: var(--ink-soft);
  padding: 3rem 0;
  text-align: center;
}

.sf-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.sf-article {
  max-width: 760px;
}

.sf-article__head time {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.sf-article__head h1 {
  font-family: WellDisplay, serif;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  font-weight: 550;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin: 0.4rem 0 0.6rem;
  text-wrap: balance;
}

.sf-article__cover {
  border-radius: var(--radius-lg);
  margin: clamp(1.25rem, 3vw, 2rem) 0;
  overflow: hidden;
}

.sf-article__cover img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.sf-prose h2,
.sf-prose h3,
.sf-prose h4 {
  font-family: WellDisplay, serif;
  font-weight: 600;
  line-height: 1.28;
  margin: 1.6em 0 0.5em;
  text-wrap: balance;
}

.sf-prose h2 { font-size: 1.45rem; }
.sf-prose h3 { font-size: 1.2rem; }
.sf-prose h4 { font-size: 1.05rem; }

.sf-prose ul,
.sf-prose ol {
  color: var(--ink-2);
  margin: 0 0 1.1em;
  padding-left: 1.4em;
}

.sf-prose li {
  margin-bottom: 0.4em;
}

.sf-prose img {
  border-radius: var(--radius);
  height: auto;
}

.sf-prose blockquote {
  border-left: 3px solid var(--accent);
  color: var(--ink-2);
  font-family: WellDisplay, serif;
  margin: 1.2em 0;
  padding: 0.2em 0 0.2em 1em;
}

.sf-article__cta {
  border-top: 1px solid var(--line);
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  padding-top: clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

.sf-related {
  margin-top: clamp(2.5rem, 6vw, 4rem);
}

.sf-related h2 {
  font-family: WellDisplay, serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

/* --- Animasyon (yalnız .js-anim altında gizleme; JS çalışmazsa içerik görünür) --- */
@media (prefers-reduced-motion: no-preference) {
  .sf-lift {
    animation: sf-lift 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: var(--d, 0ms);
    opacity: 0;
    transform: translateY(16px);
  }

  @keyframes sf-lift {
    to {
      opacity: 1;
      transform: none;
    }
  }

  .js-anim .sf-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .js-anim .sf-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .sf-header,
  .sf-dock,
  .sf-wa,
  .sf-form {
    display: none;
  }
}

/* --- Fotoğrafsız hero dekoru (gerçek görsel gelene kadar zarif dolgu) ------ */
.sf-hero__blob--decor {
  align-items: center;
  aspect-ratio: 5 / 4.4;
  background:
    radial-gradient(120% 120% at 20% 15%, var(--accent-soft) 0%, transparent 55%),
    radial-gradient(110% 110% at 85% 80%, var(--peach) 0%, transparent 45%),
    var(--card);
  display: flex;
  justify-content: center;
}

.sf-hero__decorleaf svg {
  fill: none;
  height: clamp(72px, 10vw, 120px);
  opacity: 0.5;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
  width: clamp(72px, 10vw, 120px);
}

.sf-eyebrow a {
  color: inherit;
  text-decoration: none;
}

.sf-eyebrow a:hover {
  text-decoration: underline;
}

.sf-brandmark img {
  height: 44px;
  width: auto;
}

.sf-brandmark__word .t1 {
  color: var(--accent);
}

.sf-brandmark__word .t2 {
  color: var(--warm);
}

/* Gorsel olarak gizli, ekran okuyucu ve arama motoru icin okunur metin. */
.sf-sr {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* --- Blog sayfa yolu ve geri dönüş bağlantıları -------------------------- */
.sf-crumbs {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 0.5rem;
  margin-bottom: clamp(1rem, 3vw, 1.6rem);
}

.sf-crumbs a {
  color: var(--ink-2);
  text-decoration: none;
}

.sf-crumbs a:hover {
  color: var(--accent-deep);
  text-decoration: underline;
}

.sf-crumbs [aria-current='page'] {
  color: var(--ink-soft);
}

.sf-backrow {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-top: clamp(1.1rem, 3vw, 1.6rem);
}

.sf-back {
  align-items: center;
  color: var(--accent-deep);
  display: inline-flex;
  font-weight: 650;
  gap: 0.45rem;
  text-decoration: none;
}

.sf-back:hover {
  text-decoration: underline;
}

/* --- Sosyal medya ikon şeridi ------------------------------------------- */
.sf-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}

.sf-social a {
  align-items: center;
  background: rgb(255 255 255 / 0.1);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  width: 42px;
}

.sf-social a:hover {
  background: var(--accent);
  color: var(--accent-ink);
  transform: translateY(-2px);
}

.sf-social svg {
  fill: currentColor;
  height: 20px;
  width: 20px;
}

/* Açık zeminde (footer dışında) kullanılırsa okunaklı kalsın. */
.sf-section .sf-social a,
.sf-page .sf-social a {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

.sf-sr {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* --- Platform imzasi (SEO: baglanti nofollow/sponsored) ------------------ */
.sf-powered {
  color: rgb(255 255 255 / 0.45);
  font-size: 0.8rem;
  margin-top: 0.6rem;
}

.sf-powered a {
  color: rgb(255 255 255 / 0.7);
  text-decoration: none;
}

.sf-powered a:hover {
  color: #fff;
  text-decoration: underline;
}
