/* =========================================================
   COFFE AMPS — Landing Page Stylesheet
   "Simple. Powerful. Real."
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Caveat:wght@500;600&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root{
  /* ---- Color tokens ---- */
  --bg:            #14100D;
  --bg-alt:        #1B150F;
  --bg-panel:      #201A13;
  --walnut:        #6E4A30;
  --walnut-dark:   #3E2A1B;
  --walnut-light:  #8B6039;
  --steel:         #8B8D8A;
  --steel-dark:    #4B4C4A;
  --copper:        #C97A3D;
  --copper-bright: #E8A54B;
  --copper-dim:    #8C5426;
  --cream:         #EDE3CE;
  --cream-dim:     #C9BFA8;
  --gray-utility:  #95A5A6;
  --line:          rgba(237,227,206,0.12);
  --line-strong:   rgba(237,227,206,0.22);

  /* ---- Type ---- */
  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-script:  'Caveat', cursive;
  --font-body:    'Source Sans 3', 'Segoe UI', sans-serif;

  /* ---- Rhythm ---- */
  --radius-sm: 4px;
  --radius-md: 10px;
  --container: 1180px;
  --shadow-deep: 0 30px 60px -20px rgba(0,0,0,0.65);
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body{
  margin: 0;
  background: var(--bg);
  color: var(--cream-dim);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4{ margin: 0; font-family: var(--font-display); color: var(--cream); font-weight: 600; letter-spacing: 0.01em; }
p{ margin: 0; }

section{ position: relative; }

.wrap{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* Diamond mesh texture — echoes the amp grille cloth in the product photography */
.mesh-texture{
  background-image:
    linear-gradient(135deg, transparent 48%, rgba(201,122,61,0.08) 49%, rgba(201,122,61,0.08) 51%, transparent 52%),
    linear-gradient(45deg, transparent 48%, rgba(201,122,61,0.08) 49%, rgba(201,122,61,0.08) 51%, transparent 52%);
  background-size: 26px 26px;
}

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--copper);
}
.eyebrow::before{
  content: "";
  width: 22px;
  height: 2px;
  background: var(--copper);
  display: inline-block;
}

.section-heading{
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  margin-top: 14px;
  text-transform: uppercase;
}

.section-lede{
  max-width: 640px;
  color: var(--cream-dim);
  font-size: 17px;
  margin-top: 16px;
}

.section-head{
  margin-bottom: 56px;
}

.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 28px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.btn-primary{
  background: linear-gradient(180deg, var(--copper-bright), var(--copper));
  color: #1A1006;
  box-shadow: 0 10px 24px -8px rgba(201,122,61,0.55);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(201,122,61,0.7); }
.btn-ghost{
  background: transparent;
  border-color: var(--line-strong);
  color: var(--cream);
}
.btn-ghost:hover{ border-color: var(--copper); color: var(--copper-bright); }

.badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-utility);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
}
.badge .dot{
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--copper-bright);
  box-shadow: 0 0 8px 1px var(--copper-bright);
}

/* =========================================================
   NAVIGATION — styled as a brushed amp control strip
   ========================================================= */
.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(20,16,13,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  max-width: var(--container);
  margin: 0 auto;
}
.brand{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--cream);
  text-transform: uppercase;
}
.brand img{ width: 30px; height: 30px; }
.brand .tag{
  display:block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--copper);
  text-transform: uppercase;
}
.nav-links{
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav-links a{
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-dim);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}
.nav-links a::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:0; height:2px;
  background: var(--copper-bright);
  transition: width 0.2s ease;
}
.nav-links a:hover{ color: var(--cream); }
.nav-links a:hover::after{ width: 100%; }
.nav-cta{ display:flex; align-items:center; gap:18px; }

.nav-toggle{
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  width: 42px; height: 42px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after{
  content:"";
  display:block;
  width: 18px; height: 2px;
  background: var(--cream);
  position: relative;
  transition: 0.2s ease;
}
.nav-toggle span::before{ position:absolute; top:-6px; }
.nav-toggle span::after{ position:absolute; top:6px; }

/* =========================================================
   HERO
   ========================================================= */
.hero{
  padding: 88px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 80% 0%, rgba(201,122,61,0.12), transparent 60%),
    var(--bg);
}
.hero .wrap{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.hero-copy h1{
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.04;
  text-transform: uppercase;
}
.hero-copy h1 em{
  font-style: normal;
  color: var(--copper-bright);
}
.hero-script{
  font-family: var(--font-script);
  font-size: 26px;
  color: var(--copper);
  margin-top: 8px;
  display: inline-block;
}
.hero-copy p.lede{
  margin-top: 22px;
  font-size: 18px;
  color: var(--cream-dim);
  max-width: 520px;
}
.hero-actions{
  margin-top: 36px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-badges{
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-art{
  position: relative;
}
.hero-art .plate{
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-deep);
}
.hero-art img{ width: 100%; }
.hero-art .plate-caption{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 22px;
  background: linear-gradient(0deg, rgba(10,8,6,0.88), transparent);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.plate-caption .name{
  font-family: var(--font-display);
  color: var(--cream);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.plate-caption .sub{
  font-size: 12px;
  color: var(--gray-utility);
}
.hero-art .glow-dot{
  position: absolute;
  top: 24px; right: 24px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--copper-bright);
  box-shadow: 0 0 14px 3px rgba(232,165,75,0.75);
}

/* =========================================================
   STRIP — quick capability icons (echoes NAM A2 / IR / FX / WiFi row)
   ========================================================= */
.capability-strip{
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}
.capability-strip ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.capability-strip li{
  padding: 26px 20px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.capability-strip li:first-child{ border-left: none; }
.cap-icon{
  width: 34px; height: 34px;
  margin: 0 auto 12px;
  color: var(--copper);
}
.cap-icon svg{ width: 100%; height: 100%; }
.capability-strip .label{
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream);
}
.capability-strip .desc{
  font-size: 12.5px;
  color: var(--gray-utility);
  margin-top: 4px;
}

/* =========================================================
   STORY
   ========================================================= */
.story{ padding: 120px 0; }
.story .wrap{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.story-visual{
  position: sticky;
  top: 110px;
}
.story-visual .frame{
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-deep);
}
.story-quote{
  margin-top: 22px;
  font-family: var(--font-script);
  font-size: 22px;
  color: var(--copper-bright);
  line-height: 1.4;
}
.story-body p{
  color: var(--cream-dim);
  margin-bottom: 18px;
  font-size: 16px;
}
.story-body p strong{ color: var(--cream); }

.roadmap{
  margin-top: 48px;
  border-left: 2px solid var(--line-strong);
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.roadmap-step{ position: relative; }
.roadmap-step::before{
  content: attr(data-step);
  position: absolute;
  left: -40px;
  top: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--copper);
  color: var(--copper-bright);
  font-family: var(--font-display);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap-step h4{
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.roadmap-step p{
  font-size: 14.5px;
  color: var(--gray-utility);
  margin-top: 6px;
}

/* =========================================================
   PRODUCTS
   ========================================================= */
.products{
  padding: 120px 0;
  background: var(--bg-alt);
}
.product-tabs{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.product-tabs button{
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--cream-dim);
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s ease;
}
.product-tabs button.active,
.product-tabs button:hover{
  border-color: var(--copper);
  color: var(--copper-bright);
  background: rgba(201,122,61,0.08);
}

.product-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.product-card{
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.product-card:hover{
  transform: translateY(-4px);
  border-color: var(--line-strong);
}
.product-card .shot{
  aspect-ratio: 16/11;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.product-card .shot img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .shot img{ transform: scale(1.045); }
.product-card .tube-tag{
  position: absolute;
  top: 14px; left: 14px;
  font-family: var(--font-display);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(10,8,6,0.75);
  color: var(--copper-bright);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232,165,75,0.4);
}
.product-card .body{
  padding: 26px 28px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card .kicker{
  font-family: var(--font-display);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-utility);
}
.product-card h3{
  font-size: 24px;
  margin-top: 6px;
  text-transform: uppercase;
}
.product-card .dims{
  font-size: 12.5px;
  color: var(--copper);
  margin-top: 4px;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}
.product-card p.desc{
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--cream-dim);
}
.product-card .features{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
}
.product-card .features li{
  font-size: 13px;
  color: var(--cream-dim);
  padding-left: 16px;
  position: relative;
}
.product-card .features li::before{
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 6px; height: 6px;
  background: var(--copper);
  transform: rotate(45deg);
}
.product-card .foot{
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status-pill{
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--copper-bright);
  padding: 6px 12px;
  border-radius: 999px;
}

/* =========================================================
   GALLERY (detail shots)
   ========================================================= */
.gallery{ padding: 0 0 120px; }
.gallery-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-grid figure{
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
}
.gallery-grid figure img{ width:100%; height: 100%; object-fit: cover; aspect-ratio: 4/3;}
.gallery-grid figcaption{
  position:absolute; left:0; right:0; bottom:0;
  padding: 14px 16px;
  background: linear-gradient(0deg, rgba(10,8,6,0.85), transparent);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cream);
}

/* =========================================================
   TEAM
   ========================================================= */
.team{ padding: 120px 0; background: var(--bg-alt); }
.team-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.team-card{
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 36px;
  display: flex;
  gap: 24px;
}
.team-avatar{
  flex-shrink: 0;
  width: 84px; height: 84px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(160deg, var(--walnut-light), var(--walnut-dark));
  border: 2px solid var(--copper-dim);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}
.team-info h3{ font-size: 21px; text-transform: uppercase; }
.team-role{
  font-family: var(--font-display);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper);
  margin-top: 4px;
}
.team-info p.bio{
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--cream-dim);
}
.team-tags{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.team-tags span{
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--gray-utility);
  border: 1px solid var(--line);
  padding: 4px 10px;
  border-radius: 999px;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact{ padding: 120px 0; }
.contact .wrap{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
}
.contact-info .info-row{
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.contact-info .info-row:last-of-type{ border-bottom: 1px solid var(--line); }
.info-icon{
  width: 22px; height: 22px;
  color: var(--copper);
  flex-shrink: 0;
  margin-top: 2px;
}
.info-icon svg{ width:100%; height:100%; }
.info-row h4{
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
}
.info-row p, .info-row a{
  font-size: 14.5px;
  color: var(--cream-dim);
  margin-top: 4px;
}
.info-row a:hover{ color: var(--copper-bright); }

.made-in{
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-form{
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 34px;
}
.form-row{ margin-bottom: 20px; }
.form-row label{
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-utility);
  margin-bottom: 8px;
}
.form-row input,
.form-row select,
.form-row textarea{
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 14.5px;
  outline-offset: 2px;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus{
  outline: 2px solid var(--copper);
  border-color: var(--copper);
}
.form-row textarea{ min-height: 120px; resize: vertical; }
.form-note{
  font-size: 12.5px;
  color: var(--gray-utility);
  margin-top: 14px;
}
.form-success{
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(232,165,75,0.4);
  background: rgba(201,122,61,0.1);
  color: var(--copper-bright);
  font-size: 14px;
}
.form-success.show{ display: block; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{
  border-top: 1px solid var(--line);
  padding: 56px 0 30px;
  background: var(--bg-alt);
}
.footer-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.footer-brand .brand{ margin-bottom: 10px; }
.footer-brand p{
  max-width: 320px;
  font-size: 13.5px;
  color: var(--gray-utility);
}
.footer-nav{
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.footer-col h5{
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 14px;
}
.footer-col li{ margin-bottom: 10px; }
.footer-col a{
  font-size: 13.5px;
  color: var(--gray-utility);
  transition: color 0.2s ease;
}
.footer-col a:hover{ color: var(--copper-bright); }

.footer-bottom{
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12.5px;
  color: var(--steel-dark);
}

/* =========================================================
   AMBIENT SOUND TOGGLE
   ========================================================= */
.ambient-toggle{
  position: fixed;
  right: 22px;
  top: 90px;
  bottom: auto !important; /* Fuerza la anulación de la posición inferior */
  height: max-content;      /* Evita que se estire verticalmente */
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  background: rgba(20,16,13,0.9);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--cream-dim);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow-deep);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ambient-toggle:hover{
  border-color: var(--copper);
  color: var(--cream);
  transform: translateY(-2px);
}
.ambient-bars{
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  width: 16px;
  height: 14px;
}
.ambient-bars i{
  display: block;
  width: 3px;
  background: var(--copper);
  border-radius: 1px;
  height: 4px;
  transition: background 0.2s ease;
}
.ambient-toggle:hover .ambient-bars i,
.ambient-toggle.is-playing .ambient-bars i{ background: var(--copper-bright); }

.ambient-toggle.is-playing .ambient-bars i:nth-child(1){ animation: bar-bounce 0.9s ease-in-out infinite; }
.ambient-toggle.is-playing .ambient-bars i:nth-child(2){ animation: bar-bounce 0.9s ease-in-out infinite 0.2s; }
.ambient-toggle.is-playing .ambient-bars i:nth-child(3){ animation: bar-bounce 0.9s ease-in-out infinite 0.4s; }

@keyframes bar-bounce{
  0%, 100% { height: 4px; }
  50% { height: 14px; }
}

@media (max-width: 720px){
  .ambient-toggle{
    right: 16px;
    top: 80px;
    bottom: auto !important;
    padding: 10px 14px 10px 12px;
  }
  .ambient-toggle .ambient-label{ display: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px){
  .hero .wrap{ grid-template-columns: 1fr; gap: 48px; }
  .story .wrap{ grid-template-columns: 1fr; }
  .story-visual{ position: static; }
  .product-grid{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: 1fr 1fr; }
  .team-grid{ grid-template-columns: 1fr; }
  .contact .wrap{ grid-template-columns: 1fr; }
  .capability-strip ul{ grid-template-columns: repeat(2, 1fr); }
  .capability-strip li:nth-child(3){ border-left: none; }
}

@media (max-width: 720px){
  .wrap{ padding: 0 20px; }
  .nav-links{
    position: fixed;
    top: 66px; left: 0; right: 0;
    background: var(--bg-alt);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 24px 20px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    opacity: 0;
    transition: 0.25s ease;
    pointer-events: none;
  }
  .nav-links.open{ transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a{ padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-toggle{ display: flex; }
  .nav-cta .btn-ghost{ display: none; }
  .gallery-grid{ grid-template-columns: 1fr; }
  .team-card{ flex-direction: column; }
  section, .hero, .story, .products, .team, .contact{ padding-top: 80px; padding-bottom: 80px; }
}
