:root {
  --navy:#0B2D45;
  --navy-2:#061b2b;
  --gold:#D4AF37;
  --green:#2E7D32;
  --sand:#EDE7D9;
  --white:#fff;
  --ink:#102231;
  --muted:#66727c;
  --line:rgba(11,45,69,.14);
  --shadow:0 18px 50px rgba(4,26,42,.16);
  --radius:28px;
  --max:1200px;
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  font-family:Montserrat,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.65
}

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

img {
  max-width:100%;
  display:block
}

.container {
  width:min(var(--max),calc(100% - 40px));
  margin:auto
}

.skip-link {
  position:absolute;
  left:-9999px
}

.skip-link:focus {
  left:20px;
  top:20px;
  z-index:9999;
  background:#fff;
  padding:12px 16px;
  border-radius:8px
}

.site-header {
  position:fixed;
  inset:0 0 auto 0;
  z-index:1000;
  height:104px;
  transition:.32s ease;
  border-bottom:1px solid transparent
}

.site-header .bar {
  height:100%;
  display:flex;
  align-items:center;
  gap:34px
}

.brand-plate {
  width:255px;
  padding:7px 12px;
  background:rgba(255,255,255,.92);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.16);
  transition:.32s ease
}

.brand-plate img {
  width:100%;
  height:58px;
  object-fit:contain
}

.site-header.scrolled {
  height:96px;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  border-color:var(--line);
  box-shadow:0 6px 24px rgba(4,26,42,.08)
}

.site-header.scrolled .brand-plate {
  background:transparent;
  box-shadow:none;
  padding:0;
  width:220px
}

.site-header.scrolled .brand-plate img {
  height:52px
}

.nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:30px;
  color:#fff;
  font-weight:600;
  font-size:1rem
}

.scrolled .nav {
  color:var(--navy)
}

.nav a {
  position:relative
}

.nav a::after {
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-8px;
  height:2px;
  background:var(--gold);
  transition:.25s
}

.nav a:hover::after,.nav a.active::after {
  right:0
}

.lang {
  display:flex;
  gap:10px;
  margin-left:10px
}

.lang a {
  opacity:.72
}

.lang a.active {
  opacity:1;
  color:var(--gold)
}

.menu-btn {
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  color:#fff;
  font-size:1.8rem
}

.scrolled .menu-btn {
  color:var(--navy)
}

.hero {
  min-height:100vh;
  display:grid;
  align-items:center;
  padding:150px 0 90px;
  background:radial-gradient(circle at 78% 35%,rgba(46,125,50,.23),transparent 32%),radial-gradient(circle at 60% 70%,rgba(212,175,55,.14),transparent 30%),linear-gradient(135deg,var(--navy-2),var(--navy) 60%,#124d63);
  color:#fff;
  overflow:hidden;
  position:relative
}

.hero::after {
  content:"";
  position:absolute;
  inset:auto -8% -28% auto;
  width:700px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(212,175,55,.20),transparent 68%);
  filter:blur(5px)
}

.hero-grid {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:48px
}

.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:.78rem;
  font-weight:700;
  color:var(--gold)
}

.eyebrow::after {
  content:"";
  width:54px;
  height:1px;
  background:currentColor
}

.hero h1 {
  font-size:clamp(3rem,6vw,5.7rem);
  line-height:1.02;
  margin:20px 0 24px;
  max-width:760px;
  letter-spacing:-.04em
}

.hero h1 span {
  color:var(--gold)
}

.hero p {
  font-size:clamp(1.05rem,1.5vw,1.28rem);
  max-width:700px;
  color:rgba(255,255,255,.84);
  margin:0 0 34px
}

.actions {
  display:flex;
  gap:16px;
  flex-wrap:wrap
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.035em;
  border:1px solid transparent;
  transition:.24s;
  cursor:pointer
}

.btn-primary {
  background:linear-gradient(135deg,#f1cf64,var(--gold));
  color:var(--navy);
  box-shadow:0 12px 26px rgba(212,175,55,.2)
}

.btn-primary:hover {
  transform:translateY(-2px)
}

.btn-ghost {
  border-color:rgba(255,255,255,.48);
  color:#fff
}

.btn-ghost:hover {
  background:#fff;
  color:var(--navy)
}

.hero-mark {
  position:relative;
  min-height:540px;
  display:grid;
  place-items:center
}

.hero-mark img {
  width:min(620px,100%);
  filter:drop-shadow(0 28px 45px rgba(0,0,0,.35));
  animation:float 6s ease-in-out infinite
}

.hero-mark .tag {
  position:absolute;
  right:0;
  bottom:48px;
  color:var(--gold);
  letter-spacing:.35em;
  font-weight:700;
  font-size:1.05rem
}

.hero-mark::before {
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  box-shadow:0 0 0 40px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.015)
}

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

section {
  padding:110px 0
}

.section-head {
  max-width:760px;
  margin-bottom:54px
}

.section-head h2 {
  font-size:clamp(2.2rem,4vw,4.3rem);
  line-height:1.08;
  margin:14px 0 18px;
  color:var(--navy);
  letter-spacing:-.035em
}

.section-head p {
  font-size:1.08rem;
  color:var(--muted)
}

.about {
  background:linear-gradient(180deg,#fff,var(--sand));
  position:relative;
  overflow:hidden
}

.about::after {
  content:"";
  position:absolute;
  right:-180px;
  top:100px;
  width:520px;
  height:520px;
  background:url('../img/isotipo.png') center/contain no-repeat;
  opacity:.035
}

.about-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
  align-items:start
}

.about .bigword {
  font-size:clamp(4.8rem,10vw,10rem);
  line-height:.8;
  color:rgba(11,45,69,.06);
  font-weight:900;
  letter-spacing:-.07em
}

.about-copy h2 {
  font-size:clamp(2.4rem,4vw,4.2rem);
  line-height:1.06;
  margin:0 0 20px;
  color:var(--navy)
}

.about-copy p {
  font-size:1.08rem;
  color:#52616c;
  max-width:720px
}

.products {
  background:#fff
}

.product-showcase {
  display:grid;
  gap:34px
}

.product-panel {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:440px;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow)
}

.product-visual {
  position:relative;
  display:grid;
  place-items:center;
  padding:50px;
  background:linear-gradient(145deg,var(--navy),#0e5366);
  color:#fff
}

.product-panel.alt .product-visual {
  order:2;
  background:linear-gradient(145deg,#13293d,#174251)
}

.product-visual::after {
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(212,175,55,.22),transparent 68%)
}

.product-monogram {
  font-size:clamp(3.2rem,7vw,6.4rem);
  font-weight:900;
  letter-spacing:-.06em;
  z-index:1;
  text-align:center
}

.product-monogram small {
  display:block;
  font-size:.95rem;
  letter-spacing:.24em;
  color:var(--gold);
  margin-top:12px
}

.product-copy {
  padding:54px;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.product-copy .kicker {
  font-size:.8rem;
  letter-spacing:.2em;
  font-weight:800;
  color:var(--green)
}

.product-copy h3 {
  font-size:2.25rem;
  margin:10px 0 16px;
  color:var(--navy)
}

.product-copy p {
  color:var(--muted)
}

.status {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:12px 0 22px;
  font-size:.82rem;
  font-weight:800;
  color:var(--green)
}

.status::before {
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green)
}

.philosophy {
  position:relative;
  overflow:hidden;
  padding:130px 0 150px;
  background:
    radial-gradient(circle at 82% 16%,rgba(46,125,50,.22),transparent 26%),
    radial-gradient(circle at 12% 82%,rgba(212,175,55,.10),transparent 24%),
    linear-gradient(155deg,#041722 0%,var(--navy-2) 42%,var(--navy) 100%);
  color:#fff;
}

.philosophy::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,transparent,rgba(0,0,0,.8) 22%,rgba(0,0,0,.8) 80%,transparent);
}

.philosophy-glow {
  position:absolute;
  width:520px;
  height:520px;
  right:-170px;
  top:35px;
  background:url('../img/isotipo-dark.png') center/contain no-repeat;
  opacity:.07;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.3));
  transform:rotate(-8deg);
  pointer-events:none;
}

.philosophy-inner {
  position:relative;
  z-index:1;
}

.philosophy .section-head {
  max-width:820px;
  margin-bottom:82px;
}

.philosophy .section-head h2 {
  color:#fff;
  max-width:760px;
}

.philosophy .section-head p {
  max-width:650px;
  color:rgba(255,255,255,.68);
}

.steps {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:clamp(20px,2.3vw,38px);
  align-items:start;
  min-height:520px;
}

.step {
  position:relative;
  padding:0;
  min-height:290px;
  background:transparent;
  border:0;
  transition:transform .35s ease,opacity .35s ease;
}

.step:nth-child(2) {
  margin-top:44px;
}

.step:nth-child(3) {
  margin-top:88px;
}

.step:nth-child(4) {
  margin-top:132px;
}

.step:nth-child(5) {
  margin-top:176px;
}

.step .num {
  display:block;
  margin-bottom:28px;
  color:rgba(212,175,55,.88);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.22em;
}

.step-word {
  margin-bottom:20px;
  color:rgba(255,255,255,.23);
  font-size:clamp(1.8rem,2.8vw,3.15rem);
  font-weight:900;
  line-height:.92;
  letter-spacing:-.055em;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  min-height:170px;
}

.step h3 {
  margin:0 0 12px;
  max-width:190px;
  color:#fff;
  font-size:1.08rem;
  line-height:1.3;
}

.step p {
  margin:0;
  max-width:205px;
  color:rgba(255,255,255,.62);
  font-size:.93rem;
  line-height:1.65;
}

.step-final .step-word {
  color:var(--gold);
  text-shadow:0 12px 40px rgba(212,175,55,.18);
}

.step-final h3 {
  color:#f4d66f;
}

.step:hover {
  transform:translateY(-8px);
}

.step:hover .step-word {
  color:rgba(255,255,255,.42);
}

.step-final:hover .step-word {
  color:#f4d66f;
}

.philosophy .brand-line {
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:10px 32px;
  margin-top:20px;
  padding-top:42px;
  border-top:1px solid rgba(255,255,255,.12);
  font-weight:900;
  line-height:.86;
  letter-spacing:-.07em;
  font-size:clamp(3rem,7.8vw,7rem);
}

.philosophy .brand-line span:first-child {
  color:rgba(255,255,255,.15);
}

.philosophy .brand-line span:last-child {
  background:linear-gradient(115deg,#f6d86f 0%,var(--gold) 46%,#79a85e 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.approach {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 2% 20%,rgba(212,175,55,.08),transparent 24%),
    linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
}

.approach::after {
  content:"";
  position:absolute;
  left:-180px;
  bottom:-210px;
  width:520px;
  height:520px;
  background:url('../img/isotipo.png') center/contain no-repeat;
  opacity:.025;
  pointer-events:none;
}

.approach-shell {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:clamp(60px,8vw,120px);
  align-items:start;
}

.approach-intro {
  position:sticky;
  top:145px;
  z-index:1;
}

.approach-intro h2 {
  margin:14px 0 22px;
  max-width:540px;
  color:var(--navy);
  font-size:clamp(2.5rem,4.5vw,4.9rem);
  line-height:1.02;
  letter-spacing:-.045em;
}

.approach-lead {
  max-width:560px;
  margin:0;
  color:#52616c;
  font-size:1.08rem;
}

.approach-sequence {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:34px 0 30px;
}

.approach-sequence span {
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 13px;
  border:1px solid rgba(11,45,69,.12);
  border-radius:999px;
  color:var(--navy);
  background:rgba(255,255,255,.76);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.approach-sequence span:nth-child(2) {
  border-color:rgba(46,125,50,.26);
  color:var(--green);
}

.approach-sequence span:nth-child(3) {
  border-color:rgba(212,175,55,.38);
  color:#9d7b12;
}

.approach-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--navy);
  font-weight:800;
  transition:transform .22s ease,color .22s ease;
}

.approach-link:hover {
  color:var(--green);
  transform:translateX(5px);
}

.approach-list {
  max-width:760px;
  margin-left:auto;
  border-top:1px solid var(--line);
}

.approach-item {
  position:relative;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:28px;
  padding:34px 8px 34px 0;
  border-bottom:1px solid var(--line);
  transition:transform .24s ease,padding-left .24s ease;
}

.approach-item::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,var(--gold),var(--green));
  transform:scaleY(0);
  transform-origin:center;
  transition:transform .24s ease;
}

.approach-item:hover {
  transform:translateX(8px);
  padding-left:18px;
}

.approach-item:hover::before {
  transform:scaleY(1);
}

.approach-item .num {
  padding-top:3px;
  color:var(--gold);
  font-size:1rem;
  font-weight:900;
  letter-spacing:.16em;
}

.approach-item h3 {
  margin:0 0 8px;
  color:var(--navy);
  font-size:clamp(1.3rem,2vw,1.65rem);
  line-height:1.2;
}

.approach-item p {
  max-width:580px;
  margin:0;
  color:var(--muted);
}

.ecosystem {
  background:var(--sand);
  overflow:hidden
}

.ecosystem-map {
  display:grid;
  grid-template-columns:1.1fr repeat(3,1fr);
  gap:22px;
  align-items:stretch
}

.eco-core,.eco-node {
  border-radius:24px;
  padding:34px;
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end
}

.eco-core {
  background:var(--navy);
  color:#fff;
  position:relative
}

.eco-core img {
  width:180px;
  position:absolute;
  right:24px;
  top:24px;
  opacity:.85
}

.eco-core h3 {
  font-size:2rem;
  margin:0;
  color:#fff
}

.eco-core p {
  color:rgba(255,255,255,.72)
}

.eco-node {
  background:#fff;
  border:1px solid var(--line)
}

.eco-node .label {
  font-size:.8rem;
  color:var(--green);
  font-weight:800;
  letter-spacing:.15em
}

.eco-node h3 {
  font-size:1.6rem;
  color:var(--navy);
  margin:8px 0
}

.eco-node p {
  color:var(--muted);
  margin:0
}

.team {
  background:#fff
}

.team-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px
}

.person {
  display:grid;
  grid-template-columns:180px 1fr;
  gap:30px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:26px
}

.avatar {
  width:180px;
  height:220px;
  border-radius:22px;
  background:linear-gradient(145deg,var(--sand),#fff);
  display:grid;
  place-items:center;
  color:var(--navy);
  font-size:3rem;
  font-weight:900;
  border:1px solid var(--line)
}

.person h3 {
  font-size:1.55rem;
  margin:10px 0 4px;
  color:var(--navy)
}

.role {
  font-weight:800;
  color:var(--green);
  font-size:.9rem
}

.person p {
  color:var(--muted)
}

.contact-cta {
  padding:100px 0;
  background:radial-gradient(circle at 70% 50%,rgba(46,125,50,.22),transparent 30%),linear-gradient(135deg,var(--navy-2),var(--navy));
  color:#fff;
  position:relative;
  overflow:hidden
}

.contact-cta .wrap {
  display:grid;
  grid-template-columns:1fr .55fr;
  align-items:center;
  gap:40px
}

.contact-cta h2 {
  font-size:clamp(2.5rem,5vw,5rem);
  line-height:1.02;
  margin:14px 0 22px
}

.contact-cta p {
  color:rgba(255,255,255,.75);
  max-width:700px
}

.contact-cta img {
  width:360px;
  justify-self:end;
  filter:drop-shadow(0 20px 30px rgba(0,0,0,.25))
}

/* =====================================================
   IMÁGENES PRINCIPALES — MAYOR PROTAGONISMO
   ===================================================== */

/* HERO */
.hero-visual img {
    width: 125%;
    max-width: none;
    height: auto;
    display: block;
    margin-left: -12%;
}

/* CONTACTO */
.contact-visual img {
    width: 125%;
    max-width: none;
    height: auto;
    display: block;
    margin-left: -12%;
}

footer {
  background:#061824;
  color:rgba(255,255,255,.72);
  padding:58px 0 28px
}

.footer-grid {
  display:grid;
  grid-template-columns:1.6fr repeat(3,1fr);
  gap:40px
}

.footer-logo {
  width:260px;
  background:rgba(255,255,255,.94);
  padding:8px 12px;
  border-radius:16px;
  margin-bottom:16px
}

.footer-title {
  font-weight:800;
  color:#fff;
  margin-bottom:12px
}

.footer-links {
  display:grid;
  gap:8px
}

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

.copyright {
  margin-top:42px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:.85rem
}

.page-hero {
  padding:170px 0 95px;
  background:linear-gradient(135deg,var(--navy-2),var(--navy));
  color:#fff
}

.page-hero h1 {
  font-size:clamp(3rem,6vw,5.6rem);
  line-height:1.02;
  max-width:920px;
  margin:16px 0
}

.page-hero p {
  max-width:760px;
  color:rgba(255,255,255,.76);
  font-size:1.15rem
}

.content {
  max-width:920px
}

.content h2 {
  font-size:2.2rem;
  color:var(--navy);
  margin:48px 0 12px
}

.content h3 {
  color:var(--navy);
  margin:30px 0 8px
}

.content p,.content li {
  color:#53626c
}

.content blockquote {
  margin:30px 0;
  padding:22px 24px;
  border-left:4px solid var(--gold);
  background:var(--sand);
  border-radius:0 18px 18px 0;
  font-size:1.15rem
}

.values-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}

.value {
  padding:26px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff
}

.value .num {
  color:var(--gold);
  font-weight:800
}

.value h3 {
  color:var(--navy)
}

.contact-layout {
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:48px
}

.contact-options {
  display:grid;
  gap:16px
}

.contact-option {
  padding:22px;
  border-radius:18px;
  background:var(--sand)
}

.contact-option h3 {
  color:var(--navy);
  margin:0 0 8px
}

.form {
  display:grid;
  gap:16px
}

.form label {
  font-weight:700;
  color:var(--navy)
}

.form input,.form select,.form textarea {
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(11,45,69,.2);
  font:inherit;
  background:#fff
}

.form textarea {
  min-height:150px;
  resize:vertical
}

.form .row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}

.form-note {
  font-size:.9rem;
  color:var(--muted)
}

.success {
  display:none;
  padding:16px;
  border-radius:14px;
  background:#eaf5ec;
  color:#235b2a;
  font-weight:700
}


@media(max-width:980px) {
  .approach-shell {
    grid-template-columns:1fr;
    gap:50px;
  }
  .approach-intro {
    position:static;
  }
  .approach-list {
    max-width:none;
    margin-left:0;
  }
}

@media(max-width:980px) {
  .nav {
    display:none
  }
  .menu-btn {
    display:block
  }
  .mobile-open .nav {
    display:flex;
    position:absolute;
    top:88px;
    left:20px;
    right:20px;
    background:#fff;
    color:var(--navy);
    padding:26px;
    border-radius:20px;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:flex-start
  }
  .mobile-open .lang {
    margin-left:0
  }
  .hero-grid,.about-grid,.contact-cta .wrap,.contact-layout {
    grid-template-columns:1fr
  }
  .hero-mark {
    min-height:420px
  }
  .product-panel {
    grid-template-columns:1fr
  }
  .product-panel.alt .product-visual {
    order:0
  }
  .steps {
    grid-template-columns:repeat(2,minmax(0,1fr));
    min-height:auto;
  }
  .step,
  .step:nth-child(2),
  .step:nth-child(3),
  .step:nth-child(4),
  .step:nth-child(5) {
    margin-top:0;
    min-height:0;
    padding:28px 0;
  }
  .step-word {
    writing-mode:horizontal-tb;
    transform:none;
    min-height:auto;
    margin-bottom:14px;
  }
  .ecosystem-map {
    grid-template-columns:1fr 1fr
  }
  .team-grid {
    grid-template-columns:1fr
  }
  .footer-grid {
    grid-template-columns:1fr 1fr
  }
  .values-grid {
    grid-template-columns:1fr 1fr
  }
}


@media(max-width:640px) {
  .approach-item {
    grid-template-columns:52px 1fr;
    gap:18px;
    padding:27px 0;
  }
  .approach-item:hover {
    transform:none;
    padding-left:0;
  }
  .approach-item::before {
    display:none;
  }
  .approach-sequence {
    margin-top:26px;
  }
}

@media(max-width:640px) {
  .container {
    width:min(100% - 28px,var(--max))
  }
  .site-header {
    height:76px
  }
  .site-header .bar {
    gap:10px
  }
  .brand-plate {
    width:190px;
    padding:4px 8px;
    border-radius:14px
  }
  .brand-plate img {
    height:48px
  }
  .site-header.scrolled .brand-plate {
    width:180px
  }
  .hero {
    padding-top:120px
  }
  .hero h1 {
    font-size:3.15rem
  }
  .hero-mark {
    min-height:320px
  }
  .hero-mark .tag {
    font-size:.8rem;
    right:auto;
    left:0
  }
  .about-grid {
    gap:30px
  }
  .about .bigword {
    font-size:5rem
  }
  .product-copy,.product-visual {
    padding:32px
  }
  .steps {
    grid-template-columns:1fr;
    gap:0;
  }
  .philosophy {
    padding:95px 0 105px;
  }
  .philosophy .section-head {
    margin-bottom:44px;
  }
  .step,
  .step:nth-child(2),
  .step:nth-child(3),
  .step:nth-child(4),
  .step:nth-child(5) {
    margin-top:0;
    padding:28px 0 30px;
    border-bottom:1px solid rgba(255,255,255,.10);
  }
  .step-word {
    writing-mode:horizontal-tb;
    transform:none;
    min-height:auto;
    font-size:2rem;
  }
  .step h3,
  .step p {
    max-width:none;
  }
  .philosophy .brand-line {
    margin-top:44px;
    padding-top:34px;
    font-size:clamp(2.7rem,15vw,4.9rem);
  }
  .ecosystem-map {
    grid-template-columns:1fr
  }
  .person {
    grid-template-columns:1fr
  }
  .avatar {
    width:100%;
    height:260px
  }
  .footer-grid {
    grid-template-columns:1fr
  }
  .copyright {
    flex-direction:column
  }
  .form .row {
    grid-template-columns:1fr
  }
  .contact-cta img {
    justify-self:center;
    width:260px
  }
  section {
    padding:80px 0
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important
  }
}

/* =========================================================
   AGENSP — LOGOTIPO EN NAVEGACIÓN
   Hero oscuro: variante oficial sobre fondo oscuro.
   Header sticky claro: logo horizontal original a color.
   Sin placa blanca ni fondos artificiales detrás del logo.
   ========================================================= */ 
   
   .brand-plate {
  display:flex;
  align-items:center;
  flex:0 0 auto;
  width:315px;
  height:82px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}

.brand-plate .brand-logo {
  display:block;
  /*width:100%;
  height:auto;
  max-height:68px;*/
  object-fit:contain;
  object-position:left center;
  width:100%;
  height:76px;
  max-height:76px;
  object-fit:contain;
  object-position:left center;
}

.site-header.scrolled .brand-plate {
  width:315px;
  height:82px;
  padding:0;
  background:transparent;
  border-radius:0;
  box-shadow:none;
}

.site-header.scrolled .brand-plate .brand-logo {
  width:100%;
  height:76px;
  max-height:76px;
  object-fit:contain;
  object-position:left center;
}

.footer-logo {
  display:block;
  width:min(290px,100%);
  height:auto;
  margin:0 0 18px;
  padding:0;
  background:transparent;
  border-radius:0;
}

@media(max-width:640px) {
  .brand-plate, .site-header.scrolled .brand-plate {
    width:210px;
    height:54px;
    padding:0;
    background:transparent;
    border-radius:0;
    box-shadow:none;
  }
  .brand-plate .brand-logo, .site-header.scrolled .brand-plate .brand-logo {
    height:auto;
    max-height:50px;
  }
}


/* =========================================================
   AGENSP — PRODUCTOS HOME V2
   Composición editorial, sin tarjetas genéricas.
   ========================================================= */
.product-showcase-v2 {
  display:grid;
  gap:42px;
}

.product-story {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  min-height:460px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 18px 48px rgba(4,26,42,.12);
}

.product-brand {
  position:relative;
  isolation:isolate;
  padding:54px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:460px;
  color:#fff;
  background:
    radial-gradient(circle at 74% 22%,rgba(212,175,55,.22),transparent 26%),
    radial-gradient(circle at 26% 70%,rgba(46,125,50,.28),transparent 34%),
    linear-gradient(145deg,#071f31 0%,#0b2d45 58%,#0f5665 100%);
}

.product-brand::before {
  content:"";
  position:absolute;
  width:310px;
  height:310px;
  top:42px;
  right:-70px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.014);
  z-index:-1;
}

.product-brand::after {
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:6px;
  background:linear-gradient(90deg,var(--gold),var(--green));
}

.product-brand-vomket {
  background:
    radial-gradient(circle at 28% 28%,rgba(212,175,55,.18),transparent 28%),
    linear-gradient(145deg,#102436 0%,#153a49 58%,#0b2d45 100%);
}

.product-number {
  margin-bottom:auto;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.22em;
  color:var(--gold);
}

.product-wordmark {
  font-size:clamp(3.8rem,7.5vw,7rem);
  line-height:.88;
  font-weight:900;
  letter-spacing:-.065em;
  text-wrap:balance;
}

.product-signal {
  margin-top:20px;
  font-size:.92rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}

.product-copy-v2 {
  padding:64px 62px;
}

.product-copy-v2 h3 {
  max-width:680px;
  font-size:clamp(2rem,3.6vw,3.45rem);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:14px 0 22px;
}

.product-copy-v2 p {
  max-width:670px;
  font-size:1.06rem;
}

.product-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:22px;
  padding-top:24px;
  border-top:1px solid var(--line);
}

.product-meta .status {
  margin:0;
}

.product-link {
  font-weight:800;
  color:var(--navy);
  white-space:nowrap;
}

.product-link:hover {
  color:var(--green);
}

.products-next {
  padding:18px 4px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.products-next p {
  margin:0;
  color:var(--muted);
  font-size:1.02rem;
}

@media(max-width:980px) {
  .product-story {
    grid-template-columns:1fr;
  }

  .product-story-vomket .product-brand {
    order:-1;
  }

  .product-brand {
    min-height:340px;
  }

  .product-copy-v2 {
    padding:46px 40px;
  }
}

@media(max-width:640px) {
  .product-showcase-v2 {
    gap:26px;
  }

  .product-story {
    border-radius:24px;
  }

  .product-brand {
    min-height:280px;
    padding:34px 28px;
  }

  .product-wordmark {
    font-size:clamp(3.1rem,17vw,5rem);
  }

  .product-signal {
    font-size:.78rem;
    letter-spacing:.09em;
  }

  .product-copy-v2 {
    padding:34px 28px;
  }

  .product-meta {
    align-items:flex-start;
    flex-direction:column;
  }

  .products-next {
    align-items:flex-start;
    flex-direction:column;
  }
}

/* =========================================================
   AGENSP V6 — ECOSISTEMA
   ========================================================= */
.ecosystem {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(212,175,55,.12), transparent 22%),
    linear-gradient(145deg, #f3eee4 0%, var(--sand) 58%, #e7dfcf 100%);
}

.ecosystem::before {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-210px;
  bottom:-260px;
  border-radius:50%;
  background:rgba(46,125,50,.055);
}

.ecosystem-head {
  max-width:860px;
  margin-bottom:56px;
}

.ecosystem-head h2 {
  max-width:820px;
  margin:14px 0 18px;
  color:var(--navy);
  font-size:clamp(2.4rem,4.7vw,4.9rem);
  line-height:1.02;
  letter-spacing:-.045em;
}

.ecosystem-head p {
  max-width:720px;
  margin:0;
  color:#586771;
  font-size:1.08rem;
}

.ecosystem-stage {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:stretch;
}

.eco-core {
  min-height:500px;
  padding:46px;
  border-radius:34px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  color:#fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(46,125,50,.32), transparent 32%),
    radial-gradient(circle at 18% 88%, rgba(212,175,55,.2), transparent 30%),
    linear-gradient(145deg,var(--navy-2),var(--navy));
  box-shadow:0 28px 60px rgba(6,27,43,.18);
}

.eco-core::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 28%,rgba(2,17,27,.28));
  pointer-events:none;
}

.eco-core img {
  position:absolute;
  width:min(390px,72%);
  right:-24px;
  top:-10px;
  opacity:.83;
  filter:drop-shadow(0 24px 34px rgba(0,0,0,.24));
  transform:rotate(-4deg);
}

.eco-core-copy {
  position:relative;
  z-index:2;
  max-width:430px;
}

.eco-kicker,
.eco-node .label {
  display:block;
  margin-bottom:9px;
  color:var(--gold);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.2em;
}

.eco-core h3 {
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(2.8rem,5vw,4.8rem);
  line-height:.95;
  letter-spacing:-.055em;
}

.eco-core p {
  max-width:390px;
  margin:0 0 24px;
  color:rgba(255,255,255,.74);
}

.eco-core strong {
  color:var(--gold);
  font-size:.92rem;
  letter-spacing:.28em;
}

.eco-products {
  display:grid;
  gap:18px;
}

.eco-node {
  min-height:150px;
  padding:28px 30px;
  border:1px solid rgba(11,45,69,.1);
  border-radius:25px;
  display:grid;
  grid-template-columns:145px 1fr auto;
  align-items:center;
  gap:26px;
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.84);
  box-shadow:0 14px 36px rgba(11,45,69,.07);
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.eco-node::before {
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  right:-110px;
  top:-105px;
  opacity:.45;
  transition:transform .35s ease;
}

.eco-node-nesstory::before {
  background:radial-gradient(circle,rgba(46,125,50,.2),transparent 65%);
}

.eco-node-vomket::before {
  background:radial-gradient(circle,rgba(11,45,69,.16),transparent 65%);
}

.eco-node-future::before {
  background:radial-gradient(circle,rgba(212,175,55,.2),transparent 65%);
}

.eco-node:hover {
  transform:translateX(8px);
  box-shadow:0 20px 44px rgba(11,45,69,.11);
  background:#fff;
}

.eco-node:hover::before {
  transform:scale(1.25);
}

.eco-node .label {
  margin:0;
  color:var(--green);
}

.eco-node h3 {
  margin:0 0 5px;
  color:var(--navy);
  font-size:1.65rem;
  line-height:1.1;
}

.eco-node p {
  margin:0;
  color:var(--muted);
}

.eco-node > a {
  position:relative;
  z-index:2;
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--navy);
  color:#fff;
  font-size:1.25rem;
  transition:transform .22s ease, background .22s ease;
}

.eco-node > a:hover {
  transform:translate(2px,-2px);
  background:var(--green);
}

.eco-pulse {
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 8px rgba(212,175,55,.14),0 0 0 18px rgba(212,175,55,.07);
  justify-self:center;
}

@media(max-width:980px) {
  .ecosystem-stage {
    grid-template-columns:1fr;
  }
  .eco-core {
    min-height:430px;
  }
}

@media(max-width:640px) {
  .ecosystem-head {
    margin-bottom:36px;
  }
  .eco-core {
    min-height:400px;
    padding:30px;
    border-radius:26px;
  }
  .eco-core img {
    width:78%;
    right:-34px;
    top:4px;
  }
  .eco-node {
    grid-template-columns:1fr auto;
    gap:14px 18px;
    padding:24px;
  }
  .eco-node .label {
    grid-column:1 / -1;
  }
  .eco-node > div {
    grid-column:1;
  }
  .eco-node > a,
  .eco-pulse {
    grid-column:2;
    grid-row:2;
  }
}

/* =========================================================
   AGENSP — EQUIPO V7
   Tratamiento editorial y humano sin depender aún de fotos.
   ========================================================= */
.team {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 22%,rgba(212,175,55,.08),transparent 23%),
    linear-gradient(180deg,#fff 0%,#fbfaf6 100%);
}

.team::after {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-250px;
  bottom:-240px;
  background:url('../img/isotipo.png') center/contain no-repeat;
  opacity:.025;
  pointer-events:none;
}

.team-intro {
  display:grid;
  grid-template-columns:1.05fr .75fr;
  gap:70px;
  align-items:end;
  margin-bottom:58px;
}

.team-head {
  margin-bottom:0;
}

.team-lead {
  margin:0 0 8px;
  max-width:560px;
  color:var(--muted);
  font-size:1.12rem;
}

.team-grid-v7 {
  gap:32px;
  align-items:stretch;
}

.team-grid-v7 .person {
  display:grid;
  grid-template-columns:210px 1fr;
  gap:36px;
  min-height:360px;
  padding:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:0 18px 46px rgba(4,26,42,.08);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.team-grid-v7 .person:hover {
  transform:translateY(-6px);
  box-shadow:0 24px 58px rgba(4,26,42,.13);
  border-color:rgba(212,175,55,.34);
}

.team-grid-v7 .person-featured {
  border-color:rgba(46,125,50,.24);
}

.person-visual {
  position:relative;
  min-height:100%;
  padding:28px 22px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(160deg,var(--navy-2),var(--navy) 65%,#124d63);
  overflow:hidden;
}

.person-visual::after {
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(212,175,55,.18),transparent 68%);
  right:-90px;
  bottom:-70px;
}

.person-index {
  position:absolute;
  top:22px;
  left:22px;
  color:var(--gold);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.18em;
}

.team-grid-v7 .avatar {
  position:relative;
  z-index:1;
  width:148px;
  height:188px;
  border-radius:74px 74px 26px 26px;
  border:1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  color:#fff;
  font-size:2.6rem;
  letter-spacing:.04em;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 18px 36px rgba(0,0,0,.18);
}

.avatar-delia::after,
.avatar-ronald::after {
  content:"";
  position:absolute;
  inset:auto 18px 20px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--green),var(--gold));
  opacity:.9;
}

.person-caption {
  position:relative;
  z-index:1;
  margin-top:20px;
  color:rgba(255,255,255,.58);
  font-size:.66rem;
  font-weight:700;
  letter-spacing:.16em;
  text-align:center;
  line-height:1.5;
}

.person-copy {
  padding:46px 42px 42px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.team-grid-v7 .role {
  display:block;
  margin-bottom:8px;
  color:var(--green);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.team-grid-v7 .person h3 {
  margin:0 0 16px;
  color:var(--navy);
  font-size:clamp(1.7rem,2.2vw,2.25rem);
  line-height:1.08;
}

.team-grid-v7 .person p {
  margin:0;
  color:var(--muted);
  font-size:1rem;
}

.person-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin-top:24px;
  color:var(--navy);
  font-weight:800;
  transition:color .2s ease,gap .2s ease;
}

.person-link:hover {
  color:var(--green);
  gap:12px;
}

.team-note {
  max-width:800px;
  margin:42px auto 0;
  text-align:center;
  color:var(--muted);
  font-size:1.02rem;
}

.team-note span {
  color:var(--navy);
  font-weight:800;
}

@media(max-width:980px) {
  .team-intro {
    grid-template-columns:1fr;
    gap:18px;
  }

  .team-grid-v7 .person {
    grid-template-columns:190px 1fr;
  }
}

@media(max-width:640px) {
  .team-grid-v7 .person {
    grid-template-columns:1fr;
  }

  .person-visual {
    min-height:285px;
  }

  .team-grid-v7 .avatar {
    width:160px;
    height:190px;
  }

  .person-copy {
    padding:30px;
  }

  .team-note {
    text-align:left;
  }
}

/* =========================================================
   V8 — CIERRE HOME: CONTACTO + FOOTER
   ========================================================= */
.contact-cta {
  padding:120px 0 105px;
  background:
    radial-gradient(circle at 74% 42%,rgba(46,125,50,.26),transparent 24%),
    radial-gradient(circle at 88% 75%,rgba(212,175,55,.12),transparent 22%),
    linear-gradient(135deg,var(--navy-2),var(--navy) 68%,#0e4357);
}

.contact-stage {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  align-items:center;
  gap:72px;
  position:relative;
  z-index:1;
}

.contact-copy h2 {
  max-width:820px;
  margin:16px 0 22px;
  font-size:clamp(2.8rem,5.2vw,5.6rem);
  line-height:.98;
  letter-spacing:-.045em;
}

.contact-copy p {
  max-width:720px;
  margin:0 0 26px;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
}

.contact-topics {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 30px;
}

.contact-topics span {
  padding:7px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  color:rgba(255,255,255,.74);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.contact-symbol {
  min-height:430px;
  display:grid;
  place-items:center;
  position:relative;
}

.contact-symbol img {
  width:min(360px,78%);
  position:relative;
  z-index:2;
  filter:drop-shadow(0 28px 38px rgba(0,0,0,.32));
}

.contact-symbol strong {
  position:absolute;
  bottom:12px;
  z-index:3;
  color:var(--gold);
  font-size:.9rem;
  letter-spacing:.28em;
  font-weight:700;
}

.contact-symbol .orbit {
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
}

.contact-symbol .orbit-one {
  width:350px;
  height:350px;
}

.contact-symbol .orbit-two {
  width:440px;
  height:440px;
  border-color:rgba(212,175,55,.09);
}

footer {
  padding:66px 0 30px;
  background:#04141f;
}

.footer-grid {
  align-items:start;
  gap:54px;
}

.footer-brand p {
  max-width:300px;
  margin:0 0 12px;
}

.footer-origin {
  display:inline-block;
  color:var(--gold);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.footer-title {
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem;
  color:var(--gold);
}

.footer-links {
  gap:10px;
}

.footer-links a {
  transition:color .2s ease,transform .2s ease;
}

.footer-links a:hover {
  transform:translateX(3px);
}

.copyright {
  color:rgba(255,255,255,.5);
}

@media(max-width:980px) {
  .contact-stage {
    grid-template-columns:1fr;
    gap:42px;
  }

  .contact-symbol {
    min-height:340px;
  }

  .contact-symbol .orbit-one {
    width:280px;
    height:280px;
  }

  .contact-symbol .orbit-two {
    width:350px;
    height:350px;
  }
}

@media(max-width:640px) {
  .contact-cta {
    padding:86px 0 74px;
  }

  .contact-copy h2 {
    font-size:clamp(2.45rem,12vw,3.6rem);
  }

  .contact-symbol {
    min-height:285px;
  }

  .contact-symbol img {
    width:min(250px,72%);
  }

  .contact-symbol .orbit-one {
    width:220px;
    height:220px;
  }

  .contact-symbol .orbit-two {
    width:280px;
    height:280px;
  }

  .contact-symbol strong {
    font-size:.7rem;
    letter-spacing:.2em;
  }
}

/* =========================================================
   V9 — HERO + SOMOS AGENSP
   NAV NO SE TOCA
   ========================================================= */
.hero-v9 {
  padding-top:170px;
  padding-bottom:110px;
}

.hero-grid-v9 {
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:68px;
  position:relative;
  z-index:2;
}

.hero-copy-v9 {
  max-width:760px;
}

.hero-v9 h1 {
  margin-top:18px;
  max-width:820px;
}

.hero-signals {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
}

.hero-signals span {
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:rgba(255,255,255,.68);
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.hero-mark-v9 {
  min-height:570px;
  isolation:isolate;
}

.hero-mark-v9 img {
  width:min(600px,95%);
  position:relative;
  z-index:3;
}

.hero-glow {
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(46,125,50,.28),rgba(212,175,55,.09) 42%,transparent 68%);
  filter:blur(10px);
  z-index:0;
}

.hero-ring {
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.09);
  z-index:1;
}

.hero-ring-one {
  width:420px;
  height:420px;
}

.hero-ring-two {
  width:520px;
  height:520px;
  border-color:rgba(212,175,55,.09);
}

.hero-mark-v9::before {
  display:none;
}

.hero-mark-v9 .tag {
  right:18px;
  bottom:36px;
  font-size:.94rem;
  letter-spacing:.32em;
  z-index:4;
}

.hero-scroll-hint {
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  z-index:3;
  color:rgba(255,255,255,.42);
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.18em;
}

.about-v9 {
  background:linear-gradient(180deg,#fff 0%,#fbfaf6 58%,var(--sand) 100%);
  padding:130px 0 125px;
}

.about-v9::after {
  right:-130px;
  top:65px;
  width:560px;
  height:560px;
  opacity:.028;
}

.about-grid-v9 {
  grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);
  gap:100px;
  align-items:center;
}

.about-identity {
  min-height:370px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:0 0 26px;
  position:relative;
}

.about-identity::before {
  content:"";
  position:absolute;
  inset:0;
  border-left:1px solid rgba(11,45,69,.12);
}

.about-wordmark {
  margin-left:32px;
  font-size:clamp(4.7rem,9vw,8.6rem);
  line-height:.82;
  color:rgba(11,45,69,.075);
  font-weight:900;
  letter-spacing:-.075em;
}

.about-statement {
  margin:36px 0 0 36px;
  max-width:360px;
  color:var(--navy);
  font-size:1.02rem;
  font-weight:700;
  line-height:1.55;
}

.about-copy-v9 h2 {
  margin-top:14px;
}

.about-lead {
  font-size:1.22rem !important;
  line-height:1.72;
  color:var(--navy) !important;
}

.about-principles {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 24px;
}

.about-principles span {
  padding:7px 12px;
  border-radius:999px;
  background:rgba(11,45,69,.055);
  color:var(--navy);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.about-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--navy);
  font-weight:800;
  padding:8px 0;
  border-bottom:1px solid rgba(11,45,69,.18);
  transition:color .2s ease,border-color .2s ease,gap .2s ease;
}

.about-link:hover {
  color:var(--green);
  border-color:var(--green);
  gap:13px;
}

@media(max-width:980px) {
  .hero-grid-v9 {
    grid-template-columns:1fr;
    gap:34px;
  }

  .hero-mark-v9 {
    min-height:430px;
  }

  .about-grid-v9 {
    grid-template-columns:1fr;
    gap:48px;
  }

  .about-identity {
    min-height:auto;
    padding-bottom:0;
  }
}

@media(max-width:640px) {
  .hero-v9 {
    padding-top:132px;
    padding-bottom:86px;
  }

  .hero-signals {
    margin-top:26px;
  }

  .hero-mark-v9 {
    min-height:330px;
  }

  .hero-mark-v9 img {
    width:min(290px,78%);
  }

  .hero-ring-one {
    width:230px;
    height:230px;
  }

  .hero-ring-two {
    width:290px;
    height:290px;
  }

  .hero-glow {
    width:300px;
    height:300px;
  }

  .hero-mark-v9 .tag {
    right:auto;
    left:0;
    bottom:12px;
    font-size:.72rem;
    letter-spacing:.22em;
  }

  .hero-scroll-hint {
    display:none;
  }

  .about-v9 {
    padding:88px 0 82px;
  }

  .about-wordmark {
    margin-left:18px;
    font-size:4.6rem;
  }

  .about-statement {
    margin:28px 0 0 20px;
  }

  .about-identity::before {
    left:0;
  }
}

@media (max-width: 768px) {

    .hero-visual img,
    .contact-visual img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

/* =========================================================
   AUMENTAR IMAGEN HERO Y CONTACTO
   ========================================================= */

/* HERO */
.hero-mark img {
  width: 140%;
  max-width: none;
  height: auto;
  transform: scale(1.12);
}

/* CONTACTO */
.contact-cta img {
  width: 120%;
  max-width: none;
  height: auto;
  justify-self: end;
  transform: translateX(45px) scale(1.12);
}

/* TABLET */
@media (max-width: 980px) {
  .hero-mark img,
  .contact-cta img {
    width: 110%;
    transform: scale(1.05);
  }
}

/* MÓVIL */
@media (max-width: 640px) {
  .hero-mark img,
  .contact-cta img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}