/* ============================================================
   Zoi Veteriner — ANA SAYFA özel tasarım katmanı (yalnızca "/")
   styles.css'in üzerine biner; site genelindeki header/footer'a dokunmaz.
   ============================================================ */

.serif { font-family: "Fraunces", "Changa", serif; font-weight: 500; }

/* ---------- Kırılma (marquee) şerit ---------- */
.strip {
  background: var(--navy); color: #eaf7f7; overflow: hidden; padding: .8rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.strip-track { display: flex; align-items: center; width: max-content; animation: strip-scroll 26s linear infinite; }
.strip-track span {
  display: inline-flex; align-items: center; gap: .6rem; padding: 0 2rem; font-family: "Changa", sans-serif;
  font-weight: 600; font-size: .92rem; letter-spacing: .02em; white-space: nowrap; line-height: 1;
}
.strip-track span::after { content: "✦"; color: var(--coral); margin-left: 2rem; }
@keyframes strip-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .strip-track { animation: none; } }

/* ---------- HERO ---------- */
.mh-hero { position: relative; overflow: hidden; padding: 3.5rem 0 5rem; background: var(--paper); }
.mh-hero::before {
  content: ""; position: absolute; top: -180px; right: -160px; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--teal-tint), transparent 70%); z-index: 0;
}
.mh-hero-grid {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.5rem; align-items: end;
}
@media (max-width: 880px) {
  .mh-hero-grid { grid-template-columns: 1fr; }
  .mh-media { order: -1; max-width: 280px; margin: 0 auto 1rem; }
}
.mh-sticker {
  display: inline-flex; align-items: center; gap: .5rem; background: #fff; border: 1.5px solid var(--navy);
  padding: .4rem 1rem; border-radius: 100px; font-weight: 700; font-size: .82rem; transform: rotate(-3deg);
  box-shadow: 3px 3px 0 var(--navy); margin-bottom: 1.6rem;
}
.mh-headline {
  font-family: "Changa", sans-serif; font-weight: 700; letter-spacing: -.01em; margin: 0;
  font-size: clamp(2.6rem, 6vw, 5rem); line-height: .98; color: var(--navy);
}
.mh-headline .serif { display: block; color: var(--teal-dark); font-style: italic; font-size: .85em; font-weight: 500; }
.mh-headline .pop { color: var(--coral); }
.mh-sub { font-size: 1.1rem; max-width: 460px; margin: 1.6rem 0 0; }
.mh-actions { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; align-items: center; }
.mh-actions .hand-arrow { display: none; }
@media (min-width: 760px) {
  .mh-actions .hand-arrow { display: block; width: 70px; opacity: .8; color: var(--coral); transform: rotate(8deg); }
}

.mh-media { position: relative; }
.polaroid {
  background: #fff; padding: .8rem .8rem 3.2rem; border-radius: 6px; box-shadow: var(--shadow-lg);
  transform: rotate(3deg); position: relative; z-index: 1;
}
.polaroid img { border-radius: 2px; aspect-ratio: 3/4; object-fit: cover; width: 100%; }
.polaroid figcaption {
  position: absolute; bottom: 1rem; left: .9rem; right: .9rem; font-family: "Fraunces", serif; font-style: italic;
  color: var(--navy); font-size: 1.05rem;
}
.mh-badge-float {
  position: absolute; background: var(--coral); color: #fff; border-radius: 50%; width: 118px; height: 118px;
  display: flex; align-items: center; justify-content: center; text-align: center; font-family: "Changa", sans-serif;
  font-weight: 700; font-size: .78rem; line-height: 1.25; top: -1.6rem; left: -1.6rem; z-index: 2;
  box-shadow: var(--shadow-md); transform: rotate(-8deg);
}
.mh-tape {
  position: absolute; width: 90px; height: 34px; background: rgba(72,188,189,.35); top: -14px; left: 50%;
  transform: translateX(-50%) rotate(-2deg); z-index: 2; border: 1px solid rgba(255,255,255,.4);
}

/* ---------- Bölüm başlığı (editorial) ---------- */
.mh-kicker {
  display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem;
  font-family: "Changa", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  font-size: .8rem; color: var(--teal-dark);
}
.mh-kicker::before { content: ""; width: 34px; height: 2px; background: var(--coral); display: block; }
.mh-title { font-size: clamp(1.9rem, 3.4vw, 3rem); max-width: 640px; }

/* ---------- ABOUT: asimetrik blok ---------- */
.mh-about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.mh-about-quote {
  background: var(--navy); color: #fff; padding: 3rem 2.6rem; display: flex; flex-direction: column; justify-content: center;
}
.mh-about-quote p.serif { font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: #fff; line-height: 1.35; margin: 0 0 1.2rem; }
.mh-about-quote span { color: #9fd6d6; font-weight: 700; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; }
.mh-about-body { background: #fff; padding: 3rem 2.6rem; }
.mh-stat-row { display: flex; gap: 2.2rem; margin-top: 1.8rem; flex-wrap: wrap; }
.mh-stat-row div strong { display: block; font-family: "Changa", sans-serif; font-size: 2.1rem; color: var(--coral); }
.mh-stat-row div span { font-size: .82rem; color: var(--muted); }
@media (max-width: 880px) { .mh-about { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .mh-about-quote, .mh-about-body { padding: 1.8rem 1.4rem; }
  .mh-stat-row { gap: 1.4rem; }
}

/* ---------- BENTO SERVICES ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 165px; gap: 1rem; }
.bento-tile {
  border-radius: var(--radius); padding: 1.6rem; position: relative; overflow: hidden; display: flex; flex-direction: column;
  justify-content: flex-end; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease;
}
.bento-tile:hover { transform: translateY(-5px) rotate(-.3deg); box-shadow: var(--shadow-lg); }
.bento-tile h3 { margin: 0 0 .2rem; font-size: 1.15rem; }
.bento-tile p { margin: 0; font-size: .86rem; color: var(--muted); }
.bento-tile .b-icon {
  position: absolute; top: 1.4rem; right: 1.4rem; width: 40px; height: 40px; border-radius: 12px;
  background: var(--teal-tint); color: var(--teal-dark); display: flex; align-items: center; justify-content: center;
}
.bento-tile .b-icon svg { width: 20px; height: 20px; }
.bento-tile.big { grid-column: span 2; grid-row: span 2; background: var(--navy); border-color: var(--navy); padding: 2rem; }
.bento-tile.big h3 { color: #fff; font-size: 1.6rem; }
.bento-tile.big p { color: #b9cfcf; font-size: .95rem; max-width: 260px; }
.bento-tile.big .b-icon { background: rgba(255,255,255,.12); color: var(--coral); }
.bento-tile.big .big-tag { position: absolute; top: 1.6rem; left: 2rem; }
.bento-tile.wide { grid-column: span 2; background: var(--teal-tint); border-color: transparent; }
.bento-tile.outline { border: 1.5px dashed var(--navy); background: transparent; align-items: flex-start; justify-content: center; gap: .5rem; }
.bento-tile.outline .arrow-big { width: 34px; height: 34px; color: var(--navy); }

@media (max-width: 980px) {
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: minmax(150px, auto); }
  .bento-tile.big { grid-column: span 2; grid-row: span 1; min-height: 220px; }
  .bento-tile.wide { grid-column: span 2; }
}
@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .bento-tile.big, .bento-tile.wide { grid-column: span 1; }
}

/* ---------- TEAM: editorial stacked ---------- */
.mh-team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; max-width: 760px; margin-inline: auto; }
.mh-team-card { text-align: left; }
.mh-team-photo-wrap { position: relative; margin-bottom: 1.1rem; }
.mh-team-photo-wrap img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); filter: saturate(.9); }
.mh-team-photo-wrap .num {
  position: absolute; bottom: -14px; right: -14px; width: 52px; height: 52px; border-radius: 50%; background: var(--coral);
  color: #fff; display: flex; align-items: center; justify-content: center; font-family: "Fraunces", serif; font-style: italic;
  font-size: 1.2rem; box-shadow: var(--shadow-sm);
}
.mh-team-card h3 { margin-bottom: .1rem; }
.mh-team-card .role { color: var(--teal-dark); font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; }
@media (max-width: 620px) { .mh-team { grid-template-columns: 1fr; } }

/* ---------- GALLERY MARQUEE ---------- */
.mh-marquee-wrap { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.mh-marquee-track { display: flex; width: max-content; gap: 1rem; animation: mh-marquee 34s linear infinite; }
.mh-marquee-track img { width: 220px; height: 220px; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
@keyframes mh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .mh-marquee-track { animation: none; } }

/* ---------- FAQ: numbered editorial ---------- */
.mh-faq-item { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.mh-faq-item:first-child { padding-top: 0; }
.mh-faq-num { font-family: "Fraunces", serif; font-style: italic; color: var(--coral); font-size: 1.3rem; }
.mh-faq-item h3 { font-size: 1.05rem; margin: 0; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.mh-faq-item h3 svg { flex: none; width: 18px; height: 18px; color: var(--teal-dark); transition: transform .2s ease; }
.mh-faq-item[data-open="true"] h3 svg { transform: rotate(45deg); }
.mh-faq-body { max-height: 0; overflow: hidden; transition: max-height .25s ease; color: var(--muted); font-size: .95rem; }
.mh-faq-item[data-open="true"] .mh-faq-body { max-height: 300px; margin-top: .7rem; }

/* ---------- CTA: bold block ---------- */
.mh-cta { background: var(--coral); border-radius: var(--radius); padding: 3.5rem 3rem; position: relative; overflow: hidden; }
.mh-cta::before {
  content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.35) 1.5px, transparent 1.5px);
  background-size: 18px 18px; opacity: .5;
}
.mh-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.mh-cta h2 { color: #fff; margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); max-width: 480px; }
.mh-cta .btn-primary { background: var(--navy); }
.mh-cta .btn-primary:hover { background: var(--navy-deep); }
@media (max-width: 480px) {
  .mh-cta { padding: 2rem 1.4rem; }
  .mh-cta-inner .cta-actions { width: 100%; flex-direction: column; align-items: stretch; }
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
