/* Inner pages — max-width 1440px */
.page-shell {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 3vw, 40px);
  background: linear-gradient(180deg, #eef3f7 0%, #fff 40%);
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
}

.page-shell--after-intro {
  padding-top: clamp(28px, 4vw, 48px);
  background: #fff;
}

.page-shell__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.page-shell__head {
  margin-bottom: clamp(32px, 5vw, 56px);
  max-width: 40rem;
}

.page-shell__eyebrow {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #9aa3ad;
}

.page-shell__title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #1c2229;
}

.page-shell__intro {
  margin: 0;
  color: #5a646e;
  line-height: 1.75;
  font-size: 1rem;
}

/* ── About page intro (wave hero) ── */
.page-intro {
  position: relative;
  isolation: isolate;
  min-height: clamp(340px, 52vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1b2430;
  color: #fff;
  text-align: center;
}

.page-intro__bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.04);
  animation: pageIntroBg 12s ease-in-out infinite alternate;
  z-index: 0;
}

.page-intro--no-bg .page-intro__veil {
  background:
    linear-gradient(160deg, #1a2430 0%, #243447 48%, #1b2430 100%);
}

.page-intro--has-bg .page-intro__veil {
  opacity: 0.92;
}

.page-intro__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 55% 50% at 50% 45%, rgba(12, 18, 28, 0.35) 0%, rgba(12, 18, 28, 0.72) 70%, rgba(10, 14, 22, 0.88) 100%),
    linear-gradient(180deg, rgba(15, 22, 32, 0.55) 0%, rgba(15, 22, 32, 0.25) 45%, rgba(15, 22, 32, 0.75) 100%);
}

.page-intro__content {
  position: relative;
  z-index: 2;
  padding: clamp(96px, 14vw, 140px) 24px clamp(88px, 10vw, 120px);
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  animation: pageIntroIn 0.85s ease both;
}

.page-intro__title {
  margin: 0;
  font-family: "Bebas Neue", "Outfit", sans-serif;
  font-size: clamp(3.4rem, 9vw, 6.5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.page-intro__sub {
  margin: clamp(14px, 2vw, 22px) auto 0;
  max-width: 36ch;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.72rem, 1.1vw, 0.85rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.page-intro__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: clamp(52px, 8vw, 90px);
  z-index: 3;
  display: block;
  pointer-events: none;
}

@keyframes pageIntroIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pageIntroBg {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(0, -1.5%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .page-intro__bg,
  .page-intro__content {
    animation: none;
  }
}

/* Hakkımızda: dalga rengi krem alana uyuşsun */
.page-hakkimizda .page-intro__wave path {
  fill: #fdf8f4;
}

.page-hakkimizda .page-intro {
  min-height: clamp(260px, 38vh, 420px);
}

.page-hakkimizda .page-intro__content {
  padding: clamp(72px, 10vw, 110px) 24px clamp(56px, 7vw, 80px);
}

/* Hakkımızda — scrapbook / hikaye alanı */
.about-story {
  --about-story-accent: #e35b1c;
  position: relative;
  padding: clamp(20px, 3vw, 36px) clamp(20px, 4vw, 48px) clamp(72px, 10vw, 120px);
  background: #fdf8f4;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  overflow: visible;
}

.about-story__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.about-story__head {
  margin-bottom: clamp(22px, 3vw, 32px);
}

.about-story__title {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #111;
}

.about-story__brand {
  display: inline-block;
}

.about-story__spark {
  flex: 0 0 auto;
  width: 0.72em;
  height: 0.72em;
  margin-top: 0.12em;
  color: var(--about-story-accent);
  transform: rotate(12deg);
  filter: drop-shadow(0 1px 0 rgba(227, 91, 28, 0.18));
}

.about-story__sub {
  margin: 10px 0 0;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}

.about-story__stage {
  position: relative;
  max-width: 38rem;
  margin: 0 auto;
  padding: 0;
}

.about-story__copy {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  margin: 0 auto;
}

.about-story__polaroid {
  position: absolute;
  left: calc(100% + 52px);
  top: 12%;
  right: auto;
  z-index: 2;
  width: clamp(156px, 16vw, 200px);
  margin: 0;
  padding: 10px 10px 28px;
  background: #fff;
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.04),
    0 18px 40px rgba(40, 20, 10, 0.14);
  transform: rotate(-8deg);
  pointer-events: none;
}

.about-story__copy p {
  margin: 0 0 1.15em;
  font-size: clamp(1.22rem, 1.85vw, 1.45rem);
  font-weight: 500;
  line-height: 1.9;
  color: #1c1c1c;
  text-wrap: pretty;
}

.about-story__copy p:last-child {
  margin-bottom: 0;
}

.about-story__em {
  font-style: italic;
  font-weight: 600;
  color: var(--about-story-accent);
}

.about-story__polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #e8ddd4;
}

.about-story__pin {
  position: absolute;
  top: -10px;
  right: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ff9a5c 0%, var(--about-story-accent) 55%, #b33a0a 100%);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.about-story__pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
}

.about-story__doodle {
  position: absolute;
  left: -18%;
  bottom: -12%;
  width: clamp(82px, 9.5vw, 110px);
  height: auto;
  color: #1f1812;
  opacity: 0.88;
  transform: rotate(-5deg);
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .about-story__spark {
    animation: about-spark-pop 2.8s ease-in-out infinite;
    transform-origin: 50% 50%;
  }

  .about-story__doodle {
    animation: about-doodle-nudge 4.2s ease-in-out infinite;
  }
}

@keyframes about-spark-pop {
  0%, 100% { transform: rotate(12deg) scale(1); opacity: 1; }
  45% { transform: rotate(18deg) scale(1.08); opacity: 0.92; }
  70% { transform: rotate(10deg) scale(0.98); opacity: 1; }
}

@keyframes about-doodle-nudge {
  0%, 100% { transform: rotate(-5deg) translate(0, 0); }
  50% { transform: rotate(-2deg) translate(4px, -3px); }
}

.about-story__actions {
  margin-top: clamp(40px, 5vw, 56px);
}

.about-story__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1.5px solid #1a1a1a;
  background: transparent;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-story__cta:hover {
  background: var(--about-story-accent);
  border-color: var(--about-story-accent);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .about-story__stage {
    padding: 0 0 150px;
  }

  .about-story__polaroid {
    left: auto;
    right: 10%;
    top: auto;
    bottom: 0;
    transform: rotate(-7deg);
  }

  .about-story__copy {
    padding-right: 0;
  }

  .about-story__doodle {
    left: 4%;
    bottom: 28px;
  }
}

@media (max-width: 900px) {
  .about-story__stage {
    padding: 0 0 150px;
  }

  .about-story__copy {
    padding-right: 0;
    max-width: none;
  }

  .about-story__polaroid {
    left: auto;
    right: 8%;
    top: auto;
    bottom: 0;
    transform: rotate(-7deg);
    width: clamp(148px, 40vw, 180px);
  }

  .about-story__doodle {
    left: 6%;
    bottom: 24px;
  }
}

@media (max-width: 560px) {
  .about-story__stage {
    padding-bottom: 160px;
  }

  .about-story__copy p {
    font-size: 1.12rem;
  }

  .about-story__polaroid {
    right: 50%;
    transform: translateX(40%) rotate(-7deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-story__cta {
    transition: none;
  }

  .about-story__spark,
  .about-story__doodle {
    animation: none;
  }
}

.page-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.page-menu-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.page-menu-card__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #d8dde4;
}

.page-menu-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-menu-card h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c2229;
}

.page-menu-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a646e;
}

.page-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}

.page-contact__card {
  padding: 28px;
  background: #fff;
  border: 1px solid #e5e9ee;
}

.page-contact__card h2 {
  margin: 0 0 18px;
  font-size: 1.2rem;
  color: #1c2229;
}

.page-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-contact__list a,
.page-contact__list span {
  color: #4a5560;
  text-decoration: none;
  line-height: 1.5;
  font-size: 0.98rem;
}

.page-contact__list a:hover {
  color: #2f5f8a;
}

.page-contact__label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9aa3ad;
  margin-bottom: 4px;
  font-weight: 600;
}

.page-locate {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.page-locate__map .site-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0f172a;
  aspect-ratio: 1 / 1;
  border: 1px solid #e5e9ee;
}

.page-locate__map .site-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-locate__aside {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 40px);
  padding-top: 4px;
}

.page-locate__title {
  margin: 0 0 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1c2229;
}

.page-locate__hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #5a646e;
}

.page-locate__hour {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.page-locate__hour strong {
  color: #1c2229;
  font-weight: 700;
}

.page-locate__hour--muted strong {
  color: #9aa3ad;
  font-weight: 600;
}

.page-locate__contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-locate__contact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #4a5560;
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.page-locate__contact svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #5b8fb8;
}

.page-locate__contact:hover {
  color: #1c2229;
}

.page-locate__contact--static {
  cursor: default;
}

@media (max-width: 900px) {
  .page-locate {
    grid-template-columns: 1fr;
  }

  .page-locate__map .site-map {
    max-width: 420px;
  }
}

.page-contact__map {
  margin-top: clamp(32px, 5vw, 48px);
}

.page-contact__map-title {
  margin: 0 0 16px;
  font-size: 1.2rem;
  color: #1c2229;
}

.page-contact__map .site-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0f172a;
  aspect-ratio: 1 / 1;
  max-width: 560px;
  border: 1px solid #e5e9ee;
}

.page-contact__map .site-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── About split band (white + accent) ── */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: clamp(240px, 32vw, 360px);
  font-family: "Outfit", sans-serif;
  position: relative;
  z-index: 1;
}

.about-split__col {
  display: flex;
  align-items: center;
  padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 72px);
  box-sizing: border-box;
}

.about-split__col--text {
  background: #fff;
  justify-content: center;
  text-align: center;
}

.about-split__col--accent {
  background: var(--about-split-accent, #e35b1c);
  justify-content: flex-start;
  text-align: left;
}

.about-split__copy {
  margin: 0;
  max-width: 42ch;
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.75;
  color: #2a3138;
  font-weight: 400;
}

.about-split__heading {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.85rem, 3.2vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

/* ── About video styles live in about-video.css ── */

@media (max-width: 900px) {
  .page-contact,
  .page-menu-grid {
    grid-template-columns: 1fr;
  }

  .page-menu-card__media {
    aspect-ratio: 4 / 3;
  }

  .about-split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-split__col--accent {
    justify-content: center;
    text-align: center;
  }

  .about-split__heading {
    max-width: 18ch;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .page-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
