@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #2a1f14;
  --muted: #756550;
  --night: #fffaf1;
  --night-2: #f8eddc;
  --card: #fffdf8;
  --line: rgba(207, 161, 74, .32);
  --lime: #cfa14a;
  --lime-2: #eccf92;
  --lime-3: #f2dcc3;
  --cream: #f2e8d8;
  --dark: #2a1f14;
  --blue: #4285f4;
  --dt: #1ba96f;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(61, 46, 30, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-soft {
  background: var(--cream);
  color: var(--ink);
  border-block: 1px solid rgba(47, 150, 96, .08);
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .018;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  background: rgba(250, 249, 245, .86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(1.3);
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.scrolled {
  background: rgba(250, 249, 245, .95);
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(28, 63, 47, .06);
}
.nav { height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; flex-direction: column; line-height: 1; white-space: nowrap; margin-right: auto; }
.brand small { font-size: 9px; letter-spacing: .26em; color: var(--lime); font-weight: 700; margin-bottom: 7px; }
.brand strong { font-family: Manrope, sans-serif; font-size: 18px; letter-spacing: -.04em; }
.brand strong span { font-weight: 800; color: #8a6d35; }
.nav-links { display: flex; gap: 30px; color: #40534a; font-size: 14px; }
.nav-links a { position: relative; }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--lime);
  transition: .25s;
}
.nav-links a:hover::after, .nav-links a[aria-current='page']::after { right: 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--lime);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(47, 150, 96, .18);
  transition: transform .25s, background .25s, border-color .25s, box-shadow .25s;
}
.btn:hover { transform: translateY(-2px); background: #287e51; box-shadow: 0 12px 28px rgba(47, 150, 96, .24); }
.btn-outline { color: var(--dark); background: transparent; border-color: rgba(24, 53, 42, .4); box-shadow: none; }
.btn-outline:hover { background: #fff; border-color: var(--lime); box-shadow: 0 10px 28px rgba(28, 63, 47, .08); }
.btn-dark { background: var(--dark); color: #fff; box-shadow: 0 8px 22px rgba(24, 53, 42, .18); }
.btn-dark:hover { background: #224a3a; }
.btn-small { min-height: 45px; padding: 0 19px; font-size: 14px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--dark); width: 44px; height: 44px; }
.menu-button span, .menu-button span::before, .menu-button span::after {
  display: block;
  width: 23px;
  height: 2px;
  background: currentColor;
  content: '';
  transition: .25s;
}
.menu-button span::before { transform: translateY(-7px); }
.menu-button span::after { transform: translateY(5px); }
.mobile-nav { display: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.display { font-family: Manrope, sans-serif; font-size: clamp(47px, 6.5vw, 94px); line-height: .98; letter-spacing: -.068em; margin: 25px 0; }
.display em, .section-title em { font-style: normal; color: var(--lime); }
.lede { font-size: clamp(17px, 2vw, 20px); line-height: 1.65; color: #566960; max-width: 640px; }
.hero {
  min-height: 850px;
  padding-top: 148px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 19%, rgba(112, 184, 143, .2), transparent 34%),
    radial-gradient(circle at 90% 72%, rgba(220, 232, 212, .72), transparent 33%),
    linear-gradient(135deg, #fbfaf6 0%, #f7f8f2 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 44px; }
.proof { padding-right: 18px; border-right: 1px solid var(--line); }
.proof:last-child { border: 0; }
.proof strong { display: block; color: var(--dark); font-size: 14px; }
.proof span { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.hero-visual { position: relative; min-height: 650px; }
.hero-visual::before {
  content: '';
  position: absolute;
  width: 82%;
  height: 90%;
  right: -4%;
  top: 2%;
  border: 1px solid rgba(47, 150, 96, .34);
  border-radius: 50% 50% 30px 30px;
}
.hero-visual img {
  position: absolute;
  width: 86%;
  height: 600px;
  right: 3%;
  bottom: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 240px 240px 28px 28px;
  filter: saturate(.9) contrast(1.02);
  box-shadow: var(--shadow);
}
.hero-tag {
  position: absolute;
  left: 0;
  bottom: 50px;
  background: rgba(255, 255, 255, .94);
  color: var(--dark);
  border: 1px solid rgba(24, 53, 42, .1);
  border-radius: 18px;
  padding: 17px 19px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hero-tag strong { font-size: 24px; color: var(--lime); }
.hero-tag span { display: block; font-size: 12px; color: #536157; margin-top: 2px; }
.scroll-mark { position: absolute; bottom: 30px; left: 24px; font-size: 10px; letter-spacing: .18em; color: #7e8b80; writing-mode: vertical-rl; }

.marquee { border-block: 1px solid var(--line); overflow: hidden; padding: 18px 0; color: #687a70; background: #fff; }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { font-size: 14px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-right: 60px; }
.marquee i { color: var(--lime); font-style: normal; margin-right: 60px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; align-items: end; margin-bottom: 52px; }
.section-kicker { color: #4c735d; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-title { font-family: Manrope, sans-serif; font-size: clamp(38px, 5vw, 68px); line-height: 1.03; letter-spacing: -.055em; margin: 0; }
.section-copy { color: #5b685f; line-height: 1.7; max-width: 620px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service {
  min-height: 280px;
  border: 1px solid rgba(24, 53, 42, .12);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: .3s;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 28px rgba(28, 63, 47, .045);
}
.service:hover { transform: translateY(-6px); border-color: rgba(47, 150, 96, .42); background: #fff; box-shadow: 0 18px 40px rgba(30, 74, 51, .1); }
.service-no { font-size: 11px; color: #668074; }
.service h3 { font: 600 23px/1.2 Manrope, sans-serif; letter-spacing: -.04em; margin: auto 0 14px; max-width: 260px; }
.service p { color: #657068; font-size: 14px; line-height: 1.6; margin: 0; }
.service-arrow { margin-top: 20px; color: var(--lime); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 310px 310px; gap: 14px; }
.story-card { position: relative; overflow: hidden; border-radius: 22px; min-height: 280px; box-shadow: 0 14px 36px rgba(28, 63, 47, .1); }
.story-card:first-child { grid-row: span 2; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.story-card:hover img { transform: scale(1.035); }
.story-card::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10, 28, 20, .88)); }
.story-label { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: #fff; font-size: 13px; text-shadow: 0 1px 8px rgba(0, 0, 0, .25); }
.story-label strong { display: block; font-size: 16px; margin-bottom: 4px; }
.section-actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 30px; }
.fine { color: var(--muted); font-size: 13px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review { background: #fff; border: 1px solid rgba(24, 53, 42, .11); border-radius: 22px; padding: 26px; display: flex; flex-direction: column; min-height: 285px; box-shadow: 0 10px 32px rgba(28, 63, 47, .055); }
.review-top { display: flex; justify-content: space-between; align-items: center; }
.source { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 700; }
.source::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.source-google { color: #346bc5; background: #e9f0ff; }
.source-dt { color: #11885a; background: #e5f8ef; }
.source-ds { color: #8a4e13; background: #fff0d7; }
.stars { color: #d99b16; font-size: 12px; letter-spacing: 1px; }
.review blockquote { font-size: 15px; line-height: 1.65; margin: 25px 0; color: #35443a; }
.review footer { margin-top: auto; border-top: 1px solid #e6e9e2; padding-top: 17px; display: flex; justify-content: space-between; font-size: 12px; color: #718077; }
.review footer strong { color: #26362c; }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.approach-visual { position: relative; }
.approach-visual img { height: 610px; width: 100%; object-fit: cover; border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow); }
.approach-visual::after { content: '5,0'; position: absolute; right: -20px; bottom: 60px; width: 120px; height: 120px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: #fff; font: 700 28px Manrope; box-shadow: 0 12px 30px rgba(47, 150, 96, .25); }
.approach-list { display: grid; gap: 12px; }
.approach-item { border-top: 1px solid var(--line); padding: 25px 0; display: grid; grid-template-columns: 58px 1fr; gap: 15px; }
.approach-item span { color: var(--lime); font-size: 12px; }
.approach-item h3 { font: 600 23px Manrope; margin: 0 0 8px; }
.approach-item p { color: var(--muted); line-height: 1.6; margin: 0; font-size: 14px; }

.contact-preview { display: grid; grid-template-columns: .82fr 1.18fr; gap: 20px; }
.contact-panel { background: #dfeee3; color: var(--dark); border: 1px solid rgba(47, 150, 96, .14); border-radius: var(--radius); padding: 42px; }
.contact-panel h2 { font: 600 clamp(36px, 5vw, 60px)/1 Manrope; letter-spacing: -.055em; margin: 14px 0 35px; }
.contact-line { display: block; padding: 18px 0; border-top: 1px solid rgba(16, 58, 39, .17); font-size: 14px; }
.contact-line strong { display: block; font-size: 18px; margin-bottom: 4px; }
.map { border: 0; width: 100%; height: 100%; min-height: 470px; border-radius: var(--radius); filter: saturate(.72) contrast(1.02); box-shadow: 0 14px 38px rgba(28, 63, 47, .09); }

.page-hero {
  padding: 185px 0 95px;
  background:
    radial-gradient(circle at 82% 28%, rgba(105, 180, 137, .2), transparent 31%),
    linear-gradient(180deg, #f4f7f0 0%, var(--night) 100%);
  border-bottom: 1px solid rgba(47, 150, 96, .08);
}
.page-hero .display { font-size: clamp(50px, 7.4vw, 98px); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.page-hero .lede { margin: 0 0 10px; }
.about-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.about-feature.about-single { grid-template-columns: 1fr; }
.about-feature.about-single .about-text { max-width: 80ch; }
.about-banner { margin-top: 55px; }
.about-wide { margin: 0; }
.about-wide img { width: 100%; height: auto; display: block; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-feature img { border-radius: var(--radius); aspect-ratio: 1; object-fit: cover; box-shadow: var(--shadow); }
.about-text h2 { font: 600 clamp(34px, 4vw, 55px)/1.08 Manrope; letter-spacing: -.05em; }
.about-text p { color: #59685e; line-height: 1.75; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.feature-pills span { padding: 10px 13px; border: 1px solid rgba(47, 150, 96, .22); background: rgba(255, 255, 255, .58); border-radius: 999px; font-size: 12px; }
.all-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.all-reviews .review { min-height: 0; }
.all-reviews .review blockquote { display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
.cta-band { padding: 72px 0; background: #dcecdf; color: var(--dark); border-block: 1px solid rgba(47, 150, 96, .12); }
.cta-band .shell { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.cta-band h2 { font: 600 clamp(32px, 5vw, 58px)/1.02 Manrope; letter-spacing: -.05em; margin: 0; max-width: 700px; }

.success-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.success-card { overflow: hidden; border: 1px solid rgba(24, 53, 42, .11); border-radius: 24px; background: var(--card); box-shadow: 0 12px 38px rgba(28, 63, 47, .07); }
.success-card:nth-child(3n+2) { transform: translateY(35px); }
.success-media { overflow: hidden; aspect-ratio: 4/5; background: var(--cream); }
.success-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.success-card:hover img { transform: scale(1.04); }
.success-caption { padding: 22px; }
.success-caption small { color: var(--lime); letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.success-caption p { font-size: 14px; line-height: 1.6; color: #53635a; margin: 10px 0 0; }
.notice { border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 20px; margin-top: 70px; color: var(--muted); font-size: 13px; text-align: center; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; align-items: start; }
.info-card, .form-card { border-radius: var(--radius); padding: 38px; }
.info-card { background: #dfeee3; color: var(--dark); border: 1px solid rgba(47, 150, 96, .15); position: sticky; top: 110px; }
.info-card h2, .form-card h2 { font: 600 37px/1.1 Manrope; letter-spacing: -.045em; margin: 0 0 28px; }
.info-row { padding: 17px 0; border-top: 1px solid rgba(16, 58, 39, .17); }
.info-row small { display: block; text-transform: uppercase; letter-spacing: .12em; color: #527161; font-size: 9px; margin-bottom: 6px; }
.info-row a, .info-row p { font-weight: 600; margin: 0; line-height: 1.5; }
.info-row a + a { display: block; margin-top: 6px; }
.form-card { background: #fff; color: var(--dark); border: 1px solid rgba(24, 53, 42, .1); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1/-1; }
.field label { font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; background: #f7f8f4; border: 1px solid #dbe3dc; border-radius: 12px; padding: 14px; color: var(--dark); outline: none; }
.field input::placeholder, .field textarea::placeholder { color: #89958e; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(47, 150, 96, .13); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.form-card .btn { margin-top: 23px; border: 0; }
.form-note { font-size: 11px; color: #78847b; margin: 12px 0 0; }
.contact-map { margin-top: 20px; height: 500px; }

.footer { padding: 65px 0 26px; background: var(--dark); color: #f6f7f2; border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .6fr .6fr .85fr; gap: 40px; }
.footer .brand small { color: #8fd1ac; }
.footer-brand p { color: #b8c8c0; max-width: 380px; line-height: 1.6; font-size: 14px; }
.footer-col strong { display: block; font-size: 11px; color: #8eaa9d; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 14px; margin: 10px 0; color: #d6dfda; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-col-hours p { font-size: 13px; line-height: 2; color: #d6dfda; margin: 0; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 46px; padding-top: 20px; display: flex; justify-content: space-between; color: #91a69c; font-size: 11px; }
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #07341a; box-shadow: 0 12px 30px rgba(22, 67, 42, .22); font-weight: 800; font-size: 13px; transition: .25s; }
.wa-float:hover { transform: scale(1.07); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--delay, 0s), transform .75s var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links, .nav > .btn { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav {
    display: flex;
    position: fixed;
    z-index: 49;
    inset: 88px 0 auto;
    background: rgba(250, 249, 245, .98);
    padding: 28px 20px 34px;
    flex-direction: column;
    gap: 7px;
    transform: translateY(-130%);
    transition: .35s;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(28, 63, 47, .1);
  }
  .mobile-nav.open { transform: none; }
  .mobile-nav a { font: 600 25px Manrope; padding: 10px; color: var(--dark); }
  .mobile-nav .btn { margin-top: 12px; color: #fff; font: 700 14px DM Sans; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-visual { min-height: 560px; }
  .hero-visual img { height: 540px; width: 88%; }
  .scroll-mark { display: none; }
  .services-grid, .all-reviews { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:first-child { grid-row: span 1; grid-column: span 2; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .approach-grid { gap: 40px; }
  .contact-preview, .contact-layout { grid-template-columns: 1fr; }
  .info-card { position: static; }
  .success-grid { grid-template-columns: repeat(2, 1fr); }
  .success-card:nth-child(3n+2) { transform: none; }
  .section-head { grid-template-columns: 1fr; gap: 17px; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .nav { height: 76px; }
  .mobile-nav { inset: 76px 0 auto; }
  .brand strong { font-size: 15px; }
  .hero { padding-top: 120px; }
  .display { font-size: 48px; }
  .hero-visual { min-height: 470px; }
  .hero-visual img { height: 450px; width: 94%; right: 0; }
  .hero-tag { left: 0; bottom: 25px; }
  .hero-proof { gap: 12px; }
  .proof { width: 100%; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 12px; }
  .services-grid, .reviews-grid, .all-reviews, .success-grid { grid-template-columns: 1fr; }
  .service { min-height: 235px; }
  .story-grid { display: flex; overflow: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .story-card, .story-card:first-child { min-width: 84vw; height: 440px; scroll-snap-align: start; }
  .section-actions { align-items: flex-start; flex-direction: column; }
  .approach-grid, .about-feature { grid-template-columns: 1fr; }
  .approach-visual img { height: 490px; }
  .approach-visual::after { right: 5px; }
  .contact-panel, .info-card, .form-card { padding: 27px; }
  .map { min-height: 390px; }
  .page-hero { padding: 145px 0 70px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .cta-band .shell { align-items: flex-start; flex-direction: column; }
  .success-media { aspect-ratio: 4/5; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .contact-map { height: 420px; }
}

/* v4 — Başarılarımız tam boy görüntüleyici */
.success-media img { cursor: zoom-in; }
.success-media img:focus-visible { outline: 4px solid var(--lime); outline-offset: -4px; }
body.viewer-open { overflow: hidden; }
.success-viewer { inset: 0; width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: #fff; overflow: hidden; }
.success-viewer::backdrop { background: rgba(13, 13, 12, .96); }
.success-viewer-inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 52px 72px 48px; }
.success-viewer-figure { max-width: 92vw; margin: 0; display: grid; justify-items: center; gap: 13px; }
.success-viewer-image { display: block; max-width: 92vw; max-height: min(88vh, calc(100vh - 150px)); object-fit: contain; border-radius: 4px; box-shadow: 0 20px 70px rgba(0, 0, 0, .48); }
.success-viewer-figure figcaption { max-width: min(760px, 86vw); max-height: 90px; overflow: auto; text-align: center; }
.success-viewer-figure figcaption small { color: #b8df7f; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.success-viewer-figure figcaption p { margin: 5px 0 0; color: #e6ebe7; font-size: 12px; line-height: 1.45; }
.success-viewer-close,.success-viewer-nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(16,58,39,.76); color: #fff; cursor: pointer; }
.success-viewer-close:focus-visible,.success-viewer-nav:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.success-viewer-close { top: 18px; right: 20px; width: 44px; height: 44px; font-size: 31px; line-height: 1; }
.success-viewer-nav { top: 50%; width: 48px; height: 48px; font-size: 38px; transform: translateY(-50%); }
.success-viewer-prev { left: 18px; }
.success-viewer-next { right: 18px; }
.success-viewer-count { position: absolute; top: 27px; left: 50%; color: #eef3ef; font-size: 12px; font-weight: 800; letter-spacing: .1em; transform: translateX(-50%); }

@media (max-width: 640px) {
  .success-viewer-inner { padding: 55px 12px 44px; }
  .success-viewer-image { max-width: 92vw; max-height: min(88vh, calc(100vh - 150px)); }
  .success-viewer-nav { top: auto; bottom: 12px; width: 42px; height: 42px; font-size: 32px; transform: none; }
  .success-viewer-prev { left: calc(50% - 55px); }
  .success-viewer-next { right: calc(50% - 55px); }
  .success-viewer-close { top: 10px; right: 10px; }
  .success-viewer-count { top: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  .success-card img, .story-card img { transition: none; }
}

/* v3 — biyografi, makaleler ve sosyal medya kısayolları */
.bio-copy { max-width: 70ch; color: #53635a; font-size: 16px; line-height: 1.85; }
.bio-copy p { margin: 0 0 1.45em; }
.bio-copy .bio-sign { margin-top: 2.4em; padding-top: 1.4em; border-top: 1px solid var(--line); color: var(--dark); font-size: 17px; }
.bio-sign strong { display: inline-block; margin-bottom: 4px; font-family: Manrope, sans-serif; }

.article-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { display: flex; min-height: 270px; padding: 30px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(28, 63, 47, .06); transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card h3 { margin: 0 0 16px; color: var(--dark); font: 600 25px/1.2 Manrope, sans-serif; letter-spacing: -.035em; }
.article-card p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.article-card a { margin-top: auto; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .04em; }

.articles-list { display: grid; gap: 30px; }
.article { scroll-margin-top: 110px; padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 48px rgba(28, 63, 47, .06); }
.article-head { max-width: 850px; margin-bottom: 36px; }
.article-head h2 { margin: 10px 0 15px; color: var(--dark); font: 600 clamp(31px, 4vw, 48px)/1.08 Manrope, sans-serif; letter-spacing: -.05em; }
.article-meta { margin: 0; color: #718078; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-body { max-width: 76ch; color: #46574e; font-size: 16px; line-height: 1.85; }
.article-body h3 { margin: 2em 0 .7em; color: var(--dark); font: 600 23px/1.25 Manrope, sans-serif; letter-spacing: -.025em; }
.article-body h3:first-child { margin-top: 0; }
.article-body p { margin: 0 0 1.3em; }
.article-disclaimer { margin: 20px 0 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); font-size: 13px; text-align: center; }

.wa-float { color: #fff; }
.wa-float svg, .ig-float svg { display: block; }
.ig-float { position: fixed; right: 22px; bottom: 92px; z-index: 45; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); color: #fff; box-shadow: 0 12px 30px rgba(22, 67, 42, .22); transition: .25s; }
.ig-float:hover { transform: scale(1.07); }

@media (max-width: 980px) {
  .article-card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .article-card-grid { grid-template-columns: 1fr; }
  .article-card, .article-card:last-child { min-height: auto; grid-column: auto; }
  .article { padding: 27px; }
  .article-head h2 { font-size: 31px; }
  .article-body { font-size: 15px; }
}

/* v8 — sıcak altın, fildişi ve espresso kurumsal kimliği */
body { background: radial-gradient(circle at 8% 8%, rgba(212, 176, 106, .09), transparent 30%), var(--night); }
.section-soft { border-color: rgba(138, 109, 53, .15); }
.site-header { background: rgba(250, 246, 238, .88); }
.site-header.scrolled { background: rgba(253, 251, 246, .96); box-shadow: 0 8px 30px rgba(61, 46, 30, .08); }
.brand { position: relative; padding-left: 13px; }
.brand::before { content: ''; position: absolute; inset: -4px auto -4px 0; width: 2px; background: linear-gradient(#d4b06a, #8a6d35); border-radius: 2px; }
.brand small { color: #8a6d35; }
.brand strong { color: var(--dark); }
.nav-links { color: #594936; }
.nav-links a::after { background: linear-gradient(90deg, #8a6d35, #d4b06a); }
.btn { color: #21170e; background: linear-gradient(135deg, #e2c47f, #b8944a 62%, #8a6d35); box-shadow: 0 10px 24px rgba(138, 109, 53, .24); }
.btn:hover { background: linear-gradient(135deg, #ecd390, #c9a55c 60%, #9a7738); box-shadow: 0 14px 30px rgba(138, 109, 53, .3); }
.btn-outline { color: var(--dark); background: rgba(253, 251, 246, .52); border-color: rgba(138, 109, 53, .55); }
.btn-outline:hover { background: #fdfbf6; border-color: #8a6d35; box-shadow: 0 10px 28px rgba(61, 46, 30, .1); }
.btn-dark { color: #fdfbf6; background: #2a1f14; border-color: #b8944a; box-shadow: 0 8px 22px rgba(42, 31, 20, .2); }
.btn-dark:hover { background: #3d2e1e; }
.eyebrow, .section-kicker { color: #8a6d35; }
.display, .section-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; letter-spacing: -.045em; }
.display em, .section-title em { color: #9a7738; }
.lede, .section-copy, .service p, .approach-item p, .bio-copy, .article-body { color: #6e5d49; }
.hero { background: radial-gradient(circle at 11% 18%, rgba(212, 176, 106, .24), transparent 35%), radial-gradient(circle at 90% 72%, rgba(239, 227, 204, .8), transparent 34%), linear-gradient(135deg, #fdfbf6 0%, #f5eedd 100%); }
.hero-visual::before { border-color: rgba(184, 148, 74, .5); background: linear-gradient(155deg, rgba(253,251,246,.35), rgba(212,176,106,.08)); }
.hero-visual img { background: linear-gradient(145deg, #fdfbf6, #efe3cc); filter: saturate(.86) contrast(1.03); }
.hero-tag { background: rgba(253, 251, 246, .95); border-color: rgba(138, 109, 53, .22); }
.hero-tag span, .scroll-mark { color: #756550; }
.marquee { color: #3d2e1e; background: #efe3cc; border-color: rgba(138,109,53,.28); }
.marquee i { color: #8a6d35; }
.service, .review, .article-card, .article, .notice, .form-card { background: rgba(253, 251, 246, .92); border-color: rgba(138, 109, 53, .2); box-shadow: 0 10px 32px rgba(61, 46, 30, .07); }
.story-card, .success-card { border-color: rgba(138, 109, 53, .2); box-shadow: 0 12px 38px rgba(61, 46, 30, .1); }
.service:hover { border-color: rgba(184, 148, 74, .65); background: #fffdf9; box-shadow: 0 18px 42px rgba(61, 46, 30, .13); }
.service-no, .service-arrow, .success-caption small, .approach-item span, .article-card a { color: #8a6d35; }
.review blockquote { color: #493b2c; }
.review footer { border-color: #e8dcc6; color: #806f5a; }
.review footer strong { color: #302317; }
.stars { color: #b88720; }
.approach-visual::after { color: #2a1f14; background: linear-gradient(135deg, #e1c17b, #a9823e); box-shadow: 0 12px 30px rgba(138, 109, 53, .28); }
.contact-panel, .info-card { background: linear-gradient(145deg, #efe3cc, #f5eedd); border-color: rgba(138, 109, 53, .24); }
.map { box-shadow: 0 14px 38px rgba(61, 46, 30, .11); }
.contact-line, .info-row { border-color: rgba(94, 70, 37, .2); }
.info-row small { color: #806633; }
.page-hero { background: radial-gradient(circle at 82% 28%, rgba(212, 176, 106, .25), transparent 32%), linear-gradient(180deg, #f5eedd 0%, var(--night) 100%); border-color: rgba(138, 109, 53, .15); }
.about-text p, .success-caption p { color: #6e5d49; }
.feature-pills span { border-color: rgba(138, 109, 53, .3); background: rgba(253, 251, 246, .68); }
.cta-band { color: #2a1f14; background: linear-gradient(100deg, #e7d5b5, #f5eedd); border-color: rgba(138, 109, 53, .22); }
.field input, .field select, .field textarea { color: #2a1f14; background: #faf6ee; border-color: #ddc9a6; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #b8944a; box-shadow: 0 0 0 3px rgba(184, 148, 74, .16); }
.footer { color: #fdfbf6; background: linear-gradient(145deg, #1f1610, #3d2e1e); border-top-color: rgba(212, 176, 106, .28); }
.footer .brand small, .footer-col strong { color: #d4b06a; }
.footer .brand strong span { color: #e2c47f; }
.footer-brand p { color: #d7c7ad; }
.footer-col a { color: #eadfce; }
.footer-bottom { color: #baa88c; border-color: rgba(212, 176, 106, .22); }
.success-viewer-figure figcaption small { color: #d4b06a; }
.success-viewer-close,.success-viewer-nav { background: rgba(42,31,20,.86); border-color: rgba(212,176,106,.55); }
.review-count-note { margin: -24px 0 34px; color: #756550; font-size: 13px; }
.reviews-status { min-height: 1.5em; }

/* v9 — referanslardaki parlak metalik altın ve sıcak mermer görünümü */
body { background: radial-gradient(circle at 8% 8%, rgba(236, 207, 146, .2), transparent 31%), var(--night); }
.site-header { background: rgba(255, 250, 241, .9); }
.site-header.scrolled { background: rgba(255, 253, 248, .97); }
.brand::before { background: linear-gradient(#f2dcc3, #d4a94e 48%, #9f7126); box-shadow: 0 0 10px rgba(236, 207, 146, .6); }
.brand small, .eyebrow, .section-kicker { color: #91681f; }
.brand strong span, .display em, .section-title em { color: #a97925; }
.nav-links a::after { background: linear-gradient(90deg, #b78129, #e8c986, #f2dcc3); }
.btn { color: #2a1f14; background: linear-gradient(135deg, #f2dcc3 0%, #e8c986 36%, #d4a94e 70%, #b77e25 100%); box-shadow: 0 10px 26px rgba(207, 161, 74, .34), inset 0 1px rgba(255,255,255,.65); }
.btn:hover { color: #21170e; background: linear-gradient(135deg, #fff1dc 0%, #efd3ad 35%, #ddaF55 70%, #c28b2f 100%); box-shadow: 0 15px 34px rgba(207, 161, 74, .42), inset 0 1px rgba(255,255,255,.8); }
.btn-outline { background: rgba(255, 253, 248, .62); border-color: rgba(169, 121, 37, .62); }
.btn-dark { color: #fffaf1; background: #2a1f14; border-color: #d4a94e; box-shadow: 0 8px 22px rgba(42,31,20,.22), 0 0 0 1px rgba(242,220,195,.16) inset; }
.btn-dark:hover { color: #fffaf1; background: #45321e; }
.hero { background: radial-gradient(circle at 11% 18%, rgba(242, 220, 195, .72), transparent 35%), radial-gradient(circle at 90% 72%, rgba(239, 211, 173, .64), transparent 35%), linear-gradient(135deg, #fffdf8 0%, #f2e8d8 100%); }
.hero-visual::before { width: 86%; height: auto; aspect-ratio: 1 / 1; right: 1%; top: auto; bottom: 10px; border: 2px solid rgba(212, 169, 78, .72); border-radius: 36px; background: radial-gradient(circle at 35% 20%, rgba(255,255,255,.75), rgba(239,211,173,.14) 52%, rgba(207,161,74,.16)); box-shadow: 0 0 38px rgba(232,201,134,.3); }
.hero-visual img { width: 86%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; border-radius: 28px; border: 1px solid rgba(242,220,195,.9); background: linear-gradient(145deg, #fffdf8, #f2e8d8); filter: saturate(.98) contrast(1.04) brightness(1.03); box-shadow: 0 26px 70px rgba(82,57,25,.2), 0 0 0 8px rgba(239,211,173,.18); }
.hero-tag { border-color: rgba(207,161,74,.34); background: rgba(255,253,248,.96); }
.hero-tag strong, .marquee i, .service-no, .service-arrow, .success-caption small, .approach-item span, .article-card a { color: #a97925; }
.marquee { color: #3d2e1e; background: linear-gradient(90deg, #f2e8d8, #efd3ad 50%, #f2e8d8); border-color: rgba(207,161,74,.34); }
.service:hover { border-color: rgba(212,169,78,.75); box-shadow: 0 18px 42px rgba(94,65,26,.15); }
.stars { color: #c48614; }
.approach-visual::after { color: #2a1f14; background: linear-gradient(135deg, #f2dcc3, #e8c986 45%, #c88f30); box-shadow: 0 12px 32px rgba(207,161,74,.38); }
.contact-panel, .info-card { background: linear-gradient(145deg, #f2e8d8, #efd3ad 72%, #f7ead7); border-color: rgba(207,161,74,.34); }
.page-hero { background: radial-gradient(circle at 82% 28%, rgba(239,211,173,.58), transparent 34%), linear-gradient(180deg, #f2e8d8 0%, var(--night) 100%); border-color: rgba(207,161,74,.24); }
.cta-band { background: linear-gradient(100deg, #e9cca1, #f2dcc3 48%, #f2e8d8); border-color: rgba(207,161,74,.32); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #d4a94e; box-shadow: 0 0 0 3px rgba(212,169,78,.2); }
.footer { background: radial-gradient(circle at 85% 0, rgba(201,171,143,.15), transparent 35%), linear-gradient(145deg, #1f1610, #3d2e1e); border-top-color: rgba(232,201,134,.42); }
.footer .brand small, .footer-col strong, .success-viewer-figure figcaption small { color: #e8c986; }
.footer .brand strong { color: #fdfbf6; }
.footer .brand strong span { color: #f2dcc3; }
.success-viewer-close,.success-viewer-nav { border-color: rgba(232,201,134,.72); }

@media (max-width: 980px) {
  .hero-visual::before { width: 86%; right: 1%; }
}

@media (max-width: 640px) {
  .hero-visual::before { width: 94%; height: auto; aspect-ratio: 1 / 1; right: -1%; bottom: 8px; }
  .hero-visual img { width: 94%; height: auto; aspect-ratio: 1 / 1; right: 0; object-position: center; }
}
.all-reviews .review blockquote { display: block; overflow: visible; }
@media (max-width: 980px) {
  .mobile-nav { background: rgba(250, 246, 238, .98); box-shadow: 0 18px 35px rgba(61, 46, 30, .12); }
  .mobile-nav .btn { color: #21170e; }
}
[data-setting-hours] { white-space: pre-line; }
