:root {
  --ih-orange: #ff681d;
  --ih-orange-hover: #e85200;
  --ih-dark: #101217;
  --ih-dark-lighter: #202228;
  --ih-text: #151820;
  --ih-muted: #6b7280;
  --ih-border: #e5e7eb;
  --ih-soft: #f4f5f7;
  --ih-white: #fff;
  --ih-container: 1400px;
  --ih-pad: clamp(1rem, 3vw, 2rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[data-ih-lang="en"] .ih-lang-fr { display: none !important; }
html[data-ih-lang="fr"] .ih-lang-en { display: none !important; }
body.ih-site { margin: 0; color: var(--ih-text); background: #fff; font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.ih-site h1, body.ih-site h2, body.ih-site h3, body.ih-site h4, body.ih-site h5, body.ih-site h6 { font-family: "Playfair Display", Georgia, serif; }
body.ih-site p { font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
.ih-site-main { position: relative; z-index: 0; overflow: hidden; }
.ih-container { width: min(100% - (2 * var(--ih-pad)), var(--ih-container)); margin-inline: auto; }
.ih-narrow { max-width: 800px; text-align: center; }
.ih-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.ih-richtext { color: var(--ih-muted); line-height: 1.75; }
.ih-richtext p { margin: 0 0 1.25rem; }
.ih-richtext p:last-child { margin-bottom: 0; }
.ih-eyebrow { display: block; color: var(--ih-orange); font-size: .82rem; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.ih-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .75rem 1.5rem; border: 0; border-radius: .4rem; color: #fff; background: var(--ih-orange); font-size: .875rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.ih-button:hover { color: #fff; background: var(--ih-orange-hover); transform: translateY(-1px); }
.ih-text-link { display: inline-flex; gap: .25rem; align-items: center; margin-top: 1rem; color: var(--ih-orange); font-size: .875rem; font-weight: 700; text-decoration: none; }
.ih-text-link:hover { color: var(--ih-orange-hover); text-decoration: underline; }
.ih-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,18,23,.82), rgba(16,18,23,.12) 65%, transparent); }
.ih-section-heading { max-width: 760px; margin: 0 auto 4rem; text-align: center; }
.ih-section-heading .ih-eyebrow { margin-bottom: 1rem; }
.ih-section-heading h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.25rem); }

/* Remove the neutral Elementor wrappers so the ported dimensions remain exact. */
.elementor-widget-ih-page-section, .elementor-widget-ih-page-section > .elementor-widget-container { margin: 0 !important; padding: 0 !important; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: none !important; }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-no > .elementor-column > .elementor-element-populated { padding: 0 !important; }
.elementor-widget:not(:last-child) { margin-bottom: 0 !important; }

/* Navigation */
.ih-navbar { position: fixed !important; z-index: 10000; top: 0 !important; right: 0; bottom: auto; left: 0; width: 100%; height: 64px; color: rgba(255,255,255,.9); background: rgba(16,18,23,.96); backdrop-filter: blur(10px); }
.ih-navbar-inner { display: flex; height: 64px; align-items: center; justify-content: space-between; gap: 1rem; }
.ih-logo { display: flex; flex: 0 0 auto; align-items: center; }
.ih-logo img { display: block; width: auto !important; max-width: none !important; height: 56px !important; }
.ih-desktop-nav { display: flex; align-items: center; justify-content: center; gap: .15rem; }
.ih-nav-item { position: relative; }
.ih-nav-item > a { display: flex; align-items: center; gap: .35rem; padding: .65rem .75rem; color: rgba(255,255,255,.88); font-size: .84rem; text-decoration: none; white-space: nowrap; }
.ih-nav-item > a:hover { color: #fff; }
.ih-chevron { display: block; flex: 0 0 auto; width: .875rem; height: .875rem; opacity: .9; transition: transform .2s ease; }
.ih-chevron-small { width: .75rem; height: .75rem; }
.ih-dropdown { position: absolute; top: 100%; left: 0; display: none; width: 220px; padding: .5rem 0; border: 1px solid rgba(255,255,255,.08); border-radius: .4rem; background: var(--ih-dark-lighter); box-shadow: 0 20px 45px rgba(0,0,0,.22); }
.ih-dropdown a { display: block; padding: .65rem 1rem; color: rgba(255,255,255,.72); font-size: .82rem; text-decoration: none; }
.ih-dropdown a:hover { color: #fff; background: var(--ih-dark); }
.ih-nav-item:hover .ih-dropdown, .ih-nav-item:focus-within .ih-dropdown { display: block; }
.ih-language { position: relative; display: flex; flex: 0 0 auto; align-items: center; }
.ih-lang-toggle { display: flex; align-items: center; gap: .3rem; padding: .65rem .25rem; border: 0; color: rgba(255,255,255,.8); background: none; font-size: .875rem; line-height: 1.25rem; cursor: pointer; transition: color .2s ease; }
.ih-lang-toggle:hover, .ih-lang-toggle:focus-visible { color: #fff; outline: none; }
.ih-globe { display: block; flex: 0 0 auto; width: 1rem; height: 1rem; }
.ih-lang-menu { position: absolute; z-index: 10; top: 100%; right: 0; display: none; min-width: 120px; padding: .25rem 0; border: 1px solid rgba(255,255,255,.1); border-radius: .375rem; background: var(--ih-dark-lighter); box-shadow: 0 20px 35px rgba(0,0,0,.3); overflow: hidden; }
.ih-language:hover .ih-lang-menu, .ih-language:focus-within .ih-lang-menu { display: block; }
.ih-lang-menu button { display: block; width: 100%; padding: .5rem 1rem; border: 0; color: rgba(255,255,255,.8); background: transparent; font-size: .875rem; line-height: 1.25rem; text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease; }
.ih-lang-menu button.is-active { color: var(--ih-orange); }
.ih-lang-menu button:not(.is-active):hover, .ih-lang-menu button:not(.is-active):focus-visible { color: #fff; background: var(--ih-dark); outline: none; }
.ih-mobile-toggle { display: none; width: 34px; padding: 5px; border: 0; background: none; cursor: pointer; }
.ih-mobile-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }
.ih-mobile-nav { display: none; max-height: calc(100vh - 64px); padding: 0 var(--ih-pad) 1rem; overflow: auto; border-top: 1px solid rgba(255,255,255,.08); background: var(--ih-dark); }
.ih-mobile-languages { display: flex; gap: .5rem; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.ih-mobile-languages button { padding: .3rem .7rem; border: 0; border-radius: .3rem; color: rgba(255,255,255,.7); background: var(--ih-dark-lighter); }
.ih-mobile-nav-item > a { display: flex; justify-content: space-between; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.06); color: rgba(255,255,255,.9); font-size: .87rem; text-decoration: none; }
.ih-mobile-subnav { display: none; padding: .15rem 0 .55rem 1rem; }
.ih-mobile-nav-item.is-open .ih-mobile-subnav { display: block; }
.ih-mobile-nav-item.is-open > a .ih-chevron { transform: rotate(180deg); }
.ih-mobile-subnav a { display: block; padding: .45rem 0; color: rgba(255,255,255,.58); font-size: .82rem; text-decoration: none; }

/* Hero sections */
.ih-home-hero { position: relative; height: 955px; color: #fff; overflow: hidden; }
.ih-hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .7s ease; }
.ih-hero-slide.is-active { z-index: 1; opacity: 1; }
.ih-hero-image { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; }
.ih-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,18,23,.72), rgba(16,18,23,.4) 50%, transparent); }
.ih-hero-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 30px; pointer-events: none; }
.ih-hero-copy-stage { width: 100%; }
.ih-hero-copy { display: none; }
.ih-hero-copy.is-active { display: block; animation: ih-fade .6s ease both; pointer-events: auto; }
.ih-hero-copy h1 { max-width: 680px; margin: 0 0 1.5rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 400; line-height: 1.12; }
.ih-hero-copy p { max-width: 510px; margin: 0 0 2rem; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.65; }
.ih-hero-dots { display: flex; gap: .5rem; margin-top: 3rem; pointer-events: auto; }
.ih-hero-dots button { width: 16px; height: 6px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.4); cursor: pointer; transition: width .45s ease, background .25s; }
.ih-hero-dots button.is-active { width: 64px; background: var(--ih-orange); }
.ih-page-hero { position: relative; display: flex; height: 656px; align-items: center; color: #fff; overflow: hidden; }
.ih-page-hero-image { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; }
.ih-page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,18,23,.82), rgba(16,18,23,.45) 52%, transparent); }
.ih-page-hero-copy { position: relative; z-index: 2; padding-top: 64px; }
.ih-page-hero .ih-eyebrow { margin-bottom: 1rem; }
.ih-page-hero h1 { max-width: 660px; margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 400; line-height: 1.08; }

/* Home */
.ih-intro { text-align: center; }
.ih-intro .ih-eyebrow { margin-bottom: 2rem; }
.ih-intro h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3rem); }
.ih-intro .ih-richtext { font-size: clamp(1rem, 1.6vw, 1.12rem); color: #4e525b; }
.ih-intro .ih-richtext a { color: var(--ih-orange); }
.ih-country-section { padding-top: 2rem; }
.ih-country-grid { display: flex; align-items: center; justify-content: center; gap: clamp(2rem, 5vw, 3rem); }
.ih-country-card { position: relative; width: min(100%, 280px); aspect-ratio: 3/4; border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 24px rgba(16,18,23,.13); text-decoration: none; }
.ih-country-card img { width: 100%; height: 100% !important; object-fit: cover; transition: transform .5s; }
.ih-country-card:hover img { transform: scale(1.05); }
.ih-country-card strong { position: absolute; z-index: 2; top: 1rem; left: 1rem; color: var(--ih-orange); font-size: .88rem; }
.ih-country-card small { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; color: rgba(255,255,255,.7); font-size: .75rem; }
.ih-image-stats { color: #fff; background: var(--ih-dark); }
.ih-statement-image { position: relative; max-width: 1000px; height: 500px; margin: 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; overflow: hidden; }
.ih-statement-image img { width: 100%; height: 100% !important; object-fit: cover; filter: grayscale(1); }
.ih-statement-image .ih-card-overlay { background: rgba(16,18,23,.42); }
.ih-statement-image h2 { position: absolute; z-index: 2; inset: 0; display: flex; align-items: center; justify-content: center; margin: 0; padding: 2rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.25; text-align: center; white-space: pre-line; }
.ih-stats-pill { position: relative; z-index: 3; display: flex; width: max-content; max-width: 96%; margin: -28px auto 0; border-radius: 999px; color: var(--ih-text); background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.22); }
.ih-stats-pill > div { min-width: 180px; padding: .85rem 2.2rem; text-align: center; }
.ih-stats-pill > div + div { border-left: 1px solid var(--ih-border); }
.ih-stats-pill strong { display: block; color: var(--ih-orange); font-size: clamp(1.2rem, 2vw, 1.55rem); }
.ih-stats-pill span { display: block; color: var(--ih-muted); font-size: .78rem; }

/* Content grids */
.ih-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(3rem, 8vw, 6rem); }
.ih-video-cover { position: relative; display: block; aspect-ratio: 16/9; border-radius: .75rem; overflow: hidden; }
.ih-video-cover > img { width: 100%; height: 100% !important; object-fit: cover; }
.ih-video-label { position: absolute; z-index: 2; bottom: 1.5rem; left: 1.5rem; color: #fff; font-family: "Playfair Display", serif; font-size: 2.4rem; }
.ih-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 64px; height: 64px; place-items: center; padding-left: 4px; border-radius: 50%; color: #fff; background: var(--ih-orange); transform: translate(-50%,-50%); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.ih-story-copy .ih-richtext p:first-child { font-weight: 700; }
.ih-split-section, .ih-people { background: var(--ih-soft); }
.ih-split-rows { display: grid; gap: 1.25rem; }
.ih-split-row { display: grid; grid-template-columns: 1.8fr 1fr; gap: 1.25rem; }
.ih-split-row.is-reversed { grid-template-columns: 1fr 1.8fr; }
.ih-split-row.is-reversed .ih-split-image { order: 2; }
.ih-split-image, .ih-split-copy { height: 389px; border-radius: 1rem; overflow: hidden; }
.ih-split-image img { width: 100%; height: 100% !important; object-fit: cover; }
.ih-split-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.5rem, 3vw, 2rem); color: #fff; background: var(--ih-orange); }
.ih-split-copy h3, .ih-esg-copy h3 { margin: 0 0 .7rem; color: #fff; font-size: clamp(1.35rem, 2.2vw, 1.7rem); }
.ih-split-copy .ih-richtext, .ih-esg-copy .ih-richtext { color: rgba(255,255,255,.82); font-size: .95rem; }
.ih-copy-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.ih-copy-cards article { padding: 2rem; border-radius: .75rem; background: var(--ih-soft); }
.ih-copy-cards article > img { width: 54px; height: 54px; margin-bottom: 1.25rem; object-fit: contain; }
.ih-copy-cards h3 { margin: 0 0 .8rem; color: var(--ih-orange); font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; }
.ih-copy-cards .ih-richtext { font-size: .87rem; }
.ih-people-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; max-width: 900px; margin: 0 auto; }
.ih-people-grid article { position: relative; aspect-ratio: 3/4; border-radius: 1rem; overflow: hidden; }
.ih-people-grid article.is-featured { grid-column: 1 / -1; width: min(100%, 385px); margin: 0 auto 2.5rem; }
.ih-people-grid img { width: 100%; height: 100% !important; object-fit: cover; }
.ih-people-grid article > div { position: absolute; z-index: 2; right: 1rem; bottom: 1.25rem; left: 1rem; }
.ih-people-grid h4 { margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: .95rem; }
.ih-people-grid p { margin: .25rem 0 0; color: var(--ih-orange); font-size: .75rem; }

/* Tabs, reports, ESG and subsidiaries */
.ih-tab-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 2.5rem); padding: 0 var(--ih-pad); border-bottom: 1px solid rgba(16,18,23,.12); overflow-x: auto; }
.ih-tab-nav button { flex: 0 0 auto; padding: 1rem 0 .9rem; border: 0; border-bottom: 2px solid transparent; color: var(--ih-muted); background: transparent; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.ih-tab-nav button.is-active { border-bottom-color: var(--ih-orange); color: var(--ih-text); }
.ih-tab-panel { display: none; }
.ih-tab-panel.is-active { display: block; animation: ih-fade .3s ease; }
@keyframes ih-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.ih-report-feature { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 4rem; border: 1px solid rgba(16,18,23,.12); border-radius: .55rem; overflow: hidden; }
.ih-report-feature > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 3rem); }
.ih-report-feature h2 { margin: 0 0 1rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; }
.ih-report-feature .ih-button { margin-top: 1.5rem; }
.ih-report-feature > img { width: 100%; height: 100% !important; min-height: 300px; object-fit: cover; }
.ih-report-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.ih-report-cover { position: relative; margin-bottom: .8rem; border-radius: .55rem; overflow: hidden; }
.ih-report-cover img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.ih-report-cover strong { position: absolute; bottom: 0; left: 0; padding: .55rem .8rem; border-radius: 0 .5rem 0 0; color: #fff; background: var(--ih-orange); font-size: .7rem; line-height: 1.2; }
.ih-report-grid h3 { margin: 0 0 .3rem; font-family: "Playfair Display", Georgia, serif; font-size: .9rem; font-weight: 700; line-height: 1.45; }
.ih-report-grid p { margin: 0; color: var(--ih-muted); font-size: .75rem; white-space: pre-line; }
.ih-coming-soon { padding: 8rem 0; text-align: center; }
.ih-wide-video { max-width: 900px; margin: 0 auto; }
.ih-stats-bar { padding: 2.5rem 0; color: #fff; background: var(--ih-dark); }
.ih-stats-bar .ih-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.ih-stats-bar strong { display: block; color: var(--ih-orange); font-family: "DM Sans", Arial, sans-serif; font-size: clamp(1.7rem, 3vw, 2.2rem); }
.ih-stats-bar span { color: rgba(255,255,255,.68); font-size: .87rem; }
.ih-tabbed-cards .ih-tab-nav { margin-bottom: 2.5rem; }
.ih-tabbed-cards .ih-split-rows { grid-template-columns: 1.8fr 1fr; }
.ih-tabbed-cards .ih-esg-image, .ih-tabbed-cards .ih-esg-copy { height: 389px; border-radius: 1rem; overflow: hidden; }
.ih-tabbed-cards .ih-esg-image:nth-child(4n+3), .ih-tabbed-cards .ih-esg-copy:nth-child(4n+3) { grid-column: span 1; }
.ih-esg-image img { width: 100%; height: 100% !important; object-fit: cover; }
.ih-esg-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; color: #fff; background: var(--ih-orange); }
.ih-subsidiaries .ih-tab-nav { margin: calc(-1 * clamp(4rem, 8vw, 7rem)) 0 clamp(4rem, 8vw, 6rem); }
.ih-subsidiary { max-width: 720px; margin: 0 auto 4rem; }
.ih-subsidiary-image { position: relative; aspect-ratio: 16/10; margin-bottom: 1.5rem; border-radius: 1rem; overflow: hidden; }
.ih-subsidiary-image img { width: 100%; height: 100% !important; object-fit: cover; }
.ih-subsidiary-image h3 { position: absolute; z-index: 2; bottom: 1.5rem; left: 1.5rem; margin: 0; color: #fff; font-size: 2rem; }

/* Milestones */
.ih-milestones { position: relative; min-height: 600px; color: #fff; overflow: hidden; }
.ih-milestone-bg { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; }
.ih-milestone-overlay { position: absolute; inset: 0; background: rgba(16,18,23,.82); }
.ih-milestones > .ih-container { position: relative; z-index: 2; display: flex; min-height: 600px; flex-direction: column; justify-content: space-between; padding-top: 5rem; padding-bottom: 4rem; }
.ih-milestone-copy article { display: none; max-width: 650px; }
.ih-milestone-copy article.is-active { display: block; animation: ih-fade .3s ease; }
.ih-milestone-copy strong { display: block; margin-bottom: .5rem; color: var(--ih-orange); font-size: clamp(4rem, 8vw, 6rem); line-height: 1; }
.ih-milestone-copy h3 { margin: 0 0 1rem; padding-left: 1rem; border-left: 4px solid var(--ih-orange); color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 700; }
.ih-milestone-copy .ih-richtext { max-width: 530px; color: rgba(255,255,255,.68); font-size: .92rem; }
.ih-milestone-track { position: relative; }
.ih-milestone-track::before { position: absolute; z-index: 0; top: 50%; right: 0; left: 0; height: 2px; background: rgba(255,255,255,.2); transform: translateY(-50%); content: ""; }
.ih-milestone-nav { position: relative; z-index: 1; display: flex; overflow-x: auto; padding-bottom: 1rem; scrollbar-width: none; }
.ih-milestone-nav::-webkit-scrollbar { display: none; }
.ih-milestone-nav button { position: relative; flex: 0 0 calc(100% / var(--ih-milestone-count)); min-width: 72px; padding: 0; border: 0; color: rgba(255,255,255,.4); background: transparent; font-size: .75rem; font-weight: 500; line-height: 1.125rem; cursor: pointer; transition: color .2s ease; }
.ih-milestone-nav button:hover, .ih-milestone-nav button:focus-visible { color: rgba(255,255,255,.7); outline: none; }
.ih-milestone-nav span { display: block; margin-bottom: .5rem; white-space: nowrap; }
.ih-milestone-nav i { display: block; width: 16px; height: 16px; margin: 0 auto; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.ih-milestone-nav button:hover i, .ih-milestone-nav button:focus-visible i { border-color: rgba(255,255,255,.6); }
.ih-milestone-nav button.is-active { color: var(--ih-orange); }
.ih-milestone-nav button.is-active i { border-color: var(--ih-orange); background: var(--ih-orange); transform: scale(1.25); }

/* News, editorial and contact */
.ih-article-width { max-width: 850px; }
.ih-article .ih-richtext { color: #4e525b; font-size: .95rem; }
.ih-article .ih-richtext p:first-child { color: var(--ih-text); font-family: "DM Sans", Arial, sans-serif; font-size: 1.4rem; }
.ih-article .ih-richtext p:first-child::first-letter { float: left; margin: .1rem .4rem 0 0; color: var(--ih-text); font-size: 3.6rem; font-weight: 700; line-height: .8; }
.ih-article-image { margin: 2.5rem 0; border-radius: .75rem; overflow: hidden; }
.ih-news-archive > .ih-container { max-width: 1240px; }
.ih-news-tools { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: 2rem 0 2.5rem; }
.ih-news-tools label { position: relative; width: min(100%, 380px); }
.ih-news-tools label span { position: absolute; top: 50%; left: .9rem; color: var(--ih-muted); transform: translateY(-50%); }
.ih-news-search { width: 100%; padding: .7rem 1rem .7rem 2.5rem; border: 1px solid var(--ih-border); border-radius: .4rem; outline: none; }
.ih-news-search:focus { border-color: var(--ih-orange); box-shadow: 0 0 0 3px rgba(255,104,29,.13); }
.ih-news-years { display: flex; gap: .6rem; }
.ih-news-years button { padding: .35rem .55rem; border: 0; border-right: 2px solid transparent; color: var(--ih-muted); background: none; cursor: pointer; }
.ih-news-years button.is-active { border-right-color: var(--ih-orange); color: var(--ih-orange); }
.ih-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem 1.5rem; }
.ih-news-grid article a { display: block; text-decoration: none; }
.ih-news-image { aspect-ratio: 4/3; margin-bottom: 1rem; border-radius: .55rem; overflow: hidden; }
.ih-news-image img { width: 100%; height: 100% !important; object-fit: cover; transition: transform .3s; }
.ih-news-grid article:hover img { transform: scale(1.05); }
.ih-news-grid h3 { margin: 0 0 .35rem; font-family: "Playfair Display", Georgia, serif; font-size: .92rem; font-weight: 700; line-height: 1.45; }
.ih-news-grid article:hover h3 { color: var(--ih-orange); }
.ih-news-grid p { margin: 0 0 .8rem; color: var(--ih-muted); font-size: .75rem; }
.ih-news-grid article span { color: var(--ih-orange); font-size: .75rem; font-weight: 700; }
.ih-news-empty { padding: 4rem; color: var(--ih-muted); text-align: center; }
.ih-contact h2 { max-width: 530px; margin: .75rem 0 1rem; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.35rem); font-weight: 700; white-space: pre-line; }
.ih-contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.ih-contact-details h4 { margin: 0 0 .35rem; font-family: "Playfair Display", Georgia, serif; font-size: .9rem; font-weight: 700; }
.ih-contact-details p { margin: 0; color: var(--ih-muted); font-size: .87rem; line-height: 1.5; }
.ih-contact-form, .ih-contact-card { padding: clamp(1.5rem, 4vw, 2rem); border: 1px solid var(--ih-border); border-radius: .6rem; background: #fff; }
.ih-contact-form h3, .ih-contact-card h3 { margin: 0 0 .3rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.ih-contact-form > p, .ih-contact-card > p { margin: 0 0 1.5rem; color: var(--ih-muted); font-size: .85rem; }
.ih-quform-card .quform { font-family: "DM Sans", Arial, sans-serif; }
.ih-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.ih-contact-form input, .ih-contact-form textarea, .ih-newsletter-form input { width: 100%; padding: .75rem 1rem; border: 1px solid var(--ih-border); border-radius: .4rem; color: var(--ih-text); background: #fff; font-size: .87rem; outline: none; }
.ih-contact-form textarea { margin-bottom: .8rem; resize: vertical; }
.ih-contact-form input:focus, .ih-contact-form textarea:focus { border-color: var(--ih-orange); box-shadow: 0 0 0 3px rgba(255,104,29,.12); }
.ih-contact-form .ih-terms { margin-bottom: 1rem; font-size: .72rem; }
.ih-contact-form .ih-terms a { color: var(--ih-orange); text-decoration: none; }
.ih-contact-form .ih-terms a:hover, .ih-contact-form .ih-terms a:focus-visible { text-decoration: underline; }
.ih-form-status { width: 100%; margin: .7rem 0 0 !important; font-size: .78rem !important; }
.ih-form-status.is-success { color: #2f9e44 !important; }
.ih-form-status.is-error { color: #d63638 !important; }

/* Newsletter and footer */
.ih-newsletter { padding: 4rem 0; border-top: 1px solid rgba(255,255,255,.08); color: #fff; background: var(--ih-dark); }
.ih-newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.ih-newsletter h2 { margin: 0 0 .5rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.1rem); font-weight: 400; }
.ih-newsletter p { max-width: 480px; margin: 0; color: rgba(255,255,255,.58); font-size: .87rem; }
.ih-newsletter-form { display: grid; grid-template-columns: minmax(220px, 300px) auto; gap: .75rem; }
.ih-newsletter-form input { border-color: rgba(255,255,255,.15); color: #fff; background: var(--ih-dark-lighter); }
.ih-newsletter-form button { padding: .75rem 1.5rem; border: 0; border-radius: .4rem; color: #fff; background: var(--ih-orange); font-size: .85rem; font-weight: 700; cursor: pointer; }
.ih-newsletter-form .ih-form-status { grid-column: 1 / -1; }
.ih-footer { color: rgba(255,255,255,.6); background: var(--ih-dark); }
.ih-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 3rem; padding-top: 4rem; padding-bottom: 4rem; }
.ih-footer-brand img { width: auto !important; max-width: none !important; height: 42px !important; }
.ih-footer-column h3 { margin: 0 0 1rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: .9rem; font-weight: 400; }
.ih-footer-column ul { margin: 0; padding: 0; list-style: none; }
.ih-footer-column li { margin-bottom: .55rem; }
.ih-footer-column a { color: rgba(255,255,255,.58); font-size: .82rem; text-decoration: none; }
.ih-footer-column a:hover { color: var(--ih-orange); }
.ih-footer-column p { margin: 0 0 .55rem; color: rgba(255,255,255,.58); font-size: .82rem; line-height: 1.5; }
.ih-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.ih-footer-bottom > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; padding-bottom: 1rem; color: rgba(255,255,255,.38); font-size: .72rem; }
.ih-footer-bottom div div { display: flex; gap: 1.5rem; }
.ih-footer-bottom a { color: inherit; text-decoration: underline; }
.ih-fallback-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 64px; padding: 4px var(--ih-pad); background: var(--ih-dark); }
.ih-fallback-header img { height: 56px; }
.ih-fallback-footer { padding: 2rem; color: #fff; background: var(--ih-dark); text-align: center; }
.ih-not-found { display: grid; min-height: 70vh; place-content: center; padding: 8rem 2rem; text-align: center; }
.ih-not-found h1 { margin: 0; color: var(--ih-orange); font-size: 7rem; }
.ih-default-content { max-width: 900px; margin: 0 auto; padding: 8rem 2rem 4rem; }

@media (max-width: 1100px) {
  .ih-desktop-nav, .ih-language { display: none; }
  .ih-mobile-toggle { display: block; flex: 0 0 34px; margin-left: auto; }
  .ih-mobile-nav.is-open { display: block; }
  .ih-report-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .ih-section { padding: 4rem 0; }
  .ih-home-hero { height: 760px; }
  .ih-page-hero { height: 580px; }
  .ih-country-grid { flex-direction: column; }
  .ih-statement-image { height: 410px; }
  .ih-stats-pill { width: calc(100% - 1rem); border-radius: .75rem; }
  .ih-stats-pill > div { min-width: 0; padding: .75rem; }
  .ih-two-col, .ih-report-feature { grid-template-columns: 1fr; }
  .ih-split-row, .ih-split-row.is-reversed { grid-template-columns: 1fr; }
  .ih-split-row.is-reversed .ih-split-image { order: 0; }
  .ih-split-image, .ih-split-copy { width: 100%; height: 340px; }
  .ih-copy-cards { grid-template-columns: 1fr; }
  .ih-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ih-tabbed-cards .ih-split-rows { grid-template-columns: 1fr; }
  .ih-tabbed-cards .ih-esg-image, .ih-tabbed-cards .ih-esg-copy { height: 340px; }
  .ih-stats-bar .ih-container { grid-template-columns: repeat(2, 1fr); }
  .ih-news-tools { align-items: flex-start; flex-direction: column; }
  .ih-news-years { flex-wrap: wrap; }
  .ih-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ih-contact-details { grid-template-columns: 1fr; }
  .ih-form-row { grid-template-columns: 1fr; }
  .ih-newsletter-inner { align-items: flex-start; flex-direction: column; }
  .ih-newsletter-form { width: 100%; grid-template-columns: 1fr auto; }
  .ih-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .ih-footer-bottom > div { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .ih-home-hero { height: 690px; }
  .ih-hero-copy h1 { font-size: 2.35rem; }
  .ih-stats-pill span { font-size: .65rem; }
  .ih-news-grid { grid-template-columns: 1fr; }
  .ih-report-grid { grid-template-columns: 1fr; }
  .ih-newsletter-form { grid-template-columns: 1fr; }
  .ih-newsletter-form .ih-form-status { grid-column: 1; }
  .ih-footer-grid { grid-template-columns: 1fr; }
}

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