/* First refinement: a clear offer, an adjacent action and an early result. */
.hero {
  height: auto;
  min-height: 0;
  isolation: isolate;
}
.hero-art {
  inset: 92px 0 0;
  background-position: calc(100% + 88px) bottom;
  background-size: auto 100%;
  opacity: 1;
  transform: none;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 92px 0 0;
  pointer-events: none;
  background: linear-gradient(90deg, #030a17 0%, #030a17f5 31%, #030a17b0 49%, #030a1730 66%, transparent 79%);
}
.hero::after { height: 14%; }
.hero-copy {
  height: auto;
  min-height: 640px;
  padding-top: clamp(64px, calc(var(--layout-vw) * 5.5), 92px);
  padding-bottom: 68px;
}
.hero .eyebrow {
  max-width: none;
  margin: 0 0 32px var(--hero-anchor);
  font-size: 12px;
  letter-spacing: .16em;
  line-height: 1.5;
}
.hero-title {
  width: min(690px, 58%);
  gap: 9px;
  line-height: 1.02;
}
.hero-line { white-space: nowrap; max-width: none; letter-spacing: -.035em; }
.hero-line-one { font-size: clamp(68px, calc(var(--layout-vw) * 6.6), 104px); }
.hero-line-two { display: block; font-size: clamp(47px, calc(var(--layout-vw) * 4.64), 73px); }
.hero-line-three {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 5px;
  font-size: clamp(34px, calc(var(--layout-vw) * 3.1), 49px);
  line-height: 1.05;
}
.hero-line-three em {
  display: inline;
  width: auto;
  margin: 0;
  font-size: clamp(46px, calc(var(--layout-vw) * 4.5), 71px);
  line-height: 1.04;
}
.hero-description {
  width: min(425px, 42%);
  margin: 28px 0 0 var(--hero-anchor);
  color: #e4e2dc;
  font: 400 16px/1.6 var(--font-sans);
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin: 28px 0 0 var(--hero-anchor);
}
.primary-cta {
  min-height: 58px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 17px 24px;
  background: var(--yellow);
  color: var(--ink);
  border: 1px solid var(--yellow);
  font: 600 15px/1.4 var(--font-sans);
  transition: background-color .2s, transform .2s;
}
.primary-cta:hover { background: #ffcf2d; transform: translateY(-2px); }
.primary-cta .arrow-icon { width: 20px; height: 20px; }
.hero-cases-link {
  padding-block: 12px;
  font-size: 14px;
  border-bottom: 1px solid #f0e5cf70;
}
.hero-cases-link:hover { color: var(--yellow); border-color: var(--yellow); }
.hero-assurance {
  margin: 16px 0 0 var(--hero-anchor);
  color: #bbbcbf;
  font-size: 12px;
  line-height: 1.6;
}
.hero-foot { display: none; }
.featured-result {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 48px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: var(--section-left);
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid #030a1726;
}
.micro-label { font-size: 12px; line-height: 1.5; }
.featured-client h2 {
  font: 400 24px/1.3 var(--font-sans);
  letter-spacing: -.025em;
  margin: 12px 0 0;
}
.featured-stat {
  border-left: 1px solid #030a1730;
  padding-left: 48px;
}
.featured-stat strong {
  display: block;
  font: 400 78px/1 var(--font-display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.featured-stat strong span { font-size: 56px; }
.featured-stat p { margin: 10px 0 0; font-size: 15px; line-height: 1.5; }
.featured-link { display: inline-flex; align-items: center; gap: 25px; font-size: 14px; padding-block: 16px; border-bottom: 1px solid #030a17; }
.featured-link .arrow-icon { width: 20px; height: 20px; }
.featured-link:hover { opacity: .7; }
.statement { padding-top: 80px; padding-bottom: 80px; }
.statement h2 { max-width: 1050px; font-size: clamp(52px, calc(var(--layout-vw) * 6.4), 98px); line-height: 1.04; }
.statement h2 span { line-height: 1.04; }
.statement-kicker { margin-top: 32px; }
.statement-note { margin-top: 30px; }
.contact-field > span, .messenger-choice legend { font-size: 12px; letter-spacing: .06em; }
.contact-field input { font: 400 16px/1.5 var(--font-sans); min-height: 60px; padding: 17px 0; }
.contact-field input::placeholder { color: #b2b6be; opacity: 1; }
.contact-field:focus-within { box-shadow: 0 -1px var(--yellow); }
.contact-submit { font: 600 16px/1.4 var(--font-sans); background: var(--yellow); color: var(--ink); padding: 19px 22px; min-height: 60px; }
.contact-submit .arrow-icon { color: var(--ink); width: 22px; height: 22px; }
.contact-submit:hover { background: #ffcf2d; }
.messenger-choice label span { font-size: 14px; }
.case-detail { font: 400 clamp(15px, calc(var(--layout-vw) * 1.15), 18px)/1.5 var(--font-sans); }
.case-company { font-size: 12px; letter-spacing: .06em; line-height: 1.5; }
.mobile-nav nav[hidden] { display: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 5px; }
.featured-result a:focus-visible { outline-color: var(--ink); }
@media (min-width: 901px) {
  .cases .case-detail { font: 400 clamp(15px, calc(var(--layout-vw) * 1.15), 18px)/1.5 var(--font-sans); }
}
@media (min-width: 1600px) {
  .hero-copy { min-height: 720px; }
  .hero-art { background-position: right bottom; }
}
@media (max-width: 1100px) and (min-width: 721px) {
  .hero-copy { min-height: 630px; padding-top: 70px; }
  .hero-title { width: 68%; }
  .hero-line-one { font-size: calc(var(--layout-vw) * 7.5); }
  .hero-line-two { font-size: calc(var(--layout-vw) * 5.25); }
  .hero-line-three { font-size: calc(var(--layout-vw) * 3.7); }
  .hero-line-three em { font-size: calc(var(--layout-vw) * 5.1); }
  .hero-art { background-position: calc(100% + 200px) bottom; opacity: .8; }
  .hero::before { background: linear-gradient(90deg, #030a17 0%, #030a17ee 32%, #030a1790 61%, #030a1720); }
  .hero-description { width: 49%; }
  .hero-actions { gap: 20px; }
  .featured-result { gap: 28px; }
  .featured-stat { padding-left: 28px; }
  .featured-client h2 { font-size: 20px; }
  .featured-stat strong { font-size: 62px; }
  .featured-stat strong span { font-size: 42px; }
}
@media (max-width: 720px) {
  .hero { min-height: 0; }
  .hero-art {
    inset: 72px 0 0;
    background-size: auto 83%;
    background-position: calc(100% + 88px) bottom;
    opacity: .7;
  }
  .hero::before {
    inset: 72px 0 0;
    background: linear-gradient(180deg, #030a17 0%, #030a17ed 34%, #030a17ac 64%, #030a17df 100%);
  }
  .hero-copy { min-height: 0; padding-top: 44px; padding-bottom: 44px; }
  .hero .eyebrow { margin: 0 0 24px; max-width: 100%; font-size: 10px; letter-spacing: .1em; }
  .hero-title { width: 100%; margin: 0; gap: 8px; }
  .hero-line-one { font-size: clamp(37px, calc(var(--layout-vw) * 10.2), 67px); line-height: 1.03; }
  .hero-line-two { font-size: clamp(26px, calc(var(--layout-vw) * 7.1), 47px); line-height: 1.08; }
  .hero-line-three { display: block; margin: 8px 0 0; font-size: clamp(26px, calc(var(--layout-vw) * 7.2), 43px); line-height: 1.1; }
  .hero-line-three em { display: block; margin: 3px 0 0; font-size: clamp(48px, calc(var(--layout-vw) * 12.8), 77px); line-height: 1.08; white-space: normal; }
  .hero-description { width: min(355px, 96%); margin: 22px 0 0; font-size: 15px; line-height: 1.55; }
  .hero-actions { margin: 24px 0 0; gap: 12px 20px; }
  .primary-cta { font-size: 14px; min-height: 56px; padding: 16px 18px; flex: 0 1 auto; }
  .hero-cases-link { font-size: 13px; }
  .hero-assurance { margin: 14px 0 0; width: 100%; font-size: 11px; }
  .featured-result { grid-template-columns: 1fr auto; gap: 22px 16px; padding-block: 28px; }
  .featured-client { grid-column: 1 / -1; }
  .featured-client h2 { display: none; }
  .featured-client .micro-label { font-size: 12px; }
  .featured-stat { border: 0; padding: 0; }
  .featured-stat strong { font-size: 64px; }
  .featured-stat strong span { font-size: 43px; }
  .featured-stat p { margin-top: 7px; font-size: 12px; }
  .featured-link { font-size: 12px; gap: 9px; align-self: end; padding-block: 9px; }
  .featured-link .arrow-icon { width: 16px; height: 16px; }
  .statement { padding-block: 56px; }
  .statement h2 { font-size: clamp(38px, calc(var(--layout-vw) * 10.7), 61px); line-height: 1.08; }
  .statement-kicker { margin: 28px 0 22px; }
  .statement-note { margin-top: 26px; font-size: 16px; }
  .contact-field { grid-template-columns: 64px minmax(0, 1fr); }
  .contact-field > span, .messenger-choice legend { font-size: 12px; }
  .contact-field input { font-size: 16px; }
  .contact-actions > p { font-size: 16px; }
  .case-detail { font: 400 16px/1.5 var(--font-sans); }
  .case-company { font-size: 11px; }
}
@media (max-width: 380px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .primary-cta { width: 100%; }
  .hero-cases-link { justify-self: start; padding-block: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .primary-cta { transition: none; }
}

/* Ellvik keeps the brand present in the story and in the moving geography. */
.models.section { padding-top: 96px; padding-bottom: 88px; }
.models .section-heading { margin-bottom: 46px; }
.models .section-heading h2 { font-size: clamp(56px, calc(var(--layout-vw) * 6.2), 96px); }
.models .model-list {
  border-top: 0;
  column-gap: clamp(24px, calc(var(--layout-vw) * 3), 56px);
}
.models .model-grid > h3,
.models .model-grid > p,
.models .model-meta > span:not(:empty) {
  min-height: 112px;
  padding: 24px 0;
  border-left: 0 !important;
  border-right: 0;
  background: none;
  font-size: clamp(21px, calc(var(--layout-vw) * 1.65), 28px);
  line-height: 1.2;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.models .model-grid > h3::before,
.models .model-grid > p::before,
.models .model-meta > span:not(:empty)::before {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin: 0;
}
.models .model-grid > h3::after,
.models .model-grid > p::after,
.models .model-meta > span:not(:empty)::after { display: none; }
.models .model-grid > h3:hover,
.models .model-grid > p:hover,
.models .model-meta > span:not(:empty):hover {
  color: var(--cream);
  background: none;
  border-bottom-color: var(--yellow);
  transform: none;
}
.models .model-grid > h3:hover::before,
.models .model-grid > p:hover::before,
.models .model-meta > span:not(:empty):hover::before { color: var(--yellow); }
@media (max-width: 720px) {
  .models.section { padding-block: 62px; }
  .models .section-heading { margin-bottom: 28px; }
  .models .section-heading .section-index { margin-bottom: 26px; }
  .models .model-grid > h3,
  .models .model-grid > p,
  .models .model-meta > span:not(:empty) {
    min-height: 82px;
    padding: 20px 0;
    font-size: 22px;
    gap: 18px;
  }
  .models .model-grid > h3::before,
  .models .model-grid > p::before,
  .models .model-meta > span:not(:empty)::before { width: 32px; height: 32px; flex-basis: 32px; }
}
.cases-heading { border-bottom: 0; padding-bottom: 0; margin-bottom: 58px; }
.statement {
  display: block;
}
.statement::before { display: none; }
.statement::after { top: 22%; right: 2%; width: 31%; }
.statement h2 { font-size: clamp(52px, calc(var(--layout-vw) * 6.4), 98px); }
.statement-note { margin-left: auto; max-width: 420px; width: 100%; }
.statement-mascot {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 4%;
  transform: translateY(-50%) rotate(-7deg);
  display: block;
  width: clamp(260px, calc(var(--layout-vw) * 31), 460px);
  height: auto;
  object-fit: contain;
  opacity: .1;
  pointer-events: none;
}
.markets-intro { margin-bottom: 12px; }
.market-playground { --jump-room: 265px; --landing-offset: 12px; position: relative; padding-top: var(--jump-room); }
.market-playground .market-line { animation: none; }
.market-elvik {
  position: absolute;
  left: 0;
  bottom: calc(100% - var(--jump-room) - var(--landing-offset) - 20px);
  width: 220px;
  aspect-ratio: 11 / 10;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
}
.market-elvik.is-ready { opacity: 1; }
.market-elvik-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.market-elvik-shadow {
  position: absolute;
  width: 28%;
  height: 8px;
  left: 36%;
  bottom: 17px;
  border-radius: 50%;
  background: #5c451b24;
  filter: blur(3px);
  will-change: transform, opacity;
}
.market-elvik-impact {
  position: absolute;
  bottom: 15px;
  left: 38%;
  width: 24%;
  height: 9px;
  border: 1px solid #bd8b13;
  border-radius: 50%;
  opacity: 0;
  will-change: transform, opacity;
}
.market-sequence > span { text-shadow: none; }
.process-arrow .arrow-icon { stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 900px) {
  .statement h2 { font-size: clamp(43px, calc(var(--layout-vw) * 6.2), 64px); }
}
@media (max-width: 720px) {
  .statement { display: block; }
  .statement h2 { font-size: clamp(38px, calc(var(--layout-vw) * 10.7), 61px); }
  .statement-mascot { width: 240px; top: 46%; right: -26px; opacity: .07; }
  .statement::after { top: 22%; right: -24%; width: 72%; }
  .market-playground { --jump-room: 210px; }
  .market-elvik { width: 176px; bottom: calc(100% - var(--jump-room) - var(--landing-offset) - 16px); }
  .market-elvik-shadow { bottom: 13px; }
  .market-elvik-impact { bottom: 12px; }
}
@media (min-width: 901px) {
  .guarantee-layout { align-items: center; }
  .guarantee-layout > .section-index { align-self: start; }
  .guarantee-layout h2 { margin-top: calc(var(--guarantee-cell) * 2); font-size: clamp(62px, calc(var(--layout-vw) * 7.1), 122px); }
}
@media (min-width: 901px) and (max-width: 1050px) {
  .guarantee-layout h2 { margin-top: var(--guarantee-cell); }
}
@media (prefers-reduced-motion: reduce) {
  .market-playground .market-line { animation: none; }
  .market-sequence > span { transition: none; }
}
@font-face {
  font-family: 'Oswald Case';
  src: url('/elvion-assets/oswald-case-short-i.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0419;
}
.case-short-i { font-family: 'Oswald Case', var(--font-display); }

/* Each main chapter occupies a complete viewport, with its content centered. */
.hero { min-height: 100svh; }
.hero-copy {
  min-height: calc(100svh - 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.statement.section,
.models.section,
.process.section,
.guarantees.section,
.markets.section,
.contact.section {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cases.section { min-height: 100svh; }
.process.section, .markets.section { padding-block: clamp(72px, 8svh, 120px); }
.models .model-list .model-row:hover .model-grid > p:hover { color: var(--cream); }
@media (max-width: 720px) {
  .hero-copy { min-height: calc(100svh - 72px); }
}
