/* My Cake complementary styles (Tailwind handles most UI) */

html {
  scroll-padding-top: 130px;
}

body {
  font-family: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.008em;
}

body.is-loading {
  overflow: hidden;
}

h1,
h2,
h3,
.font-display {
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.nav-scrolled {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(126, 65, 132, 0.08);
}

/* Logo stands out with orbit and soft sparks */
.logo-link {
  margin-top: 0.35rem;
}

.logo-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: fit-content;
}

.logo-mark__orbit {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.38);
  pointer-events: none;
  animation: logoOrbit 18s linear infinite;
}

.nav-scrolled .logo-mark__orbit {
  border-color: rgba(126, 65, 132, 0.35);
}

.logo-mark__spark {
  position: absolute;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(212, 152, 218, 0.8);
  pointer-events: none;
  animation: logoSpark 2.8s ease-in-out infinite;
}

.nav-scrolled .logo-mark__spark {
  background: #c266cb;
  box-shadow: 0 0 10px rgba(126, 65, 132, 0.45);
}

.logo-mark__spark--a { top: 8%; right: 14%; animation-delay: 0s; }
.logo-mark__spark--b { bottom: 16%; left: 8%; animation-delay: -0.9s; }
.logo-mark__spark--c { top: 42%; right: 2%; animation-delay: -1.7s; width: 0.25rem; height: 0.25rem; }

.logo-img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.logo-link:hover .logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 32px rgba(126, 65, 132, 0.55));
}

.logo-mark.is-pulse .logo-img {
  animation: logoPulse 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo-mark.is-pulse .logo-mark__orbit {
  animation: logoOrbit 18s linear infinite, logoRingFlash 0.65s ease;
}

.nav-scrolled .logo-img {
  filter: drop-shadow(0 6px 18px rgba(126, 65, 132, 0.28));
}

@keyframes logoOrbit {
  to { transform: rotate(360deg); }
}

@keyframes logoSpark {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes logoPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

@keyframes logoRingFlash {
  0% { border-color: rgba(255, 255, 255, 0.38); transform: rotate(0deg) scale(1); }
  45% { border-color: rgba(212, 152, 218, 0.95); transform: rotate(20deg) scale(1.06); }
  100% { border-color: rgba(255, 255, 255, 0.38); transform: rotate(40deg) scale(1); }
}

/* Nav links: uppercase look */
.nav-link {
  color: rgba(255, 255, 255, 0.92);
}
.nav-scrolled .nav-link {
  color: rgba(26, 18, 28, 0.82);
}
.nav-scrolled .nav-link:hover {
  color: #7e4184;
  background: #f9f3fa;
}
.nav-scrolled #navToggle {
  border-color: #f3e8f5;
  background: rgba(255, 255, 255, 0.8);
  color: #7e4184;
}

/* Language switcher */
.lang-switch__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.5rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.lang-switch__btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
}

.nav-scrolled .lang-switch__btn {
  border-color: rgba(126, 65, 132, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #7e4184;
}

.nav-scrolled .lang-switch__btn:hover {
  background: #f9f3fa;
  border-color: rgba(126, 65, 132, 0.28);
}

.lang-switch__panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  z-index: 60;
  min-width: 8.5rem;
  padding: 0.35rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(126, 65, 132, 0.12);
  box-shadow: 0 16px 40px rgba(42, 21, 44, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.25s ease, visibility 0.2s;
}

.lang-switch__panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.lang-switch__option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.75rem;
  border: none;
  border-radius: 0.7rem;
  background: transparent;
  color: #2a152c;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.lang-switch__option:hover {
  background: #f9f3fa;
  color: #7e4184;
}

.lang-switch__option.is-active {
  background: #f3e8f5;
  color: #7e4184;
}

/* Premium truck preloader */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #1a0f1c;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.55s ease, visibility 0.55s ease, transform 0.55s ease;
}

.site-loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.02);
}

.site-loader__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(126, 65, 132, 0.45), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(203, 118, 211, 0.12), transparent 35%);
}

.site-loader__content {
  position: relative;
  width: min(calc(100vw - 2.5rem), 520px);
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.site-loader__mark {
  display: inline-flex;
  padding: 0.85rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.site-loader__logo {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.site-loader__brand {
  margin-top: 1.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(212, 152, 218, 0.9);
}

.site-loader__title {
  margin-top: 0.35rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.site-loader__bar {
  margin: 1.35rem auto 0;
  width: min(100%, 220px);
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.site-loader__bar-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7e4184, #d498da);
  transition: width 0.25s ease;
}

.site-loader__road {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 4.75rem;
  margin: 1.4rem auto 0;
  overflow: hidden;
  box-sizing: border-box;
}

.site-loader__road-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.85rem;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.42) 0 26px,
    transparent 26px 48px
  );
  animation: roadFlow 0.75s linear infinite;
}

.site-loader__truck {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: clamp(6.75rem, 24vw, 10rem);
  max-width: 42%;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
  animation: loaderDrive 2.1s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

@keyframes loaderDrive {
  0% {
    left: 100%;
    transform: translateX(0);
  }
  100% {
    left: 0;
    transform: translateX(-100%);
  }
}

@keyframes roadFlow {
  to { background-position: -48px 0; }
}

/* Hero Bellaria-inspired circular showcase; alt kenar S (clip) */
@property --hero-bg {
  syntax: "<color>";
  inherits: true;
  initial-value: #7e4184;
}
@property --hero-mid {
  syntax: "<color>";
  inherits: true;
  initial-value: #8f4a94;
}
@property --hero-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #5a2f5f;
}

.hero {
  --hero-bg: #7e4184;
  --hero-mid: #8f4a94;
  --hero-deep: #5a2f5f;
  --hero-glow: rgba(255, 210, 230, 0.18);
  color: #fff;
  background: var(--hero-bg);
  z-index: 2;
  -webkit-clip-path: url(#heroBottomS);
  clip-path: url(#heroBottomS);
  padding-bottom: clamp(2.75rem, 5.5vw, 4.25rem);
  transition:
    --hero-bg 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    --hero-mid 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    --hero-deep 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    background 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg-slide {
  position: absolute;
  inset: -6%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  filter: blur(32px) saturate(1.2);
  transform: scale(1.14);
  transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1), transform 8s ease;
}

.hero-bg-slide.is-active {
  opacity: 0.22;
  transform: scale(1.08);
}

.hero__atmosphere {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 72% 48%, var(--hero-glow), transparent 42%),
    linear-gradient(180deg, var(--hero-deep) 0%, var(--hero-mid) 55%, var(--hero-bg) 100%);
  transition: background 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero__glow {
  position: absolute;
  width: min(52vw, 34rem);
  height: min(52vw, 34rem);
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, var(--hero-glow), transparent 68%);
  pointer-events: none;
  filter: blur(8px);
  transition: background 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-copy { text-align: left; }

.hero-brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.96);
}

.hero-kicker {
  margin-top: 0.85rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 500;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
}

body.is-loading .hero-brand,
body.is-loading .hero-kicker,
body.is-loading .hero-title,
body.is-loading .hero-lead,
body.is-loading .hero-actions,
body.is-loading .hero-stage {
  opacity: 0;
}

/* Safety: if loader fails, reveal hero after paint */
body:not(.is-loading) .hero-stage {
  opacity: 1;
}

body:not(.is-loading) .hero-brand {
  animation: heroReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body:not(.is-loading) .hero-kicker {
  animation: heroReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
}

body:not(.is-loading) .hero-title {
  animation: heroReveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

body:not(.is-loading) .hero-lead,
body:not(.is-loading) .hero-actions {
  animation: heroReveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

body:not(.is-loading) .hero-stage {
  animation: heroStageIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroStageIn {
  from { opacity: 0; transform: scale(0.9) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.hero-stage {
  position: relative;
  min-height: clamp(26rem, 64vw, 38rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3.25rem;
}

.hero-side-btn {
  position: absolute;
  top: 46%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.hero-side-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.55);
  transform: scale(1.06);
}

.hero-side-btn--prev { left: 0; }
.hero-side-btn--next { right: 0; }

.hero-orbit {
  position: absolute;
  inset: 4% 8%;
  z-index: 3;
  pointer-events: none;
}

.hero-orbit__thumb {
  position: absolute;
  background-size: cover;
  background-position: center;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 42% 58% 52% 48% / 48% 42% 58% 52%;
  box-shadow: 0 14px 28px rgba(42, 21, 44, 0.32);
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: cakeFloat 8s ease-in-out infinite;
}

.hero-orbit__thumb:hover {
  box-shadow: 0 18px 34px rgba(42, 21, 44, 0.42);
  transform: translateY(-4px) scale(1.06);
}

.hero-orbit__thumb--a {
  width: clamp(4.75rem, 12vw, 7rem);
  height: clamp(4.75rem, 12vw, 7rem);
  left: -2%;
  top: 18%;
}

.hero-orbit__thumb--b {
  width: clamp(3.9rem, 9.5vw, 5.5rem);
  height: clamp(3.9rem, 9.5vw, 5.5rem);
  right: -1%;
  top: 6%;
  animation-delay: -2.5s;
}

.hero-orbit__thumb--c {
  width: clamp(4.4rem, 10.5vw, 6.25rem);
  height: clamp(4.4rem, 10.5vw, 6.25rem);
  right: 0;
  bottom: 18%;
  animation-delay: -4.5s;
}

@keyframes cakeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}


.hero-clip-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.hero-stage__main {
  position: relative;
  width: min(96%, 40rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-stage__shadow {
  position: absolute;
  inset: 8% 10% 4%;
  border-radius: 50%;
  background: rgba(26, 12, 28, 0.35);
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
}

.hero-stage__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
  z-index: 2;
  background: var(--hero-deep, #5c2f61);
  /* Organic blob frame with border-radius only (Chrome/Safari/Firefox reliable) */
  border-radius: 62% 38% 50% 50% / 50% 45% 55% 50%;
  box-shadow:
    0 28px 64px rgba(26, 12, 28, 0.4),
    0 0 0 12px rgba(255, 255, 255, 0.14),
    0 0 0 22px rgba(255, 255, 255, 0.06);
  transition: background 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage__slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.08);
  filter: saturate(0.92) brightness(0.92);
  transition: none;
  will-change: opacity, transform, filter;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.hero-slide.is-active {
  z-index: 1;
  animation: heroSlideIn 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    heroKenBurns 7.5s ease-out 1.05s forwards;
}

.hero-slide.is-active.is-from-prev {
  animation: heroSlideInPrev 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    heroKenBurns 7.5s ease-out 1.05s forwards;
}

.hero-slide.is-exit {
  z-index: 2;
  animation: heroSlideOut 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.hero-slide.is-exit-prev {
  animation: heroSlideOutPrev 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes heroSlideIn {
  from {
    opacity: 0;
    transform: scale(1.1) translateX(3.5%);
    filter: saturate(0.85) brightness(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1.04) translateX(0);
    filter: saturate(1) brightness(1);
  }
}

@keyframes heroSlideInPrev {
  from {
    opacity: 0;
    transform: scale(1.1) translateX(-3.5%);
    filter: saturate(0.85) brightness(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1.04) translateX(0);
    filter: saturate(1) brightness(1);
  }
}

@keyframes heroSlideOut {
  from {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: saturate(1) brightness(1);
  }
  to {
    opacity: 0;
    transform: scale(1.05) translateX(-3%);
    filter: saturate(0.9) brightness(0.88);
  }
}

@keyframes heroSlideOutPrev {
  from {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: saturate(1) brightness(1);
  }
  to {
    opacity: 0;
    transform: scale(1.05) translateX(3%);
    filter: saturate(0.9) brightness(0.88);
  }
}

@keyframes heroKenBurns {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}

.hero-stage__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), transparent 42%);
  pointer-events: none;
  z-index: 3;
}

.hero-stage__footer {
  position: relative;
  z-index: 4;
  margin-top: 1.5rem;
  width: min(96%, 40rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.hero-stage__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hero-stage__index-wrap,
.hero-stage__caption-wrap {
  display: inline-flex;
  overflow: hidden;
  min-height: 1.2em;
}

.hero-stage__index {
  display: inline-block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage__sep {
  width: 1.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.hero-stage__caption {
  display: inline-block;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage__index.is-out,
.hero-stage__caption.is-out,
.hero-lead.is-out {
  opacity: 0;
  transform: translateY(0.55em);
}

.hero-stage__index.is-in,
.hero-stage__caption.is-in,
.hero-lead.is-in {
  animation: heroTextIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(-0.45em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-stage__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-dot {
  height: 7px;
  width: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  transition: background 0.3s ease, width 0.35s ease;
  cursor: pointer;
}

.hero-dot:hover { background: rgba(255, 255, 255, 0.7); }

.hero-dot.is-active {
  background: #ffffff;
  width: 1.75rem;
}

@media (max-width: 1023px) {
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-stage {
    min-height: auto;
    padding: 0 2.5rem;
  }
  .hero-stage__main { width: min(98%, 28rem); }
  .hero-stage__footer { width: min(98%, 28rem); }
  .hero-orbit__thumb--b { display: none; }
  .hero-side-btn {
    width: 2.6rem;
    height: 2.6rem;
  }
  .hero__glow { opacity: 0.55; right: 50%; transform: translate(50%, -42%); }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__truck,
  .site-loader__road-line,
  .hero-orbit__thumb,
  .hero-bg-slide,
  .hero-slide,
  .logo-mark__orbit,
  .logo-mark__spark,
  body:not(.is-loading) .hero-brand,
  body:not(.is-loading) .hero-kicker,
  body:not(.is-loading) .hero-title,
  body:not(.is-loading) .hero-lead,
  body:not(.is-loading) .hero-actions,
  body:not(.is-loading) .hero-stage {
    animation: none !important;
    transition: opacity 0.35s ease;
  }
  .hero-slide.is-active {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .hero-slide.is-exit,
  .hero-slide.is-exit-prev,
  .hero-slide.is-exit-next {
    opacity: 0;
  }
  .logo-mark.is-pulse .logo-img {
    animation: none;
  }
  body.is-loading .hero-brand,
  body.is-loading .hero-kicker,
  body.is-loading .hero-title,
  body.is-loading .hero-lead,
  body.is-loading .hero-actions,
  body.is-loading .hero-stage {
    opacity: 1;
  }
  .site-loader__truck {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Tır bandı: full-bleed yol, ekrandan girip çıkar */
.delivery-band {
  position: relative;
  margin-top: -4.5rem;
  min-height: auto;
  overflow-x: clip;
  overflow-y: visible;
  color: #1a121c;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #f9f3fa 100%);
  padding: 4.75rem 0 0;
  border: none;
  z-index: 1;
}

.delivery-band__inner {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 0;
  z-index: 2;
}

.delivery-band__intro {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  padding: 0;
}

.delivery-band__label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(0.72rem, 1.1vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7e4184;
}

.delivery-band__label::before {
  content: "";
  width: 2.25rem;
  height: 2px;
  background: currentColor;
}

.delivery-band__intro p {
  margin-top: 0.55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.65rem, 3.4vw, 2.55rem);
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: #1a121c;
  text-wrap: balance;
}

.delivery-band__intro p strong {
  font-weight: 700;
  color: #552b5a;
}

/* Yol sahnesi: kenardan kenara */
.delivery-band__scene {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
  height: clamp(10.5rem, 20vw, 14.5rem);
  overflow: hidden;
  z-index: 2;
}

/* Kesikli yol uçtan uca */
.delivery-band__dash {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.55rem;
  height: 4px;
  opacity: 1;
  background:
    linear-gradient(#e5ccea, #e5ccea) top / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, #7e4184 0 48px, transparent 48px 84px) center / 100% 4px no-repeat,
    linear-gradient(#e5ccea, #e5ccea) bottom / 100% 1px no-repeat;
}

.delivery-band__convoy {
  position: absolute;
  left: 0;
  bottom: 1rem;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  will-change: transform;
  transform: translate3d(100vw, 0, 0);
}

.delivery-band__truck {
  width: clamp(14.5rem, 36vw, 26rem);
  height: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 14px 28px rgba(126, 65, 132, 0.24));
}

.delivery-band__trail {
  position: relative;
  padding: 0 0 2.75rem 0.25rem;
  white-space: nowrap;
  align-self: flex-end;
  transform: translateY(-0.85rem);
}

.delivery-band__trail-line {
  position: absolute;
  left: -0.5rem;
  right: 0;
  bottom: 2.85rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(126, 65, 132, 0.55), transparent 85%);
}

.delivery-band__slogan {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.04em;
  color: #7e4184;
  text-shadow: none;
}

.delivery-band__sub {
  margin-top: 0.08rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a7a7a;
}

/* Soft S geçiş → Hakkımızda */
.delivery-band__exit {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: -0.5rem;
}

.delivery-band__exit svg {
  display: block;
  width: 100%;
  height: clamp(3.25rem, 7vw, 5.5rem);
}

.delivery-band__exit-fill {
  fill: #f9f3fa;
}

@media (max-width: 640px) {
  .delivery-band {
    margin-top: -3.5rem;
    padding: 3.75rem 0 0;
  }
  .delivery-band__inner {
    padding: 0.35rem 1.25rem 0;
  }
  .delivery-band__scene {
    height: 9.5rem;
    margin-top: 0.5rem;
  }
  .delivery-band__dash {
    bottom: 1.25rem;
  }
  .delivery-band__truck {
    width: clamp(12rem, 62vw, 16rem);
  }
  .delivery-band__sub {
    display: none;
  }
  .delivery-band__exit svg {
    height: clamp(2.75rem, 12vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orbit__thumb {
    animation: none;
  }
  .delivery-band__convoy {
    transform: translate3d(8vw, 0, 0) !important;
  }
}

/* ---------- Products catalog ---------- */
.products-hero {
  isolation: isolate;
}

.products-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 18% 40%, rgba(126, 65, 132, 0.72), transparent 52%),
    radial-gradient(ellipse at 88% 18%, rgba(212, 152, 218, 0.28), transparent 42%),
    linear-gradient(160deg, #2a152c 0%, #3d1f41 48%, #552b5a 100%);
  pointer-events: none;
}

.products-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  line-height: 0;
  z-index: 1;
}

.products-hero__wave svg {
  display: block;
  width: 100%;
  height: clamp(2.5rem, 6vw, 4.5rem);
}

.products-catalog {
  background:
    radial-gradient(ellipse at 10% 0%, rgba(243, 232, 245, 0.7), transparent 40%),
    radial-gradient(ellipse at 90% 100%, rgba(249, 243, 250, 0.85), transparent 45%),
    #faf8fb;
}

.products-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.products-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.45rem;
  border: 1px solid rgba(126, 65, 132, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 36px rgba(42, 21, 44, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.products-count {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
  }
}

/* Product filters */
.filter-btn {
  border: 1.5px solid transparent;
  background: transparent;
  color: #2a152c;
  padding: 0.6rem 1.15rem;
  min-height: 2.65rem;
  border-radius: 999px;
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.filter-btn:hover {
  color: #7e4184;
  background: #f9f3fa;
}
.filter-btn.is-active {
  background: #7e4184;
  color: #fff;
  box-shadow: 0 10px 24px rgba(126, 65, 132, 0.28);
}

/* Product cards */
.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(126, 65, 132, 0.08);
  box-shadow: 0 12px 36px rgba(42, 21, 44, 0.05);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease, border-color 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 65, 132, 0.18);
  box-shadow: 0 22px 50px rgba(126, 65, 132, 0.14);
}

.product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f3e8f5;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-card__media img {
  transform: scale(1.1);
}

.product-card__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 12, 28, 0.08) 35%, rgba(26, 12, 28, 0.35) 100%);
  opacity: 0.55;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.product-card:hover .product-card__veil {
  opacity: 0.78;
}

.product-card__badge {
  position: absolute;
  top: 0.95rem;
  left: 0.95rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  color: #7e4184;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(42, 21, 44, 0.12);
}

.product-card__go {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translate(4px, -4px) scale(0.92);
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease;
}

.product-card__go svg {
  width: 0.95rem;
  height: 0.95rem;
}

.product-card:hover .product-card__go,
.product-card:focus-within .product-card__go {
  opacity: 1;
  transform: none;
  background: rgba(126, 65, 132, 0.88);
  border-color: transparent;
}

.product-card__body {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.85rem;
  row-gap: 0.2rem;
  align-items: start;
  padding: 1.15rem 1.2rem 1.3rem;
}

.product-card__index {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #c266cb;
}

.product-card__title {
  grid-column: 2;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  color: #1a121c;
  line-height: 1.25;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.product-card__cat {
  grid-column: 2;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #7a7a7a;
}

@media (hover: none) {
  .product-card__go {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .product-card__media img,
  .product-card__go {
    transition: none;
  }

  .product-card:hover {
    transform: none;
  }

  .product-card:hover .product-card__media img {
    transform: none;
  }
}

/* Product detail page */
.product-detail {
  background:
    radial-gradient(ellipse at 88% 8%, rgba(229, 204, 234, 0.45), transparent 42%),
    radial-gradient(ellipse at 8% 40%, rgba(249, 243, 250, 0.9), transparent 50%),
    #ffffff;
}

.product-detail__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a8a9e;
}

.product-detail__crumb a {
  color: #7e4184;
  transition: color 0.25s ease;
}

.product-detail__crumb a:hover {
  color: #552b5a;
}

.product-detail__layout {
  display: grid;
  gap: 2rem 3rem;
}

@media (min-width: 960px) {
  .product-detail__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }
}

.product-detail__media {
  position: relative;
}

@media (min-width: 960px) {
  .product-detail__media {
    position: sticky;
    top: 7.5rem;
  }
}

.product-detail__frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  background:
    linear-gradient(160deg, #f9f3fa 0%, #efe4f2 48%, #e5ccea 100%);
  aspect-ratio: 4 / 5;
  box-shadow: 0 28px 60px rgba(126, 65, 132, 0.16);
}

.product-detail__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: pdImageIn 0.7s ease both;
}

.product-detail__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%, transparent 70%, rgba(126, 65, 132, 0.08));
  pointer-events: none;
}

@keyframes pdImageIn {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.product-detail__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7e4184;
}

.product-detail__title {
  margin-top: 0.65rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 600;
  line-height: 1.12;
  color: #1a121c;
  letter-spacing: -0.02em;
}

.product-detail__lead {
  margin-top: 1rem;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #6b5f6e;
}

.product-detail__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.product-detail__stat {
  padding: 1rem 1.1rem;
  border-radius: 1.15rem;
  background: rgba(249, 243, 250, 0.9);
  border: 1px solid rgba(126, 65, 132, 0.08);
}

.product-detail__stat-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a8a9e;
}

.product-detail__stat-value {
  display: block;
  margin-top: 0.35rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a121c;
}

.product-detail__block {
  margin-top: 1.85rem;
}

.product-detail__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7e4184;
}

.product-detail__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
  list-style: none;
  padding: 0;
}

.product-detail__chips li {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(126, 65, 132, 0.14);
  font-size: 0.88rem;
  font-weight: 500;
  color: #3d1f41;
  box-shadow: 0 6px 18px rgba(26, 18, 28, 0.04);
}

.product-detail__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin-top: 1.75rem;
  list-style: none;
  padding: 0;
}

.product-detail__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: #552b5a;
}

.product-detail__trust svg {
  width: 1rem;
  height: 1rem;
  color: #7e4184;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.product-detail__cta {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.45rem;
  border-radius: 999px;
  background: #7e4184;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(126, 65, 132, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
}

.product-detail__cta svg {
  width: 1.15rem;
  height: 1.15rem;
}

.product-detail__cta:hover {
  background: #6a3670;
  transform: translateY(-1px);
}

.product-detail__back {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  padding: 0.75rem 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #7e4184;
  text-decoration: underline;
  text-underline-offset: 0.28em;
  transition: color 0.25s ease;
}

.product-detail__back:hover {
  color: #552b5a;
}

.product-detail__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(126, 65, 132, 0.12);
}

.product-detail__step {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(126, 65, 132, 0.1);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.product-detail__step:hover {
  border-color: rgba(126, 65, 132, 0.28);
  background: #fff;
}

.product-detail__step--next {
  text-align: right;
}

.product-detail__step-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a8a9e;
}

.product-detail__step-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a121c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-related {
  background:
    linear-gradient(180deg, rgba(250, 248, 251, 0.2), #faf8fb 18%);
  border-top: 1px solid rgba(126, 65, 132, 0.06);
}

.product-related__title {
  margin-top: 0.45rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 600;
  color: #1a121c;
}

.product-related__empty {
  color: #7a7a7a;
  font-size: 0.95rem;
}

@media (max-width: 639px) {
  .product-detail__shell {
    padding-top: 7.5rem;
  }

  .product-detail__frame {
    border-radius: 1.35rem;
    aspect-ratio: 1 / 1.05;
  }

  .product-detail__stats {
    grid-template-columns: 1fr 1fr;
  }

  .product-detail__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-detail__cta,
  .product-detail__back {
    width: 100%;
    justify-content: center;
  }

  .product-detail__nav {
    grid-template-columns: 1fr;
  }

  .product-detail__step--next {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail__frame img {
    animation: none;
  }

  .product-detail__cta:hover {
    transform: none;
  }
}

/* Category mosaic (homepage) */
.categories {
  background:
    radial-gradient(ellipse at 12% 0%, rgba(249, 243, 250, 0.95), transparent 48%),
    radial-gradient(ellipse at 88% 100%, rgba(243, 232, 245, 0.55), transparent 50%),
    #ffffff;
}

.categories__glow {
  position: absolute;
  inset: auto -10% -20% 40%;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 65, 132, 0.06), transparent 65%);
  pointer-events: none;
}

.categories__intro {
  display: grid;
  gap: 1.25rem;
  align-items: end;
}

@media (min-width: 768px) {
  .categories__intro {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
  }
}

.categories__lead {
  max-width: 28rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #7a7a7a;
}

.categories__grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .categories__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .categories__grid {
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-rows: minmax(15.5rem, 1fr) minmax(15.5rem, 1fr);
    gap: 1.1rem;
    min-height: 32rem;
  }

  .cat-tile--feature {
    grid-row: 1 / span 2;
  }

  .cat-tile--wide {
    grid-column: 2 / span 2;
  }
}

.cat-tile {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  min-height: 17rem;
  border-radius: 1.65rem;
  color: #fff;
  text-decoration: none;
  background: #3d1f41;
}

@media (min-width: 1024px) {
  .cat-tile {
    min-height: 0;
    height: 100%;
  }

  .cat-tile--feature {
    min-height: 32rem;
  }
}

.cat-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.04);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.cat-tile--feature img {
  object-position: center 38%;
  transform: scale(1.12);
}

.cat-tile__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(26, 12, 28, 0.05) 28%, rgba(26, 12, 28, 0.62) 100%),
    linear-gradient(90deg, rgba(42, 21, 44, 0.18), transparent 55%);
  transition: opacity 0.4s ease;
}

.cat-tile--feature .cat-tile__veil {
  background:
    linear-gradient(180deg, rgba(26, 12, 28, 0.02) 35%, rgba(26, 12, 28, 0.58) 100%),
    linear-gradient(115deg, rgba(42, 21, 44, 0.12), transparent 50%);
}

.cat-tile__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.35rem 1.4rem 1.45rem;
}

.cat-tile__index {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
}

.cat-tile__meta h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.cat-tile__meta p {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
}

.cat-tile__go {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translate(6px, -6px) scale(0.92);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease;
}

.cat-tile:hover img,
.cat-tile:focus-visible img {
  transform: scale(1.1);
}

.cat-tile--feature:hover img,
.cat-tile--feature:focus-visible img {
  transform: scale(1.18);
}

.cat-tile:hover .cat-tile__veil,
.cat-tile:focus-visible .cat-tile__veil {
  opacity: 0.92;
}

.cat-tile:hover .cat-tile__go,
.cat-tile:focus-visible .cat-tile__go {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  background: rgba(126, 65, 132, 0.85);
  border-color: transparent;
}

.categories__all {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.7rem 0.2rem;
  color: #7e4184;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(126, 65, 132, 0.28);
  transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}

.categories__all:hover {
  color: #552b5a;
  border-color: #7e4184;
  gap: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  .cat-tile img,
  .cat-tile__go {
    transition: none;
  }

  .cat-tile:hover img,
  .cat-tile:focus-visible img {
    transform: none;
  }

  .cat-tile__go {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Hero typography ---------- */
.hero-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-size: clamp(3.5rem, 9vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-title__line {
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.94);
  letter-spacing: -0.025em;
}

.hero-title__accent {
  margin-top: 0.02em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.035em;
  color: #fff;
}

.hero-lead {
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.78);
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-cta,
.hero-link {
  font-family: "Figtree", system-ui, sans-serif;
}

.hero-perks {
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 640px) {
  .hero-title {
    font-size: clamp(2.75rem, 12vw, 3.55rem);
    line-height: 0.95;
  }
  .hero-lead {
    font-size: 1rem;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: opacity 0.4s ease;
    transform: none;
    animation: none !important;
  }
  .hero-slide.is-active {
    opacity: 1;
    transform: none;
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

/* Section joins: clean S waves (no soft blur fades) */
.section-join {
  position: relative;
  z-index: 2;
  line-height: 0;
  pointer-events: none;
}

.section-join--into-light,
.section-join--into-dark {
  margin-top: calc(clamp(2.75rem, 6vw, 4.5rem) * -1 + 1px);
}

.section-join--exit {
  margin-top: 0;
}

.section-join svg {
  display: block;
  width: 100%;
  height: clamp(2.75rem, 6vw, 4.5rem);
}

#cold-chain,
#innovation,
#contact {
  background-image: none;
}

#menu {
  margin-top: -1px;
  background-color: #ffffff;
}

#cold-chain {
  background-color: #ffffff;
}

#no-additives {
  background-color: #2a152c;
  background-image: none;
  padding-bottom: 0;
}

#story {
  background-color: #ffffff;
  background-image: none;
}

#innovation {
  background-color: #f8f8f8;
}

#contact {
  background-color: #ffffff;
}

/* Legacy soft fades disabled */
.flow-section::before {
  display: none !important;
}

/* Hakkımızda: tır S’si ile aynı tonda, boşluksuz birleşir */
.about-intro {
  margin-top: -1px;
  padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
  background:
    linear-gradient(180deg, #f9f3fa 0%, #f9f3fa 4.5rem, #ffffff 14rem),
    radial-gradient(ellipse at 0% 18%, rgba(243, 232, 245, 0.9), transparent 55%),
    radial-gradient(ellipse at 100% 82%, rgba(249, 243, 250, 0.4), transparent 48%),
    #ffffff;
}

/* About typography scale */
.about-intro__eyebrow {
  display: inline-block;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7e4184;
}

.about-intro__title {
  margin-top: 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(2.75rem, 6vw, 3.55rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #1a121c;
  text-wrap: balance;
}

.about-intro__lead {
  margin-top: 1.4rem;
  max-width: 34rem;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: #7a7a7a;
}

#about.flow-from-white::before,
#about::before {
  display: none;
}

.about-pillar {
  position: relative;
  height: 100%;
  padding: 1.65rem 1.4rem 1.75rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(126, 65, 132, 0.1);
  box-shadow: 0 18px 50px rgba(42, 21, 44, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease, border-color 0.3s ease;
}

.about-pillar::before {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7e4184, #d498da, transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.about-pillar:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 65, 132, 0.22);
  box-shadow: 0 24px 56px rgba(126, 65, 132, 0.12);
}

.about-pillar:hover::before {
  opacity: 1;
}

.about-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  color: #7e4184;
  background: linear-gradient(145deg, #f9f3fa, #f3e8f5);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.about-pillar:hover .about-pillar__icon {
  transform: scale(1.06);
  color: #fff;
  background: linear-gradient(135deg, #7e4184, #c266cb);
}

.about-pillar__title {
  margin-top: 1.25rem;
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(1.2rem, 1.7vw, 1.4rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #7e4184;
}

.about-pillar__text {
  margin-top: 0.7rem;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.005em;
  color: #7a7a7a;
}

@media (min-width: 640px) {
  .about-pillar {
    padding: 1.85rem 1.5rem 2rem;
  }
}

/* Floating contact dock compact pill */
.float-dock {
  position: fixed;
  z-index: 45;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(126, 65, 132, 0.12);
  box-shadow: 0 10px 36px rgba(42, 21, 44, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.float-dock.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.float-dock__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border: none;
  border-radius: 999px;
  color: #7e4184;
  background: transparent;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.float-dock__btn:hover {
  background: #f9f3fa;
  color: #6a3670;
}

.float-dock__wa {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.55rem;
  padding: 0 0.95rem 0 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: #7e4184;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.float-dock__wa:hover {
  background: #6a3670;
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .float-dock__wa span {
    display: none;
  }
  .float-dock__wa {
    width: 2.55rem;
    padding: 0;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }
}

/* ---------- About page ---------- */
.about-page-hero {
  isolation: isolate;
}

.about-page-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(126, 65, 132, 0.8), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(212, 152, 218, 0.24), transparent 28%),
    radial-gradient(circle at 70% 95%, rgba(126, 65, 132, 0.35), transparent 34%),
    linear-gradient(145deg, #2a152c 0%, #3d1f41 48%, #552b5a 100%);
  pointer-events: none;
}

.about-page-hero::after {
  content: "";
  position: absolute;
  right: -12rem;
  bottom: -18rem;
  width: 38rem;
  height: 38rem;
  border-radius: 45% 55% 58% 42% / 50% 42% 58% 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(14deg);
  pointer-events: none;
}

.about-hero-card {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 4vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-hero-stat {
  padding: 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
}

.about-hero-stat strong,
.about-hero-stat span {
  display: block;
}

.about-hero-stat strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.about-hero-stat span {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-page-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.about-page-hero h1 em {
  font-style: italic;
  font-weight: 500;
}

.about-story h2,
.about-principles h2,
.about-export h2 {
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.about-story__copy {
  display: grid;
  gap: 1.2rem;
  color: #7a7a7a;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.01em;
}

.about-principles {
  background:
    radial-gradient(ellipse at 10% 0%, rgba(243, 232, 245, 0.75), transparent 44%),
    radial-gradient(ellipse at 90% 100%, rgba(249, 243, 250, 0.9), transparent 45%),
    #faf8fb;
}

.about-principle-card {
  height: 100%;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border: 1px solid rgba(126, 65, 132, 0.1);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(42, 21, 44, 0.06);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease, border-color 0.3s ease;
}

.about-principle-card:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 65, 132, 0.22);
  box-shadow: 0 24px 60px rgba(126, 65, 132, 0.12);
}

.about-principle-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  color: #7e4184;
  background: #f3e8f5;
}

.about-principle-card__icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.about-principle-card h3 {
  margin-top: 1.25rem;
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.about-principle-card p {
  margin-top: 0.7rem;
  color: #7a7a7a;
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.005em;
}

.about-mission {
  position: relative;
  overflow: hidden;
}

.about-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(126, 65, 132, 0.45), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(212, 152, 218, 0.18), transparent 32%);
  pointer-events: none;
}

.about-mission-card {
  position: relative;
  z-index: 1;
  min-height: 25rem;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-mission-card--light {
  color: #1a121c;
  background: #fff;
}

.about-mission-card span {
  color: #d498da;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-mission-card--light span {
  color: #7e4184;
}

.about-mission-card h2 {
  margin-top: 1.1rem;
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.about-mission-card p {
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.01em;
}

.about-mission-card--light p {
  color: #7a7a7a;
}

.about-export {
  background:
    radial-gradient(ellipse at 0% 20%, rgba(243, 232, 245, 0.8), transparent 38%),
    #fff;
}

@media (max-width: 767px) {
  .about-page-hero {
    padding-top: 7rem !important;
    padding-bottom: 4rem !important;
  }

  .about-page-hero::after {
    display: none;
  }

  .about-page-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
  }

  .about-hero-card {
    border-radius: 1.5rem;
  }

  .about-hero-stat {
    padding: 0.85rem;
  }

  .about-mission-card {
    min-height: 0;
    border-radius: 1.5rem;
  }

  .about-principle-card:hover {
    transform: none;
  }
}

/* ---------- Contact page ---------- */
.contact-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 25%, rgba(212, 152, 218, 0.24), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(126, 65, 132, 0.7), transparent 40%),
    linear-gradient(135deg, #2a152c 0%, #552b5a 60%, #3d1f41 100%);
}

.contact-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -17rem;
  width: 35rem;
  height: 35rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 46% 54% 58% 42% / 55% 42% 58% 45%;
  transform: rotate(18deg);
}

.contact-scroll-cue {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.contact-scroll-cue:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(2px);
}

.contact-quick {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding: 1.5rem 1.25rem;
  color: #1a121c;
  transition: background 0.25s ease;
}

a.contact-quick:hover {
  background: #f9f3fa;
}

.contact-quick__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  color: #7e4184;
  background: #f3e8f5;
}

.contact-quick__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.contact-quick small,
.contact-quick strong {
  display: block;
}

.contact-quick small {
  margin-bottom: 0.2rem;
  color: #7a7a7a;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-quick strong {
  overflow: hidden;
  font-size: 0.95rem;
  font-weight: 600;
  text-overflow: ellipsis;
}

.office-card {
  position: relative;
  display: flex;
  min-height: 25rem;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border: 1px solid rgba(126, 65, 132, 0.11);
  border-radius: 1.75rem;
  color: #1a121c;
  background: #fff;
  box-shadow: 0 14px 45px rgba(42, 21, 44, 0.06);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.office-card::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #f9f3fa;
  transition: transform 0.45s ease;
}

.office-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(126, 65, 132, 0.13);
}

.office-card:hover::after {
  transform: scale(1.15);
}

.office-card--featured {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #7e4184, #552b5a);
}

.office-card--featured::after {
  background: rgba(255, 255, 255, 0.08);
}

.office-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.office-card__number {
  color: #7e4184;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.office-card--featured .office-card__number {
  color: #d498da;
}

.office-card__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 2.1rem;
  overflow: hidden;
  border-radius: 0.45rem;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: #fff;
  box-shadow:
    0 4px 14px rgba(42, 21, 44, 0.12),
    0 0 0 1px rgba(126, 65, 132, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.office-card__flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

.office-card:hover .office-card__flag {
  transform: scale(1.06);
  box-shadow:
    0 8px 20px rgba(42, 21, 44, 0.16),
    0 0 0 1px rgba(126, 65, 132, 0.12);
}

.office-card--featured .office-card__flag {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.15);
}

.office-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  font-weight: 600;
  line-height: 1;
}

.office-card > p {
  position: relative;
  z-index: 1;
  min-height: 5.25rem;
  margin-top: 1.25rem;
  color: #7a7a7a;
  line-height: 1.7;
}

.office-card--featured > p {
  color: rgba(255, 255, 255, 0.68);
}

.office-card__phones {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1.5rem;
  font-weight: 600;
}

.office-card__phones a {
  width: fit-content;
  color: #7e4184;
  transition: color 0.2s ease;
}

.office-card__phones a:hover {
  color: #c266cb;
}

.office-card--featured .office-card__phones a {
  color: #fff;
}

.office-card__action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(126, 65, 132, 0.13);
  color: #1a121c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.office-card--featured .office-card__action {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.office-card__action span {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.office-card__action:hover span {
  transform: translate(3px, -3px);
}

.contact-form-section {
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(126, 65, 132, 0.48), transparent 35%),
    #2a152c;
}

.contact-chip {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
}

.contact-form {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.contact-field label {
  display: block;
  margin-bottom: 0.55rem;
  color: #1a121c;
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-field label span {
  color: #7e4184;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid #e5ccea;
  border-radius: 0.9rem;
  outline: none;
  color: #1a121c;
  background: #fdfafd;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #7e4184;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(126, 65, 132, 0.1);
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.5rem;
  margin-top: 1.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  color: #fff;
  background: #7e4184;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(126, 65, 132, 0.28);
  transition: background 0.25s ease, transform 0.25s ease;
}

.contact-submit:hover {
  background: #6a3670;
  transform: translateY(-2px);
}

@media (max-width: 639px) {
  .contact-hero::after {
    display: none;
  }

  .office-card {
    min-height: 23rem;
  }
}

/* ---------- Mobile polish ---------- */
@media (max-width: 767px) {
  html {
    scroll-padding-top: 92px;
  }

  body {
    overflow-x: hidden;
  }

  img,
  svg {
    max-width: 100%;
  }

  p,
  a,
  h1,
  h2,
  h3,
  dd {
    overflow-wrap: anywhere;
  }

  /* Header */
  #nav > div:first-child {
    height: 4.75rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.45rem;
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-right));
  }

  .nav-scrolled {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  #nav > div:first-child > * {
    min-width: 0;
  }

  #nav .lang-switch {
    display: none;
  }

  #nav > div:first-child > div:last-child > a {
    width: 2.75rem;
    min-width: 2.75rem;
    padding-inline: 0;
    justify-content: center;
  }

  .logo-link {
    margin-top: 0.15rem;
  }

  .logo-img {
    width: 4.75rem !important;
    height: 4.75rem !important;
  }

  .logo-mark__orbit {
    inset: -6%;
  }

  #navToggle {
    width: 2.75rem;
    height: 2.75rem;
  }

  .lang-switch__btn {
    min-height: 2.35rem;
    padding: 0 0.55rem;
  }

  #mobileMenu {
    width: min(88vw, 22rem);
    padding-top: env(safe-area-inset-top);
  }

  /* Home hero */
  .hero {
    min-height: auto !important;
  }

  .hero > .relative.z-10 {
    width: 100%;
    max-width: 100%;
    min-height: auto !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;
    padding: 6.75rem 1rem 7rem;
  }

  .hero > .relative.z-10 > * {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy {
    width: 100%;
    max-width: 34rem;
    margin-inline: auto;
  }

  .hero-title {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
  }

  .hero-lead {
    max-width: 30rem;
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    max-width: 24rem;
    margin-inline: auto;
  }

  .hero-cta {
    width: 100%;
  }

  .hero-stage {
    width: 100%;
    min-width: 0;
    padding: 0 2.1rem;
  }

  .hero-stage__main,
  .hero-stage__footer {
    width: min(100%, 24rem);
  }

  .hero-stage__frame {
    box-shadow:
      0 20px 42px rgba(26, 12, 28, 0.36),
      0 0 0 7px rgba(255, 255, 255, 0.13),
      0 0 0 13px rgba(255, 255, 255, 0.05);
  }

  .hero-side-btn {
    top: 42%;
    width: 2.45rem;
    height: 2.45rem;
  }

  .hero-side-btn--prev {
    left: -0.15rem;
  }

  .hero-side-btn--next {
    right: -0.15rem;
  }

  .hero-orbit__thumb--a {
    left: -4%;
    top: 12%;
    width: 4rem;
    height: 4rem;
  }

  .hero-orbit__thumb--c {
    right: -3%;
    bottom: 10%;
    width: 3.7rem;
    height: 3.7rem;
  }

  .hero-stage__footer {
    margin-top: 1.15rem;
  }

  .hero-stage__caption {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  /* Truck band */
  .delivery-band__intro {
    max-width: 100%;
  }

  .delivery-band__intro p {
    font-size: clamp(1.55rem, 7.2vw, 2rem);
    line-height: 1.14;
  }

  .delivery-band__scene {
    height: 9rem;
  }

  .delivery-band__truck {
    width: clamp(11.5rem, 58vw, 14.5rem);
  }

  .delivery-band__trail {
    padding-bottom: 2.15rem;
    transform: translateY(-0.35rem);
  }

  .delivery-band__trail-line {
    bottom: 2.25rem;
  }

  .delivery-band__slogan {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }

  /* Content spacing and stats */
  .about-intro,
  .categories,
  #offices,
  .contact-form-section {
    scroll-margin-top: 5rem;
  }

  #cold-chain dl,
  #no-additives dl {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  #cold-chain dl > div,
  #no-additives dl > div {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(126, 65, 132, 0.1);
  }

  #no-additives dl > div {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #cold-chain dl > div:last-child,
  #no-additives dl > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #cold-chain dl dd,
  #no-additives dl dd {
    margin-top: 0;
    line-height: 1.35;
  }

  /* Category mosaic */
  .categories__intro {
    gap: 0.85rem;
  }

  .categories__lead {
    font-size: 1rem;
    line-height: 1.6;
  }

  .cat-tile {
    min-height: 15rem;
    border-radius: 1.35rem;
  }

  .cat-tile--feature {
    min-height: 19rem;
  }

  .cat-tile__go {
    top: 0.9rem;
    right: 0.9rem;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    transform: none;
  }

  .cat-tile__meta {
    padding: 1.15rem;
  }

  /* Product catalog */
  .page-hero {
    padding-top: 7rem !important;
    padding-bottom: 3rem !important;
  }

  .products-hero {
    padding-bottom: 4.5rem !important;
  }

  .products-toolbar {
    align-items: stretch;
  }

  .products-filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -0.25rem;
    padding: 0.4rem 0.45rem;
    border-radius: 1.25rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .products-filters::-webkit-scrollbar {
    display: none;
  }

  #productFilters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #productFilters::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    flex: 0 0 auto;
    min-height: 2.55rem;
    scroll-snap-align: start;
  }

  .product-card {
    border-radius: 1.25rem;
  }

  .product-card__media {
    aspect-ratio: 5 / 6;
  }

  .product-card__body {
    padding: 1rem 1.05rem 1.15rem;
  }

  /* Contact page */
  .contact-hero {
    padding-top: 7rem !important;
    padding-bottom: 4rem !important;
  }

  .contact-hero > div {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-hero > div > * {
    min-width: 0;
    max-width: 100%;
  }

  .contact-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
    line-height: 1;
  }

  .contact-scroll-cue {
    width: fit-content;
  }

  .contact-quick {
    padding: 1.15rem 0;
  }

  .contact-quick strong {
    white-space: normal;
  }

  .office-card {
    min-height: 21rem;
    padding: 1.4rem;
    border-radius: 1.4rem;
  }

  .office-card h3 {
    margin-top: 1.75rem;
    font-size: 2.25rem;
  }

  .office-card > p {
    min-height: 0;
    margin-top: 1rem;
  }

  .office-card__phones {
    margin-top: 1.15rem;
  }

  .office-card__phones a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .office-card__action {
    margin-top: 1.5rem;
  }

  .contact-form {
    padding: 1.25rem;
    border-radius: 1.4rem;
  }

  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    font-size: 1rem;
  }

  /* Footer and floating actions */
  footer {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
  }

  .float-dock {
    right: 0.75rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    max-width: calc(100vw - 1.5rem);
  }
}

@media (max-width: 374px) {
  .logo-img {
    width: 4.35rem !important;
    height: 4.35rem !important;
  }

  .hero > .relative.z-10 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hero-stage {
    padding-inline: 1.8rem;
  }

  .hero-orbit__thumb {
    display: none;
  }

  .delivery-band__inner {
    padding-inline: 1rem;
  }

  .delivery-band__trail {
    gap: 0;
  }

  .delivery-band__slogan {
    font-size: 1rem;
  }

  .float-dock {
    gap: 0.15rem;
    padding: 0.25rem;
  }

  .float-dock__btn,
  .float-dock__wa {
    width: 2.35rem;
    height: 2.35rem;
  }
}
