@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

/**
 * Hung Phat Green — core design system and components.
 */
:root {
  --hp-green-deep: #146b3a;
  --hp-green: #229447;
  --hp-green-bright: #22a447;
  --hp-green-dark: #0c4f2b;
  --hp-mint: #eaf7ef;
  --hp-mint-strong: #d8f0e2;
  --hp-teal: #168b82;
  --hp-lime: #aacb45;
  --hp-ink: #243028;
  --hp-muted: #647068;
  --hp-line: #dce8e0;
  --hp-white: #fff;
  --hp-surface: #f7faf8;
  --hp-dark-surface: #0d3322;
  --hp-shadow-sm: 0 8px 24px rgba(20, 72, 43, .08);
  --hp-shadow: 0 18px 50px rgba(20, 72, 43, .13);
  --hp-radius-sm: 12px;
  --hp-radius: 20px;
  --hp-radius-lg: 30px;
  --hp-font: "Be Vietnam Pro", Inter, Roboto, "Segoe UI", Arial, sans-serif;
  --hp-header-height: 86px;
}

html { overflow-x: hidden; scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  color: var(--hp-ink);
  background: var(--hp-white);
  font-family: var(--hp-font);
  font-size: 16px;
  line-height: 1.72;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header.is-sticky { top: 32px; }
img, svg, iframe { max-width: 100%; }
img { height: auto; }
a { color: var(--hp-green-deep); text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--hp-green-bright); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6 { color: var(--hp-ink); font-weight: 750; line-height: 1.24; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.38rem); }
p:last-child { margin-bottom: 0; }
::selection { color: var(--hp-white); background: var(--hp-green-deep); }
:focus-visible { outline: 3px solid rgba(34, 164, 71, .45); outline-offset: 3px; }
.container-xl { max-width: 1320px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus, .skip-link:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; clip: auto;
  padding: 12px 18px; color: var(--hp-white); background: var(--hp-green-dark); border-radius: 8px;
}
.hp-icon { display: inline-block; width: 1.25em; height: 1.25em; vertical-align: -.2em; flex: 0 0 auto; }
.section-space { padding: 104px 0; }
.section-tint { background: var(--hp-surface); }
.content-narrow { max-width: 940px; }
.section-heading { margin-bottom: 46px; }
.section-heading h2 { max-width: 760px; margin-bottom: 18px; font-weight: 800; line-height: 1.12; }
.section-heading > p:not(.section-eyebrow) { max-width: 660px; color: var(--hp-muted); font-size: 1.05rem; }
.section-heading-narrow { max-width: 770px; margin-right: auto; margin-left: auto; }
.section-heading-narrow h2, .section-heading-narrow > p { margin-right: auto; margin-left: auto; }
.section-heading-narrow h2::after { display: block; width: 56px; height: 3px; margin: 19px auto 0; content: ""; background: var(--hp-lime); }
.section-eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--hp-green-deep);
  font-size: .76rem; font-weight: 800; letter-spacing: .16em;
}
.section-eyebrow::before { width: 28px; height: 2px; content: ""; background: var(--hp-green-bright); }
.section-eyebrow.light { color: #c8f1d6; }
.section-eyebrow.light::before { background: var(--hp-lime); }
.text-center .section-eyebrow { justify-content: center; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-row > p { max-width: 490px; margin-bottom: 20px; }
.lead-copy { margin-bottom: 27px; color: var(--hp-muted); font-size: 1.08rem; }

.btn {
  --bs-btn-padding-x: 1.35rem; --bs-btn-padding-y: .76rem; --bs-btn-font-weight: 700;
  --bs-btn-border-radius: 10px; display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px;
  letter-spacing: -.01em; box-shadow: none !important;
}
.btn-lg { min-height: 54px; padding-right: 1.65rem; padding-left: 1.65rem; font-size: 1rem; }
.btn-primary { --bs-btn-bg: var(--hp-green-deep); --bs-btn-border-color: var(--hp-green-deep); --bs-btn-hover-bg: var(--hp-green-bright); --bs-btn-hover-border-color: var(--hp-green-bright); --bs-btn-active-bg: var(--hp-green-dark); }
.btn-outline-primary { --bs-btn-color: var(--hp-green-deep); --bs-btn-border-color: var(--hp-green-deep); --bs-btn-hover-bg: var(--hp-green-deep); --bs-btn-hover-border-color: var(--hp-green-deep); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--hp-green-deep); font-weight: 750; }
.text-link .hp-icon { transition: transform .2s ease; }
.text-link:hover .hp-icon { transform: translateX(4px); }
.section-footer-action { margin-top: 46px; text-align: center; }
.image-placeholder {
  display: flex; width: 100%; height: 100%; min-height: 220px; align-items: center; justify-content: center;
  color: var(--hp-green-deep); background: linear-gradient(145deg, var(--hp-mint), #ccebd8);
}
.image-placeholder .hp-icon { width: 30%; height: 30%; opacity: .35; }

/* Header */
.site-header { position: relative; z-index: 1040; width: 100%; transition: box-shadow .25s ease, transform .25s ease; }
.site-header.is-sticky { position: fixed; top: 0; left: 0; animation: hpHeaderDown .28s ease; box-shadow: 0 8px 30px rgba(14, 52, 32, .12); }
.site-header.is-sticky .topbar { display: none !important; }
@keyframes hpHeaderDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.topbar { height: 38px; color: #d8eee1; background: var(--hp-dark-surface); font-size: .76rem; }
.topbar .container-xl { height: 100%; }
.topbar-slogan { display: flex; max-width: 48%; align-items: center; gap: 6px; color: #bcd8c6; letter-spacing: .01em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar-contact { flex: 0 0 auto; white-space: nowrap; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; color: #eaf7ef; }
.topbar a:hover { color: var(--hp-lime); }
.topbar .hp-icon { width: 15px; height: 15px; }
.hp-navbar { min-height: var(--hp-header-height); padding: 10px 0; background: rgba(255,255,255,.98); }
.navbar-brand, .footer-brand, .brand-fallback { display: inline-flex; align-items: center; gap: 11px; margin: 0; color: var(--hp-ink); }
.navbar-brand { flex-direction: column; align-items: flex-start; gap: 3px; }
.navbar-slogan { max-width: 285px; color: var(--hp-green-deep); font-size: .54rem; font-weight: 800; letter-spacing: .075em; line-height: 1.25; text-transform: uppercase; white-space: nowrap; }
.brand-fallback:hover { color: var(--hp-ink); }
.navbar-brand .custom-logo-link, .footer-brand .custom-logo-link { display: block; }
.navbar-brand .custom-logo { width: auto; max-width: 205px; max-height: 62px; }
.footer-brand .custom-logo { width: auto; max-width: 205px; max-height: 68px; filter: brightness(0) invert(1); }
.brand-mark { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--hp-white); background: var(--hp-green-deep); border-radius: 50% 50% 50% 18%; }
.brand-mark .hp-icon { width: 27px; height: 27px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--hp-green-deep); font-size: 1.22rem; font-weight: 850; letter-spacing: .02em; }
.brand-copy small { margin-top: 6px; color: var(--hp-muted); font-size: .6rem; font-weight: 750; letter-spacing: .16em; }
.navbar-nav { gap: 2px; }
.navbar-nav > .menu-item { position: relative; }
.navbar-nav > .menu-item > a { display: flex; min-height: 44px; align-items: center; padding: 8px 13px; color: var(--hp-ink); font-size: .9rem; font-weight: 650; border-radius: 8px; }
.navbar-nav > .current-menu-item > a, .navbar-nav > .current-menu-ancestor > a, .navbar-nav > .menu-item > a:hover { color: var(--hp-green-deep); background: var(--hp-mint); }
.navbar-nav .sub-menu {
  position: absolute; visibility: hidden; top: calc(100% + 10px); left: 0; min-width: 235px; padding: 10px; margin: 0;
  list-style: none; opacity: 0; background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: 12px; box-shadow: var(--hp-shadow); transform: translateY(7px); transition: all .2s ease;
}
.navbar-nav .menu-item-has-children:hover > .sub-menu, .navbar-nav .menu-item-has-children:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.navbar-nav .sub-menu a { display: block; padding: 9px 11px; color: var(--hp-ink); font-size: .88rem; border-radius: 7px; }
.navbar-nav .sub-menu a:hover { color: var(--hp-green-deep); background: var(--hp-mint); }
.icon-button { display: inline-flex; width: 44px; height: 44px; padding: 0; align-items: center; justify-content: center; color: var(--hp-ink); background: transparent; border: 1px solid var(--hp-line); border-radius: 10px; }
.icon-button:hover { color: var(--hp-white); background: var(--hp-green-deep); border-color: var(--hp-green-deep); }
.navbar-toggler:focus { box-shadow: none; }
.hp-mobile-menu { --bs-offcanvas-width: min(88vw, 380px); }
.hp-mobile-menu .offcanvas-header { padding: 22px; border-bottom: 1px solid var(--hp-line); }
.hp-mobile-menu .offcanvas-body { padding: 16px 22px 30px; }
.mobile-nav, .mobile-nav .sub-menu { padding: 0; margin: 0; list-style: none; }
.mobile-nav > li { border-bottom: 1px solid var(--hp-line); }
.mobile-nav a { display: block; padding: 13px 2px; color: var(--hp-ink); font-weight: 650; }
.mobile-nav .sub-menu { display: none; padding: 0 0 10px 15px; }
.mobile-nav .sub-menu.is-open { display: block; }
.mobile-nav .sub-menu a { padding: 8px 0; color: var(--hp-muted); font-size: .92rem; }
.mobile-nav .menu-item-has-children { position: relative; }
.submenu-toggle { position: absolute; top: 7px; right: 0; width: 38px; height: 38px; color: var(--hp-green-deep); background: var(--hp-mint); border: 0; border-radius: 8px; }
.submenu-toggle .hp-icon { transition: transform .2s ease; }
.submenu-toggle[aria-expanded="true"] .hp-icon { transform: rotate(180deg); }
.mobile-menu-contact { display: grid; gap: 12px; }
.mobile-menu-contact > a:not(.btn) { display: flex; align-items: center; gap: 8px; color: var(--hp-muted); font-size: .9rem; }
.hp-search-modal .modal-content { padding: 12px; border: 0; border-radius: var(--hp-radius); box-shadow: var(--hp-shadow); }
.search-form .form-control { min-height: 50px; padding: 11px 14px; border-color: var(--hp-line); }
.search-form .btn { min-width: 52px; }

/* Hero */
.hp-hero { position: relative; min-height: min(690px, calc(100vh - 124px)); color: var(--hp-white); background: var(--hp-dark-surface); isolation: isolate; overflow: hidden; }
.hp-hero .carousel, .hp-hero .carousel-inner, .hp-hero .carousel-item, .hero-media { position: absolute; inset: 0; height: 100%; }
.hp-hero .carousel { z-index: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-placeholder { position: absolute; inset: 0; background: radial-gradient(circle at 78% 42%, #39a962 0, #187344 29%, #0b4729 60%, #082f20 100%); overflow: hidden; }
.hero-placeholder::before { position: absolute; right: -8%; bottom: -34%; width: 70%; height: 90%; content: ""; background: rgba(255,255,255,.05); border-radius: 50%; transform: rotate(-15deg); }
.eco-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { top: 12%; right: 4%; width: 520px; height: 520px; }
.orbit-two { top: 25%; right: 14%; width: 320px; height: 320px; }
.eco-leaf { position: absolute; top: 26%; right: 16%; color: rgba(255,255,255,.22); transform: rotate(-12deg); }
.eco-leaf .hp-icon { width: 260px; height: 260px; stroke-width: .7; }
.hero-visual-identity { position: absolute; z-index: 3; top: 48%; right: max(4vw, calc((100vw - 1320px) / 2)); width: 390px; padding: 32px 34px; color: var(--hp-white); border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(4,43,27,.18), rgba(255,255,255,.035)); backdrop-filter: blur(2px); pointer-events: none; transform: translateY(-50%); }
.hero-visual-identity::before, .hero-visual-identity::after { position: absolute; width: 54px; height: 54px; content: ""; }
.hero-visual-identity::before { top: -1px; left: -1px; border-top: 4px solid var(--hp-lime); border-left: 4px solid var(--hp-lime); }
.hero-visual-identity::after { right: -1px; bottom: -1px; border-right: 4px solid rgba(255,255,255,.65); border-bottom: 4px solid rgba(255,255,255,.65); }
.hero-visual-identity > span { display: block; margin-bottom: 12px; color: #d7f0df; font-size: .73rem; font-weight: 800; letter-spacing: .2em; }
.hero-visual-identity > strong { display: block; color: rgba(255,255,255,.055); font-size: clamp(3.6rem, 4.7vw, 5.2rem); font-weight: 900; line-height: .82; letter-spacing: -.075em; -webkit-text-stroke: 1px rgba(255,255,255,.48); }
.hero-visual-identity > strong i { display: block; font-style: normal; }
.hero-visual-identity ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 27px 0 0; list-style: none; }
.hero-visual-identity li { padding: 7px 12px; color: #e7f5eb; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; font-size: .72rem; font-weight: 650; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,31,20,.96) 0%, rgba(6,48,29,.86) 42%, rgba(7,50,30,.25) 77%); }
.hp-webgl-scene { position: absolute; z-index: 2; top: 0; right: 0; width: 57%; height: 100%; opacity: 0; pointer-events: none; transition: opacity .8s ease; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%); mask-image: linear-gradient(90deg, transparent 0%, #000 22%); }
.hp-webgl-scene.is-ready { opacity: .92; }
.hp-webgl-scene.is-unavailable { display: none; }
.hp-webgl-canvas { display: block; width: 100%; height: 100%; }
.hero-content-wrap { position: relative; z-index: 4; display: flex; min-height: min(690px, calc(100vh - 124px)); align-items: center; padding-top: 45px; padding-bottom: 70px; pointer-events: none; }
.hero-content { max-width: 735px; pointer-events: auto; }
.hero-content h1 { max-width: 735px; margin-bottom: 26px; color: var(--hp-white); font-size: clamp(3.15rem, 5.15vw, 5.15rem); font-weight: 800; line-height: .99; letter-spacing: -.06em; text-wrap: balance; }
.motion-word { display: inline-block; padding-bottom: .08em; margin-bottom: -.08em; overflow: hidden; vertical-align: top; }
.motion-word-inner { display: inline-block; }
.hero-title-accent { color: var(--hp-motion-accent, #cbea5b); text-shadow: 0 0 28px rgba(203,234,91,.12); }
.hero-description { max-width: 690px; margin-bottom: 34px; color: #d8e9df; font-size: clamp(1rem, 1.5vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .btn-primary { --bs-btn-bg: var(--hp-green-bright); --bs-btn-border-color: var(--hp-green-bright); --bs-btn-hover-bg: #17883b; }
.hero-actions .btn-outline-light:hover { color: var(--hp-green-deep); }
.hp-hero .carousel-indicators { z-index: 5; bottom: 38px; justify-content: flex-start; max-width: 1320px; padding: 0 12px; margin-right: auto; margin-left: auto; }
.hp-hero .carousel-indicators [data-bs-target] { width: 42px; height: 4px; margin: 0 5px 0 0; border: 0; border-radius: 4px; }
.hero-trust { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; pointer-events: none; }
.hero-trust-card { display: flex; float: right; align-items: center; gap: 15px; padding: 18px 25px; color: var(--hp-ink); background: var(--hp-white); border-radius: 18px 18px 0 0; box-shadow: var(--hp-shadow); }
.hero-trust-card > span { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; color: var(--hp-white); background: var(--hp-green-bright); border-radius: 50%; }
.hero-trust-card p { display: flex; flex-direction: column; min-width: 165px; margin: 0; line-height: 1.4; }
.hero-trust-card strong { font-size: .9rem; }
.hero-trust-card small { color: var(--hp-muted); font-size: .74rem; }

/* About, fields, cards */
.about-visual { position: relative; min-height: 580px; padding: 0 55px 55px 0; }
.about-visual > img, .about-placeholder { width: 100%; height: 100%; min-height: 525px; object-fit: cover; border-radius: 0 var(--hp-radius-lg) var(--hp-radius-lg) var(--hp-radius-lg); box-shadow: var(--hp-shadow); }
.about-placeholder { position: relative; background: linear-gradient(145deg, #d9efe2, #7dc69a); overflow: hidden; }
.about-placeholder::after { position: absolute; right: -25%; bottom: -45%; width: 85%; height: 85%; content: ""; background: rgba(255,255,255,.23); border-radius: 50%; }
.about-symbol { position: absolute; top: 50%; left: 50%; color: var(--hp-green-deep); transform: translate(-50%,-50%); }
.about-symbol .hp-icon { width: 240px; height: 240px; opacity: .32; stroke-width: .8; }
.about-leaf { position: absolute; color: rgba(20,107,58,.25); }
.about-leaf .hp-icon { width: 90px; height: 90px; }
.about-leaf-one { top: 13%; left: 12%; transform: rotate(-24deg); }
.about-leaf-two { right: 9%; bottom: 12%; transform: rotate(35deg); }
.about-badge { position: absolute; right: 0; bottom: 0; display: flex; width: 178px; height: 178px; flex-direction: column; align-items: center; justify-content: center; color: var(--hp-white); background: var(--hp-green-deep); border: 9px solid var(--hp-white); border-radius: 50%; text-align: center; box-shadow: var(--hp-shadow); }
.about-badge strong { font-size: 2.5rem; line-height: 1; }
.about-badge span { width: 100px; margin-top: 8px; font-size: .79rem; line-height: 1.35; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 0 0 31px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; }
.check-list .hp-icon { width: 22px; height: 22px; padding: 3px; color: var(--hp-white); background: var(--hp-green-bright); border-radius: 50%; }
.field-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); overflow: hidden; box-shadow: var(--hp-shadow-sm); }
.field-card { position: relative; min-height: 250px; padding: 34px; color: var(--hp-ink); background: var(--hp-white); border-right: 1px solid var(--hp-line); border-bottom: 1px solid var(--hp-line); }
.field-card:nth-child(3n) { border-right: 0; }
.field-card:nth-last-child(-n+3) { border-bottom: 0; }
.field-card::after { position: absolute; right: 26px; bottom: 28px; width: 28px; height: 2px; content: ""; background: var(--hp-green-bright); transition: width .25s ease; }
.field-card:hover { z-index: 1; color: var(--hp-ink); background: var(--hp-mint); }
.field-card:hover::after { width: 55px; }
.field-card > span { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; color: var(--hp-green-deep); background: var(--hp-mint); border-radius: 14px; }
.field-card h3 { margin: 20px 0 10px; }
.field-card p { max-width: 290px; margin: 0; color: var(--hp-muted); font-size: .92rem; }
.hp-overview-section { position: relative; z-index: 4; padding: 86px 0 96px; background: var(--hp-white); }
.hp-overview-section::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(34,164,71,.32), transparent); }
.overview-heading { margin-bottom: 39px; }
.hp-overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hp-overview-card { position: relative; display: flex; min-height: 285px; flex-direction: column; padding: 31px; color: var(--hp-ink); background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: 4px; overflow: hidden; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.hp-overview-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; content: ""; background: var(--hp-green-bright); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.hp-overview-card:hover { color: var(--hp-ink); border-color: transparent; box-shadow: var(--hp-shadow); transform: translateY(-5px); }
.hp-overview-card:hover::before { transform: scaleX(1); }
.overview-card-icon { display: flex; width: 54px; height: 54px; align-items: center; justify-content: center; color: var(--hp-green-deep); background: var(--hp-mint); border-radius: 50%; }
.overview-card-icon .hp-icon { width: 27px; height: 27px; }
.overview-card-label { margin-top: 20px; color: var(--hp-green-deep); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hp-overview-card h3 { margin: 9px 0 10px; font-size: 1.25rem; }
.hp-overview-card p { min-height: 52px; margin-bottom: 20px; color: var(--hp-muted); font-size: .9rem; }
.overview-card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--hp-green-deep); font-size: .86rem; font-weight: 750; }
.overview-card-link .hp-icon { transition: transform .2s ease; }
.hp-overview-card:hover .overview-card-link .hp-icon { transform: translateX(4px); }
.hp-card { position: relative; background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.hp-card:hover { border-color: transparent; box-shadow: var(--hp-shadow); transform: translateY(-6px); }
.reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease, box-shadow .25s ease, border-color .25s ease; }
.reveal-item.is-revealed { opacity: 1; transform: translateY(0); }
.reveal-item.is-revealed:hover { transform: translateY(-6px); }
.hp-card-media { display: block; height: 230px; background: var(--hp-mint); overflow: hidden; }
.hp-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hp-card:hover .hp-card-media img { transform: scale(1.045); }
.hp-card-body { position: relative; padding: 27px; }
.hp-card-title { margin: 0 0 12px; font-size: 1.22rem; }
.hp-card-title a { color: var(--hp-ink); }
.hp-card-title a:hover { color: var(--hp-green-deep); }
.hp-card-body > p { min-height: 52px; margin-bottom: 20px; color: var(--hp-muted); font-size: .91rem; }
.service-icon { position: absolute; top: -28px; right: 25px; display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; color: var(--hp-white); background: var(--hp-green-deep); border: 5px solid var(--hp-white); border-radius: 16px; box-shadow: 0 7px 18px rgba(20,107,58,.2); }
.service-icon .hp-icon { width: 27px; height: 27px; }
.hp-service-card .hp-card-title { padding-right: 52px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 12px; color: var(--hp-muted); font-size: .76rem; font-weight: 650; }
.post-meta span { color: var(--hp-green-deep); }
.hp-project-card { background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.hp-project-card:hover { box-shadow: var(--hp-shadow); transform: translateY(-5px); }
.project-card-media { position: relative; display: block; height: 305px; background: var(--hp-mint); overflow: hidden; }
.project-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hp-project-card:hover img { transform: scale(1.05); }
.project-overlay { position: absolute; right: 19px; bottom: 19px; display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--hp-white); background: var(--hp-green-deep); border-radius: 50%; opacity: 0; transform: translateY(9px); transition: all .25s ease; }
.hp-project-card:hover .project-overlay { opacity: 1; transform: none; }
.project-card-body { padding: 23px 25px 25px; }
.card-eyebrow { margin-bottom: 8px; color: var(--hp-green-deep); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-location { display: flex; align-items: center; gap: 7px; margin: 14px 0 0; color: var(--hp-muted); font-size: .85rem; }

/* Why, statistics and partners */
.hp-why-section { position: relative; color: #d7e9de; background: linear-gradient(125deg, #082f20, #115c36); overflow: hidden; }
.hp-why-section::after { position: absolute; top: -50%; right: -15%; width: 60%; height: 160%; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hp-why-section .container-xl { position: relative; z-index: 1; }
.hp-why-section h2, .hp-why-section h3 { color: var(--hp-white); }
.hp-why-section .section-heading > p:not(.section-eyebrow) { color: #b9d2c3; }
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); border-radius: var(--hp-radius); overflow: hidden; }
.why-item { min-height: 230px; padding: 30px; background: rgba(4,43,27,.8); }
.why-item > strong { color: var(--hp-lime); font-size: .76rem; letter-spacing: .12em; }
.why-item h3 { margin: 32px 0 10px; }
.why-item p { color: #b9d2c3; font-size: .9rem; }
.hp-stats-section { padding: 52px 0; background: var(--hp-green-bright); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { display: flex; min-height: 110px; flex-direction: column; align-items: center; justify-content: center; color: var(--hp-white); text-align: center; border-right: 1px solid rgba(255,255,255,.3); }
.stat-item:last-child { border-right: 0; }
.stat-item strong { color: var(--hp-white); font-size: clamp(2.1rem,4vw,3.3rem); font-weight: 800; line-height: 1; }
.stat-item span { margin-top: 11px; font-size: .84rem; font-weight: 650; }
.hp-partner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 25px 38px; }
.hp-partner-card { display: flex; min-height: 122px; align-items: center; justify-content: center; padding: 24px; color: var(--hp-ink); background: var(--hp-white); border: 1px solid #e3e5e4; border-radius: 0; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.hp-partner-card:hover { color: var(--hp-ink); border-color: var(--hp-green-bright); box-shadow: 0 12px 28px rgba(20,107,58,.12); transform: translateY(-3px); }
.hp-partner-logo { width: auto; max-width: 100%; height: auto; max-height: 66px; object-fit: contain; }
.hp-partner-wordmark { color: #55635b; font-size: 1.25rem; font-weight: 800; letter-spacing: .015em; text-align: center; }
.hp-partner-card:nth-child(1) .hp-partner-wordmark, .hp-partner-card:nth-child(3) .hp-partner-wordmark { color: var(--hp-green-deep); }
.hp-partner-card:nth-child(4) .hp-partner-wordmark, .hp-partner-card:nth-child(8) .hp-partner-wordmark { color: var(--hp-green-bright); }
.partner-widgets { display: flex; align-items: center; justify-content: center; gap: 25px; }
.partner-widgets .widget { margin: 0; }

/* CTA and footer */
.hp-cta-section { padding: 90px 0; color: #d8e9df; background: var(--hp-white); }
.hp-cta-inner { position: relative; display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: center; padding: 62px 70px; background: linear-gradient(120deg, #0c4f2b, #178149); border-radius: var(--hp-radius-lg); overflow: hidden; box-shadow: var(--hp-shadow); }
.hp-cta-inner h2 { margin-bottom: 15px; color: var(--hp-white); }
.hp-cta-inner p { max-width: 690px; color: #d2e7da; }
.cta-pattern { position: absolute; right: -80px; bottom: -100px; color: rgba(255,255,255,.08); transform: rotate(-20deg); }
.cta-pattern .hp-icon { width: 360px; height: 360px; stroke-width: .7; }
.cta-copy, .cta-actions { position: relative; z-index: 1; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.cta-phone { display: flex; align-items: center; gap: 12px; color: var(--hp-white); }
.cta-phone:hover { color: var(--hp-lime); }
.cta-phone > .hp-icon { width: 38px; height: 38px; padding: 9px; background: rgba(255,255,255,.13); border-radius: 50%; }
.cta-phone span { display: flex; flex-direction: column; }
.cta-phone small { color: #b9d5c4; font-size: .72rem; }
.cta-phone strong { font-size: 1.05rem; }
.site-footer { color: #bbd0c2; background: #082d1e; }
.footer-main { padding: 82px 0 62px; }
.footer-brand { margin-bottom: 25px; color: var(--hp-white); }
.footer-brand .brand-mark { background: var(--hp-green-bright); }
.footer-brand .brand-copy strong { color: var(--hp-white); }
.footer-brand .brand-copy small { color: #b5cabd; }
.footer-slogan { max-width: 410px; margin: -9px 0 15px; color: var(--hp-lime); font-size: .71rem; font-weight: 800; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.footer-about { max-width: 410px; margin-bottom: 24px; color: #aebfb4; font-size: .88rem; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; color: var(--hp-white); background: rgba(255,255,255,.08); border-radius: 9px; font-size: .83rem; font-weight: 750; }
.footer-social a:hover { background: var(--hp-green-bright); }
.footer-title { margin-bottom: 23px; color: var(--hp-white); font-size: .98rem; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: #adbfB4; font-size: .86rem; }
.footer-links a:hover { color: var(--hp-white); padding-left: 4px; }
.footer-contact { display: grid; gap: 15px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 11px; color: #adbfB4; font-size: .86rem; }
.footer-contact .hp-icon { width: 18px; height: 18px; margin-top: 3px; color: var(--hp-lime); }
.footer-contact a { color: #d2e1d7; }
.footer-bottom { padding: 20px 0; color: #91a69a; background: #062417; border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
.policy-menu a { color: #aebfb4; }
.floating-actions { position: fixed; z-index: 1020; right: 18px; bottom: 88px; display: grid; gap: 9px; }
.floating-action { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--hp-white); background: var(--hp-green-deep); border-radius: 50%; box-shadow: 0 7px 20px rgba(0,0,0,.2); }
.floating-action:hover { color: var(--hp-white); transform: translateY(-2px); }
.floating-action span { position: absolute; visibility: hidden; right: calc(100% + 9px); padding: 5px 9px; color: var(--hp-white); background: var(--hp-ink); border-radius: 6px; opacity: 0; white-space: nowrap; font-size: .72rem; transition: opacity .2s ease; }
.floating-action:hover span { visibility: visible; opacity: 1; }
.floating-zalo { background: #087ee5; }
.floating-facebook { background: #1877f2; }
.back-to-top { position: fixed; z-index: 1020; right: 18px; bottom: 24px; visibility: hidden; width: 45px; height: 45px; color: var(--hp-white); background: var(--hp-ink); border: 0; border-radius: 50%; opacity: 0; box-shadow: var(--hp-shadow-sm); transform: translateY(10px); transition: all .2s ease; }
.back-to-top.is-visible { visibility: visible; opacity: 1; transform: none; }
.back-to-top:hover { background: var(--hp-green-bright); }

.about-slogan-section { padding: 44px 0; background: linear-gradient(112deg, var(--hp-green-dark), var(--hp-green-deep)); }
.about-slogan-section p { margin: 0; color: var(--hp-white); font-size: clamp(1.08rem, 2.2vw, 1.72rem); font-weight: 800; letter-spacing: .09em; line-height: 1.45; text-align: center; text-transform: uppercase; }
.about-slogan-section p::before, .about-slogan-section p::after { display: inline-block; width: 34px; height: 2px; margin: 0 18px .28em; content: ""; background: var(--hp-lime); }

/* Inner pages and breadcrumbs */
.page-hero { position: relative; padding: 70px 0 74px; color: #d3e6d9; background: linear-gradient(112deg, #0b4228, #126b3d); overflow: hidden; }
.page-hero h1 { max-width: 910px; margin: 18px 0 13px; color: var(--hp-white); font-size: clamp(2.15rem,4vw,3.65rem); }
.page-hero p { max-width: 730px; color: #c1d8ca; }
.page-hero-pattern { position: absolute; top: -90px; right: 4%; color: rgba(255,255,255,.07); transform: rotate(-22deg); }
.page-hero-pattern .hp-icon { width: 340px; height: 340px; stroke-width: .7; }
.hp-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; list-style: none; font-size: .78rem; }
.hp-breadcrumb li { display: flex; align-items: center; color: inherit; opacity: .8; }
.hp-breadcrumb li:not(:last-child)::after { margin-left: 6px; content: "/"; opacity: .5; }
.hp-breadcrumb a { color: inherit; }
.hp-breadcrumb a:hover { color: var(--hp-lime); }
.entry-content { color: #344039; }
.entry-content > * { margin-bottom: 1.45rem; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content h2 { margin-top: 2.2rem; font-size: clamp(1.55rem,2.5vw,2.15rem); }
.entry-content h3 { margin-top: 1.8rem; }
.entry-content ul, .entry-content ol { padding-left: 1.3rem; }
.entry-content li { margin-bottom: .5rem; }
.entry-content blockquote { padding: 24px 27px; color: var(--hp-green-dark); background: var(--hp-mint); border-left: 4px solid var(--hp-green-bright); border-radius: 0 12px 12px 0; }
.entry-content a { text-decoration: underline; text-decoration-color: rgba(34,164,71,.3); text-underline-offset: 3px; }
.entry-content img { border-radius: var(--hp-radius-sm); }
.page-featured-image, .single-featured { margin-bottom: 45px; overflow: hidden; border-radius: var(--hp-radius); }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 55px; align-items: start; }
.entry-list { display: grid; gap: 26px; }
.content-entry { display: grid; grid-template-columns: 250px minmax(0,1fr); background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); overflow: hidden; }
.content-entry-image img { width: 100%; height: 100%; min-height: 215px; object-fit: cover; }
.content-entry-body { padding: 26px; }
.content-entry-body > p:not(.entry-meta) { color: var(--hp-muted); }
.entry-meta { margin-bottom: 7px; color: var(--hp-green-deep); font-size: .76rem; font-weight: 750; }
.site-sidebar { display: grid; gap: 22px; }
.sidebar-block, .widget { padding: 25px; background: var(--hp-surface); border: 1px solid var(--hp-line); border-radius: var(--hp-radius-sm); }
.sidebar-block h2, .widget-title { margin-bottom: 18px; }
.sidebar-list { padding: 0; margin: 0; list-style: none; }
.sidebar-list li { display: flex; justify-content: space-between; padding: 9px 0; color: var(--hp-muted); border-bottom: 1px solid var(--hp-line); font-size: .86rem; }
.sidebar-list li:last-child { border-bottom: 0; }
.sidebar-list a { color: var(--hp-ink); }
.pagination { margin-top: 50px; gap: 6px; }
.page-link { display: flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--hp-ink); border: 1px solid var(--hp-line); border-radius: 9px !important; }
.active > .page-link, .page-link.current { color: var(--hp-white); background: var(--hp-green-deep); border-color: var(--hp-green-deep); }
.page-link:hover { color: var(--hp-white); background: var(--hp-green-bright); border-color: var(--hp-green-bright); }
.archive-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; }
.filter-button { display: inline-flex; min-height: 43px; align-items: center; padding: 8px 17px; color: var(--hp-muted); background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: 40px; font-size: .85rem; font-weight: 650; }
.filter-button:hover, .filter-button.active { color: var(--hp-white); background: var(--hp-green-deep); border-color: var(--hp-green-deep); }

/* Blog and single article */
.featured-news { background: var(--hp-surface); border-radius: var(--hp-radius-lg); overflow: hidden; }
.featured-news-media { min-height: 430px; }
.featured-news-media > img { width: 100%; height: 100%; object-fit: cover; }
.featured-news-copy { display: flex; min-height: 430px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 45px; }
.featured-news-copy h2 { font-size: clamp(1.6rem,2.5vw,2.35rem); }
.featured-news-copy h2 a { color: var(--hp-ink); }
.single-post-header { padding: 72px 0 50px; background: var(--hp-surface); }
.single-post-header .hp-breadcrumb { margin-bottom: 42px; color: var(--hp-muted); }
.single-post-header h1 { margin-bottom: 22px; font-size: clamp(2.15rem,4.5vw,3.75rem); }
.single-meta { display: flex; flex-wrap: wrap; gap: 25px; color: var(--hp-muted); font-size: .82rem; }
.single-meta span:not(:last-child)::after { margin-left: 25px; content: "•"; color: var(--hp-green-bright); }
.single-main { padding: 0 0 100px; }
.single-featured { margin-top: -1px; }
.single-featured img { width: 100%; max-height: 580px; object-fit: cover; }
.single-article .entry-content { max-width: 800px; margin: 50px auto; font-size: 1.03rem; }
.share-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; max-width: 800px; padding: 22px 0; margin: 0 auto; border-top: 1px solid var(--hp-line); border-bottom: 1px solid var(--hp-line); }
.share-row strong { margin-right: 7px; }
.share-row a, .copy-link-button { padding: 6px 11px; color: var(--hp-green-deep); background: var(--hp-mint); border: 0; border-radius: 7px; font-size: .78rem; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; max-width: 800px; gap: 20px; padding: 35px 0; margin: 0 auto; }
.post-navigation > div:last-child { text-align: right; }
.post-navigation small { display: block; color: var(--hp-muted); font-size: .72rem; }
.post-navigation a { color: var(--hp-ink); font-weight: 700; }
.related-section { margin-top: 65px; }
.related-section > h2 { margin-bottom: 30px; font-size: 1.7rem; }
.comments-area { max-width: 800px; padding-top: 45px; margin: 0 auto; }
.comment-list { padding: 0; list-style: none; }
.comment-body { padding: 20px; margin-bottom: 15px; background: var(--hp-surface); border-radius: 12px; }

/* Details, galleries, jobs */
.detail-hero, .project-detail-header { padding: 40px 0 75px; color: #d6e9dd; background: linear-gradient(125deg, #082f20, #146b3a); }
.detail-hero .hp-breadcrumb, .project-detail-header .hp-breadcrumb { margin-bottom: 50px; }
.detail-hero h1, .project-detail-header h1 { margin-bottom: 20px; color: var(--hp-white); font-size: clamp(2.3rem,4.8vw,4.2rem); }
.detail-hero-copy > p:not(.section-eyebrow), .project-detail-header > .container-xl > p:last-child { max-width: 700px; margin-bottom: 28px; color: #c7ddd0; }
.detail-icon { display: flex; width: 65px; height: 65px; align-items: center; justify-content: center; margin-bottom: 25px; color: var(--hp-green-deep); background: var(--hp-white); border-radius: 17px; }
.detail-icon .hp-icon { width: 32px; height: 32px; }
.detail-hero-media { height: 440px; }
.detail-hero-media img, .detail-hero-media .image-placeholder { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: var(--hp-radius); }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 65px; align-items: start; }
.detail-content section { margin-top: 52px; }
.detail-content section h2, .detail-block h2 { margin-bottom: 25px; font-size: clamp(1.55rem,2.7vw,2.1rem); }
.benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.benefit-grid > div { display: flex; align-items: center; gap: 10px; padding: 17px; color: var(--hp-green-dark); background: var(--hp-mint); border-radius: 10px; font-weight: 650; }
.benefit-grid .hp-icon { width: 21px; height: 21px; padding: 3px; color: var(--hp-white); background: var(--hp-green-bright); border-radius: 50%; }
.process-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 0; list-style: none; }
.process-list li { display: flex; min-height: 120px; gap: 15px; padding: 22px; border: 1px solid var(--hp-line); border-radius: 13px; }
.process-list li > span { color: var(--hp-green-bright); font-size: 1.4rem; font-weight: 800; }
.process-list p { margin: 3px 0 0; color: var(--hp-ink); font-weight: 650; }
.sticky-card { position: sticky; top: calc(var(--hp-header-height) + 25px); padding: 29px; background: var(--hp-surface); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); }
.sticky-card p { margin-bottom: 22px; color: var(--hp-muted); font-size: .9rem; }
.hp-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.hp-lightbox-item { display: block; height: 190px; background: var(--hp-mint); border-radius: 12px; overflow: hidden; }
.hp-lightbox-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hp-lightbox-item:hover img { transform: scale(1.05); }
.hp-lightbox-overlay { position: fixed; z-index: 2000; inset: 0; display: flex; align-items: center; justify-content: center; padding: 30px; background: rgba(4,22,14,.94); opacity: 0; transition: opacity .2s ease; }
.hp-lightbox-overlay.is-open { opacity: 1; }
.hp-lightbox-overlay img { max-width: 94vw; max-height: 88vh; object-fit: contain; border-radius: 7px; }
.hp-lightbox-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; color: var(--hp-white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 1.5rem; }
.project-detail-header { padding-bottom: 145px; }
.project-detail-main { padding-bottom: 100px; }
.project-featured { height: 620px; margin-top: -95px; background: var(--hp-mint); border: 10px solid var(--hp-white); border-radius: var(--hp-radius-lg); overflow: hidden; box-shadow: var(--hp-shadow); }
.project-featured img { width: 100%; height: 100%; object-fit: cover; }
.project-facts, .job-facts { display: grid; grid-template-columns: repeat(4,1fr); margin: 40px 0 65px; border: 1px solid var(--hp-line); border-radius: var(--hp-radius); overflow: hidden; }
.project-facts > div, .job-facts > div { display: flex; min-height: 110px; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid var(--hp-line); }
.project-facts > div:last-child, .job-facts > div:last-child { border-right: 0; }
.project-facts small, .job-facts small { margin-bottom: 6px; color: var(--hp-muted); font-size: .72rem; }
.project-facts strong, .job-facts strong { color: var(--hp-ink); font-size: .94rem; }
.project-result { display: flex; gap: 20px; padding: 30px; margin-top: 45px; background: var(--hp-mint); border-radius: var(--hp-radius); }
.project-result > span { display: flex; width: 48px; height: 48px; flex: 0 0 auto; align-items: center; justify-content: center; color: var(--hp-white); background: var(--hp-green-deep); border-radius: 50%; }
.project-result h2 { margin: 0 0 10px; font-size: 1.5rem; }
.project-gallery { margin-top: 70px; }
.hp-gallery-large { grid-template-columns: repeat(4,1fr); }
.hp-gallery-large .hp-lightbox-item { height: 270px; }
.gallery-album-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.gallery-album-card { border-radius: var(--hp-radius); overflow: hidden; }
.gallery-album-card > a { position: relative; display: block; height: 380px; color: var(--hp-white); background: var(--hp-mint); overflow: hidden; }
.gallery-album-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-album-card:hover img { transform: scale(1.045); }
.gallery-album-overlay { position: absolute; right: 0; bottom: 0; left: 0; display: flex; min-height: 120px; flex-direction: column; justify-content: flex-end; padding: 25px; background: linear-gradient(transparent,rgba(4,35,22,.9)); }
.gallery-album-overlay small { color: #cae0d2; font-size: .75rem; }
.gallery-album-overlay strong { font-size: 1.15rem; }
.job-list { display: grid; gap: 17px; }
.job-card { display: grid; grid-template-columns: minmax(0,1fr) 190px; gap: 30px; align-items: center; padding: 31px; background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); transition: box-shadow .2s ease, border-color .2s ease; }
.job-card:hover { border-color: transparent; box-shadow: var(--hp-shadow-sm); }
.job-card h2 a { color: var(--hp-ink); }
.job-card p { margin-bottom: 0; color: var(--hp-muted); font-size: .9rem; }
.job-meta { display: flex; flex-wrap: wrap; gap: 17px; margin: 12px 0; color: var(--hp-muted); font-size: .78rem; }
.job-meta span { display: inline-flex; align-items: center; gap: 5px; }
.job-card-action { display: flex; flex-direction: column; align-items: flex-end; gap: 13px; }
.job-card-action small { color: var(--hp-muted); font-size: .75rem; }
.job-facts { grid-template-columns: repeat(3,1fr); margin: 0 0 50px; }
.job-expired { display: inline-block; padding: 9px 13px; color: #7e2b2b; background: #fde8e8; border-radius: 8px; font-weight: 700; }
.apply-email { display: block; margin-top: 12px; text-align: center; font-size: .82rem; word-break: break-all; }

/* Forms, contact, about and utility pages */
.form-control, .form-select { min-height: 50px; padding: 11px 14px; color: var(--hp-ink); border-color: var(--hp-line); border-radius: 9px; }
textarea.form-control { min-height: 145px; }
.form-control:focus, .form-select:focus { border-color: var(--hp-green-bright); box-shadow: 0 0 0 .2rem rgba(34,164,71,.13); }
.form-label { margin-bottom: 6px; color: var(--hp-ink); font-size: .84rem; font-weight: 700; }
.contact-form-card { padding: 40px; background: var(--hp-surface); border: 1px solid var(--hp-line); border-radius: var(--hp-radius-lg); }
.contact-form-card > p { color: var(--hp-muted); font-size: .85rem; }
.form-privacy { margin-top: 12px; color: var(--hp-muted); font-size: .72rem; }
.hp-service-choice { padding: 0; margin: 4px 0 0; border: 0; }
.hp-service-choice legend { float: none; width: 100%; margin-bottom: 12px; }
.hp-service-options { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.hp-service-option { display: inline-flex; align-items: center; gap: 8px; color: var(--hp-ink); font-size: .9rem; cursor: pointer; }
.hp-service-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--hp-green-bright); }
.hp-service-choice .invalid-feedback { width: 100%; }
.hp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-info-list { display: grid; gap: 14px; }
.contact-info-list li { display: flex; gap: 14px; align-items: center; padding: 17px; border: 1px solid var(--hp-line); border-radius: 12px; }
.contact-info-list > li > span { display: flex; width: 42px; height: 42px; flex: 0 0 auto; align-items: center; justify-content: center; color: var(--hp-green-deep); background: var(--hp-mint); border-radius: 10px; }
.contact-info-list div { display: flex; flex-direction: column; line-height: 1.4; }
.contact-info-list small { margin-bottom: 4px; color: var(--hp-muted); font-size: .7rem; }
.contact-info-list strong, .contact-info-list a { color: var(--hp-ink); font-size: .9rem; font-weight: 650; }
.contact-map { height: 480px; margin-top: 80px; background: var(--hp-mint); }
.contact-map iframe { width: 100%; height: 100%; border: 0; }
.sticky-heading { position: sticky; top: calc(var(--hp-header-height) + 25px); }
.about-page-image { margin-top: 30px; border-radius: var(--hp-radius); overflow: hidden; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.value-grid article { min-height: 260px; padding: 29px; background: var(--hp-white); border: 1px solid var(--hp-line); border-radius: var(--hp-radius); }
.value-grid span { color: var(--hp-green-bright); font-size: .75rem; font-weight: 800; }
.value-grid h3 { margin: 55px 0 12px; }
.value-grid p { color: var(--hp-muted); font-size: .88rem; }
.error-404-page { display: flex; min-height: 72vh; align-items: center; padding: 80px 0; background: var(--hp-surface); }
.error-code { margin: 0; color: var(--hp-mint-strong); font-size: clamp(7rem,20vw,14rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.error-404-page .section-eyebrow { justify-content: center; margin-top: 35px; }
.error-404-page h1 { max-width: 700px; margin: 0 auto 15px; font-size: clamp(2rem,4vw,3.4rem); }
.error-404-page > .container-xl > p:not(.error-code,.section-eyebrow) { max-width: 570px; margin: 0 auto 25px; color: var(--hp-muted); }
.error-search { max-width: 530px; margin: 0 auto 22px; }
.no-results .empty-icon { display: flex; width: 78px; height: 78px; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--hp-green-deep); background: var(--hp-mint); border-radius: 50%; }
.no-results p { color: var(--hp-muted); }

/* Gutenberg alignment helpers */
.alignwide { width: min(1180px, calc(100vw - 40px)); max-width: none; margin-right: 50%; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-right: 50%; margin-left: 50%; transform: translateX(-50%); }
.wp-block-image figcaption { color: var(--hp-muted); font-size: .8rem; text-align: center; }
.wp-block-button__link { color: var(--hp-white); background: var(--hp-green-deep); border-radius: 9px; }
.wp-block-table table { border-color: var(--hp-line); }
.wp-block-table td, .wp-block-table th { padding: 12px; border-color: var(--hp-line); }

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