/* Fakhruddin Holdings — corporate redesign (QAMCO-inspired IR style) */
:root {
  --fh-navy: #13294b;
  --fh-navy-2: #1d3f77;
  --fh-petrol: #1f5aa8;
  --fh-gold: #2e7fd0;    /* logo bright blue (accent) */
  --fh-gold-2: #17457f;  /* logo deep blue (accent dark) */
  --fh-ink: #24313f;
  --fh-muted: #5f6f80;
  --fh-bg: #ffffff;
  --fh-bg-alt: #f3f6f9;
  --fh-line: #dfe6ed;
  --fh-radius: 4px;
  --fh-shadow: 0 14px 40px rgba(13, 34, 57, .12);
  --fh-font-head: "Marcellus", Georgia, serif;
  --fh-font-body: "Inter", -apple-system, Segoe UI, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--fh-font-body); color: var(--fh-ink); background: var(--fh-bg); line-height: 1.75; font-size: 16px; }
img { max-width: 100%; height: auto; }
a { color: var(--fh-petrol); }
h1, h2, h3, h4 { font-family: var(--fh-font-head); color: var(--fh-navy); line-height: 1.22; font-weight: 400; }
.fh-container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; background: var(--fh-navy); color: #fff; padding: 8px 14px; z-index: 999; }

/* Kicker — uppercase label above section titles */
.fh-kicker { display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: 4px; font-size: 12px; font-weight: 600; color: var(--fh-gold-2); }
.fh-kicker::before { content: ""; width: 38px; height: 1px; background: var(--fh-gold); }

/* Top utility bar */
.fh-topbar { display: none; }
.fh-topbar__inner { display: flex; justify-content: flex-end; gap: 26px; padding: 7px 28px; max-width: 1240px; margin: 0 auto; }
.fh-topbar a { color: #cfdce9; text-decoration: none; }
.fh-topbar a:hover { color: var(--fh-gold); }

/* Header */
.fh-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--fh-line); box-shadow: 0 2px 12px rgba(13,34,57,.05); }
.fh-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 100px; gap: 24px; }
.fh-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.fh-logo img { height: 176px; width: auto; max-height: none; display: block; padding: 6px 0; }
.fh-logo__mark { display: grid; place-items: center; width: 46px; height: 46px; background: var(--fh-navy); color: var(--fh-gold); font-family: var(--fh-font-head); font-size: 26px; }
.fh-logo__text { font-family: var(--fh-font-head); font-size: 21px; color: var(--fh-navy); letter-spacing: .5px; }
.fh-logo__text strong { color: var(--fh-gold-2); font-weight: 400; }
.fh-nav__list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.fh-nav__list a { display: block; padding: 30px 18px; text-decoration: none; color: var(--fh-ink); font-weight: 500; font-size: 14px; letter-spacing: .6px; text-transform: uppercase; border-bottom: 3px solid transparent; }
.fh-nav__list a:hover { color: var(--fh-navy); border-bottom-color: var(--fh-gold); }
.fh-nav__list .current-menu-item > a, .fh-nav__list .current_page_item > a { color: var(--fh-navy); border-bottom-color: var(--fh-gold); }
.fh-nav__list .fh-btn { padding: 12px 24px; border-bottom: 0; }
.fh-nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.fh-nav-toggle span { display: block; width: 26px; height: 2px; background: var(--fh-navy); margin: 6px 0; transition: .25s; }

/* Buttons */
.fh-btn { display: inline-block; background: var(--fh-gold); color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; letter-spacing: 1.2px; text-transform: uppercase; padding: 15px 34px; border-radius: var(--fh-radius); transition: .2s; }
.fh-btn:hover { background: var(--fh-gold-2); color: #fff; }
.fh-btn--ghost { background: transparent; border: 1px solid rgba(255,255,255,.6); color: #fff; }
.fh-btn--ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }
.fh-btn--small { padding: 10px 20px; }

/* Hero (home) — full-viewport photographic, dark overlay */
.fh-hero { position: relative; min-height: 86vh; display: flex; align-items: center; color: #fff; background: linear-gradient(rgba(9,24,41,.72), rgba(9,24,41,.72)), var(--fh-hero-img, linear-gradient(140deg, #0f2547, #1d3f77 55%, #2e5fa8)) center/cover no-repeat; }
.fh-hero__inner { max-width: 860px; padding: 120px 0; }
.fh-hero .fh-kicker { color: var(--fh-gold); }
.fh-hero h1 { color: #fff; font-size: clamp(42px, 6.5vw, 74px); margin: 18px 0 22px; letter-spacing: .5px; }
.fh-hero h1 em { color: var(--fh-gold); font-style: normal; }
.fh-hero__lead { font-size: 19px; color: #cfdce9; max-width: 640px; line-height: 1.8; }
.fh-hero__cta { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.fh-hero__scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: #cfdce9; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; }

/* Key figures band */
.fh-stats { background: var(--fh-navy); color: #fff; }
.fh-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1240px; margin: 0 auto; }
.fh-stat { padding: 44px 28px; text-align: center; border-left: 1px solid rgba(255,255,255,.09); }
.fh-stat:first-child { border-left: 0; }
.fh-stat__num { font-family: var(--fh-font-head); font-size: 44px; color: var(--fh-gold); line-height: 1; }
.fh-stat__label { margin-top: 10px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #a9bccf; }

/* Page hero */
.fh-page-hero { position: relative; background: linear-gradient(rgba(9,24,41,.78), rgba(9,24,41,.78)), linear-gradient(140deg, #0f2547, #1d3f77) center/cover; color: #fff; padding: 84px 0 64px; }
.fh-page-hero h1 { color: #fff; margin: 14px 0 0; font-size: clamp(30px, 4.5vw, 48px); }
.fh-breadcrumbs { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #8ba3ba; }
.fh-breadcrumbs a { color: #c3d2e0; text-decoration: none; }
.fh-breadcrumbs a:hover { color: var(--fh-gold); }
.fh-breadcrumbs .current { color: var(--fh-gold); }

/* Sections */
.fh-section { padding: 96px 0; }
.fh-section--alt { background: var(--fh-bg-alt); }
.fh-section--dark { background: var(--fh-navy); }
.fh-section--dark h2, .fh-section--dark h3 { color: #fff; }
.fh-section__head { max-width: 720px; margin-bottom: 48px; }
.fh-section__title { font-size: clamp(30px, 4vw, 40px); margin: 14px 0 0; }
.fh-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }

/* Cards — image overlay style */
.fh-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 2px; margin: 40px 0; }
.fh-card { position: relative; display: block; overflow: hidden; text-decoration: none; color: inherit; background: var(--fh-navy-2); min-height: 320px; }
.fh-card__img { position: absolute; inset: 0; }
.fh-card__img img { width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: .45s; }
.fh-card:hover .fh-card__img img { opacity: .38; transform: scale(1.05); }
.fh-card__body { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: 320px; padding: 26px; background: linear-gradient(to top, rgba(9,24,41,.88) 15%, rgba(9,24,41,.05) 60%); }
.fh-card__body h3 { color: #fff; margin: 0 0 8px; font-size: 21px; }
.fh-card__body p { margin: 0 0 12px; font-size: 14px; color: #c3d2e0; max-height: 0; opacity: 0; overflow: hidden; transition: .4s; }
.fh-card:hover .fh-card__body p { max-height: 130px; opacity: 1; }
.fh-card__more { color: var(--fh-gold); font-weight: 600; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }

/* Content */
.fh-content { padding: 64px 28px 96px; max-width: 1240px; margin: 0 auto; }
.fh-article { max-width: 880px; }
.fh-article h1 { font-size: 34px; }
.fh-article h2 { font-size: 27px; margin-top: 48px; position: relative; padding-bottom: 12px; }
.fh-article h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 2px; background: var(--fh-gold); }
.fh-article h3 { font-size: 21px; }
.fh-article img { margin: 12px 0; }
.fh-article ul { padding-left: 22px; }
.fh-article li { margin: 6px 0; }
.fh-article table { border-collapse: collapse; width: 100%; }
.fh-article td, .fh-article th { border: 1px solid var(--fh-line); padding: 10px 14px; }
.fh-news-list { list-style: none; margin: 28px 0; padding: 0; }
.fh-news-list li { padding: 18px 0; border-bottom: 1px solid var(--fh-line); }
.fh-section--dark .fh-news-list li { border-bottom-color: rgba(255,255,255,.12); }
.fh-news-list a { text-decoration: none; font-weight: 500; font-size: 16px; }
.fh-section--dark .fh-news-list a { color: #dbe6f1; }
.fh-news-list a:hover { color: var(--fh-gold-2); }
.fh-link-more { font-weight: 600; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; color: var(--fh-gold-2); }
.fh-home-body { padding-top: 0; }

/* CTA band */
.fh-cta { background: linear-gradient(rgba(13,34,57,.85), rgba(13,34,57,.85)), linear-gradient(120deg, #1d3f77, #2e5fa8); color: #fff; text-align: center; padding: 88px 28px; }
.fh-cta h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin: 0 0 14px; }
.fh-cta p { color: #c3d2e0; max-width: 560px; margin: 0 auto 30px; }

/* Footer */
.fh-footer { background: #0d1f3c; color: #9db1c4; }
.fh-footer h4 { color: #fff; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.fh-footer h4::after { content: ""; display: block; width: 34px; height: 2px; background: var(--fh-gold); margin-top: 10px; }
.fh-footer a { color: #c3d2e0; text-decoration: none; }
.fh-footer a:hover { color: var(--fh-gold); }
.fh-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 56px; padding: 72px 28px 52px; font-size: 14.5px; max-width: 1240px; margin: 0 auto; }
.fh-footer__links { list-style: none; margin: 0; padding: 0; }
.fh-footer__links li { padding: 5px 0; }
.fh-footer__bottom { border-top: 1px solid rgba(255,255,255,.09); }
.fh-footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 28px; font-size: 13px; flex-wrap: wrap; max-width: 1240px; margin: 0 auto; }
.fh-footer__bottom ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }

/* Enquiry form */
.fh-form-intro { max-width: 780px; font-size: 17px; }
.fh-form-wrap { background: var(--fh-bg-alt); border: 1px solid var(--fh-line); padding: 40px; max-width: 880px; margin: 36px 0 56px; }
.fh-form-wrap h2 { margin-top: 0; }
.fh-form label { display: block; font-size: 13px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--fh-navy); margin-bottom: 6px; }
.fh-form input[type="text"], .fh-form input[type="email"], .fh-form input[type="tel"], .fh-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--fh-line); border-radius: var(--fh-radius); font-family: var(--fh-font-body); font-size: 15px; background: #fff; color: var(--fh-ink); }
.fh-form input:focus, .fh-form textarea:focus { outline: 2px solid var(--fh-gold); border-color: var(--fh-gold); }
.fh-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }
.fh-form p { margin: 0 0 18px; }
.fh-captcha { background: #fff; border: 1px dashed var(--fh-gold); padding: 16px 18px; max-width: 420px; }
.fh-captcha label { text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 500; }
.fh-captcha strong { color: var(--fh-gold-2); font-size: 17px; }
.fh-captcha input { max-width: 120px; }
.fh-hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }
.fh-notice { padding: 14px 18px; margin-bottom: 22px; border-radius: var(--fh-radius); font-weight: 500; }
.fh-notice--ok { background: #e8f5ec; border: 1px solid #9fd4ae; color: #1e6b38; }
.fh-notice--err { background: #fdeeee; border: 1px solid #eab4b4; color: #8f2626; }
.fh-contact-locations h2 { margin-top: 24px; }

/* Responsive */
@media (max-width: 1000px) {
  .fh-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .fh-stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .fh-two-col, .fh-footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .fh-nav-toggle { display: block; }
  .fh-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--fh-line); box-shadow: var(--fh-shadow); }
  .fh-nav.is-open { display: block; }
  .fh-nav__list { flex-direction: column; align-items: stretch; padding: 8px 16px 20px; }
  .fh-nav__list a { padding: 14px 10px; border-bottom: 1px solid var(--fh-line); }
  .fh-hero { min-height: 70vh; }
  .fh-section { padding: 64px 0; }
  .fh-form__grid { grid-template-columns: 1fr; }
  .fh-form-wrap { padding: 24px; }
}

/* Our Brands nav dropdown */
.fh-has-dropdown { position: relative; }
.fh-caret { font-size: 10px; color: var(--fh-gold-2); }
.fh-dropdown { display: none; position: absolute; top: 100%; left: 0; min-width: 300px; background: #fff; border: 1px solid var(--fh-line); border-top: 3px solid var(--fh-gold); box-shadow: var(--fh-shadow); list-style: none; margin: 0; padding: 8px 0; z-index: 130; }
.fh-has-dropdown:hover .fh-dropdown, .fh-has-dropdown:focus-within .fh-dropdown { display: block; }
.fh-dropdown li a { display: flex; align-items: center; gap: 14px; padding: 10px 20px; text-transform: none; letter-spacing: 0; font-size: 14.5px; border-bottom: 0; }
.fh-dropdown li a:hover { background: var(--fh-bg-alt); border-bottom: 0; }
.fh-dropdown li a img { width: 40px; height: 30px; object-fit: contain; flex: none; }
.fh-dropdown__mono { display: grid; place-items: center; width: 40px; height: 30px; background: var(--fh-bg-alt); color: var(--fh-gold-2); font-family: var(--fh-font-head); font-size: 16px; flex: none; }
.fh-dropdown__more a { color: var(--fh-gold-2); font-weight: 600; }

/* Brands page — details always visible */
.fh-grid--detail .fh-card__body p { max-height: none; opacity: 1; }

@media (max-width: 1000px) {
  .fh-dropdown { display: block; position: static; box-shadow: none; border: 0; border-left: 2px solid var(--fh-gold); margin-left: 10px; padding: 0; }
}

/* Corporate video — aligned with page content width, blank margins at the sides */
.fh-video-hero { padding: 36px 0 8px; line-height: 0; }
.fh-video-hero video { width: 100%; aspect-ratio: 16 / 9; height: auto; max-height: calc(100vh - 200px); object-fit: cover; display: block; background: #000; border-radius: var(--fh-radius); box-shadow: var(--fh-shadow); }

/* Brand (company) page */
.fh-brand-summary { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start; }
.fh-brand-summary__logo { background: #fff; border: 1px solid var(--fh-line); border-radius: var(--fh-radius); padding: 28px; display: grid; place-items: center; position: sticky; top: 210px; }
.fh-brand-summary__logo img { max-width: 100%; height: auto; }
.fh-brand-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--fh-line); }
.fh-badge { display: inline-block; background: var(--fh-bg-alt); border: 1px dashed var(--fh-gold); color: var(--fh-gold-2); padding: 12px 22px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; border-radius: var(--fh-radius); }
.fh-share { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 14px; }
.fh-share__label { font-weight: 600; color: var(--fh-navy); text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; }
.fh-share a, .fh-share__copy { color: var(--fh-gold-2); text-decoration: none; font-weight: 500; background: none; border: 1px solid var(--fh-line); border-radius: 999px; padding: 7px 16px; cursor: pointer; font-family: var(--fh-font-body); font-size: 13.5px; transition: .2s; }
.fh-share a:hover, .fh-share__copy:hover { border-color: var(--fh-gold); background: var(--fh-bg-alt); }
@media (max-width: 900px) {
  .fh-brand-summary { grid-template-columns: 1fr; gap: 28px; }
  .fh-brand-summary__logo { position: static; max-width: 320px; }
}

/* Group CEO message (About Us) */
.fh-ceo { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: center; margin-top: 64px; background: var(--fh-bg-alt); border: 1px solid var(--fh-line); border-left: 4px solid var(--fh-gold); padding: 40px; }
.fh-ceo__photo img { width: 100%; height: auto; display: block; border-radius: var(--fh-radius); box-shadow: var(--fh-shadow); }
.fh-ceo__photo--empty { display: grid; place-items: center; aspect-ratio: 4/5; background: var(--fh-navy); color: var(--fh-gold); font-family: var(--fh-font-head); font-size: 72px; border-radius: var(--fh-radius); }
.fh-ceo__quote { margin: 0; }
.fh-ceo__quote p { font-family: var(--fh-font-head); font-size: clamp(19px, 2.2vw, 25px); line-height: 1.6; color: var(--fh-navy); margin: 0 0 24px; }
.fh-ceo__quote footer strong { display: block; font-family: var(--fh-font-body); font-size: 17px; color: var(--fh-navy); }
.fh-ceo__quote footer span { font-size: 13.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--fh-gold-2); font-weight: 600; }

/* Our Team grid (About Us, dynamic) */
.fh-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 32px 26px; margin: 40px 0 8px; }
.fh-team-card { text-align: center; }
.fh-team-card__photo { aspect-ratio: 4/5; overflow: hidden; border-radius: var(--fh-radius); background: var(--fh-bg-alt); border: 1px solid var(--fh-line); margin-bottom: 14px; }
.fh-team-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.fh-team-card:hover .fh-team-card__photo img { transform: scale(1.04); }
.fh-team-card__photo--empty { display: grid; place-items: center; color: var(--fh-gold-2); font-family: var(--fh-font-head); font-size: 56px; }
.fh-team-card h3 { margin: 0 0 4px; font-size: 18px; }
.fh-team-card p { margin: 0; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--fh-gold-2); font-weight: 600; }
@media (max-width: 900px) { .fh-ceo { grid-template-columns: 1fr; padding: 26px; } .fh-ceo__photo { max-width: 300px; } }

/* Board of Directors — large horizontal scroller */
.fh-board { display: flex; gap: 26px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 4px 22px; margin: 36px 0 8px; -webkit-overflow-scrolling: touch; scrollbar-color: var(--fh-gold) var(--fh-bg-alt); }
.fh-board::-webkit-scrollbar { height: 8px; }
.fh-board::-webkit-scrollbar-track { background: var(--fh-bg-alt); border-radius: 4px; }
.fh-board::-webkit-scrollbar-thumb { background: var(--fh-gold); border-radius: 4px; }
.fh-board__card { flex: 0 0 380px; scroll-snap-align: start; }
.fh-board__photo { height: 460px; overflow: hidden; border-radius: var(--fh-radius); background: var(--fh-bg-alt); border: 1px solid var(--fh-line); margin-bottom: 16px; }
.fh-board__photo img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.fh-board__card:hover .fh-board__photo img { transform: scale(1.03); }
.fh-board__photo--empty { display: grid; place-items: center; color: var(--fh-gold-2); font-family: var(--fh-font-head); font-size: 90px; }
.fh-board__card h3 { margin: 0 0 4px; font-size: 21px; }
.fh-board__card p { margin: 0; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--fh-gold-2); font-weight: 600; }
@media (max-width: 700px) { .fh-board__card { flex-basis: 78vw; } .fh-board__photo { height: 380px; } }

/* Images converted from links (albums, galleries, press releases) */
.fh-article .fh-img-link { display: inline-block; margin: 6px 10px 6px 0; }
.fh-article .fh-img-link img { max-width: 420px; width: 100%; height: auto; border-radius: 6px; border: 1px solid var(--fh-line); transition: .25s; }
.fh-article .fh-img-link:hover img { transform: scale(1.02); box-shadow: var(--fh-shadow); }
.fh-article li > .fh-img-link:only-child { margin: 0; }
.fh-article ul:has(.fh-img-link) { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 14px; max-width: 1100px; }
.fh-article ul:has(.fh-img-link) .fh-img-link img { max-width: 100%; }

/* Brand cards — official logo centered at the top, text below (no overlap) */
.fh-card--logo { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--fh-line); }
.fh-card--logo .fh-card__img { position: static; inset: auto; height: 150px; flex: none; display: grid; place-items: center; padding: 22px 22px 0; }
.fh-card--logo .fh-card__img img { width: auto; height: auto; max-width: 80%; max-height: 110px; object-fit: contain; opacity: 1; transition: .3s; }
.fh-card--logo:hover .fh-card__img img { opacity: 1; transform: scale(1.05); }
.fh-card--logo .fh-card__body { position: static; min-height: 0; flex: 1; justify-content: flex-start; background: none; padding-top: 14px; }
.fh-card--logo .fh-card__body h3 { color: var(--fh-navy); }
.fh-card--logo .fh-card__body p { color: var(--fh-muted); }
.fh-card--logo .fh-card__more { color: var(--fh-gold-2); }

/* Brand page — side column (logo + contact) and contact panel */
.fh-brand-summary__side { position: sticky; top: 210px; display: flex; flex-direction: column; gap: 20px; }
.fh-brand-summary__side .fh-brand-summary__logo { position: static; }
.fh-brand-contact { background: var(--fh-bg-alt); border: 1px solid var(--fh-line); border-radius: var(--fh-radius); padding: 20px 22px; }
.fh-brand-contact h3 { margin: 0 0 10px; font-size: 16px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--fh-gold-2); }
.fh-brand-contact ul { list-style: none; margin: 0; padding: 0; font-size: 14.5px; }
.fh-brand-contact li { display: flex; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--fh-line); }
.fh-brand-contact li:last-child { border-bottom: 0; }
.fh-brand-contact li span { flex: none; width: 58px; font-weight: 600; color: var(--fh-navy); font-size: 12.5px; text-transform: uppercase; letter-spacing: 1px; padding-top: 2px; }
.fh-brand-contact a { text-decoration: none; color: var(--fh-petrol); word-break: break-all; }
.fh-brand-contact a:hover { color: var(--fh-gold-2); }
@media (max-width: 900px) { .fh-brand-summary__side { position: static; } }

/* Brand pictures gallery */
.fh-brand-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin: 36px 0 8px; }
.fh-brand-gallery .fh-img-link { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--fh-radius); border: 1px solid var(--fh-line); }
.fh-brand-gallery .fh-img-link img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.fh-brand-gallery .fh-img-link:hover img { transform: scale(1.04); }

/* Inline video player (converted legacy videos) */
.fh-inline-video { width: 100%; max-width: 780px; aspect-ratio: 16/9; display: block; margin: 20px 0; background: #000; border-radius: var(--fh-radius); box-shadow: var(--fh-shadow); }

/* Brand intro media (before description) */
.fh-brand-video { margin-top: 0; }
.fh-brand-hero-img { width: 100%; max-width: 780px; display: block; margin: 0 0 24px; border-radius: var(--fh-radius); box-shadow: var(--fh-shadow); }

/* CEO portrait (chairman's message page) */
.fh-ceo-portrait { padding: 0; overflow: hidden; }
.fh-ceo-portrait img { display: block; width: 100%; height: auto; }

/* Brand-page showcase: sub-brand / project images in a two-row horizontal scroller */
.fh-showcase {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-columns: 230px;
  gap: 18px;
  overflow-x: auto;
  padding: 6px 2px 18px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--fh-petrol) #e3e8f0;
}
.fh-showcase::-webkit-scrollbar { height: 10px; }
.fh-showcase::-webkit-scrollbar-track { background: #e9eef5; border-radius: 6px; }
.fh-showcase::-webkit-scrollbar-thumb { background: var(--fh-petrol); border-radius: 6px; }
.fh-showcase__card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: var(--fh-navy);
  box-shadow: 0 4px 14px rgba(19, 41, 75, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fh-showcase__card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(19, 41, 75, .14); }
.fh-showcase__img {
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 16px;
}
.fh-showcase__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fh-showcase__card.is-photo .fh-showcase__img { padding: 0; }
.fh-showcase__card.is-photo .fh-showcase__img img { width: 100%; height: 100%; object-fit: cover; }
.fh-showcase__name {
  padding: 10px 14px 14px;
  font-weight: 600;
  font-size: .93rem;
  text-align: center;
  border-top: 1px solid #eef2f7;
  margin-top: auto;
}
@media (max-width: 640px) {
  .fh-showcase { grid-auto-columns: 180px; gap: 12px; }
  .fh-showcase__img { height: 120px; }
}
