/* ═══════════════════════════════════════════
   Antonia Mann — Digitale Produkte
   Global Stylesheet
   ═══════════════════════════════════════════ */

/* ─── Local Font Faces ─── */
/* dm-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/dm-sans-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/dm-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/dm-sans-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/dm-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/dm-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/playfair-display-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* goldman-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Goldman';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/goldman-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* goldman-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Goldman';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/goldman-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --deep: #0a0a0f;
  --surface: #111118;
  --violet: #333333;
  --lavender: #c084fc;
  --cream: #f7f7f7;
  --white: #ffffff;
  --text: #1a0a2e;
  --text-light: #32363d;
  --accent: #000000;
  --glow: #a855f7;
  --font-display: 'Goldman', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }


/* ─────────────────────────────────────────
   NAV
   ───────────────────────────────────────── */

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(0,0,0,1);
  transition: background 0.4s;
}

.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.25rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.scrolled {
  background: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Subpage nav variant (sticky, always light) */
nav.nav-light {
  position: sticky;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.nav-logo {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.02em;
  transition: color 0.4s;
}

nav.scrolled .nav-logo,
nav.nav-light .nav-logo { color: var(--text); }

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  align-items: center;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,1);
  transition: color 0.3s;
  letter-spacing: 0.01em;
}

nav.scrolled .nav-links a,
nav.nav-light .nav-links a { color: var(--text-light); }

.nav-links a:hover { color: #505d81;}
nav.scrolled .nav-links a:hover,
nav.nav-light .nav-links a:hover { color: var(--text); }

.nav-cta {
  padding: 0.6rem 1.5rem !important;
  border-radius: 100px;
  border: 1px solid var(--white);
  color: var(--white) !important;
  font-weight: 500 !important;
  transition: all 0.3s !important;
}

.nav-cta:hover {
    background:rgba(255,255,255,0.08);
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.3s;
}

nav.scrolled .nav-cta,
nav.nav-light .nav-cta {
  background: var(--white) !important;
  border-color:#000;
  color: var(--text) !important;
}

nav.scrolled .nav-cta:hover,
nav.nav-light .nav-cta:hover { background:#f7f7f7 !important; border-color: #000;!important; }


/* ─────────────────────────────────────────
   HAMBURGER MENU
   ───────────────────────────────────────── */

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
  padding: 0;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.77,0,0.18,1), opacity 0.25s ease;
  transform-origin: center;
}

nav.scrolled .hamburger span,
nav.nav-light .hamburger span { background: var(--text); }

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ─────────────────────────────────────────
   HERO — Dark centered with glowing arc
   ───────────────────────────────────────── */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000000;
  text-align: center;
}

/* Animated glowing hemisphere at bottom */
.hero-glow {
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  max-width: 1400px;
  aspect-ratio: 2 / 1;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(124,58,237,0.7) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(168,85,247,0.5) 0%, transparent 50%);
  filter: blur(40px);
  animation: glowPulse 6s ease-in-out infinite alternate;
  z-index: 0;
}

.hero-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 60% 70% at 50% 100%, rgba(192,132,252,1) 0%, transparent 50%);
  filter: blur(20px);
  animation: glowShift 8s ease-in-out infinite alternate-reverse;
}

/* Sharp arc edge */
.hero-arc {
position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    width: 790%;
    max-width: 3310px;
    aspect-ratio: 2 / 1;
    border-radius: 50% 50% 0 0 / 40% 40% 0 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgb(158 178 243) 0%, rgb(8 43 107 / 64%) 30%, #25020200 70%);
    filter: blur(30px);
    z-index: 1;
    animation: arcPulse 4s ease-in-out infinite alternate;
}

@keyframes glowPulse {
  0% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  100% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

@keyframes glowShift {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}

@keyframes arcPulse {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}

/* Noise/grain overlay for depth */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  z-index: 0;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 3rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.5rem 0.4rem 0.45rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2.5rem;
  animation: fadeUp 0.8s ease both;
}

.hero-tag-badge {
  background: var(--white);
  color: var(--text);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 100px;
  letter-spacing: 0.03em;
}

.hero-tag-text {
  padding-right: 0.5rem;
}

.hero h1 {
  font-family: var(--font-body);
  font-size: clamp(2.6rem, 5.5vw, 5.5rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 1.5rem;
  letter-spacing: -0.04em;
  max-width: 900px;
  animation: fadeUp 0.8s 0.12s ease both;
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
  max-width: 520px;
  margin-bottom: 2.5rem;
  animation: fadeUp 0.8s 0.24s ease both;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  animation: fadeUp 0.8s 0.36s ease both;
}

.btn-primary {
display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.8rem;
    background: var(--white);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover {
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255,255,255,0.3);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.8rem;
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.25);
  color: var(--white);
}

/* Hero brands row (inside dark area) */
.hero-brands {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 4rem;
  padding-top: 2rem;
  animation: fadeUp 0.8s 0.5s ease both;
}

.hero-brands .brand-item {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

.hero-brands .brand-item:hover { color: rgba(255,255,255,0.4); }

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


/* ─────────────────────────────────────────
   SECTIONS SHARED
   ───────────────────────────────────────── */

section { padding: 7rem 0; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 1.25rem;
}



/* ─────────────────────────────────────────
   ABOUT (TWO COLUMN)
   ───────────────────────────────────────── */

.about {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-text h2 {
  font-family: var(--font-body);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: var(--text);
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 1rem;
}

.about-visual {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
    background-image: url(img3.jpg);
    background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-visual-inner {
  width: 70%;
  height: 60%;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(124,58,237,0.1);
}

.about-visual-icon {
  font-size: 3rem;
  opacity: 0.6;
}


/* ─────────────────────────────────────────
   BRANDS
   ───────────────────────────────────────── */

.brands-section {
  background: var(--cream);
  text-align: center;
  padding:3rem 0!important;
}

.brands-section h3 {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}

.brands-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3rem;
}

.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    align-content: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    background-color: #ffffff;
    padding: 50px;
    width: 250px;
    height: 250px;
    /* opacity: 0.4; */
    border-radius: 10px;
    transition: opacity 0.3s;
}

.brand-item:hover { opacity: 0.7; }

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lavender);
}


/* ─────────────────────────────────────────
   CONTACT (simplified — mailto CTA)
   ───────────────────────────────────────── */

.contact-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}

.contact-section h2 {
  font-family: var(--font-body);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.contact-section > p {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.5rem;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-contact:hover {
  background: var(--violet);
  transform: translateY(-2px);
}

.contact-email {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--text-light);
}

.contact-email a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.contact-email a:hover { color: var(--violet); }


/* ─────────────────────────────────────────
   FOOTER
   ───────────────────────────────────────── */

footer {
  background: var(--deep);
  color: rgba(255,255,255,0.6);
  padding: 3.5rem 0 2rem;
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-brand {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.footer-brand-sub {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  transition: color 0.3s;
}

.footer-links a:hover { color: var(--white); }

.footer-bottom {
  max-width: 1440px;
  margin: 2.5rem auto 0;
  padding: 1.5rem 3rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
  text-align: center;
}


/* ─────────────────────────────────────────
   LEGAL PAGES (Impressum / Datenschutz)
   ───────────────────────────────────────── */

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 5rem 3rem 6rem;
}

.legal-page h1 {
  font-family: var(--font-body);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.legal-page .subtitle {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 3rem;
}

.legal-page h2 {
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.legal-page h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-page p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 1rem;
}

.legal-page strong { color: var(--text); }

.legal-page ul {
  margin: 0.5rem 0 1rem 1.5rem;
  color: var(--text-light);
  line-height: 1.8;
}

.legal-page li { margin-bottom: 0.3rem; }

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--accent);
  margin-top: 3rem;
  transition: gap 0.3s;
}

.back-link:hover { gap: 0.7rem; }


/* ─────────────────────────────────────────
   SCROLL REVEAL
   ───────────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ─────────────────────────────────────────
   MOBILE OVERLAY MENU
   ───────────────────────────────────────── */

.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(10,10,15,0.97);
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

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

.mobile-overlay a {
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.2s;
}

.mobile-overlay.open a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-overlay.open a:nth-child(1) { transition-delay: 0.08s; }
.mobile-overlay.open a:nth-child(2) { transition-delay: 0.14s; }
.mobile-overlay.open a:nth-child(3) { transition-delay: 0.20s; }
.mobile-overlay.open a:nth-child(4) { transition-delay: 0.26s; }
.mobile-overlay.open a:nth-child(5) { transition-delay: 0.32s; }

.mobile-overlay a:hover { color: var(--lavender); }


/* ─────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────── */
@media (max-width:1432px) {
  .brands-row {
    gap:2rem;
}
}

@media (max-width:1200px) {
      .brands-row {
        gap: 1rem;
    }
    .brand-item {
      width:200px;
      height:200px;
    }
}
@media (max-width: 768px) {
  .nav-inner { padding: 1rem 1.5rem; }

  .hamburger { display: flex; }
  .nav-links { display: none; }

  section { padding: 4rem 0; }

  .hero-content { padding: 7rem 1.5rem 4rem; }
  .hero-brands { gap: 1.5rem; margin-top: 2.5rem; }
  .hero-glow { width: 200%; bottom: -30%; }
  .hero-arc { width: 300%; top: 200px; }

  .about { grid-template-columns: 1fr; gap: 2.5rem; padding: 0 1.5rem; }
  .brands-row { gap: 2rem; padding: 0 1.5rem; }
  .contact-section { padding: 0 1.5rem; }
  .footer-inner { flex-direction: column; gap: 1.5rem; padding: 0 1.5rem; }
  .footer-bottom { padding: 1.5rem 1.5rem 0; }
  .legal-page { padding: 3rem 1.5rem 4rem; }
}

@media (max-width: 580px) {
  .brand-item {
    display: block;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    height:100%;
    border-radius: 10px;
    transition: opacity 0.3s;
  }
  .brand-item img {
    width:40px!important;
  }
  .brands-row {
    gap: 2rem;
    display: grid;
    flex-wrap: nowrap;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-brands .brand-item { font-size: 0.8rem; }
}

@media (max-width:354px) {
      .brands-row {
        gap:1rem;
      }
      .brand-item {
        font-size:0.8rem;
      }


}
