:root {
  --fht-blue: #3d4c8b;
  --fht-blue-2: #6679bd;
  --fht-deep: #18254f;
  --fht-deeper: #101a36;
  --fht-coral: #d76546;
  --fht-coral-dark: #b94c32;
  --fht-violet: #7773ad;
  --fht-sky: #b9d5e9;
  --fht-ice: #e8eef9;
  --fht-mist: #dce5f5;
  --fht-warm: #f1d8cf;
  --fht-sand: #eadfce;
  --fht-surface: #edf2fa;
  --fht-white: #fff;
  --fht-ink: #17234a;
  --fht-muted: #586681;
  --fht-line: rgba(48, 65, 120, .16);
  --fht-shadow: 0 24px 70px rgba(28, 42, 88, .16);
  --font-body: "HarmonyOS Sans SC", "MiSans", "Alibaba PuHuiTi 3", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-display: "Avenir Next", "DIN Alternate", "HarmonyOS Sans SC", "PingFang SC", sans-serif;
  --fht-shell: min(1240px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--fht-ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(185, 213, 233, .55), transparent 24rem),
    radial-gradient(circle at 92% 30%, rgba(241, 216, 207, .42), transparent 28rem),
    var(--fht-surface);
  font-family: var(--font-body);
  font-weight: 430;
  letter-spacing: .012em;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, select { font-family: var(--font-body); }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, b, strong { font-family: var(--font-display); }
h1, h2, h3 { text-wrap: balance; }
.site-shell { width: var(--fht-shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; padding: 11px 16px; border-radius: 10px; color: #fff; background: var(--fht-deep); }
.skip-link:focus { top: 16px; }

/* Header */
.fht-header {
  position: sticky;
  z-index: 80;
  top: 0;
  height: 80px;
  border-bottom: 1px solid rgba(49, 66, 124, .12);
  background: rgba(231, 238, 250, .9);
  box-shadow: 0 10px 35px rgba(24, 37, 79, .08);
  backdrop-filter: blur(18px);
}
.fht-header__inner { height: 100%; display: flex; align-items: center; padding-right: 32px; }
.fht-brand {
  flex: 0 0 auto;
  height: 80px;
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
  color: #fff;
  background: linear-gradient(135deg, #31427e, #1d2f68);
  border-radius: 0 0 36px 0;
}
.fht-brand__mark {
  width: 140px;
  height: 52px;
  background: url("assets/fht-logo.jpg") -2px -27px / 190px auto no-repeat;
}
.fht-brand__name { margin-left: 12px; font-size: 19px; font-weight: 800; font-style: italic; letter-spacing: .02em; white-space: nowrap; }
.fht-nav { flex: 1; height: 100%; display: flex; align-items: stretch; justify-content: center; gap: clamp(19px, 2vw, 34px); padding-inline: 28px; }
.fht-nav a { position: relative; display: flex; align-items: center; color: #344468; font-size: 14px; font-weight: 650; letter-spacing: .035em; white-space: nowrap; transition: color 160ms ease; }
.fht-nav a::after { content: ""; position: absolute; left: 50%; bottom: 15px; width: 0; height: 2px; border-radius: 3px; background: var(--fht-coral); transform: translateX(-50%); transition: width 240ms ease; }
.fht-nav a:hover, .fht-nav a.is-active { color: var(--fht-blue); }
.fht-nav a:hover::after, .fht-nav a.is-active::after { width: 26px; }
.outline-pill { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid rgba(61, 76, 139, .42); border-radius: 999px; color: var(--fht-deep); background: rgba(255,255,255,.38); cursor: pointer; font-size: 13px; font-weight: 650; white-space: nowrap; transition: 240ms ease; }
.outline-pill:hover { color: #fff; background: var(--fht-blue); transform: translateY(-1px); }
.fht-menu { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.fht-menu span { display: block; width: 24px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--fht-deep); transition: 240ms ease; }

/* Buttons and shared typography */
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 25px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-family: var(--font-display); font-weight: 720; letter-spacing: .035em; transition: transform 240ms ease, box-shadow 240ms ease, color 240ms ease, background 240ms ease; }
.button:hover { transform: translateY(-2px); }
.button--brand { color: #fff; background: linear-gradient(135deg, #35509e, var(--fht-blue)); box-shadow: 0 14px 30px rgba(52, 72, 145, .21); }
.button--brand:hover { box-shadow: 0 19px 38px rgba(52, 72, 145, .3); }
.button--outline { color: #284595; border-color: #284595; background: rgba(255, 255, 255, .35); }
.button--outline:hover { color: #fff; background: #284595; }
.button--coral { color: #fff; background: var(--fht-coral); box-shadow: 0 14px 30px rgba(183, 75, 47, .22); }
.button--coral:hover { background: var(--fht-coral-dark); }
.page-section { padding: 118px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.section-head h2, .quote-copy h2, .network-copy h2, .knowledge-main h2, .strength-copy h2 { margin: 0; font-family: var(--font-display); font-size: clamp(40px, 4.1vw, 58px); font-weight: 780; line-height: 1.12; letter-spacing: -.065em; }
.section-head:not(.section-head--light) h2, .quote-copy h2, .network-copy h2, .knowledge-main h2 { color: transparent; background: linear-gradient(105deg, var(--fht-deep) 8%, var(--fht-blue) 58%, var(--fht-violet)); -webkit-background-clip: text; background-clip: text; }
.section-head > div > p:last-child { max-width: 650px; margin: 13px 0 0; color: var(--fht-muted); font-size: 15px; line-height: 1.8; }
.section-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--fht-blue); font-family: var(--font-display); font-size: 11px; font-weight: 750; letter-spacing: .2em; }
.section-eyebrow > span { width: 29px; height: 2px; background: var(--fht-coral); }
.section-eyebrow--light { color: #b8c4ec; }
.section-head--light { color: #fff; }
.section-head--light > div > p:last-child { color: rgba(255, 255, 255, .62); }
.section-head--center { justify-content: center; text-align: center; }
.section-head--center .section-eyebrow { justify-content: center; }
.section-head--center > div > p:last-child { margin-inline: auto; }
.section-link { padding: 10px 0; border: 0; border-bottom: 1px solid rgba(61, 76, 139, .28); color: var(--fht-blue); background: transparent; cursor: pointer; font-weight: 700; }
.section-link span { margin-left: 12px; color: var(--fht-coral); }

/* Hero */
.home-hero { position: relative; padding-bottom: 45px; background: linear-gradient(180deg, #dfe8f6 0%, #ccd9ed 100%); }
.hero-carousel { position: relative; overflow: hidden; }
.hero-slide { position: relative; min-height: 610px; background: linear-gradient(108deg, #dfe9f6 0%, #e7dfed 31%, #c5d4ea 58%, #4a63ad 100%); }
.hero-slide[hidden] { display: none !important; }
.hero-slide.is-active { animation: hero-in 400ms ease both; }
@keyframes hero-in { from { opacity: .55; } to { opacity: 1; } }
.hero-slide::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: radial-gradient(circle at 4% 14%, rgba(255, 240, 232, .58), transparent 36%), linear-gradient(90deg, rgba(222, 233, 248, .82) 0%, rgba(226, 224, 241, .42) 44%, transparent 68%); }
.hero-slide::after { content: ""; position: absolute; z-index: 3; left: -8%; right: 34%; bottom: -120px; height: 310px; border-radius: 50%; border-top: 1px solid rgba(255, 255, 255, .8); background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .06)); transform: rotate(-5deg); pointer-events: none; }
.hero-slide__visual { position: absolute; z-index: 1; inset: 0 0 0 39%; overflow: hidden; }
.hero-slide__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #d6e1f1 0%, rgba(214,225,241,.56) 14%, transparent 31%); }
.hero-slide__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide__content { position: relative; z-index: 5; min-height: 610px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 33px; }
.hero-eyebrow { margin: 0 0 17px; color: var(--fht-coral); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.hero-slide h1, .hero-slide h2 { margin: 0; font-family: var(--font-display); font-size: clamp(58px, 5.45vw, 82px); line-height: 1.05; letter-spacing: -.085em; font-style: italic; font-weight: 850; text-shadow: 0 13px 34px rgba(30,47,99,.12); transform: skewX(-5deg); }
.hero-slide h1 em, .hero-slide h2 em { position: relative; color: #203b83; font-style: inherit; }
.hero-slide h1 em::after, .hero-slide h2 em::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 1px; width: 36%; height: 8px; border-radius: 99px; background: var(--fht-coral); transform: skewX(12deg); }
.hero-service-line { margin: 25px 0 0; color: #26499c; font-size: 17px; font-weight: 700; letter-spacing: .02em; }
.hero-rule { width: 39px; height: 3px; margin-top: 25px; background: #3559ad; }
.hero-note { margin: 20px 0 0; font-size: 15px; }
.hero-actions { display: flex; gap: 18px; margin-top: 25px; }
.hero-actions .button { min-width: 155px; }
.hero-carousel__controls { position: absolute; z-index: 10; left: 50%; bottom: 39px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; transform: translateX(-50%); pointer-events: none; }
.hero-dots, .hero-arrows { display: flex; gap: 7px; pointer-events: auto; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: rgba(255, 255, 255, .55); cursor: pointer; transition: 240ms ease; }
.hero-dots button.is-active { width: 28px; background: #e4ebf7; }
.hero-arrows button { width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; color: #fff; background: rgba(24, 37, 79, .15); cursor: pointer; backdrop-filter: blur(8px); transition: 240ms ease; }
.hero-arrows button:hover { color: var(--fht-blue); background: #e4ebf7; }
.promise-deck { position: relative; z-index: 12; min-height: 104px; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: -51px; padding: 18px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: #fff; background: linear-gradient(118deg, rgba(24,37,79,.96), rgba(61,76,139,.93) 65%, rgba(119,115,173,.91)); box-shadow: 0 24px 64px rgba(24, 37, 79, .27); backdrop-filter: blur(18px); }
.promise-deck article { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 4px 17px; border-right: 1px solid rgba(255,255,255,.13); }
.promise-deck article:last-child { border: 0; }
.promise-deck article > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: #fff; background: rgba(255,255,255,.09); font-weight: 850; }
.promise-deck b, .promise-deck small { display: block; }
.promise-deck b { margin-bottom: 4px; font-size: 15px; }
.promise-deck small { overflow: hidden; color: #bfc9e8; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }

/* Service cards */
.services-section { background: radial-gradient(circle at 92% 12%, rgba(215,101,70,.16), transparent 26rem), linear-gradient(145deg, #dce6f5, #ece7f2 52%, #d9e5f3); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.service-card { padding: 10px 10px 24px; border: 1px solid rgba(61, 76, 139, .13); border-radius: 19px; background: linear-gradient(155deg, rgba(241,246,253,.96), rgba(211,222,242,.9)); box-shadow: 0 16px 44px rgba(43, 57, 104, .11); transition: transform 240ms ease, box-shadow 240ms ease; }
.service-card:nth-child(2), .service-card:nth-child(5) { background: linear-gradient(155deg, #eee9f4, #d9d7eb); }
.service-card:nth-child(3), .service-card:nth-child(6) { background: linear-gradient(155deg, #f3e5df, #e6d6d2); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(43, 57, 104, .14); }
.service-card__image { height: 225px; border-radius: 12px; background: url("assets/services-sprite-v1.png") 0 0 / 300% 200% no-repeat #e8edf7; }
.service-card__image--1 { background-position: 0 0; }
.service-card__image--2 { background-position: 50% 0; }
.service-card__image--3 { background-position: 100% 0; }
.service-card__image--4 { background-position: 0 100%; }
.service-card__image--5 { background-position: 50% 100%; }
.service-card__image--6 { background-position: 100% 100%; }
.service-card > span { display: block; margin: 18px 12px 7px; color: var(--fht-coral); font-size: 10px; font-weight: 800; }
.service-card h3 { margin: 0 12px; font-size: 20px; font-weight: 760; letter-spacing: -.025em; }
.service-card p { min-height: 42px; margin: 8px 12px 14px; color: var(--fht-muted); font-size: 12px; line-height: 1.7; }
.service-card a { margin-left: 12px; color: var(--fht-blue); font-size: 11px; font-weight: 800; }

/* Solution tabs */
.solutions-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 0, #4f64a6, transparent 32%), linear-gradient(145deg, var(--fht-deeper), var(--fht-blue)); }
.solution-browser { overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 24px; background: rgba(255, 255, 255, .06); box-shadow: 0 30px 80px rgba(6, 14, 39, .26); }
.solution-tabs { display: flex; overflow-x: auto; padding: 10px; border-bottom: 1px solid rgba(255, 255, 255, .12); scrollbar-width: none; }
.solution-tabs::-webkit-scrollbar { display: none; }
.solution-tabs button { flex: 1 0 auto; min-height: 53px; padding: 0 20px; border: 0; border-radius: 12px; color: rgba(255, 255, 255, .6); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; white-space: nowrap; transition: 240ms ease; }
.solution-tabs button span { margin-right: 8px; color: var(--fht-coral); font-size: 9px; }
.solution-tabs button:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.solution-tabs button.is-active { color: var(--fht-blue); background: #e8edf8; box-shadow: 0 12px 26px rgba(8, 17, 43, .2); }
.solution-panel { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 540px; animation: solution-in 400ms ease both; }
.solution-panel[hidden] { display: none !important; }
@keyframes solution-in { from { opacity: .25; transform: translateX(16px); } to { opacity: 1; transform: none; } }
.solution-panel > img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.solution-panel > div { display: flex; flex-direction: column; justify-content: center; padding: 50px; background: rgba(12, 25, 63, .48); }
.solution-panel > div > p { margin: 0 0 12px; color: #b7c5ed; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.solution-panel h3 { margin: 0; font-size: clamp(31px, 3vw, 43px); line-height: 1.2; letter-spacing: -.04em; }
.solution-panel blockquote { margin: 19px 0 24px; padding-left: 18px; border-left: 2px solid var(--fht-coral); color: rgba(255, 255, 255, .68); font-size: 13px; line-height: 1.8; }
.solution-panel ul { display: grid; gap: 9px; margin: 0 0 28px; padding: 0; list-style: none; }
.solution-panel li { position: relative; padding-left: 20px; color: rgba(255, 255, 255, .82); font-size: 12px; }
.solution-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--fht-coral); font-weight: 900; }
.solution-panel .button { align-self: flex-start; }

/* Quote */
.quote-section { background: linear-gradient(145deg, #dfe8f6, #e9e2ed 55%, #eadfd4); }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 115px); align-items: center; }
.quote-copy > p:not(.section-eyebrow) { max-width: 500px; margin: 24px 0 31px; color: var(--fht-muted); line-height: 1.9; }
.quote-assurance { display: flex; align-items: center; gap: 14px; }
.quote-assurance > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--fht-blue); background: #e9eef9; font-weight: 900; }
.quote-assurance b, .quote-assurance small { display: block; }
.quote-assurance b { margin-bottom: 4px; font-size: 14px; }
.quote-assurance small { color: #8b93a7; font-size: 11px; }
.quote-config { padding: 34px; border: 1px solid rgba(61,76,139,.18); border-radius: 23px; background: linear-gradient(145deg, rgba(236,242,251,.96), rgba(218,226,243,.94)); box-shadow: var(--fht-shadow); }
.quote-config__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.quote-config__head > div { display: flex; align-items: center; gap: 13px; }
.quote-config__head span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--fht-blue); font-size: 10px; }
.quote-config__head h3 { margin: 0; font-size: 21px; }
.quote-config__head > small { color: var(--fht-coral); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.quote-config__fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.quote-config label { display: grid; gap: 8px; color: #35405e; font-size: 11px; font-weight: 700; }
.quote-config select, .quote-dialog input, .quote-dialog select, .quote-dialog textarea { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid #c8d3e7; border-radius: 10px; color: var(--fht-ink); background: rgba(244,247,252,.9); outline: 0; }
.quote-dialog textarea { min-height: 100px; padding-block: 12px; resize: vertical; }
.quote-config select:focus, .quote-dialog input:focus, .quote-dialog select:focus, .quote-dialog textarea:focus { border-color: var(--fht-blue); box-shadow: 0 0 0 3px rgba(61, 76, 139, .1); }
.quote-config fieldset { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 20px 0; padding: 17px; border: 1px solid var(--fht-line); border-radius: 12px; }
.quote-config legend { padding-inline: 6px; color: #35405e; font-size: 11px; font-weight: 700; }
.quote-config fieldset label { display: flex; align-items: center; gap: 7px; font-weight: 500; }
.quote-config input[type="checkbox"] { accent-color: var(--fht-blue); }
.quote-config__result { margin-bottom: 20px; padding: 16px 18px; border-radius: 12px; color: #fff; background: var(--fht-deep); }
.quote-config__result span { display: block; margin-bottom: 5px; color: #aebce8; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.quote-config__result p { margin: 0; font-size: 13px; }
.quote-config .button { width: 100%; }

/* Cases */
.cases-section { overflow: hidden; background: radial-gradient(circle at 8% 78%, rgba(119,115,173,.2), transparent 24rem), #dbe5f4; }
.rail-buttons { display: flex; gap: 9px; }
.rail-buttons button { width: 44px; height: 44px; border: 1px solid rgba(61, 76, 139, .19); border-radius: 50%; color: var(--fht-blue); background: #dfe7f5; cursor: pointer; font-size: 18px; transition: 240ms ease; }
.rail-buttons button:hover { color: #fff; background: var(--fht-blue); transform: translateY(-2px); }
.case-rail { display: flex; gap: 20px; width: 100%; overflow-x: auto; padding: 0 max(32px, calc((100vw - 1240px) / 2)) 22px; scroll-padding-left: max(32px, calc((100vw - 1240px) / 2)); scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; user-select: none; }
.case-rail::-webkit-scrollbar { display: none; }
.case-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.case-card { position: relative; flex: 0 0 clamp(340px, 39vw, 530px); height: 520px; overflow: hidden; border-radius: 20px; background: #dce3f0; box-shadow: 0 18px 48px rgba(29, 43, 86, .13); scroll-snap-align: start; }
.case-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.case-card:hover img { transform: scale(1.035); }
.case-card > div { position: absolute; inset: auto 0 0; padding: 85px 28px 27px; color: #fff; background: linear-gradient(180deg, transparent, rgba(8, 17, 44, .92) 58%); }
.case-card > div > span { color: #bac7ed; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.case-card h3 { margin: 8px 0; font-size: 26px; }
.case-card p { margin: 0 0 14px; color: rgba(255, 255, 255, .68); font-size: 12px; }
.case-card small { padding: 6px 9px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 99px; color: rgba(255, 255, 255, .55); font-size: 9px; }

/* Strength */
.strength-section { padding: 122px 0; color: #fff; background: radial-gradient(circle at 5% 80%, #5369ad, transparent 29%), var(--fht-deep); }
.strength-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 7vw, 100px); align-items: center; }
.strength-media { position: relative; min-height: 620px; }
.strength-media > img { width: calc(100% - 54px); height: 560px; object-fit: cover; border-radius: 24px; box-shadow: 0 28px 75px rgba(4, 11, 31, .36); }
.strength-media > div { position: absolute; right: 0; bottom: 0; width: 190px; min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-radius: 20px; background: var(--fht-coral); box-shadow: 0 20px 45px rgba(7, 16, 42, .28); }
.strength-media > div > span { font-size: 45px; font-style: italic; font-weight: 900; letter-spacing: -.08em; }
.strength-media > div p { margin: 0; line-height: 1.45; }
.strength-copy > p:not(.section-eyebrow) { margin: 24px 0 31px; color: rgba(255, 255, 255, .65); line-height: 1.85; }
.strength-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.strength-grid article { min-height: 150px; padding: 22px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 15px; background: rgba(255, 255, 255, .055); }
.strength-grid article > span { color: #9eafe0; font-size: 9px; font-weight: 800; }
.strength-grid h3 { margin: 23px 0 7px; font-size: 18px; }
.strength-grid p { margin: 0; color: rgba(255, 255, 255, .55); font-size: 11px; line-height: 1.7; }
.strength-more { margin-top: 24px; }

/* Process */
.process-section { background: linear-gradient(145deg, #e7e2ed, #dbe7f5 52%, #eadfd7); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin: 63px 0 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; left: 11%; right: 11%; top: 66px; height: 1px; background: linear-gradient(90deg, transparent, #bdc8e1 15% 85%, transparent); }
.process-list li { position: relative; text-align: center; }
.process-list li > span { position: absolute; z-index: 3; top: 3px; right: 25%; color: var(--fht-coral); font-size: 9px; font-weight: 800; }
.process-list li > b { position: relative; z-index: 2; width: 132px; height: 132px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid rgba(61,76,139,.22); border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--fht-blue), var(--fht-violet)); box-shadow: inset 0 0 0 10px rgba(255,255,255,.1), 0 18px 38px rgba(41, 57, 105, .2); font-family: var(--font-display); font-size: 28px; }
.process-list h3 { margin: 0 0 9px; font-size: 18px; }
.process-list p { max-width: 210px; margin: auto; color: var(--fht-muted); font-size: 12px; line-height: 1.7; }

/* Network */
.network-section { background: linear-gradient(145deg, #d8e4f4, #e5e1ec); }
.network-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.network-map { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #e8eef8, #cbd7ec); box-shadow: var(--fht-shadow); }
.map-grid { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(rgba(61, 76, 139, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(61, 76, 139, .11) 1px, transparent 1px); background-size: 38px 38px; transform: rotate(5deg) scale(1.12); }
.network-map::before, .network-map::after { content: ""; position: absolute; width: 72%; height: 140px; border: 3px solid rgba(61, 76, 139, .24); border-radius: 50%; transform: rotate(-18deg); }
.network-map::before { left: -8%; top: 26%; }
.network-map::after { right: -16%; bottom: 9%; }
.map-pin { position: absolute; width: 22px; height: 22px; border: 6px solid #fff; border-radius: 50%; background: var(--fht-coral); box-shadow: 0 8px 20px rgba(40, 53, 97, .2); }
.map-pin--1 { left: 26%; top: 31%; }
.map-pin--2 { right: 27%; top: 48%; }
.map-pin--3 { left: 43%; bottom: 23%; }
.map-label { position: absolute; left: 28px; bottom: 26px; padding: 17px 20px; border-radius: 13px; color: #fff; background: rgba(24, 37, 79, .88); backdrop-filter: blur(8px); }
.map-label small, .map-label b { display: block; }
.map-label small { margin-bottom: 6px; color: #aebce8; font-size: 8px; letter-spacing: .14em; }
.network-copy > p:not(.section-eyebrow) { margin: 23px 0 28px; color: var(--fht-muted); line-height: 1.85; }
.network-copy dl { margin: 0 0 29px; border-top: 1px solid var(--fht-line); }
.network-copy dl > div { display: grid; grid-template-columns: 115px 1fr; padding: 14px 0; border-bottom: 1px solid var(--fht-line); }
.network-copy dt { color: #7c859c; font-size: 12px; }
.network-copy dd { margin: 0; font-size: 13px; font-weight: 700; }

/* Knowledge and FAQ */
.knowledge-section { background: linear-gradient(145deg, #e6e0ec, #dce8f5 58%, #eee0d9); }
.knowledge-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.knowledge-main > p:not(.section-eyebrow) { max-width: 580px; margin: 20px 0 27px; color: var(--fht-muted); line-height: 1.8; }
.guide-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.guide-cards article { padding: 21px; border: 1px solid var(--fht-line); border-radius: 14px; background: linear-gradient(145deg, rgba(239,244,252,.94), rgba(210,221,240,.86)); }
.guide-cards article:nth-child(2n) { background: linear-gradient(145deg, #efe6eb, #dfd8e8); }
.guide-cards article > span { color: var(--fht-coral); font-size: 9px; font-weight: 800; }
.guide-cards h3 { margin: 12px 0 8px; font-size: 16px; line-height: 1.45; }
.guide-cards p { margin: 0 0 14px; color: var(--fht-muted); font-size: 11px; line-height: 1.7; }
.guide-cards a { color: var(--fht-blue); font-size: 10px; font-weight: 800; }
.faq-list { border-top: 1px solid var(--fht-line); }
.faq-list details { border-bottom: 1px solid var(--fht-line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 2px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--fht-blue); background: #e8edf8; font-size: 18px; transition: transform 240ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 52px 25px 2px; color: var(--fht-muted); font-size: 12px; line-height: 1.85; }

/* Homepage entry points */
.home-case-section { background: radial-gradient(circle at 88% 12%, rgba(215,101,70,.17), transparent 22rem), linear-gradient(145deg, #dce7f5, #e7e1ed); }
.case-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-preview-card { overflow: hidden; padding: 10px 10px 24px; border: 1px solid var(--fht-line); border-radius: 19px; background: linear-gradient(155deg, #eef3fb, #d8e1f1); box-shadow: 0 14px 42px rgba(37, 52, 99, .11); transition: transform 240ms ease, box-shadow 240ms ease; }
.case-preview-card:nth-child(2) { background: linear-gradient(155deg, #ece5ef, #d9d5e7); }
.case-preview-card:nth-child(3) { background: linear-gradient(155deg, #f1e3dd, #e1d3cf); }
.case-preview-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(37, 52, 99, .14); }
.case-preview-card img { width: 100%; height: 280px; object-fit: cover; border-radius: 12px; }
.case-preview-card > span { display: block; margin: 18px 12px 7px; color: var(--fht-coral); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.case-preview-card h3 { margin: 0 12px 8px; font-size: 21px; font-weight: 760; letter-spacing: -.025em; }
.case-preview-card p { margin: 0 12px; color: var(--fht-muted); font-size: 12px; line-height: 1.7; }
.home-entry-section { padding: 0 0 110px; background: linear-gradient(145deg, #e7e2ee, #d6e3f3); }
.home-entry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-entry-card { min-height: 245px; display: flex; flex-direction: column; padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: #fff; background: linear-gradient(145deg, #263967, #45599a); box-shadow: 0 18px 42px rgba(29,44,89,.15); transition: 240ms ease; }
.home-entry-card:nth-child(2) { background: linear-gradient(145deg, #4b4d82, #7773ad); }
.home-entry-card:nth-child(3) { background: linear-gradient(145deg, #8d493c, #d76546); }
.home-entry-card:hover { border-color: rgba(255,255,255,.28); transform: translateY(-6px); box-shadow: 0 25px 55px rgba(29,44,89,.24); }
.home-entry-card > span { color: var(--fht-coral); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.home-entry-card h3 { margin: 32px 0 9px; font-size: 24px; font-weight: 760; letter-spacing: -.035em; }
.home-entry-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.75; }
.home-entry-card b { margin-top: auto; color: #fff; font-size: 11px; }
.home-entry-card:hover p, .home-entry-card:hover b { color: #fff; }

/* Inner pages */
.inner-hero { position: relative; overflow: hidden; min-height: 450px; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 82% 8%, rgba(215,101,70,.58), transparent 26%), radial-gradient(circle at 10% 92%, rgba(119,115,173,.8), transparent 34%), linear-gradient(135deg, var(--fht-deeper), var(--fht-blue)); }
.inner-hero::after { content: "FHT"; position: absolute; right: -30px; bottom: -105px; color: rgba(255,255,255,.035); font-size: 310px; font-weight: 900; font-style: italic; line-height: 1; }
.inner-hero .site-shell { position: relative; z-index: 2; padding-block: 64px; }
.inner-hero h1 { max-width: 800px; margin: 0; font-family: var(--font-display); font-size: clamp(51px, 5.5vw, 75px); font-weight: 760; line-height: 1.06; letter-spacing: -.075em; }
.inner-hero .site-shell > p:not(.section-eyebrow) { max-width: 700px; margin: 22px 0 29px; color: rgba(255,255,255,.65); line-height: 1.8; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.52); font-size: 10px; }
.breadcrumb b { color: #fff; }
.service-directory { position: sticky; z-index: 42; top: 80px; border-bottom: 1px solid rgba(61,76,139,.16); background: rgba(221,230,245,.94); box-shadow: 0 12px 32px rgba(30,44,87,.11); backdrop-filter: blur(16px); }
.service-directory .site-shell { display: flex; overflow-x: auto; scrollbar-width: none; }
.service-directory .site-shell::-webkit-scrollbar { display: none; }
.service-directory a { position: relative; flex: 1 0 auto; min-width: 135px; min-height: 64px; display: grid; place-items: center; color: #5f6880; font-size: 12px; font-weight: 700; }
.service-directory a::after { content: ""; position: absolute; bottom: 0; width: 0; height: 3px; background: var(--fht-coral); transition: 240ms ease; }
.service-directory a:hover, .service-directory a.is-active { color: var(--fht-blue); }
.service-directory a:hover::after, .service-directory a.is-active::after { width: 32px; }
.service-anchor { scroll-margin-top: 50px; }
.service-detail { background: linear-gradient(145deg, #e5e1ed, #d9e6f4); }
.service-detail--tinted { background: radial-gradient(circle at 85% 15%, rgba(215,101,70,.15), transparent 24rem), linear-gradient(145deg, #dbe6f5, #eae2ec); }
.service-detail--dark { color: #fff; background: radial-gradient(circle at 12% 86%, rgba(119,115,173,.6), transparent 30%), linear-gradient(145deg, var(--fht-deeper), var(--fht-blue)); }
.service-detail__layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 7vw, 100px); align-items: center; }
.service-detail__layout--reverse .service-detail__media { order: 2; }
.service-detail__media { min-height: 500px; overflow: hidden; border-radius: 22px; background: #e4eaf5; box-shadow: var(--fht-shadow); }
.service-detail__media img { width: 100%; height: 500px; object-fit: cover; }
.service-detail__sprite { background-image: url("assets/services-sprite-v1.png"); background-repeat: no-repeat; background-size: 300% 200%; }
.service-detail__sprite--blueprint { background-position: 100% 0; }
.service-number { color: var(--fht-coral); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.service-detail__copy h2 { margin: 12px 0 18px; font-size: clamp(39px, 4vw, 55px); font-weight: 780; letter-spacing: -.065em; }
.service-detail__copy > p { margin: 0 0 24px; color: var(--fht-muted); line-height: 1.85; }
.service-detail--dark .service-detail__copy > p { color: rgba(255,255,255,.62); }
.product-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.product-chips span { padding: 8px 12px; border: 1px solid rgba(61,76,139,.16); border-radius: 99px; color: #394a73; background: rgba(226,234,247,.86); font-size: 10px; }
.service-detail--dark .product-chips span { color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); }
.service-facts { margin: 0 0 25px; border-top: 1px solid var(--fht-line); }
.service-facts > div { display: grid; grid-template-columns: 90px 1fr; padding: 13px 0; border-bottom: 1px solid var(--fht-line); }
.service-facts dt { color: #8a93a8; font-size: 11px; }
.service-facts dd { margin: 0; font-size: 12px; }

/* Case page */
.case-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.case-filter button { min-height: 42px; padding: 0 16px; border: 1px solid rgba(61,76,139,.18); border-radius: 99px; color: #4d5c7c; background: rgba(219,228,243,.9); cursor: pointer; font-size: 11px; font-weight: 650; }
.case-filter button.is-active { color: #fff; border-color: var(--fht-blue); background: var(--fht-blue); }
.case-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-page-card { overflow: hidden; border: 1px solid var(--fht-line); border-radius: 21px; background: linear-gradient(155deg, #e8eef8, #d3dff0); box-shadow: 0 16px 48px rgba(35,49,94,.12); }
.case-page-card:nth-child(2n) { background: linear-gradient(155deg, #eee4ea, #dcd4e5); }
.case-page-card:nth-child(3n) { background: linear-gradient(155deg, #f1e2db, #e3d3cf); }
.case-page-card[hidden] { display: none !important; }
.case-page-card img { width: 100%; height: 350px; object-fit: cover; }
.case-page-card > div { padding: 25px; }
.case-page-card > div > span { color: var(--fht-coral); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.case-page-card h2 { margin: 9px 0; font-size: 25px; font-weight: 760; letter-spacing: -.035em; }
.case-page-card p { margin: 0; color: var(--fht-muted); font-size: 12px; line-height: 1.75; }
.case-page-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0; padding: 0; list-style: none; }
.case-page-card li { padding: 6px 9px; border-radius: 99px; color: var(--fht-blue); background: #edf2fb; font-size: 9px; }
.case-page-card small { color: #9aa1b2; font-size: 9px; }
.case-method { padding: 100px 0; color: #fff; background: var(--fht-deep); }
.case-method__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.case-method__grid article { min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.05); }
.case-method__grid span { color: var(--fht-coral); font-size: 9px; }
.case-method__grid h3 { margin: 35px 0 9px; }
.case-method__grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.7; }

/* Network page */
.network-page-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px, 7vw, 95px); align-items: center; }
.network-page-panel h2 { margin: 0; font-size: clamp(37px, 4vw, 52px); font-weight: 780; letter-spacing: -.065em; }
.network-page-panel > p:not(.section-eyebrow) { margin: 20px 0 25px; color: var(--fht-muted); line-height: 1.8; }
.network-placeholder-list { margin-bottom: 25px; border-top: 1px solid var(--fht-line); }
.network-placeholder-list article { display: grid; grid-template-columns: 38px 1fr auto; gap: 13px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--fht-line); }
.network-placeholder-list article > span { color: var(--fht-coral); font-size: 9px; }
.network-placeholder-list h3 { margin: 0 0 4px; font-size: 14px; }
.network-placeholder-list p { margin: 0; color: var(--fht-muted); font-size: 10px; }
.network-placeholder-list article > b { color: #9da4b5; font-size: 9px; }
.delivery-strip { padding: 70px 0; color: #fff; background: linear-gradient(115deg, var(--fht-blue), var(--fht-violet) 68%, #a45b4a); }
.delivery-strip .site-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.delivery-strip article { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.15); }
.delivery-strip article:last-child { border: 0; }
.delivery-strip span { color: #bdc9ee; font-size: 9px; }
.delivery-strip h3 { margin: 16px 0 7px; }
.delivery-strip p { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.7; }

/* About page */
.about-intro__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.about-intro__copy h2 { margin: 0; font-size: clamp(39px, 4vw, 55px); font-weight: 780; letter-spacing: -.065em; }
.about-intro__copy > p:not(.section-eyebrow) { margin: 22px 0; color: var(--fht-muted); line-height: 1.9; }
.about-fact-note { display: flex; flex-direction: column; gap: 5px; padding: 17px; border-left: 3px solid var(--fht-coral); background: linear-gradient(110deg, #dce6f5, #ece0e6); }
.about-fact-note b { font-size: 12px; }
.about-fact-note span { color: var(--fht-muted); font-size: 10px; }
.about-intro__media img { width: 100%; height: 520px; object-fit: cover; border-radius: 22px; box-shadow: var(--fht-shadow); }
.about-intro__media small { display: block; margin-top: 10px; color: #969dae; font-size: 9px; }
.quality-system { padding: 105px 0; color: #fff; background: var(--fht-deep); }
.quality-system__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quality-system__grid article { min-height: 200px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.05); }
.quality-system__grid span { color: var(--fht-coral); font-size: 9px; }
.quality-system__grid h3 { margin: 42px 0 9px; }
.quality-system__grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.75; }
.capability-section { background: linear-gradient(145deg, #dbe6f5, #e7e0ec); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 25px; }
.capability-grid article { min-height: 170px; padding: 23px; border: 1px solid var(--fht-line); border-radius: 15px; background: linear-gradient(145deg, #edf2fa, #d8e2f2); }
.capability-grid article:nth-child(2n) { background: linear-gradient(145deg, #eee5ed, #ddd7e7); }
.capability-grid h3 { margin: 0 0 15px; font-size: 17px; }
.capability-grid p { margin: 0; color: var(--fht-muted); font-size: 11px; line-height: 1.75; }
.craft-wide { position: relative; overflow: hidden; height: 430px; margin: 0; border-radius: 22px; }
.craft-wide img { width: 100%; height: 100%; object-fit: cover; }
.craft-wide figcaption { position: absolute; left: 20px; bottom: 18px; padding: 8px 12px; border-radius: 99px; color: #fff; background: rgba(24,37,79,.75); font-size: 9px; }

/* Quote page */
.quote-page { min-height: calc(100vh - 80px); padding: 70px 0 90px; color: #fff; background: radial-gradient(circle at 15% 90%, #5268ad, transparent 30%), var(--fht-deep); }
.quote-page__layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.quote-page__intro h1 { margin: 0; font-size: clamp(48px, 5vw, 70px); font-weight: 760; line-height: 1.06; letter-spacing: -.075em; }
.quote-page__intro > p:not(.section-eyebrow) { margin: 22px 0 28px; color: rgba(255,255,255,.62); line-height: 1.85; }
.quote-page__steps { display: grid; gap: 10px; }
.quote-page__steps article { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.05); }
.quote-page__steps article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--fht-coral); background: rgba(255,255,255,.07); font-size: 9px; }
.quote-page__steps b, .quote-page__steps small { display: block; }
.quote-page__steps b { margin-bottom: 3px; font-size: 12px; }
.quote-page__steps small { color: rgba(255,255,255,.48); font-size: 9px; }
.quote-config--page { color: var(--fht-ink); }
.quote-config__head h2 { margin: 0; font-size: 21px; }
.quote-config input, .quote-config textarea { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid #c8d3e7; border-radius: 10px; color: var(--fht-ink); background: rgba(244,247,252,.9); outline: 0; }
.quote-config textarea { min-height: 95px; padding-block: 12px; resize: vertical; }
.quote-textarea { margin: 0 0 20px; }
.quote-contact-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 17px; }
.quote-local-note { display: block; margin-top: 10px; color: #969dae; text-align: center; }
.quote-page-success { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 15px; border-radius: 12px; color: var(--fht-blue); background: #e9eef9; }
.quote-page-success[hidden] { display: none !important; }
.quote-page-success > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--fht-blue); }
.quote-page-success b, .quote-page-success small { display: block; }
.quote-page-success small { margin-top: 3px; color: var(--fht-muted); font-size: 9px; }

/* Contact and footer */
.contact-band { padding: 69px 0; color: #fff; background: linear-gradient(110deg, var(--fht-blue), #5068af); }
.contact-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band__inner > div:first-child > p { margin: 0 0 8px; color: #b8c5ea; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.contact-band h2 { margin: 0 0 9px; font-size: clamp(31px, 3.3vw, 46px); letter-spacing: -.04em; }
.contact-band__inner > div:first-child > span { color: rgba(255, 255, 255, .62); }
.contact-band__inner > div:last-child { display: flex; align-items: center; gap: 28px; }
.contact-band__inner > div:last-child p { margin: 0; }
.contact-band__inner small, .contact-band__inner b { display: block; }
.contact-band__inner small { margin-bottom: 4px; color: rgba(255, 255, 255, .55); }
.fht-footer { padding: 72px 0 24px; color: rgba(255, 255, 255, .65); background: var(--fht-deeper); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 65px; }
.fht-footer .fht-brand { height: auto; padding: 0; background: transparent; border-radius: 0; }
.fht-footer .fht-brand__mark { width: 130px; background-position: -5px -27px; }
.fht-footer .fht-brand__name { display: none; }
.footer-brand p { margin: 16px 0 0; color: rgba(255, 255, 255, .42); font-size: 13px; line-height: 1.8; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.footer-grid a, .footer-grid > div > p, .footer-grid button { display: block; margin: 0 0 11px; padding: 0; border: 0; color: rgba(255, 255, 255, .48); background: transparent; font-size: 12px; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: #fff; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .3); font-size: 10px; }
.floating-actions { position: fixed; z-index: 60; right: 18px; bottom: 20px; display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: #fff; background: linear-gradient(160deg, rgba(24,37,79,.96), rgba(61,76,139,.94)); box-shadow: 0 18px 46px rgba(30, 44, 87, .28); backdrop-filter: blur(12px); }
.floating-actions button, .floating-actions a { width: 61px; min-height: 60px; display: grid; place-items: center; align-content: center; gap: 3px; padding: 7px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; background: transparent; cursor: pointer; }
.floating-actions a:last-child { border-bottom: 0; }
.floating-actions span { font-size: 16px; font-weight: 900; }
.floating-actions small { font-size: 8px; }

/* Dialog */
.quote-dialog { width: min(580px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow-y: auto; padding: 39px; border: 0; border-radius: 22px; color: var(--fht-ink); background: linear-gradient(145deg, #e7eef9, #e7deea); box-shadow: 0 40px 110px rgba(10, 18, 44, .35); }
.quote-dialog::backdrop { background: rgba(13, 22, 52, .58); backdrop-filter: blur(7px); }
.quote-dialog__close { position: absolute; top: 17px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--fht-deep); background: rgba(255,255,255,.45); cursor: pointer; font-size: 23px; }
.quote-dialog h2 { margin: 0; font-size: 31px; letter-spacing: -.04em; }
.quote-dialog > p:not(.section-eyebrow) { color: var(--fht-muted); }
.quote-dialog form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 25px; }
.quote-dialog label { display: grid; gap: 7px; font-size: 11px; font-weight: 700; }
.quote-dialog .full-field { grid-column: 1 / -1; }
.quote-dialog form > small { text-align: center; color: #929aac; }
.dialog-success { padding: 42px 0 12px; text-align: center; }
.dialog-success > span { width: 66px; height: 66px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: #fff; background: var(--fht-blue); font-size: 26px; }
.dialog-success h3 { margin: 22px 0 7px; font-size: 22px; }
.dialog-success p { color: var(--fht-muted); }
.dialog-success .button { margin-top: 18px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 400ms ease, transform 400ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --fht-shell: min(100% - 42px, 1080px); }
  .fht-brand { padding-inline: 20px 27px; }
  .fht-brand__name { display: none; }
  .fht-nav { gap: 15px; padding-inline: 18px; }
  .fht-nav a { font-size: 12px; }
  .fht-hotline { padding-inline: 13px; font-size: 11px; }
  .promise-deck { grid-template-columns: repeat(4, 1fr); }
  .promise-deck article:nth-child(4) { border-right: 0; }
  .promise-deck article:last-child { display: none; }
  .solution-panel { grid-template-columns: 1.05fr .95fr; }
  .solution-panel > div { padding: 38px; }
  .quote-layout { gap: 55px; }
  .strength-layout { gap: 55px; }
}

@media (max-width: 900px) {
  :root { --fht-shell: calc(100% - 36px); }
  .fht-header { height: 70px; }
  .fht-header__inner { justify-content: space-between; padding-right: 17px; }
  .fht-brand { height: 70px; padding-inline: 16px 24px; border-radius: 0 0 28px 0; }
  .fht-brand__mark { width: 125px; height: 48px; background-size: 170px auto; background-position: -2px -24px; }
  .fht-menu { display: block; }
  .fht-menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .fht-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .fht-menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .fht-nav { position: fixed; top: 70px; left: 0; right: 0; height: auto; display: grid; gap: 0; padding: 13px 19px 22px; border-bottom: 1px solid var(--fht-line); background: rgba(224, 232, 246, .98); box-shadow: 0 25px 50px rgba(23, 36, 76, .18); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: 240ms ease; }
  .fht-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .fht-nav a { min-height: 47px; display: flex; border-bottom: 1px solid var(--fht-line); }
  .fht-nav a:last-child { border: 0; }
  .fht-nav a::after { display: none; }
  .fht-hotline { margin-left: auto; margin-right: 10px; }
  .hero-slide { min-height: 900px; }
  .hero-slide__visual { inset: 350px 0 0; }
  .hero-slide__visual::after { background: linear-gradient(180deg, #dfe8f6 0%, rgba(223,232,246,.45) 10%, transparent 22%); }
  .hero-slide__content { min-height: 420px; justify-content: flex-start; align-items: center; padding-top: 57px; text-align: center; }
  .hero-slide::after { display: none; }
  .hero-slide h1, .hero-slide h2 { font-size: clamp(52px, 8.8vw, 69px); }
  .hero-service-line { font-size: 15px; }
  .hero-rule { margin-inline: auto; }
  .hero-carousel__controls { bottom: 74px; justify-content: center; }
  .promise-deck { grid-template-columns: repeat(2, 1fr); margin-top: -45px; }
  .promise-deck article:nth-child(2) { border-right: 0; }
  .promise-deck article:nth-child(-n+2) { border-bottom: 1px solid var(--fht-line); }
  .promise-deck article:nth-child(4) { border-bottom: 0; }
  .page-section { padding: 92px 0; }
  .service-cards { grid-template-columns: repeat(2, 1fr); }
  .solution-panel { grid-template-columns: 1fr; }
  .solution-panel > img { min-height: 0; height: 430px; }
  .quote-layout, .network-layout, .knowledge-layout { grid-template-columns: 1fr; }
  .quote-copy { max-width: 650px; }
  .strength-layout { grid-template-columns: 1fr; }
  .strength-media { min-height: 575px; }
  .strength-media > img { height: 520px; }
  .process-list { grid-template-columns: repeat(2, 1fr); row-gap: 58px; }
  .process-list::before { display: none; }
  .network-map { min-height: 440px; }
  .contact-band__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .case-preview-grid, .home-entry-grid { grid-template-columns: 1fr; }
  .case-preview-card img { height: 360px; }
  .service-directory { top: 70px; }
  .service-detail__layout, .about-intro__layout, .network-page-layout, .quote-page__layout { grid-template-columns: 1fr; }
  .service-detail__layout--reverse .service-detail__media { order: 0; }
  .case-method__grid, .delivery-strip .site-shell, .quality-system__grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .case-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --fht-shell: calc(100% - 28px); }
  .fht-brand { padding-inline: 11px 15px; }
  .fht-brand__mark { width: 108px; background-size: 150px auto; background-position: -4px -21px; }
  .fht-hotline { display: none; }
  .home-hero { padding-bottom: 32px; }
  .hero-slide { min-height: 735px; }
  .hero-slide__content { min-height: 355px; padding-top: 43px; }
  .hero-slide__visual { inset: 310px 0 0; }
  .hero-slide h1, .hero-slide h2 { font-size: clamp(44px, 13vw, 58px); line-height: 1.1; }
  .hero-eyebrow { margin-bottom: 13px; }
  .hero-service-line { max-width: 340px; margin-top: 18px; padding-inline: 6px; font-size: 13px; line-height: 1.7; }
  .hero-rule { margin-top: 18px; }
  .hero-note { margin-top: 15px; font-size: 13px; }
  .hero-actions { width: 100%; gap: 9px; margin-top: 20px; }
  .hero-actions .button { min-width: 0; flex: 1; padding-inline: 10px; font-size: 13px; }
  .hero-carousel__controls { bottom: 49px; }
  .hero-arrows { display: none; }
  .promise-deck { grid-template-columns: 1fr 1fr; min-height: 0; padding: 9px; border-radius: 15px; }
  .promise-deck article { min-height: 73px; gap: 10px; padding: 9px; }
  .promise-deck article > span { width: 35px; height: 35px; border-radius: 10px; font-size: 12px; }
  .promise-deck b { font-size: 13px; }
  .promise-deck small { font-size: 9px; }
  .page-section { padding: 76px 0; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head h2, .quote-copy h2, .network-copy h2, .knowledge-main h2, .strength-copy h2 { font-size: 37px; }
  .section-head > div > p:last-child { font-size: 13px; }
  .section-link { margin-top: 18px; }
  .service-cards { grid-template-columns: 1fr 1fr; gap: 11px; }
  .service-card { padding: 7px 7px 17px; border-radius: 13px; }
  .service-card__image { height: 127px; border-radius: 9px; }
  .service-card > span { margin: 12px 7px 5px; }
  .service-card h3 { margin-inline: 7px; font-size: 15px; }
  .service-card p { display: none; }
  .service-card a { display: block; margin: 9px 7px 0; font-size: 9px; }
  .solution-browser { margin-inline: -2px; border-radius: 17px; }
  .solution-tabs { padding: 7px; }
  .solution-tabs button { flex: 0 0 auto; min-height: 46px; padding-inline: 14px; }
  .solution-panel > img { height: 290px; }
  .solution-panel > div { padding: 28px 21px 32px; }
  .solution-panel h3 { font-size: 29px; }
  .solution-panel blockquote { font-size: 12px; }
  .solution-panel .button { width: 100%; }
  .quote-layout { gap: 37px; }
  .quote-config { padding: 21px; border-radius: 17px; }
  .quote-config__head > small { display: none; }
  .quote-config__fields { grid-template-columns: 1fr; }
  .quote-config fieldset { gap: 11px 16px; }
  .case-rail { gap: 13px; padding-inline: 14px; scroll-padding-left: 14px; }
  .case-card { flex-basis: calc(100vw - 48px); height: 440px; border-radius: 17px; }
  .case-card > div { padding: 75px 20px 22px; }
  .case-card h3 { font-size: 23px; }
  .rail-buttons { margin-top: 19px; }
  .strength-section { padding: 80px 0; }
  .strength-media { min-height: 440px; }
  .strength-media > img { width: calc(100% - 28px); height: 390px; border-radius: 18px; }
  .strength-media > div { width: 143px; min-height: 140px; padding: 18px; border-radius: 16px; }
  .strength-media > div > span { font-size: 34px; }
  .strength-media > div p { font-size: 12px; }
  .strength-grid { gap: 8px; }
  .strength-grid article { min-height: 135px; padding: 17px; }
  .strength-grid h3 { margin-top: 17px; font-size: 16px; }
  .process-list { grid-template-columns: 1fr; }
  .network-map { min-height: 345px; }
  .guide-cards { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 14px; }
  .contact-band { padding: 55px 0; }
  .contact-band__inner > div:last-child { width: 100%; align-items: flex-start; flex-direction: column; }
  .contact-band__inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 23px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-actions { right: 10px; bottom: 10px; grid-auto-flow: column; }
  .floating-actions button, .floating-actions a { width: 52px; min-height: 50px; border-right: 1px solid var(--fht-line); border-bottom: 0; }
  .floating-actions small { display: none; }
  .quote-dialog { padding: 34px 21px 24px; }
  .quote-dialog form { grid-template-columns: 1fr; }
  .quote-dialog .full-field { grid-column: auto; }
  .case-preview-card img { height: 245px; }
  .home-entry-section { padding-bottom: 76px; }
  .inner-hero { min-height: 410px; }
  .inner-hero h1 { font-size: 44px; }
  .service-directory a { min-width: 115px; min-height: 56px; }
  .service-anchor { scroll-margin-top: 36px; }
  .service-detail__media, .service-detail__media img { min-height: 0; height: 320px; }
  .service-facts > div { grid-template-columns: 75px 1fr; }
  .case-page-card img { height: 260px; }
  .case-method__grid, .delivery-strip .site-shell, .quality-system__grid, .capability-grid { grid-template-columns: 1fr; }
  .delivery-strip article { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .delivery-strip article:last-child { border-bottom: 0; }
  .about-intro__media img { height: 340px; }
  .craft-wide { height: 300px; }
  .quote-page { padding-top: 48px; }
  .quote-contact-fields { grid-template-columns: 1fr; }
}

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