/* Ayasandra — tanıtım / ana sayfa */
:root {
  --sea: #08b0f8;
  --sea-deep: #0077c2;
  --leaf: #6fd400;
  --leaf-deep: #4eae00;
  --ink: #12202c;
  --ink-soft: #4a5d6c;
  --sand: #f3f7fa;
  --line: rgba(18, 32, 44, 0.12);
  --white: #ffffff;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.home {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.home-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1.2rem, 4vw, 3rem);
  background: linear-gradient(180deg, rgba(18, 32, 44, 0.55), transparent);
  transition: background 0.35s ease, backdrop-filter 0.35s ease;
}

.home-nav.is-scrolled {
  background: rgba(18, 32, 44, 0.88);
  backdrop-filter: blur(10px);
}

.home-nav .logo {
  height: 40px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.home-nav .nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1.25rem);
}

.home-nav .nav-links > a:not(.nav-cta) {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease;
}

.home-nav .nav-links > a:not(.nav-cta):hover {
  color: var(--white);
}

.home-nav .nav-cta {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  color: var(--white);
  background: var(--sea);
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-nav .nav-cta:hover {
  background: var(--sea-deep);
  transform: translateY(-1px);
}

.home-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slides .slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}

.hero-slides .slide.is-active {
  opacity: 1;
}

.hero-slides .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* büyütmede yumuşama olmasın */
  image-rendering: -webkit-optimize-contrast;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 24, 34, 0.25) 0%, rgba(12, 24, 34, 0.15) 35%, rgba(12, 24, 34, 0.72) 100%),
    linear-gradient(90deg, rgba(12, 24, 34, 0.35), transparent 55%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  padding: clamp(5.5rem, 12vh, 8rem) clamp(1.2rem, 4vw, 3rem) clamp(3rem, 8vh, 5rem);
  animation: rise 1s ease both;
}

.hero-brand {
  max-width: min(420px, 82vw);
  height: auto;
  margin-bottom: 1.35rem;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.45));
}

.hero-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 4.6vw, 3.1rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  max-width: 14ch;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.hero-lead {
  margin: 1rem 0 0;
  max-width: 34rem;
  font-size: clamp(1.02rem, 2.1vw, 1.18rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.btn-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  border: 0;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-home:hover { transform: translateY(-2px); }

.btn-home--primary {
  background: var(--sea);
  color: var(--white);
}
.btn-home--primary:hover { background: var(--sea-deep); }

.btn-home--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}
.btn-home--ghost:hover { background: rgba(255, 255, 255, 0.24); }

.hero-dots {
  position: absolute;
  z-index: 3;
  right: clamp(1.2rem, 4vw, 3rem);
  bottom: 1.5rem;
  display: flex;
  gap: 0.45rem;
}

.hero-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dots button.is-active {
  width: 22px;
  background: var(--white);
}

.home-section {
  padding: clamp(3.5rem, 9vw, 6.5rem) clamp(1.2rem, 4vw, 3rem);
}

.home-section .inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 0.6rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sea-deep);
}

.section-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.section-lead {
  margin: 0.85rem 0 0;
  max-width: 38rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  font-weight: 600;
}

.home-vm {
  background:
    linear-gradient(180deg, rgba(243, 247, 250, 0.92), rgba(243, 247, 250, 0.96)),
    url("../img/site/hero-08.jpg") center / cover fixed;
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 2.5rem;
}

.vm-block h3 {
  margin: 0 0 0.85rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sea-deep);
}

.vm-block p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.65;
}

.vm-note {
  margin-top: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--leaf-deep);
}

.home-contact {
  background: #0f1c27;
  color: var(--white);
}

.home-contact .section-kicker { color: var(--sea); }
.home-contact .section-lead { color: rgba(255, 255, 255, 0.72); }

.contact-list {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}

.contact-list a,
.contact-list span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  letter-spacing: -0.02em;
  color: var(--white);
}

.contact-list .label {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.contact-list a:hover { color: var(--sea); }

.btn-home--ghost-dark {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(18, 32, 44, 0.22);
}
.btn-home--ghost-dark:hover {
  background: rgba(8, 176, 248, 0.1);
  border-color: var(--sea);
}

.contact-cta {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  background: #0f1c27;
}

.home-gallery figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.home-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.home-gallery figure:hover img {
  transform: scale(1.05);
}

/* Konum — iletişim altında, üstte metin + altta geniş harita */
.home-location--stack {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #e8f4fb;
}

.loc-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.2rem, 4vw, 3rem) 1.5rem;
}

.loc-bar .section-lead {
  color: var(--ink);
  margin-top: 0.55rem;
  max-width: 36rem;
}

.loc-map--wide {
  position: relative;
  width: 100%;
  min-height: min(52vh, 480px);
  height: 480px;
  background: #0f1c27;
}

.home-location {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  min-height: min(70vh, 640px);
  background: #e8f4fb;
}

.home-location.home-location--stack {
  display: flex;
  min-height: 0;
}

.loc-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.2rem, 4vw, 3rem);
}

.loc-copy .section-lead {
  color: var(--ink);
  font-size: 1.12rem;
  max-width: 28rem;
}

.loc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.loc-map {
  position: relative;
  min-height: 320px;
  background: #0f1c27;
}

.loc-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.05) contrast(1.02);
}

.home-foot {
  padding: 2rem clamp(1.2rem, 4vw, 3rem);
  background: #0a141c;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  font-weight: 600;
}

.foot-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  text-align: center;
}

.foot-inner img {
  height: 36px;
  width: auto;
  opacity: 0.92;
}

.foot-inner p { margin: 0; }

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  justify-content: center;
}

.foot-links a {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.foot-links a:hover { color: var(--sea); }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .home-location:not(.home-location--stack) { grid-template-columns: 1fr; }
  .loc-map { min-height: 360px; }
  .loc-map--wide { height: 360px; min-height: 360px; }
  .home-nav .nav-links > a:not(.nav-cta) { display: none; }
}

@media (max-width: 860px) {
  .vm-grid { grid-template-columns: 1fr; }
  .home-gallery { grid-template-columns: repeat(2, 1fr); }
  .home-vm { background-attachment: scroll; }
}

@media (max-width: 520px) {
  .hero-actions,
  .loc-actions,
  .contact-cta { flex-direction: column; align-items: stretch; }
}
