/*
 * Tam Le Water frontend system
 * One source of truth for layout, type, spacing and components.
 */
:root {
  --hn-navy: #234e70;
  --hn-navy-2: #2d658a;
  --hn-blue: #5dade2;
  --hn-blue-hover: #3498db;
  --hn-cyan: #7fdbff;
  --hn-red: #ff7f6a;
  --hn-cta: #c94b3a;
  --hn-cta-hover: #a93a2d;
  --hn-ink: #17384f;
  --hn-copy: #4a6572;
  --hn-muted: #718590;
  --hn-soft: #eef8fc;
  --hn-warm: #f8fcfe;
  --hn-line: #d9eaf2;
  --hn-white: #fff;
  --hn-shadow: 0 12px 32px rgba(35, 78, 112, .08);
  --hn-radius: 12px;
  --hn-container: 1320px;
  --hn-reading: 760px;
  --hn-gutter: clamp(20px, 4vw, 56px);
  --hn-section-space: clamp(56px, 6vw, 88px);
}

/* Reset and global type */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hn-theme {
  margin: 0;
  overflow-x: clip;
  overflow-wrap: break-word;
  color: var(--hn-ink);
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(15px, .2vw + 14px, 17px);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
/* One typography authority for theme and plugin-rendered frontend copy. */
body.hn-theme h1, body.hn-theme h2, body.hn-theme h3, body.hn-theme h4, body.hn-theme h5, body.hn-theme h6,
body.hn-theme p, body.hn-theme a, body.hn-theme li, body.hn-theme span, body.hn-theme label, body.hn-theme button,
body.hn-theme input, body.hn-theme select, body.hn-theme textarea, body.hn-theme blockquote,
body.hn-theme address, body.hn-theme th, body.hn-theme td, body.hn-theme strong,
body.hn-theme small, body.hn-theme summary, body.hn-theme figcaption, body.hn-theme dt, body.hn-theme dd {
  font-family: "Roboto", Arial, sans-serif !important;
}
body.hn-menu-open { overflow: hidden; }
[hidden] { display: none !important; }
.hn-theme img { display: block; max-width: 100%; height: auto; }
.hn-theme a { color: inherit; text-decoration: none; }
.hn-theme button, .hn-theme input, .hn-theme select, .hn-theme textarea { font: inherit; }
.hn-theme :focus-visible { outline: 3px solid rgba(52, 152, 219, .38); outline-offset: 3px; }
.hn-theme h1, .hn-theme h2, .hn-theme h3, .hn-theme h4, .hn-theme h5, .hn-theme h6 {
  margin-top: 0;
  color: var(--hn-ink);
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.16;
  text-wrap: balance;
}
.hn-theme h1 { font-size: clamp(38px, 5vw, 66px); }
.hn-theme h2 { font-size: clamp(30px, 3.7vw, 48px); }
.hn-theme h3 { font-size: clamp(21px, 2vw, 28px); }
.hn-theme h4 { font-size: clamp(18px, 1.4vw, 22px); }
.hn-theme p { text-wrap: pretty; }
.hn-container { width: min(calc(100% - (var(--hn-gutter) * 2)), var(--hn-container)); margin-inline: auto; }
.hn-section { padding-block: var(--hn-section-space); }
.hn-section--soft, .hn-suite-page { background: var(--hn-soft); }
.hn-section--navy { color: #fff; background: var(--hn-navy); }
.screen-reader-text { position: absolute !important; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.screen-reader-text:focus { z-index: 1000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: #fff; background: var(--hn-navy); }

/* Shared elements */
.hn-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px; color: var(--hn-blue-hover); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hn-eyebrow::before { width: 25px; height: 2px; content: ""; background: currentColor; }
.hn-title { max-width: 800px; margin: 0; font-size: clamp(31px, 3.7vw, 50px); line-height: 1.1; }
.hn-lead { max-width: 680px; margin: 16px 0 0; color: var(--hn-copy); font-size: clamp(16px, 1.2vw, 18px); }
.hn-button, .hn-home-v2-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 10px 22px; border: 1px solid transparent; border-radius: 9px; color: #fff; background: var(--hn-blue-hover); font-size: 12px; font-weight: 850; letter-spacing: .04em; cursor: pointer; transition: background .2s, transform .2s; }
.hn-button:hover, .hn-home-v2-button:hover { color: #fff; background: var(--hn-navy-2); transform: translateY(-2px); }
.hn-button--outline { border-color: currentColor; color: var(--hn-navy); background: transparent; }
.hn-section-mark { display: flex; align-items: flex-start; gap: 14px; color: var(--hn-muted); }
.hn-section-mark span { min-width: 30px; padding-top: 2px; border-top: 2px solid var(--hn-red); color: var(--hn-ink); font-size: 10px; font-weight: 850; }
.hn-section-mark p { margin: 0; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hn-section-mark--light, .hn-section-mark--light span { color: #fff; }
.hn-link-arrow, .hn-home-v2-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0 6px; border-bottom: 1px solid currentColor; color: var(--hn-blue-hover); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.hn-home-v2-link--dark { color: var(--hn-navy); }
.hn-text-link { display: inline-flex; flex: 0 0 auto; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--hn-blue-hover); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.hn-news-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.hn-section-head { display: grid; grid-template-columns: minmax(130px,.42fr) minmax(0,1.35fr) auto; align-items: end; gap: clamp(24px, 5vw, 70px); margin-bottom: clamp(28px, 4vw, 48px); }
.hn-section-head h2 { margin: 0; font-size: clamp(32px, 3.8vw, 52px); }

/* Header and navigation */
.hn-progress { position: fixed; z-index: 150; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.hn-progress span { display: block; width: 0; height: 100%; background: var(--hn-cyan); }
.hn-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--hn-line); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.hn-header.is-stuck { box-shadow: 0 8px 28px rgba(35,78,112,.08); }
.hn-header__utility { color: #dcecf4; background: var(--hn-navy); font-size: 10px; letter-spacing: .08em; }
.hn-header__utility .hn-container { display: flex; min-height: 29px; align-items: center; justify-content: space-between; }
.hn-header__utility p { margin: 0; }
.hn-header__utility div div { display: flex; gap: 24px; }
.hn-header__inner { display: flex; min-height: 76px; align-items: center; gap: clamp(14px, 2vw, 28px); }
.hn-brand { display: flex; min-width: 205px; align-items: center; gap: 10px; }
.hn-brand img, .hn-brand .custom-logo { width: 42px; height: 46px; object-fit: contain; }
.hn-brand__name, .hn-brand__tag { display: block; text-transform: uppercase; }
.hn-brand__name { color: var(--hn-navy); font-size: 14px; font-weight: 850; letter-spacing: .04em; line-height: 1.2; }
.hn-brand__tag { margin-top: 3px; color: var(--hn-blue-hover); font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.hn-nav { flex: 1; }
.hn-nav ul { display: flex; align-items: center; justify-content: flex-end; gap: 2px; margin: 0; padding: 0; list-style: none; }
.hn-nav li { position: relative; }
.hn-nav a { display: block; padding: 11px 9px; border-radius: 7px; color: #294b5e; font-size: 13px; font-weight: 750; }
.hn-nav a:hover, .hn-nav .current-menu-item > a, .hn-nav .current-menu-ancestor > a { color: var(--hn-blue-hover); background: var(--hn-soft); }
.hn-nav > ul > .hn-nav-discuss { margin-left: 8px; }
body.hn-theme .hn-nav > ul > .hn-nav-discuss > a { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 9px 15px; border: 1px solid var(--hn-cta); border-radius: 999px; color: #fff; background: var(--hn-cta); box-shadow: 0 8px 18px rgba(169,58,45,.2); font-weight: 850; letter-spacing: .01em; transition: background .2s, border-color .2s, box-shadow .2s, transform .2s; }
body.hn-theme .hn-nav > ul > .hn-nav-discuss > a::after { content: "\2192"; font-size: 16px; line-height: 1; transition: transform .2s; }
body.hn-theme .hn-nav > ul > .hn-nav-discuss > a:hover,
body.hn-theme .hn-nav > ul > .hn-nav-discuss.current-menu-item > a { border-color: var(--hn-cta-hover); color: #fff; background: var(--hn-cta-hover); box-shadow: 0 11px 24px rgba(169,58,45,.28); transform: translateY(-1px); }
body.hn-theme .hn-nav > ul > .hn-nav-discuss > a:hover::after { transform: translateX(3px); }
.hn-nav .sub-menu { position: absolute; top: calc(100% + 13px); left: 0; display: none; width: 260px; padding: 9px; border: 1px solid var(--hn-line); border-radius: 10px; background: #fff; box-shadow: var(--hn-shadow); }
.hn-nav li:hover > .sub-menu, .hn-nav li:focus-within > .sub-menu { display: block; }
.hn-nav .sub-menu a { padding: 11px 12px; }
.hn-nav .toggle, .hn-mobile-nav-contact { display: none; }
.hn-header__tools { display: flex; margin-left: auto; }
.hn-search-toggle, .hn-menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--hn-navy); background: var(--hn-soft); cursor: pointer; }
.hn-menu-toggle { display: none; }
.hn-search-icon { position: relative; display: block; width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 50%; }
.hn-search-icon::after { position: absolute; right: -6px; bottom: -4px; width: 7px; height: 2px; content: ""; background: currentColor; transform: rotate(45deg); }
.hn-search-panel { position: absolute; top: 100%; right: 0; left: 0; padding: 20px 0; border-top: 1px solid var(--hn-line); background: #fff; box-shadow: var(--hn-shadow); }
.hn-search-panel p { margin: 7px 0 0; color: var(--hn-muted); font-size: 12px; }
.hn-search-form { display: flex; gap: 9px; }
.hn-search-form label { flex: 1; }
.hn-search-form input[type="search"] { width: 100%; min-height: 48px; margin: 0; padding: 10px 16px; border: 1px solid var(--hn-line); border-radius: 8px; color: var(--hn-ink); background: #fff; }
.hn-search-form button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 8px; color: #fff; background: var(--hn-blue-hover); font-weight: 800; cursor: pointer; }
.hn-menu-scrim { position: fixed; z-index: 90; inset: 0; width: 100%; border: 0; background: rgba(12,43,61,.58); }

/* Page, archive and article heroes */
.hn-page-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(54px, 7vw, 88px); color: #fff; background: linear-gradient(120deg, var(--hn-navy), var(--hn-navy-2)); }
.hn-page-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; }
.hn-page-hero > .hn-container > p:not(.hn-eyebrow), .hn-page-hero__content > p { max-width: 740px; margin: 18px 0 0; color: #deedf3; }
.hn-page-hero .hn-eyebrow, .hn-page-hero .hn-breadcrumbs { color: var(--hn-cyan); }
.hn-page-hero--image { display: flex; min-height: 500px; align-items: center; }
.hn-page-hero--image::before { position: absolute; z-index: -2; inset: 0; content: ""; background: var(--hero-image) center/cover no-repeat; }
.hn-page-hero--image::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(19,54,78,.96), rgba(19,54,78,.65) 70%, rgba(19,54,78,.32)); }
.hn-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--hn-blue-hover); font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.hn-article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; color: #d8e8ee; font-size: 12px; }
.hn-article-meta a { color: var(--hn-cyan); }
.hn-article-meta__category { font-weight: 800; }
.hn-archive-hero__grid { display: grid; grid-template-columns: minmax(0,1fr); }
.hn-archive-description { max-width: 760px; margin: 15px 0 0; color: #deedf3; }
.hn-archive-hero__search { display: grid; grid-template-columns: minmax(150px,190px) minmax(320px,620px) minmax(180px,1fr); align-items: center; gap: 18px; margin-top: 28px; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.09); }
.hn-archive-hero { padding-block: clamp(38px,5vw,60px); }
.hn-archive-hero__search--simple { max-width: 720px; grid-template-columns: minmax(0,1fr); margin-top: 20px; padding: 12px; }
.hn-archive-hero__search > span { font-size: 12px; font-weight: 800; }
.hn-archive-hero__search > p { margin: 0; color: #d8e8ee; font-size: 12px; }
.hn-hero-search { max-width: 720px; margin-top: 26px; }

/* Cards and listings */
.hn-news-grid, .hn-archive-grid, .hn-portfolio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(18px, 2vw, 26px); }
.hn-news-grid { margin-top: 30px; }
.hn-post-card { min-width: 0; overflow: hidden; border: 1px solid var(--hn-line); border-radius: var(--hn-radius); background: #fff; box-shadow: 0 6px 18px rgba(35,78,112,.04); transition: border-color .2s, box-shadow .2s, transform .2s; }
.hn-post-card:hover { border-color: #b9d9e8; box-shadow: var(--hn-shadow); transform: translateY(-3px); }
.hn-post-card > a { display: grid; height: 100%; grid-template-rows: auto 1fr; }
.hn-post-card__image { aspect-ratio: 16/9; overflow: hidden; background: var(--hn-soft); }
.hn-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.hn-post-card:hover img { transform: scale(1.035); }
.hn-post-card__placeholder { display: grid; height: 100%; place-items: center; color: rgba(35,78,112,.14); font-size: 60px; font-weight: 900; }
.hn-post-card__body { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: clamp(18px, 2vw, 24px); }
.hn-post-card__meta { display: flex; flex-wrap: wrap; gap: 5px 12px; color: var(--hn-blue-hover); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.hn-post-card__category { color: var(--hn-blue-hover); }
.hn-post-card h3 { display: -webkit-box; margin: 9px 0; overflow: hidden; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hn-post-card p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--hn-copy); font-size: 13.5px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hn-card-action { margin-top: auto; padding-top: 16px; color: var(--hn-blue-hover); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.hn-archive-main { border-top: 1px solid var(--hn-line); background: var(--hn-warm); }
.hn-archive-main .hn-archive-grid { padding-top: clamp(34px, 5vw, 58px); padding-bottom: clamp(52px, 7vw, 82px); }
.hn-topic-nav { display: flex; align-items: center; gap: 18px; overflow-x: auto; padding-block: 15px; border-bottom: 1px solid var(--hn-line); }
.hn-topic-nav > span { flex: 0 0 auto; color: var(--hn-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hn-topic-nav > div, .hn-project-filters { display: flex; gap: 8px; }
.hn-topic-nav a, .hn-project-filters a { flex: 0 0 auto; padding: 7px 13px; border: 1px solid var(--hn-line); border-radius: 999px; color: var(--hn-copy); background: #fff; font-size: 12px; font-weight: 750; }
.hn-project-filters { flex-wrap: wrap; margin: 24px 0 28px; }
.hn-topic-nav a:hover, .hn-project-filters a:hover, .hn-project-filters a[aria-current="page"] { color: #fff; border-color: var(--hn-blue-hover); background: var(--hn-blue-hover); }
.hn-pagination { grid-column: 1/-1; margin-top: 20px; text-align: center; }
.hn-pagination .page-numbers { display: inline-grid; min-width: 42px; min-height: 42px; place-items: center; margin: 3px; border-radius: 7px; background: #fff; }
.hn-pagination .current, .hn-pagination a:hover { color: #fff; background: var(--hn-blue-hover); }
.hn-empty-state { grid-column: 1/-1; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--hn-line); border-radius: var(--hn-radius); background: #fff; }
.hn-empty-state h2 { margin-bottom: 12px; font-size: clamp(25px, 2.7vw, 34px); }
.hn-empty-links, .hn-quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hn-empty-links a, .hn-quick-links a { padding: 9px 13px; border: 1px solid var(--hn-line); border-radius: 7px; background: #fff; }
.hn-portfolio-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 48px; }

/* Project hub: two clear choices replace the former navigation submenu. */
.hn-project-chooser { background: #fff; }
.hn-project-chooser__head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(32px,6vw,76px); margin-bottom: clamp(28px,4vw,42px); }
.hn-project-chooser__head--simple { grid-template-columns: minmax(0,1fr); margin-bottom: 28px; }
.hn-project-choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(16px,2.2vw,28px); }
.hn-project-choice { position: relative; isolation: isolate; display: block; min-height: clamp(370px,35vw,500px); overflow: hidden; border: 2px solid transparent; border-radius: 18px; color: #fff; background: var(--hn-navy); box-shadow: var(--hn-shadow); }
.hn-project-choice.is-current { border-color: var(--hn-cyan); box-shadow: 0 0 0 4px rgba(127,219,255,.2), var(--hn-shadow); }
.hn-project-choice > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hn-project-choice:hover > img { transform: scale(1.035); }
.hn-project-choice__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(12,43,61,.08) 10%,rgba(12,43,61,.94) 100%); }
.hn-project-choice__copy { position: absolute; right: clamp(22px,3vw,38px); bottom: clamp(24px,3vw,38px); left: clamp(22px,3vw,38px); }
.hn-project-choice__copy small, .hn-project-choice__copy strong, .hn-project-choice__copy > span, .hn-project-choice__copy i { display: block; }
.hn-project-choice__copy small { color: var(--hn-cyan); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hn-project-choice__copy strong { max-width: 520px; margin-top: 8px; color: #fff; font-size: clamp(27px,3vw,42px); line-height: 1.08; text-wrap: balance; }
.hn-project-choice__copy > span { max-width: 570px; margin-top: 11px; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.6; }
.hn-project-choice__copy i { margin-top: 17px; color: #fff; font-size: 11px; font-style: normal; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.hn-project-results { scroll-margin-top: 88px; }
.hn-project-results__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.hn-project-results__head > p { margin: 0; color: var(--hn-muted); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.hn-project-guide { border-block: 1px solid var(--hn-line); background: var(--hn-soft); }
.hn-project-guide .hn-container { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: 14px 24px; text-align: center; }
.hn-project-guide strong { color: var(--hn-blue-hover); }
.hn-project-guide span { color: var(--hn-copy); }

/* Long-form content */
.hn-content-wrap { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: clamp(36px, 5vw, 64px); padding-block: clamp(48px, 6vw, 78px); }
.hn-content-wrap--service { padding-block: 0; }
.hn-article { min-width: 0; }
.hn-prose { max-width: var(--hn-reading); color: #294b5e; font-size: clamp(16px, .25vw + 15px, 18px); line-height: 1.78; }
.hn-prose > :first-child, .hn-prose .entry-content > :first-child { margin-top: 0; }
.hn-prose p { margin: 0 0 1.35em; }
.hn-prose h1, .hn-prose h2, .hn-prose h3, .hn-prose h4 { scroll-margin-top: 120px; }
.hn-prose h1 { margin: 0 0 20px; font-size: clamp(34px,4vw,48px); }
.hn-prose h2 { margin: 2em 0 .55em; font-size: clamp(27px,3vw,36px); line-height: 1.22; }
.hn-prose h3 { margin: 1.55em 0 .5em; font-size: clamp(22px,2.2vw,28px); line-height: 1.27; }
.hn-prose h4 { margin: 1.4em 0 .45em; font-size: clamp(18px,1.6vw,22px); }
.hn-prose ul, .hn-prose ol { margin: 0 0 1.4em; padding-left: 1.35em; }
.hn-prose li { margin-bottom: .45em; padding-left: .2em; }
.hn-prose a { color: var(--hn-blue-hover); text-decoration: underline; text-underline-offset: 3px; }
.hn-prose img, .hn-prose iframe, .hn-prose video { max-width: 100%; }
.hn-prose figure, .hn-prose .wp-caption { max-width: 100%; margin: clamp(26px,4vw,42px) 0; }
.hn-prose figcaption, .hn-prose .wp-caption-text { margin-top: 8px; color: var(--hn-muted); font-size: 12px; line-height: 1.5; text-align: center; }
.hn-prose blockquote { margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--hn-blue-hover); background: var(--hn-soft); }
.hn-prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 14px; }
.hn-prose th, .hn-prose td { padding: 11px 13px; border: 1px solid var(--hn-line); text-align: left; }
.hn-prose th { color: #fff; background: var(--hn-navy); }
.hn-prose iframe { width: 100%; min-height: 390px; border: 0; }
.aligncenter { margin-right: auto !important; margin-left: auto !important; }
.alignleft { float: left; margin: 7px 24px 16px 0 !important; }
.alignright { float: right; margin: 7px 0 16px 24px !important; }
.hn-content-aside { min-width: 0; }
.hn-toc, .hn-sidebar, .hn-form-card, .hn-response-note { padding: 22px; border: 1px solid var(--hn-line); border-radius: var(--hn-radius); background: #fff; }
.hn-toc { position: sticky; top: 96px; }
.hn-toc h2, .hn-sidebar h2, .hn-form-card h2 { margin: 0 0 12px; font-size: 21px; }
.hn-toc ul { margin: 0; padding: 0; list-style: none; }
.hn-toc li + li { margin-top: 8px; }
.hn-toc ul ul { margin: 7px 0 0 14px; }
.hn-toc a { color: var(--hn-copy); font-size: 13px; line-height: 1.4; }
.hn-sidebar { margin-top: 18px; background: var(--hn-soft); }
.hn-sidebar__label { display: block; margin-bottom: 10px; color: var(--hn-blue-hover); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hn-post-nav { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--hn-line); }
.hn-post-nav > div:last-child { text-align: right; }
.hn-post-nav span { display: block; color: var(--hn-muted); font-size: 11px; text-transform: uppercase; }

/* Homepage */
.hn-home-v2-hero { position: relative; isolation: isolate; display: flex; min-height: clamp(540px, calc(82vh - 76px), 680px); align-items: center; overflow: hidden; color: #fff; background: var(--hn-navy) var(--home-hero-image) center 56%/cover no-repeat; }
.hn-home-v2-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(18,56,81,.95), rgba(25,70,94,.72) 65%, rgba(17,50,68,.25)); }
.hn-home-v2-hero__copy { max-width: 690px; padding-block: clamp(58px,7vw,82px); }
.hn-home-v2-hero__kicker { margin: 0 0 16px; color: var(--hn-cyan); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hn-home-v2-hero h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(43px,5.4vw,68px); line-height: 1.02; }
.hn-home-v2-hero h1::after { display: block; width: min(220px,36vw); height: 4px; margin-top: 15px; border-radius: 99px; content: ""; background: var(--hn-cyan); }
.hn-home-v2-hero__lead { max-width: 610px; margin: 20px 0 0; color: rgba(255,255,255,.9); font-size: clamp(16px,1.2vw,18px); }
.hn-home-v2-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.hn-home-v2-button { color: #12364e; background: var(--hn-cyan); }
.hn-home-v2-hero .hn-home-v2-button { color: #fff; background: var(--hn-cta); box-shadow: 0 12px 28px rgba(9,35,52,.3); }
.hn-home-v2-hero .hn-home-v2-button:hover { color: #fff; background: var(--hn-cta-hover); box-shadow: 0 16px 34px rgba(9,35,52,.38); }
.hn-home-v2-link { color: #fff; }
.hn-home-proof { position: relative; color: #fff; border-top: 1px solid rgba(127,219,255,.34); background: linear-gradient(110deg,#173f5c 0%,var(--hn-navy) 55%,#285d80 100%); box-shadow: 0 14px 34px rgba(23,63,92,.16); }
.hn-home-proof__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
body.hn-theme .hn-home-proof__grid > div { display: grid; min-width: 0; min-height: 108px; grid-template-columns: 32px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 14px; align-content: center; padding: 20px clamp(20px,2.4vw,34px); border-right: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
body.hn-theme .hn-home-proof__grid > div:last-child { border-right: 0; }
body.hn-theme .hn-home-proof__grid span { display: grid; width: 30px; height: 30px; grid-row: 1/3; place-items: center; align-self: center; border: 1px solid rgba(127,219,255,.62); border-radius: 50%; color: var(--hn-cyan); background: rgba(127,219,255,.1); font-size: 12px; line-height: 1; }
body.hn-theme .hn-home-proof__grid strong, body.hn-theme .hn-home-proof__grid small { display: block; min-width: 0; }
body.hn-theme .hn-home-proof__grid strong { grid-column: 2; color: #fff; font-size: 16px; font-weight: 800; line-height: 1.35; }
body.hn-theme .hn-home-proof__grid small { grid-column: 2; margin-top: 5px; color: #dcecf4 !important; font-size: 12px; line-height: 1.45; }
.hn-home-challenge, .hn-home-services, .hn-method, .hn-selected-work, .hn-sectors, .hn-insights { padding-block: var(--hn-section-space); }
.hn-home-challenge { overflow: hidden; background: var(--hn-soft); }
.hn-home-challenge__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(44px,7vw,90px); }
.hn-home-challenge__media { position: relative; }
.hn-home-challenge__media img { width: 100%; min-height: 380px; max-height: 490px; border-radius: 100px 0; object-fit: cover; box-shadow: var(--hn-shadow); }
.hn-home-challenge__badge { position: absolute; right: 18px; bottom: 26px; padding: 15px 18px; border-radius: 10px; color: #12364e; background: var(--hn-cyan); }
.hn-home-challenge__badge strong, .hn-home-challenge__badge span { display: block; }
.hn-home-challenge__badge strong { font-size: 24px; }
.hn-home-challenge__badge span { font-size: 11px; }
.hn-home-challenge__copy h2 { margin: 10px 0 16px; font-size: clamp(32px,3.4vw,46px); line-height: 1.1; }
.hn-home-challenge__copy > p:not(.hn-eyebrow) { margin: 0; }
.hn-home-challenge__copy ul { display: grid; gap: 9px; margin: 20px 0 22px; padding: 0; list-style: none; }
.hn-home-challenge__copy li { position: relative; padding-left: 25px; color: var(--hn-copy); font-size: 14px; }
.hn-home-challenge__copy li::before { position: absolute; left: 0; content: "✓"; color: var(--hn-blue-hover); font-weight: 900; }
.hn-home-services__head { max-width: 820px; margin: 0 auto 32px; text-align: center; }
.hn-home-services__head h2 { margin: 10px 0 13px; font-size: clamp(34px,4vw,52px); }
.hn-home-services__head > p:last-child { max-width: 680px; margin: 0 auto; }
.hn-home-services__grid { display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,minmax(230px,1fr)); gap: 18px; }
.hn-home-service-card { position: relative; isolation: isolate; overflow: hidden; min-height: 230px; color: #fff; background: var(--hn-navy); }
.hn-home-service-card--tall { grid-row: 1/3; min-height: 478px; border-radius: 90px 0 0; }
.hn-home-service-card--rounded { border-radius: 0 0 90px; }
.hn-home-service-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg,transparent,rgba(12,43,61,.92)); }
.hn-home-service-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hn-home-service-card:hover img { transform: scale(1.035); }
.hn-home-service-card__copy { position: absolute; right: clamp(20px,3vw,34px); bottom: clamp(20px,3vw,32px); left: clamp(20px,3vw,34px); }
.hn-home-service-card__copy > span { color: var(--hn-cyan); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.hn-home-service-card h3 { margin: 7px 0 9px; color: #fff; font-size: clamp(25px,2.7vw,37px); }
.hn-home-service-card p { max-width: 560px; margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.hn-home-service-card__copy strong { display: inline-flex; gap: 10px; margin-top: 14px; font-size: 10px; text-transform: uppercase; }
.hn-home-service-card__copy i { color: var(--hn-cyan); font-style: normal; }
.hn-home-services__cta { display: flex; justify-content: center; margin-top: 24px; }
.hn-method { position: relative; overflow: hidden; color: #fff; background: var(--hn-navy); }
.hn-method h2, .hn-method h3 { color: #fff; }
.hn-method__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px,7vw,90px); }
.hn-method__intro h2 { margin: 28px 0 18px; font-size: clamp(40px,5vw,66px); line-height: .98; }
.hn-method__intro > p { color: #c8dbe4; }
.hn-method__steps { margin: 0; padding: 0; list-style: none; }
.hn-method__steps li { display: grid; grid-template-columns: 130px 1fr; gap: 24px; min-height: 138px; align-items: center; padding-block: 21px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hn-method__steps li > span { color: var(--hn-cyan); font-size: 10px; font-weight: 850; }
.hn-method__steps h3 { margin: 0 0 7px; font-size: clamp(22px,2vw,29px); }
.hn-method__steps p { margin: 0; color: #c8dbe4; font-size: 14px; }
.hn-method__blueprint { display: none; }
.hn-selected-work { background: #fff; }
.hn-work-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 280px 200px; gap: 18px; }
.hn-work { position: relative; overflow: hidden; color: #fff; background: var(--hn-navy); }
.hn-work--wide { grid-row: 1/3; }
.hn-work img { width: 100%; height: 100%; object-fit: cover; }
.hn-work > div { position: absolute; right: 0; bottom: 0; left: 0; padding: 70px 24px 22px; background: linear-gradient(transparent,rgba(12,43,61,.95)); }
.hn-work h3 { margin: 6px 0; color: #fff; font-size: clamp(22px,2.5vw,34px); }
.hn-work span, .hn-work p { margin: 0; color: #cae0e9; font-size: 11px; }
.hn-work-note { padding: 24px; border-left: 3px solid var(--hn-blue-hover); background: var(--hn-soft); }
.hn-work-note p { margin: 12px 0; font-size: 18px; }
.hn-sectors { background: var(--hn-soft); }
.hn-sectors__grid { display: grid; grid-template-columns: .35fr 1fr 1fr; gap: clamp(30px,5vw,64px); }
.hn-sectors h2 { font-size: clamp(32px,3.7vw,48px); }
.hn-sector-list { margin: 0; padding: 0; list-style: none; }
.hn-sector-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--hn-line); }
.hn-sector-list span { color: var(--hn-blue-hover); font-size: 11px; font-weight: 800; }

/* Contact, services and supporting components */
.hn-contact-hero, .hn-contact-grid, .hn-contact-visit__grid, .hn-portfolio-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,76px); }
.hn-response-note { color: var(--hn-ink); background: #fff; }
.hn-response-note ul { margin-bottom: 0; }
.hn-contact-grid { align-items: start; }
.hn-contact-list { margin-top: 24px; border-top: 1px solid var(--hn-line); }
.hn-contact-list > * { display: block; padding: 15px 0; border-bottom: 1px solid var(--hn-line); }
.hn-contact-list span, .hn-contact-facts span { display: block; color: var(--hn-muted); font-size: 11px; text-transform: uppercase; }
.hn-contact-list strong { font-size: 17px; }
.hn-branch-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 20px; }
.hn-branch-grid > div { padding: 16px; border: 1px solid var(--hn-line); border-radius: 9px; background: #fff; }
.hn-branch-grid h3 { margin-bottom: 8px; font-size: 17px; }
.hn-branch-grid p { margin: 0; font-size: 13px; }
.hn-form-card { box-shadow: var(--hn-shadow); }
.hn-contact-visit__grid { align-items: stretch; }
.hn-contact-facts { display: grid; gap: 14px; margin-top: 25px; }
.hn-contact-facts > div { padding-bottom: 13px; border-bottom: 1px solid var(--hn-line); }
.hn-contact-map iframe { width: 100%; height: 100%; min-height: 410px; border: 0; border-radius: var(--hn-radius); }
.hn-stat-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: -28px; border: 1px solid var(--hn-line); border-radius: var(--hn-radius); background: #fff; box-shadow: var(--hn-shadow); }
.hn-stat-strip div { padding: 22px; border-right: 1px solid var(--hn-line); }
.hn-stat-strip div:last-child { border: 0; }
.hn-stat-strip strong, .hn-stat-strip span { display: block; }
.hn-stat-strip strong { color: var(--hn-blue-hover); font-size: 24px; }
.hn-stat-strip span { color: var(--hn-muted); font-size: 12px; }

/* About page */
.hn-page-hero--about { min-height: clamp(450px,52vw,570px); }
.hn-about-hero__content { position: relative; z-index: 2; }
.hn-about-hero__content > p:not(.hn-eyebrow) { max-width: 720px; }
.hn-about-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hn-about-hero__actions .hn-button--outline { color: #fff; }
.hn-about-stats { position: relative; z-index: 4; margin-top: -34px; overflow: hidden; }
.hn-about-stats div { min-width: 0; background: #fff; }
.hn-about-story__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(40px,7vw,92px); }
.hn-about-story__media { position: relative; min-height: 520px; }
.hn-about-story__media img { width: 100%; height: 100%; min-height: 520px; border-radius: 90px 0; object-fit: cover; }
.hn-about-story__media > div { position: absolute; right: -22px; bottom: 30px; min-width: 170px; padding: 20px; border-radius: 12px; color: #fff; background: var(--hn-blue-hover); box-shadow: var(--hn-shadow); }
.hn-about-story__media strong, .hn-about-story__media span { display: block; }
.hn-about-story__media strong { font-size: 26px; }
.hn-about-story__media span { margin-top: 3px; font-size: 12px; }
.hn-about-story__copy h2 { max-width: 680px; margin-bottom: 18px; font-size: clamp(32px,3.8vw,50px); }
.hn-about-story__copy > p:not(.hn-eyebrow) { margin: 0 0 14px; color: var(--hn-copy); }
.hn-about-section-head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: clamp(30px,6vw,76px); margin-bottom: clamp(30px,4vw,48px); }
.hn-about-section-head > p { max-width: 600px; margin: 0; color: var(--hn-copy); }
.hn-about-timeline { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.hn-about-timeline li { position: relative; padding: 26px 22px 0 0; border-top: 2px solid var(--hn-line); }
.hn-about-timeline li::before { position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border: 3px solid var(--hn-soft); border-radius: 50%; content: ""; background: var(--hn-blue-hover); box-shadow: 0 0 0 1px var(--hn-blue-hover); }
.hn-about-timeline li > span { color: var(--hn-blue-hover); font-size: 12px; font-weight: 850; }
.hn-about-timeline h3 { margin: 10px 0 8px; font-size: 20px; }
.hn-about-timeline p { margin: 0; color: var(--hn-copy); font-size: 13px; }
.hn-about-direction__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.hn-about-direction__card { min-height: 300px; padding: clamp(26px,4vw,46px); border: 1px solid var(--hn-line); border-radius: 18px; background: var(--hn-soft); }
.hn-about-direction__card > span { color: var(--hn-blue-hover); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hn-about-direction__card h3 { max-width: 550px; margin: 50px 0 14px; font-size: clamp(27px,3vw,40px); }
.hn-about-direction__card p { max-width: 600px; margin: 0; color: var(--hn-copy); }
.hn-about-direction__card--navy { color: #fff; border-color: var(--hn-navy); background: var(--hn-navy); }
.hn-about-direction__card--navy > span { color: var(--hn-cyan); }
.hn-about-direction__card--navy h3 { color: #fff; }
.hn-about-direction__card--navy p { color: #d9eaf2; }
.hn-about-section-head--light .hn-title { color: #fff; }
.hn-about-section-head--light > p { color: #c8e0ec; }
.hn-about-values__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.14); }
.hn-about-values__grid article { min-height: 260px; padding: 25px 20px; background: var(--hn-navy); }
.hn-about-values__grid strong { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(127,219,255,.45); border-radius: 50%; color: var(--hn-cyan); font-size: 20px; }
.hn-about-values__grid h3 { margin: 42px 0 10px; color: #fff; font-size: 19px; }
.hn-about-values__grid p { margin: 0; color: #c8e0ec; font-size: 13px; }
.hn-about-clients__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(40px,7vw,94px); }
.hn-about-clients__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 26px; }
.hn-about-clients ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid var(--hn-line); list-style: none; }
.hn-about-clients li { padding: 17px 12px 17px 0; border-bottom: 1px solid var(--hn-line); color: var(--hn-ink); font-weight: 750; }
.hn-about-clients li:nth-child(odd) { border-right: 1px solid var(--hn-line); }
.hn-about-clients li:nth-child(even) { padding-left: 20px; }
.hn-process { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 30px; counter-reset: process; }
.hn-process__item { counter-increment: process; }
.hn-process__item::before { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 14px; border: 1px solid var(--hn-blue); border-radius: 50%; content: counter(process,decimal-leading-zero); color: var(--hn-blue-hover); font-size: 11px; font-weight: 850; }
.hn-process__item h3 { margin-bottom: 8px; font-size: 19px; }
.hn-process__item p { margin: 0; color: var(--hn-copy); font-size: 13px; }
.hn-suite-page { padding-block: var(--hn-section-space); }
.hn-suite-page .tam-resource-library, .hn-suite-page .tam-video-library { width: 100%; }

/* Service hub and service detail */
.hn-hub-hero { padding-block: clamp(58px, 7vw, 90px); background: var(--hn-soft); }
.hn-hub-hero__grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: center; gap: clamp(36px,6vw,76px); }
.hn-hub-hero__grid--simple { grid-template-columns: minmax(0,900px); }
.hn-hub-hero h1 { max-width: 840px; margin: 0; font-size: clamp(38px,5vw,64px); }
.hn-hub-hero__lead { max-width: 720px; margin: 18px 0 0; color: var(--hn-copy); font-size: clamp(16px,1.2vw,18px); }
.hn-hub-hero .hn-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hn-solution-brief { padding: 22px; border: 1px solid var(--hn-line); border-radius: var(--hn-radius); background: #fff; box-shadow: var(--hn-shadow); }
.hn-solution-brief h2 { margin-bottom: 15px; font-size: 23px; }
.hn-solution-brief ul { margin: 0; padding: 0; list-style: none; }
.hn-solution-brief li { display: grid; gap: 2px; padding: 11px 0; border-top: 1px solid var(--hn-line); }
.hn-solution-brief span { color: var(--hn-copy); font-size: 13px; }
.hn-service-chooser__head, .hn-hub-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 44px; margin-bottom: 30px; }
.hn-service-chooser__head--simple { grid-template-columns: minmax(0,1fr); margin-bottom: 28px; }
.hn-hub-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.hn-hub-service { overflow: hidden; border: 1px solid var(--hn-line); border-radius: var(--hn-radius); background: #fff; box-shadow: 0 6px 18px rgba(35,78,112,.04); }
.hn-hub-service__image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--hn-navy); }
.hn-hub-service__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent,rgba(12,43,61,.66)); }
.hn-hub-service__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.hn-hub-service:hover .hn-hub-service__image img { transform: scale(1.035); }
.hn-hub-service__index, .hn-hub-service__type { position: absolute; z-index: 1; bottom: 14px; color: #fff; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.hn-hub-service__index { left: 16px; }
.hn-hub-service__type { right: 16px; color: var(--hn-cyan); }
.hn-hub-service__body { padding: 20px; }
.hn-hub-service__heading { display: flex; align-items: flex-start; gap: 13px; }
.hn-hub-service__icon { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--hn-navy); background: var(--hn-soft); }
.hn-service-card__number { color: var(--hn-blue-hover); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.hn-hub-service h3 { margin: 4px 0 0; font-size: 22px; }
.hn-hub-service__body > p { color: var(--hn-copy); font-size: 14px; }
.hn-hub-service__body ul { padding-left: 20px; color: var(--hn-copy); font-size: 13px; }
.hn-hub-service__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; }
.hn-hub-service__consult { color: var(--hn-blue-hover); font-size: 12px; font-weight: 800; }
.hn-service-chooser__note { margin: 24px 0 0; padding: 16px 18px; border-left: 3px solid var(--hn-blue-hover); background: var(--hn-soft); }
.hn-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px,6vw,80px); }
.hn-checklist { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.hn-checklist li { position: relative; padding-left: 26px; color: var(--hn-copy); }
.hn-checklist li::before { position: absolute; left: 0; content: "✓"; color: var(--hn-blue-hover); font-weight: 900; }
.hn-inline-cta { margin-top: 22px; }
.hn-media { position: relative; }
.hn-media img { width: 100%; min-height: 420px; border-radius: var(--hn-radius); object-fit: cover; }
.hn-media__note { position: absolute; right: 20px; bottom: 20px; max-width: 250px; padding: 17px; border-radius: 9px; color: #fff; background: var(--hn-blue-hover); }
.hn-media__note strong, .hn-media__note span { display: block; }
.hn-media__note span { margin-top: 4px; font-size: 12px; }
.hn-input-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 30px; background: rgba(255,255,255,.16); }
.hn-input-grid > div { padding: 22px; background: var(--hn-navy); }
.hn-input-grid strong { color: var(--hn-cyan); font-size: 11px; }
.hn-input-grid h3 { margin: 9px 0 7px; color: #fff; font-size: 20px; }
.hn-input-grid p { margin: 0; color: #c9dbe4; font-size: 13px; }
.hn-page-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 280px; align-items: end; gap: 50px; }
.hn-hero-facts { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; }
.hn-hero-facts div { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 13px 15px; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(17,56,79,.72); }
.hn-hero-facts div:last-child { border: 0; }
.hn-hero-facts strong { color: var(--hn-cyan); font-size: 11px; }
.hn-hero-facts span { font-size: 13px; }
.hn-anchor-nav { position: sticky; z-index: 80; top: 76px; overflow-x: auto; border-bottom: 1px solid var(--hn-line); background: rgba(255,255,255,.97); }
.hn-anchor-nav .hn-container { display: flex; min-width: max-content; justify-content: center; gap: 28px; }
.hn-anchor-nav a { padding: 14px 0; color: var(--hn-copy); font-size: 12px; font-weight: 750; }
.hn-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(38px,6vw,76px); }
.hn-faq-list details { padding: 17px 0; border-bottom: 1px solid var(--hn-line); }
.hn-faq-list summary { color: var(--hn-ink); font-size: 17px; font-weight: 750; cursor: pointer; }
.hn-faq-list details > div { padding-top: 10px; color: var(--hn-copy); }
.hn-not-found { min-height: 560px; display: flex; align-items: center; }
.hn-error-code, .hn-empty-state__mark { display: block; color: var(--hn-cyan); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

/* Forms */
.hn-theme input[type="text"], .hn-theme input[type="email"], .hn-theme input[type="tel"], .hn-theme select, .hn-theme textarea,
.tam-le-form input:not([type="checkbox"]), .tam-le-form select, .tam-le-form textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--hn-line); border-radius: 7px; color: var(--hn-ink); background: #fff; }
.hn-theme textarea, .tam-le-form textarea { min-height: 120px; resize: vertical; }
.hn-theme input[type="submit"], .tam-le-form .btn { min-height: 48px; padding: 10px 20px; border: 0; border-radius: 7px; color: #fff; background: var(--hn-blue-hover); font-weight: 800; cursor: pointer; }
.tam-le-form .form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.tam-le-form .field-full { grid-column: 1/-1; }
.tam-le-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; }
.tam-le-form label.tam-le-form__consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.5; cursor: pointer; }
.tam-le-form__consent input[type="checkbox"] { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--hn-blue-hover); }
.tam-le-form__consent span { min-width: 0; }
.tam-le-form .hp-field { position: absolute; left: -9999px; }

/* CTA and footer */
.hn-cta { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--hn-navy) 0%, var(--hn-blue-hover) 100%); }
.hn-cta::before, .hn-cta::after { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; pointer-events: none; }
.hn-cta::before { top: -180px; right: 4%; width: 390px; height: 390px; }
.hn-cta::after { right: 14%; bottom: -220px; width: 340px; height: 340px; }
.hn-cta__inner { display: grid; min-height: 270px; grid-template-columns: .55fr 1.6fr auto; align-items: center; gap: clamp(28px,5vw,70px); padding-block: 40px; }
.hn-cta h2 { max-width: 670px; margin: 0 0 12px; color: #fff; font-size: clamp(31px,3.8vw,50px); }
.hn-cta p { margin: 0; color: #e7f4fa; }
.hn-cta__link { display: inline-flex; min-width: 220px; min-height: 64px; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px 10px 24px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: #fff; box-shadow: 0 14px 32px rgba(9,35,52,.25); font-size: 12px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; transition: box-shadow .2s, transform .2s; }
body.hn-theme .hn-cta__link { color: var(--hn-ink); }
.hn-cta__link i { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--hn-cta); font-size: 19px; font-style: normal; transition: background .2s, transform .2s; }
body.hn-theme .hn-cta__link:hover { color: var(--hn-ink); box-shadow: 0 18px 38px rgba(9,35,52,.34); transform: translateY(-3px); }
.hn-cta__link:hover i { background: var(--hn-cta-hover); transform: translate(2px,-2px); }
.hn-footer { color: #c2d5de; background: var(--hn-navy); }
.hn-footer__top { display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding-block: 42px 34px; border-bottom: 1px solid rgba(255,255,255,.14); }
.hn-footer__brand strong, .hn-footer__brand span { display: block; }
.hn-footer__brand strong { color: #fff; font-size: clamp(27px,3vw,40px); }
.hn-footer__brand span { font-size: 10px; text-transform: uppercase; }
.hn-footer__top > p { justify-self: end; margin: 0; color: #fff; font-size: clamp(17px,1.6vw,22px); }
.hn-footer__main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: clamp(25px,4vw,54px); padding-block: 38px 42px; }
.hn-footer__main h3 { margin: 0 0 14px; color: #8fabb8; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hn-footer__main p { margin: 0 0 14px; color: #fff; }
.hn-footer address { font-style: normal; }
.hn-footer ul { margin: 0; padding: 0; list-style: none; }
.hn-footer li + li { margin-top: 8px; }
.hn-footer__contact { display: flex; flex-direction: column; gap: 7px; }
.hn-footer a:hover { color: var(--hn-cyan); }
.hn-footer__bottom { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.hn-mobile-contact { display: none; }

/* Responsive */
@media (max-width: 1080px) {
  .hn-header__utility { display: none; }
  .hn-brand { min-width: 175px; }
  .hn-brand__tag { display: none; }
  .hn-nav a { padding-inline: 6px; font-size: 12px; }
  .hn-nav > ul > .hn-nav-discuss { margin-left: 4px; }
  body.hn-theme .hn-nav > ul > .hn-nav-discuss > a { min-height: 38px; gap: 6px; padding: 8px 10px; }
  .hn-content-wrap { grid-template-columns: minmax(0,1fr) 270px; }
}
@media (max-width: 920px) {
  .hn-menu-toggle { display: flex; flex-direction: column; gap: 6px; }
  .hn-menu-toggle span { display: block; width: 19px; height: 2px; background: currentColor; }
  .hn-nav { position: fixed; z-index: 102; top: 0; right: 0; bottom: 0; display: none; width: min(88vw,410px); padding: 82px 24px 24px; overflow-y: auto; background: #fff; }
  body.hn-menu-open .hn-nav { display: block; }
  .hn-nav ul { display: block; }
  .hn-nav a { padding: 14px 5px; border-bottom: 1px solid var(--hn-line); border-radius: 0; font-size: 14px; }
  .hn-nav > ul > .hn-nav-discuss { margin: 18px 0 0; }
  body.hn-theme .hn-nav > ul > .hn-nav-discuss > a { display: flex; min-height: 50px; justify-content: space-between; padding: 11px 16px; border: 0; border-radius: 9px; font-size: 14px; }
  .hn-nav .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 14px; border: 0; box-shadow: none; }
  .hn-nav .toggle { display: none; }
  .hn-mobile-nav-contact { display: block; margin-top: 24px; padding: 16px; border-radius: 8px; background: var(--hn-soft); }
  .hn-mobile-nav-contact span, .hn-mobile-nav-contact a { display: block; border: 0; }
  .hn-archive-hero__search { grid-template-columns: 1fr; }
  .hn-archive-hero__search > p { display: none; }
  .hn-news-grid, .hn-archive-grid, .hn-portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .hn-content-wrap { grid-template-columns: 1fr; }
  .hn-prose { max-width: 100%; }
  .hn-content-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hn-toc { position: static; }
  .hn-sidebar { margin: 0; }
  .hn-home-challenge__grid { grid-template-columns: 1fr; }
  .hn-home-challenge__media { max-width: 700px; }
  .hn-method__grid { grid-template-columns: 1fr; }
  .hn-sectors__grid { grid-template-columns: 1fr 1fr; }
  .hn-sectors__grid > .hn-section-mark { grid-column: 1/-1; }
  .hn-contact-hero, .hn-contact-grid, .hn-contact-visit__grid { grid-template-columns: 1fr; }
  .hn-contact-map iframe { min-height: 360px; }
  .hn-project-chooser__head { grid-template-columns: 1fr; gap: 15px; }
  .hn-about-story__grid, .hn-about-section-head, .hn-about-clients__grid { grid-template-columns: 1fr; }
  .hn-about-story__media { width: min(100%,680px); min-height: 420px; }
  .hn-about-story__media img { min-height: 420px; }
  .hn-about-timeline { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 18px; }
  .hn-about-values__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hn-hub-hero__grid, .hn-service-chooser__head, .hn-hub-intro, .hn-split, .hn-faq-layout { grid-template-columns: 1fr; }
  .hn-hub-services { grid-template-columns: repeat(2,1fr); }
  .hn-input-grid { grid-template-columns: repeat(2,1fr); }
  .hn-page-hero__grid { grid-template-columns: 1fr; }
  .hn-footer__main { grid-template-columns: 1.4fr 1fr 1fr; }
  .hn-footer__contact { grid-column: 1/-1; }
}
@media (max-width: 640px) {
  :root { --hn-gutter: 18px; --hn-section-space: 44px; }
  body.hn-theme { padding-bottom: 56px; }
  .hn-theme h1 { font-size: clamp(34px,10vw,44px); }
  .hn-theme h2 { font-size: clamp(28px,8.5vw,38px); }
  .hn-header__inner { min-height: 66px; }
  .hn-brand { min-width: 0; }
  .hn-brand img, .hn-brand .custom-logo { width: 36px; height: 40px; }
  .hn-brand__name { font-size: 12px; }
  .hn-search-toggle { display: none; }
  .hn-section-head { display: block; }
  .hn-section-head h2 { margin-top: 22px; }
  .hn-section-head .hn-link-arrow { margin-top: 18px; }
  .hn-news-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hn-page-hero { padding-block: 44px; }
  .hn-page-hero--image { min-height: 430px; }
  .hn-page-hero h1 { font-size: clamp(34px,10.5vw,46px); }
  .hn-search-form { display: grid; grid-template-columns: 1fr; }
  .hn-news-grid, .hn-archive-grid, .hn-portfolio-grid { grid-template-columns: 1fr; }
  .hn-topic-nav { display: block; }
  .hn-topic-nav > div { margin-top: 10px; overflow-x: auto; }
  .hn-portfolio-intro { grid-template-columns: 1fr; gap: 18px; }
  .hn-project-choices { grid-template-columns: 1fr; }
  .hn-project-choice { min-height: 350px; border-radius: 12px; }
  .hn-project-choice__copy strong { font-size: clamp(27px,8.5vw,35px); }
  .hn-project-results__head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hn-project-guide .hn-container { align-items: flex-start; flex-direction: column; padding-block: 18px; text-align: left; }
  .hn-project-filters { flex-wrap: nowrap; overflow-x: auto; }
  .hn-content-aside { display: block; }
  .hn-sidebar { margin-top: 16px; }
  .hn-prose h2 { margin-top: 1.65em; }
  .hn-prose h3 { margin-top: 1.35em; }
  .hn-prose iframe { min-height: 250px; }
  .alignleft, .alignright { float: none; margin: 24px 0 !important; }
  .hn-home-v2-hero { min-height: 520px; background-position: 64% center; }
  .hn-home-v2-hero__copy { padding-block: 52px 60px; }
  .hn-home-v2-hero h1 { font-size: clamp(38px,11.5vw,50px); }
  .hn-home-v2-hero__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hn-home-proof__grid { grid-template-columns: 1fr; padding-block: 5px; }
  body.hn-theme .hn-home-proof__grid > div { min-height: 92px; padding: 16px 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); background: transparent; }
  body.hn-theme .hn-home-proof__grid > div:last-child { border-bottom: 0; }
  .hn-home-challenge__grid { gap: 34px; }
  .hn-home-challenge__media img { min-height: 300px; border-radius: 65px 0; }
  .hn-home-services__head { margin-bottom: 25px; text-align: left; }
  .hn-home-services__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .hn-home-service-card, .hn-home-service-card--tall { grid-row: auto; min-height: 320px; }
  .hn-method__steps li { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding-block: 20px; }
  .hn-work-grid { display: block; }
  .hn-work { display: block; min-height: 330px; margin-bottom: 16px; }
  .hn-work-note { margin-bottom: 0; }
  .hn-sectors__grid { grid-template-columns: 1fr; gap: 22px; }
  .hn-branch-grid, .hn-stat-strip:not(.hn-about-stats), .tam-le-form .form-grid { grid-template-columns: 1fr; }
  .hn-stat-strip { margin-top: 18px; }
  .hn-stat-strip div { border-right: 0; border-bottom: 1px solid var(--hn-line); }
  .hn-about-stats { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: -20px; }
  .hn-about-stats div { min-height: 96px; padding: 17px 15px; border-right: 1px solid var(--hn-line); }
  .hn-about-stats div:nth-child(even) { border-right: 0; }
  .hn-about-stats div:nth-child(n+3) { border-bottom: 0; }
  .hn-about-stats strong { font-size: 21px; }
  .hn-about-stats span { font-size: 11px; }
  .hn-page-hero--about { min-height: 470px; }
  .hn-page-hero--about h1 { font-size: clamp(35px,10.5vw,44px); }
  .hn-about-hero__actions { align-items: stretch; flex-direction: column; }
  .hn-about-hero__actions .hn-button { width: 100%; }
  .hn-about-story__media, .hn-about-story__media img { min-height: 330px; }
  .hn-about-story__media img { border-radius: 48px 0; }
  .hn-about-story__media > div { right: 12px; bottom: 12px; }
  .hn-about-timeline, .hn-about-direction__grid, .hn-about-values__grid { grid-template-columns: 1fr; }
  .hn-about-timeline { gap: 0; }
  .hn-about-timeline li { display: grid; grid-template-columns: 72px 1fr; gap: 14px; padding: 20px 0; border-top: 0; border-left: 2px solid var(--hn-line); }
  .hn-about-timeline li::before { top: 25px; left: -7px; }
  .hn-about-timeline li > span { padding-left: 15px; }
  .hn-about-timeline h3 { margin-top: 0; }
  .hn-about-direction__card { min-height: 0; }
  .hn-about-direction__card h3 { margin-top: 32px; }
  .hn-about-values__grid article { min-height: 0; }
  .hn-about-values__grid h3 { margin-top: 28px; }
  .hn-about-clients ul { grid-template-columns: 1fr; }
  .hn-about-clients li, .hn-about-clients li:nth-child(odd), .hn-about-clients li:nth-child(even) { padding: 14px 0; border-right: 0; }
  .hn-process { grid-template-columns: 1fr; }
  .hn-hub-services, .hn-input-grid { grid-template-columns: 1fr; }
  .hn-media img { min-height: 300px; }
  .hn-cta__inner, .hn-footer__top, .hn-footer__main { display: block; }
  .hn-cta__inner { padding-block: 38px; }
  .hn-cta__link { width: 100%; min-width: 0; min-height: 58px; margin-top: 24px; padding-left: 20px; border-radius: 999px; }
  .hn-footer__top > p { margin-top: 22px; }
  .hn-footer__main > div { margin-bottom: 26px; }
  .hn-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding-block: 13px; }
  .hn-mobile-contact { position: fixed; z-index: 89; right: 0; bottom: 0; left: 0; display: flex; height: 56px; align-items: center; justify-content: space-between; padding: 0 18px; color: #fff; background: var(--hn-cta); box-shadow: 0 -8px 22px rgba(9,35,52,.18); font-size: 11px; font-weight: 800; text-transform: uppercase; }
  body.hn-theme .hn-mobile-contact { color: #fff; }
  .hn-mobile-contact strong { display: inline-flex; align-items: center; gap: 6px; }
  .hn-mobile-contact strong::after { content: "\2192"; font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media print {
  .hn-header, .hn-cta, .hn-footer, .hn-content-aside, .hn-mobile-contact { display: none !important; }
  body.hn-theme, .hn-page-hero, .hn-page-hero h1, .hn-prose { color: #111; background: #fff; }
  .hn-content-wrap { display: block; padding: 0; }
}
