:root {
  --ink: #0b1b26;
  --navy: #102d3f;
  --navy-2: #173d51;
  --teal: #1d9a92;
  --teal-dark: #14766f;
  --paper: #f4f1e9;
  --white: #ffffff;
  --mist: #dfe5e4;
  --steel: #6f7d83;
  --line: rgba(11, 27, 38, .16);
  --serif: "Baskerville", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  --container: min(1240px, calc(100vw - 64px));
  --shadow: 0 28px 70px rgba(11, 27, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
html.nav-open, body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3.6rem, 8vw, 8.8rem); }
h2 { font-size: clamp(2.7rem, 5.2vw, 5.7rem); }
h3 { font-size: clamp(1.45rem, 2.1vw, 2.2rem); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(84px, 11vw, 152px) 0; }
.section--dark { color: var(--white); background: var(--ink); }
.section--navy { color: var(--white); background: var(--navy); }
.section--white { background: var(--white); }
.eyebrow { margin-bottom: 22px; color: var(--teal-dark); font-size: .72rem; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.section--dark .eyebrow, .section--navy .eyebrow, .hero .eyebrow { color: #75d7cf; }
.display-line { display: block; }
.lead { max-width: 690px; color: #53636a; font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.section--dark .lead, .section--navy .lead { color: #bac6ca; }
.rule { height: 1px; background: var(--line); }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 9999; padding: 10px 16px; color: white; background: var(--ink); }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 92px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .3s, height .3s, color .3s; }
.site-header.is-scrolled, .site-header.site-header--solid { height: 74px; color: var(--ink); background: rgba(244,241,233,.96); border-color: var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: var(--container); height: 100%; margin: auto; }
.wordmark { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; font-size: 1.2rem; font-weight: 800; letter-spacing: .14em; }
.wordmark__mark { display: grid; width: 34px; height: 34px; border: 1px solid currentColor; place-items: center; transform: rotate(45deg); }
.wordmark__mark::before { width: 11px; height: 11px; background: var(--teal); content: ""; }
.wordmark__text { line-height: 1; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a:not(.btn) { position: relative; padding: 8px 0; }
.site-nav a:not(.btn)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--teal); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: .25s; }
.nav-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 0; font-size: .72rem; font-weight: 800; letter-spacing: .1em; line-height: 1; text-transform: uppercase; transition: color .25s, background .25s, border .25s, transform .25s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: white; background: var(--teal-dark); }
.btn--primary:hover { color: white; background: var(--teal); }
.btn--light { color: var(--ink); background: var(--white); }
.btn--outline { color: inherit; border-color: currentColor; }
.btn--outline:hover { color: var(--white); background: var(--teal-dark); border-color: var(--teal-dark); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link i { color: var(--teal); transition: transform .2s; }
.text-link:hover i { transform: translateX(5px); }

.hero { position: relative; display: flex; min-height: 100svh; align-items: flex-end; overflow: hidden; color: white; background: var(--ink); }
.hero__media { position: absolute; inset: 0; background: var(--ink); }
.hero__media::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,18,27,.86) 0%, rgba(5,18,27,.42) 56%, rgba(5,18,27,.13) 100%), linear-gradient(0deg, rgba(5,18,27,.72), transparent 60%); content: ""; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__slide img { height: 100%; object-fit: cover; object-position: 45% 43%; transform: scale(1.025); transition: transform 8s ease-out; }
.hero__slide.is-active img { transform: scale(1); }
.hero__grid { position: absolute; inset: 0; z-index: 1; opacity: .15; background-image: linear-gradient(90deg, transparent calc(25% - 1px), white 25%, transparent calc(25% + 1px)), linear-gradient(90deg, transparent calc(50% - 1px), white 50%, transparent calc(50% + 1px)), linear-gradient(90deg, transparent calc(75% - 1px), white 75%, transparent calc(75% + 1px)); }
.hero__content { position: relative; z-index: 2; display: grid; width: var(--container); margin: 0 auto clamp(48px, 7vw, 96px); grid-template-columns: minmax(0, 1fr) 290px; align-items: end; gap: 60px; }
.hero h2 { max-width: 950px; margin-bottom: 22px; font-size: clamp(3.6rem, 8vw, 8.8rem);}
.hero h2 span{display: block;}
.hero h2 em { color: #83dcd4; font-weight: 400; }
.hero__aside { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.44); color: #d6dee1; }
.hero__aside p { margin-bottom: 25px; }
.hero__scroll { position: absolute; right: 28px; bottom: 32px; z-index: 2; display: flex; align-items: center; gap: 12px; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__pagination { position: absolute; right: 82px; bottom: 34px; z-index: 3; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.82); font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.hero__progress { position: relative; display: block; width: 92px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
.hero__progress span { position: absolute; inset: 0; background: #83dcd4; transform: scaleX(0); transform-origin: left; }
.hero__pagination.is-running .hero__progress span { animation: hero-progress 7s linear both; }

.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 150px); }
.intro-grid h2 { margin-bottom: 40px; }
.capability-list { margin: 0; padding: 0; list-style: none; }
.capability-list li { display: grid; padding: 20px 0; border-bottom: 1px solid var(--line); grid-template-columns: 58px 1fr auto; align-items: center; gap: 15px; }
.capability-list span { color: var(--teal-dark); font-size: .71rem; font-weight: 800; letter-spacing: .1em; }
.capability-list strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.capability-list i { color: var(--steel); font-size: .8rem; }

.section-head { display: flex; justify-content: space-between; margin-bottom: 56px; align-items: end; gap: 40px; }
.section-head h2 { max-width: 820px; margin-bottom: 0; }
.solutions-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.solution-card { position: relative; min-height: 440px; overflow: hidden; color: white; background: var(--navy); grid-column: span 4; }
.solution-card:nth-child(1), .solution-card:nth-child(2) { min-height: 520px; grid-column: span 6; }
.solution-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s; }
.solution-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,20,29,.86), rgba(6,20,29,.08) 70%); content: ""; }
.solution-card:hover img { transform: scale(1.04); }
.solution-card__body { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; padding: 30px; justify-content: space-between; align-items: end; }
.solution-card h3 { margin: 0; }
.solution-card__number { color: #94a8af; font-size: .7rem; letter-spacing: .16em; }

.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 62px 22px; }
.project-card__image { position: relative; display: block; height: clamp(330px, 42vw, 620px); overflow: hidden; background: #ccd4d3; }
.project-card:nth-child(even) .project-card__image { height: clamp(290px, 34vw, 520px); margin-top: 80px; }
.project-card__image img { height: 100%; object-fit: cover; object-position: center; transition: transform .65s, filter .4s; }
.project-card:hover img { transform: scale(1.035); filter: saturate(.85); }
.project-card__open { position: absolute; right: 18px; bottom: 18px; display: grid; width: 52px; height: 52px; color: white; background: var(--teal-dark); place-items: center; transform: scale(.85); opacity: 0; transition: .25s; }
.project-card:hover .project-card__open { transform: scale(1); opacity: 1; }
.project-card__body { display: flex; padding-top: 22px; justify-content: space-between; align-items: start; gap: 20px; }
.project-card__body .eyebrow { margin-bottom: 8px; }
.project-card h3 { margin: 0; font-size: clamp(1.55rem, 2.5vw, 2.6rem); }
.project-card__index { color: var(--steel); font-size: .69rem; letter-spacing: .12em; }
.process-grid { display: grid; border-top: 1px solid rgba(255,255,255,.2); grid-template-columns: repeat(4, 1fr); }
.process-step { min-height: 290px; padding: 36px 28px; border-right: 1px solid rgba(255,255,255,.2); }
.process-step:last-child { border: 0; }
.process-step__number { display: block; margin-bottom: 75px; color: #70d0c7; font-size: .7rem; letter-spacing: .16em; }
.process-step h3 { margin-bottom: 14px; font-size: 1.8rem; }
.process-step p { color: #aebdc2; }

.cta { position: relative; overflow: hidden; background: var(--teal-dark); }
.cta::after { position: absolute; right: -9vw; bottom: -19vw; width: 44vw; height: 44vw; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.04), 0 0 0 16vw rgba(255,255,255,.03); content: ""; }
.cta__inner { position: relative; z-index: 1; display: grid; color: white; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.cta h2 { max-width: 850px; margin-bottom: 0; }
.cta p{ color: white;}
.page-hero { position: relative; display: flex; min-height: 72svh; padding: 170px 0 80px; align-items: end; overflow: hidden; color: white; background: var(--navy); }
.page-hero--image::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,22,32,.88), rgba(7,22,32,.25)); content: ""; }
.page-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__content { position: relative; z-index: 2; width: var(--container); margin: auto auto 0; }
.page-hero h1 { max-width: 980px; margin-bottom: 30px; font-size: clamp(3.8rem, 8vw, 8rem); }
.page-hero .lead { color: #d4dee1; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.split__media { position: relative; }
.split__media img { min-height: 560px; object-fit: cover; }
.split__media::before { position: absolute; top: -18px; right: 18px; bottom: 18px; left: -18px; z-index: -1; border: 1px solid var(--teal-dark); content: ""; }
.fact-grid { display: grid; margin-top: 42px; border-top: 1px solid var(--line); grid-template-columns: repeat(2, 1fr); }
.fact { padding: 24px 20px 20px 0; border-bottom: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 3px; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.fact span { color: var(--steel); font-size: .76rem; text-transform: uppercase; }

.service-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.service-row { display: grid; min-height: 300px; padding: 42px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); grid-template-rows: auto 1fr auto; }
.service-row:nth-child(even) { border-right: 0; }
.service-row__icon { display: grid; width: 52px; height: 52px; margin-bottom: 55px; border: 1px solid var(--line); place-items: center; color: var(--teal-dark); }
.service-row h3 { max-width: 410px; margin-bottom: 20px; }
.service-row p { max-width: 540px; color: var(--steel); }

.partners { display: flex; flex-wrap: wrap; margin: 35px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.partners li { width: 33.333%; padding: 28px 20px 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: #c2cdd0; }

.detail-hero { padding-top: 160px; }
.detail-meta { display: grid; margin-top: 50px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); grid-template-columns: repeat(3, 1fr); }
.detail-meta span { display: block; color: #83dcd4; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.detail-meta strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.detail-cover { height: min(72vw, 820px); object-fit: cover; }
.detail-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.detail-copy ul { margin: 0; padding: 0; list-style: none; }
.detail-copy li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.detail-gallery a { min-height: 430px; overflow: hidden; }
.detail-gallery img { height: 100%; object-fit: cover; }

.insights-intro { display: grid; grid-template-columns: 1fr .6fr; gap: 70px; align-items: end; }
.insights-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 80px 24px; }
.insight-card { min-width: 0; }
.insight-card--featured { display: grid; padding-bottom: 72px; border-bottom: 1px solid var(--line); grid-column: 1/-1; grid-template-columns: 1.25fr .75fr; gap: clamp(35px,6vw,85px); align-items: center; }
.insight-card__image { display: block; height: 390px; overflow: hidden; background: #d5dcda; }
.insight-card--featured .insight-card__image { height: min(48vw,650px); }
.insight-card__image img { height: 100%; object-fit: cover; transition: transform .65s,filter .4s; }
.insight-card:hover .insight-card__image img { transform: scale(1.035); filter: saturate(.85); }
.insight-card__body { padding-top: 25px; }
.insight-card--featured .insight-card__body { padding-top: 0; }
.insight-card__body .eyebrow { margin-bottom: 12px; }
.insight-card__body h2 { margin-bottom: 20px; font-size: clamp(2rem,3.6vw,4.1rem); }
.insight-card:not(.insight-card--featured) .insight-card__body h2 { font-size: clamp(1.8rem,2.8vw,3rem); }
.insight-card__body > p:not(.eyebrow) { color: var(--steel); overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.insight-meta { display: flex; margin: 22px 0; color: var(--steel); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; gap: 24px; }
.insight-meta span { position: relative; }
.insight-meta span::before { position: absolute; top: 50%; left: -14px; width: 3px; height: 3px; border-radius: 50%; background: var(--teal-dark); content: ""; }
.insights-grid--home { grid-template-columns: repeat(12,minmax(0,1fr)); gap: 28px 34px; align-items: start; }
.insights-grid--home .insight-card--featured { display: block; padding: 0; border: 0; grid-column: span 7; grid-row: span 3; }
.insights-grid--home .insight-card--featured .insight-card__image { height: clamp(480px,42vw,650px); }
.insights-grid--home .insight-card--featured .insight-card__body { padding-top: 27px; }
.insights-grid--home .insight-card--featured .insight-card__body h2 { max-width: 720px; font-size: clamp(2.5rem,4.4vw,4.8rem); }
.insights-grid--home .insight-card:not(.insight-card--featured) { display: grid; padding-bottom: 28px; border-bottom: 1px solid var(--line); grid-column: span 5; grid-template-columns: minmax(150px,.78fr) minmax(0,1.22fr); gap: 25px; align-items: start; }
.insights-grid--home .insight-card:not(.insight-card--featured) .insight-card__image { height: 180px; }
.insights-grid--home .insight-card:not(.insight-card--featured) .insight-card__body { padding-top: 2px; }
.insights-grid--home .insight-card:not(.insight-card--featured) .insight-card__body h2 { margin-bottom: 14px; font-size: clamp(1.55rem,2.25vw,2.5rem); }
.insights-grid--home .insight-card:not(.insight-card--featured) .insight-card__body > p:not(.eyebrow) { display: none; }
.insights-grid--home .insight-card:not(.insight-card--featured) .insight-meta { margin: 16px 0; }
.content-pagination { display: grid; margin-top: clamp(75px,10vw,130px); padding-top: 28px; border-top: 1px solid var(--line); grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.content-pagination__direction { display: inline-flex; width: max-content; min-height: 48px; align-items: center; gap: 13px; color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: color .2s; }
.content-pagination__direction i { color: var(--teal-dark); transition: transform .2s; }
.content-pagination__direction:not(.is-disabled):hover { color: var(--teal-dark); }
.content-pagination__direction:not(.is-disabled):hover i { transform: translateX(-4px); }
.content-pagination__direction--next { justify-self: end; }
.content-pagination__direction--next:not(.is-disabled):hover i { transform: translateX(4px); }
.content-pagination__direction.is-disabled { color: #9aa5a7; cursor: default; }
.content-pagination__direction.is-disabled i { color: #aeb8ba; }
.content-pagination__pages { display: flex; margin: 0; padding: 0; list-style: none; gap: 8px; }
.content-pagination__page { display: grid; width: 50px; height: 50px; border: 1px solid var(--line); place-items: center; color: var(--ink); font-family: var(--serif); font-size: 1.08rem; transition: color .2s,background .2s,border-color .2s; }
.content-pagination__page:hover { color: white; background: var(--ink); border-color: var(--ink); }
.content-pagination__page.is-current { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }
.content-pagination__page:focus-visible, .content-pagination__direction:focus-visible { outline: 2px solid var(--teal-dark); outline-offset: 4px; }
.content-pagination__mobile-status { display: none; color: var(--steel); font-family: var(--serif); font-size: 1rem; text-align: center; }
.content-pagination > .pagination { position: relative; display: flex; width: 100%; min-height: 50px; margin: 0; padding: 0; justify-content: center; align-items: center; grid-column: 1 / -1; gap: 8px; list-style: none; }
.content-pagination > .pagination > li { display: block; }
.content-pagination > .pagination > li > a,
.content-pagination > .pagination > li > span { display: grid; width: 50px; height: 50px; margin: 0; padding: 0; float: none; border: 1px solid var(--line); border-radius: 0; place-items: center; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 1.08rem; line-height: 1; text-decoration: none; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.content-pagination > .pagination > li:not(.active) > a:hover { color: white; background: var(--ink); border-color: var(--ink); }
.content-pagination > .pagination > li.active > a,
.content-pagination > .pagination > li.active > span { color: white; background: var(--teal-dark); border-color: var(--teal-dark); cursor: default; }
.content-pagination > .pagination > li:first-child:not(.active),
.content-pagination > .pagination > li:last-child:not(.active) { position: absolute; top: 0; }
.content-pagination > .pagination > li:first-child:not(.active) { left: 0; }
.content-pagination > .pagination > li:last-child:not(.active) { right: 0; }
.content-pagination > .pagination > li:first-child:not(.active) > a,
.content-pagination > .pagination > li:last-child:not(.active) > a { display: inline-flex; width: max-content; min-height: 50px; border: 0; align-items: center; gap: 13px; color: var(--ink); background: transparent; font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.content-pagination > .pagination > li:first-child:not(.active) > a::before,
.content-pagination > .pagination > li:last-child:not(.active) > a::after { color: var(--teal-dark); font-family: var(--sans); font-size: .95rem; line-height: 1; transition: transform .2s; }
.content-pagination > .pagination > li:first-child:not(.active) > a::before { content: "\2190"; }
.content-pagination > .pagination > li:last-child:not(.active) > a::after { content: "\2192"; }
.content-pagination > .pagination > li:first-child:not(.active) > a:hover,
.content-pagination > .pagination > li:last-child:not(.active) > a:hover { color: var(--teal-dark); background: transparent; border-color: transparent; }
.content-pagination > .pagination > li:first-child:not(.active) > a:hover::before { transform: translateX(-4px); }
.content-pagination > .pagination > li:last-child:not(.active) > a:hover::after { transform: translateX(4px); }
.content-pagination > .pagination > li > a:focus-visible { outline: 2px solid var(--teal-dark); outline-offset: 4px; }
.article-hero { min-height: 76svh; }
.article-hero h1 { max-width: 1100px; font-size: clamp(3.4rem,7vw,7.2rem); }
.article-meta { display: flex; flex-wrap: wrap; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); color: #c1cdd1; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; gap: 28px; }
.article-cover { width: var(--container); height: min(60vw,760px); margin: -45px auto 0; object-fit: cover; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: minmax(190px,.42fr) minmax(0,1fr); gap: clamp(50px,9vw,130px); align-items: start; }
.article-aside { position: sticky; top: 110px; }
.article-aside p { color: var(--steel); font-size: .82rem; }
.article-content { max-width: 780px; min-width: 0; font-family: var(--serif); font-size: clamp(1.12rem,1.5vw,1.3rem); line-height: 1.75; }
.article-content .article-lead { margin-bottom: 48px; color: var(--ink); font-size: clamp(1.4rem,2.3vw,2rem); line-height: 1.45; }
.article-content h2 { margin: 62px 0 24px; font-size: clamp(2.2rem,4vw,4rem); }
.article-content h3 { margin: 38px 0 15px; font-size: 1.7rem; }
.article-content p, .article-content li { color: #46585f; }
.article-content figure { margin: 48px 0; }
.article-content figcaption { margin-top: 10px; color: var(--steel); font-family: var(--sans); font-size: .72rem; }
.article-placeholder { padding: 22px 25px; border-left: 3px solid var(--teal-dark); background: #e8ece8; font-family: var(--sans); font-size: .9rem; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); }
.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { display: grid; padding: 22px 0; border-bottom: 1px solid var(--line); grid-template-columns: 42px 1fr; gap: 15px; }
.contact-list i { color: var(--teal-dark); }
.contact-list span { display: block; color: var(--steel); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 20px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #aeb9bc; outline: 0; background: transparent; border-radius: 0; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-dark); box-shadow: 0 1px var(--teal-dark); }
.was-validated :invalid { border-color: #a63b32; }
.form-status { min-height: 25px; margin-top: 20px; font-size: .88rem; }
.form-status.is-error { color: #a63b32; }
.form-status.is-success { color: var(--teal-dark); }

.site-footer { padding: 72px 0 28px; color: white; background: #07141d; }
.footer-grid { display: grid; padding-bottom: 60px; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.footer-grid h2 { max-width: 520px; margin: 35px 0 25px; font-size: clamp(2.2rem, 3.5vw, 4rem); }
.footer-grid h4 { margin-bottom: 20px; color: #8ba0a8; font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 9px 0; }
.footer-links a:hover { color: #70d0c7; }
.footer-bottom { display: flex; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); justify-content: space-between; color: #81939a; font-size: .71rem; letter-spacing: .06em; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.footer-legal a, .footer-legal button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; letter-spacing: inherit; }
.footer-legal a:hover, .footer-legal button:hover { color: #70d0c7; }

.legal-hero { min-height: 52svh; }
.legal-layout { display: grid; grid-template-columns: minmax(180px,.4fr) minmax(0,1fr); gap: clamp(50px,9vw,130px); align-items: start; }
.legal-nav { position: sticky; top: 110px; margin: 0; padding: 0; list-style: none; }
.legal-nav li { border-bottom: 1px solid var(--line); }
.legal-nav a { display: block; padding: 14px 0; color: var(--steel); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-nav a:hover { color: var(--teal-dark); }
.legal-layout > *, .legal-content { min-width: 0; }
.legal-content { max-width: 810px; }
.legal-content section { padding: 0 0 48px; scroll-margin-top: 110px; }
.legal-content h2 { margin-bottom: 22px; font-size: clamp(2rem,3.5vw,3.4rem); }
.legal-content h3 { margin: 30px 0 12px; font-size: 1.4rem; line-height: 1.2; }
.legal-content p, .legal-content li { color: #4e5f66; }
.legal-content ul { padding-left: 20px; }
.legal-notice { padding: 22px 24px; border-left: 3px solid var(--teal-dark); background: #e8ece8; }
.legal-table { width: 100%; margin-top: 25px; border-collapse: collapse; font-size: .9rem; }
.legal-table th, .legal-table td { padding: 15px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--steel); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.form-privacy { margin: 18px 0 22px; color: var(--steel); font-size: .82rem; }
.form-privacy a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 3px; }

.cookie-banner { position: fixed; right: 24px; bottom: 24px; left: 24px; z-index: 2000; display: grid; max-width: 1180px; margin: auto; padding: 28px 30px; color: white; background: rgba(7,20,29,.97); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 25px 80px rgba(5,15,22,.38); backdrop-filter: blur(16px); grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 38px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner .eyebrow { margin-bottom: 10px; color: #75d7cf; }
.cookie-banner h2 { margin-bottom: 10px; font-size: clamp(1.8rem,3vw,2.7rem); }
.cookie-banner p { max-width: 680px; margin: 0; color: #b8c6cb; font-size: .9rem; }
.cookie-banner p a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: grid; min-width: 210px; grid-template-columns: repeat(2,1fr); gap: 9px; }
.cookie-banner__actions .cookie-action:last-child { grid-column: 1/-1; }
.cookie-action { min-height: 45px; padding: 0 17px; border: 1px solid rgba(255,255,255,.55); color: white; background: transparent; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s,border-color .2s,color .2s; }
.cookie-action:hover, .cookie-action:focus-visible { color: var(--ink); background: white; border-color: white; }
.cookie-action--primary { border-color: #75d7cf; }
.cookie-dialog { width: min(640px,calc(100% - 32px)); padding: 0; color: var(--ink); background: var(--paper); border: 0; box-shadow: var(--shadow); }
.cookie-dialog::backdrop { background: rgba(5,17,25,.72); backdrop-filter: blur(4px); }
.cookie-dialog form { padding: 34px; }
.cookie-dialog__head { display: flex; justify-content: space-between; align-items: start; gap: 25px; }
.cookie-dialog__head h2 { margin-bottom: 24px; font-size: clamp(2rem,5vw,3.4rem); }
.cookie-dialog__close { display: grid; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; place-items: center; }
.cookie-option { position: relative; display: grid; min-height: 100px; padding: 20px 0; border-top: 1px solid var(--line); grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.cookie-option strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.cookie-option p { margin: 4px 0 0; color: var(--steel); font-size: .83rem; }
.cookie-status { color: var(--teal-dark); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cookie-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch { position: relative; width: 48px; height: 26px; border: 1px solid #849398; border-radius: 20px; background: #cbd2d2; transition: .2s; }
.cookie-switch::after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(0,0,0,.2); content: ""; transition: .2s; }
.cookie-option input:checked + .cookie-switch { background: var(--teal-dark); border-color: var(--teal-dark); }
.cookie-option input:checked + .cookie-switch::after { transform: translateX(22px); }
.cookie-option input:focus-visible + .cookie-switch { outline: 2px solid var(--teal-dark); outline-offset: 3px; }
.cookie-dialog__actions { display: flex; padding-top: 24px; border-top: 1px solid var(--line); align-items: center; gap: 24px; }
.cookie-dialog__actions .cookie-action { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }
.cookie-dialog__actions a { color: var(--teal-dark); font-size: .78rem; text-decoration: underline; text-underline-offset: 3px; }

[data-reveal] { transform: translateY(26px); opacity: 0; transition: transform .75s cubic-bezier(.22,1,.36,1), opacity .75s; }
[data-reveal].is-visible { transform: none; opacity: 1; }
@keyframes hero-scale { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes hero-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 980px) {
  :root { --container: min(100% - 40px, 760px); }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: flex; width: 100%; height: 100dvh; min-height: 100svh; padding: max(120px,calc(env(safe-area-inset-top) + 96px)) 28px max(50px,env(safe-area-inset-bottom)); align-items: flex-start; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; color: white; background: var(--ink); visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .35s,visibility 0s .35s; -webkit-overflow-scrolling: touch; }
  .site-nav a { font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .site-nav .btn { margin-top: 20px; font-family: var(--sans); font-size: .72rem; }
  .nav-open .site-nav { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .nav-open .site-header { color: white; background: transparent; border-color: rgba(255,255,255,.2); backdrop-filter: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .hero__content { grid-template-columns: 1fr; }
  .hero__aside { max-width: 520px; }
  .hero__scroll { display: none; }
  .hero__pagination { right: 24px; bottom: 28px; }
  .intro-grid, .split, .contact-grid, .detail-copy { grid-template-columns: 1fr; }
  .insights-intro, .article-layout { grid-template-columns: 1fr; }
  .insights-grid--home { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px 20px; }
  .insights-grid--home .insight-card--featured { grid-column: 1/-1; grid-row: auto; }
  .insights-grid--home .insight-card:not(.insight-card--featured) { display: block; padding-bottom: 0; border-bottom: 0; grid-column: span 1; }
  .insights-grid--home .insight-card:not(.insight-card--featured) .insight-card__image { height: 250px; }
  .insights-grid--home .insight-card:not(.insight-card--featured) .insight-card__body { padding-top: 22px; }
  .article-aside { position: static; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-card, .solution-card:nth-child(1), .solution-card:nth-child(2) { min-height: 440px; grid-column: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .partners li { width: 50%; }
  .cta__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 32px); }
  .site-header { height: 72px; }
  .wordmark__text { font-size: 1rem; }
  .hero { min-height: 800px; }
  .hero__content { margin-bottom: 52px; gap: 25px; }
  .hero h2 { font-size: clamp(3.2rem, 16vw, 5.1rem); }
  .hero__aside { padding-left: 16px; }
  .hero__pagination { display: none; }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 25px; }
  .solutions-grid, .project-grid, .service-list, .detail-gallery { grid-template-columns: 1fr; }
  .insights-grid { grid-template-columns: 1fr; }
  .insights-grid--home { gap: 60px; }
  .insights-grid--home .insight-card--featured, .insights-grid--home .insight-card:not(.insight-card--featured) { display: block; grid-column: 1/-1; }
  .insight-card--featured { display: block; padding-bottom: 55px; }
  .insight-card--featured .insight-card__image, .insight-card__image, .insights-grid--home .insight-card--featured .insight-card__image, .insights-grid--home .insight-card:not(.insight-card--featured) .insight-card__image { height: 390px; }
  .content-pagination { margin-top: 70px; padding-top: 22px; grid-template-columns: 1fr auto 1fr; gap: 12px; }
  .content-pagination__pages { display: none; }
  .content-pagination__mobile-status { display: block; }
  .content-pagination__direction { min-height: 44px; gap: 9px; }
  .content-pagination > .pagination { min-height: 50px; }
  .content-pagination > .pagination > li:not(.active):not(:first-child):not(:last-child) { display: none; }
  .content-pagination > .pagination > li:first-child:not(.active) > a,
  .content-pagination > .pagination > li:last-child:not(.active) > a { min-height: 50px; gap: 9px; }
  .article-cover { width: calc(100% - 32px); height: 420px; margin-top: -28px; }
  .solution-card { min-height: 390px; }
  .project-card:nth-child(even) .project-card__image { margin-top: 0; }
  .project-card__image, .project-card:nth-child(even) .project-card__image { height: 390px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 220px; border-right: 0; }
  .process-step__number { margin-bottom: 36px; }
  .partners li { width: 100%; }
  .page-hero { min-height: 650px; }
  .split__media img { min-height: 400px; }
  .service-row { min-height: 270px; padding: 32px 20px; border-right: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .detail-meta { grid-template-columns: 1fr; gap: 18px; }
  .detail-gallery a { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
  .footer-bottom span i{display: block;}
  .footer-legal { margin-top: 12px; justify-content: flex-start; }
  .legal-layout { grid-template-columns: minmax(0,1fr); }
  .legal-nav { position: static; }
  .legal-table { display: block; overflow-x: auto; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; padding: 22px 20px; grid-template-columns: 1fr; gap: 20px; }
  .cookie-banner__actions { min-width: 0; }
  .cookie-dialog form { padding: 25px 20px; }
  .cookie-dialog__actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { transform: none; opacity: 1; }
}

.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
    .language-switch { position: relative; z-index: 3; flex: 0 0 auto; }
    .language-toggle { display: inline-flex; min-width: 52px; height: 38px; padding: 0 11px; align-items: center; justify-content: center; gap: 7px; color: inherit; background: rgba(11,27,38,.12); border: 1px solid currentColor; border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; line-height: 1; transition: color .25s, background .25s, border-color .25s; }
    .language-toggle:hover, .language-toggle:focus-visible, .language-toggle[aria-expanded="true"] { color: var(--ink); background: var(--white); border-color: var(--white); }
    .site-header.is-scrolled .language-toggle, .site-header.site-header--solid .language-toggle { background: rgba(255,255,255,.45); }
    .site-header.is-scrolled .language-toggle:hover, .site-header.is-scrolled .language-toggle:focus-visible, .site-header.is-scrolled .language-toggle[aria-expanded="true"], .site-header.site-header--solid .language-toggle:hover, .site-header.site-header--solid .language-toggle:focus-visible, .site-header.site-header--solid .language-toggle[aria-expanded="true"] { color: white; background: var(--ink); border-color: var(--ink); }
    .language-menu { position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: min(420px,calc(100vw - 32px)); max-height: min(264px,calc(100vh - 110px)); padding: 10px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; color: var(--ink); background: #f8f6f0; border: 1px solid rgba(11,27,38,.14); border-radius: 12px; box-shadow: 0 18px 48px rgba(3,16,24,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-7px); transition: opacity .18s, transform .18s, visibility 0s .18s; scrollbar-color: #829096 #e2dfd6; scrollbar-width: thin; }
    .language-menu::-webkit-scrollbar { width: 6px; }
    .language-menu::-webkit-scrollbar-track { background: #e2dfd6; border-radius: 999px; }
    .language-menu::-webkit-scrollbar-thumb { background: #829096; border-radius: 999px; }
    .language-menu::-webkit-scrollbar-thumb:hover { background: var(--teal-dark); }
    .language-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
    .language-menu a { display: flex; min-height: 42px; padding: 8px 10px; align-items: center; color: #314149; border-radius: 7px; font-size: .78rem; font-weight: 650; line-height: 1.25; white-space: nowrap; transition: color .18s, background .18s; }
    .language-menu a:hover, .language-menu a:focus-visible { color: var(--ink); background: #e7e4dc; }
    .language-menu a[aria-current="true"] { color: white; background: var(--teal-dark); }
    @media (max-width: 980px) {
      .header-actions { gap: 6px; }
      .language-switch { z-index: 3; }
      .language-toggle { height: 40px; }
      .language-menu { width: min(310px,calc(100vw - 32px)); grid-template-columns: repeat(2,minmax(0,1fr)); }
      .nav-open .language-toggle { color: white; background: rgba(255,255,255,.08); border-color: white; }
      .nav-open .language-toggle:hover, .nav-open .language-toggle:focus-visible, .nav-open .language-toggle[aria-expanded="true"] { color: var(--ink); background: white; }
    }
    @media (max-width: 380px) {
      .language-menu { right: -50px; }
    }