/*
Design philosophy: Contemporary Editorial Luxury for Ala Calçados.
This stylesheet refines the public launch into a modern premium institutional experience with airy composition, sculptural imagery, warm neutrals, restrained motion and precise B2B conversion details.
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');




:root {
  --radius: 0.65rem;
  --background: #F8F8F7;
  --foreground: #2C2C2A;
  --card: #EFEFED;
  --card-foreground: #2C2C2A;
  --popover: #F8F8F7;
  --popover-foreground: #2C2C2A;
  --primary: #444441;
  --primary-foreground: #F8F8F7;
  --secondary: #D3D1C7;
  --secondary-foreground: #2C2C2A;
  --muted: #B4B2A9;
  --muted-foreground: #5F5E5A;
  --accent: #5F5E5A;
  --accent-foreground: #F8F8F7;
  --destructive: #C84C4C;
  --destructive-foreground: #F8F8F7;
  --border: #D3D1C7;
  --input: #EFEFED;
  --ring: #888780;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-color: #D3D1C7;
  outline-color: rgba(136, 135, 128, .5);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #2C2C2A;
  background: #F8F8F7;
  margin: 0;
  font-weight: 400;
}

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

button:not(:disabled), [role="button"]:not([aria-disabled="true"]), a[href] {
  cursor: pointer;
}

.ala-site {
  min-height: 100vh;
  color: #2C2C2A;
  background: #F8F8F7;
  overflow-x: hidden;
}

.ala-site::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .42;
  background-image: 
    linear-gradient(rgba(95, 94, 90, .04) 1px, transparent 1px), 
    linear-gradient(90deg, rgba(95, 94, 90, .03) 1px, transparent 1px),
    radial-gradient(circle at 20% 30%, rgba(180, 178, 169, .08), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(211, 209, 199, .06), transparent 50%);
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%;
}

.ala-site > * {
  position: relative;
  z-index: 1;
}

.ala-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: .95rem clamp(1.15rem, 4vw, 5rem);
  background: rgba(248, 248, 247, .88);
  backdrop-filter: blur(28px) saturate(1.2);
  border-bottom: 1px solid rgba(95, 94, 90, .12);
  box-shadow: 0 2px 12px rgba(44, 44, 42, .06);
}

.brand img {
  width: 136px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.ala-header nav {
  display: flex;
  align-items: center;
  gap: clamp(.78rem, 1.65vw, 1.65rem);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}

.ala-header nav a {
  opacity: .68;
  transition: opacity .25s ease, color .25s ease, transform .25s ease;
}

.ala-header nav a:hover {
  opacity: 1;
  color: #5F5E5A;
  transform: translateY(-1px);
}

.nav-cta {
  border: 1px solid rgba(95, 94, 90, .28);
  border-radius: 999px;
  padding: .72rem 1.08rem;
  opacity: 1 !important;
  background: rgba(255, 255, 255, .48);
  transition: all .25s ease;
  box-shadow: 0 2px 8px rgba(44, 44, 42, .08);
}

.nav-cta:hover {
  background: rgba(255, 255, 255, .68);
  border-color: rgba(95, 94, 90, .4);
  box-shadow: 0 4px 16px rgba(44, 44, 42, .12);
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.header-socials .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(95, 94, 90, .08);
  color: #5F5E5A;
  opacity: .68;
  transition: all .25s ease;
}

.header-socials .social-icon:hover {
  opacity: 1;
  transform: scale(1.08);
}

.header-socials a[href*="facebook"] {
  background: #1877F2;
  color: #F8F8F7;
  opacity: 1;
}

.header-socials a[href*="facebook"]:hover {
  background: #1877F2;
  color: #F8F8F7;
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(24, 119, 242, .32);
}

.header-socials a[href*="instagram"] {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #F8F8F7;
  opacity: 1;
}

.header-socials a[href*="instagram"]:hover {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(220, 39, 67, .32);
}

.instagram-carousel {
  width: 100%;
  background: #F8F8F7;
  padding: clamp(2rem, 4vw, 3rem) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram-carousel .elfsight-app {
  width: 100%;
  max-width: 1200px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: min(760px, calc(100vh - 72px));
  gap: clamp(2.2rem, 4.6vw, 6rem);
  align-items: center;
  justify-items: center;
  padding: clamp(1rem, 2vw, 2rem) clamp(1.2rem, 4vw, 5rem) clamp(2.7rem, 5vw, 5.4rem);
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(180, 178, 169, .08), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
  animation: riseIn .72s ease both;
  text-align: center;
}

.eyebrow,
.section-kicker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.05rem;
  color: #5F5E5A;
  font-size: .73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .42;
}

h1,
h2,
h3 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -.015em;
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: .92;
  max-width: 860px;
}

h2 {
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  line-height: 1.1;
  max-width: 100%;
  text-align: center;
}

h3 {
  font-size: clamp(1.36rem, 1.85vw, 2rem);
  line-height: 1.04;
}

p {
  color: rgba(44, 44, 42, .69);
  line-height: 1.78;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.hero-copy p {
  max-width: 635px;
  margin: 1.15rem auto 1.55rem;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  text-align: center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  justify-content: center;
}

.primary-action,
.secondary-action,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.24rem;
  padding: 0 1.34rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .035em;
  font-family: 'DM Sans', sans-serif;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, opacity .25s ease, box-shadow .25s ease;
}

.primary-action,
.contact-form button {
  background: linear-gradient(135deg, #2C2C2A 0%, #3a3a37 100%);
  color: #F8F8F7;
  border: 1px solid rgba(44, 44, 42, .3);
  box-shadow: 0 18px 42px rgba(44, 44, 42, .22), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.secondary-action {
  background: linear-gradient(135deg, #2C2C2A 0%, #3a3a37 100%);
  color: #F8F8F7;
  border: 1px solid rgba(44, 44, 42, .3);
  box-shadow: 0 18px 42px rgba(44, 44, 42, .22), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.primary-action:hover,
.secondary-action:hover,
.contact-form button:hover {
  transform: translateY(-3px);
}

.primary-action:hover,
.contact-form button:hover {
  box-shadow: 0 28px 64px rgba(44, 44, 42, .32), inset 0 1px 0 rgba(255, 255, 255, .15);
  background: linear-gradient(135deg, #1a1a18 0%, #2C2C2A 100%);
}

.secondary-action:hover {
  box-shadow: 0 28px 64px rgba(44, 44, 42, .32), inset 0 1px 0 rgba(255, 255, 255, .15);
  background: linear-gradient(135deg, #1a1a18 0%, #2C2C2A 100%);
}

.secondary-action.light {
  color: #F8F8F7;
  border-color: rgba(248, 240, 231, .34);
  background: rgba(248, 240, 231, .05);
}

.secondary-action.light:hover {
  color: #F8F8F7;
  border-color: rgba(248, 240, 231, .72);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.55rem;
  justify-content: center;
}

.hero-proof span {
  border: none;
  border-radius: 999px;
  padding: .48rem .72rem;
  color: white;
  font-size: .78rem;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.hero-proof span:nth-child(1) {
  background: linear-gradient(135deg, #FF6B6B 0%, #E63946 100%);
}

.hero-proof span:nth-child(2) {
  background: linear-gradient(135deg, #4ECDC4 0%, #2D9B9B 100%);
}

.hero-proof span:nth-child(3) {
  background: linear-gradient(135deg, #FFB84D 0%, #FF9F43 100%);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  animation: fadeIn .9s ease both;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 2.2rem -1.45rem -1.15rem 18%;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(95, 94, 90, .18), rgba(255, 255, 255, .1));
  filter: blur(.1px);
}

.visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 4px 30px;
  box-shadow: 0 38px 90px rgba(44, 44, 42, .24);
}

.visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, .18));
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04) brightness(1.03);
  transform: scale(1.01);
}

.floating-note {
  position: relative;
  max-width: 330px;
  border-radius: 22px 22px 4px 22px;
  background: rgba(251, 247, 240, .88);
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 24px 60px rgba(44, 44, 42, .18);
  backdrop-filter: blur(18px);
}

.note-label {
  display: block;
  margin-bottom: .42rem;
  color: #5F5E5A;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.floating-note strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
  font-weight: 700;
}

.floating-note span:last-child {
  display: block;
  margin-top: .45rem;
  color: rgba(44, 44, 42, .64);
}

.excellence-card {
  max-width: 480px;
  margin: 2rem auto 0;
  padding: 2rem 2.2rem;
  background: linear-gradient(135deg, rgba(251, 247, 240, .92) 0%, rgba(255, 255, 255, .85) 100%);
  border: 1px solid rgba(95, 94, 90, .12);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(44, 44, 42, .12), inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(12px);
}

.excellence-header {
  margin-bottom: 1.2rem;
}

.excellence-label {
  display: block;
  margin-bottom: .6rem;
  color: #5F5E5A;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.excellence-title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.65rem;
  line-height: 1.1;
  font-weight: 700;
  color: #1a1a18;
  text-align: center;
}

.excellence-description {
  margin: 0 0 1.4rem 0;
  color: rgba(44, 44, 42, .72);
  font-size: .95rem;
  line-height: 1.6;
  text-align: center;
}

.excellence-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.excellence-features li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(44, 44, 42, .68);
  font-size: .9rem;
  font-weight: 500;
}

.excellence-features li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: .8rem;
  background: rgba(95, 94, 90, .1);
  border-radius: 50%;
  color: #5F5E5A;
  font-weight: 700;
  font-size: .75rem;
  flex-shrink: 0;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 clamp(1.2rem, 4vw, 5rem);
  border-radius: 28px 28px 4px 4px;
  overflow: hidden;
  background: linear-gradient(135deg, #2C2C2A 0%, #3a3a37 50%, #444441 100%);
  color: #F8F8F7;
  box-shadow: 0 32px 80px rgba(44, 44, 42, .26), inset 0 1px 0 rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .06);
}

.metrics article {
  padding: clamp(1.45rem, 3vw, 2.55rem);
  border-left: 1px solid rgba(248, 240, 231, .15);
  position: relative;
}

.metrics article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .04), transparent 70%);
  pointer-events: none;
}

.metrics article:first-child {
  border-left: 0;
}

.metrics strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  line-height: .9;
  font-weight: 700;
}

.metrics span {
  display: block;
  margin-top: .62rem;
  max-width: 250px;
  color: rgba(248, 240, 231, .67);
}

.company {
  padding: clamp(1.8rem, 3.2vw, 3.2rem) clamp(1.2rem, 4vw, 5rem);
  background: #F8F8F7;
}

.company-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.company-text {
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border: 1px solid rgba(95, 94, 90, .14);
  border-radius: 26px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 8px 32px rgba(44, 44, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .6);
  backdrop-filter: blur(12px);
}

.company-text p:first-child {
  margin-top: 0;
}

.company-images-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: clamp(2.8rem, 5vw, 4.2rem);
  flex-wrap: nowrap;
}

.company-image-centered {
  width: clamp(350px, 52vw, 580px);
  height: clamp(310px, 46vw, 520px);
  object-fit: cover;
  border-radius: 16px;
  display: block;
  flex-shrink: 0;
}

.company-right-column {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

.company-structure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 0;
  border-top: none;
}

.structure-header {
  margin-bottom: 0;
  max-width: 800px;
}

.structure-header h3 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700;
  margin: 1rem 0 1rem;
  color: #2C2C2A;
}

.structure-header p {
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  color: rgba(44, 44, 42, .68);
  line-height: 1.78;
}

.structure-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.structure-image {
  overflow: hidden;
  border-radius: 26px 26px 4px 26px;
  box-shadow: 0 16px 48px rgba(44, 44, 42, .12), inset 0 1px 0 rgba(255, 255, 255, .5);
  transition: transform .28s ease, box-shadow .28s ease;
}

.structure-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(44, 44, 42, .18), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.structure-image img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.02) brightness(1.01);
}

.history {
  padding: clamp(1.8rem, 3.2vw, 3.2rem) clamp(1.2rem, 4vw, 5rem);
  background: #F8F8F7;
}

.history-header {
  max-width: 900px;
  margin: 0 auto clamp(2.5rem, 4vw, 4rem);
  text-align: center;
}

.history-header h2 {
  margin: 1.5rem 0 1.2rem;
}

.history-header p {
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  max-width: 760px;
  margin: 0 auto;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1.5rem, 3vw, 2.2rem);
  max-width: 1400px;
  margin: 0 auto;
}

.timeline-item {
  padding: clamp(1.8rem, 3vw, 2.6rem);
  border-radius: 24px 24px 4px 24px;
  background: linear-gradient(135deg, #F8F8F7 0%, #f8f4ed 50%, #efe9e0 100%);
  border: 1px solid rgba(95, 94, 90, .12);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
  position: relative;
  box-shadow: 0 4px 16px rgba(44, 44, 42, .06);
}

.timeline-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(44, 44, 42, .16), inset 0 1px 0 rgba(255, 255, 255, .4);
  border-color: rgba(95, 94, 90, .24);
  background: linear-gradient(135deg, #ffffff 0%, #f8f4ed 50%, #efe9e0 100%);
}

.timeline-year {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #5F5E5A;
  margin-bottom: .8rem;
}

.timeline-item h3 {
  margin: .8rem 0 1rem;
  color: #2C2C2A;
}

.timeline-item p {
  font-size: .96rem;
  line-height: 1.72;
  color: rgba(44, 44, 42, .68);
  margin: 0;
}

.history-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: flex-start;
  margin-top: clamp(3rem, 6vw, 5rem);
  width: 100%;
}

.history-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(44, 44, 42, .15);
  transition: transform .4s ease, box-shadow .4s ease;
}

.history-image:hover {
  transform: scale(1.02);
  box-shadow: 0 28px 80px rgba(44, 44, 42, .2);
}

.history-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.differentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1.2rem, 4vw, 5rem) clamp(2.8rem, 4vw, 4rem);
  background: #F8F8F7;
}

.differentials article {
  min-height: 350px;
  padding: clamp(1.7rem, 3vw, 3rem);
  border-radius: 28px 28px 6px 28px;
  background: linear-gradient(135deg, #EFEFED 0%, #e9dfd2 50%, #e0d4c8 100%);
  border: 1px solid rgba(95, 94, 90, .12);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  box-shadow: 0 8px 24px rgba(44, 44, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .4);
  position: relative;
}

.differentials article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px 28px 6px 28px;
  background: radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .3), transparent 70%);
  pointer-events: none;
}

.differentials article:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 72px rgba(44, 44, 42, .18), inset 0 1px 0 rgba(255, 255, 255, .6);
  background: linear-gradient(135deg, #ffffff 0%, #e9dfd2 50%, #e0d4c8 100%);
}

.differentials article span,
.journey-grid article span {
  font-size: .78rem;
  letter-spacing: .22em;
  color: #5F5E5A;
  font-weight: 800;
}

.differentials h3 {
  margin-top: 4rem;
  max-width: 340px;
}

.differentials p,
.journey-grid p {
  font-size: .98rem;
}

.capability {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  min-height: 720px;
  background: radial-gradient(circle at 86% 12%, rgba(95, 94, 90, .28), transparent 30rem), #2C2C2A;
  color: #F8F8F7;
}

.capability-image {
  padding: clamp(1rem, 2.5vw, 2rem);
}

.capability-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  border-radius: 28px 6px 28px 28px;
  filter: grayscale(.05) saturate(.82) contrast(1.04);
}

.capability-copy {
  align-self: center;
  padding: clamp(3.2rem, 6vw, 6.2rem);
}

.capability-copy p {
  color: rgba(248, 240, 231, .72);
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: .72rem;
  margin-top: 2rem;
}

.capability-list span {
  border: 1px solid rgba(248, 240, 231, .18);
  border-radius: 999px;
  padding: .68rem .9rem;
  color: rgba(248, 240, 231, .82);
  background: rgba(248, 240, 231, .045);
}

.partnerships {
  padding: clamp(2.8rem, 4.8vw, 5.2rem) clamp(1.2rem, 4vw, 5rem);
  background: #f5eee4;
}

.partnerships-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.partnerships-left {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.partnerships-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

.partnerships-heading {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  justify-content: center;
  min-height: 100%;
}

.partnerships-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}

.partnerships-heading p {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.8;
  color: rgba(44, 44, 42, .78);
}

.partnerships-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(200px, 30vw, 380px);
  padding: clamp(2rem, 3vw, 3rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(44, 44, 42, .08);
  box-shadow: 0 8px 24px rgba(44, 44, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.partnerships-logo img {
  width: clamp(120px, 20vw, 200px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(44, 44, 42, .08));
}

.partnerships-logo-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: clamp(2rem, 4vw, 4rem);
  padding: 0;
  border-radius: 48px;
  background: #f5eee4;
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.partnerships-logo-large img {
  width: clamp(200px, 45vw, 520px);
  height: auto;
  object-fit: contain;
  filter: none;
  background: #f5eee4;
  border-radius: 48px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.journey-grid article {
  min-height: 300px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .7) 0%, rgba(248, 248, 247, .5) 100%);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(95, 94, 90, .12);
  box-shadow: 0 6px 20px rgba(44, 44, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .5);
  transition: transform .25s ease, box-shadow .25s ease;
}

.journey-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(44, 44, 42, .12), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.journey-grid h3 {
  margin-top: 3.5rem;
}

.sustainability {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2.8rem, 4.8vw, 5.2rem) clamp(1.2rem, 4vw, 5rem);
  background:
    linear-gradient(135deg, rgba(18, 16, 14, .9), rgba(93, 45, 35, .82)),
    url('/manus-storage/fachada-ala_8a869a1f.png') center/cover;
  color: #F8F8F7;
}

.sustainability h2 {
  max-width: 880px;
}

.sustainability-panel {
  border-radius: 28px;
  border: 1px solid rgba(248, 240, 231, .18);
  background: rgba(248, 240, 231, .07);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  backdrop-filter: blur(12px);
}

.sustainability-panel p {
  color: rgba(248, 240, 231, .76);
  margin-top: 0;
}

.instagram-feed-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin: 2rem auto;
  padding: 1.5rem;
  overflow: visible;
  box-sizing: border-box;
  max-width: 500px;
}

.instagram-feed-container [class*="elfsight-app"] {
  width: 100% !important;
  max-width: 100% !important;
  transform: scale(1.0) !important;
  transform-origin: center center !important;
}

.instagram-feed-container [class*="elfsight-app"] iframe {
  width: 100% !important;
  max-width: 450px !important;
  height: 700px !important;
  border-radius: 12px;
}

.instagram-feed-container iframe {
  width: 100% !important;
  max-width: 450px !important;
  height: 700px !important;
  border-radius: 12px;
}



.instagram-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  justify-items: center;
  padding: clamp(2.8rem, 4.8vw, 5.2rem) clamp(1.2rem, 4vw, 5rem);
  background: #F8F8F7;
  color: #2C2C2A;
}

.contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  justify-items: center;
  padding: clamp(2.8rem, 4.8vw, 5.2rem) clamp(1.2rem, 4vw, 5rem);
  background: 
    radial-gradient(circle at 20% 80%, rgba(95, 94, 90, .15), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(211, 209, 199, .08), transparent 50%),
    linear-gradient(135deg, #2C2C2A 0%, #3a3a37 50%, #24201c 100%);
  color: #F8F8F7;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.contact-header {
  max-width: 100%;
  text-align: center;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}

.contact-header h2 {
  max-width: 760px;
  margin: 1.5rem 0 1.2rem;
}

.contact-header p {
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  color: rgba(248, 240, 231, .72);
  line-height: 1.78;
  max-width: 800px;
  margin: 0 auto;
}



.contact-instagram-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: clamp(2rem, 3vw, 3rem);
  border-radius: 16px;
  background: rgba(44, 44, 42, .32);
  border: 2px solid rgba(44, 44, 42, .48);
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.partnerships-right .contact-instagram-section {
  max-width: 380px;
  margin: 0 auto;
}

.contact-whatsapp-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 3vw, 3rem);
  border-radius: 16px;
  background: rgba(248, 240, 231, .08);
  border: 1px solid rgba(248, 240, 231, .12);
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.contact-section-header {
  text-align: center;
  width: 100%;
}

.contact-section-header h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 700;
  margin: 1rem 0 0.8rem;
  color: #F8F8F7;
}

.contact-section-header p {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  color: rgba(248, 240, 231, .72);
  line-height: 1.6;
  margin: 0;
}

.instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1.2rem 2.4rem;
  border-radius: 32px;
  background: linear-gradient(135deg, #e1306c, #fd1d1d);
  color: #F8F8F7;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: .02em;
  font-family: 'Source Serif Pro', serif;
  box-shadow: 0 12px 32px rgba(225, 48, 108, .32);
  transition: all .32s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.instagram-button:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 16px 48px rgba(225, 48, 108, .42);
}

.instagram-button:active {
  transform: translateY(-2px) scale(.98);
}

.instagram-button:focus-visible {
  outline: 2px solid rgba(225, 48, 108, .78);
  outline-offset: 4px;
}

.contact p,
.contact-details span {
  color: rgba(248, 240, 231, .72);
}

.contact-details {
  display: grid;
  gap: .5rem;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(248, 240, 231, .16);
}

.whatsapp-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1.2rem 2.4rem;
  border-radius: 32px;
  background: #25d366;
  color: #F8F8F7;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: .02em;
  font-family: 'Source Serif Pro', serif;
  box-shadow: 0 12px 32px rgba(37, 211, 102, .32);
  transition: all .32s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.whatsapp-cta-button:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 16px 48px rgba(37, 211, 102, .42);
}

.whatsapp-cta-button:active {
  transform: translateY(-2px) scale(.98);
}

.whatsapp-cta-button:focus-visible {
  outline: 2px solid rgba(37, 211, 102, .78);
  outline-offset: 4px;
}

.contact-secondary-text {
  color: rgba(248, 240, 231, .68);
  font-size: .95rem;
  line-height: 1.6;
  max-width: 480px;
}

.animate-on-scroll {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(6px);
  transition-property: opacity, transform, filter, border-color, background-color, box-shadow;
  transition-duration: .86s;
  transition-timing-function: cubic-bezier(.2, .78, .22, 1);
  will-change: opacity, transform, filter;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  will-change: auto;
}

.reveal-section {
  transform: translate3d(0, 34px, 0);
}

.reveal-card,
.reveal-panel {
  transform: translate3d(0, 30px, 0) scale(.985);
}

.reveal-copy {
  transform: translate3d(0, 32px, 0);
}

.reveal-image {
  transform: translate3d(-28px, 0, 0) scale(.992);
}

.reveal-chip,
.reveal-field {
  transform: translate3d(0, 18px, 0);
  transition-duration: .68s;
}

.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }
.reveal-delay-5 { transition-delay: .40s; }

.metrics article.animate-on-scroll,
.differentials article.animate-on-scroll,
.journey-grid article.animate-on-scroll,
.company-text.animate-on-scroll,
.sustainability-panel.animate-on-scroll,
.capability-list span.animate-on-scroll {
  transition-property: opacity, transform, filter, border-color, background-color, box-shadow;
  transition-duration: .82s;
  transition-timing-function: cubic-bezier(.2, .78, .22, 1);
}

.primary-action:active,
.secondary-action:active,
.nav-cta:active {
  transform: translateY(-1px) scale(.985);
}

.primary-action:focus-visible,
.secondary-action:focus-visible,
.ala-header nav a:focus-visible {
  outline: 2px solid rgba(95, 94, 90, .78);
  outline-offset: 4px;
}

.secondary-action.light:focus-visible {
  outline-color: rgba(248, 240, 231, .78);
}

.visual-frame img,
.capability-image img {
  transition: transform 1.2s cubic-bezier(.2, .78, .22, 1), filter .6s ease;
}

.hero-visual:hover .visual-frame img,
.capability-image:hover img {
  transform: scale(1.035);
  filter: saturate(.9) contrast(1.06) brightness(1.04);
}

.metrics article,
.journey-grid article,
.company-text,
.sustainability-panel,
.contact-form {
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, background .32s ease;
}

.metrics article:hover,
.journey-grid article:hover,
.company-text:hover,
.sustainability-panel:hover,
.contact-form:hover {
  border-color: rgba(95, 94, 90, .22);
}

.journey-grid article:hover,
.company-text:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(44, 44, 42, .1);
}

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .animate-on-scroll,
  .animate-on-scroll.is-visible,
  .hero-copy,
  .hero-visual,
  .reveal-section,
  .reveal-card,
  .reveal-panel,
  .reveal-copy,
  .reveal-image,
  .reveal-chip,
  .reveal-field,
  .social-icon,
  .whatsapp-button {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 1080px) {
  .ala-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .ala-header nav {
    flex-wrap: wrap;
  }

  .header-socials {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-start;
  }

  .hero,
  .company-grid,
  .capability,
  .partnerships-heading,
  .sustainability,
  .contact,
  .history-content {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual,
  .hero-visual img,
  .capability-image img {
    min-height: 440px;
    height: 440px;
  }

  .floating-note {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .metrics,
  .differentials,
  .journey-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .differentials article,
  .timeline-item {
    min-height: auto;
  }

  .history-header {
    text-align: left;
  }

  .history-header h2 {
    font-size: clamp(1.8rem, 5vw, 3rem);
  }

  .history-content {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: stretch;
    margin-top: clamp(2rem, 4vw, 3rem);
  }

  .history-image {
    min-height: 380px;
    order: -1;
  }

  .differentials h3,
  .journey-grid h3 {
    margin-top: 2rem;
  }
}

.ala-footer {
  background: #2C2C2A;
  color: #F8F8F7;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.2rem, 4vw, 5rem);
  border-top: 1px solid rgba(248, 240, 231, .1);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-section p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.6;
  color: rgba(248, 240, 231, .72);
}

.footer-section p:first-child {
  font-weight: 700;
  color: #F8F8F7;
  margin-bottom: .5rem;
}

.footer-socials {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(248, 240, 231, .08);
  border: 1px solid rgba(248, 240, 231, .16);
  color: #F8F8F7;
  transition: all .28s ease;
}

.social-icon:hover {
  background: rgba(248, 240, 231, .16);
  border-color: rgba(248, 240, 231, .32);
  transform: translateY(-2px);
}

.social-icon:focus-visible {
  outline: 2px solid rgba(248, 240, 231, .78);
  outline-offset: 4px;
}

@keyframes whatsapp-pulse {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, .32), 0 0 0 0 rgba(37, 211, 102, .4);
  }
  50% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, .32), 0 0 0 8px rgba(37, 211, 102, 0);
  }
}

@keyframes whatsapp-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes whatsapp-slide-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #F8F8F7;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .32);
  transition: all .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 50;
  text-decoration: none;
  animation: whatsapp-slide-in .6s ease-out, whatsapp-pulse 2.8s ease-in-out 1.2s infinite, whatsapp-float 3.2s ease-in-out 2s infinite;
}

.whatsapp-button:hover {
  transform: scale(1.12) translateY(-6px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, .48);
  animation: whatsapp-slide-in .6s ease-out;
}

.whatsapp-button:active {
  transform: scale(.92);
  animation: none;
}

.whatsapp-button:focus-visible {
  outline: 2px solid rgba(37, 211, 102, .78);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-button {
    animation: none;
  }
  
  .whatsapp-button:hover {
    transform: scale(1.08) translateY(-3px);
  }
}

@media (max-width: 640px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .footer-socials {
    justify-content: center;
  }

  .whatsapp-button {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 768px) {
  .whatsapp-button {
    animation: whatsapp-slide-in .6s ease-out, whatsapp-pulse 2.8s ease-in-out 1.2s infinite;
  }
}

@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }.brand img {
    width: 118px;
  }

  .ala-header nav {
    font-size: .66rem;
    gap: .62rem;
  }

  .nav-cta {
    padding: .62rem .78rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .hero-visual,
  .hero-visual img,
  .capability-image img {
    min-height: 360px;
    height: 360px;
  }

  .visual-frame,
  .contact-form,
  .differentials article,
  .journey-grid article,
  .sustainability-panel,
  .company-text {
    border-radius: 20px;
  }

  .floating-note {
    max-width: none;
  }
}


/* Carousel Styles */
.carousel-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #F8F8F7;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
  max-height: 50vh;
  cursor: grab;
}

.carousel-container.dragging {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-out;
  width: 100%;
}

.carousel-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F7;
}

.carousel-slide img {
  width: 100%;
  height: 50vh;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
}



.carousel-dots {
  position: absolute;
  bottom: clamp(1rem, 2vw, 2rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(44, 44, 42, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: rgba(44, 44, 42, 0.8);
  border-color: rgba(44, 44, 42, 0.8);
}

.carousel-dot:hover {
  border-color: rgba(44, 44, 42, 0.8);
}
