:root {
    --ink: #082e25;
    --ink-2: #173b33;
    --green: #064f3d;
    --green-2: #0d6c52;
    --green-3: #dcebe3;
    --gold: #caa64a;
    --gold-2: #f0d98c;
    --gold-3: #fff6d9;
    --cream: #f8f5ed;
    --paper: #fffdf7;
    --white: #ffffff;
    --muted: #6b7d77;
    --line: rgba(8, 46, 37, .12);
    --shadow: 0 24px 70px rgba(8, 46, 37, .10);
    --shadow-soft: 0 14px 36px rgba(8, 46, 37, .08);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Manrope", "Cairo", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
body.hsi-body { background: radial-gradient(circle at 15% 0%, rgba(202,166,74,.11), transparent 26%), var(--paper); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 110px 0; }
.page-shell { min-height: 100vh; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .77rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: var(--gold); }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.eyebrow i { font-size: .95rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--green), var(--green-2)); box-shadow: 0 14px 32px rgba(6,79,61,.24), inset 0 1px rgba(255,255,255,.18); }
.btn-primary:hover { box-shadow: 0 18px 38px rgba(6,79,61,.31); }
.btn-secondary { color: var(--green); background: rgba(255,255,255,.7); border-color: rgba(202,166,74,.6); box-shadow: var(--shadow-soft); }
.btn-secondary:hover { background: var(--white); border-color: var(--gold); }
.btn-light { background: var(--white); color: var(--green); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: .83rem; }
.btn-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-weight: 800; }
.text-link i { color: var(--gold); transition: transform .2s; }
.text-link:hover i { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 1000; height: 90px; padding: 0 max(24px, calc((100vw - 1440px)/2)); display: grid; grid-template-columns: 205px 1fr auto; align-items: center; gap: 24px; background: rgba(255,253,247,.9); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(202,166,74,.22); transition: .25s ease; }
.site-header.scrolled { height: 76px; box-shadow: 0 14px 40px rgba(8,46,37,.08); }
.brand { height: 72px; display: flex; align-items: center; }
.brand img { height: 64px; width: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.5vw, 26px); }
.main-nav a { position: relative; font-size: .84rem; font-weight: 750; white-space: nowrap; color: var(--ink-2); }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -12px; height: 2px; background: var(--gold); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { left: 0; right: 0; }
.main-nav .nav-secondary { display: none; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-menu { position: relative; }
.language-menu > button { border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; gap: 8px; font-weight: 800; }
.language-dropdown { display: none; position: absolute; top: calc(100% + 17px); right: 0; width: 185px; padding: 9px; background: var(--white); border: 1px solid rgba(202,166,74,.26); border-radius: 15px; box-shadow: var(--shadow); }
.language-dropdown.open { display: grid; }
.language-dropdown a { padding: 10px 12px; border-radius: 10px; display: flex; gap: 10px; }
.language-dropdown a:hover, .language-dropdown a.active { background: var(--cream); color: var(--green); }
.menu-toggle { display: none; width: 43px; height: 43px; border: 0; border-radius: 50%; background: var(--cream); padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--green); margin: 5px 0; }

.flash-message, .form-errors { width: min(1120px, calc(100% - 40px)); margin: 20px auto; padding: 14px 18px; border-radius: 14px; display: flex; align-items: center; gap: 10px; }
.flash-message { background: #eaf8ef; color: #14633a; border: 1px solid #b6e4c6; }
.form-errors { background: #fff0ed; color: #9d2d23; border: 1px solid #f0c2bc; }

.hero-section { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(120deg, #fffdf7 0%, #f8f2df 50%, #eaf3ef 100%); }
.hero-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(202,166,74,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(202,166,74,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-map { position: absolute; inset: 5% 0 0 36%; opacity: .36; pointer-events: none; }
.hero-map img { width: 100%; height: 100%; object-fit: contain; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); opacity: .6; }
.hero-glow-one { width: 420px; height: 420px; right: 8%; top: 8%; background: rgba(202,166,74,.23); }
.hero-glow-two { width: 360px; height: 360px; left: 30%; bottom: -20%; background: rgba(20,121,87,.14); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; padding-top: 52px; padding-bottom: 52px; }
.hero-copy { max-width: 640px; }
.hero-copy h1 { margin: 22px 0 24px; font: 700 clamp(3rem, 5.3vw, 5.8rem)/.96 var(--serif); letter-spacing: -.045em; }
.hero-copy h1 em { display: block; font-style: normal; color: var(--gold); }
.hero-copy > p { max-width: 610px; font-size: 1.08rem; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 42px; }
.hero-stats div { padding: 15px 10px 13px; border-top: 1px solid rgba(202,166,74,.55); }
.hero-stats strong { display: block; font: 700 1.35rem var(--serif); color: var(--green); }
.hero-stats span { display: block; font-size: .73rem; color: var(--muted); margin-top: 3px; }
.hero-visual { min-height: 600px; display: grid; place-items: center; }
.globe-stage { position: relative; width: min(570px, 92%); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 40% 38%, rgba(255,255,255,.95), rgba(245,236,203,.78) 45%, rgba(8,77,60,.12) 70%, transparent 71%); box-shadow: inset 0 0 80px rgba(202,166,74,.18), 0 0 0 1px rgba(202,166,74,.18), 0 34px 90px rgba(8,46,37,.14); }
.globe-stage::before { content: ""; position: absolute; inset: 7%; border: 1px dashed rgba(202,166,74,.48); border-radius: 50%; animation: spin 38s linear infinite; }
.globe-stage::after { content: ""; position: absolute; inset: 17%; border: 1px solid rgba(8,79,61,.18); border-radius: 50%; }
.globe-ring { position: absolute; inset: 20%; border: 1px solid rgba(202,166,74,.38); border-radius: 50%; transform: rotate(58deg) scaleY(.45); }
.ring-two { inset: 9%; transform: rotate(-28deg) scaleY(.38); }
.hero-logo { width: 58%; filter: drop-shadow(0 18px 22px rgba(8,46,37,.18)); z-index: 2; }
.orbit-node { position: absolute; width: 112px; min-height: 64px; padding: 10px; border-radius: 16px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); border: 1px solid rgba(202,166,74,.32); box-shadow: var(--shadow-soft); z-index: 4; transition: .25s; }
.orbit-node i { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--gold); background: var(--green); }
.orbit-node span { font-size: .68rem; line-height: 1.2; font-weight: 800; }
.orbit-node:hover { transform: translateY(-4px) scale(1.03); }
.node-1 { left: -3%; top: 16%; } .node-2 { right: -4%; top: 18%; } .node-3 { left: -8%; bottom: 28%; } .node-4 { right: -8%; bottom: 30%; } .node-5 { left: 21%; bottom: -3%; } .node-6 { right: 18%; bottom: -4%; }
@keyframes spin { to { transform: rotate(360deg); } }

.section-heading { margin-bottom: 44px; }
.section-heading.centered { text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }
.section-heading h2 { margin: 13px 0 0; font: 700 clamp(2.2rem, 4vw, 4.2rem)/1.05 var(--serif); letter-spacing: -.035em; }
.section-heading p { color: var(--muted); max-width: 650px; }
.section-heading.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.section-heading.split > div:last-child { padding-bottom: 7px; }

.business-windows { background: var(--paper); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sector-card { min-height: 420px; border-radius: var(--radius-lg); overflow: hidden; background: white; border: 1px solid rgba(202,166,74,.25); box-shadow: var(--shadow-soft); position: relative; transition: .3s; }
.sector-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.sector-card::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--accent), var(--gold-2)); }
.sector-image { height: 195px; background: linear-gradient(135deg, #eef5f1, #fff7df); overflow: hidden; }
.sector-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.sector-card:hover .sector-image img { transform: scale(1.05); }
.sector-content { padding: 26px; position: relative; }
.sector-icon { position: absolute; right: 22px; top: -34px; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); border: 5px solid white; box-shadow: 0 9px 25px rgba(8,46,37,.22); }
.sector-content h3 { margin: 0 70px 8px 0; font: 700 1.75rem var(--serif); }
.sector-content p { color: var(--muted); margin: 0; min-height: 66px; }
.sector-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: var(--green); font-weight: 800; }

.opportunity-section { background: linear-gradient(180deg, #f7f2e6, #fffdf7); }
.listing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.listing-card { border-radius: 22px; overflow: hidden; background: var(--white); border: 1px solid rgba(202,166,74,.25); box-shadow: var(--shadow-soft); transition: .3s; }
.listing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.listing-image { position: relative; display: block; height: 220px; background: linear-gradient(145deg, #edf4f0, #fbf2d5); overflow: hidden; }
.listing-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.listing-card:hover .listing-image img { transform: scale(1.05); }
.listing-type { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; color: white; background: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.listing-body { padding: 20px; }
.listing-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--gold); font-size: .72rem; font-weight: 800; }
.listing-meta span { display: flex; align-items: center; gap: 7px; }
.listing-body h3 { margin: 12px 0 8px; font: 700 1.25rem/1.2 var(--serif); }
.listing-body p { color: var(--muted); font-size: .87rem; min-height: 58px; }
.listing-bottom { display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 16px; }
.listing-bottom strong { display: block; color: var(--green); }
.listing-bottom small { display: block; color: var(--muted); margin-top: 2px; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); transition: .2s; }
.icon-button:hover { background: var(--gold); transform: translateX(3px); }
.empty-state { grid-column: 1 / -1; padding: 46px; text-align: center; border: 1px dashed rgba(202,166,74,.5); border-radius: 20px; color: var(--muted); background: rgba(255,255,255,.65); }

.execution-section { position: relative; background: var(--green); color: white; overflow: hidden; }
.execution-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(202,166,74,.18), transparent 35%), linear-gradient(120deg, transparent, rgba(255,255,255,.04)); }
.execution-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.execution-intro h2 { font: 700 clamp(2.3rem, 4vw, 4.4rem)/1.05 var(--serif); margin: 14px 0 30px; }
.execution-intro img { width: 100%; max-width: 460px; opacity: .9; }
.execution-steps { display: grid; gap: 15px; }
.execution-step { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 22px; border-radius: 18px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.execution-step > span { color: var(--gold-2); font: 700 1.7rem var(--serif); }
.execution-step h3 { margin: 0 0 6px; font-size: 1.04rem; }
.execution-step p { margin: 0; color: rgba(255,255,255,.68); font-size: .87rem; }

.exhibition-preview { background: var(--paper); }
.exhibition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.event-card { position: relative; height: 360px; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-soft); }
.event-card img { width: 100%; height: 100%; object-fit: cover; }
.event-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,35,27,.94)); }
.event-overlay { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: white; }
.event-overlay span { color: var(--gold-2); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.event-overlay h3 { margin: 5px 0 6px; font: 700 1.5rem var(--serif); }
.event-overlay p { margin: 0; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-size: .86rem; }
.cta-section { padding: 0 0 110px; background: var(--paper); }
.cta-panel { min-height: 260px; border-radius: 34px; padding: 54px 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: white; background: linear-gradient(120deg, #073d30, #0e694f); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; top: -150px; border: 1px solid rgba(240,217,140,.38); border-radius: 50%; box-shadow: 0 0 0 45px rgba(240,217,140,.05), 0 0 0 90px rgba(240,217,140,.03); }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { margin: 12px 0 8px; font: 700 2.5rem var(--serif); }
.cta-panel p { margin: 0; color: rgba(255,255,255,.72); max-width: 720px; }

.page-hero { min-height: 380px; display: flex; align-items: center; background: linear-gradient(135deg, #f7f0dc, #eaf2ee); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -140px; top: -200px; border: 1px solid rgba(202,166,74,.35); border-radius: 50%; box-shadow: 0 0 0 60px rgba(202,166,74,.05), 0 0 0 120px rgba(202,166,74,.03); }
.page-hero.compact { min-height: 330px; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font: 700 clamp(2.7rem, 5vw, 5rem)/1 var(--serif); margin: 14px 0; max-width: 860px; }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.05rem; }

.marketplace-section { padding-top: 60px; }
.marketplace-filter { padding: 18px; display: grid; grid-template-columns: minmax(240px,1fr) 220px 210px auto; gap: 12px; background: white; border: 1px solid rgba(202,166,74,.24); border-radius: 20px; box-shadow: var(--shadow-soft); margin-bottom: 38px; }
.search-field { position: relative; }
.search-field i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--gold); }
.search-field input { padding-left: 48px !important; }
.marketplace-filter input, .marketplace-filter select, .contact-form input, .contact-form select, .contact-form textarea, .admin-form input, .admin-form select, .admin-form textarea, .admin-filter select, .inquiry-footer select { width: 100%; border: 1px solid rgba(8,46,37,.15); border-radius: 13px; background: #fffefa; color: var(--ink); outline: none; transition: .2s; }
.marketplace-filter input, .marketplace-filter select { height: 52px; padding: 0 15px; }
.marketplace-filter input:focus, .marketplace-filter select:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(202,166,74,.12); }
.pagination-wrap { margin-top: 34px; }
.pagination-wrap nav > div:first-child { display: none; }
.pagination-wrap nav > div:last-child { display: flex; justify-content: center; }
.pagination-wrap span, .pagination-wrap a { border-color: rgba(202,166,74,.26) !important; color: var(--green) !important; }

.sector-hero { padding: 90px 0; background: linear-gradient(130deg, #fffdf7, #f0f5f1); position: relative; overflow: hidden; }
.sector-hero::before { content: ""; position: absolute; width: 550px; height: 550px; left: -240px; bottom: -320px; background: radial-gradient(circle, color-mix(in srgb, var(--sector-accent) 24%, transparent), transparent 68%); }
.sector-hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 65px; align-items: center; }
.sector-hero-copy h1 { font: 700 clamp(3rem, 6vw, 6rem)/.95 var(--serif); margin: 18px 0 10px; }
.sector-hero-copy h2 { font-size: 1.25rem; color: var(--gold); margin: 0 0 20px; }
.sector-hero-copy p { color: var(--muted); max-width: 660px; font-size: 1.03rem; }
.sector-hero-image { position: relative; min-height: 490px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(202,166,74,.25); }
.sector-hero-image img { width: 100%; height: 490px; object-fit: cover; }
.sector-glyph { position: absolute; right: 24px; bottom: 24px; width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; border: 6px solid rgba(255,255,255,.85); font-size: 1.9rem; }

.listing-detail { padding: 90px 0; background: linear-gradient(180deg, #faf6eb, #fffdf7); }
.listing-detail-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: start; }
.listing-detail-image { position: sticky; top: 110px; min-height: 580px; border-radius: 28px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.listing-detail-image img { width: 100%; height: 580px; object-fit: cover; }
.listing-detail-image > span { position: absolute; top: 18px; left: 18px; padding: 8px 14px; border-radius: 999px; color: white; background: var(--green); font-size: .72rem; font-weight: 800; }
.listing-detail-sector { display: flex; align-items: center; gap: 10px; color: var(--gold); font-weight: 800; }
.listing-detail-copy h1 { font: 700 clamp(2.5rem, 4.7vw, 4.9rem)/1 var(--serif); margin: 18px 0 18px; }
.listing-detail-copy .lead { color: var(--muted); font-size: 1.08rem; }
.listing-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; }
.listing-facts div { padding: 15px 16px; border-radius: 14px; background: white; border: 1px solid rgba(202,166,74,.23); }
.listing-facts span { display: block; font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.listing-facts strong { display: block; margin-top: 3px; }
.rich-text { color: var(--muted); margin: 28px 0; }
.related-section { background: var(--cream); }

.exhibitions-hero { background: linear-gradient(135deg, #073a2e, #105f49); color: white; }
.exhibitions-hero p { color: rgba(255,255,255,.72); }
.exhibition-list { display: grid; gap: 20px; }
.exhibition-row { display: grid; grid-template-columns: 115px 220px 1fr auto; gap: 24px; align-items: center; padding: 18px; border-radius: 22px; background: white; border: 1px solid rgba(202,166,74,.25); box-shadow: var(--shadow-soft); }
.exhibition-date { text-align: center; padding: 16px; border-right: 1px solid var(--line); }
.exhibition-date strong { display: block; font: 700 2.8rem var(--serif); color: var(--gold); }
.exhibition-date span { font-size: .72rem; font-weight: 800; }
.exhibition-row > img { width: 220px; height: 155px; object-fit: cover; border-radius: 16px; }
.exhibition-content > span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.exhibition-content h2 { margin: 4px 0 6px; font: 700 1.55rem var(--serif); }
.exhibition-content p { margin: 0; color: var(--muted); font-size: .88rem; }
.event-facts { display: flex; gap: 18px; margin-top: 12px; color: var(--muted); font-size: .78rem; }
.event-facts span { display: flex; align-items: center; gap: 7px; }
.exhibition-actions { display: grid; gap: 10px; }

.about-hero { padding: 100px 0; background: linear-gradient(130deg,#fffdf7,#edf4f0); }
.about-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.about-hero h1 { font: 700 clamp(3rem,5vw,5rem)/1 var(--serif); margin: 15px 0 20px; }
.about-hero p { font-size: 1.08rem; color: var(--muted); }
.about-emblem { min-height: 480px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle,#fff 0%,#f4e9c7 52%,rgba(6,79,61,.08) 70%,transparent 71%); }
.about-emblem img { width: 75%; filter: drop-shadow(0 22px 30px rgba(8,46,37,.16)); }
.mission-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.mission-card { padding: 40px; min-height: 260px; border-radius: 26px; background: white; border: 1px solid rgba(202,166,74,.25); box-shadow: var(--shadow-soft); }
.mission-card i { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; color: var(--gold); background: var(--green); font-size: 1.45rem; }
.mission-card h2 { font: 700 2rem var(--serif); margin: 22px 0 10px; }
.mission-card p { color: var(--muted); }
.values-section { background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.value-card { padding: 32px; border-radius: 22px; background: white; border: 1px solid rgba(202,166,74,.23); }
.value-card > span { color: var(--gold); font: 700 2rem var(--serif); }
.value-card h3 { font: 700 1.45rem var(--serif); margin: 15px 0 8px; }
.value-card p { color: var(--muted); }

.contact-section { padding: 100px 0; background: linear-gradient(135deg,#f8f1df,#eef5f1); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.contact-intro h1 { font: 700 clamp(2.8rem,5vw,5rem)/1 var(--serif); margin: 18px 0; }
.contact-intro > p { color: var(--muted); font-size: 1.05rem; }
.direct-card { margin-top: 34px; padding: 25px; border-radius: 20px; background: var(--green); color: white; }
.direct-card h3 { margin: 0 0 6px; }
.direct-card p { color: rgba(255,255,255,.68); }
.direct-card a, .direct-card span { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.direct-card i { color: var(--gold-2); }
.contact-form { padding: 34px; border-radius: 26px; background: white; box-shadow: var(--shadow); border: 1px solid rgba(202,166,74,.26); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span, .contact-form label > span, .admin-form label > span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.form-grid .wide { grid-column: 1/-1; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { padding: 14px; resize: vertical; }
.contact-form .btn { margin-top: 20px; }

.site-footer { position: relative; padding: 80px 0 22px; color: white; background: #032d23; overflow: hidden; }
.footer-orbit { position: absolute; width: 620px; height: 620px; right: -250px; top: -330px; border: 1px solid rgba(202,166,74,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(202,166,74,.025),0 0 0 140px rgba(202,166,74,.018); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 50px; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1) sepia(.2); }
.footer-brand p { color: rgba(255,255,255,.62); max-width: 340px; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); }
.footer-grid h4 { color: var(--gold-2); margin: 0 0 16px; }
.footer-grid > div:not(.footer-brand) > a, .footer-contact span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.67); margin: 9px 0; font-size: .87rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .76rem; }
.footer-bottom div { display: flex; gap: 18px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.hsi-cursor, .hsi-cursor-dot { position: fixed; left: 0; top: 0; pointer-events: none; z-index: 9999; border-radius: 50%; transform: translate(-50%,-50%); display: none; }
.hsi-cursor { width: 30px; height: 30px; border: 1px solid rgba(202,166,74,.75); transition: width .15s,height .15s,background .15s; }
.hsi-cursor-dot { width: 5px; height: 5px; background: var(--gold); }
@media (hover:hover) and (pointer:fine) { .hsi-cursor,.hsi-cursor-dot { display: block; } body { cursor: none; } a,button,input,select,textarea { cursor: none; } .hsi-cursor.active { width: 46px; height: 46px; background: rgba(202,166,74,.12); } }

/* Authentication */
.auth-body { min-height: 100vh; background: #f5f0e2; }
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: 1.08fr .92fr; }
.auth-visual { position: relative; padding: 65px 75px; display: flex; flex-direction: column; justify-content: space-between; color: white; overflow: hidden; background: linear-gradient(135deg,#05362a,#0d6c52); }
.auth-world { position: absolute; inset: 0; opacity: .22; }
.auth-world img { width: 100%; height: 100%; object-fit: cover; }
.auth-visual > * { position: relative; z-index: 2; }
.auth-logo { width: 220px; filter: brightness(0) invert(1) sepia(.2); }
.auth-visual h1 { font: 700 clamp(3rem,5vw,5rem)/1 var(--serif); max-width: 700px; margin: 14px 0; }
.auth-visual p { color: rgba(255,255,255,.7); max-width: 620px; }
.auth-panel { position: relative; display: grid; place-items: center; padding: 60px; background: #fffdf8; }
.auth-home { position: absolute; top: 28px; left: 30px; display: flex; gap: 9px; align-items: center; color: var(--muted); font-weight: 700; }
.auth-panel form { width: min(480px,100%); padding: 42px; border-radius: 28px; background: white; border: 1px solid rgba(202,166,74,.28); box-shadow: var(--shadow); }
.auth-panel form > img { width: 170px; margin: 0 auto 24px; }
.auth-panel h2 { text-align: center; font: 700 2.2rem var(--serif); margin: 0 0 8px; }
.auth-panel form > p { text-align: center; color: var(--muted); margin-bottom: 26px; }
.auth-panel label { display: grid; gap: 7px; margin: 16px 0; }
.auth-panel label > span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.input-icon { position: relative; }
.input-icon > i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--gold); }
.input-icon input { width: 100%; height: 52px; padding: 0 48px; border: 1px solid rgba(8,46,37,.15); border-radius: 13px; }
.input-icon button { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); border: 0; background: transparent; color: var(--muted); }
.auth-panel .check-label { display: flex; align-items: center; gap: 9px; }
.auth-panel .check-label input { accent-color: var(--green); }
.demo-credentials { margin-top: 18px; padding: 14px; border-radius: 12px; background: var(--cream); display: grid; gap: 2px; font-size: .77rem; }
.demo-credentials strong { color: var(--gold); }

/* Admin */
.admin-body { background: #f5f2e9; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 25px 18px; display: flex; flex-direction: column; background: #fffdf8; border-right: 1px solid rgba(202,166,74,.24); z-index: 100; }
.admin-brand { display: block; padding: 10px 18px 24px; }
.admin-brand img { width: 180px; max-height: 105px; object-fit: contain; }
.admin-sidebar nav { display: grid; gap: 6px; }
.admin-sidebar nav a, .admin-sidebar form button { width: 100%; height: 48px; padding: 0 14px; border: 0; border-radius: 12px; background: transparent; color: var(--ink-2); display: flex; align-items: center; gap: 12px; text-align: left; font-weight: 750; }
.admin-sidebar nav a i, .admin-sidebar form button i { width: 22px; color: var(--gold); }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { background: var(--cream); color: var(--green); }
.admin-sidebar form { margin-top: auto; }
.admin-main { min-width: 0; }
.admin-topbar { height: 78px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,248,.92); border-bottom: 1px solid rgba(202,166,74,.2); }
.admin-topbar > div:first-of-type span { display: block; font-size: .72rem; color: var(--muted); }
.admin-user { display: flex; align-items: center; gap: 10px; }
.admin-user > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg,var(--gold),var(--gold-2)); font-weight: 900; }
.admin-user strong,.admin-user small { display: block; }
.admin-user small { color: var(--muted); }
.admin-menu-toggle { display: none; border: 0; background: var(--cream); width: 42px; height: 42px; border-radius: 12px; }
.admin-content { padding: 36px; }
.admin-page-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.admin-page-head h1 { margin: 6px 0 2px; font: 700 2.6rem var(--serif); }
.admin-page-head p { margin: 0; color: var(--muted); }
.admin-stat-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.admin-stat-grid article { min-height: 150px; padding: 22px; border-radius: 20px; background: white; border: 1px solid rgba(202,166,74,.24); box-shadow: var(--shadow-soft); }
.admin-stat-grid i { color: var(--gold); }
.admin-stat-grid strong { display: block; font: 700 2.3rem var(--serif); margin-top: 20px; }
.admin-stat-grid span { color: var(--muted); font-size: .8rem; }
.admin-dashboard-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; margin-top: 22px; }
.admin-panel { min-height: 400px; padding: 24px; border-radius: 22px; background: white; border: 1px solid rgba(202,166,74,.22); }
.panel-head { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.panel-head span { color: var(--gold); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.panel-head h2 { margin: 2px 0 0; font: 700 1.5rem var(--serif); }
.activity-list article { display: grid; grid-template-columns: 12px 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
.activity-dot { width: 8px; height: 8px; border-radius: 50%; background: #4cca82; }
.activity-list strong,.activity-list small { display: block; }
.activity-list small,.activity-list time { color: var(--muted); font-size: .74rem; }
.sector-stat-list article { display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.sector-stat-list article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--accent); }
.sector-stat-list strong,.sector-stat-list small { display: block; }
.sector-stat-list small { color: var(--muted); }
.admin-table-card { overflow-x: auto; border-radius: 20px; background: white; border: 1px solid rgba(202,166,74,.23); }
.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th { padding: 14px 18px; text-align: left; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid var(--line); }
.admin-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); }
.table-entity { display: flex; align-items: center; gap: 12px; }
.table-entity > span { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: white; background: var(--accent); }
.table-entity strong,.table-entity small { display: block; }
.table-entity small { color: var(--muted); max-width: 420px; }
.status-badge { display: inline-flex; padding: 5px 10px; border-radius: 999px; font-size: .7rem; font-weight: 800; background: #eef3f0; }
.status-badge.active { color: #137047; background: #e3f6ea; }
.status-badge.inactive,.status-badge.archived { color: #8b5c12; background: #fff3d5; }
.table-actions { display: flex; gap: 8px; }
.table-actions a,.table-actions button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(8,46,37,.12); border-radius: 10px; background: white; color: var(--green); }
.table-actions button { color: #b44338; }
.admin-form { display: grid; gap: 20px; }
.form-card { padding: 26px; border-radius: 20px; background: white; border: 1px solid rgba(202,166,74,.23); }
.form-card h2 { margin: 0 0 18px; font: 700 1.45rem var(--serif); }
.admin-form input,.admin-form select { height: 48px; padding: 0 13px; }
.admin-form textarea { padding: 13px; resize: vertical; }
.admin-form .check-label { display: flex; align-items: center; gap: 9px; padding-top: 23px; }
.admin-form .check-label input { width: 18px; height: 18px; }
.admin-filter { display: flex; gap: 10px; margin-bottom: 20px; }
.admin-filter select { width: 230px; height: 44px; padding: 0 12px; }
.admin-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.admin-listing-card { display: grid; grid-template-columns: 110px 1fr auto; gap: 15px; align-items: center; padding: 15px; border-radius: 18px; background: white; border: 1px solid rgba(202,166,74,.22); }
.admin-listing-card > img { width: 110px; height: 90px; object-fit: cover; border-radius: 13px; }
.admin-listing-card span { color: var(--gold); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.admin-listing-card h3 { margin: 4px 0; font: 700 1.12rem var(--serif); }
.admin-listing-card small { color: var(--muted); }
.inquiry-list { display: grid; gap: 15px; }
.inquiry-card { padding: 20px; border-radius: 18px; background: white; border: 1px solid rgba(202,166,74,.22); }
.inquiry-head { display: flex; justify-content: space-between; gap: 20px; }
.inquiry-head span { color: var(--gold); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.inquiry-head h3 { margin: 3px 0; }
.inquiry-head small,.inquiry-head time { color: var(--muted); font-size: .74rem; }
.inquiry-card > p { color: var(--muted); }
.inquiry-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-top: 12px; }
.inquiry-footer > div { display: flex; gap: 10px; align-items: center; }
.inquiry-footer span,.inquiry-footer a { padding: 5px 9px; border-radius: 8px; background: var(--cream); font-size: .72rem; }
.inquiry-footer select { height: 38px; padding: 0 10px; }
.inquiry-footer button { width: 38px; height: 38px; border: 0; border-radius: 10px; color: #b44338; background: #fff0ee; }

[dir="rtl"] .eyebrow::before { order: 2; }
[dir="rtl"] .text-link i,[dir="rtl"] .sector-link i,[dir="rtl"] .icon-button i { transform: rotate(180deg); }
[dir="rtl"] .language-dropdown { right: auto; left: 0; }
[dir="rtl"] .sector-icon { right: auto; left: 22px; }
[dir="rtl"] .sector-content h3 { margin-right: 0; margin-left: 70px; }
[dir="rtl"] .search-field i { left: auto; right: 18px; }
[dir="rtl"] .search-field input { padding-left: 15px !important; padding-right: 48px !important; }
[dir="rtl"] .input-icon > i { left: auto; right: 16px; }
[dir="rtl"] .input-icon input { padding-left: 48px; padding-right: 48px; }
[dir="rtl"] .input-icon button { right: auto; left: 10px; }
[dir="rtl"] .admin-sidebar { border-right: 0; border-left: 1px solid rgba(202,166,74,.24); }
[dir="rtl"] .admin-table th { text-align: right; }

@media (max-width: 1180px) {
    .site-header { grid-template-columns: 170px auto 1fr; }
    .main-nav { position: fixed; inset: 76px 18px auto; display: none; padding: 18px; flex-direction: column; align-items: stretch; background: white; border: 1px solid rgba(202,166,74,.25); border-radius: 18px; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav .nav-secondary { display: block; }
    .main-nav a { padding: 10px; }
    .main-nav a::after { display: none; }
    .menu-toggle { display: block; order: 2; }
    .header-actions { justify-self: end; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .hero-visual { min-height: 520px; }
    .listing-grid { grid-template-columns: repeat(3,1fr); }
    .admin-stat-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 900px) {
    .section { padding: 82px 0; }
    .site-header { grid-template-columns: 1fr auto auto; }
    .brand { height: 68px; }
    .brand img { height: 56px; }
    .header-actions .btn { display: none; }
    .hero-section { min-height: auto; }
    .hero-copy h1 { font-size: clamp(3rem,10vw,5rem); }
    .hero-stats { grid-template-columns: repeat(2,1fr); }
    .sector-grid { grid-template-columns: repeat(2,1fr); }
    .listing-grid { grid-template-columns: repeat(2,1fr); }
    .section-heading.split { grid-template-columns: 1fr; gap: 10px; }
    .execution-grid { grid-template-columns: 1fr; gap: 40px; }
    .exhibition-grid { grid-template-columns: 1fr; }
    .event-card { height: 330px; }
    .cta-panel { flex-direction: column; align-items: flex-start; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
    .sector-hero-grid,.listing-detail-grid,.about-hero-grid,.contact-grid { grid-template-columns: 1fr; }
    .listing-detail-image { position: static; }
    .exhibition-row { grid-template-columns: 80px 160px 1fr; }
    .exhibition-row > img { width: 160px; }
    .exhibition-actions { grid-column: 2/-1; grid-template-columns: repeat(2,max-content); }
    .marketplace-filter { grid-template-columns: 1fr 1fr; }
    .marketplace-filter .search-field { grid-column: 1/-1; }
    .auth-shell { grid-template-columns: 1fr; }
    .auth-visual { min-height: 450px; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { position: fixed; left: -290px; transition: .25s; box-shadow: var(--shadow); }
    .admin-sidebar.open { left: 0; }
    [dir="rtl"] .admin-sidebar { left: auto; right: -290px; }
    [dir="rtl"] .admin-sidebar.open { right: 0; }
    .admin-menu-toggle { display: grid; place-items: center; }
    .admin-stat-grid { grid-template-columns: repeat(2,1fr); }
    .admin-dashboard-grid { grid-template-columns: 1fr; }
    .admin-card-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1240px); }
    .site-header { height: 74px; padding: 0 14px; gap: 10px; }
    .brand img { height: 50px; width: 130px; object-fit: contain; object-position: left center; }
    .language-menu > button span,.language-menu > button .fa-chevron-down { display: none; }
    .hero-section { padding-top: 30px; }
    .hero-copy h1 { font-size: 3.2rem; }
    .hero-actions .btn { width: 100%; }
    .hero-visual { min-height: 430px; }
    .globe-stage { width: 92%; }
    .orbit-node { width: 82px; grid-template-columns: 1fr; text-align: center; }
    .orbit-node i { margin: 0 auto; }
    .orbit-node span { font-size: .56rem; }
    .node-1 { left:-4%;top:10%}.node-2{right:-4%;top:12%}.node-3{left:-6%;bottom:28%}.node-4{right:-6%;bottom:28%}.node-5{left:16%;bottom:-8%}.node-6{right:14%;bottom:-8%}
    .sector-grid,.listing-grid,.values-grid,.mission-grid { grid-template-columns: 1fr; }
    .section-heading h2 { font-size: 2.5rem; }
    .listing-image { height: 260px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .marketplace-filter { grid-template-columns: 1fr; }
    .marketplace-filter .search-field { grid-column: auto; }
    .listing-facts { grid-template-columns: 1fr; }
    .exhibition-row { grid-template-columns: 1fr; }
    .exhibition-date { text-align: left; border-right: 0; border-bottom: 1px solid var(--line); }
    .exhibition-row > img { width: 100%; height: 210px; }
    .exhibition-actions { grid-column: auto; grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .wide { grid-column: auto; }
    .contact-form { padding: 22px; }
    .auth-visual { padding: 42px 24px; }
    .auth-panel { padding: 70px 14px 30px; }
    .auth-panel form { padding: 25px; }
    .admin-content { padding: 22px 14px; }
    .admin-topbar { padding: 0 14px; }
    .admin-user div { display: none; }
    .admin-page-head { align-items: flex-start; flex-direction: column; }
    .admin-stat-grid { grid-template-columns: 1fr 1fr; }
    .admin-stat-grid article { min-height: 130px; }
    .admin-listing-card { grid-template-columns: 80px 1fr; }
    .admin-listing-card > img { width: 80px; height: 75px; }
    .admin-listing-card .table-actions { grid-column: 1/-1; justify-content: end; }
    .inquiry-head,.inquiry-footer { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
/* HS International visual asset integration patch 2026 */
.hero-section-photo {
    min-height: auto;
    padding: 34px 0 64px;
    background:
        radial-gradient(circle at 85% 15%, rgba(202,166,74,.17), transparent 30%),
        linear-gradient(180deg, #041f18 0%, #07392d 100%);
}
.hero-section-photo::before { display: none; }
.hero-photo-shell {
    position: relative;
    padding: 0;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(240,217,140,.42);
    box-shadow: 0 45px 120px rgba(1,23,17,.42), 0 0 0 1px rgba(255,255,255,.04) inset;
    background: #03271e;
}
.hero-master-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-photo-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 24%;
    pointer-events: none;
    background: linear-gradient(transparent, rgba(1,27,20,.86));
}
.hero-photo-actions {
    position: absolute;
    z-index: 3;
    left: 3.2%;
    bottom: 3.5%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.hero-photo-actions .btn { box-shadow: 0 14px 36px rgba(0,0,0,.22); }

.premium-sector-grid { gap: 28px; }
.premium-sector-card { min-height: 500px; background: #fffef9; }
.premium-sector-image { height: 315px; background: #052d23; }
.premium-sector-image img { object-position: center center; }
.premium-sector-card .sector-content { padding-top: 24px; }

.logistics-visual-section {
    background: linear-gradient(180deg, #062f25, #021e17);
    color: white;
    overflow: hidden;
}
.logistics-visual-section .section-heading p { color: rgba(255,255,255,.7); }
.logistics-visual-section .section-heading h2 { color: #fffaf0; }
.logistics-visual-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.logistics-visual-card {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    border-radius: 26px;
    border: 1px solid rgba(240,217,140,.35);
    background: #071f19;
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
}
.logistics-visual-card img { width: 100%; height: 310px; object-fit: cover; display: block; transition: transform .45s ease; }
.logistics-visual-card:hover img { transform: scale(1.035); }
.logistics-visual-card::after { content:""; position:absolute; inset: 52% 0 0; background:linear-gradient(transparent,rgba(1,22,17,.9)); }
.logistics-visual-card span { position:absolute; z-index:2; left:20px; right:20px; bottom:18px; color:#f3d67e; font:700 1.15rem var(--serif); letter-spacing:.02em; }
.global-capabilities { margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.capability-media {
    min-height: 190px;
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 22px;
    padding: 18px 26px;
    border: 1px solid rgba(240,217,140,.3);
    border-radius: 24px;
    background: rgba(255,255,255,.045);
}
.capability-media img { width: 150px; height: 150px; border-radius: 22px; object-fit: cover; }
.capability-media strong { color: #f3d67e; font: 700 1.5rem var(--serif); }

.execution-intro img { border-radius: 22px; border: 1px solid rgba(240,217,140,.2); opacity: 1; box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.exposition-showcase {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 28px;
    border-radius: 30px;
    border: 1px solid rgba(202,166,74,.35);
    box-shadow: var(--shadow);
    background: #062b22;
}
.exposition-showcase img { display:block; width:100%; height:auto; aspect-ratio:4 / 3; object-fit:cover; }
.exposition-showcase::after { content:""; position:absolute; inset:60% 0 0; background:linear-gradient(transparent,rgba(2,28,21,.92)); }
.exposition-showcase-cta { position:absolute; z-index:2; right:26px; bottom:24px; padding:12px 18px; border-radius:999px; background:#f3d67e; color:#05382b; font-weight:800; }
.exhibition-grid-compact .event-card { height: 300px; }

.sector-hero { background: linear-gradient(135deg, #041f18, #0a4a39); color: white; }
.sector-hero-copy h1 { color: #f1ce68; }
.sector-hero-copy h2 { color: #f4df9d; }
.sector-hero-copy p { color: rgba(255,255,255,.72); }
.sector-hero .btn-secondary { border-color: rgba(240,217,140,.5); color: #fff9e8; background: rgba(255,255,255,.06); }
.sector-hero-image { min-height: 560px; border-color: rgba(240,217,140,.38); background:#031d16; }
.sector-hero-image img { height: 560px; object-fit: cover; }

.exhibitions-visual-hero { position:relative; background:#031e17; overflow:hidden; }
.exhibitions-visual-hero img { width:100%; height:auto; max-height:760px; object-fit:cover; display:block; }
.exhibitions-visual-hero::after { content:""; position:absolute; inset:65% 0 0; background:linear-gradient(transparent,rgba(1,23,17,.8)); }
.exhibitions-visual-overlay { position:absolute; z-index:2; left:50%; bottom:32px; transform:translateX(-50%); }

@media (max-width: 980px) {
    .premium-sector-image { height: 280px; }
    .logistics-visual-grid { grid-template-columns: repeat(2, 1fr); }
    .capability-media { grid-template-columns: 120px 1fr; }
    .capability-media img { width:110px; height:110px; }
    .sector-hero-image, .sector-hero-image img { min-height:0; height:auto; }
}
@media (max-width: 640px) {
    .hero-section-photo { padding: 18px 0 40px; }
    .hero-photo-shell { border-radius: 22px; }
    .hero-master-image { aspect-ratio: 4 / 3; object-position: 58% center; }
    .hero-photo-actions { left:16px; right:16px; bottom:16px; }
    .hero-photo-actions .btn { width:auto; flex:1; min-width:140px; }
    .premium-sector-card { min-height:0; }
    .premium-sector-image { height: 270px; }
    .logistics-visual-grid, .global-capabilities { grid-template-columns:1fr; }
    .logistics-visual-card, .logistics-visual-card img { min-height:0; height:260px; }
    .capability-media { grid-template-columns:100px 1fr; min-height:140px; padding:14px; }
    .capability-media img { width:92px; height:92px; }
    .exposition-showcase { border-radius:20px; }
    .exhibitions-visual-overlay { bottom:16px; }
}
