﻿@charset "UTF-8";
/**
 * MCE AhÅŸap â€” modern visual / darkâ€“light rhythm / craft B2B
 */

:root {
  /* Logo hattÄ±: koyu ceviz, orta kahve, sÄ±cak altÄ±n, krem */
  --logo-ink: #2c1810;
  --logo-walnut: #5c3d2e;
  --logo-mahogany: #80543d;
  --logo-honey: #c4a574;
  --logo-cream: #f4ede4;
  --c-canvas: #e8e0d6;
  --c-surface: #f6f1ea;
  --c-surface-hi: #fdf9f3;
  --c-ink: var(--logo-ink);
  --c-muted: #4a423b;
  --c-faint: #6e655c;
  --c-border: rgba(44, 24, 16, 0.12);
  --c-border-hi: rgba(44, 24, 16, 0.2);
  --c-cta: var(--logo-walnut);
  --c-cta-h: #3d2920;
  --c-on-dark: #faf6f0;
  --c-on-dark-m: rgba(250, 246, 240, 0.82);
  --c-void: #1a1410;
  --c-void-mid: #231c16;
  --c-void-line: rgba(255, 255, 255, 0.09);
  --font-ui: "Source Sans 3", system-ui, -apple-system, sans-serif;
  --font-ed: "Fraunces", "Times New Roman", Georgia, serif;
  --s-1: 0.5rem;
  --s-2: 1rem;
  --s-3: 1.5rem;
  --s-4: 2rem;
  --s-5: 2.5rem;
  --s-6: 3rem;
  --s-8: 4rem;
  --s-10: 5rem;
  --section: clamp(4.5rem, 10vw, 8.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --head-h: 5.75rem;
  --r: 6px;
  --r-lg: 16px;
  --max: min(100% - 2.5rem, 84rem);
  --max-tight: min(100% - 2.5rem, 48rem);
  --hero-brand: 128, 84, 61;
  --hero-fade: cubic-bezier(0.22, 0.8, 0.28, 1);
  --shadow-soft: 0 8px 48px rgba(44, 24, 16, 0.09);
  --shadow-lift: 0 28px 56px rgba(44, 24, 16, 0.14);
  /* Scroll reveal: yatay/ dikey ofset */
  --reveal-nudge: 2.75rem;
  --reveal-lift: 1.4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1.05rem, 0.4vw + 1rem, 1.2rem);
  line-height: 1.65;
  font-weight: 400;
  color: var(--c-muted);
  background: var(--c-canvas);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section[id] {
  scroll-margin-top: calc(var(--head-h) + 0.5rem);
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: var(--c-ink);
  text-decoration: none;
  text-underline-offset: 0.2em;
  transition: color 0.2s, opacity 0.2s;
}
a:hover {
  color: var(--logo-mahogany);
}
em {
  font-family: var(--font-ed);
  font-style: italic;
  color: var(--logo-walnut);
}

/* â€”â€” skip â€”â€” */
.skip {
  position: absolute;
  left: -1000px;
  top: 0;
  z-index: 10000;
  background: var(--c-ink);
  color: var(--c-surface);
  padding: var(--s-2) var(--s-3);
  font-size: 0.875rem;
  font-weight: 500;
}
.skip:focus {
  left: var(--s-2);
  top: var(--s-2);
}

/* â€”â€” layout â€”â€” */
.wrap {
  width: var(--max);
  margin-inline: auto;
  padding-inline: 0;
}
.wrap.narrow {
  width: var(--max-tight);
}

.s-k {
  display: none;
}

.s-title {
  font-family: var(--font-ed);
  font-size: clamp(2.25rem, 0.9rem + 3.7vw, 3.6rem);
  font-weight: 500;
  line-height: 1.18;
  color: var(--c-ink);
  margin: 0 0 var(--s-3);
  text-align: center;
  letter-spacing: -0.02em;
}
.s-title--sm {
  font-size: clamp(1.9rem, 0.7rem + 2.5vw, 2.75rem);
}
.s-title--left {
  text-align: left;
}
.s-head {
  text-align: center;
  margin-bottom: var(--s-6);
  max-width: 48rem;
  margin-inline: auto;
}
.s-head--wide {
  max-width: 56rem;
  margin-top: var(--s-4);
}
.s-head .s-title {
  margin-bottom: 0;
}
.s-acc {
  color: var(--logo-mahogany);
  font-weight: 600;
  font-style: normal;
  border-bottom: 2px solid var(--logo-honey);
}
.s-p {
  margin: 0 0 var(--s-2);
  line-height: 1.75;
  max-width: 44rem;
  font-size: 1.18rem;
}
.s-ul {
  margin: 0;
  padding-left: 1.35rem;
  line-height: 1.75;
  font-size: 1.05rem;
  color: var(--c-muted);
}
.s-ul li {
  margin-bottom: 0.5rem;
}

/* â€”â€” Zigzag: gÃ¶rsel + metin (sÄ±rayla sol / saÄŸ) â€”â€” */
.zigzag {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: minmax(0, auto);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: stretch;
}
.s-manifest .zigzag,
.s-split .zigzag,
.s-kun__hero,
.s-kal__zig,
.s-pro__zig {
  padding-block: var(--section);
}
.s-pil .s-pil__intro {
  padding-top: var(--section);
  padding-bottom: var(--s-5);
}
.zigzag__text {
  max-width: 38rem;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zigzag__fig {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--c-void-mid);
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--c-border-hi);
  align-self: stretch;
  min-height: clamp(22rem, 38vw, 32rem);
}
.zigzag__fig img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1s var(--ease);
}
.zigzag__fig:hover img {
  transform: scale(1.04);
}
.zigzag--img-end .zigzag__fig {
  order: 2;
}
.zigzag--img-end .zigzag__text {
  order: 1;
}
.zigzag--img-start .zigzag__fig {
  order: 1;
}
.zigzag--img-start .zigzag__text {
  order: 2;
}
.s-pil__intro {
  margin-bottom: var(--s-4);
}
.s-pil__lead,
.s-kun__lead,
.s-kal__intro,
.s-pro__lead {
  font-size: 1.2rem;
  line-height: 1.75;
  color: var(--c-muted);
  margin: 0;
  max-width: 38rem;
}
.s-kun__hero {
  padding-bottom: 0;
}
.s-kun__hero + .wrap {
  padding-top: clamp(5rem, 9vw, 9rem);
}
@media (max-width: 900px) {
  .s-kun__hero + .wrap {
    padding-top: var(--s-6);
  }
}
@media (max-width: 900px) {
  .zigzag {
    grid-template-columns: 1fr;
    gap: var(--s-4);
    min-height: 0;
  }
  .s-manifest .zigzag,
  .s-split .zigzag,
  .s-kun__hero,
  .s-kal__zig,
  .s-pro__zig {
    padding-block: var(--s-6);
  }
  .zigzag__fig {
    min-height: 14rem;
    max-height: 22rem;
    order: -1 !important;
  }
  .zigzag__fig img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zigzag__text {
    order: 0 !important;
    max-width: none;
  }
}
@media (max-width: 600px) {
  .zigzag__fig {
    min-height: 18rem;
    max-height: 28rem;
  }
  .s-manifest .zigzag__fig,
  .s-pil__intro .zigzag__fig {
    min-height: 21rem;
    max-height: 32rem;
  }
}

/* â€”â€” Dock (secondary actions) â€”â€” */
.dock {
  position: fixed;
  bottom: var(--s-3);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: var(--s-1);
}
.dock--left {
  left: 0;
  right: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: max(var(--s-2), env(safe-area-inset-left, 0px));
  padding-right: max(var(--s-2), env(safe-area-inset-right, 0px));
  pointer-events: none;
}
.dock--left .dock__btn {
  pointer-events: auto;
}
.dock--right {
  right: var(--s-2);
}
.dock__ico-wa {
  display: block;
  width: 22px;
  height: 22px;
}
.dock__btn {
  width: 3.35rem;
  height: 3.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-border-hi);
  border-radius: var(--r-lg);
  background: var(--c-surface-hi);
  color: var(--c-ink);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.25s var(--ease);
  text-decoration: none;
}
.dock__btn:hover {
  border-color: rgba(128, 84, 61, 0.35);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}
.dock__btn--phone {
  background: var(--c-ink);
  color: var(--c-surface);
  border-color: var(--c-ink);
}
.dock__btn--phone:hover {
  background: var(--c-cta-h);
  color: var(--c-surface);
}
.dock__btn--wa {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}
.dock__btn--wa:hover {
  filter: brightness(1.05);
}

/* â€”â€” Header: transparent over hero â†’ solid on scroll â€”â€” */
.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  min-height: var(--head-h);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(8, 6, 4, 0.72) 0%, rgba(8, 6, 4, 0.35) 60%, rgba(8, 6, 4, 0) 100%);
  transition: background 0.5s var(--ease), border-color 0.5s, box-shadow 0.5s;
}
.head.is-scrolled {
  background: rgba(248, 246, 241, 0.94);
  border-bottom-color: var(--c-border-hi);
  box-shadow: 0 8px 32px rgba(8, 6, 4, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
/* Hakkımızda sayfa-stilleri: assets/css/mce-about.css (hakkimizda.html) */

.head__in {
  width: var(--max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
  min-height: var(--head-h);
  padding-block: 0.75rem;
}
.head__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  isolation: isolate;
}
.head__logo-img {
  display: block;
  height: clamp(4rem, 2.2vw + 2.75rem, 5.25rem);
  width: auto;
  max-width: min(22rem, 80vw);
  object-fit: contain;
  transition: filter 0.4s, opacity 0.4s, transform 0.4s;
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
  opacity: 0.96;
}
.head.is-scrolled .head__logo-img {
  filter: none;
  opacity: 1;
}

/* â€”â€” Logo parlama efekti: logonun kendi silÃ¼eti boyunca soldan saÄŸa â€”â€” */
.head__logo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(
    105deg,
    rgba(221, 184, 133, 0) 34%,
    rgba(221, 184, 133, 0.85) 44%,
    #ddb885 48%,
    #a97a52 50%,
    #4e3022 54%,
    rgba(78, 48, 34, 0.85) 58%,
    rgba(78, 48, 34, 0) 66%
  );
  background-size: 320% 100%;
  background-repeat: no-repeat;
  background-position: 180% 0;
  -webkit-mask-image: url("../../Resimler/MCE-logo2_.svg");
          mask-image: url("../../Resimler/MCE-logo2_.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  filter: drop-shadow(0 0 8px rgba(221, 184, 133, 0.55));
  opacity: 0;
  animation: logoShine 5s linear 1s infinite;
  will-change: background-position, opacity;
}
.head.is-scrolled .head__logo::after {
  background-image: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0) 34%,
    rgba(0, 0, 0, 0.85) 44%,
    rgba(0, 0, 0, 1) 48%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 54%,
    rgba(0, 0, 0, 0.85) 58%,
    rgba(0, 0, 0, 0) 66%
  );
  filter: none;
}
@keyframes logoShine {
  0% {
    background-position: 180% 0;
    opacity: 0;
  }
  4% {
    background-position: 172% 0;
    opacity: 1;
  }
  84% {
    background-position: -75% 0;
    opacity: 1;
  }
  88% {
    background-position: -88% 0;
    opacity: 0;
  }
  100% {
    background-position: -88% 0;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .head__logo::after {
    animation: none;
    display: none;
  }
}
.head__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem 2rem;
}
.head__a {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-on-dark);
  padding: 0.35rem 0;
  position: relative;
}
.head__a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.35s var(--ease);
}
.head__a:hover {
  color: #fff;
}
.head__a:hover::after {
  width: 100%;
}
.head__a[aria-current="page"] {
  color: var(--logo-honey);
}
.head__a[aria-current="page"]::after {
  width: 100%;
  background: var(--logo-honey);
}
.head.is-scrolled .head__a[aria-current="page"] {
  color: var(--logo-mahogany);
}
.head.is-scrolled .head__a[aria-current="page"]::after {
  background: var(--logo-mahogany);
}
.head.is-scrolled .head__a {
  color: var(--c-muted);
}
.head.is-scrolled .head__a:hover {
  color: var(--logo-mahogany);
}
.head__actions {
  display: flex;
  align-items: center;
  gap: var(--s-2);
}
.head__phone {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--c-on-dark);
  white-space: nowrap;
  display: none;
  letter-spacing: 0.02em;
}
.head.is-scrolled .head__phone {
  color: var(--c-ink);
}
.btn--h {
  display: inline-flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0 1.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-on-dark);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition: background 0.25s var(--ease), color 0.25s, border-color 0.25s;
}
.btn--h:hover {
  background: #fff;
  color: var(--c-ink);
  border-color: #fff;
}
.head.is-scrolled .btn--h {
  color: var(--logo-cream);
  background: var(--logo-walnut);
  border-color: var(--logo-walnut);
}
.head.is-scrolled .btn--h:hover {
  background: var(--logo-mahogany);
  border-color: var(--logo-mahogany);
  color: #fff;
}
.head__cta {
  display: inline-flex;
  align-items: center;
  column-gap: 0.6rem;
  min-height: 2.85rem;
  padding: 0 1.25rem 0 1rem;
  line-height: 1;
  text-align: left;
}
.head__cta-ico {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  color: currentColor;
  opacity: 0.95;
  transition: transform 0.35s var(--ease), opacity 0.35s;
}
.head__cta:hover .head__cta-ico {
  transform: scale(1.08);
  opacity: 1;
}
.head__cta-p {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: inherit;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.head__burger {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--r);
  background: rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.head__burger span {
  display: block;
  width: 1rem;
  height: 1px;
  background: #fff;
}
.head.is-scrolled .head__burger {
  background: var(--c-surface);
  border-color: var(--c-border);
}
.head.is-scrolled .head__burger span {
  background: var(--c-ink);
}
@media (min-width: 1024px) {
  .head__phone {
    display: inline;
  }
}
@media (max-width: 1023px) {
  .head__nav,
  .head__actions .btn--h,
  .head__phone {
    display: none;
  }
  .head__burger {
    display: flex;
  }
  .head__in {
    min-height: 3.75rem;
  }
}

/* Mobil menÃ¼ */
.menu-m[hidden] {
  display: none;
}
.menu-m:not([hidden]) {
  display: flex;
}
.menu-m {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 190;
  flex-direction: column;
  background: var(--c-surface-hi);
  padding: 4.5rem 1.5rem 1.5rem;
  box-shadow: var(--shadow-lift);
  border-bottom: 1px solid var(--c-border-hi);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s var(--ease), opacity 0.3s;
}
.menu-m.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.menu-m a {
  color: var(--c-ink);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--c-border);
}
.menu-m a:hover {
  color: var(--c-muted);
}
.menu-m__phone {
  border-bottom: 0;
  font-weight: 600;
  margin-top: var(--s-2);
  color: var(--c-ink);
}

/* â€”â€” Hero: editorial, dark overlay, light type â€”â€” */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  background: #0a0908;
}
.hero__wrap {
  position: relative;
  min-height: inherit;
}
.hero__slides {
  position: relative;
  min-height: inherit;
}
.hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template: 1fr / 1fr;
  place-items: stretch;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  transition: opacity 1.2s var(--hero-fade), visibility 0s linear 1.2s;
  will-change: opacity;
}
.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
  transition: opacity 1.2s var(--hero-fade), visibility 0s;
}
.hero__media {
  grid-area: 1 / 1;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  min-height: 100svh;
  width: 100%;
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  transform: scale(1.05);
  transition: transform 1.4s var(--hero-fade);
  will-change: transform;
}
/* Dikey / farklÄ± en-boy: tÃ¼m alanÄ± doldurur, kÄ±rpma odaÄŸÄ±nÄ± ayarlar */
.hero__img--tall {
  object-position: 50% 42%;
}
.hero__slide.is-active .hero__img {
  transform: scale(1);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Katman 1: solda yazÄ± bÃ¶lgesine #80543D, saÄŸa doÄŸru silinir */
  /* Katman 2: Ã¼st-alt hafif siyah */
  /* Katman 3: tÃ¼m gÃ¶rsele siyah opaklÄ±k */
  background: linear-gradient(
      90deg,
      rgba(196, 165, 116, 0.25) 0%,
      rgba(var(--hero-brand), 0.65) 14%,
      rgba(var(--hero-brand), 0.35) 32%,
      rgba(var(--hero-brand), 0.08) 48%,
      rgba(0, 0, 0, 0) 58%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.52) 100%),
    rgba(0, 0, 0, 0.38);
}
.hero__text {
  grid-area: 1 / 1;
  z-index: 2;
  align-self: center;
  width: 100%;
  max-width: min(100% - 2.5rem, 52rem);
  margin-inline: 0 auto;
  margin-left: max(1.25rem, calc((100% - var(--max)) / 2 + 1.25rem));
  margin-right: auto;
  padding: calc(var(--head-h) + var(--s-3)) min(8vw, 3rem) var(--s-8) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 90rem) {
  .hero__text {
    margin-left: max(2rem, calc((100% - var(--max)) / 2));
    max-width: min(100% - 3rem, 54rem);
  }
}
@media (max-width: 600px) {
  .hero__text {
    align-self: end;
    justify-content: flex-end;
    margin-left: 1.25rem;
    max-width: calc(100% - 2.5rem);
    padding-bottom: 6.75rem;
    padding-top: calc(var(--head-h) + var(--s-2));
  }
}
.hero__ey {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--logo-honey);
  margin: 0 0 var(--s-2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 2px 16px rgba(0, 0, 0, 0.45);
}
.hero__t {
  font-family: var(--font-ed);
  font-size: clamp(2.35rem, 1.1rem + 3.8vw, 4rem);
  font-weight: 500;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 var(--s-2);
  letter-spacing: -0.02em;
  max-width: 20ch;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), 0 4px 28px rgba(0, 0, 0, 0.55);
}
.hero__d {
  font-size: 1.15rem;
  line-height: 1.72;
  color: rgba(252, 252, 251, 0.94);
  font-weight: 400;
  margin: 0 0 var(--s-4);
  max-width: 40rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 2px 20px rgba(0, 0, 0, 0.4);
}
.btn--hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 2.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--logo-ink);
  background: linear-gradient(180deg, var(--logo-honey) 0%, #b8956b 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.3s var(--hero-fade), color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.25s var(--hero-fade);
}
.btn--hero:hover {
  color: var(--logo-cream);
  background: var(--logo-mahogany);
  border-color: var(--logo-mahogany);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}
.btn--hero:active {
  transform: translateY(0);
}
.hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s var(--hero-fade), border-color 0.3s, box-shadow 0.3s, transform 0.3s var(--hero-fade);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.hero__arrow svg {
  display: block;
  opacity: 0.95;
}
.hero__arrow:hover {
  background: rgba(var(--hero-brand), 0.9);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.4);
  transform: translateY(-50%) scale(1.05);
}
.hero__arrow:active {
  transform: translateY(-50%) scale(0.97);
}
.hero__arrow--prev {
  left: 1.25rem;
}
.hero__arrow--next {
  right: 1.25rem;
}
@media (max-width: 600px) {
  .hero__arrow {
    top: 50%;
    bottom: auto;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
  }
  .hero__arrow:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .hero__arrow:active {
    transform: translateY(-50%) scale(0.97);
  }
  .hero__arrow--prev {
    left: 0.75rem;
    right: auto;
  }
  .hero__arrow--next {
    right: 0.75rem;
    left: auto;
  }
}
.hero__ui {
  position: absolute;
  bottom: var(--s-4);
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 600px) {
  .hero__ui {
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
}
.hero__timer {
  width: 12rem;
}
.hero__track {
  height: 3px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  border-radius: 3px;
}
.hero__bar {
  height: 100%;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}
.hero__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  max-width: 8rem;
}
@media (min-width: 480px) {
  .hero__dots {
    max-width: none;
  }
}
.hero__dot {
  width: 0.3rem;
  height: 0.3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, opacity 0.2s;
  opacity: 0.6;
}
.hero__dot.is-active,
.hero__dot:hover {
  opacity: 1;
  background: #fff;
  transform: scale(1.2);
}
.hero__n {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-variant-numeric: tabular-nums;
}
.hero__nsep {
  margin: 0 0.15rem;
  opacity: 0.4;
}

/* â€”â€” Sabit (tek slayt) iÃ§ sayfa hero â€”â€” */
.hero--static {
  min-height: min(92svh, 56rem);
}
.hero--static .hero__arrow,
.hero--static .hero__ui {
  display: none;
}
.hero--static .hero__slides {
  min-height: min(92svh, 56rem);
}
.hero--static .hero__slide {
  min-height: min(92svh, 56rem);
}
.hero--static .hero__slide.is-active .hero__img {
  transform: scale(1);
}
.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
}
.hero__cta-row .btn--line {
  margin-top: 0;
}

/* â€”â€” Premium istatistik bandÄ± â€”â€” */
.s-band {
  position: relative;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(4rem, 6.5vw, 6rem) 0;
  background: linear-gradient(180deg, #0a0706 0%, #1a110c 48%, #120a07 100%);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 -18px 48px -18px rgba(0, 0, 0, 0.55);
}
.s-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(ellipse 55% 80% at 12% 20%, rgba(221, 184, 133, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 45% 75% at 88% 85%, rgba(128, 84, 61, 0.3) 0%, transparent 55%),
    radial-gradient(ellipse 90% 55% at 50% 50%, rgba(26, 17, 12, 0) 52%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.s-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.85  0 0 0 0 0.72  0 0 0 0 0.5  0 0 0 0.7 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
}
.s-band__rule {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(221, 184, 133, 0.35) 18%,
    rgba(221, 184, 133, 0.9) 50%,
    rgba(221, 184, 133, 0.35) 82%,
    transparent 100%
  );
  box-shadow: 0 0 22px rgba(221, 184, 133, 0.28);
}
.s-band__rule--t {
  top: 0;
}
.s-band__rule--b {
  bottom: 0;
}
.s-band__in {
  position: relative;
  width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 2.5rem);
  align-items: stretch;
}
.s-band__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0.75rem;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.55s var(--ease), background 0.55s;
}
.s-band__item::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(221, 184, 133, 0.06) 100%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.55s, height 0.55s var(--ease);
  z-index: -1;
  pointer-events: none;
}
.s-band__item:hover {
  transform: translateY(-6px);
}
.s-band__item:hover::after {
  opacity: 1;
  height: 100%;
}
.s-band__item + .s-band__item::before {
  content: "";
  position: absolute;
  top: 22%;
  bottom: 22%;
  left: max(-1.25rem, -1.5vw);
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(221, 184, 133, 0.4) 50%,
    transparent 100%
  );
  pointer-events: none;
}

/* Rozet: ikon Ã§erÃ§evesi */
.s-band__badge {
  position: relative;
  width: clamp(3.4rem, 2rem + 2.8vw, 4.6rem);
  height: clamp(3.4rem, 2rem + 2.8vw, 4.6rem);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 28%,
    rgba(221, 184, 133, 0.14) 0%,
    rgba(10, 7, 6, 0.4) 72%
  );
  border: 1px solid rgba(221, 184, 133, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 234, 193, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.45),
    0 0 0 rgba(221, 184, 133, 0);
  transition: transform 0.55s var(--ease), box-shadow 0.55s, border-color 0.55s;
}
.s-band__ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(221, 184, 133, 0.18);
  pointer-events: none;
  transition: inset 0.55s var(--ease), border-color 0.55s, opacity 0.55s;
}
.s-band__icon {
  width: 56%;
  height: 56%;
  color: #ddb885;
  filter: drop-shadow(0 0 8px rgba(221, 184, 133, 0.35));
  transition: transform 0.55s var(--ease), filter 0.55s;
}
.s-band__item:hover .s-band__badge {
  border-color: rgba(221, 184, 133, 0.7);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 234, 193, 0.18),
    0 14px 36px rgba(0, 0, 0, 0.55),
    0 0 34px rgba(221, 184, 133, 0.25);
}
.s-band__item:hover .s-band__ring {
  inset: -10px;
  border-color: rgba(221, 184, 133, 0.42);
  opacity: 0.9;
}
.s-band__item:hover .s-band__icon {
  transform: scale(1.05);
  filter: drop-shadow(0 0 14px rgba(221, 184, 133, 0.65));
}

/* Rakam + altÃ§izgi */
.s-band__val {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.15rem;
}
.s-band__num {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.05em;
  font-family: var(--font-ed);
  font-size: clamp(2.3rem, 1.1rem + 3vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1;
  background: linear-gradient(180deg, #fff5dc 0%, #ddb885 55%, #a97a52 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 24px rgba(221, 184, 133, 0.22);
}
.s-band__count {
  font-variant-numeric: tabular-nums;
}
.s-band__plus {
  font-size: 0.5em;
  -webkit-text-fill-color: #ddb885;
  color: #ddb885;
  margin-left: 0.05em;
}
.s-band__num--text {
  font-size: clamp(1.6rem, 0.8rem + 2vw, 2.5rem);
  letter-spacing: 0.055em;
  padding: 0 0.05em;
}
.s-band__rule-x {
  width: clamp(2rem, 3vw, 3rem);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(221, 184, 133, 0.75),
    transparent
  );
  box-shadow: 0 0 10px rgba(221, 184, 133, 0.35);
  transition: width 0.55s var(--ease), box-shadow 0.55s;
}
.s-band__item:hover .s-band__rule-x {
  width: clamp(3rem, 4.5vw, 4.5rem);
  box-shadow: 0 0 14px rgba(221, 184, 133, 0.55);
}

/* BaÅŸlÄ±klar */
.s-band__title {
  margin: 0;
  font-family: var(--font-ed);
  font-size: clamp(1.05rem, 0.55rem + 0.85vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--logo-cream);
  line-height: 1.25;
}
.s-band__sub {
  margin: -0.35rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 237, 228, 0.42);
}

@media (max-width: 1100px) {
  .s-band__in {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.5rem;
  }
  .s-band__item + .s-band__item::before {
    display: none;
  }
}
@media (max-width: 800px) {
  .s-band {
    padding: clamp(3rem, 10vw, 4rem) 0;
  }
  .s-band__in {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }
  .s-band__item + .s-band__item::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .s-band__in {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

/* Staggered, soft entrance for stat cards */
.s-band__item.reveal-child {
  opacity: 0;
  transform: translateY(2rem) scale(0.96);
  filter: blur(6px);
  transition:
    opacity 1.6s var(--ease-out),
    transform 1.6s var(--ease-out),
    filter 1.6s var(--ease-out);
}
.s-band__item.reveal-child.is-visible,
.is-visible .s-band__item.reveal-child {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.s-band__item.reveal-child:nth-child(1) { transition-delay: 0.1s !important; }
.s-band__item.reveal-child:nth-child(2) { transition-delay: 0.35s !important; }
.s-band__item.reveal-child:nth-child(3) { transition-delay: 0.6s !important; }
.s-band__item.reveal-child:nth-child(4) { transition-delay: 0.85s !important; }
.s-band__item.reveal-child:nth-child(5) { transition-delay: 1.1s !important; }

@media (prefers-reduced-motion: reduce) {
  .s-band__item.reveal-child {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.s-manifest {
  position: relative;
  padding: 0;
  background: var(--c-surface);
  border-block: 1px solid var(--c-border-hi);
}
.s-manifest::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(0px, calc(50% - 36rem));
  width: min(42%, 28rem);
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230a0908' fill-opacity='0.04' d='M0 0h1v1H0V0zm12 12h1v1h-1v-1z'/%3E%3C/svg%3E");
  opacity: 0.9;
  pointer-events: none;
}
.s-manifest__k {
  display: none;
}
.s-manifest .s-title {
  max-width: 44rem;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: var(--s-3);
  text-align: left;
  font-size: clamp(2.3rem, 0.95rem + 3.5vw, 3.45rem);
}
.s-manifest__d {
  text-align: left;
  max-width: 40rem;
  margin: 0;
  line-height: 1.8;
  font-size: 1.22rem;
  color: var(--c-muted);
  font-weight: 400;
}

.s-pil {
  position: relative;
  padding: 0 0 var(--section);
  background: var(--c-void-mid);
  border-block: 1px solid var(--c-void-line);
}
.s-pil .s-k {
  color: var(--logo-honey);
}
.s-pil .s-title {
  color: #fff;
}
.s-pil .s-pil__lead {
  color: rgba(255, 255, 255, 0.88);
}
.s-pil__grid {
  width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 1.6vw, 1.75rem);
  background: transparent;
  border: 0;
}
@media (max-width: 1000px) {
  .s-pil__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .s-pil__grid {
    grid-template-columns: 1fr;
  }
}

/* â€”â€” Pillar cards: premium kÃ¼ndekari-inspired design â€”â€” */
.p-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 2.25rem 1.6rem 1.9rem;
  min-height: 19rem;
  border-radius: 16px;
  background:
    linear-gradient(
      155deg,
      rgba(221, 184, 133, 0.09) 0%,
      rgba(255, 255, 255, 0.025) 32%,
      rgba(0, 0, 0, 0.15) 100%
    ),
    rgba(18, 14, 11, 0.55);
  border: 1px solid rgba(221, 184, 133, 0.16);
  backdrop-filter: blur(10px);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 234, 193, 0.05);
  transition:
    transform 0.7s var(--ease),
    border-color 0.7s,
    box-shadow 0.7s,
    background 0.7s;
}

/* KÃ¼ndekari geometric glyph watermark (top-right) */
.p-card__glyph {
  position: absolute;
  top: -2.25rem;
  right: -2.25rem;
  width: 10rem;
  height: 10rem;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(221, 184, 133, 0.22) 0%,
      rgba(221, 184, 133, 0.08) 35%,
      transparent 70%
    );
  pointer-events: none;
  z-index: -1;
  transition: transform 0.9s var(--ease), opacity 0.7s;
  opacity: 0.55;
}
.p-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      transparent 60%,
      rgba(221, 184, 133, 0.06) 100%
    );
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.7s;
}
.p-card__line {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(221, 184, 133, 0.75) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition: opacity 0.7s, transform 0.9s var(--ease);
  pointer-events: none;
}

.p-card__no {
  position: absolute;
  top: 0.8rem;
  right: 1.35rem;
  font-family: var(--font-ed);
  font-weight: 500;
  font-size: 4.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #fff5dc 0%, #ddb885 55%, #a97a52 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.22;
  pointer-events: none;
  transition:
    opacity 0.7s,
    transform 0.7s var(--ease),
    filter 0.7s;
  text-shadow: 0 2px 18px rgba(221, 184, 133, 0.0);
}

.p-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.25rem;
  color: #ddb885;
  filter: drop-shadow(0 0 10px rgba(221, 184, 133, 0.3));
  transition: transform 0.8s var(--ease), filter 0.8s, color 0.8s;
}
.p-card__icon svg {
  width: 100%;
  height: 100%;
}

.p-card h3 {
  font-family: var(--font-ed);
  font-size: 1.55rem;
  font-weight: 500;
  color: #fff5dc;
  margin: 0 0 0.7rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  position: relative;
}
.p-card h3::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1px;
  margin-top: 0.7rem;
  background: linear-gradient(
    90deg,
    rgba(221, 184, 133, 0.85),
    rgba(221, 184, 133, 0)
  );
  transition: width 0.7s var(--ease), background 0.7s;
}
.p-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(245, 243, 239, 0.78);
}

/* Hover: the card comes alive */
.p-card:hover {
  transform: translateY(-10px);
  border-color: rgba(221, 184, 133, 0.48);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(221, 184, 133, 0.1),
    inset 0 1px 0 rgba(255, 234, 193, 0.12),
    0 0 48px rgba(221, 184, 133, 0.12);
}
.p-card:hover::before {
  opacity: 1;
}
.p-card:hover .p-card__glyph {
  transform: rotate(35deg) scale(1.15);
  opacity: 0.9;
}
.p-card:hover .p-card__no {
  opacity: 0.88;
  transform: translateY(-3px);
  filter: drop-shadow(0 4px 18px rgba(221, 184, 133, 0.35));
}
.p-card:hover .p-card__icon {
  transform: rotate(12deg) scale(1.12);
  filter: drop-shadow(0 0 18px rgba(221, 184, 133, 0.7));
  color: #ffe8c4;
}
.p-card:hover h3::after {
  width: 3.5rem;
  background: linear-gradient(
    90deg,
    rgba(255, 232, 196, 0.95),
    rgba(221, 184, 133, 0)
  );
}
.p-card:hover .p-card__line {
  opacity: 1;
  transform: scaleX(1);
}

/* Staggered, cinematic entrance for pillar cards */
.s-pil__grid .p-card.reveal-child {
  opacity: 0;
  transform: translateY(2.5rem) scale(0.94);
  filter: blur(8px);
  transition:
    opacity 1.3s var(--ease-out),
    transform 1.3s var(--ease-out),
    filter 1.3s var(--ease-out);
}
.s-pil__grid .p-card.reveal-child.is-visible,
.is-visible .s-pil__grid .p-card.reveal-child {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.s-pil__grid .p-card.reveal-child:nth-child(1) { transition-delay: 0.1s !important; }
.s-pil__grid .p-card.reveal-child:nth-child(2) { transition-delay: 0.32s !important; }
.s-pil__grid .p-card.reveal-child:nth-child(3) { transition-delay: 0.54s !important; }
.s-pil__grid .p-card.reveal-child:nth-child(4) { transition-delay: 0.76s !important; }

@media (prefers-reduced-motion: reduce) {
  .s-pil__grid .p-card.reveal-child {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .p-card,
  .p-card__glyph,
  .p-card__icon,
  .p-card__no,
  .p-card__line,
  .p-card h3::after {
    transition: none !important;
  }
}

.s-split {
  background: var(--c-canvas);
  border-block: 1px solid var(--c-border-hi);
  padding: 0;
}
.s-split .zigzag .s-split__txt {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-split__more {
  margin: 1.1rem 0 0;
}
.s-split__more-a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--c-cta);
  text-decoration: none;
  border-bottom: 1px solid rgba(92, 61, 46, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s, border-color 0.2s;
}
.s-split__more-a:hover {
  color: var(--c-cta-h);
  border-color: rgba(92, 61, 46, 0.55);
}

.s-kun {
  padding: 0 0 var(--section);
  background: linear-gradient(180deg, var(--c-surface) 0%, var(--c-canvas) 100%);
  border-block: 1px solid var(--c-border-hi);
}
.s-kun__more {
  text-align: center;
  margin: 0.25rem auto 0;
  padding: 0 1.5rem 0.5rem;
  max-width: var(--max);
}
.s-kun__more-a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--c-cta);
  text-decoration: none;
  border-bottom: 1px solid rgba(92, 61, 46, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s, border-color 0.2s;
}
.s-kun__more-a:hover {
  color: var(--c-cta-h);
  border-color: rgba(92, 61, 46, 0.55);
}
.s-kun__grid {
  width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 1.8vw, 1.75rem);
  padding-top: 0.5rem;
}
@media (max-width: 900px) {
  .s-kun__grid {
    grid-template-columns: 1fr;
    gap: var(--s-4);
  }
}

/* â€”â€” Kundekari pillars: light-theme premium cards â€”â€” */
.s-kun__col {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 2.25rem 2rem 2rem;
  border-radius: 14px;
  background:
    linear-gradient(
      170deg,
      rgba(196, 165, 116, 0.08) 0%,
      #ffffff 55%
    );
  border: 1px solid rgba(128, 84, 61, 0.14);
  box-shadow:
    0 10px 28px rgba(44, 24, 16, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    transform 0.6s var(--ease),
    border-color 0.6s,
    box-shadow 0.6s;
}

/* Decorative watermark: soft honey wash top-right */
.s-kun__glyph {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 9rem;
  height: 9rem;
  background:
    radial-gradient(
      circle at center,
      rgba(196, 165, 116, 0.18) 0%,
      rgba(196, 165, 116, 0.06) 45%,
      transparent 70%
    );
  pointer-events: none;
  z-index: 0;
  opacity: 0.75;
  transition: transform 0.9s var(--ease), opacity 0.6s;
}
.s-kun__col::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      transparent 60%,
      rgba(196, 165, 116, 0.07) 100%
    );
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s;
}

/* Header row: icon + small roman numeral badge */
.s-kun__icon {
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--logo-mahogany);
  background: linear-gradient(
    160deg,
    rgba(196, 165, 116, 0.18) 0%,
    rgba(196, 165, 116, 0.06) 100%
  );
  border: 1px solid rgba(128, 84, 61, 0.2);
  border-radius: 12px;
  transition:
    transform 0.7s var(--ease),
    color 0.6s,
    border-color 0.6s,
    background 0.6s;
}
.s-kun__icon svg {
  width: 60%;
  height: 60%;
}

.s-kun__no {
  position: absolute;
  top: 1.35rem;
  right: 1.6rem;
  z-index: 1;
  font-family: var(--font-ed);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.6s, color 0.6s, letter-spacing 0.6s;
}

.s-kun__col h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-ed);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--c-ink);
  margin: 0 0 0.7rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.s-kun__col h3::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  margin-top: 0.7rem;
  background: linear-gradient(
    90deg,
    var(--logo-mahogany) 0%,
    rgba(128, 84, 61, 0) 100%
  );
  transition: width 0.6s var(--ease);
}
.s-kun__col p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--c-muted);
  border-top: 0;
  padding-top: 0;
}
.s-kun__line {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--logo-honey) 50%,
    transparent 100%
  );
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition: opacity 0.6s, transform 0.8s var(--ease);
  pointer-events: none;
}

/* Hover */
.s-kun__col:hover {
  transform: translateY(-6px);
  border-color: rgba(128, 84, 61, 0.38);
  box-shadow:
    0 20px 44px rgba(44, 24, 16, 0.14),
    0 0 0 1px rgba(196, 165, 116, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.s-kun__col:hover::before {
  opacity: 1;
}
.s-kun__col:hover .s-kun__glyph {
  transform: rotate(25deg) scale(1.15);
  opacity: 1;
}
.s-kun__col:hover .s-kun__no {
  opacity: 0.85;
  color: var(--logo-walnut);
  letter-spacing: 0.3em;
}
.s-kun__col:hover .s-kun__icon {
  transform: scale(1.06);
  color: var(--logo-walnut);
  border-color: rgba(128, 84, 61, 0.4);
  background: linear-gradient(
    160deg,
    rgba(196, 165, 116, 0.28) 0%,
    rgba(196, 165, 116, 0.1) 100%
  );
}
.s-kun__col:hover h3::after {
  width: 3.5rem;
}
.s-kun__col:hover .s-kun__line {
  opacity: 1;
  transform: scaleX(1);
}

/* Staggered cinematic entrance */
.s-kun__grid .s-kun__col.reveal-child {
  opacity: 0;
  transform: translateY(2.5rem) scale(0.94);
  filter: blur(8px);
  transition:
    opacity 1.3s var(--ease-out),
    transform 1.3s var(--ease-out),
    filter 1.3s var(--ease-out);
}
.s-kun__grid .s-kun__col.reveal-child.is-visible,
.is-visible .s-kun__grid .s-kun__col.reveal-child {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.s-kun__grid .s-kun__col.reveal-child:nth-child(1) { transition-delay: 0.1s !important; }
.s-kun__grid .s-kun__col.reveal-child:nth-child(2) { transition-delay: 0.35s !important; }
.s-kun__grid .s-kun__col.reveal-child:nth-child(3) { transition-delay: 0.6s !important; }

@media (prefers-reduced-motion: reduce) {
  .s-kun__grid .s-kun__col.reveal-child {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .s-kun__col,
  .s-kun__glyph,
  .s-kun__icon,
  .s-kun__no,
  .s-kun__line,
  .s-kun__col h3::after {
    transition: none !important;
  }
}

.ustalik {
  position: relative;
  padding: var(--section) 0;
  background: var(--c-void);
  border-block: 1px solid var(--c-void-line);
  overflow: hidden;
}
.ustalik::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 55%;
  height: 70%;
  background: radial-gradient(circle, rgba(128, 84, 61, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
.ustalik .s-k {
  color: rgba(245, 243, 239, 0.45);
}
.ustalik .s-title {
  color: #fff;
}
.ustalik__l {
  position: relative;
  z-index: 1;
}
.ustalik__g {
  width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--s-8);
  align-items: start;
  padding: 0 0;
}
.ustalik__g--visual-left {
  grid-template-columns: 1.05fr 0.95fr;
}
@media (max-width: 900px) {
  .ustalik__g {
    grid-template-columns: 1fr;
  }
  .ustalik__g--visual-left {
    grid-template-columns: 1fr;
  }
  .ustalik__r {
    order: -1;
  }
}
.ustalik__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: var(--s-4) 0 var(--s-3);
}
.ustalik__tab {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.75rem 1.4rem;
  border: 1px solid rgba(196, 165, 116, 0.28);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(245, 243, 239, 0.7);
  cursor: pointer;
  transition:
    background 0.35s var(--ease),
    color 0.35s,
    border-color 0.35s,
    transform 0.35s var(--ease),
    box-shadow 0.35s;
}
.ustalik__tab:hover {
  color: #fff;
  border-color: rgba(196, 165, 116, 0.55);
  transform: translateY(-1px);
}
.ustalik__tab.is-active {
  background: linear-gradient(135deg, var(--logo-mahogany) 0%, var(--logo-walnut) 100%);
  color: #fff;
  border-color: rgba(196, 165, 116, 0.65);
  box-shadow:
    0 6px 20px rgba(128, 84, 61, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.ustalik__p {
  display: none;
  line-height: 1.85;
  font-size: 1.08rem;
  color: rgba(245, 243, 239, 0.82);
  margin: 0 0 0.5rem;
  max-width: 40rem;
}
.ustalik__p.is-on {
  display: block;
}
.ustalik__r {
  position: relative;
  z-index: 1;
  min-height: 26rem;
  border: 1px solid var(--c-void-line);
  background: var(--c-void-mid);
  border-radius: var(--r-lg);
  aspect-ratio: 4/5;
  max-height: 42rem;
  box-shadow: var(--shadow-lift);
  overflow: hidden;
}
.ustalik__fig {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.ustalik__fig.is-on {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.ustalik__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn--line {
  display: inline-flex;
  margin-top: var(--s-2);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9999px;
  padding: 0.55rem 1.1rem;
  text-decoration: none;
  transition: background 0.25s var(--ease), color 0.25s, border-color 0.25s;
}
.btn--line:hover {
  background: #fff;
  color: var(--c-ink);
  border-color: #fff;
}

.s-kal {
  padding: 0 0 var(--section);
  background: var(--c-surface);
  border-block: 1px solid var(--c-border-hi);
}

/* â€”â€” Kalite section: in-zigzag mini gallery â€”â€” */
.zigzag__fig.k-gal {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  min-height: 0;
}
.k-gal__stage {
  position: relative;
  flex: 1 1 auto;
  min-height: clamp(20rem, 32vw, 28rem);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--c-void-mid);
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--c-border-hi);
}
.k-gal__slide {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.9s var(--ease);
  pointer-events: none;
}
.k-gal__slide.is-on {
  opacity: 1;
  pointer-events: auto;
}
.k-gal__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(20, 15, 12, 0.55);
  color: #fff;
  cursor: pointer;
  padding: 0;
  backdrop-filter: blur(8px);
  transition:
    background 0.35s var(--ease),
    border-color 0.35s,
    transform 0.35s var(--ease),
    box-shadow 0.35s;
}
.k-gal__arrow svg {
  display: block;
}
.k-gal__arrow--prev { left: 0.75rem; }
.k-gal__arrow--next { right: 0.75rem; }
.k-gal__arrow:hover {
  background: rgba(128, 84, 61, 0.8);
  border-color: rgba(196, 165, 116, 0.55);
  transform: translateY(-50%) scale(1.07);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}
.k-gal__arrow:active {
  transform: translateY(-50%) scale(0.98);
}
.k-gal__counter {
  position: absolute;
  bottom: 0.85rem;
  right: 0.9rem;
  z-index: 3;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-family: var(--font-ed);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(20, 15, 12, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.k-gal__counter .k-gal__sep {
  opacity: 0.5;
  margin: 0 0.2em;
}

.k-gal__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.55rem;
  flex: 0 0 auto;
}
.k-gal__thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  opacity: 0.55;
  transition:
    border-color 0.4s var(--ease),
    transform 0.4s var(--ease),
    opacity 0.4s,
    box-shadow 0.4s;
}
.k-gal__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.k-gal__thumb:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.k-gal__thumb.is-on {
  opacity: 1;
  border-color: var(--logo-honey);
  box-shadow: 0 6px 16px rgba(196, 165, 116, 0.3);
}

@media (max-width: 520px) {
  .k-gal__thumbs {
    gap: 0.4rem;
  }
  .k-gal__arrow {
    width: 2.3rem;
    height: 2.3rem;
  }
  .k-gal__stage {
    min-height: 18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .k-gal__slide {
    transition: none;
  }
  .k-gal__arrow,
  .k-gal__thumb {
    transition: none;
  }
}

.s-kal__row {
  width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  background: transparent;
  border: 0;
}
@media (max-width: 900px) {
  .s-kal__row {
    grid-template-columns: 1fr;
  }
}
.s-kal__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: clamp(1.65rem, 1.1rem + 0.9vw, 2.1rem) clamp(1.45rem, 1rem + 0.7vw, 1.85rem) clamp(1.8rem, 1.2rem + 1vw, 2.2rem);
  background: linear-gradient(180deg, #fbf8f2 0%, #f6f1e7 100%);
  border-radius: 18px;
  border: 1px solid rgba(128, 84, 61, 0.14);
  box-shadow: 0 12px 28px rgba(42, 28, 20, 0.06);
  overflow: hidden;
  transition:
    transform 0.6s var(--ease),
    box-shadow 0.6s var(--ease),
    border-color 0.6s var(--ease);
}
.s-kal__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(128, 84, 61, 0.0), var(--logo-honey) 28%, #8c5b43 68%, rgba(128, 84, 61, 0.0));
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.7s var(--ease);
}
.s-kal__item::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.18) 0%, rgba(196, 165, 116, 0) 70%);
  pointer-events: none;
  transition: transform 0.8s var(--ease), opacity 0.8s var(--ease);
  opacity: 0.7;
}
.s-kal__item:hover {
  transform: translateY(-6px);
  border-color: rgba(128, 84, 61, 0.28);
  box-shadow: 0 22px 44px rgba(42, 28, 20, 0.12);
}
.s-kal__item:hover::before {
  transform: scaleX(1);
}
.s-kal__item:hover::after {
  transform: translate(-1rem, -1rem) scale(1.05);
  opacity: 1;
}
.s-kal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.s-kal__ico {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(128, 84, 61, 0.12), rgba(196, 165, 116, 0.18));
  border: 1px solid rgba(128, 84, 61, 0.18);
  color: #6b4531;
  transition: transform 0.55s var(--ease), background 0.55s var(--ease), color 0.55s var(--ease);
}
.s-kal__item:hover .s-kal__ico {
  transform: rotate(-4deg) scale(1.06);
  color: #3b2418;
  background: linear-gradient(145deg, rgba(196, 165, 116, 0.35), rgba(128, 84, 61, 0.22));
}
.s-kal__n {
  font-family: var(--font-ed);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(128, 84, 61, 0.18);
  letter-spacing: -0.02em;
  transition: color 0.55s var(--ease), transform 0.55s var(--ease);
}
.s-kal__item:hover .s-kal__n {
  color: rgba(128, 84, 61, 0.55);
  transform: translateX(-2px);
}
.s-kal__item h3 {
  font-family: var(--font-ed);
  font-size: clamp(1.2rem, 0.95rem + 0.45vw, 1.38rem);
  font-weight: 500;
  color: var(--c-ink);
  margin: 0;
  line-height: 1.3;
}
.s-kal__item p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--c-muted);
}
.s-kal__tag {
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--font-ed);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  color: #6b4531;
  background: rgba(196, 165, 116, 0.18);
  border: 1px solid rgba(128, 84, 61, 0.22);
  position: relative;
  z-index: 1;
}

/* â€”â€” Tarih Ã§izelgesi Â· 35 yÄ±llÄ±k imza Â· scroll-tied cinematic timeline â€”â€” */
.s-pro {
  padding: 0 0 var(--section);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(196, 165, 116, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, var(--c-canvas) 0%, #fbf8f2 50%, var(--c-canvas) 100%);
  border-block: 1px solid var(--c-border-hi);
  overflow: hidden;
  position: relative;
}
.s-pro__tl {
  --pro-progress: 0%;
  --pro-head-y: 0px;
  position: relative;
  width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 6vw, 6rem);
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}
.s-pro__tl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--pro-head-y, 0px);
  transform: translate(-50%, -50%);
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.15) 0%, rgba(196, 165, 116, 0.04) 30%, transparent 60%);
  pointer-events: none;
  filter: blur(8px);
  opacity: 0;
  transition: opacity 0.6s var(--ease);
  z-index: 0;
}
.s-pro__tl.is-active::before {
  opacity: 1;
}

.s-pro__rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  pointer-events: none;
  z-index: 1;
}
.s-pro__rail-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(128, 84, 61, 0.2) 4%, rgba(128, 84, 61, 0.28) 50%, rgba(128, 84, 61, 0.2) 96%, transparent 100%);
}
.s-pro__rail-fill {
  position: absolute;
  top: 0;
  left: -0.5px;
  width: 3px;
  height: var(--pro-progress, 0%);
  background: linear-gradient(180deg, rgba(196, 165, 116, 0) 0%, rgba(196, 165, 116, 0.6) 6%, var(--logo-honey) 40%, #8c5b43 100%);
  box-shadow: 0 0 14px rgba(196, 165, 116, 0.5);
  border-radius: 2px;
  transform-origin: top center;
  transition: height 0.06s linear;
}
.s-pro__rail-head {
  position: absolute;
  top: var(--pro-progress, 0%);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, var(--logo-honey) 35%, #8c5b43 100%);
  box-shadow:
    0 0 0 3px rgba(196, 165, 116, 0.25),
    0 0 18px 4px rgba(196, 165, 116, 0.55),
    0 0 40px 10px rgba(196, 165, 116, 0.22);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.s-pro__tl.is-active .s-pro__rail-head {
  opacity: 1;
  animation: s-pro-pulse 2.4s ease-in-out infinite;
}
@keyframes s-pro-pulse {
  0%,
  100% { box-shadow: 0 0 0 3px rgba(196, 165, 116, 0.25), 0 0 18px 4px rgba(196, 165, 116, 0.55), 0 0 40px 10px rgba(196, 165, 116, 0.22); }
  50% { box-shadow: 0 0 0 6px rgba(196, 165, 116, 0.15), 0 0 28px 6px rgba(196, 165, 116, 0.7), 0 0 58px 14px rgba(196, 165, 116, 0.3); }
}
.s-pro__rail::before,
.s-pro__rail::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.65rem;
  height: 0.65rem;
  background: var(--logo-honey);
  box-shadow: 0 0 0 4px rgba(196, 165, 116, 0.18);
  z-index: 2;
}
.s-pro__rail::before { top: -0.35rem; }
.s-pro__rail::after { bottom: -0.35rem; }

.s-pro__row {
  position: relative;
  width: calc(50% - 3.5rem);
  padding: 0.5rem 0;
  z-index: 2;
}
.s-pro__row--left {
  align-self: flex-start;
  padding-right: 0.25rem;
  text-align: right;
}
.s-pro__row--right {
  align-self: flex-end;
  padding-left: 0.25rem;
  text-align: left;
}

.s-pro__dot {
  position: absolute;
  top: 2.75rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: #fbf8f2;
  border: 2px solid rgba(128, 84, 61, 0.55);
  box-shadow: 0 0 0 5px rgba(196, 165, 116, 0.08);
  transition:
    background 0.7s var(--ease),
    border-color 0.7s var(--ease),
    box-shadow 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.s-pro__dot::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.7s var(--ease);
}
.s-pro__row--left .s-pro__dot { right: -3.92rem; }
.s-pro__row--right .s-pro__dot { left: -3.92rem; }
.s-pro__row.is-lit .s-pro__dot {
  background: var(--logo-honey);
  border-color: var(--logo-honey);
  box-shadow:
    0 0 0 8px rgba(196, 165, 116, 0.2),
    0 0 20px 4px rgba(196, 165, 116, 0.4);
  transform: scale(1.12);
}
.s-pro__row.is-lit .s-pro__dot::after {
  background: radial-gradient(circle, #fff 0%, transparent 60%);
}

.s-pro__year {
  position: relative;
  font-family: var(--font-ed);
  font-size: clamp(3.8rem, 2.6rem + 5vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 0.9;
  margin: 0 0 0.7rem;
  font-variant-numeric: tabular-nums;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(128, 84, 61, 0.42);
  background-image: linear-gradient(135deg, #8c5b43 0%, #c4a574 55%, #6b4531 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition:
    background-size 1.3s var(--ease-out),
    -webkit-text-stroke-color 0.9s var(--ease),
    transform 0.9s var(--ease),
    filter 0.9s var(--ease);
  will-change: background-size, transform;
}
.s-pro__row--left .s-pro__year { background-position: right center; }
.s-pro__row--right .s-pro__year { background-position: left center; }
.s-pro__row.is-lit .s-pro__year {
  background-size: 110% 100%;
  -webkit-text-stroke-color: transparent;
  filter: drop-shadow(0 4px 18px rgba(196, 165, 116, 0.25));
}

.s-pro__card {
  position: relative;
  background: linear-gradient(180deg, #fbf8f2 0%, #f6f1e7 100%);
  border: 1px solid rgba(128, 84, 61, 0.16);
  border-radius: 20px;
  padding: clamp(1.5rem, 1.1rem + 0.7vw, 2rem);
  box-shadow: 0 14px 32px rgba(42, 28, 20, 0.07), 0 2px 6px rgba(42, 28, 20, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
  transition: transform 0.75s var(--ease), box-shadow 0.75s var(--ease), border-color 0.75s var(--ease);
}
.s-pro__card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--logo-honey), #8c5b43);
  transform: scaleY(0);
  transition: transform 0.95s var(--ease);
}
.s-pro__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(196, 165, 116, 0);
  transition: box-shadow 0.75s var(--ease);
}
.s-pro__row--left .s-pro__card::before { right: 0; transform-origin: bottom; }
.s-pro__row--right .s-pro__card::before { left: 0; transform-origin: top; }
.s-pro__row.is-lit .s-pro__card::before { transform: scaleY(1); }
.s-pro__row.is-lit .s-pro__card {
  border-color: rgba(128, 84, 61, 0.32);
  box-shadow: 0 22px 46px rgba(42, 28, 20, 0.12), 0 2px 8px rgba(42, 28, 20, 0.05), 0 0 0 1px rgba(196, 165, 116, 0.1);
}
.s-pro__row.is-lit .s-pro__card::after {
  box-shadow: inset 0 0 0 1px rgba(196, 165, 116, 0.25);
}
.s-pro__row:hover .s-pro__card {
  transform: translateY(-4px);
}

.s-pro__row--left .s-pro__card,
.s-pro__row--left .s-pro__tags { align-items: flex-end; }
.s-pro__row--right .s-pro__card,
.s-pro__row--right .s-pro__tags { align-items: flex-start; }
.s-pro__row--left .s-pro__tags { justify-content: flex-end; }

.s-pro__kick {
  font-family: var(--font-ed);
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6b4531;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.s-pro__kick::before,
.s-pro__kick::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(128, 84, 61, 0.55));
  transition: width 0.7s var(--ease);
}
.s-pro__kick::after {
  background: linear-gradient(90deg, rgba(128, 84, 61, 0.55), transparent);
}
.s-pro__row--left .s-pro__kick::after,
.s-pro__row--right .s-pro__kick::before { display: none; }
.s-pro__row.is-lit .s-pro__kick::before,
.s-pro__row.is-lit .s-pro__kick::after { width: 1.5rem; }

.s-pro__card h3 {
  font-family: var(--font-ed);
  font-size: clamp(1.3rem, 1rem + 0.55vw, 1.6rem);
  font-weight: 500;
  color: var(--c-ink);
  margin: 0;
  line-height: 1.3;
}
.s-pro__card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.74;
  color: var(--c-muted);
}
.s-pro__tags {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.s-pro__tags li {
  font-family: var(--font-ed);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  color: #6b4531;
  background: rgba(196, 165, 116, 0.14);
  border: 1px solid rgba(128, 84, 61, 0.2);
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease), transform 0.5s var(--ease);
}
.s-pro__row.is-lit .s-pro__tags li {
  background: rgba(196, 165, 116, 0.22);
  border-color: rgba(128, 84, 61, 0.32);
}

.s-pro__tl .s-pro__row.reveal-child {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 1.25s var(--ease-out),
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.25s var(--ease-out);
  transform-style: preserve-3d;
}
.s-pro__tl .s-pro__row--left.reveal-child {
  transform: perspective(1400px) translate3d(-5rem, 2.5rem, 0) rotateY(6deg);
}
.s-pro__tl .s-pro__row--right.reveal-child {
  transform: perspective(1400px) translate3d(5rem, 2.5rem, 0) rotateY(-6deg);
}
.s-pro__tl .s-pro__row.reveal-child.is-visible {
  opacity: 1;
  transform: perspective(1400px) translate3d(0, 0, 0) rotateY(0);
  filter: blur(0);
}
.s-pro__tl .s-pro__row .s-pro__year {
  transform: translateY(1.5rem);
  opacity: 0;
}
.s-pro__tl .s-pro__row.is-visible .s-pro__year {
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
    opacity 1.2s var(--ease-out) 0.15s,
    background-size 1.3s var(--ease-out),
    -webkit-text-stroke-color 0.9s var(--ease),
    filter 0.9s var(--ease);
}

@media (max-width: 900px) {
  .s-pro__tl {
    padding-left: 2.5rem;
    gap: 3rem;
  }
  .s-pro__rail {
    left: 0.8rem;
    transform: none;
  }
  .s-pro__rail-head { left: 0; transform: translate(-50%, -50%); }
  .s-pro__rail::before,
  .s-pro__rail::after {
    left: 0;
    transform: translateX(-50%) rotate(45deg);
  }
  .s-pro__row {
    width: 100%;
    align-self: stretch !important;
    padding: 0;
    text-align: left;
  }
  .s-pro__row--left,
  .s-pro__row--right { padding: 0; text-align: left; }
  .s-pro__row--left .s-pro__card,
  .s-pro__row--left .s-pro__tags,
  .s-pro__row--right .s-pro__card,
  .s-pro__row--right .s-pro__tags { align-items: flex-start; }
  .s-pro__row--left .s-pro__tags,
  .s-pro__row--right .s-pro__tags { justify-content: flex-start; }
  .s-pro__row--left .s-pro__year,
  .s-pro__row--right .s-pro__year { background-position: left center; }
  .s-pro__row--left .s-pro__dot,
  .s-pro__row--right .s-pro__dot {
    left: -2.2rem;
    right: auto;
    top: 2rem;
  }
  .s-pro__row--left .s-pro__card::before {
    right: auto;
    left: 0;
    transform-origin: top;
  }
  .s-pro__row--left .s-pro__kick::after { display: inline-block; }
  .s-pro__row--left .s-pro__kick::before { display: none; }
  .s-pro__year {
    font-size: clamp(2.8rem, 2rem + 5vw, 4rem);
  }
  .s-pro__tl .s-pro__row--left.reveal-child,
  .s-pro__tl .s-pro__row--right.reveal-child {
    transform: perspective(1200px) translate3d(0, 2.5rem, 0);
  }
  .s-pro__tl::before {
    width: 20rem;
    height: 20rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-pro__tl .s-pro__row.reveal-child,
  .s-pro__tl .s-pro__row .s-pro__year {
    transition: opacity 0.4s linear !important;
    transform: none !important;
    filter: none !important;
    opacity: 1;
  }
  .s-pro__rail-head,
  .s-pro__tl.is-active .s-pro__rail-head {
    animation: none;
  }
  .s-pro__card::before {
    transform: scaleY(1);
    transition: none;
  }
}

.s-sec {
  position: relative;
  padding: clamp(4rem, 9vw, 6.5rem) 0;
  background:
    linear-gradient(180deg, #fdfcfa 0%, #f6f0e6 40%, #efe8dc 100%);
  border-block: 1px solid rgba(128, 84, 61, 0.12);
  overflow: hidden;
}
.s-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 8% 5%, rgba(196, 165, 116, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(128, 84, 61, 0.06) 0%, transparent 45%);
  pointer-events: none;
}
.s-sec::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: clamp(3rem, 6vw, 4.5rem);
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, var(--logo-honey), rgba(196, 165, 116, 0.3));
  pointer-events: none;
}
.s-sec__wrap {
  position: relative;
  z-index: 1;
  width: var(--max);
  margin: 0 auto;
}
.s-sec__intro {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(2.75rem, 5.5vw, 4rem);
}
.s-sec__ey {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a6a4a;
  margin: 0 0 0.5rem;
}
.s-sec__title {
  margin: 0.5rem 0 0;
}
.s-sec__sub {
  margin: 1.1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.78;
  color: #5a524a;
}
.s-sec__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.1rem, 2vw, 1.5rem);
  width: 100%;
}
@media (max-width: 1000px) {
  .s-sec__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .s-sec__grid {
    grid-template-columns: 1fr;
  }
}
.s-sec__card {
  position: relative;
  min-height: 0;
  padding: clamp(1.4rem, 1.1rem + 0.5vw, 1.9rem) clamp(1.35rem, 1rem + 0.5vw, 1.6rem) clamp(1.6rem, 1.2rem + 0.4vw, 1.9rem);
  border-radius: 20px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.95) 0%, rgba(252, 249, 244, 0.88) 100%);
  border: 1px solid rgba(196, 165, 116, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 20px 48px -12px rgba(44, 24, 16, 0.1),
    0 0 0 1px rgba(44, 24, 16, 0.03);
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s,
    border-color 0.45s;
  overflow: hidden;
}
.s-sec__no {
  position: absolute;
  right: 0.85rem;
  top: 0.4rem;
  font-family: var(--font-ed);
  font-size: clamp(2.1rem, 1.2rem + 1.4vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(196, 165, 116, 0.18);
  pointer-events: none;
  user-select: none;
}
.s-sec__card::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 0;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.65), var(--logo-honey), rgba(196, 165, 116, 0.65), transparent);
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.4s, transform 0.4s;
  transform: scaleX(0.7);
  transform-origin: center;
}
.s-sec__card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(196, 165, 116, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 28px 60px -16px rgba(44, 24, 16, 0.16);
}
.s-sec__card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.s-sec__ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.1rem;
  border-radius: 14px;
  color: #5c3d2e;
  background: linear-gradient(150deg, rgba(196, 165, 116, 0.35) 0%, rgba(196, 165, 116, 0.08) 100%);
  border: 1px solid rgba(196, 165, 116, 0.35);
  box-shadow: 0 4px 14px rgba(196, 165, 116, 0.15);
}
.s-sec__ico svg {
  width: 1.4rem;
  height: 1.4rem;
}
.s-sec__card h3 {
  font-family: var(--font-ed);
  font-size: clamp(1.12rem, 0.95rem + 0.3vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #2a1c12;
  margin: 0 0 0.55rem;
  max-width: 12ch;
}
.s-sec__card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #5c5348;
}
@media (max-width: 560px) {
  .s-sec__card:hover {
    transform: translateY(-4px) scale(1);
  }
}

.s-cta {
  position: relative;
  color: #2c1810;
  border-block: 1px solid rgba(44, 24, 16, 0.08);
  overflow: hidden;
  padding: clamp(3.25rem, 6.5vw, 4.75rem) 0;
  background: #fdfcfa;
}
.s-cta__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 15% 20%, rgba(196, 165, 116, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(196, 165, 116, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%);
  pointer-events: none;
}
.s-cta__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.5rem;
  width: 48px;
  height: 2px;
  margin-left: -24px;
  background: linear-gradient(90deg, transparent, var(--logo-honey), transparent);
  opacity: 0.5;
  pointer-events: none;
}
.s-cta__in {
  position: relative;
  z-index: 1;
  width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 0.5rem 0;
}
.s-cta__content {
  max-width: 36rem;
  padding: 0 0.5rem;
}
.s-cta__ey {
  font-family: var(--font-ui);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #8a7358;
  margin: 0 0 0.75rem;
}
.s-cta__t {
  font-family: var(--font-ed);
  font-size: clamp(1.65rem, 0.5rem + 2.2vw, 2.2rem);
  font-weight: 500;
  color: #1f1410;
  margin: 0 0 0.65rem;
  letter-spacing: -0.03em;
  line-height: 1.18;
}
.s-cta__d {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.78;
  color: #5a524a;
}
.s-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.95rem 2rem;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(145deg, #4a2f1f 0%, #2c1810 55%, #1a0f0a 100%);
  border: 1px solid rgba(44, 24, 16, 0.35);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(44, 24, 16, 0.15), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, background 0.35s;
}
.s-cta__btn svg {
  flex-shrink: 0;
  opacity: 0.9;
  transition: transform 0.35s var(--ease);
  stroke: currentColor;
}
.s-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(44, 24, 16, 0.22);
  background: linear-gradient(145deg, #5c3d2e 0%, #3a2418 100%);
}
.s-cta__btn:hover svg {
  transform: translateX(4px);
}

.gal {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(180deg, #0f0c0a 0%, #1a1410 50%, #0c0a08 100%);
  border-block: 1px solid #292524;
  position: relative;
}
.gal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 40% at 50% 0%, rgba(196, 165, 116, 0.07) 0%, transparent 55%);
  pointer-events: none;
}
.gal__wrap {
  position: relative;
  z-index: 1;
  width: var(--max);
  margin: 0 auto;
}
.gal__head {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 2rem;
}
.gal .s-k {
  color: rgba(196, 165, 116, 0.55);
}
.gal .s-title {
  color: #faf8f4;
}
.gal__lead {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(245, 240, 235, 0.55);
  margin: 0.5rem 0 0;
}
.gal__more {
  text-align: center;
  margin: 1.1rem 0 0;
}
.gal__more-a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(196, 165, 116, 0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(196, 165, 116, 0.4);
  padding-bottom: 0.1rem;
  transition: color 0.2s, border-color 0.2s;
}
.gal__more-a:hover {
  color: #f0e4d2;
  border-color: rgba(196, 165, 116, 0.75);
}

.gal-pdf-block {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2.25rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gal-pdf__h {
  font-family: var(--font-display, Georgia, "Times New Roman", serif);
  color: #faf8f4;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.gal-pdf__lead {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(245, 240, 235, 0.52);
  margin: 0 0 1.15rem;
}
.gal .p-pdf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 0.65rem 0.75rem;
}
.gal .p-pdf__a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f2ebe4;
  font-size: 0.86rem;
  line-height: 1.35;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.gal .p-pdf__a:hover {
  background: rgba(196, 165, 116, 0.12);
  border-color: rgba(196, 165, 116, 0.35);
  transform: translateY(-1px);
}
.gal .p-pdf__ico {
  flex: 0 0 auto;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fecaca;
  line-height: 1;
  padding: 0.2rem 0.35rem;
  border: 1px solid rgba(248, 113, 113, 0.5);
  border-radius: 4px;
  background: rgba(127, 29, 29, 0.45);
}
.gal .p-pdf__t {
  text-align: left;
}

.g-m {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  background: transparent;
  border: 0;
}
@media (max-width: 900px) {
  .g-m {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .g-m {
    grid-template-columns: 1fr;
  }
}
.g-item {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  background: #1c1917;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.5s;
}
.g-item::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(196, 165, 116, 0.08);
  border-radius: 12px;
  pointer-events: none;
  transition: box-shadow 0.5s;
}
.g-item:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 165, 116, 0.25);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
.g-item:hover::after {
  box-shadow: inset 0 0 0 1px rgba(196, 165, 116, 0.2);
}
.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.98) saturate(0.95);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.g-item:hover img {
  transform: scale(1.05);
  filter: contrast(1) saturate(1.02);
}
.gal__err {
  text-align: center;
  font-size: 0.8rem;
  color: #fecaca;
  margin-top: 1.25rem;
}
.gal__err code {
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.1rem 0.3rem;
  border-radius: 2px;
  color: #fecaca;
}

.contact {
  position: relative;
  padding: clamp(4rem, 8vw, 5.5rem) 0;
  background: linear-gradient(160deg, #fbf6ee 0%, #e8e0d4 50%, #ddd4c4 100%);
  border-block: 1px solid rgba(128, 84, 61, 0.15);
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  right: -20%;
  top: 10%;
  width: 50%;
  max-width: 32rem;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.contact__shell {
  position: relative;
  z-index: 1;
  width: var(--max);
  margin: 0 auto;
}
.contact__board {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: stretch;
}
@media (max-width: 900px) {
  .contact__board {
    grid-template-columns: 1fr;
  }
}
.contact__panel {
  position: relative;
}
.contact__panel--map {
  display: flex;
  flex-direction: column;
  min-height: 0;
  align-self: stretch;
}
.contact__panel--main {
  padding: clamp(1.75rem, 2.5vw, 2.5rem) clamp(1.5rem, 2.5vw, 2.25rem) clamp(2rem, 3vw, 2.5rem);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(252, 248, 242, 0.92) 100%);
  border-radius: 24px;
  border: 1px solid rgba(196, 165, 116, 0.28);
  box-shadow: 0 4px 0 rgba(255, 255, 255, 0.65) inset, 0 24px 50px -20px rgba(44, 24, 16, 0.12);
}
.contact__accent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.contact__line {
  flex: 1;
  max-width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, var(--logo-honey), rgba(196, 165, 116, 0.2));
}
.contact__diamond {
  width: 7px;
  height: 7px;
  background: var(--logo-honey);
  transform: rotate(45deg);
  box-shadow: 0 0 0 1px rgba(196, 165, 116, 0.45);
  flex-shrink: 0;
}
.contact__head {
  margin-bottom: 1.75rem;
}
.contact__k {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8a7358;
  margin: 0 0 0.4rem;
}
.contact__h {
  margin: 0 0 0.75rem;
  line-height: 1.2;
  color: #1a110c;
  font-size: clamp(1.6rem, 0.5rem + 2vw, 2.1rem);
}
.contact__h em {
  color: #6b4a32;
  font-style: italic;
  font-weight: 500;
}
.contact__intro {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5a5248;
  max-width: 36rem;
}
.contact__to-page {
  margin: 0.9rem 0 0;
}
.contact__to-page-a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5c3d2e;
  text-decoration: none;
  border-bottom: 1px solid rgba(92, 61, 46, 0.32);
  padding-bottom: 0.08rem;
  transition: color 0.2s, border-color 0.2s;
}
.contact__to-page-a:hover {
  color: #3d2920;
  border-color: rgba(92, 61, 46, 0.5);
}
.contact__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.contact__ch {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem 1.05rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(44, 24, 16, 0.08);
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 4px 18px rgba(44, 24, 16, 0.04);
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.3s;
}
a.contact__ch:hover {
  border-color: rgba(196, 165, 116, 0.45);
  box-shadow: 0 6px 24px rgba(44, 24, 16, 0.08);
  transform: translateX(3px);
}
.contact__ch--wa {
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 75%);
  border-color: rgba(22, 163, 74, 0.2);
}
a.contact__ch--wa:hover {
  border-color: rgba(22, 163, 74, 0.45);
}
.contact__ch--addr {
  cursor: default;
  background: #faf6ef;
  border-style: dashed;
}
.contact__ch-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  color: #4a2f1f;
  background: linear-gradient(150deg, rgba(196, 165, 116, 0.3) 0%, rgba(196, 165, 116, 0.08) 100%);
  border: 1px solid rgba(196, 165, 116, 0.3);
}
.contact__ch--wa .contact__ch-ico {
  color: #166534;
  background: linear-gradient(150deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.06) 100%);
  border-color: rgba(34, 197, 94, 0.25);
}
.contact__ch-body {
  min-width: 0;
  display: block;
  flex: 1;
  text-align: left;
}
.contact__ch-l {
  display: block;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(44, 24, 16, 0.42);
  margin-bottom: 0.2rem;
}
.contact__ch-v {
  display: block;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1f1410;
  word-break: break-word;
}
a.contact__ch .contact__ch-v {
  color: #1a100c;
}
.contact__map-frame {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  border-radius: 24px;
  padding: 0.4rem;
  background: linear-gradient(145deg, #fff 0%, #f3ebe0 100%);
  border: 1px solid rgba(196, 165, 116, 0.35);
  box-shadow: 0 8px 32px rgba(44, 24, 16, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}
.contact__map-ey {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 2;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b4a32;
  background: rgba(255, 252, 248, 0.92);
  border: 1px solid rgba(196, 165, 116, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  box-shadow: 0 2px 10px rgba(44, 24, 16, 0.08);
  pointer-events: none;
}
.contact__map-wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(44, 24, 16, 0.08);
  background: #d8d0c4;
}
.map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  display: block;
  filter: grayscale(0.15) contrast(0.98) sepia(0.06);
  border-radius: 0;
}
@media (max-width: 900px) {
  .contact__panel--map {
    min-height: 22rem;
  }
  .contact__map-frame {
    min-height: 20rem;
  }
}

/* â€”â€” Footer â€”â€” */
.ft {
  position: relative;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(196, 165, 116, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #161210 0%, #0a0908 45%, #060504 100%);
  color: #d6d3d1;
  border-top: 1px solid rgba(196, 165, 116, 0.18);
}
.ft__accent {
  height: 3px;
  background: linear-gradient(90deg, transparent 5%, rgba(196, 165, 116, 0.35) 25%, var(--logo-honey) 50%, rgba(196, 165, 116, 0.35) 75%, transparent 95%);
  opacity: 0.9;
}
.ft__main {
  display: grid;
  grid-template-columns: 1.55fr 1.2fr 1.15fr;
  gap: 2.5rem clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(3.25rem, 5vw, 4.25rem) 0 clamp(2.5rem, 4vw, 3.25rem);
  width: var(--max);
  margin: 0 auto;
  align-items: start;
}
.ft__main > *:not(.ft__brand) {
  border-left: 1px solid rgba(196, 165, 116, 0.14);
  padding-left: clamp(1.25rem, 2vw, 1.75rem);
}
@media (max-width: 1000px) and (min-width: 551px) {
  .ft__main {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem 1.5rem;
  }
  .ft__brand {
    grid-column: 1 / -1;
  }
  .ft__main > *:not(.ft__brand) {
    border-left: 0;
    padding-left: 0;
  }
  .ft__main .ft__col--contact {
    border-left: 1px solid rgba(196, 165, 116, 0.14);
    padding-left: 1.25rem;
  }
}
@media (max-width: 550px) {
  .ft__main {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ft__main > *:not(:first-child) {
    border-left: 0;
    padding-left: 0;
    padding-top: 1.75rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(196, 165, 116, 0.12);
  }
}
.ft__brand {
  max-width: 24rem;
}
.ft__tag {
  margin: 1.1rem 0 1.25rem;
  line-height: 1.68;
  font-size: clamp(0.95rem, 0.35vw + 0.88rem, 1.08rem);
  font-weight: 400;
  color: #a6a09b;
  letter-spacing: 0.01em;
}
.ft__lg {
  height: clamp(3.5rem, 0.5rem + 3vw, 4.25rem);
  width: auto;
  max-width: 15rem;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.ft__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #faf8f4;
  border: 1px solid rgba(196, 165, 116, 0.5);
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(196, 165, 116, 0.06);
  transition: background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.ft__cta:hover {
  background: rgba(196, 165, 116, 0.18);
  border-color: var(--logo-honey);
  color: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}
.ft__h {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f0ebe5;
  margin: 0 0 1.1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(196, 165, 116, 0.2);
  max-width: 12rem;
}
.ft__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.ft__ul a {
  color: #c4beb8;
  font-size: clamp(0.95rem, 0.25vw + 0.9rem, 1.05rem);
  font-weight: 500;
  text-decoration: none;
  border: 0;
  padding: 0.2rem 0;
  transition: color 0.2s, transform 0.2s;
}
.ft__ul a:hover {
  color: #fff;
  transform: translateX(2px);
}
.ft__col--contact .ft__phone,
.ft__col--contact .ft__mail {
  display: block;
  font-size: clamp(1.05rem, 0.2vw + 1rem, 1.15rem);
  font-weight: 600;
  color: #f5f0ea;
  text-decoration: none;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.ft__col--contact .ft__mail {
  font-size: clamp(0.95rem, 0.2vw + 0.9rem, 1.05rem);
  font-weight: 500;
  color: #e0c9a0;
  margin-bottom: 0.75rem;
}
.ft__col--contact .ft__phone:hover,
.ft__col--contact .ft__mail:hover {
  color: #fff;
}
.ft__addr {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #9c9590;
  max-width: 16rem;
}
.ft__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b8f0c8;
  border: 1px solid rgba(134, 239, 172, 0.4);
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  background: rgba(22, 101, 52, 0.12);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.ft__wa:hover {
  color: #fff;
  background: rgba(22, 101, 52, 0.35);
  border-color: #86efac;
}
.ft__btm {
  background: #030201;
  border-top: 1px solid rgba(196, 165, 116, 0.1);
  padding: 1.25rem 0;
}
.ft__btm-in {
  width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  color: #7d756e;
  line-height: 1.5;
}
.ft__btm-in p {
  margin: 0;
  text-align: center;
}

/* â€”â€” Search â€”â€” */
.search-x[hidden] {
  display: none;
}
.search-x {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 1rem 1rem;
  background: rgba(8, 6, 4, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  backdrop-filter: blur(2px);
}
.search-x.is-open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.search-x__p {
  width: 100%;
  max-width: 22rem;
  background: var(--c-surface-hi);
  border: 1px solid var(--c-border-hi);
  padding: var(--s-3);
  box-shadow: var(--shadow-lift);
  border-radius: var(--r-lg);
}
.h-search {
  font-family: var(--font-ed);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--c-ink);
  margin: 0 0 var(--s-2);
}
.search-x__i {
  width: 100%;
  padding: 0.6rem 0.75rem;
  font-size: 0.9rem;
  font-family: var(--font-ui);
  border: 1px solid var(--c-border);
  border-radius: var(--r);
  margin-top: 0.15rem;
}
.search-x__i:focus {
  outline: none;
  border-color: var(--c-ink);
}
.search-x__l {
  list-style: none;
  margin: 0.3rem 0 0;
  padding: 0;
  max-height: 12rem;
  overflow: auto;
  display: none;
  border: 1px solid var(--c-border);
  border-top: 0;
  border-radius: 0 0 var(--r) var(--r);
  background: #fafaf9;
}
.search-x__l.is-open {
  display: block;
}
.search-x__l a {
  display: block;
  padding: 0.5rem 0.6rem;
  font-size: 0.8rem;
  color: var(--c-muted);
  font-weight: 500;
  border-bottom: 1px solid var(--c-border);
}
.search-x__l li:last-child a {
  border-bottom: 0;
}
.search-x__l a:hover {
  background: #fff;
  color: var(--c-ink);
}
.search-x__x {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid var(--c-border);
  border-radius: var(--r);
  background: #fff;
  cursor: pointer;
  color: var(--c-ink);
}
.search-x__x:hover {
  background: #fafaf9;
}

/* â€”â€” Reveal: scroll; yalnÄ±zca .reveal-child hareket eder, bÃ¶lÃ¼m alanÄ± yÃ¼kseklik taÅŸlar â€”â€” */
.reveal-child {
  opacity: 0;
  transition:
    opacity 0.85s var(--ease-out),
    transform 0.9s var(--ease-out);
  backface-visibility: hidden;
}
.reveal-child:not(.reveal-from-left):not(.reveal-from-right) {
  transform: translate3d(0, var(--reveal-lift), 0);
}
.reveal-child.reveal-from-left {
  transform: translate3d(calc(-1 * var(--reveal-nudge)), 0, 0);
}
.reveal-child.reveal-from-right {
  transform: translate3d(var(--reveal-nudge), 0, 0);
}
.is-visible .reveal-child,
.reveal-child.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 600px) {
  :root {
    --reveal-nudge: 1.65rem;
    --reveal-lift: 1rem;
  }
  .reveal-child {
    transition-duration: 0.8s, 0.88s;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .reveal-child {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .hero__slide,
  .hero__slide.is-active {
    transition: opacity 0.35s ease, visibility 0.35s;
  }
  .hero__img {
    transform: none !important;
    transition: none;
  }
  .hero__arrow:hover,
  .hero__arrow:active {
    transform: translateY(-50%);
  }
  @media (max-width: 600px) {
    .hero__arrow:hover,
    .hero__arrow:active {
      transform: none;
    }
  }
}

