/* ---- O'Neill Uruguay — Nosotros page (scoped) ---- */
.oneill-uy {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0b0d0f;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}

.oneill-uy *,
.oneill-uy *::before,
.oneill-uy *::after {
  box-sizing: border-box;
}

.oneill-uy img {
  max-width: 100%;
  display: block;
  height: auto;
}

.oneill-uy h1,
.oneill-uy h2,
.oneill-uy h3,
.oneill-uy h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.oneill-uy p {
  margin: 0 0 1em 0;
}

.oneill-uy a {
  color: inherit;
  text-decoration: none;
}

/* sections */
.oneill-uy .sec {
  padding: 96px 32px;
}

.oneill-uy .sec-dark {
  background: #0b0d0f;
  color: #f4f1ec;
}

.oneill-uy .sec-cream {
  background: #f4f1ec;
  color: #0b0d0f;
}

.oneill-uy .sec-stone {
  background: #e6e1d8;
  color: #0b0d0f;
}

.oneill-uy .wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.oneill-uy .wrap-narrow {
  max-width: 880px;
  margin: 0 auto;
}

/* eyebrow */
.oneill-uy .eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 0;
  border-top: 1px solid currentColor;
}

.oneill-uy .eyebrow-block {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
  margin-bottom: 18px;
}

/* display type */
.oneill-uy .display {
  font-size: clamp(40px, 6.5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.oneill-uy .display-it {
  font-style: italic;
  font-weight: 400;
}

.oneill-uy .h-lg {
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.015em;
}

.oneill-uy .h-md {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
}

.oneill-uy .lead {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.6;
}

/* hero */
.oneill-uy .hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
  background: #0b0d0f;
  color: #f4f1ec;
}

.oneill-uy .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.oneill-uy .hero-media .ph {
  width: 100%;
  height: 100%;
}

.oneill-uy .hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.oneill-uy .hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 32px 72px;
}

.oneill-uy .hero-eyebrow {
  color: #f4f1ec;
  opacity: 0.9;
  border-top-color: #f4f1ec;
}

.oneill-uy .hero h1 {
  max-width: 14ch;
  margin-top: 20px;
}

.oneill-uy .hero-sub {
  max-width: 52ch;
  margin-top: 24px;
  opacity: 0.9;
  font-size: clamp(15px, 1.2vw, 18px);
}

.oneill-uy .hero-meta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px 56px;
  align-items: flex-end;
}

.oneill-uy .hero-meta .item {
  line-height: 1;
}

.oneill-uy .hero-meta .num {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.oneill-uy .hero-meta .lbl {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.8;
}

/* placeholder / media wrapper */
.oneill-uy .ph {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04) 0 14px,
      rgba(255, 255, 255, 0.07) 14px 28px
    ),
    #1a1d22;
  color: #a8a39a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'SF Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
}

.oneill-uy .ph.light {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.04) 0 14px,
      rgba(0, 0, 0, 0.07) 14px 28px
    ),
    #d8d2c5;
  color: #6b665b;
}

/* full bleed images */
.oneill-uy .ph img,
.oneill-uy .hero-media img,
.oneill-uy .blue-media img,
.oneill-uy .award-media img,
.oneill-uy .gama-card img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Froala / Fenicio image reset */
.oneill-uy img.fr-fic,
.oneill-uy img.fr-dii,
.oneill-uy .fr-fic,
.oneill-uy .fr-dii {
  margin: 0 !important;
  padding: 0 !important;
}

/* intro */
.oneill-uy .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}

.oneill-uy .intro-grid .lead {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
}

.oneill-uy .rule {
  height: 1px;
  background: #0b0d0f;
  opacity: 0.18;
  margin: 56px 0 40px;
}

.oneill-uy .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.oneill-uy .stat .n {
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.oneill-uy .stat .l {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 12px;
  opacity: 0.7;
}

/* feature row */
.oneill-uy .feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.oneill-uy .feature.reverse > :first-child {
  order: 2;
}

.oneill-uy .feature-media {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  display: block;
}

.oneill-uy .feature h2 {
  margin-bottom: 24px;
}

.oneill-uy .feature p {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.65;
}

/* tech */
.oneill-uy .tech {
  background: #0b0d0f;
  color: #f4f1ec;
  padding: 120px 32px;
}

.oneill-uy .tech .wrap {
  max-width: 1240px;
}

.oneill-uy .tech-head {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 64px;
}

.oneill-uy .tech-tag {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid rgba(244, 241, 236, 0.4);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.oneill-uy .tech-title {
  margin-top: 18px;
  opacity: 1;
}

.oneill-uy .tech-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(244, 241, 236, 0.18);
}

.oneill-uy .tech-stat {
  padding: 36px 28px 0 0;
  border-right: 1px solid rgba(244, 241, 236, 0.18);
}

.oneill-uy .tech-stat:last-child {
  border-right: 0;
  padding-right: 0;
}

.oneill-uy .tech-stat .n {
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.oneill-uy .tech-stat .l {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0.85;
}

/* award */
.oneill-uy .award {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: stretch;
  margin-top: 96px;
}

.oneill-uy .award-media {
  aspect-ratio: 5 / 4;
}

.oneill-uy .award-body {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oneill-uy .award-body .h-md {
  color: #f4f1ec;
  opacity: 1;
}

.oneill-uy .award-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.85;
}

.oneill-uy .award-badge::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
}

/* gama */
.oneill-uy .gama-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.oneill-uy .gama-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.oneill-uy .gama-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #1a1d22;
  color: #f4f1ec;
}

.oneill-uy .gama-card .ph {
  position: absolute;
  inset: 0;
}

.oneill-uy .gama-card .label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}

.oneill-uy .gama-card .name {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.oneill-uy .gama-card .num {
  font-size: 11px;
  letter-spacing: 0.2em;
  opacity: 0.7;
}

.oneill-uy .gama-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 55%);
  z-index: 1;
  pointer-events: none;
}

/* blue */
.oneill-uy .blue {
  background: #0b0d0f;
  color: #f4f1ec;
  padding: 0;
}

.oneill-uy .blue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
}

.oneill-uy .blue-media {
  position: relative;
}

.oneill-uy .blue-media .ph {
  position: absolute;
  inset: 0;
}

.oneill-uy .blue-body {
  padding: 96px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
}

.oneill-uy .blue-eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 18px;
  display: block;
}

.oneill-uy .blue-mark {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 28px;
}

.oneill-uy .blue-mark em {
  color: #7fb9d6;
  font-style: italic;
  font-weight: 800;
}

.oneill-uy .blue h2 {
  margin-bottom: 24px;
  color: #f4f1ec;
  opacity: 1;
}

.oneill-uy .blue p {
  opacity: 0.85;
}

/* quote */
.oneill-uy .quote {
  padding: 140px 32px;
  text-align: center;
}

.oneill-uy .quote .marks {
  font-size: 80px;
  line-height: 0.6;
  opacity: 0.25;
  font-family: Georgia, 'Times New Roman', serif;
}

.oneill-uy .quote blockquote {
  margin: 24px auto 0;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 700;
  max-width: 22ch;
}

.oneill-uy .quote .author {
  margin-top: 32px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.75;
}

/* philosophy */
.oneill-uy .philo-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
}

.oneill-uy .philo-body p {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.7;
}

.oneill-uy .philo-body strong {
  display: block;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

/* reviews */
.oneill-uy .reviews {
  padding: 120px 32px;
  background: #f4f1ec;
  color: #0b0d0f;
  text-align: center;
}

.oneill-uy .reviews .stars {
  color: #c8860a;
  letter-spacing: 6px;
  font-size: 24px;
  margin-bottom: 18px;
}

.oneill-uy .reviews h3 {
  font-size: clamp(24px, 2.6vw, 36px);
  margin-bottom: 14px;
}

.oneill-uy .reviews p {
  opacity: 0.7;
  max-width: 56ch;
  margin: 0 auto 36px;
}

.oneill-uy .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border: 1px solid #0b0d0f;
  color: #0b0d0f;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}

.oneill-uy .btn:hover {
  background: #0b0d0f;
  color: #f4f1ec;
}

.oneill-uy .btn-dark {
  border-color: #0b0d0f;
  color: #0b0d0f;
}

.oneill-uy .btn-dark:hover {
  background: #0b0d0f;
  color: #f4f1ec;
}

.oneill-uy .btn .arrow {
  display: inline-block;
  transform: translateY(-1px);
}

/* tech innovations */
.oneill-uy .tech-innov {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid rgba(244, 241, 236, 0.18);
  border-left: 1px solid rgba(244, 241, 236, 0.18);
}

.oneill-uy .innov {
  padding: 36px 32px;
  border-right: 1px solid rgba(244, 241, 236, 0.18);
  border-bottom: 1px solid rgba(244, 241, 236, 0.18);
}

.oneill-uy .innov .code {
  font-family: 'SF Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  opacity: 0.55;
  margin-bottom: 14px;
}

.oneill-uy .innov h4 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.oneill-uy .innov p {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.82;
  margin: 0;
}

.oneill-uy .tech-divider {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid rgba(244, 241, 236, 0.18);
  display: flex;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.oneill-uy .tech-divider .label {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.6;
}

.oneill-uy .tech-divider .desc {
  font-size: 14px;
  opacity: 0.75;
  max-width: 48ch;
}

.oneill-uy .legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(244, 241, 236, 0.18);
  margin-top: 32px;
}

.oneill-uy .legacy {
  background: #0b0d0f;
  padding: 28px 24px;
}

.oneill-uy .legacy h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}

.oneill-uy .legacy p {
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.75;
  margin: 0;
}

/* CTA */
.oneill-uy .cta {
  padding: 120px 32px;
  background: #f4f1ec;
  text-align: center;
}

.oneill-uy .cta h2 {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.oneill-uy .cta p {
  margin-top: 20px;
  opacity: 0.75;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.oneill-uy .cta .actions {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* dark section hard override against Fenicio */
.oneill-uy .tech,
.oneill-uy .tech h1,
.oneill-uy .tech h2,
.oneill-uy .tech h3,
.oneill-uy .tech h4,
.oneill-uy .tech h5,
.oneill-uy .tech p,
.oneill-uy .tech strong,
.oneill-uy .tech span,
.oneill-uy .blue,
.oneill-uy .blue h1,
.oneill-uy .blue h2,
.oneill-uy .blue h3,
.oneill-uy .blue h4,
.oneill-uy .blue h5,
.oneill-uy .blue p,
.oneill-uy .blue strong,
.oneill-uy .blue span {
  color: #f4f1ec !important;
}

/* keep O'Neill Blue accent */
.oneill-uy .blue-mark em {
  color: #7fb9d6 !important;
}

/* responsive */
@media (max-width: 900px) {
  .oneill-uy .sec {
    padding: 64px 22px;
  }

  .oneill-uy .tech {
    padding: 80px 22px;
  }

  .oneill-uy .reviews,
  .oneill-uy .cta,
  .oneill-uy .quote {
    padding: 80px 22px;
  }

  .oneill-uy .intro-grid,
  .oneill-uy .feature,
  .oneill-uy .tech-head,
  .oneill-uy .award,
  .oneill-uy .philo-grid,
  .oneill-uy .blue-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .oneill-uy .feature.reverse > :first-child {
    order: 0;
  }

  .oneill-uy .feature-media {
    aspect-ratio: 4 / 3;
  }

  .oneill-uy .blue-body {
    padding: 64px 22px;
  }

  .oneill-uy .blue-media {
    aspect-ratio: 4 / 3;
  }

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

  .oneill-uy .stats {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .oneill-uy .tech-stats {
    grid-template-columns: 1fr;
  }

  .oneill-uy .tech-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 241, 236, 0.18);
    padding: 28px 0;
  }

  .oneill-uy .tech-stat:last-child {
    border-bottom: 0;
  }

  .oneill-uy .hero {
    min-height: 70vh;
  }

  .oneill-uy .hero-inner {
    padding: 48px 22px 56px;
  }

  .oneill-uy .hero-meta {
    gap: 24px 36px;
  }

  .oneill-uy .tech-innov {
    grid-template-columns: 1fr;
  }

  .oneill-uy .legacy-grid {
    grid-template-columns: 1fr;
  }
}