/* =============================================================
   Vikingegaarden A/S - design system
   Based on the corporate palette (blue #198fd9, green #65bd7d)
   plus one accent colour per division, set through --acc.
   ============================================================= */

@font-face {
  font-family: "Schibsted Grotesk";
  src: url("/assets/fonts/schibsted-grotesk-var.woff2") format("woff2-variations");
  font-weight: 400 900; font-display: swap; font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-var.woff2") format("woff2-variations");
  font-weight: 300 800; font-display: swap; font-style: normal;
}

:root {
  /* base colours */
  --ink: #12151a;
  --ink-2: #474d57;
  --ink-3: #5b616b;
  --line: #e3e6ea;
  --line-2: #eef0f3;
  --bg: #ffffff;
  --bg-2: #f6f8fa;
  --bg-3: #eaeef2;
  --navy: #0b0e13;
  --navy-2: #141922;

  /* brand: the yellow from the logo (#FBCF2E) is the company signature, the blue
     is the Green Harbor division. The yellow accent appears on primary buttons and
     in the glow of dark bands, whatever the division. */
  --gold: #fbcf2e;
  --gold-deep: #e0b415;
  --brand: #2563c9;
  --brand-dark: #1b4a99;
  --green: #38a35a;
  --ink-on-gold: #14161a;

  /* division accent; overridden on [data-div] */
  --acc: #2563c9;
  --acc-dark: #1b4a99;
  --acc-tint: rgba(37, 99, 201, .10);

  /* typography */
  --font-head: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --head-stretch: 100%;

  /* rhythm */
  --shell: 1180px;
  --gap: clamp(1rem, 2.2vw, 1.75rem);
  --gutter: clamp(1rem, 1.6vw, 1.5rem);
  --sec-y: clamp(2.5rem, 4.5vw, 4rem);
  --r: 14px;
  --r-sm: 10px;

  --shadow: none;
  --shadow-lg: none;
}

[data-div="green-harbor-technology"] { --acc:#2563c9; --acc-dark:#1b4a99; --acc-tint:rgba(37,99,201,.10); --acc-on-dark:#7aa9ff; }
[data-div="aton-house-nordic"]       { --acc:#0f9e93; --acc-dark:#0a6f67; --acc-tint:rgba(15,158,147,.11); --acc-on-dark:#3fd8cb; }
[data-div="cumulus-systems"]         { --acc:#1f8fe0; --acc-dark:#15669f; --acc-tint:rgba(31,143,224,.11); --acc-on-dark:#63c0ff; }
[data-div="nordwatch-automation"]    { --acc:#38a35a; --acc-dark:#24713d; --acc-tint:rgba(56,163,90,.12); --acc-on-dark:#5fdc8a; }
[data-div="cloud-data-services"]     { --acc:#6b4ee6; --acc-dark:#4a33ad; --acc-tint:rgba(107,78,230,.11); --acc-on-dark:#a992ff; }

/* ------------------------------------------------------------- reset & base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.68;
  font-feature-settings: "cv05" 1, "ss03" 1;
  color: var(--ink-2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.14;
  letter-spacing: -0.018em;
  margin: 0 0 .6em;
  font-weight: 600;
}
h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); font-weight: 600; letter-spacing: -0.026em; line-height: 1.08; }
.prodtop h1 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); max-width: 18ch; }
h2 { font-size: clamp(1.6rem, 2.9vw, 2.25rem); font-weight: 600; letter-spacing: -0.022em; }
h3 { font-size: clamp(1.08rem, 1.6vw, 1.22rem); line-height: 1.3; font-weight: 600; }
h4 { font-size: 1rem; letter-spacing: -0.005em; line-height: 1.3; font-weight: 600; }
p { margin: 0 0 1rem; }
a { color: var(--acc-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0 0 1rem; padding-left: 1.25rem; }
li { margin-bottom: .35rem; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
:focus-visible { outline: 3px solid var(--acc); outline-offset: 2px; border-radius: 3px; }

.shell { width: min(100% - clamp(2rem, 5vw, 4rem), var(--shell)); margin-inline: auto; }
.shell--wide { width: min(100% - clamp(2rem, 5vw, 4rem), 1320px); }
.sec { padding-block: var(--sec-y); }
.sec--tight { padding-block: clamp(1.5rem, 2.5vw, 2.25rem); }
.sec--alt { background: var(--bg-2); }
.sec--dark { background: var(--bg-2); color: var(--ink-2); }
.sec--dark h1, .sec--dark h2, .sec--dark h3, .sec--dark h4 { color: var(--ink); }
.sec--dark a { color: var(--acc-dark); }

.skip {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff;
  padding: .75rem 1.25rem; z-index: 100;
}
.skip:focus { left: 0; }

/* ------------------------------------------------------------------ eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 600; font-size: .78rem;
  letter-spacing: .06em; color: var(--acc-dark);
  margin: 0 0 1.1rem;
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; background: var(--acc); border-radius: 50%;
}


.lead { font-size: clamp(1.02rem, 1.25vw, 1.15rem); color: var(--ink-2); max-width: 56ch; line-height: 1.6; }
.sec--dark .lead { color: var(--ink-2); }

/* ------------------------------------------------------------------ buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head);
  font-weight: 600; font-size: .93rem; letter-spacing: -0.002em;
  padding: .8rem 1.6rem; border-radius: 999px; border: 1.5px solid transparent;
  background: var(--gold); color: var(--ink-on-gold); cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}
.btn:hover { background: var(--gold-deep); color: var(--ink-on-gold); text-decoration: none; }
.btn--line { background: transparent; color: var(--ink); border-color: #cdd1d5; }
.btn--line:hover { background: var(--bg-2); color: var(--ink); border-color: var(--ink-3); }
.btn--ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.32); }
.btn--ghost:hover { background: rgba(255,255,255,.14); border-color: var(--gold); color: #fff; }
.btn--sm { padding: .5rem 1.15rem; font-size: .85rem; }
.btn__ico { width: 1.05em; height: 1.05em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.btnrow { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

/* ------------------------------------------------------------------- header */
.nav {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.94);
  backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line);
}
.nav__in { display: flex; align-items: center; gap: 1.5rem; min-height: 72px; }
.nav__logo { display: flex; align-items: center; flex: none; }
.nav__logo img { height: 30px; width: auto; display: block; }
.nav__logo:hover { text-decoration: none; }
@media (max-width: 480px) { .nav__logo img { height: 24px; } }

/* the logo in the footer, white variant */
.foot__logo { display: inline-block; margin-bottom: 1rem; }
.foot__logo img { height: 30px; width: auto; display: block; }

.nav__links { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.nav__item { position: relative; }
.nav__top {
  display: inline-flex; align-items: center; gap: .3rem; padding: .6rem .7rem;
  font-family: var(--font-head); font-weight: 600; font-size: .93rem; color: var(--ink);
  border-radius: var(--r-sm); text-decoration: none; white-space: nowrap;
}
.nav__top:hover, .nav__item:hover .nav__top { background: var(--bg-3); text-decoration: none; }
.nav__top.is-active { color: var(--acc-dark); }
.nav__chev { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.nav__item:hover .nav__chev { transform: rotate(180deg); }

.nav__menu {
  position: absolute; top: calc(100% + .35rem); left: 50%; transform: translate(-50%, 6px);
  min-width: 320px; background: #fff; border: 1px solid var(--line); border-radius: 3px;
  box-shadow: 0 12px 40px rgba(20,24,30,.10); padding: .6rem; opacity: 0; visibility: hidden;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.nav__item:hover .nav__menu, .nav__menu:focus-within { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav__menu--end { left: auto; right: 0; transform: translate(0, 6px); }
.nav__item:hover .nav__menu--end { transform: translate(0, 0); }
.nav__menu a {
  display: block; padding: .55rem .7rem; border-radius: var(--r-sm); color: var(--ink); text-decoration: none;
}
.nav__menu a:hover { background: var(--bg-3); text-decoration: none; }
.nav__menu strong { display: block; font-family: var(--font-head); font-weight: 700; font-size: .9rem; }
.nav__menu span { display: block; font-size: .8rem; color: var(--ink-3); line-height: 1.4; }

/* mega: columns per product group */
.nav__mega { min-width: min(920px, 92vw); padding: 1.1rem; }
.nav__mega-in { display: grid; grid-template-columns: 1.1fr 2.4fr; gap: 1.25rem; }
.nav__mega-side {
  border-radius: var(--r-sm); padding: 1rem; color: #fff;
  background: linear-gradient(150deg, var(--md-acc, var(--acc)), var(--md-acc-dark, var(--acc-dark)));
}
.nav__mega-side strong { font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; display: block; margin-bottom: .35rem; }
.nav__mega-side p { font-size: .82rem; line-height: 1.5; color: rgba(255,255,255,.88); margin: 0 0 .9rem; }
.nav__mega-side a { color: #fff; font-weight: 700; font-size: .82rem; text-decoration: underline; padding: 0; }
.nav__mega-side a:hover { background: none; }
.nav__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: .25rem 1rem; }
.nav__col-h {
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3);
  margin: .5rem .7rem .3rem; font-weight: 700;
}
.nav__col a { padding: .32rem .7rem; font-size: .86rem; font-family: var(--font-head); font-weight: 600; }

.nav__act { display: flex; align-items: center; gap: .6rem; }
.nav__burger {
  display: none; background: none; border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: .45rem; cursor: pointer; color: var(--ink);
}
.nav__burger svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.nav__burger .ico-x { display: none; }
.nav__burger[aria-expanded="true"] .ico-x { display: block; }
.nav__burger[aria-expanded="true"] .ico-bars { display: none; }

@media (max-width: 1080px) {
  .nav__in { min-height: 64px; }
  .nav__burger { display: inline-flex; margin-left: auto; }
  .nav__act { display: none; }
  .nav__links {
    position: fixed; inset: 64px 0 0; background: #fff; display: none;
    flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto;
    padding: 1rem 1.25rem 4rem; margin: 0;
  }
  .nav__links.is-open { display: flex; }
  .nav__item { border-bottom: 1px solid var(--line-2); }
  .nav__top { width: 100%; justify-content: space-between; padding: .9rem .25rem; font-size: 1rem; }
  .nav__menu, .nav__mega {
    position: static; transform: none; opacity: 1; visibility: visible; min-width: 0;
    border: 0; box-shadow: none; padding: 0 0 .8rem; display: none;
  }
  .nav__item.is-open .nav__menu, .nav__item.is-open .nav__mega { display: block; }
  .nav__item:hover .nav__menu { transform: none; }
  .nav__mega-in, .nav__cols { grid-template-columns: 1fr; }
  .nav__mega-side { margin-bottom: .8rem; }
}

/* -------------------------------------------------------------------- panel */
.panel {
  position: relative; overflow: hidden; border-radius: var(--r); color: var(--ink);
  background: var(--bg-2); border-top: 3px solid var(--acc);
  padding: clamp(2rem, 5vw, 3.5rem);
}
.panel__glow {
  position: absolute; inset: auto -20% -60% auto; width: 70%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255,255,255,.22), transparent 62%);
  pointer-events: none;
}
.panel__in { position: relative; max-width: 62ch; }
.panel h1, .panel h2 { color: var(--ink); }
.panel p { color: var(--ink-2); }
.panel .eyebrow { color: var(--acc-dark); }
.panel .eyebrow::before { background: var(--acc); }
.panel__pill {
  display: inline-block; padding: .3rem .8rem; border-radius: 999px; font-size: .78rem;
  font-weight: 600; background: #fff; border: 1px solid var(--line); color: var(--ink-2);
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------- grid */
.grid { display: grid; gap: var(--gap); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }

/* --------------------------------------------------------------------- card */
.card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden; transition: border-color .16s, box-shadow .16s, transform .16s;
}
a.card { color: inherit; text-decoration: none; }
a.card:hover { border-color: var(--ink-3); text-decoration: none; }
.card__media { aspect-ratio: 4 / 3; background: var(--bg-3); overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.card__kicker {
  font-family: var(--font-head); font-size: .68rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--acc-dark); margin-bottom: .45rem;
}
.card h3 { font-size: 1.12rem; margin-bottom: .4rem; }
.card p { font-size: .92rem; color: var(--ink-2); margin: 0; }
.card__more {
  margin-top: auto; padding-top: .9rem; font-family: var(--font-head); font-weight: 700;
  font-size: .85rem; color: var(--acc-dark); display: inline-flex; align-items: center; gap: .35rem;
}
a.card:hover .card__more { gap: .6rem; }

/* division card, with accent band */
.dcard { position: relative; }
.dcard::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--acc); z-index: 1; }

/* --------------------------------------------------------------------- stat */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.stat { background: #fff; padding: 1.25rem 1.3rem; }
.stat b { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--ink); letter-spacing: -.03em; line-height: 1.05; }
.stat span { display: block; font-size: .85rem; color: var(--ink-3); margin-top: .35rem; line-height: 1.45; }
.sec--dark .stats { background: var(--line); border-color: var(--line); }
.sec--dark .stat { background: #fff; }
.sec--dark .stat b { color: var(--ink); }
.sec--dark .stat span { color: var(--ink-3); }

/* ------------------------------------------------------------------ feature */
.feat { display: flex; gap: .9rem; }
.feat__ico {
  flex: none; width: 40px; height: 40px; border-radius: 10px; background: var(--acc-tint);
  display: grid; place-items: center; color: var(--acc-dark);
}
.feat__ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.feat h3 { margin: .15rem 0 .3rem; font-size: 1.075rem; letter-spacing: -0.01em; }
.feat p { font-size: .93rem; margin: 0; }

/* --------------------------------------------------------------------- prose */
.prose { max-width: 76ch; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; font-size: 1.22rem; }
.prose img { border-radius: var(--r); margin: 1.5rem 0; }
.prose a { text-decoration: underline; text-underline-offset: 2px; }
.prose ul { padding-left: 1.15rem; }
.prose li::marker { color: var(--acc); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .93rem; }
.prose th, .prose td { border-bottom: 1px solid var(--line); padding: .65rem .5rem; text-align: left; }
.prose blockquote { border-left: 3px solid var(--acc); margin: 1.5rem 0; padding-left: 1.1rem; color: var(--ink-2); font-style: italic; }

/* --------------------------------------------------------------------- table */
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }
.tbl { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 520px; }
.tbl th, .tbl td { padding: .75rem 1rem; text-align: left; border-bottom: 1px solid var(--line-2); }
.tbl thead th { background: var(--bg-2); font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.tbl tbody tr:last-child td { border-bottom: 0; }
.tbl caption { caption-side: top; text-align: left; padding: .9rem 1rem; font-weight: 700; font-family: var(--font-head); color: var(--ink); }

/* ----------------------------------------------------------------- subnav */
.subnav { position: sticky; top: 72px; z-index: 40; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.subnav ul { display: flex; gap: .25rem; list-style: none; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; }
.subnav ul::-webkit-scrollbar { display: none; }
.subnav a { display: block; padding: .85rem .8rem; font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--ink-2); white-space: nowrap; border-bottom: 2px solid transparent; }
.subnav a:hover { color: var(--acc-dark); text-decoration: none; border-bottom-color: var(--acc); }
@media (max-width: 1080px) { .subnav { top: 64px; } }

/* ------------------------------------------------------------- breadcrumb */
.crumbs { font-size: .82rem; color: var(--ink-3); padding: 1rem 0 0; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; margin: 0; padding: 0; }
.crumbs li::after { content: "/"; margin-left: .4rem; color: var(--line); }
.crumbs li:last-child::after { content: ""; }
.crumbs a { color: var(--ink-3); }

/* -------------------------------------------------------------------- chip */
.chips { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 1.2rem 0 0; padding: 0; }
.chips li {
  font-size: .8rem; font-weight: 600; padding: .35rem .75rem; border-radius: 999px;
  background: var(--acc-tint); color: var(--acc-dark); margin: 0;
}
.panel .chips li { background: #fff; color: var(--ink-2); border: 1px solid var(--line); }

/* --------------------------------------------------------------------- faq */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 1.1rem 2.5rem 1.1rem 0; position: relative; list-style: none;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: .4rem; top: 1.45rem; width: 10px; height: 10px;
  border-right: 2px solid var(--acc); border-bottom: 2px solid var(--acc);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .faq__a { padding: 0 0 1.2rem; font-size: .96rem; }
.faq .faq__a > :last-child { margin-bottom: 0; }

/* ------------------------------------------------------------------ gallery */
.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: .8rem; }
.gal figure { margin: 0; border-radius: var(--r-sm); overflow: hidden; background: var(--bg-3); }
.gal img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gal figcaption { font-size: .8rem; color: var(--ink-3); padding: .5rem .1rem 0; }

/* --------------------------------------------------------------------- CTA */
.cta {
  border-radius: var(--r); background: #fff; color: var(--ink);
  border: 1px solid var(--line); border-top: 4px solid var(--gold);
  padding: clamp(1.9rem, 3.5vw, 2.75rem); position: relative;
}
.cta h2 { color: var(--ink); max-width: 24ch; margin-bottom: .5rem; }
.cta p { color: var(--ink-2); max-width: 54ch; }
.cta .btn--ghost { background: transparent; color: var(--ink); border-color: #cdd1d5; }
.cta .btn--ghost:hover { background: #fff; color: var(--ink); }

/* ------------------------------------------------------------------ footer */
.foot { background: var(--navy); color: #93a1b0; padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; font-size: .9rem; }
.foot a { color: #c7d1db; }
.foot a:hover { color: #fff; }
.foot__top { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 2rem; }
.foot__brand strong { display: block; font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 1.1rem; margin-bottom: .5rem; }
.foot__h { font-family: var(--font-head); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin: 0 0 .8rem; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: .45rem; }
.foot__bar { border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.5rem; padding-top: 1.25rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .82rem; }
.foot__legal { display: flex; flex-wrap: wrap; gap: 1rem; }
@media (max-width: 1024px) { .foot__top { grid-template-columns: 1fr 1fr 1fr; } .foot__brand { grid-column: 1 / -1; } }
@media (max-width: 820px) { .foot__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot__top { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ utile */
.mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; }
.center { text-align: center; margin-inline: auto; }
.sec__head { max-width: 62ch; margin-bottom: clamp(1.75rem, 3vw, 2.75rem); }
.sec__head.center { text-align: center; }
.muted { color: var(--ink-3); }
.small { font-size: .85rem; }

/* reveal on scroll */
/* Motion only, no opacity: text at an intermediate opacity fails the
   contrast tests and is illegible if the animation stops halfway. */
.js .rv { transform: translateY(16px); transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.js .rv.is-in { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .rv { transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* --------------------------------------------------- check lists (ticks) */
.ticks { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.ticks li { position: relative; padding-left: 1.9rem; margin-bottom: .7rem; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .45em; width: 1.1rem; height: .6rem;
  border-left: 2.5px solid var(--acc); border-bottom: 2.5px solid var(--acc);
  transform: rotate(-45deg) scale(.85); transform-origin: center;
}
.sec--dark .ticks li::before { border-color: var(--acc); }
.ticks--sm { margin-top: .9rem; font-size: .88rem; }
.ticks--sm li { margin-bottom: .4rem; padding-left: 1.5rem; }
.ticks--sm li::before { width: .85rem; height: .48rem; border-width: 2px; }

/* ------------------------------------------------------- imagini de produs */
.prodhero { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--bg-3); border: 1px solid var(--line); }
.prodhero img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.wide { margin: clamp(2rem, 4vw, 3rem) 0 0; border-radius: var(--r); overflow: hidden; }
.wide img { width: 100%; aspect-ratio: 21/9; object-fit: cover; }
.wide figcaption { font-size: .85rem; color: var(--ink-3); padding: .7rem .2rem 0; }
.split figure { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--bg-3); }
.split figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ------------------------------------------------------------------ form */
.form__row { margin-bottom: 1rem; }
.form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0 1rem; }
.form label {
  display: block; font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  color: var(--ink); margin-bottom: .35rem;
}
.form input, .form select, .form textarea {
  width: 100%; font: inherit; font-size: .95rem; color: var(--ink);
  padding: .7rem .85rem; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--acc); box-shadow: 0 0 0 3px var(--acc-tint);
}
.form textarea { resize: vertical; }
.form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__msg { padding: .85rem 1rem; border-radius: var(--r-sm); font-size: .92rem; margin-top: 1rem; }
.form__msg--ok { background: rgba(79,164,106,.12); color: #2c6b41; }
.form__msg--err { background: rgba(200,60,60,.1); color: #9e2b2b; }

.infobox { border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem 1.5rem; background: var(--bg-2); }
.infobox h3 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin: 1.2rem 0 .3rem; font-weight: 700; }
.infobox h3:first-child { margin-top: 0; }
.infobox p { font-size: .95rem; margin-bottom: 0; }

/* ------------------------------------------- internal image-review page */
.rv-bar { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; margin-top: 1.25rem;
  padding: .9rem 1.1rem; border: 1px solid var(--line); border-radius: var(--r); background: var(--bg-2);
  font-size: .9rem; position: sticky; top: 80px; z-index: 30; }
.rv-bar b { font-family: var(--font-head); font-size: 1.1rem; color: var(--ink); }
.rvgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 1rem; margin-top: 1.25rem; }
.rvcard { margin: 0; border: 2px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.rvcard img { width: 100%; aspect-ratio: 3/2; object-fit: cover; background: var(--bg-3); }
.rvcard figcaption { padding: .75rem .85rem .9rem; }
.rvcard__role { font-family: var(--font-head); font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--acc-dark); }
.rvcard p { font-size: .82rem; color: var(--ink-3); margin: .3rem 0 .6rem; line-height: 1.45; }
.rvcard__btns { display: flex; gap: .35rem; }
.rvcard__btns button { flex: 1; font: inherit; font-size: .8rem; font-weight: 700; font-family: var(--font-head);
  padding: .4rem .3rem; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff;
  color: var(--ink-2); cursor: pointer; }
.rvcard__btns button:hover { border-color: var(--ink-3); }
.rvcard__btns button.on[data-verdict="good"] { background: #e7f4ec; border-color: #4fa46a; color: #2c6b41; }
.rvcard__btns button.on[data-verdict="replace"] { background: #fdf3e3; border-color: #d9932e; color: #8a5b12; }
.rvcard__btns button.on[data-verdict="drop"] { background: #fbeaea; border-color: #c85050; color: #9e2b2b; }
.rvcard__note { width: 100%; margin-top: .5rem; font: inherit; font-size: .82rem; padding: .35rem .5rem;
  border: 1px solid var(--line); border-radius: var(--r-sm); }
.rvcard.is-good { border-color: #4fa46a; }
.rvcard.is-replace { border-color: #d9932e; }
.rvcard.is-drop { border-color: #c85050; opacity: .6; }

/* =============================================================
   Hero and editorial components (redesign)
   ============================================================= */

/* The brand lockup from the materials: coloured bar + wordmark on white */
.lockup {
  display: inline-flex; align-items: stretch; font-family: var(--font-head);
  letter-spacing: .01em; line-height: 1;
}
.lockup__bar { width: 4px; background: var(--acc); flex: none; }
.lockup__name {
  background: transparent; color: var(--ink); padding: .3rem 0 .3rem .8rem;
  font-size: .95rem;
}
.lockup__name b { font-weight: 800; }
.lockup__name span { font-weight: 400; }

/* Bright hero: text on white, the photo below, the figures on fine lines */
.hero { background: var(--bg); color: var(--ink); padding-top: clamp(2rem, 4vw, 3.25rem); }
.hero__in {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
}
.hero__head { grid-column: 1; }
.hero__aside { grid-column: 2; padding-bottom: .35rem; }
@media (max-width: 900px) {
  .hero__in { grid-template-columns: 1fr; align-items: start; gap: 1.25rem; }
  .hero__head, .hero__aside { grid-column: 1; }
}
.hero h1 { margin: 0; max-width: 13ch; font-size: clamp(2.3rem, 5vw, 4rem); }
.hero p.lead { max-width: 44ch; margin: 0; }
.hero .btnrow { margin-top: 1.4rem; }
.hero__lock { margin-bottom: 1.3rem; }
.hero__figure {
  margin: clamp(1.75rem, 3vw, 2.5rem) 0 0; overflow: hidden; border-radius: var(--r);
  background: var(--bg-3);
}
.hero__figure img { width: 100%; aspect-ratio: 21/9; object-fit: cover; display: block; }
@media (max-width: 760px) {
  /* 21:9 becomes a strip on phones; a taller format so the product is visible */
  .hero__figure img, .hero--short .hero__figure img { aspect-ratio: 5/4; }
}
.hero--short .hero__figure img { aspect-ratio: 24/9; }

/* Band of figures, separated by fine lines */
.hero__strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  border-top: 1px solid var(--line); margin-top: clamp(1.25rem, 2.5vw, 2rem);
}
.hero__strip div { padding: 1.15rem 1.5rem 1.2rem 0; }
.hero__strip div + div { border-left: 1px solid var(--line); padding-left: 1.5rem; }
.hero__strip b {
  display: block; font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -.025em; color: var(--ink);
}
.hero__strip span { display: block; font-size: .88rem; color: var(--ink-3); margin-top: .4rem; line-height: 1.5; }
@media (max-width: 640px) {
  .hero__strip div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
}

/* Numerotarea sectiunilor: 01 / 02 / 03, ca reperele dintr-un catalog */
.sec__num {
  display: flex; align-items: baseline; gap: .85rem; margin-bottom: 1.1rem;
  border-top: 1px solid var(--line); padding-top: .85rem;
}
.sec__num b {
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .02em; color: var(--acc-dark);
}
.sec__num span {
  font-family: var(--font-head); font-weight: 500; font-size: .8rem;
  letter-spacing: .01em; color: var(--ink-3);
}




/* Two-column section title: title left, text right */
.sec__split {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: baseline; margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}
.sec__split h2 { margin: 0; }
.sec__split p { margin: 0; }
@media (max-width: 820px) { .sec__split { grid-template-columns: 1fr; align-items: start; } }

/* Division plate: photo on top, text on white below */
.dtile { display: block; text-decoration: none; color: inherit; }
.dtile__media { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--r); background: var(--bg-3); }
.dtile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.dtile:hover img { transform: scale(1.04); }
.dtile:hover { text-decoration: none; }
.dtile:hover h3 { color: var(--acc-dark); }
.dtile__in { padding-top: 1rem; }
.dtile h3 { font-size: 1.15rem; margin: 0 0 .35rem; transition: color .15s; }
.dtile p { font-size: .92rem; color: var(--ink-2); margin: 0 0 .7rem; }
.dtile__meta {
  display: flex; align-items: center; gap: .55rem; font-family: var(--font-head);
  font-weight: 500; font-size: .82rem; color: var(--ink-3);
}
.dtile__meta::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--acc); }

/* Asymmetric grid for the secondary divisions */
.dgrid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.dgrid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .dgrid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .dgrid, .dgrid--4 { grid-template-columns: 1fr; } }

/* Product row with a large photo, instead of equal cards */
.prow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem 1.25rem; }
@media (max-width: 1080px) { .prow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 780px)  { .prow { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px)  { .prow { grid-template-columns: 1fr; } }
.pcard { display: block; text-decoration: none; color: inherit; }
.pcard__media {
  position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--r);
  background: var(--bg-3);
}
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.6,.2,1); }
.pcard:hover .pcard__media img { transform: scale(1.05); }
.pcard:hover { text-decoration: none; }
.pcard__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.pcard:hover .pcard__bar { transform: scaleX(1); }
.pcard h3 { margin: .3rem 0 .35rem; font-size: 1.08rem; }
.pcard p { font-size: .89rem; color: var(--ink-3); margin: 0; line-height: 1.5; }
.pcard__kicker {
  font-family: var(--font-head); font-size: .78rem; font-weight: 500;
  letter-spacing: .01em; color: var(--ink-3); margin-top: 1rem; display: block;
}

/* Reference line between sections */
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* Citat / afirmatie mare */
.claim {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem); line-height: 1.22; letter-spacing: -.02em;
  color: var(--ink); max-width: 22ch; margin: 0;
}
.sec--dark .claim { color: var(--ink); }

/* News list, editorial, not cards */
.nlist { border-top: 1px solid var(--line); }
.nrow {
  display: grid; grid-template-columns: 110px 1fr auto; gap: 1.5rem; align-items: baseline;
  padding: 1.1rem 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit;
}
.nrow:hover { text-decoration: none; }
.nrow:hover h3 { color: var(--acc-dark); }
.nrow time { font-family: var(--font-head); font-size: .8rem; font-weight: 700; letter-spacing: .1em; color: var(--ink-3); }
.nrow h3 { margin: 0 0 .35rem; font-size: 1.15rem; transition: color .15s; }
.nrow p { margin: 0; font-size: .92rem; color: var(--ink-3); max-width: 68ch; }
.nrow__go { font-family: var(--font-head); font-weight: 700; font-size: .85rem; color: var(--acc-dark); white-space: nowrap; }
@media (max-width: 720px) {
  .nrow { grid-template-columns: 1fr; gap: .4rem; }
  .nrow__go { display: none; }
}

/* Band for a product series (not a product, a family) */
.serieband {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  text-decoration: none; color: inherit; margin-bottom: clamp(2rem, 4vw, 3rem);
  background: var(--bg-2);
}
.serieband:hover { text-decoration: none; border-color: var(--acc); }
.serieband img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.serieband__in { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; justify-content: center; }
.serieband__tag {
  display: inline-block; align-self: flex-start; font-family: var(--font-head);
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; background: var(--acc); padding: .25rem .6rem; margin-bottom: .9rem;
}
.serieband h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: .5rem; }
.serieband p { color: var(--ink-2); margin-bottom: 1rem; }
@media (max-width: 760px) { .serieband { grid-template-columns: 1fr; } }

/* =============================================================
   Contained system: everything in a single container, on the grid.
   Nothing spans the full window width: at 820 px (tablet) the
   full-bleed elements let the image escape from under the card.
   ============================================================= */

/* Utility bar at the top of the page */
.util { background: var(--navy); color: rgba(255,255,255,.7); font-size: .82rem; border-bottom: 2px solid var(--gold); }
.util__in { display: flex; align-items: center; gap: 1.5rem; min-height: 38px; flex-wrap: wrap; }
.util a { color: rgba(255,255,255,.86); }
.util a:hover { color: #fff; text-decoration: none; }
.util__sep { margin-left: auto; display: flex; gap: 1.35rem; }
.util strong { color: #fff; font-weight: 600; }
@media (max-width: 860px) { .util__sep { display: none; } }

/* --- Base grid ------------------------------------------------------------ */
.g { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--gutter); }
.g--tiles { grid-template-columns: repeat(12, 1fr); }
.col-3 { grid-column: span 3; }
.col-4 { grid-column: span 4; }
.col-6 { grid-column: span 6; }
.col-7 { grid-column: span 7; }
.col-5 { grid-column: span 5; }
.col-8 { grid-column: span 8; }
.col-12 { grid-column: span 12; }
@media (max-width: 1024px) {
  .col-3 { grid-column: span 6; }
  .col-4 { grid-column: span 6; }
  .col-7, .col-5, .col-8 { grid-column: span 12; }
}
@media (max-width: 620px) {
  .col-3, .col-4, .col-6 { grid-column: span 12; }
}

/* --- Section head: title left, link right, line below --------------------- */
.sechead {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem;
  padding-bottom: .9rem; border-bottom: 1px solid var(--line);
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}
.sechead h2 { margin: 0; font-size: clamp(1.45rem, 2.3vw, 1.95rem); }
.sechead p { margin: .45rem 0 0; color: var(--ink-3); font-size: .95rem; max-width: 62ch; }
.sechead__link {
  flex: none; font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  color: var(--acc-dark); white-space: nowrap; padding-bottom: .15rem;
}
.sechead__link:hover { text-decoration: none; color: var(--ink); }
@media (max-width: 620px) { .sechead { flex-direction: column; align-items: flex-start; gap: .75rem; } }

/* --- Cardul, o singura anatomie folosita peste tot ------------------------ */
.tile {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  text-decoration: none; color: inherit; height: 100%;
  transition: border-color .16s ease, box-shadow .16s ease;
}
a.tile:hover { text-decoration: none; border-color: #bfc5cb; box-shadow: 0 6px 24px rgba(20,24,30,.07); }
.tile__media { position: relative; aspect-ratio: 16/10; background: var(--bg-3); overflow: hidden; }
.tile__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile__body { padding: 1.15rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.tile__eyebrow {
  font-family: var(--font-head); font-size: .76rem; font-weight: 600; letter-spacing: .02em;
  color: var(--ink-3); margin: 0 0 .4rem;
}
.tile h3 { margin: 0 0 .45rem; font-size: 1.06rem; }
.tile p { margin: 0; font-size: .92rem; color: var(--ink-2); line-height: 1.55; }
.tile__go {
  margin-top: auto; padding-top: 1rem; font-family: var(--font-head); font-weight: 600;
  font-size: .88rem; color: var(--acc-dark); display: inline-flex; align-items: center; gap: .4rem;
}
a.tile:hover .tile__go { gap: .65rem; }
.tile--accent { border-top: 3px solid var(--acc); }
.tile--plain .tile__body { padding-top: 1.35rem; }

/* --- Hero: un card in container, text stanga, imagine dreapta ------------- */
.lead-card {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff;
}
.lead-card__body {
  padding: clamp(1.75rem, 3.2vw, 3rem) clamp(1.5rem, 3vw, 2.75rem);
  display: flex; flex-direction: column; justify-content: center;
}
.lead-card__body h1 { margin: 0 0 1rem; font-size: clamp(1.9rem, 3.4vw, 2.85rem); max-width: 16ch; }
.lead-card__body .lead { margin: 0; max-width: 46ch; }
.lead-card__media { position: relative; min-height: clamp(260px, 30vw, 420px); background: var(--bg-3); }
.lead-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) {
  .lead-card { grid-template-columns: 1fr; }
  .lead-card__media { order: -1; min-height: 240px; }
}

/* --- Band of figures, in the container ------------------------------------ */
.figband {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff;
}
.figband div { padding: 1.2rem 1.35rem 1.3rem; border-right: 1px solid var(--line); }
.figband div:last-child { border-right: 0; }
.figband div:first-child { background: var(--acc); border-right-color: transparent; }
.figband div:first-child b, .figband div:first-child span { color: #fff; }
.figband b {
  display: block; font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.3rem, 2vw, 1.75rem); letter-spacing: -.025em; color: var(--ink);
}
.figband span { display: block; font-size: .84rem; color: var(--ink-3); margin-top: .3rem; line-height: 1.45; }
@media (max-width: 900px) {
  .figband { grid-template-columns: repeat(2, 1fr); }
  .figband div { border-bottom: 1px solid var(--line); }
  .figband div:nth-child(2n) { border-right: 0; }
  .figband div:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 480px) {
  .figband { grid-template-columns: 1fr; }
  .figband div { border-right: 0; }
}

/* --- Row of trust signals ------------------------------------------------- */
.trust {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: .85rem 1.75rem; padding: 1.1rem 1.35rem; margin-top: var(--gutter);
  border: 1px solid var(--line); border-radius: var(--r); background: var(--bg-2);
  font-size: .86rem; color: var(--ink-3);
}
.trust span { display: inline-flex; align-items: center; gap: .5rem; }
.trust svg { width: 17px; height: 17px; flex: none; fill: none; stroke: var(--acc); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust b { font-family: var(--font-head); font-weight: 600; color: var(--ink); }

/* --- Panou orizontal: imagine intr-o parte, text in cealalta -------------- */
.panelrow {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff;
}
.panelrow__media { position: relative; min-height: clamp(240px, 26vw, 360px); background: var(--bg-3); }
.panelrow__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.panelrow__body { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; justify-content: center; }
.panelrow__body h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); margin-bottom: .6rem; }
.panelrow--flip .panelrow__media { order: 2; }
@media (max-width: 860px) {
  .panelrow { grid-template-columns: 1fr; }
  .panelrow--flip .panelrow__media { order: -1; }
  .panelrow__media { min-height: 220px; }
}

/* --- Sirul marcilor reprezentate ----------------------------------------- */
.brands {
  display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 2.25rem;
  padding: 1.1rem 1.35rem; border: 1px solid var(--line); border-radius: var(--r);
  background: var(--bg-2);
}
.brands span { font-family: var(--font-head); font-weight: 600; font-size: .98rem; color: var(--ink-3); }
.brands__label { font-size: .82rem !important; font-weight: 500 !important; margin-right: .35rem; }

/* =============================================================
   Bands and cards in the language of the reference (hpe.com):
   full-width background, content in the container,
   alternating dark bands, images with text over them.
   ============================================================= */

/* Banda: fundalul curge, continutul ramane in container */
.band { padding-block: clamp(3rem, 6vw, 5.5rem); }
.band--tight { padding-block: clamp(2rem, 4vw, 3.5rem); }
.band--soft { background: var(--bg-2); }
/* Discreet wash at the top of bright sections: flat white looks unfinished. */
.band--wash {
  position: relative; isolation: isolate;
  background:
    radial-gradient(60% 42% at 8% 0%, color-mix(in srgb, var(--acc) 7%, transparent), transparent 62%),
    radial-gradient(52% 40% at 94% 4%, color-mix(in srgb, var(--gold) 13%, transparent), transparent 64%),
    var(--bg);
}
.band--dark {
  position: relative; isolation: isolate;
  background: var(--navy-deep); color: rgba(255,255,255,.74);
}
/* The background is not flat: a very fine grid plus two spots of light, one in
   the brand yellow and one in the division accent. Without them the band looks dead. */
.band--dark::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 20%, transparent 78%);
}
.band--dark::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(52% 62% at 14% 6%, color-mix(in srgb, var(--gold) 16%, transparent), transparent 68%),
    radial-gradient(56% 70% at 88% 92%, color-mix(in srgb, var(--acc) 24%, transparent), transparent 70%);
}
.band--dark h1, .band--dark h2, .band--dark h3, .band--dark h4 { color: #fff; }
.band--dark .lead { color: rgba(255,255,255,.76); }
.band--dark .eyebrow { color: var(--acc-on-dark); }
.band--dark .eyebrow::before { background: var(--acc-on-dark); }
.band--dark .sechead { border-bottom-color: rgba(255,255,255,.16); }
.band--dark .sechead p { color: rgba(255,255,255,.7); }
.band--dark .sechead__link { color: var(--acc-on-dark); }
.band--dark a { color: #fff; }

:root { --navy-deep: #080a0e; --acc-on-dark: #7aa9ff; }
[data-div="green-harbor-technology"] { --acc-on-dark: #6fb7ff; }
[data-div="aton-house-nordic"]       { --acc-on-dark: #4fd3c8; }
[data-div="cumulus-systems"]         { --acc-on-dark: #7cc4f5; }
[data-div="nordwatch-automation"]    { --acc-on-dark: #7ed497; }
[data-div="cloud-data-services"]     { --acc-on-dark: #b0a0ff; }

/* Dark hero, with a geometric shape on the right */
.dhero { position: relative; overflow: hidden; background: var(--navy-deep); isolation: isolate; }
/* fine grid, fading towards the edges */
.dhero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.038) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(115% 100% at 30% 30%, #000 25%, transparent 80%);
}
/* two spots of light: brand yellow top-left, division accent right */
.dhero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(46% 58% at 6% 0%, color-mix(in srgb, var(--gold) 22%, transparent), transparent 66%),
    radial-gradient(58% 78% at 92% 58%, color-mix(in srgb, var(--acc) 40%, transparent), transparent 72%),
    radial-gradient(38% 46% at 74% 4%, color-mix(in srgb, var(--acc-on-dark) 18%, transparent), transparent 70%);
}
.dhero__in { position: relative; z-index: 2; padding-block: clamp(3rem, 7vw, 6rem) clamp(2rem, 4vw, 3rem); }
.dhero, .dhero p { color: rgba(255,255,255,.78); }
.dhero h1, .dhero h2, .dhero h3 { color: #fff; }
.dhero h1 { max-width: 17ch; margin-bottom: 1.15rem; }
.dhero .lead { max-width: 48ch; color: rgba(255,255,255,.8); }
.dhero__media {
  position: relative; border-radius: var(--r); overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.42);
}
.dhero__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.dhero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
@media (max-width: 900px) { .dhero__grid { grid-template-columns: 1fr; } .dhero__media { order: -1; } }

/* Row of markers under the hero */
.quicklinks {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid rgba(255,255,255,.16); position: relative; z-index: 2;
}
.quicklinks a {
  display: block; padding: 1.15rem 1.35rem 1.35rem 0; text-decoration: none;
  border-right: 1px solid rgba(255,255,255,.14);
}
.quicklinks a:last-child { border-right: 0; }
.quicklinks a + a { padding-left: 1.35rem; }
.quicklinks small {
  display: block; font-size: .74rem; letter-spacing: .04em; color: var(--acc-on-dark);
  margin-bottom: .35rem; font-family: var(--font-head); font-weight: 600;
}
.quicklinks span { color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .96rem; line-height: 1.35; display: block; }
.quicklinks a:hover span { text-decoration: underline; }
@media (max-width: 860px) {
  .quicklinks { grid-template-columns: 1fr 1fr; }
  .quicklinks a { border-bottom: 1px solid rgba(255,255,255,.14); padding-left: 0; }
  .quicklinks a:nth-child(2n) { border-right: 0; padding-left: 1.35rem; }
}

/* Centred section head */
.sechead--center { display: block; text-align: center; border-bottom: 0; padding-bottom: 0; }
.sechead--center h2 { font-size: clamp(1.6rem, 2.8vw, 2.3rem); margin-bottom: .6rem; }
.sechead--center p { margin-inline: auto; max-width: 60ch; }

/* Card with an image and text over it */
.ovcard {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: clamp(280px, 30vw, 380px); border-radius: var(--r); overflow: hidden;
  text-decoration: none; color: #fff; background: var(--navy-deep); height: 100%;
}
.ovcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.ovcard::after {
  content: ""; position: absolute; inset: 0;
  /* darker than seems necessary: the text sits over photos with bright detail
     (masts, sunlit water) and otherwise becomes illegible on tablets */
  background: linear-gradient(180deg, rgba(8,10,14,0) 22%, rgba(8,10,14,.38) 52%, rgba(8,10,14,.8) 80%, rgba(8,10,14,.93) 100%);
}
.ovcard:hover img { transform: scale(1.05); }
.ovcard:hover { text-decoration: none; }
.ovcard__in { position: relative; z-index: 2; padding: clamp(1.25rem, 2.5vw, 1.9rem); }
.ovcard h3 { color: #fff; font-size: clamp(1.15rem, 1.8vw, 1.45rem); margin-bottom: .45rem; }
.ovcard p { color: rgba(255,255,255,.82); font-size: .93rem; margin: 0 0 1rem; max-width: 42ch; }
.ovcard .btn--line { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.ovcard .btn--line:hover { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; }
.ovcard--tall { min-height: clamp(340px, 38vw, 460px); }
.ovcard__logo {
  position: relative; z-index: 2; margin-top: auto; padding: clamp(1.25rem, 2.5vw, 1.9rem);
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; letter-spacing: .06em;
  text-transform: uppercase; color: #fff;
}

/* Portfolio card: light grey image area, as in the reference */
.pfcard { display: flex; flex-direction: column; text-decoration: none; color: inherit; height: 100%; }
.pfcard__media {
  background: var(--bg-3); border-radius: var(--r); overflow: hidden;
  aspect-ratio: 16/10; margin-bottom: 1rem;
}
.pfcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.6,.2,1); }
.pfcard:hover .pfcard__media img { transform: scale(1.04); }
.pfcard:hover { text-decoration: none; }
.pfcard h3 { margin: 0 0 .4rem; font-size: 1.1rem; }
.pfcard p { margin: 0 0 .9rem; font-size: .92rem; color: var(--ink-2); }
.pfcard__go {
  margin-top: auto; font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  color: var(--acc-dark); display: inline-flex; align-items: center; gap: .4rem;
}
.pfcard:hover .pfcard__go { gap: .65rem; }
.band--dark .pfcard h3 { color: #fff; }
.band--dark .pfcard p { color: rgba(255,255,255,.72); }
.band--dark .pfcard__go { color: var(--acc-on-dark); }
.band--dark .pfcard__media { background: rgba(255,255,255,.06); }

/* Bento: doua carduri mari, unul lat dedesubt */
.bento { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gutter); }
.bento__wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: var(--r); overflow: hidden; background: var(--navy-deep); }
.bento__wide-media { position: relative; min-height: 260px; }
.bento__wide-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bento__wide-body { padding: clamp(1.5rem, 3vw, 2.5rem); color: rgba(255,255,255,.78); display: flex; flex-direction: column; justify-content: center; }
.bento__wide-body h3 { color: #fff; font-size: clamp(1.2rem, 2vw, 1.6rem); }
@media (max-width: 860px) {
  .bento { grid-template-columns: 1fr; }
  .bento__wide { grid-template-columns: 1fr; }
}
.rvsec > summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; gap: .75rem; padding: .35rem 0; }
.rvsec > summary::-webkit-details-marker { display: none; }
.rvsec > summary::before { content: "▸"; font-size: 1rem; color: var(--ink-3); transition: transform .15s; }
.rvsec[open] > summary::before { transform: rotate(90deg); }
.rvsec__left { margin-left: auto; white-space: nowrap; }
.rvsec__left.is-done { color: #2e7d4f; }
