
/* Glaucus Concept 1 — six editorial text iterations ---------------------- */
.hero-text-iteration .concept-one-card::before {
  background:
    linear-gradient(180deg, rgba(2,5,6,.015), rgba(2,6,7,.08) 28%, rgba(2,6,7,.94) 100%),
    linear-gradient(128deg, rgba(var(--iteration-accent-rgb), .13), transparent 48%);
}
.hero-text-iteration .concept-one-card__content {
  left: clamp(28px, 3vw, 52px);
  right: clamp(28px, 3vw, 52px);
  bottom: clamp(82px, 8.8vh, 108px);
  text-shadow: 0 4px 30px rgba(0,0,0,.58);
}
.hero-text-iteration .concept-one-card h2 {
  margin: 0;
  color: #f7f9f8;
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.072em;
  text-wrap: balance;
}
.hero-text-iteration .concept-one-card__statement {
  display: block;
  max-width: 690px;
  margin-top: clamp(10px, 1vw, 15px);
  color: rgba(246,249,248,.82);
  font-size: clamp(12.5px, .92vw, 15.5px);
  font-weight: 570;
  line-height: 1.34;
  letter-spacing: -.01em;
}
.hero-text-iteration .concept-one-card__footer {
  left: clamp(28px, 3vw, 52px);
  right: clamp(28px, 3vw, 52px);
  bottom: clamp(18px, 1.7vw, 25px);
  padding-top: clamp(12px, 1.25vw, 17px);
  border-top-color: rgba(255,255,255,.23);
}
.hero-text-iteration .concept-one-card__footer .portal-iteration__arrow {
  font-size: clamp(13px, .92vw, 16px);
  font-weight: 860;
  letter-spacing: .105em;
}
.hero-text-iteration .concept-one-card__footer .portal-iteration__arrow svg {
  width: clamp(22px, 1.45vw, 27px);
  stroke-width: 1.8;
}
.hero-lockup { display: flex; }
.hero-lockup i { font-style: normal; }
.hero-lockup strong, .hero-lockup b { color: var(--iteration-accent); }

/* 1 — Stacked Editorial */
.hero-text-v1 .concept-one-card__content { bottom: clamp(83px, 8.6vh, 104px); }
.hero-text-v1 .concept-one-card h2 { font-size: clamp(62px, 5.5vw, 92px); }
.hero-text-v1 .hero-lockup--stacked {
  margin-top: clamp(8px, .8vw, 12px);
  flex-direction: column;
  gap: 1px;
}
.hero-text-v1 .hero-lockup__line {
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.hero-text-v1 .hero-lockup__line--accent { color: var(--iteration-accent); }
.hero-text-v1 .hero-lockup__line i { margin-right: .1em; }

/* 2 — Inline Proposition */
.hero-text-v2 .concept-one-card__content { bottom: clamp(87px, 9vh, 110px); }
.hero-text-v2 .concept-one-card h2 { font-size: clamp(66px, 5.8vw, 96px); }
.hero-text-v2 .hero-lockup--inline {
  width: 100%;
  margin-top: clamp(13px, 1.2vw, 18px);
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: .24em;
  row-gap: 2px;
  font-size: clamp(20px, 1.72vw, 29px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.038em;
}
.hero-text-v2 .hero-lockup--inline i,
.hero-text-v2 .hero-lockup--inline strong { color: var(--iteration-accent); }
.hero-text-v2 .hero-lockup--inline strong { font-weight: 740; }

/* 3 — Open Service Columns */
.hero-text-v3 .concept-one-card__content { bottom: clamp(84px, 8.7vh, 106px); }
.hero-text-v3 .concept-one-card h2 { font-size: clamp(61px, 5.35vw, 89px); }
.hero-text-v3 .hero-lockup--columns {
  width: min(100%, 680px);
  margin-top: clamp(14px, 1.2vw, 19px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.hero-text-v3 .hero-lockup--columns > span {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding-right: clamp(15px, 1.45vw, 24px);
}
.hero-text-v3 .hero-lockup--columns > span + span {
  padding-left: clamp(15px, 1.45vw, 24px);
  padding-right: 0;
  border-left: 1px solid rgba(var(--iteration-accent-rgb), .52);
}
.hero-text-v3 .hero-lockup--columns b {
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -.035em;
}
.hero-text-v3 .hero-lockup--columns > span:first-child b { color: #f7f9f8; }
.hero-text-v3 .hero-lockup--columns small {
  color: rgba(240,245,244,.64);
  font-size: clamp(8px, .62vw, 10px);
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* 4 — Deep Image Lockup */
.hero-text-v4 .concept-one-card::before {
  background:
    linear-gradient(180deg, rgba(2,5,6,.015), rgba(2,6,7,.07) 23%, rgba(2,6,7,.88) 82%, rgba(2,6,7,.97) 100%),
    linear-gradient(128deg, rgba(var(--iteration-accent-rgb), .15), transparent 50%);
}
.hero-text-v4 .concept-one-card__content {
  top: 44%;
  bottom: auto;
  transform: translateY(-13%);
}
.hero-text-v4 .concept-one-card h2 { font-size: clamp(72px, 6.2vw, 104px); }
.hero-text-v4 .hero-lockup--deep {
  margin-top: clamp(12px, 1.1vw, 17px);
  flex-direction: column;
  gap: 0;
}
.hero-text-v4 .hero-lockup--deep span,
.hero-text-v4 .hero-lockup--deep strong {
  font-size: clamp(22px, 1.95vw, 33px);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -.043em;
}
.hero-text-v4 .hero-lockup--deep strong { color: var(--iteration-accent); }
.hero-text-v4 .hero-lockup--deep i { margin-right: .08em; }
.hero-text-v4 .concept-one-card__statement { margin-top: 13px; }

/* 5 — Horizontal Editorial Split */
.hero-text-v5 .concept-one-card__content { bottom: clamp(88px, 9vh, 111px); }
.hero-text-v5 .hero-horizontal-lockup {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(250px, 1.05fr);
  align-items: end;
  gap: clamp(18px, 2vw, 34px);
}
.hero-text-v5 .concept-one-card h2 { font-size: clamp(58px, 4.9vw, 82px); }
.hero-text-v5 .hero-lockup--side {
  padding-left: clamp(18px, 1.7vw, 28px);
  border-left: 1px solid rgba(var(--iteration-accent-rgb), .56);
  flex-direction: column;
  gap: 1px;
}
.hero-text-v5 .hero-lockup--side span,
.hero-text-v5 .hero-lockup--side strong {
  font-size: clamp(17px, 1.45vw, 24px);
  font-weight: 730;
  line-height: 1.04;
  letter-spacing: -.032em;
}
.hero-text-v5 .hero-lockup--side strong { color: var(--iteration-accent); }
.hero-text-v5 .concept-one-card__statement { margin-top: clamp(13px, 1.2vw, 18px); }

/* 6 — Cinematic Centre */
.hero-text-v6 .concept-one-card::before {
  background:
    linear-gradient(180deg, rgba(2,5,6,.04), rgba(2,6,7,.08) 30%, rgba(2,6,7,.91) 100%),
    radial-gradient(circle at 50% 62%, rgba(var(--iteration-accent-rgb), .10), transparent 40%);
}
.hero-text-v6 .concept-one-card__content {
  left: clamp(24px, 2.4vw, 40px);
  right: clamp(24px, 2.4vw, 40px);
  bottom: clamp(85px, 8.8vh, 108px);
  align-items: center;
  text-align: center;
}
.hero-text-v6 .concept-one-card h2 { font-size: clamp(68px, 5.8vw, 96px); }
.hero-text-v6 .hero-lockup--center {
  margin-top: clamp(12px, 1vw, 16px);
  flex-wrap: wrap;
  justify-content: center;
  gap: .18em .28em;
  font-size: clamp(20px, 1.68vw, 28px);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -.04em;
}
.hero-text-v6 .hero-lockup--center strong { color: var(--iteration-accent); font-weight: 740; }
.hero-text-v6 .concept-one-card__statement { max-width: 590px; text-align: center; }

@media (max-width: 1100px) and (min-width: 821px) {
  .hero-text-iteration .concept-one-card__content { left: 28px; right: 28px; }
  .hero-text-iteration .concept-one-card__footer { left: 28px; right: 28px; }
  .hero-text-v5 .hero-horizontal-lockup { grid-template-columns: 1fr; gap: 10px; }
  .hero-text-v5 .hero-lockup--side { padding-left: 0; border-left: 0; }
}

@media (max-width: 820px) {
  .hero-text-iteration .concept-one-card::before {
    background:
      linear-gradient(180deg, rgba(2,5,6,.04), rgba(2,6,7,.10) 23%, rgba(2,6,7,.96) 100%),
      linear-gradient(128deg, rgba(var(--iteration-accent-rgb), .12), transparent 52%);
  }
  .hero-text-iteration .concept-one-card__content {
    left: 18px;
    right: 18px;
    bottom: 48px;
  }
  .hero-text-iteration .concept-one-card h2 { font-size: clamp(35px, 10.5vw, 48px); }
  .hero-text-iteration .concept-one-card__statement {
    margin-top: 6px;
    max-width: 390px;
    font-size: 9px;
    line-height: 1.24;
  }
  .hero-text-iteration .concept-one-card__footer {
    left: 18px;
    right: 18px;
    bottom: 11px;
    padding-top: 8px;
  }
  .hero-text-iteration .concept-one-card__footer .portal-iteration__arrow {
    font-size: 9.5px;
    letter-spacing: .09em;
  }
  .hero-text-iteration .concept-one-card__footer .portal-iteration__arrow svg { width: 18px; }
  .hero-text-v1 .hero-lockup__line,
  .hero-text-v4 .hero-lockup--deep span,
  .hero-text-v4 .hero-lockup--deep strong { font-size: 14px; }
  .hero-text-v2 .hero-lockup--inline,
  .hero-text-v6 .hero-lockup--center { margin-top: 6px; font-size: 12px; }
  .hero-text-v3 .hero-lockup--columns { margin-top: 7px; }
  .hero-text-v3 .hero-lockup--columns b { font-size: 11px; }
  .hero-text-v3 .hero-lockup--columns small { font-size: 6.5px; }
  .hero-text-v4 .concept-one-card__content { top: auto; bottom: 48px; transform: none; }
  .hero-text-v5 .hero-horizontal-lockup { grid-template-columns: 1fr; gap: 6px; }
  .hero-text-v5 .hero-lockup--side { padding-left: 0; border-left: 0; }
  .hero-text-v5 .hero-lockup--side span,
  .hero-text-v5 .hero-lockup--side strong { font-size: 12px; }
}

@media (max-height: 700px) and (min-width: 821px) {
  .hero-text-iteration .concept-one-card__content { bottom: 58px; }
  .hero-text-iteration .concept-one-card h2 { font-size: 52px; }
  .hero-text-iteration .concept-one-card__statement { margin-top: 5px; font-size: 10px; }
  .hero-text-iteration .concept-one-card__footer { bottom: 12px; padding-top: 8px; }
  .hero-text-iteration .concept-one-card__footer .portal-iteration__arrow { font-size: 11px; }
  .hero-text-v4 .concept-one-card__content { top: auto; bottom: 58px; transform: none; }
  .hero-text-v1 .hero-lockup__line,
  .hero-text-v4 .hero-lockup--deep span,
  .hero-text-v4 .hero-lockup--deep strong { font-size: 18px; }
  .hero-text-v2 .hero-lockup--inline,
  .hero-text-v6 .hero-lockup--center { font-size: 16px; }
  .hero-text-v3 .hero-lockup--columns b { font-size: 15px; }
  .hero-text-v5 .hero-lockup--side span,
  .hero-text-v5 .hero-lockup--side strong { font-size: 15px; }
}


/* Stacked editorial variant: product titles use their service accent colours. */
.hero-text-v1.dual-title-accent .concept-one-card h2 {
  color: var(--iteration-accent);
  -webkit-text-fill-color: var(--iteration-accent);
  text-shadow:
    0 0 28px rgba(var(--iteration-accent-rgb), .12),
    0 5px 34px rgba(0,0,0,.78),
    0 1px 3px rgba(0,0,0,.9);
}

/* Final hero spacing refinement ----------------------------------------- */
.portal-iteration__head {
  padding-bottom: clamp(18px, 2.4vh, 26px);
}
.portal-iteration__body {
  padding-bottom: clamp(20px, 2.5vh, 28px);
}

@media (max-width: 820px) {
  .portal-iteration__head { padding-bottom: 14px; }
  .portal-iteration__body { padding-bottom: 14px; }
}

@media (max-height: 700px) and (min-width: 821px) {
  .portal-iteration__head { padding-bottom: 12px; }
  .portal-iteration__body { padding-bottom: 14px; }
}
