/**
 * Theme Name: Piercing.com.tr - Warm Dark Atelier
 * Theme URI: https://piercing.com.tr
 * Description: Premium piercing e-ticaret child theme - Warm Dark Atelier design system
 * Author: Piercing.com.tr
 * Template: kadence
 * Version: 2.0.0
 * License: GNU General Public License v2 or later
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

:root {
  --wa-bg-primary: #0f0d0c;
  --wa-bg-secondary: #161412;
  --wa-bg-tertiary: #1c1a18;
  --wa-surface-card: #141210;
  --wa-surface-hover: #1f1d1b;
  --wa-border-subtle: #2a2826;
  --wa-border-default: #3a3834;
  --wa-border-accent: rgba(196, 165, 116, 0.25);
  --wa-text-heading: #f5f0e8;
  --wa-text-body: #d8d4cc;
  --wa-text-meta: #a8a49c;
  --wa-text-muted: #6b6862;
  --wa-gold: #c4a574;
  --wa-gold-hover: #d4b896;
  --wa-gold-alpha-10: rgba(196, 165, 116, 0.10);
  --wa-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --wa-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
}

html,
body {
  background: var(--wa-bg-primary) !important;
  color: var(--wa-text-body);
}

body {
  font-family: var(--wa-font-sans);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

.site-container,
.content-container,
.entry-content,
.wp-block-group__inner-container {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

/* ========================================
   HEADER - Polish: smoother transition
   ======================================== */
.wa-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: rgba(15, 13, 12, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--wa-border-subtle);
  z-index: 100;
  transition: all 0.3s ease;
}

.wa-header--scrolled {
  background: rgba(15, 13, 12, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.wa-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.wa-logo {
  font-family: var(--wa-font-brand);
  font-size: 24px;
  color: var(--wa-text-heading);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.wa-nav {
  display: flex;
  gap: 36px;
}

.wa-nav__link {
  font-size: 13px;
  font-weight: 500;
  color: var(--wa-text-meta);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
  padding: 4px 0;
}

.wa-nav__link:hover {
  color: var(--wa-gold);
}

.wa-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--wa-gold);
  transition: width 0.4s var(--wa-ease-out);
}

.wa-nav__link:hover::after {
  width: 100%;
}

.wa-nav__link--active {
  color: var(--wa-gold);
}

.wa-nav__link--active::after {
  width: 100%;
}

.wa-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wa-header__icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wa-text-meta);
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.wa-header__icon-btn:hover {
  color: var(--wa-text-heading);
  background: var(--wa-surface-hover);
}

.wa-header__cart {
  position: relative;
}

.wa-header__cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 600;
  color: var(--wa-bg-primary);
  background: var(--wa-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Search Overlay */
.wa-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 13, 12, 0.98);
  backdrop-filter: blur(10px);
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.wa-search-overlay--open {
  opacity: 1;
  visibility: visible;
}

.wa-search-overlay__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wa-text-meta);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

.wa-search-overlay__close:hover {
  color: var(--wa-text-heading);
}

.wa-search-overlay__input-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 0 24px;
}

.wa-search-overlay__input {
  width: 100%;
  height: 64px;
  padding: 0 24px;
  font-family: var(--wa-font-brand);
  font-size: 24px;
  color: var(--wa-text-heading);
  background: var(--wa-surface-card);
  border: 1px solid var(--wa-border-subtle);
  border-radius: 12px;
  outline: none;
}

.wa-search-overlay__input::placeholder {
  color: var(--wa-text-muted);
}

/* ========================================
   HERO - Polish: smoother padding-top
   ======================================== */
.wa-hero {
  min-height: auto;
  background: var(--wa-bg-primary);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wa-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.wa-hero__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.wa-hero__eyebrow {
  font-family: var(--wa-font-brand);
  font-size: 13px;
  font-style: italic;
  color: var(--wa-gold);
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0.1em;
}

.wa-hero__title {
  font-family: var(--wa-font-serif);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 400;
  color: var(--wa-text-heading);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.wa-hero__title em {
  font-style: italic;
  color: var(--wa-gold);
}

.wa-hero__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--wa-text-meta);
  margin-bottom: 28px;
  max-width: 420px;
}

.wa-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wa-hero__visual {
  position: relative;
  height: 60vh;
  min-height: 400px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--wa-border-subtle);
}

.wa-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.wa-hero__badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(22, 20, 18, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid var(--wa-border-subtle);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wa-hero__badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wa-gold-alpha-10);
  border: 1px solid var(--wa-border-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wa-gold);
  font-size: 18px;
  flex-shrink: 0;
}

.wa-hero__badge-title {
  font-family: var(--wa-font-brand);
  font-size: 16px;
  color: var(--wa-text-heading);
  margin-bottom: 2px;
}

.wa-hero__badge-sub {
  font-size: 12px;
  color: var(--wa-text-meta);
}

/* ========================================
   BUTTONS
   ======================================== */
.wa-btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 100px;
  font-family: var(--wa-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s var(--wa-ease-out);
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
}

.wa-btn--primary {
  background: var(--wa-gold);
  color: var(--wa-bg-primary);
  border-color: var(--wa-gold);
}

.wa-btn--primary:hover {
  background: var(--wa-gold-hover);
  box-shadow: 0 4px 20px rgba(196, 165, 116, 0.12);
  transform: translateY(-2px);
}

.wa-btn--secondary {
  background: transparent;
  color: var(--wa-text-body);
  border-color: var(--wa-border-subtle);
}

.wa-btn--secondary:hover {
  border-color: var(--wa-gold);
  color: var(--wa-gold);
  background: var(--wa-gold-alpha-10);
}

.wa-btn--sm {
  height: 40px;
  padding: 0 20px;
  font-size: 12px;
}

/* ========================================
   STUDIO
   ======================================== */
.wa-studio {
  padding: 80px 48px;
  background: var(--wa-bg-secondary);
  border-top: 1px solid var(--wa-border-subtle);
  width: 100%;
}

.wa-studio__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.wa-studio__visual {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}

.wa-studio__img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--wa-border-subtle);
}

.wa-studio__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: opacity 0.4s;
}

.wa-studio__img:hover img {
  opacity: 1;
}

.wa-studio__img:first-child {
  aspect-ratio: 1;
}

.wa-studio__img:last-child {
  aspect-ratio: 3/4;
}

.wa-studio__content {
  max-width: 460px;
}

.wa-studio__eyebrow {
  font-family: var(--wa-font-brand);
  font-size: 13px;
  font-style: italic;
  color: var(--wa-gold);
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0.1em;
}

.wa-studio__title {
  font-family: var(--wa-font-serif);
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 400;
  color: var(--wa-text-heading);
  line-height: 1.15;
  margin-bottom: 16px;
}

.wa-studio__title em {
  font-style: italic;
  color: var(--wa-gold);
}

.wa-studio__desc {
  color: var(--wa-text-meta);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.wa-studio__features {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.wa-feature-pill {
  padding: 12px 16px;
  background: var(--wa-surface-card);
  border: 1px solid var(--wa-border-subtle);
  border-radius: 10px;
  font-size: 12px;
  color: var(--wa-text-body);
  transition: all 0.3s;
  flex: 1;
  min-width: 120px;
}

.wa-feature-pill:hover {
  border-color: var(--wa-border-accent);
  background: var(--wa-surface-hover);
}

.wa-feature-pill strong {
  display: block;
  color: var(--wa-gold);
  font-family: var(--wa-font-brand);
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 600;
}

/* ========================================
   CATEGORIES - Polish: fixed broken image
   ======================================== */
.wa-categories {
  padding: 64px 0;
  background: var(--wa-bg-primary);
  width: 100%;
}

.wa-section-header {
  padding: 0 48px;
  max-width: 1200px;
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.wa-section-header__title {
  font-family: var(--wa-font-serif);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  color: var(--wa-text-heading);
  line-height: 1.2;
}

.wa-section-header__desc {
  color: var(--wa-text-meta);
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  margin-top: 4px;
}

.wa-slider {
  padding: 0 48px;
  overflow-x: auto;
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.wa-slider::-webkit-scrollbar {
  display: none;
}

.wa-category-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: var(--wa-surface-card);
  border: 1px solid var(--wa-border-subtle);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s var(--wa-ease-out);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.wa-category-card:hover {
  transform: translateY(-6px);
  border-color: var(--wa-border-accent);
  box-shadow: var(--wa-shadow-md);
}

.wa-category-card__image {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-bottom: 1px solid var(--wa-border-subtle);
  position: relative;
  background: var(--wa-bg-secondary);
}

.wa-category-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 13, 12, 0.4) 0%, transparent 50%);
}

.wa-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: all 0.6s;
}

.wa-category-card:hover .wa-category-card__image img {
  opacity: 1;
  transform: scale(1.05);
}

.wa-category-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wa-category-card__tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--wa-gold);
  font-weight: 600;
  margin-bottom: 8px;
}

.wa-category-card__title {
  font-family: var(--wa-font-brand);
  font-size: 24px;
  color: var(--wa-text-heading);
  margin-bottom: 12px;
  font-weight: 500;
}

.wa-category-card__desc {
  font-size: 14px;
  color: var(--wa-text-meta);
  line-height: 1.6;
  flex: 1;
}

.wa-category-card__meta {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--wa-border-subtle);
  font-size: 12px;
  color: var(--wa-text-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wa-category-card__link {
  color: var(--wa-gold);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ========================================
   FOOTER - Polish: spacing balance
   ======================================== */
.wa-footer {
  padding: 64px 48px 32px;
  background: var(--wa-bg-secondary);
  border-top: 1px solid var(--wa-border-subtle);
  width: 100%;
}

.wa-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.wa-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.wa-footer__logo {
  font-family: var(--wa-font-brand);
  font-size: 22px;
  color: var(--wa-text-heading);
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}

.wa-footer__tagline {
  color: var(--wa-text-meta);
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 20px;
}

.wa-footer__social {
  display: flex;
  gap: 12px;
}

.wa-footer__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wa-text-meta);
  background: var(--wa-surface-card);
  border: 1px solid var(--wa-border-subtle);
  border-radius: 8px;
  transition: all 0.3s;
}

.wa-footer__social-link:hover {
  color: var(--wa-gold);
  border-color: var(--wa-border-accent);
}

.wa-footer__column-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--wa-text-heading);
  margin-bottom: 20px;
  font-weight: 600;
}

.wa-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wa-footer__link {
  color: var(--wa-text-meta);
  padding: 8px 0;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  width: fit-content;
}

.wa-footer__link:hover {
  color: var(--wa-gold);
  transform: translateX(2px);
}

.wa-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wa-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--wa-text-meta);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.wa-footer__contact-item:hover {
  color: var(--wa-gold);
}

.wa-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid var(--wa-border-subtle);
  display: flex;
  justify-content: space-between;
  color: var(--wa-text-muted);
  font-size: 13px;
  align-items: center;
}

.wa-footer__payment {
  display: flex;
  gap: 8px;
}

.wa-footer__payment-icon {
  padding: 6px 10px;
  border: 1px solid var(--wa-border-subtle);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ========================================
   MOBILE - Polish: stronger typography
   ======================================== */
@media (max-width: 1024px) {
  .wa-hero {
    grid-template-columns: 1fr;
    padding: 100px 24px 48px;
    gap: 32px;
  }

  .wa-hero__visual {
    height: 45vh;
    min-height: 300px;
    order: -1;
  }

  .wa-studio__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wa-studio__visual {
    max-width: 400px;
    margin: 0 auto;
  }

  .wa-slider {
    padding: 0 24px;
  }

  .wa-category-card {
    flex: 0 0 260px;
  }

  .wa-section-header {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }

  .wa-studio {
    padding: 48px 24px;
  }

  .wa-categories {
    padding: 48px 0;
  }

  .wa-header {
    padding: 0 24px;
    height: 64px;
  }

  .wa-nav {
    display: none;
  }

  .wa-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .wa-footer {
    padding: 48px 24px 24px;
  }
}

/* Homepage hero: the stacked mobile layout uses one broad ambient glow.
   The desktop-side pseudo gradient is disabled to avoid a vertical band. */
@media (max-width: 767px) {
  body.home .wa-hero {
    background:
      radial-gradient(
        120% 48% at 50% 27%,
        rgba(116, 88, 70, 0.11) 0%,
        rgba(72, 54, 45, 0.05) 42%,
        rgba(12, 11, 10, 0) 75%
      ),
      #0c0b0a;
  }

  body.home .wa-hero::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .wa-header {
    padding: 0 16px;
  }

  .wa-footer {
    padding: 40px 20px 24px;
  }

  .wa-footer__top {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }

  .wa-footer__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  /* Stronger mobile typography */
  .wa-hero__title {
    font-size: 38px;
    line-height: 1.05;
  }

  .wa-hero__desc {
    font-size: 15px;
    line-height: 1.65;
  }

  .wa-studio__title {
    font-size: 32px;
  }

  .wa-studio__desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .wa-section-header__title {
    font-size: 28px;
  }

  .wa-section-header__desc {
    font-size: 14px;
  }

  .wa-hero__badge {
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 12px 16px;
  }

  .wa-hero__badge-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .wa-category-card {
    flex: 0 0 260px;
    border-radius: 14px;
  }

  .wa-category-card__image {
    aspect-ratio: 1;
  }

  .wa-category-card__content {
    padding: 20px;
  }

  .wa-category-card__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .wa-category-card__desc {
    font-size: 14px;
    line-height: 1.55;
  }

  .wa-category-card__meta {
    margin-top: 14px;
    padding-top: 14px;
  }

  .wa-feature-pill {
    padding: 12px 14px;
    font-size: 12px;
    min-width: auto;
    flex: 1 1 40%;
  }

  .wa-feature-pill strong {
    font-size: 15px;
  }
}

/* ============================================
   FRONT PAGE — Editörün Seçimi & Rezervasyon
   ============================================ */

/* --- SHOP / STUDIO PATH --- */
.wa-paths {
  padding: 76px 48px 88px;
  background: var(--bg-primary, #0f0d0c);
}

.wa-paths__intro,
.wa-paths__grid {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.wa-paths__intro {
  display: block;
  margin-bottom: 34px;
}

.wa-paths__eyebrow {
  display: inline-block;
  color: var(--gold, #c4a574);
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.wa-paths__intro h2 {
  margin: 0;
  color: var(--text-heading, #f5f0e8);
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.wa-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wa-path-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 26px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-subtle, #2a2826);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(196, 165, 116, .06), transparent 54%),
    var(--surface-card, #141210);
  color: inherit;
  text-decoration: none;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .35s, background .35s;
}

.wa-path-card--studio {
  background:
    linear-gradient(135deg, rgba(196, 165, 116, .1), transparent 62%),
    var(--bg-tertiary, #1c1a18);
}

.wa-path-card:hover,
.wa-path-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(196, 165, 116, .42);
  outline: none;
}

.wa-path-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(196, 165, 116, .28);
  border-radius: 50%;
  background: rgba(196, 165, 116, .08);
  color: var(--gold, #c4a574);
}

.wa-path-card__icon svg {
  width: 22px;
  height: 22px;
}

.wa-path-card__copy {
  display: grid;
  gap: 5px;
}

.wa-path-card__label {
  color: var(--gold, #c4a574);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wa-path-card__copy strong {
  color: var(--text-heading, #f5f0e8);
  font-family: 'Playfair Display', serif;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.2;
}

.wa-path-card__copy > span:last-child {
  max-width: 410px;
  color: var(--text-meta, #a8a49c);
  font-size: 13px;
  line-height: 1.6;
}

.wa-path-card__arrow {
  color: var(--gold, #c4a574);
  font-size: 22px;
  transition: transform .3s;
}

.wa-path-card:hover .wa-path-card__arrow {
  transform: translateX(4px);
}

/* Section Header Subtitle */
.wa-section-header__subtitle {
  color: var(--text-meta, #a8a49c);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  margin-top: 4px;
}

/* --- PRODUCTS --- */
.wa-products {
  padding: 64px 48px;
  background: var(--bg-secondary, #161412);
  border-top: 1px solid var(--border-subtle, #2a2826);
  border-bottom: 1px solid var(--border-subtle, #2a2826);
}

.wa-products__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.wa-products__footer {
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
}

.wa-products-empty {
  width: min(1200px, 100%);
  min-height: 260px;
  margin: 0 auto;
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid var(--border-subtle, #2a2826);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 20%, rgba(196, 165, 116, .12), transparent 28%),
    linear-gradient(135deg, rgba(196, 165, 116, .045), transparent 54%),
    var(--surface-card, #141210);
}

.wa-products-empty__eyebrow {
  margin-bottom: 10px;
  color: var(--gold, #c4a574);
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .1em;
}

.wa-products-empty h3 {
  max-width: 620px;
  margin: 0 0 10px;
  color: var(--text-heading, #f5f0e8);
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
}

.wa-products-empty p {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--text-meta, #a8a49c);
  font-size: 14px;
  line-height: 1.7;
}

.wa-product-card {
  background: var(--surface-card, #141210);
  border: 1px solid var(--border-subtle, #2a2826);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.wa-product-card:hover {
  transform: translateY(-4px);
  background: var(--surface-hover, #1f1d1b);
  border-color: rgba(196, 165, 116, 0.25);
  box-shadow: 0 4px 20px rgba(196, 165, 116, 0.12);
}

.wa-product-card__image {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background: var(--bg-primary, #0f0d0c);
}

.wa-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: all 0.5s;
}

.wa-product-card:hover .wa-product-card__image img {
  opacity: 1;
  transform: scale(1.05);
}

.wa-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gold, #c4a574);
  color: var(--bg-primary, #0f0d0c);
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}

.wa-product-card__quick {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  background: rgba(22, 20, 18, 0.95);
  border: 1px solid var(--border-subtle, #2a2826);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  color: var(--text-heading, #f5f0e8);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
}

.wa-product-card:hover .wa-product-card__quick {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.wa-product-card__info {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wa-product-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2px;
  gap: 8px;
}

.wa-product-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: var(--text-heading, #f5f0e8);
  font-weight: 500;
  line-height: 1.3;
  flex: 1;
  text-decoration: none;
}

.wa-product-card__title:hover {
  color: var(--gold, #c4a574);
}

.wa-product-card__price {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--gold, #c4a574);
  font-weight: 600;
  flex-shrink: 0;
}

.wa-product-card__selection {
  max-width: 96px;
  flex-shrink: 0;
  color: var(--gold, #c4a574);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

.wa-product-card--collection .wa-product-card__image img {
  filter: saturate(.72);
}

.wa-product-card__price ins {
  text-decoration: none;
}

.wa-product-card__sub {
  font-size: 12px;
  color: var(--text-meta, #a8a49c);
  margin-top: 4px;
  margin-bottom: 12px;
}

.wa-product-card__variant {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-subtle, #2a2826);
  font-size: 11px;
  color: var(--text-muted, #6b6862);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wa-product-card__cta {
  color: var(--gold, #c4a574);
  font-size: 11px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
  text-decoration: none;
}

.wa-product-card:hover .wa-product-card__cta {
  opacity: 1;
}

/* --- BOOKING --- */
.wa-booking {
  padding: 80px 48px;
  background: radial-gradient(ellipse at center, var(--bg-tertiary, #1c1a18) 0%, var(--bg-primary, #0f0d0c) 70%);
  text-align: center;
}

.wa-booking__content {
  max-width: 560px;
  margin: 0 auto;
}

.wa-booking__eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: var(--gold, #c4a574);
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0.1em;
}

.wa-booking__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 48px);
  color: var(--text-heading, #f5f0e8);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}

.wa-booking__title em {
  font-style: italic;
  color: var(--gold, #c4a574);
}

.wa-booking__desc {
  color: var(--text-meta, #a8a49c);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.wa-booking__features {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.wa-booking__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-body, #d8d4cc);
  font-size: 13px;
}

.wa-booking__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--surface-card, #141210);
  border: 1px solid var(--border-subtle, #2a2826);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold, #c4a574);
  font-size: 12px;
  flex-shrink: 0;
}

.wa-btn--lg {
  height: 52px;
  padding: 0 32px;
  font-size: 14px;
}

/* --- MOBILE --- */
@media (max-width: 1024px) {
  .wa-paths {
    padding: 58px 24px 64px;
  }

  .wa-paths__intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 28px;
  }

  .wa-products {
    padding: 48px 24px;
  }

  .wa-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .wa-booking {
    padding: 64px 24px;
  }
}

@media (max-width: 640px) {
  .wa-paths {
    padding-bottom: 48px;
  }

  .wa-paths__grid {
    grid-template-columns: 1fr;
  }

  .wa-path-card {
    min-height: 0;
    padding: 20px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
  }

  .wa-path-card__icon {
    width: 42px;
    height: 42px;
  }

  .wa-path-card__arrow {
    display: none;
  }

  .wa-products-empty {
    min-height: 300px;
    padding: 28px 22px;
    border-radius: 12px;
  }

  .wa-products__grid {
    display: flex;
    gap: 12px;
    margin-right: -24px;
    padding-right: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wa-products__grid::-webkit-scrollbar {
    display: none;
  }

  .wa-product-card {
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
    border-radius: 10px;
  }

  .wa-product-card__image {
    aspect-ratio: 1;
  }

  .wa-product-card__info {
    padding: 12px;
  }

  .wa-product-card__title {
    font-size: 14px;
  }

  .wa-product-card__price {
    font-size: 14px;
  }

  .wa-product-card__sub {
    font-size: 11px;
    margin: 2px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wa-product-card__variant {
    font-size: 10px;
    padding-top: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .wa-product-card__cta {
    opacity: 1;
    font-size: 10px;
  }

  .wa-product-card__quick {
    display: none;
  }

  .wa-booking__features {
    gap: 16px;
    flex-direction: column;
  }

  .wa-booking__feature {
    font-size: 12px;
  }

  .wa-btn--lg {
    height: 48px;
    padding: 0 24px;
  }
}

/* ============================================
   HEADER — Warm Dark Atelier
   ============================================ */

.wa-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: rgba(15, 13, 12, 0.88);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border-bottom: 1px solid rgba(42, 40, 38, 0.6);
  z-index: 100;
}

.wa-site-header__bar {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  gap: 32px;
}

.wa-site-header__brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #f5f0e8;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.wa-site-header__brand span {
  color: #c4a574;
  font-weight: 400;
}

/* Desktop Nav */
.wa-site-header__desktop {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.wa-site-header__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #a8a49c;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.wa-site-header__link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #c4a574;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.wa-site-header__link:hover {
  color: #f5f0e8;
  background: rgba(196, 165, 116, 0.06);
}

.wa-site-header__link:hover::after {
  width: 40%;
}

.wa-site-header__link--has-arrow svg {
  opacity: 0.5;
  transition: transform 0.3s;
}

/* Dropdown */
.wa-site-header__dropdown {
  position: relative;
}

.wa-site-header__flyout {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: rgba(20, 18, 16, 0.98);
  backdrop-filter: blur(16px);
  border: 1px solid #2a2826;
  border-radius: 14px;
  padding: 8px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
  z-index: 101;
}

.wa-site-header__dropdown:hover .wa-site-header__flyout,
.wa-site-header__dropdown:focus-within .wa-site-header__flyout {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.wa-site-header__dropdown:hover .wa-site-header__link--has-arrow svg,
.wa-site-header__dropdown:focus-within .wa-site-header__link--has-arrow svg {
  transform: rotate(180deg);
  opacity: 1;
}

.wa-site-header__flyout a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #a8a49c;
  text-decoration: none;
  transition: all 0.25s;
}

.wa-site-header__flyout a:hover {
  background: #1f1d1b;
  color: #c4a574;
}

/* Tools */
.wa-site-header__tools {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.wa-site-header__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #a8a49c;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.wa-site-header__icon:hover {
  background: #1f1d1b;
  color: #c4a574;
}

.wa-site-header__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  background: #c4a574;
  color: #0f0d0c;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 2px solid rgba(15, 13, 12, 0.88);
}

.wa-site-header__icon--burger {
  display: none;
}

.wa-burger-close {
  display: none;
}

.wa-site-header__icon--burger.is-active .wa-burger-open {
  display: none;
}

.wa-site-header__icon--burger.is-active .wa-burger-close {
  display: block;
}

/* ============================================
   MOBILE MENU OVERLAY
   ============================================ */

.wa-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.wa-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.wa-mobile-menu__bg {
  position: absolute;
  inset: 0;
  background: rgba(15, 13, 12, 0.96);
  backdrop-filter: blur(20px);
}

.wa-mobile-menu__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 32px 32px;
  overflow-y: auto;
}

.wa-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.wa-mobile-menu__link {
  display: block;
  padding: 14px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #f5f0e8;
  text-decoration: none;
  border-bottom: 1px solid #2a2826;
  transition: color 0.3s;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.wa-mobile-menu.is-open .wa-mobile-menu__link {
  opacity: 1;
  transform: translateY(0);
}

.wa-mobile-menu__link:hover {
  color: #c4a574;
}

.wa-mobile-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #f5f0e8;
  background: none;
  border: none;
  border-bottom: 1px solid #2a2826;
  cursor: pointer;
  text-align: left;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.wa-mobile-menu.is-open .wa-mobile-menu__toggle {
  opacity: 1;
  transform: translateY(0);
}

.wa-mobile-menu__toggle svg {
  transition: transform 0.35s;
  color: #6b6862;
}

.wa-mobile-menu__toggle.is-open svg {
  transform: rotate(180deg);
  color: #c4a574;
}

.wa-mobile-menu__sub {
  display: none;
  flex-direction: column;
  padding: 0 0 12px 16px;
  border-left: 1px solid #2a2826;
  margin: 0 0 4px 4px;
}

.wa-mobile-menu__sub.is-open {
  display: flex;
}

.wa-mobile-menu__sub a {
  padding: 10px 0;
  font-size: 15px;
  color: #a8a49c;
  text-decoration: none;
  transition: color 0.25s;
}

.wa-mobile-menu__sub a:hover {
  color: #c4a574;
}

/* Staggered delays */
.wa-mobile-menu.is-open .wa-mobile-menu__link:nth-child(1),
.wa-mobile-menu.is-open .wa-mobile-menu__toggle:nth-child(1) {
  transition-delay: 0.05s;
}

.wa-mobile-menu.is-open .wa-mobile-menu__link:nth-child(2),
.wa-mobile-menu.is-open .wa-mobile-menu__toggle:nth-child(2) {
  transition-delay: 0.1s;
}

.wa-mobile-menu.is-open .wa-mobile-menu__link:nth-child(3),
.wa-mobile-menu.is-open .wa-mobile-menu__toggle:nth-child(3) {
  transition-delay: 0.15s;
}

.wa-mobile-menu.is-open .wa-mobile-menu__link:nth-child(4),
.wa-mobile-menu.is-open .wa-mobile-menu__toggle:nth-child(4) {
  transition-delay: 0.2s;
}

.wa-mobile-menu.is-open .wa-mobile-menu__link:nth-child(5),
.wa-mobile-menu.is-open .wa-mobile-menu__toggle:nth-child(5) {
  transition-delay: 0.25s;
}

.wa-mobile-menu.is-open .wa-mobile-menu__link:nth-child(6),
.wa-mobile-menu.is-open .wa-mobile-menu__toggle:nth-child(6) {
  transition-delay: 0.3s;
}

.wa-mobile-menu__cta {
  max-width: 400px;
  margin: 32px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}

.wa-mobile-menu.is-open .wa-mobile-menu__cta {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   STICKY BOTTOM BAR (Mobile)
   ============================================ */

.wa-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: rgba(15, 13, 12, 0.98);
  backdrop-filter: blur(16px);
  border-top: 1px solid #2a2826;
  z-index: 97;
  padding: 0 16px;
  gap: 12px;
  align-items: center;
}

.wa-sticky-bar__main,
.wa-sticky-bar__side {
  height: 44px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  flex: 1;
  white-space: nowrap;
  font-family: inherit;
}

.wa-sticky-bar__main {
  background: #c4a574;
  color: #0f0d0c;
}

.wa-sticky-bar__main:hover {
  background: #d4b896;
  transform: translateY(-1px);
}

.wa-sticky-bar__side {
  background: transparent;
  border: 1px solid #2a2826;
  color: #d8d4cc;
}

.wa-sticky-bar__side:hover {
  border-color: #c4a574;
  color: #c4a574;
}

/* ============================================
   FOOTER
   ============================================ */

.wa-site-footer {
  background: #0e0c0b;
  border-top: 1px solid #2a2826;
  padding: 72px 48px 32px;
}

.wa-site-footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.wa-site-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.wa-site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 32px;
}

.wa-site-footer__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #f5f0e8;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s;
}

.wa-site-footer__logo:hover {
  color: #c4a574;
}

.wa-site-footer__tagline {
  font-size: 13px;
  line-height: 1.7;
  color: #6b6862;
  max-width: 220px;
}

.wa-site-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.wa-site-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #2a2826;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6862;
  transition: all 0.3s;
}

.wa-site-footer__social a:hover {
  border-color: #c4a574;
  color: #c4a574;
  background: rgba(196, 165, 116, 0.10);
}

.wa-site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wa-site-footer__title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f5f0e8;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #2a2826;
}

.wa-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wa-site-footer__links a {
  display: block;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 400;
  color: #a8a49c;
  text-decoration: none;
  transition: all 0.25s;
  line-height: 1.4;
}

.wa-site-footer__links a:hover {
  color: #c4a574;
  transform: translateX(3px);
}

/* Legal */
.wa-site-footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  padding: 20px 0;
  border-top: 1px solid #2a2826;
  border-bottom: 1px solid #2a2826;
}

.wa-site-footer__legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
}

.wa-site-footer__legal-nav a {
  font-size: 12px;
  color: #6b6862;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}

.wa-site-footer__legal-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #c4a574;
  transition: width 0.3s;
}

.wa-site-footer__legal-nav a:hover {
  color: #c4a574;
}

.wa-site-footer__legal-nav a:hover::after {
  width: 100%;
}

.wa-site-footer__utility {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #6b6862;
  flex-shrink: 0;
}

.wa-site-footer__utility a {
  color: #a8a49c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.wa-site-footer__utility a:hover {
  color: #c4a574;
}

.wa-site-footer__utility span {
  opacity: 0.4;
}

/* Bottom */
.wa-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  gap: 16px;
  flex-wrap: wrap;
}

.wa-site-footer__copy {
  font-size: 12px;
  color: #6b6862;
  margin: 0;
}

.wa-site-footer__pay {
  display: flex;
  gap: 8px;
}

.wa-site-footer__pay span {
  padding: 5px 10px;
  border: 1px solid #2a2826;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6b6862;
}

/* ============================================
   BUTTON UTILITIES
   ============================================ */

.wa-btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  font-family: inherit;
}

.wa-btn--primary {
  background: #c4a574;
  color: #0f0d0c;
  border-color: #c4a574;
}

.wa-btn--primary:hover {
  background: #d4b896;
  transform: translateY(-2px);
}

.wa-btn--outline {
  background: transparent;
  color: #d8d4cc;
  border-color: #2a2826;
}

.wa-btn--outline:hover {
  border-color: #c4a574;
  color: #c4a574;
}

.wa-btn--block {
  width: 100%;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .wa-site-header {
    height: 64px;
  }

  .wa-site-header__bar {
    padding: 0 24px;
  }

  .wa-site-header__desktop {
    display: none;
  }

  .wa-site-header__icon--burger {
    display: flex;
  }

  .wa-site-header__brand {
    font-size: 20px;
  }

  /* Sticky bar visible */
  .wa-sticky-bar {
    display: flex;
  }

  body {
    padding-bottom: 64px;
  }

  /* Footer tablet */
  .wa-site-footer {
    padding: 48px 32px 24px;
  }

  .wa-site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding-bottom: 40px;
  }

  .wa-site-footer__brand {
    grid-column: 1 / -1;
    padding-right: 0;
    text-align: center;
    align-items: center;
  }

  .wa-site-footer__tagline {
    max-width: 300px;
  }

  /* Mağaza + Piercing yan yana */
  .wa-site-footer__col:nth-child(2) {
    grid-column: 1;
  }

  .wa-site-footer__col:nth-child(3) {
    grid-column: 2;
  }

  /* Rehber alt satır, yatay linkler */
  .wa-site-footer__col:nth-child(4) {
    grid-column: 1 / -1;
    align-items: center;
  }

  .wa-site-footer__col:nth-child(4) .wa-site-footer__links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 24px;
  }

  .wa-site-footer__col:nth-child(4) .wa-site-footer__links a {
    padding: 6px 0;
    white-space: nowrap;
  }

  .wa-site-footer__legal {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .wa-site-footer__legal-nav {
    justify-content: center;
  }

  .wa-site-footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .wa-site-header__bar {
    padding: 0 16px;
  }

  .wa-site-header__brand {
    font-size: 18px;
  }

  .wa-site-header__icon {
    width: 36px;
    height: 36px;
  }

  .wa-mobile-menu__content {
    padding: 80px 24px 24px;
  }

  .wa-mobile-menu__link,
  .wa-mobile-menu__toggle {
    font-size: 24px;
  }

  .wa-sticky-bar {
    height: 56px;
    padding: 0 12px;
    gap: 8px;
  }

  .wa-sticky-bar__main,
  .wa-sticky-bar__side {
    height: 40px;
    font-size: 12px;
  }

  body {
    padding-bottom: 56px;
  }

  .wa-site-footer {
    padding: 40px 24px 24px;
  }

  .wa-site-footer__grid {
    gap: 24px 16px;
  }

  .wa-site-footer__col:nth-child(4) .wa-site-footer__links a {
    font-size: 12px;
  }

  .wa-site-footer__legal-nav a {
    font-size: 11px;
  }

  .wa-site-footer__pay span {
    padding: 4px 8px;
    font-size: 9px;
  }
}

/* Stüdyo Seçkisi: fixed responsive grid, never a horizontal carousel. */
#studio-seckisi .wa-products__grid {
  min-width: 0;
  overflow-x: visible;
  scroll-snap-type: none;
  grid-auto-flow: row;
}

#studio-seckisi .wa-product-card {
  min-width: 0;
  flex-basis: auto;
  max-width: none;
}

#studio-seckisi .wa-product-card__title {
  min-width: 0;
}

@media (min-width: 1024px) {
  #studio-seckisi .wa-products__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: minmax(0, 1fr);
    gap: 20px;
    margin-right: auto;
    padding-right: 0;
  }

  #studio-seckisi .wa-product-card {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    scroll-snap-align: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #studio-seckisi .wa-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 12px;
    margin-right: auto;
    padding-right: 0;
    overflow-x: hidden;
  }

  #studio-seckisi .wa-product-card {
    flex: none;
    scroll-snap-align: none;
  }
}

@media (max-width: 767px) {
  #studio-seckisi .wa-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 10px;
    margin-right: 0;
    padding-right: 0;
    overflow-x: hidden;
    scroll-snap-type: none;
  }

  #studio-seckisi .wa-product-card {
    flex: none;
    width: auto;
    scroll-snap-align: none;
  }

  #studio-seckisi .wa-product-card__info {
    padding: 10px;
  }

  #studio-seckisi .wa-product-card__title,
  #studio-seckisi .wa-product-card__price {
    font-size: 13px;
  }

  #studio-seckisi .wa-product-card__sub {
    font-size: 10px;
  }

  #studio-seckisi .wa-product-card__cta {
    opacity: 1;
  }
}
/* Mobile page heroes: preserve each page's gradient while adding a shared
   readability veil over the recently added mobile background images. */
@media (max-width: 768px) {
    html body .pi-s-page .pi-s-hero__overlay,
    html body .pi-mat-page .pi-mat-hero__overlay,
    html body .pi-d-page .pi-d-hero__overlay,
    html body .pi-care-page .pi-care-hero__overlay,
    html body .pi-faq-page .pi-faq-hero__overlay,
    html body .pi-mod-page .pi-mod-hero__overlay,
    html body .pi-guide-page .pi-guide-hero__overlay,
    html body .pi-problem-page .pi-problem-hero__overlay,
    html body .pi-size-page .pi-size-hero__overlay,
    html body .pi-start-root .pi-start-hero::after {
        background-color: rgba(15, 13, 12, 0.16) !important;
    }
}
