:root {
  --green: #185430;
  --green-dark: #185430;
  --green-deep: #0d351d;
  --pink: #eed5db;
  --pink-strong: #f2c5ce;
  --white: #ffffff;
  --cream: #f2f2f2;
  --cream-2: #e8e3da;
  --cream-warm: #f7f0e7;
  --ink: #111010;
  --mid: #5a5248;
  --nuku-title: #9e511c;
  --nuku-text: #6d421c;
  --font-script: "Marthin Slant", Georgia, serif;
  --font-display: "Roca Two Bold Italic", Georgia, "Times New Roman", serif;
  --font-sans: "LEMON MILK", Arial, sans-serif;
  --max: 1180px;
  --radius: 30px;
  --shadow: 0 26px 80px rgba(24, 84, 48, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.45;
  overflow-x: hidden;
}
body.nav-open, body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--pink); color: var(--green-dark); }

.skip-link {
  position: fixed;
  left: -999px;
  top: 12px;
  z-index: 1000;
  background: var(--green-dark);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { left: 12px; }
.container { width: min(100% - 44px, var(--max)); margin-inline: auto; }
/* Multipage layout */
.standalone-main {
  padding-top: 98px;
}

@media (max-width: 980px) {
  .standalone-main {
    padding-top: 78px;
  }
}


.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: var(--green-dark);
  border-bottom: 1px solid rgba(238, 213, 219, .18);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
}
.header-inner {
  width: min(100% - 38px, 1240px);
  height: 98px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  width: 88px;
  height: 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}
.brand-logo {
  width: auto;
  height: auto;
  max-width: 76px;
  max-height: 70px;
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 5.2vw, 76px);
}
.main-nav a {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px 0;
  transition: color .2s ease, transform .2s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: var(--pink);
}
.main-nav a.nav-meet {
  border: 5px solid var(--pink);
  border-radius: 999px;
  padding: 8px 16px;
  line-height: 1;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  padding-top: 138px;
  padding-bottom: 54px;
  min-height: 650px;
  background: var(--cream);
  overflow: hidden;
}
.hero-frame {
  width: min(100% - 64px, 1160px);
  min-height: clamp(330px, 42vw, 430px);
  margin: 0 auto;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--green-dark);
}
.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}
.hero-overlay { background: rgba(24, 84, 48, .50); }
.shape {
  position: absolute;
  width: clamp(190px, 19vw, 280px);
  opacity: .95;
  pointer-events: none;
  z-index: 2;
}
.shape-left { left: -18px; top: 58px; }
.shape-right { right: -18px; top: 0; }
.hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: 48px 26px;
}
.hero h1 {
  width: min(690px, 100%);
  margin: 0;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 52px);
  line-height: .95;
  letter-spacing: -.03em;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.15);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 24px;
  border-radius: 999px;
  border: 1px solid var(--white);
  background: var(--green-dark);
  color: var(--white);
  font-weight: 900;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(24, 84, 48, .24);
}
.button.full { width: 100%; }
.hero-button {
  font-family: var(--font-display);
  font-style: italic;
  min-height: 38px;
  padding: 6px 22px;
  font-size: 14px;
}
.values-strip {
  overflow: hidden;
  white-space: nowrap;
  color: var(--green-dark);
  background: transparent;
  margin-top: 26px;
}
.values-track {
  display: flex;
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  width: max-content;
  animation: valuesMarquee 28s linear infinite;
}
.values-track span {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(21px, 2.45vw, 34px);
  color: var(--green-dark);
}
@keyframes valuesMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.nuku-section {
  position: relative;
  padding: clamp(90px, 10vw, 140px) 0 70px;
  background: var(--cream-warm);
  color: var(--nuku-text);
  overflow: hidden;
}
.nuku-layout {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}
.nuku-script {
  margin: 0;
  color: var(--nuku-title);
  font-family: var(--font-script);
  font-size: clamp(90px, 16vw, 190px);
  line-height: .75;
  font-style: italic;
  letter-spacing: -.08em;
}
.nuku-main-copy {
  max-width: 790px;
  display: grid;
  gap: 22px;
}
.nuku-main-copy h2 {
  margin: 0;
  font-family: var(--font-sans);
  text-transform: uppercase;
  color: var(--nuku-text);
  font-size: clamp(28px, 4.4vw, 62px);
  line-height: .98;
  letter-spacing: -.02em;
}
.nuku-main-copy p {
  margin: 0;
  color: var(--nuku-text);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 2.25vw, 31px);
  line-height: 1.12;
  font-weight: 800;
}
.nuku-main-copy .nuku-uppercase {
  font-family: var(--font-sans);
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.24;
  font-weight: 900;
}
.nuku-label {
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px !important;
}
.nuku-contact {
  justify-self: start;
  margin-top: 8px;
  background: var(--nuku-text);
}
.nuku-values-strip {
  margin-top: 64px;
}
.nuku-values-strip .values-track span {
  color: var(--nuku-text);
}
.nuku-image-marquee,
.lab-image-marquee {
  overflow: hidden;
  width: 100%;
}
.nuku-image-marquee { margin-top: 40px; }
.image-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
}
.image-track.left-to-right {
  animation: imageMarqueeLeftToRight 36s linear infinite;
}
.image-track img {
  flex: 0 0 auto;
  width: 280px;
  height: 360px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
}
@keyframes imageMarqueeLeftToRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}


.lab-section {
  padding: clamp(94px, 10vw, 150px) 0 clamp(76px, 9vw, 128px);
  background: #ffffff;
  color: var(--green-dark);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.lab-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(238, 213, 219, .42), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(238, 213, 219, .32), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f7f4f0 100%);
  z-index: -3;
}
.lab-shell {
  position: relative;
  z-index: 3;
}
.lab-arrow {
  position: absolute;
  z-index: 1;
  width: clamp(150px, 20vw, 320px);
  opacity: .9;
  pointer-events: none;
  user-select: none;
}
.lab-arrow-left {
  left: max(-92px, -7vw);
  top: clamp(126px, 18vw, 230px);
  transform: rotate(-4deg);
}
.lab-arrow-right {
  right: max(-96px, -7vw);
  top: clamp(112px, 16vw, 208px);
  transform: scaleX(-1) rotate(-2deg);
}
.lab-hero {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: clamp(28px, 5vw, 62px);
  min-height: clamp(140px, 18vw, 260px);
  align-content: center;
}
.lab-hero h2 {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--green-dark);
  font-size: clamp(82px, 15vw, 186px);
  line-height: .78;
  letter-spacing: -.055em;
  text-shadow: 0 10px 0 rgba(238, 213, 219, .58);
}
.lab-intro-block {
  width: min(100%, 930px);
  margin: 0 auto;
  padding: clamp(30px, 4vw, 50px);
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(24, 84, 48, .08);
  box-shadow: 0 20px 70px rgba(24, 84, 48, .08);
  text-align: center;
  backdrop-filter: blur(6px);
}
.lab-lead {
  margin: 0 auto;
  width: min(760px, 100%);
  font-family: var(--font-display);
  font-style: italic;
  color: var(--green-dark);
  font-size: clamp(27px, 3.8vw, 54px);
  font-weight: 900;
  line-height: .98;
}
.lab-contact {
  background: transparent;
  border-color: var(--pink);
  color: var(--pink);
}
.lab-tabs {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  margin: clamp(34px, 5vw, 58px) 0 clamp(30px, 4vw, 46px);
}
.lab-tabs button {
  min-width: min(260px, 44vw);
  padding: 18px 38px 20px;
  border-radius: 999px;
  border: 1px solid rgba(24, 84, 48, .20);
  background: rgba(255,255,255,.78);
  color: var(--pink-strong);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(238, 213, 219, .62), 0 12px 34px rgba(24, 84, 48, .08);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}
.lab-tabs button::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  background: transparent;
  z-index: -1;
  transition: background .2s ease, box-shadow .2s ease;
}
.lab-tabs button.is-active,
.lab-tabs button[aria-selected="true"] {
  background: var(--pink);
  color: var(--green-dark);
  box-shadow:
    0 0 0 8px rgba(238, 213, 219, .45),
    0 26px 58px rgba(24, 84, 48, .18),
    inset 0 -8px 18px rgba(24, 84, 48, .08);
  transform: translateY(-4px);
}
.lab-tabs button.is-active::after,
.lab-tabs button[aria-selected="true"]::after {
  background: rgba(255,255,255,.28);
  box-shadow: inset 0 0 0 1px rgba(24, 84, 48, .12);
}
.lab-tabs button:not(.is-active) {
  opacity: .82;
}
.lab-tabs button:not(.is-active):hover,
.lab-tabs button:not(.is-active):focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(238, 213, 219, .8),
    0 18px 40px rgba(24, 84, 48, .13);
}
.lab-panel {
  background: var(--white);
  color: var(--ink);
  padding: clamp(24px, 5vw, 64px);
  box-shadow: 0 30px 88px rgba(24, 84, 48, .10);
  border: 1px solid rgba(24, 84, 48, .08);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease;
}
.lab-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}
.lab-band {
  width: 100%;
  min-height: 130px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(54px, 8vw, 92px);
  line-height: .9;
  text-align: center;
}
.arl-band { background: var(--pink); color: var(--green-dark); }
.seguros-band { background: var(--green-dark); color: var(--white); }
.lab-intro {
  max-width: 860px;
  margin: 0 auto 42px;
  color: var(--mid);
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(19px, 2.2vw, 29px);
  line-height: 1.14;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.process-card {
  min-height: 310px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(24, 84, 48, .12);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  gap: 16px;
}
.process-card span {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 64px;
  line-height: .8;
  color: var(--green-dark);
}
.process-card h3 {
  margin: 0;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
}
.process-card p {
  margin: 0;
  color: var(--mid);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  line-height: 1.15;
}
.seguros-card span,
.seguros-card h3 { color: var(--pink-strong); }
.lab-image-marquee { margin-top: 46px; }
.lab-image-marquee .image-track img {
  width: 260px;
  height: 190px;
}

.flownews-section {
  background: var(--cream);
  padding: 96px 0;
}
.flow-shell {
  width: min(100% - 44px, 1200px);
  margin-inline: auto;
  background: var(--cream-2);
  border: 1px solid rgba(24, 84, 48, .08);
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0,0,0,.08);
}
.flow-masthead {
  background: var(--green-deep);
  color: var(--pink);
}
.flow-topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(24px, 5vw, 72px);
  border-bottom: 1px solid rgba(238,213,219,.10);
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(238,213,219,.38);
}
.flow-title-wrap {
  position: relative;
  min-height: 410px;
  padding: clamp(38px, 6vw, 72px) clamp(24px, 5vw, 72px) 28px;
  overflow: hidden;
}
.flow-ghost {
  position: absolute;
  top: -68px;
  left: 46px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(220px, 30vw, 400px);
  color: rgba(238,213,219,.035);
  line-height: .85;
}
.flow-logo-mini {
  width: 52px;
  height: 66px;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  opacity: .9;
}
.flow-logo-mini img { width: 48px; height: auto; }
.flow-by,
.article-label {
  margin: 0 0 12px;
  font-size: 9px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--green-dark);
  font-weight: 900;
}
.flow-by { color: rgba(238,213,219,.48); }
.flow-title-wrap h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.flow-title-wrap h2 span,
.flow-title-wrap h2 em,
.flow-title-wrap h2 small { display: block; }
.flow-title-wrap h2 span { font-size: clamp(64px, 12vw, 136px); color: var(--pink); }
.flow-title-wrap h2 em { font-size: clamp(64px, 12vw, 136px); color: rgba(238,213,219,.24); }
.flow-title-wrap h2 small { font-size: 22px; color: rgba(238,213,219,.34); font-weight: 400; text-transform: lowercase; margin: 8px 0; }
.flow-title-wrap h2 i { color: rgba(238,213,219,.42); font-style: normal; }
.flow-meta {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  top: 70px;
  width: 210px;
  text-align: right;
  display: grid;
  gap: 20px;
  color: rgba(238,213,219,.44);
  font-family: var(--font-display);
  font-style: italic;
}
.flow-meta b {
  display: inline-block;
  justify-self: end;
  border: 1px solid rgba(238,213,219,.20);
  padding: 10px 16px;
  color: rgba(238,213,219,.60);
}
.flow-subtitle,
.flow-topics {
  padding: 18px clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(238,213,219,.12);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: rgba(238,213,219,.45);
  font-family: var(--font-display);
  font-style: italic;
}
.flow-topics {
  display: block;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flow-cover,
.flow-grid,
.flow-feature,
.nuku-editorial {
  display: grid;
  border-top: 1px solid var(--cream-2);
}
.flow-cover { grid-template-columns: 1fr 1fr; min-height: 640px; }
.flow-cover-art {
  position: relative;
  background: radial-gradient(circle at 35% 18%, rgba(238,213,219,.16), transparent 34%), linear-gradient(160deg, var(--green), var(--green-deep));
  color: var(--pink);
  display: flex;
  align-items: flex-end;
  padding: 46px;
  overflow: hidden;
}
.cover-number {
  position: absolute;
  top: 28px;
  right: 38px;
  font-family: var(--font-display);
  font-size: 190px;
  color: rgba(238,213,219,.06);
  line-height: 1;
}
.cover-tag {
  position: absolute;
  top: 34px;
  left: 34px;
  padding: 7px 14px;
  background: rgba(238,213,219,.12);
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.flow-cover-art strong,
.flow-feature-art strong {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(58px, 7vw, 92px);
  line-height: .84;
}
.flow-cover-art strong i { color: rgba(238,213,219,.48); font-style: normal; }
.flow-cover-art em { position: absolute; left: 46px; bottom: 32px; color: rgba(238,213,219,.7); }
.flow-cover-copy,
.flow-article,
.flow-feature article,
.nuku-editorial article {
  background: var(--cream-warm);
  padding: clamp(28px, 4.6vw, 62px);
}
.flow-cover-copy h3,
.flow-article h3,
.flow-feature h3,
.nuku-editorial h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.02;
  color: var(--ink);
}
.flow-cover-copy p,
.flow-article p,
.flow-feature p,
.nuku-editorial p,
.flow-article li {
  color: var(--mid);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
}
.flow-cover-copy blockquote,
.flow-article blockquote,
.flow-feature blockquote {
  margin: 22px 0;
  border-left: 3px solid var(--green-dark);
  padding: 14px 22px;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  background: rgba(24,84,48,.05);
}
.flow-cover-copy small,
.flow-article small {
  display: block;
  margin-top: 22px;
  color: rgba(90,82,72,.64);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.flow-grid.two { grid-template-columns: 1fr 1fr; }
.flow-article.dark {
  background: var(--green-dark);
  color: var(--pink);
}
.flow-article.dark h3,
.flow-article.dark p,
.flow-article.dark li,
.flow-article.dark small,
.flow-article.dark .article-label { color: var(--pink); }
.flow-article.dark blockquote { border-color: var(--pink); color: var(--pink); background: rgba(238,213,219,.07); }
.flow-feature { grid-template-columns: 1.08fr .92fr; background: var(--green-deep); }
.flow-feature article { background: var(--green-deep); }
.flow-feature h3,
.flow-feature p,
.flow-feature .article-label,
.flow-feature blockquote { color: var(--pink); }
.flow-feature blockquote { border-color: var(--pink); background: rgba(238,213,219,.07); }
.flow-feature-art {
  display: grid;
  place-items: center;
  min-height: 420px;
  color: var(--pink);
  background: radial-gradient(circle at 60% 40%, rgba(238,213,219,.16), transparent 42%), var(--green);
  text-align: center;
}
.flow-feature-art em { font-size: .64em; }
.feature-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 32px;
}
.feature-stats span {
  color: var(--pink);
  border-left: 2px solid var(--pink);
  padding-left: 16px;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.feature-stats b {
  display: block;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1;
}
.flow-grid.burnout { grid-template-columns: .88fr 1.12fr; }
.stats-boxes {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.stats-boxes div {
  background: var(--cream-warm);
  border-left: 4px solid var(--green-dark);
  padding: 16px 20px;
}
.stats-boxes b {
  display: block;
  font-family: var(--font-display);
  font-size: 46px;
  color: var(--green-dark);
  line-height: 1;
}
.stats-boxes span {
  color: var(--mid);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.nuku-editorial {
  grid-template-columns: .9fr 1.1fr;
  background: var(--cream-warm);
}
.nuku-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--cream-2);
  padding: clamp(28px, 4.6vw, 62px);
}
.nuku-phases div {
  background: var(--cream-warm);
  border-left: 3px solid var(--green-dark);
  padding: 24px;
}
.nuku-phases b {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--green-dark);
  font-size: 23px;
}
.nuku-phases span {
  display: block;
  color: var(--mid);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}
.nuku-phases .phase-final { background: var(--green-dark); }
.nuku-phases .phase-final b,
.nuku-phases .phase-final span { color: var(--pink); }

.meet-section {
  background: var(--cream);
  padding: clamp(90px, 10vw, 140px) 0;
}
.meet-inner {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--white);
}
.meet-mark {
  position: absolute;
  width: clamp(230px, 25vw, 390px);
  opacity: .95;
  z-index: 1;
}
.meet-mark.left { left: -110px; top: 70px; }
.meet-mark.right { right: -110px; top: 70px; }
.meet-card {
  position: relative;
  z-index: 2;
  width: min(740px, calc(100% - 42px));
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 20px;
}
.meet-card h2 {
  margin: 0 0 10px;
  color: #777;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(58px, 8vw, 92px);
  line-height: .9;
}
.meet-pill,
.meet-contact {
  width: min(560px, 100%);
  min-height: 58px;
  border-radius: 999px;
  background: #ededed;
  color: var(--green-dark);
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 9px 24px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(28px, 3.8vw, 43px);
  line-height: 1;
}
.meet-pill img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.meet-contact { font-size: clamp(30px, 4.2vw, 48px); }
.meet-copy {
  max-width: 880px;
  margin: 48px 0 0;
  color: var(--green-dark);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .04em;
  font-size: clamp(17px, 2vw, 26px);
  line-height: 1.16;
}

.footer {
  background: var(--green-dark);
  color: var(--white);
  padding: 54px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: .9fr 1.2fr 1.6fr 1.2fr;
  align-items: center;
  gap: 34px;
}
.footer-branding img {
  width: 108px;
  height: auto;
}
.footer-column {
  display: grid;
  gap: 11px;
  justify-items: start;
}
.footer h2,
.footer p,
.footer a,
.footer button {
  margin: 0;
  color: var(--white);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.footer a:hover,
.footer button:hover,
.footer a:focus-visible,
.footer button:focus-visible { color: var(--pink); }
.footer-whatsapp {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 6px !important;
}
.footer-whatsapp img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.footer-static { color: var(--pink) !important; font-weight: 900; }

.contact-modal[hidden],
.case-modal[hidden] { display: none; }
.contact-modal,
.case-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 84, 48, .76);
  backdrop-filter: blur(8px);
}
.modal-panel {
  position: relative;
  width: min(100% - 32px, 760px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  margin: 24px auto;
  padding: clamp(28px, 5vw, 52px);
  background: var(--cream-warm);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.modal-panel h2 {
  margin: 0 0 28px;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .9;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--pink);
  background: var(--green-dark);
  color: var(--white);
  font-size: 26px;
  line-height: 1;
}
.front-form {
  display: grid;
  gap: 18px;
}
.field { display: grid; gap: 8px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label {
  color: var(--green-dark);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
input, textarea {
  width: 100%;
  border: 1px solid rgba(24, 84, 48, .22);
  border-radius: 22px;
  padding: 14px 18px;
  background: var(--white);
  outline: none;
  color: var(--ink);
}
input { min-height: 50px; border-radius: 999px; }
textarea { resize: vertical; min-height: 150px; }
input:focus, textarea:focus {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 4px rgba(24,84,48,.10);
}
.form-status { min-height: 22px; margin: 0; color: var(--green-dark); font-weight: 900; }
.form-status a { text-decoration: underline; }
.form-status.error { color: #9D2D20; }

.legal-body {
  padding-top: 98px;
  min-height: 100vh;
  background: var(--cream);
  color: var(--ink);
}
.legal-page {
  width: min(100% - 44px, 920px);
  margin: 0 auto;
  padding: 80px 0 100px;
}
.legal-page h1 {
  margin: 0 0 24px;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .9;
}
.legal-card {
  background: var(--white);
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.legal-card p { color: var(--mid); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.75; }
.legal-actions { margin-top: 28px; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .values-track,
  .image-track.left-to-right { animation: none; }
}

@media (max-width: 980px) {
  .header-inner { height: 82px; }
  .brand { width: 74px; height: 66px; }
  .brand-logo { max-width: 64px; max-height: 60px; }
  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(238,213,219,.42);
    background: transparent;
    z-index: 120;
  }
  .nav-toggle span { width: 18px; height: 2px; background: var(--pink); margin: 2px 0; transition: .2s ease; }
  .main-nav {
    position: fixed;
    inset: 82px 0 auto 0;
    min-height: calc(100vh - 82px);
    background: var(--green-dark);
    display: none;
    padding: 30px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  body.nav-open .main-nav { display: flex; }
  .main-nav a { font-size: 18px; padding: 16px 0; }
  .main-nav a.nav-meet { align-self: start; }
  .hero { padding-top: 116px; }
  .hero-frame { width: min(100% - 32px, 820px); }
  .nuku-layout { grid-template-columns: 1fr; }
  .process-grid,
  .flow-cover,
  .flow-grid.two,
  .flow-grid.burnout,
  .flow-feature,
  .nuku-editorial { grid-template-columns: 1fr; }
  .nuku-phases { grid-template-columns: 1fr 1fr; }
  .flow-meta { position: static; width: auto; text-align: left; margin-top: 24px; }
  .flow-meta b { justify-self: start; }
  .flow-topbar, .flow-subtitle { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { min-height: auto; padding-top: 104px; padding-bottom: 42px; }
  .hero-frame { width: min(100% - 24px, 100%); min-height: 470px; }
  .hero-media img { object-position: center; }
  .shape { width: 240px; }
  .shape-left { left: -110px; top: 92px; }
  .shape-right { right: -115px; top: 72px; }
  .hero h1 { font-size: clamp(27px, 8.5vw, 42px); }
  .values-track { gap: 34px; }
  .values-track span { font-size: 22px; }
  .nuku-section,
  .lab-section,
  .flownews-section,
  .meet-section { padding: 70px 0; }
  .nuku-main-copy { gap: 18px; }
  .image-track img { width: 220px; height: 290px; }
  .lab-tabs { flex-direction: column; align-items: stretch; }
  .lab-tabs button { width: 100%; }
  .lab-panel { padding: 22px; }
  .lab-band { min-height: 90px; margin-bottom: 30px; }
  .process-card { min-height: auto; }
  .flow-shell { width: min(100% - 20px, 100%); }
  .flow-title-wrap { min-height: 330px; }
  .flow-title-wrap h2 span,
  .flow-title-wrap h2 em { font-size: clamp(52px, 16vw, 80px); }
  .flow-cover-art { min-height: 430px; }
  .cover-number { font-size: 126px; }
  .flow-cover-copy,
  .flow-article,
  .flow-feature article,
  .nuku-editorial article,
  .nuku-phases { padding: 26px; }
  .nuku-phases { grid-template-columns: 1fr; }
  .feature-stats { grid-template-columns: 1fr; }
  .meet-inner { min-height: 610px; }
  .meet-mark.left { left: -160px; top: 70px; }
  .meet-mark.right { right: -160px; top: 74px; }
  .meet-pill, .meet-contact { min-height: 52px; font-size: 26px; }
  .meet-pill img { width: 30px; height: 30px; }
  .meet-copy { margin-top: 34px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .field-row { grid-template-columns: 1fr; }
  .modal-panel { margin: 14px auto; max-height: calc(100vh - 28px); width: min(100% - 20px, 760px); }
  .legal-body { padding-top: 82px; }
}

.site-header .brand-logo,
.footer-branding img,
.flow-logo-mini img {
  filter: brightness(0) invert(1);
}

/* HU-01 a HU-06 · NUKU ajustado según correcciones del cliente */
.nuku-section {
  background: var(--cream-warm);
  color: var(--nuku-text);
  padding: clamp(86px, 9vw, 132px) 0 clamp(72px, 8vw, 112px);
}

.nuku-ordered {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
}

.nuku-heading {
  display: grid;
  gap: clamp(10px, 1.4vw, 16px);
  justify-items: start;
}

.nuku-script {
  color: var(--nuku-title);
  font-family: var(--font-script);
  font-size: clamp(98px, 16vw, 196px);
  line-height: .72;
  font-style: italic;
  letter-spacing: -.075em;
}

.nuku-underline {
  width: clamp(118px, 20vw, 282px);
  height: 4px;
  background: var(--nuku-title);
  border-radius: 999px;
  opacity: .95;
}

.nuku-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: clamp(26px, 4.8vw, 64px);
  align-items: center;
  background: var(--cream-warm);
  border: 1px solid rgba(109, 66, 28, .24);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 64px);
  box-shadow: 0 28px 76px rgba(109, 66, 28, .08);
}

.nuku-feature-copy p {
  margin: 0;
  color: var(--nuku-text);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(25px, 3.6vw, 48px);
  line-height: 1.02;
  letter-spacing: -.025em;
}

.nuku-feature-copy strong {
  color: var(--nuku-title);
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 900;
  letter-spacing: .02em;
}

.nuku-feature-image {
  margin: 0;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(109, 66, 28, .08);
}

.nuku-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.nuku-values-strip {
  margin-top: clamp(34px, 5vw, 74px);
  margin-bottom: clamp(34px, 5vw, 72px);
}

.nuku-values-strip .values-track span {
  color: var(--nuku-text);
}

.nuku-manifest {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  color: var(--nuku-text);
}

.nuku-manifest h2 {
  margin: 0;
  width: min(960px, 100%);
  color: var(--nuku-text);
  font-family: var(--font-sans);
  text-transform: uppercase;
  font-size: clamp(34px, 5.6vw, 82px);
  line-height: .92;
  letter-spacing: -.03em;
}

.nuku-manifest p {
  margin: 0;
  width: min(980px, 100%);
  color: var(--nuku-text);
}

.nuku-manifest .nuku-uppercase {
  font-family: var(--font-sans);
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(17px, 2.1vw, 27px);
  line-height: 1.22;
  font-weight: 900;
}

.nuku-manifest .nuku-label {
  font-family: var(--font-sans);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 14px;
  font-weight: 900;
}

.nuku-image-marquee {
  margin-top: clamp(42px, 6vw, 86px);
}

.nuku-closing-wrap {
  margin-top: clamp(42px, 6vw, 82px);
}

.nuku-closing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
  background: var(--nuku-text);
  color: var(--cream-warm);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 58px);
}

.nuku-closing-card p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(24px, 3.8vw, 48px);
  line-height: 1.05;
  color: var(--cream-warm);
}

.nuku-closing-card .nuku-contact {
  margin: 0;
  justify-self: end;
  border-color: var(--cream-warm);
  background: var(--cream-warm);
  color: var(--nuku-text);
}

@media (max-width: 980px) {
  .nuku-feature-card {
    grid-template-columns: 1fr;
  }

  .nuku-feature-image,
  .nuku-feature-image img {
    min-height: 320px;
  }

  .nuku-closing-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nuku-closing-card .nuku-contact {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .nuku-section {
    padding: 62px 0 70px;
  }

  .nuku-script {
    font-size: clamp(86px, 26vw, 132px);
  }

  .nuku-feature-card,
  .nuku-closing-card {
    border-radius: 26px;
    padding: 24px;
  }

  .nuku-feature-copy p,
  .nuku-closing-card p {
    font-size: clamp(24px, 8vw, 36px);
  }

  .nuku-feature-image,
  .nuku-feature-image img {
    min-height: 280px;
  }
}

/* NUKU exact logo asset extracted from client reference, page 5 */
.nuku-logo-title {
  margin: 0;
  display: block;
  line-height: 0;
}

.nuku-logo {
  display: block;
  width: clamp(260px, 37vw, 560px);
  max-width: 100%;
  height: auto;
}

.nuku-heading .nuku-underline {
  margin-left: clamp(28px, 4vw, 72px);
  width: clamp(170px, 24vw, 360px);
  height: 5px;
  background: #f7f0e7;
  box-shadow: 0 1px 0 rgba(109, 66, 28, .08);
}

@media (max-width: 640px) {
  .nuku-logo {
    width: min(82vw, 420px);
  }

  .nuku-heading .nuku-underline {
    margin-left: 18px;
    width: min(58vw, 260px);
    height: 4px;
  }
}

/* HU07-HU09 · ZEALAB light composition and tab sequence */
@media (max-width: 980px) {
  .lab-arrow {
    width: clamp(120px, 26vw, 220px);
    opacity: .62;
  }
  .lab-arrow-left { left: -92px; top: 116px; }
  .lab-arrow-right { right: -96px; top: 112px; }
  .lab-hero { min-height: 180px; }
  .lab-intro-block { padding: clamp(24px, 5vw, 40px); }
}

@media (max-width: 640px) {
  .lab-section { padding-top: 86px; }
  .lab-hero { min-height: 150px; margin-bottom: 22px; }
  .lab-hero h2 {
    font-size: clamp(58px, 18vw, 92px);
    text-shadow: 0 7px 0 rgba(238, 213, 219, .58);
  }
  .lab-arrow { width: 180px; opacity: .52; }
  .lab-arrow-left { left: -112px; top: 94px; }
  .lab-arrow-right { right: -118px; top: 96px; }
  .lab-intro-block { padding: 24px 18px; }
  .lab-lead { font-size: clamp(26px, 8vw, 38px); }
  .lab-tabs { gap: 16px; }
  .lab-tabs button {
    min-width: 0;
    width: 100%;
    font-size: clamp(28px, 9vw, 40px);
  }
}

/* Premium layout refinement pass · ajustes de distribución sin cambiar texto, logos, colores ni familias tipográficas */
:root {
  --premium-gutter: clamp(26px, 5vw, 78px);
  --premium-section-gap: clamp(72px, 9vw, 128px);
}

.container {
  width: min(100% - var(--premium-gutter), var(--max));
}

@media (min-width: 981px) {
  .site-header {
    box-shadow: 0 16px 46px rgba(0, 0, 0, .10);
  }

  .header-inner {
    height: 92px;
    width: min(100% - 48px, 1260px);
  }

  .brand {
    width: 82px;
    height: 72px;
  }

  .brand-logo {
    max-width: 70px;
    max-height: 66px;
  }

  .main-nav {
    gap: clamp(34px, 5.4vw, 82px);
  }
}

.hero {
  padding-top: clamp(126px, 10vw, 148px);
  padding-bottom: clamp(56px, 7vw, 92px);
  min-height: auto;
}

.hero-frame {
  width: min(100% - clamp(38px, 8vw, 138px), 1120px);
  min-height: clamp(350px, 38vw, 475px);
  box-shadow: 0 34px 84px rgba(24, 84, 48, .12);
}

.hero-content {
  gap: clamp(18px, 2.6vw, 30px);
  padding: clamp(42px, 6vw, 72px) 28px;
}

.hero h1 {
  width: min(620px, 100%);
  font-size: clamp(30px, 4.2vw, 56px);
}

.shape {
  width: clamp(170px, 18vw, 268px);
}

.shape-left {
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.shape-right {
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.values-strip {
  margin-top: clamp(24px, 3vw, 42px);
}

.nuku-section {
  padding-top: var(--premium-section-gap);
  padding-bottom: var(--premium-section-gap);
}

.nuku-ordered {
  gap: clamp(34px, 4.6vw, 66px);
}

.nuku-heading {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.nuku-logo {
  width: clamp(230px, 30vw, 470px);
}

.nuku-heading .nuku-underline {
  margin-left: clamp(24px, 3.2vw, 52px);
  width: clamp(150px, 18vw, 285px);
}

.nuku-feature-card {
  width: min(100%, 1120px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, .82fr);
  gap: clamp(32px, 5vw, 74px);
  padding: clamp(34px, 5.4vw, 72px);
}

.nuku-feature-copy p {
  font-size: clamp(28px, 3.55vw, 50px);
  line-height: 1.04;
}

.nuku-feature-image,
.nuku-feature-image img {
  min-height: clamp(340px, 36vw, 460px);
}

.nuku-values-strip {
  margin-top: clamp(46px, 6vw, 88px);
  margin-bottom: clamp(50px, 6.4vw, 92px);
}

.nuku-manifest {
  width: min(100% - var(--premium-gutter), 1120px);
  gap: clamp(20px, 2.8vw, 34px);
}

.nuku-manifest h2 {
  width: min(980px, 100%);
  font-size: clamp(38px, 5.2vw, 78px);
}

.nuku-manifest .nuku-uppercase {
  width: min(1040px, 100%);
}

.nuku-image-marquee {
  margin-top: clamp(48px, 6.6vw, 96px);
}

.image-track {
  gap: clamp(16px, 2vw, 26px);
}

.nuku-image-marquee .image-track img {
  width: clamp(240px, 24vw, 330px);
  height: clamp(300px, 33vw, 430px);
}

.nuku-closing-wrap {
  margin-top: clamp(52px, 7vw, 104px);
}

.nuku-closing-card {
  width: min(100%, 1080px);
  margin-inline: auto;
  padding: clamp(34px, 5.2vw, 64px);
}

.lab-section {
  padding-top: clamp(110px, 10vw, 152px);
  padding-bottom: clamp(86px, 9vw, 132px);
}

.lab-shell {
  width: min(100% - var(--premium-gutter), 1160px);
  margin-inline: auto;
}

.lab-hero {
  min-height: clamp(168px, 17vw, 244px);
  margin-bottom: clamp(24px, 4.2vw, 52px);
}

.lab-hero h2 {
  font-size: clamp(74px, 13.2vw, 164px);
}

.lab-arrow {
  width: clamp(132px, 17vw, 268px);
}

.lab-arrow-left {
  left: max(-88px, -6vw);
  top: clamp(118px, 15vw, 190px);
}

.lab-arrow-right {
  right: max(-88px, -6vw);
  top: clamp(112px, 15vw, 184px);
}

.lab-intro-block {
  width: min(100%, 880px);
  padding: clamp(28px, 4.2vw, 48px);
}

.lab-lead {
  width: min(760px, 100%);
  font-size: clamp(28px, 3.5vw, 50px);
}

.lab-tabs {
  margin-top: clamp(36px, 4.6vw, 56px);
  margin-bottom: clamp(34px, 4.6vw, 56px);
}

.lab-tabs button {
  min-width: min(242px, 44vw);
}

.lab-panel {
  width: min(100%, 1060px);
  margin-inline: auto;
  padding: clamp(30px, 5vw, 62px);
}

.lab-band {
  min-height: clamp(104px, 11vw, 138px);
  margin-bottom: clamp(34px, 4.2vw, 52px);
}

.lab-intro {
  margin-bottom: clamp(34px, 4vw, 52px);
}

.process-grid {
  gap: clamp(18px, 2.4vw, 30px);
}

.process-card {
  min-height: clamp(280px, 27vw, 330px);
  padding: clamp(28px, 3.2vw, 42px);
}

.lab-image-marquee {
  margin-top: clamp(48px, 6vw, 82px);
}

.lab-image-marquee .image-track img {
  width: clamp(245px, 24vw, 320px);
  height: clamp(170px, 16vw, 220px);
}

.meet-section {
  padding: clamp(86px, 9vw, 128px) 0;
}

.meet-inner {
  min-height: clamp(610px, 62vw, 760px);
}

.meet-card {
  width: min(740px, calc(100% - 52px));
  gap: clamp(18px, 2.2vw, 26px);
}

.meet-pill,
.meet-contact {
  width: min(540px, 100%);
}

.meet-copy {
  width: min(880px, 100%);
  margin-top: clamp(38px, 5vw, 62px);
}

.footer {
  padding: clamp(46px, 6vw, 72px) 0;
}

.footer-grid {
  width: min(100% - var(--premium-gutter), 1180px);
  grid-template-columns: .72fr 1.1fr 1.55fr 1.05fr;
  gap: clamp(28px, 5vw, 74px);
}

.footer-branding img {
  width: clamp(88px, 8vw, 112px);
}

.footer-column {
  gap: 12px;
}

.modal-panel {
  margin-top: clamp(20px, 4vw, 48px);
}

@media (max-width: 980px) {
  .container,
  .lab-shell,
  .nuku-manifest,
  .footer-grid {
    width: min(100% - 34px, var(--max));
  }

  .hero {
    padding-top: 106px;
  }

  .hero-frame {
    width: min(100% - 34px, 760px);
    min-height: 430px;
  }

  .shape {
    width: clamp(146px, 25vw, 210px);
  }

  .nuku-feature-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nuku-feature-image,
  .nuku-feature-image img {
    min-height: 340px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: auto;
  }

  .lab-tabs {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .container,
  .lab-shell,
  .nuku-manifest,
  .footer-grid {
    width: min(100% - 26px, var(--max));
  }

  .header-inner {
    width: min(100% - 24px, 1240px);
  }

  .hero {
    padding-top: 96px;
    padding-bottom: 52px;
  }

  .hero-frame {
    width: min(100% - 24px, 520px);
    min-height: 450px;
  }

  .hero h1 {
    font-size: clamp(30px, 9.8vw, 44px);
  }

  .shape-left {
    left: -84px;
  }

  .shape-right {
    right: -84px;
  }

  .values-track {
    gap: 38px;
  }

  .nuku-section {
    padding-top: 70px;
  }

  .nuku-feature-card {
    padding: 24px;
  }

  .nuku-feature-copy p {
    font-size: clamp(25px, 7.7vw, 34px);
  }

  .nuku-feature-image,
  .nuku-feature-image img {
    min-height: 300px;
  }

  .nuku-manifest h2 {
    font-size: clamp(34px, 11vw, 54px);
  }

  .nuku-manifest .nuku-uppercase {
    font-size: clamp(16px, 4.8vw, 22px);
  }

  .nuku-closing-card {
    padding: 26px;
  }

  .lab-section {
    padding-top: 92px;
  }

  .lab-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .lab-tabs button {
    width: auto;
    min-width: 0;
    padding-inline: 14px;
  }

  .lab-panel {
    padding: 20px;
  }

  .lab-band {
    min-height: 86px;
    margin-bottom: 26px;
  }

  .meet-inner {
    min-height: 620px;
  }

  .meet-card {
    width: min(100% - 26px, 520px);
  }

  .meet-copy {
    margin-top: 36px;
  }
}

/* Responsive containment guard for moving strips and decorative elements */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.values-strip,
.nuku-image-marquee,
.lab-image-marquee {
  max-width: 100%;
  overflow-x: clip;
  contain: paint;
}

.hero-frame,
.meet-inner,
.lab-section,
.nuku-section {
  max-width: 100%;
}

/* V10 wireframe fidelity corrections */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Footer: structure from the supplied wireframe */
.footer.footer-wireframe {
  padding: 0;
  background: var(--green-dark);
  color: #fff;
  overflow: hidden;
}
.footer-wireframe-grid {
  width: min(100% - 48px, 1280px);
  min-height: 220px;
  margin: 0 auto;
  padding: 34px 0 30px;
  display: grid;
  grid-template-columns: 116px 150px 120px 12px minmax(220px, 1fr) 12px minmax(260px, 1.15fr);
  align-items: center;
  gap: clamp(20px, 2.7vw, 44px);
}
.footer-branding-wireframe {
  align-self: center;
}
.footer-branding-wireframe img {
  width: 104px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}
.footer-wireframe .footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
}
.footer-wireframe h2,
.footer-wireframe p,
.footer-wireframe a,
.footer-wireframe button,
.footer-wireframe label,
.footer-wireframe input {
  font-family: Arial, Helvetica, sans-serif;
}
.footer-wireframe h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
.footer-wireframe .footer-social h2 {
  text-align: center;
  font-weight: 800;
}
.footer-wireframe a,
.footer-wireframe button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  font-size: 9px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
}
.footer-wireframe a:hover,
.footer-wireframe a:focus-visible,
.footer-wireframe button:hover,
.footer-wireframe button:focus-visible {
  color: var(--pink);
}
.footer-separator {
  display: block;
  width: 7px;
  height: 132px;
  justify-self: center;
  border-radius: 50%;
  background: var(--pink-strong);
  transform: rotate(1deg);
}
.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}
.footer-social-links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #fff;
  overflow: hidden;
}
.footer-social-links img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.footer-newsletter {
  align-self: stretch;
  justify-content: center;
}
.newsletter-form {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 4px;
  min-width: 0;
}
.newsletter-form label {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.newsletter-form input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 8px 18px;
  border: 4px solid var(--pink-strong);
  border-radius: 999px;
  outline: 0;
  background: transparent;
  color: #fff;
}
.newsletter-form input:focus {
  box-shadow: 0 0 0 3px rgba(242, 197, 206, .25);
}
.newsletter-status {
  grid-column: 1 / -1;
  min-height: 15px;
  margin: 0;
  color: var(--pink);
  font-size: 9px;
}

/* ALMAZEA home */
.page-almazea {
  background: #fff;
}
.page-almazea .hero {
  min-height: 0;
  padding: 92px 0 0;
  background: #fff;
}
.page-almazea .hero-frame {
  width: 100%;
  max-width: none;
  min-height: 0;
  aspect-ratio: 1125 / 423;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}
.page-almazea .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-almazea .hero-overlay {
  background: transparent;
}
.page-almazea .shape {
  z-index: 2;
  width: clamp(205px, 18vw, 340px);
  height: 84%;
  object-fit: contain;
  opacity: 1;
}
.page-almazea .shape-left {
  left: -4px;
  top: 20%;
  transform: none;
}
.page-almazea .shape-right {
  right: -3px;
  top: 0;
  transform: none;
}
.page-almazea .hero-content {
  position: absolute;
  z-index: 4;
  left: 14.6%;
  bottom: 14.5%;
  width: min(61%, 850px);
  padding: 0;
  display: grid;
  gap: 12px;
  justify-items: stretch;
  text-align: left;
}
.page-almazea .hero h1 {
  width: 100%;
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: clamp(24px, 2.5vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.02em;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0,0,0,.16);
}
.page-almazea .hero-button {
  justify-self: center;
  min-width: 180px;
  min-height: 52px;
  margin-top: 0;
  padding: 8px 28px;
  border: 3px solid #fff;
  background: var(--green-dark);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  text-transform: none;
  box-shadow: none;
}
.page-almazea .values-strip {
  height: 126px;
  margin: 0;
  padding: 24px 28px 20px;
  display: flex;
  align-items: flex-start;
  background: #fff;
}
.page-almazea .values-track {
  gap: clamp(58px, 8vw, 138px);
  animation: valuesMarquee 34s linear infinite;
}
.page-almazea .values-track span {
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 48px);
  font-style: italic;
  font-weight: 700;
}

/* NUKU page */
.page-nuku {
  background: #fff;
}
.page-nuku .standalone-main {
  padding-top: 92px;
}
.nuku-wireframe {
  padding: 0;
  background: #fff;
  color: #16452f;
  overflow: hidden;
}
.nuku-logo-stage {
  min-height: clamp(270px, 35vw, 500px);
  padding: clamp(56px, 8vw, 110px) 24px 46px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background: #fff;
}
.nuku-logo-stage h1 {
  margin: 0;
  line-height: 0;
}
.nuku-logo-stage .nuku-logo {
  width: clamp(430px, 61vw, 790px);
  max-width: 90vw;
}
.nuku-logo-line {
  display: block;
  width: clamp(340px, 52vw, 660px);
  height: 8px;
  margin-top: -12px;
  background: #f4e3d2;
}
.nuku-wireframe-card {
  width: min(100% - 2px, 1320px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 94px) clamp(48px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .78fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
  border: 0;
  border-radius: 0;
  background: #f7eadc;
  box-shadow: none;
}
.nuku-wireframe-card .nuku-feature-copy {
  display: grid;
  gap: 22px;
}
.nuku-wireframe-card .nuku-feature-copy p {
  margin: 0;
  color: #16452f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.45vw, 23px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.nuku-wireframe-card .nuku-feature-copy .nuku-lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 31px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
}
.nuku-wireframe-card .nuku-feature-copy strong {
  color: #16452f;
  font-family: inherit;
  font-style: inherit;
  letter-spacing: 0;
}
.nuku-wireframe-card .nuku-feature-copy em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}
.nuku-wireframe-card .nuku-feature-image {
  min-height: 0;
  margin: 0;
  padding: 8px;
  border-radius: 0;
  background: #fff;
}
.nuku-wireframe-card .nuku-feature-image img {
  width: 100%;
  min-height: 0;
  aspect-ratio: 736 / 1106;
  object-fit: cover;
  border-radius: 0;
}
.nuku-values-static {
  min-height: 120px;
  padding: 32px clamp(30px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  text-align: center;
  background: #fff;
}
.nuku-values-static span {
  color: #ba4024;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.5vw, 42px);
  font-style: italic;
}
.nuku-manifest-centered {
  width: min(100% - 40px, 1040px);
  min-height: 260px;
  margin: 0 auto;
  padding: 38px 0 54px;
  display: grid;
  place-items: center;
  text-align: center;
}
.nuku-manifest-centered p {
  width: 100%;
  margin: 0;
  color: #6d2f22;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(19px, 2.15vw, 33px);
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
}
.nuku-manifest-centered strong {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-transform: none;
}
.nuku-gallery {
  width: 100%;
  height: clamp(210px, 24vw, 360px);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  overflow: hidden;
  background: #1a1a1a;
}
.nuku-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.nuku-closing-panel {
  min-height: clamp(250px, 29vw, 420px);
  padding: 42px 20px 30px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  background: #f7eadc;
}
.nuku-closing-logo {
  width: clamp(410px, 57vw, 760px);
  max-width: 90vw;
}
.nuku-closing-panel .nuku-contact {
  min-width: 140px;
  min-height: 36px;
  margin-top: -16px;
  padding: 4px 20px;
  border: 2px solid #ba4024;
  background: #f7eadc;
  color: #6d2f22;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  box-shadow: none;
}

/* ZEALAB */
.page-zealab {
  background: #fff;
}
.page-zealab .standalone-main {
  padding-top: 92px;
}
.lab-wireframe {
  padding: 0;
  background: #fff;
  color: var(--green-dark);
}
.lab-wireframe::before {
  display: none;
}
.lab-title-stage {
  position: relative;
  min-height: clamp(300px, 35vw, 490px);
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
}
.lab-title-stage h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #173f2b;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(74px, 11.5vw, 174px);
  font-style: normal;
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.055em;
  text-shadow: none;
}
.lab-title-stage .lab-arrow {
  position: absolute;
  width: clamp(105px, 12vw, 190px);
  opacity: 1;
}
.lab-title-stage .lab-arrow-left {
  left: 8%;
  top: 56%;
  transform: translateY(-50%);
}
.lab-title-stage .lab-arrow-right {
  right: 8%;
  top: 28%;
  transform: none;
}
.lab-selector-band {
  min-height: clamp(250px, 29vw, 390px);
  padding: 50px 20px;
  display: grid;
  place-items: center;
  background: var(--green-dark);
}
.lab-selector-band .lab-tabs {
  width: min(900px, 100%);
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(80px, 13vw, 190px);
}
.lab-selector-band .lab-tabs button {
  min-width: 0;
  width: 100%;
  padding: 18px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 43px);
  font-style: italic;
  font-weight: 700;
  box-shadow: none;
}
.lab-selector-band .lab-tabs button::after {
  content: "";
  position: absolute;
  inset: 2px 2px;
  z-index: -1;
  border: 10px solid var(--pink-strong);
  border-radius: 50%;
  transform: rotate(3deg) scaleX(1.08);
  opacity: .85;
}
.lab-selector-band .lab-tabs button.is-active::after,
.lab-selector-band .lab-tabs button[aria-selected="true"]::after {
  opacity: 1;
  transform: rotate(-3deg) scaleX(1.12);
}
.insurer-marquee {
  width: 100%;
  height: 66px;
  overflow: hidden;
  border-top: 2px solid rgba(24,84,48,.15);
  border-bottom: 2px solid rgba(24,84,48,.15);
  background: #fff;
}
.insurer-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: insurerMarquee 24s linear infinite;
}
.insurer-track img {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  object-fit: contain;
}
@keyframes insurerMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.lab-content-shell {
  width: 100%;
  background: #fff;
}
.lab-wireframe .lab-panel {
  width: 100%;
  margin: 0;
  padding: 0 0 90px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.lab-wireframe .lab-band {
  width: 100%;
  min-height: 126px;
  margin: 0 0 52px;
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-style: italic;
  font-weight: 700;
}
.lab-wireframe .arl-band {
  background: var(--pink-strong);
  color: var(--green-dark);
}
.lab-wireframe .seguros-band {
  background: var(--green-dark);
  color: #fff;
}
.lab-wireframe .lab-intro {
  width: min(100% - 40px, 840px);
  margin: 0 auto 48px;
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.55vw, 23px);
  font-style: italic;
  line-height: 1.15;
  text-align: center;
}
.lab-wireframe .process-grid {
  width: min(100% - 60px, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lab-wireframe .process-card {
  min-height: 270px;
  padding: 26px 28px;
  border: 1px solid #dadada;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.lab-wireframe .process-card span {
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 66px);
  font-style: italic;
}
.lab-wireframe .process-card h3 {
  margin: -6px 0 24px 48px;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.7vw, 26px);
  font-style: italic;
  text-transform: uppercase;
}
.lab-wireframe .process-card p {
  margin: 0;
  color: #1e1e1e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1.1vw, 17px);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}
.lab-wireframe .seguros-card span,
.lab-wireframe .seguros-card h3 {
  color: var(--pink-strong);
}
.lab-visible-contact {
  position: relative;
  min-height: 390px;
  margin-top: 70px;
  padding: 40px 30px 48px;
  background: #efefef;
  overflow: hidden;
}
.lab-visible-contact h2 {
  margin: 0 0 44px;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-style: italic;
  text-align: center;
}
.lab-inline-form {
  position: relative;
  width: min(100% - 30px, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: center;
}
.lab-inline-decoration {
  width: 200px;
  height: 230px;
  margin-left: -112px;
  background: url('../assets/mark-green.png') center / contain no-repeat;
}
.lab-inline-fields {
  display: grid;
  gap: 9px;
}
.lab-inline-fields label {
  display: block;
}
.lab-inline-fields input {
  width: 100%;
  height: 44px;
  padding: 4px 22px;
  border: 2px solid var(--green-dark);
  border-radius: 999px;
  background: transparent;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  text-align: right;
}
.lab-inline-fields input::placeholder {
  color: #929292;
  opacity: 1;
}
.lab-inline-fields .form-status {
  min-height: 18px;
  font-size: 11px;
  text-align: right;
}
.lab-second-contact {
  display: block;
  margin: 72px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-style: italic;
  font-weight: 700;
}
.lab-second-contact::after {
  content: "";
  display: inline-block;
  width: clamp(100px, 14vw, 190px);
  height: 70px;
  margin-left: 28px;
  vertical-align: middle;
  background: url('../assets/arrow-left.png') center / contain no-repeat;
}

/* MEET ZEA */
.page-meetzea {
  background: #fff;
}
.page-meetzea .standalone-main {
  padding-top: 92px;
}
.meet-wireframe {
  position: relative;
  min-height: clamp(600px, 52vw, 760px);
  padding: 0;
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
}
.meet-wireframe .meet-mark {
  position: absolute;
  z-index: 1;
  width: clamp(230px, 19vw, 350px);
  height: 70%;
  object-fit: contain;
  opacity: 1;
}
.meet-wireframe .meet-mark.left {
  left: -4px;
  top: 4%;
}
.meet-wireframe .meet-mark.right {
  right: -4px;
  top: 4%;
}
.meet-wireframe-card {
  position: relative;
  z-index: 2;
  width: min(100% - 80px, 900px);
  margin: 0;
  padding: 54px 20px 20px;
  display: grid;
  justify-items: center;
  gap: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.meet-wireframe-card h1 {
  margin: 0 0 24px;
  color: #8f9496;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(47px, 5.8vw, 78px);
  font-style: italic;
  font-weight: 700;
}
.meet-wireframe .meet-pill,
.meet-wireframe .meet-contact {
  width: min(580px, 100%);
  min-height: 76px;
  padding: 10px 22px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #ecebea;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.25vw, 46px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}
.meet-wireframe .meet-copy {
  width: min(940px, 100%);
  margin: clamp(68px, 8vw, 112px) 0 0;
  color: #173f2b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.55vw, 23px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .footer-wireframe-grid {
    width: min(100% - 34px, 760px);
    grid-template-columns: 104px 1fr 1fr;
    grid-template-areas:
      "logo legal support"
      "social social newsletter";
    gap: 30px 34px;
    align-items: start;
  }
  .footer-branding-wireframe { grid-area: logo; }
  .footer-legal { grid-area: legal; }
  .footer-support { grid-area: support; }
  .footer-social { grid-area: social; }
  .footer-newsletter { grid-area: newsletter; }
  .footer-separator { display: none; }
  .footer-wireframe .footer-social h2 { text-align: left; }
  .footer-social-links { justify-content: flex-start; }

  .page-almazea .hero { padding-top: 82px; }
  .page-almazea .hero-frame { aspect-ratio: 16 / 8.3; }
  .page-almazea .hero-content { left: 12%; width: 70%; bottom: 15%; }
  .page-almazea .shape { width: 27vw; }

  .page-nuku .standalone-main,
  .page-zealab .standalone-main,
  .page-meetzea .standalone-main { padding-top: 82px; }
  .nuku-wireframe-card { grid-template-columns: 1fr; }
  .nuku-wireframe-card .nuku-feature-image { width: min(470px, 100%); justify-self: center; }
  .nuku-gallery { grid-template-columns: repeat(4, 1fr); height: auto; }
  .nuku-gallery img { aspect-ratio: 1 / 1.15; }
  .nuku-gallery img:nth-child(n+5) { grid-column: auto; }

  .lab-wireframe .process-grid { grid-template-columns: 1fr; width: min(100% - 40px, 700px); }
  .lab-wireframe .process-card { min-height: 0; }
  .lab-inline-form { grid-template-columns: 90px 1fr; }
  .lab-inline-decoration { width: 150px; margin-left: -92px; }
  .lab-selector-band .lab-tabs { gap: 70px; }

  .meet-wireframe { min-height: 640px; }
  .meet-wireframe .meet-mark { width: 28vw; }
}

@media (max-width: 640px) {
  .desktop-only { display: none; }

  .footer-wireframe-grid {
    width: min(100% - 30px, 520px);
    padding: 30px 0;
    grid-template-columns: 86px 1fr;
    grid-template-areas:
      "logo social"
      "legal support"
      "newsletter newsletter";
    gap: 30px 24px;
  }
  .footer-branding-wireframe img { width: 84px; }
  .footer-wireframe h2 { font-size: 16px; }
  .footer-wireframe a,
  .footer-wireframe button { font-size: 9px; }
  .footer-social-links { gap: 12px; }
  .footer-social-links a { width: 30px; height: 30px; }
  .footer-social-links img { width: 27px; height: 27px; }
  .footer-newsletter { width: 100%; }
  .newsletter-form { grid-template-columns: 64px 1fr; }
  .newsletter-form input { height: 46px; }

  .page-almazea .hero { padding-top: 82px; }
  .page-almazea .hero-frame { aspect-ratio: auto; min-height: 460px; }
  .page-almazea .hero-media img { object-position: 47% center; }
  .page-almazea .shape { width: 190px; height: 78%; }
  .page-almazea .shape-left { left: -90px; top: 20%; }
  .page-almazea .shape-right { right: -90px; top: 2%; }
  .page-almazea .hero-content { left: 8%; bottom: 13%; width: 84%; gap: 14px; }
  .page-almazea .hero h1 { font-size: clamp(25px, 8vw, 37px); text-align: left; }
  .page-almazea .hero-button { min-width: 160px; min-height: 48px; font-size: 16px; }
  .page-almazea .values-strip { height: 92px; padding: 19px 18px; }
  .page-almazea .values-track { gap: 42px; }
  .page-almazea .values-track span { font-size: 27px; }

  .nuku-logo-stage { min-height: 270px; padding-top: 46px; }
  .nuku-logo-stage .nuku-logo { width: 90vw; }
  .nuku-logo-line { width: 72vw; height: 5px; }
  .nuku-wireframe-card { width: 100%; padding: 34px 24px; gap: 32px; }
  .nuku-wireframe-card .nuku-feature-copy p { font-size: 15px; }
  .nuku-wireframe-card .nuku-feature-copy .nuku-lead { font-size: 21px; }
  .nuku-values-static { grid-template-columns: 1fr 1fr; gap: 20px; padding: 28px 20px; }
  .nuku-values-static span { font-size: 27px; }
  .nuku-manifest-centered { min-height: 220px; padding: 38px 0; }
  .nuku-manifest-centered p { font-size: 18px; }
  .nuku-gallery { grid-template-columns: repeat(2, 1fr); }
  .nuku-closing-panel { min-height: 250px; }
  .nuku-closing-logo { width: 92vw; }

  .lab-title-stage { min-height: 280px; }
  .lab-title-stage h1 { font-size: clamp(66px, 20vw, 96px); }
  .lab-title-stage .lab-arrow { width: 110px; }
  .lab-title-stage .lab-arrow-left { left: -20px; top: 62%; }
  .lab-title-stage .lab-arrow-right { right: -16px; top: 18%; }
  .lab-selector-band { min-height: 250px; padding: 42px 18px; }
  .lab-selector-band .lab-tabs { gap: 18px; }
  .lab-selector-band .lab-tabs button { font-size: 25px; padding: 16px 4px; }
  .lab-selector-band .lab-tabs button::after { border-width: 7px; }
  .insurer-marquee { height: 52px; }
  .lab-wireframe .lab-band { min-height: 95px; margin-bottom: 34px; font-size: 42px; }
  .lab-wireframe .lab-intro { font-size: 15px; }
  .lab-wireframe .process-grid { width: min(100% - 28px, 560px); }
  .lab-visible-contact { min-height: 380px; padding-inline: 14px; }
  .lab-visible-contact h2 { font-size: 44px; margin-bottom: 32px; }
  .lab-inline-form { width: 100%; grid-template-columns: 52px 1fr; gap: 8px; }
  .lab-inline-decoration { width: 110px; height: 200px; margin-left: -67px; }
  .lab-inline-fields input { height: 42px; padding-inline: 15px; font-size: 15px; }
  .lab-second-contact { font-size: 44px; }
  .lab-second-contact::after { display: block; margin: 10px auto 0; }

  .meet-wireframe { min-height: 650px; padding: 28px 0; }
  .meet-wireframe .meet-mark { width: 190px; height: 64%; }
  .meet-wireframe .meet-mark.left { left: -112px; top: 4%; }
  .meet-wireframe .meet-mark.right { right: -112px; top: 4%; }
  .meet-wireframe-card { width: min(100% - 28px, 520px); padding: 34px 0 12px; }
  .meet-wireframe-card h1 { font-size: 48px; margin-bottom: 20px; }
  .meet-wireframe .meet-pill,
  .meet-wireframe .meet-contact { min-height: 62px; font-size: 26px; padding-inline: 16px; }
  .meet-wireframe .meet-copy { margin-top: 74px; padding-inline: 10px; font-size: 15px; }
}

/* Final alignment fixes after visual QA */
.page-almazea .hero-button {
  position: relative;
  left: 58%;
  justify-self: start;
  margin-top: -24px;
  transform: translateX(-50%);
}
.page-almazea .hero-button:hover,
.page-almazea .hero-button:focus-visible {
  transform: translateX(-50%) translateY(-2px);
}
.nuku-closing-panel .nuku-contact {
  justify-self: center;
}
.insurer-track img {
  width: min(100vw, 1100px);
}
@media (max-width: 640px) {
  .nuku-gallery img:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 2 / 1.15;
  }
}

/* Place the live hero content over the corresponding positions in the source image. */
.page-almazea .hero-content {
  inset: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: block;
}
.page-almazea .hero h1 {
  position: absolute;
  left: 14.6%;
  bottom: 23%;
  width: min(61%, 850px);
}
.page-almazea .hero-button {
  position: absolute;
  left: 50%;
  top: 75%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.page-almazea .hero-button:hover,
.page-almazea .hero-button:focus-visible {
  transform: translate(-50%, calc(-50% - 2px));
}
@media (max-width: 640px) {
  .page-almazea .hero h1 {
    left: 8%;
    bottom: 28%;
    width: 84%;
  }
}
