:root {
  --navy: #003a8f;
  --navy-deep: #03182d;
  --ink: #08121d;
  --paper: #eef1ef;
  --signal: #f04c24;
  --ice: #93ddff;
  --muted: #6f7d88;
  --line: rgba(8, 30, 52, .16);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body.nav-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { color: inherit; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }

.inner-cursor, .inner-cursor-dot { position: fixed; z-index: 900; left: 0; top: 0; pointer-events: none; border-radius: 50%; transform: translate3d(-50%, -50%, 0); }
.inner-cursor { width: 38px; height: 38px; border: 1px solid rgba(0,58,143,.58); transition: width .3s var(--ease), height .3s var(--ease), background .3s; }
.inner-cursor-dot { width: 6px; height: 6px; background: var(--signal); }
.inner-cursor.is-over { width: 58px; height: 58px; background: rgba(147,221,255,.14); }

.inner-topbar { position: fixed; z-index: 100; top: 18px; left: 20px; right: 20px; height: 72px; display: grid; grid-template-columns: 300px 1fr auto; color: #fff; background: linear-gradient(115deg, rgba(3,14,27,.96), rgba(5,29,50,.88)); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; overflow: hidden; -webkit-backdrop-filter: blur(24px) saturate(1.3); backdrop-filter: blur(24px) saturate(1.3); box-shadow: 0 20px 55px rgba(0,14,31,.2); }
.inner-topbar::after { content: ""; position: absolute; left: 0; bottom: 0; width: var(--read-progress, 0%); height: 2px; background: linear-gradient(90deg, #e95418, #ff8b3c, #ffd8b9); box-shadow: 0 0 14px rgba(255,102,24,.7); }
.inner-brand { display: flex; align-items: center; gap: 12px; padding: 8px 17px 8px 10px; min-width: 0; }
.inner-brand-mark { display: grid; place-items: center; flex: 0 0 auto; width: 54px; height: 50px; border-radius: 15px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.08); }
.inner-brand-mark img { width: 46px; height: 34px; object-fit: contain; }
.inner-brand-copy { min-width: 0; display: grid; gap: 4px; }
.inner-brand-copy b { font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inner-brand-copy small { color: rgba(206,224,238,.61); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: flex-end; align-items: stretch; }
.desktop-nav a { position: relative; display: grid; place-items: center; min-width: 104px; padding: 0 20px; color: rgba(224,237,246,.7); border-left: 1px solid rgba(255,255,255,.1); font-size: 13px; transition: color .3s, background .3s; }
.desktop-nav a::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 17px; height: 1px; background: var(--signal); transform: scaleX(0); transition: transform .4s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; background: rgba(255,255,255,.055); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.inner-menu-toggle { display: none; width: 64px; color: #fff; background: transparent; border: 0; border-left: 1px solid rgba(255,255,255,.1); }
.inner-menu-toggle i, .inner-menu-toggle i::after { display: block; width: 19px; height: 1px; margin: auto; background: currentColor; content: ""; transition: transform .35s var(--ease); }
.inner-menu-toggle i::after { transform: translateY(6px); }
.inner-menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.inner-menu-toggle[aria-expanded="true"] i::after { transform: rotate(90deg); }

.mobile-nav { position: fixed; z-index: 99; inset: 0; display: grid; align-content: end; gap: 8px; padding: 104px 12px 16px; color: #fff; background: rgba(1,10,20,.9); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); visibility: hidden; opacity: 0; transition: opacity .4s, visibility .4s; }
.mobile-nav.is-open { visibility: visible; opacity: 1; }
.mobile-nav a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 62px; padding: 0 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(8,31,52,.66); transform: translateY(18px); opacity: 0; transition: transform .45s var(--ease), opacity .35s; }
.mobile-nav.is-open a { transform: none; opacity: 1; }
.mobile-nav a:nth-child(2) { transition-delay: .04s; }
.mobile-nav a:nth-child(3) { transition-delay: .08s; }
.mobile-nav a:nth-child(4) { transition-delay: .12s; }
.mobile-nav small { color: #ff8b43; }
.mobile-nav i { color: var(--ice); font-style: normal; }

.page-main { overflow: hidden; }
.editorial-hero { position: relative; min-height: 92svh; display: grid; align-items: end; padding: 150px 5.5vw 70px; color: #fff; background: radial-gradient(circle at 78% 28%, rgba(0,99,178,.42), transparent 36%), linear-gradient(132deg, #031221, #06335a 56%, #051b31); isolation: isolate; }
.editorial-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.editorial-orbit { position: absolute; z-index: -1; right: -10vw; top: 9vh; width: min(64vw, 980px); aspect-ratio: 1; border: 1px solid rgba(137,220,255,.18); border-radius: 50%; animation: orbit 18s linear infinite; }
.editorial-orbit::before, .editorial-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(137,220,255,.14); }
.editorial-orbit::before { inset: 16%; }
.editorial-orbit::after { inset: 33%; border-color: rgba(240,76,36,.22); }
.editorial-orbit i { position: absolute; left: 4%; top: 48%; width: 11px; height: 11px; border-radius: 50%; background: #ff7631; box-shadow: 0 0 22px #ff5e17; }
@keyframes orbit { to { transform: rotate(360deg); } }
.editorial-hero-grid { display: grid; grid-template-columns: minmax(160px,.4fr) minmax(0,1.6fr); gap: 5vw; align-items: end; }
.page-kicker { margin: 0 0 12px; color: rgba(196,222,239,.68); font: 700 12px/1 Arial; letter-spacing: .18em; text-transform: uppercase; }
.page-kicker::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 11px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 12px rgba(240,76,36,.8); }
.editorial-hero h1 { max-width: 1120px; margin: 0; font-size: clamp(72px, 9vw, 162px); font-weight: 400; line-height: .78; letter-spacing: -.075em; }
.editorial-hero h1 em { color: #8fddff; font-style: normal; }
.hero-brief { grid-column: 2; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: end; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-brief p { max-width: 630px; margin: 0; color: rgba(229,241,248,.75); font-size: clamp(16px,1.25vw,21px); line-height: 1.35; }
.hero-brief span { color: #ff9b5b; font: 600 12px/1 Arial; letter-spacing: .14em; text-transform: uppercase; }
.blog-page .editorial-hero-grid { grid-template-columns: 1fr; }
.blog-page .editorial-hero h1 { max-width: 1180px; }
.blog-page .hero-brief { grid-column: 1; max-width: 980px; }

.content-wrap { width: min(1500px, calc(100% - 11vw)); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: .45fr 1.55fr; gap: 5vw; align-items: end; margin-bottom: 36px; }
.section-head h2 { margin: 0; font-size: clamp(48px, 6vw, 98px); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.filter-bar button { min-height: 42px; padding: 0 18px; color: #51606d; background: rgba(255,255,255,.54); border: 1px solid var(--line); border-radius: 999px; transition: color .3s, background .3s, transform .3s var(--ease); }
.filter-bar button:hover, .filter-bar button.is-active { color: #fff; background: var(--navy-deep); transform: translateY(-2px); }
.blog-page .section-head { grid-template-columns: 1fr; }
.blog-page .section-head > div { display: grid; gap: 28px; }
.blog-page .filter-bar { justify-content: flex-start; }

.journal-section { padding: 110px 0 130px; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.story-card { position: relative; grid-column: span 6; min-height: 610px; display: grid; grid-template-rows: minmax(300px,1fr) auto; background: rgba(255,255,255,.66); border: 1px solid rgba(3,40,69,.13); border-radius: 28px; overflow: hidden; box-shadow: 0 26px 80px rgba(9,34,55,.07); transition: opacity .4s, transform .55s var(--ease), box-shadow .55s var(--ease); }
.story-card:first-child { grid-column: span 12; min-height: 690px; grid-template-columns: 1.46fr .54fr; grid-template-rows: 1fr; }
.story-card.is-filtered { display: none; }
.story-grid:has(.story-card.is-filtered) .story-card:not(.is-filtered) { grid-column: span 12; min-height: 540px; grid-template-columns: 1.18fr .82fr; grid-template-rows: 1fr; }
.story-card:hover { transform: translateY(-8px); box-shadow: 0 38px 100px rgba(7,34,58,.15); }
.story-media { position: relative; overflow: hidden; background: #092845; }
.story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .7s; }
.story-card:hover .story-media img { transform: scale(1.045); filter: saturate(1.08); }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,16,30,.28)); }
.story-no { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: rgba(3,19,35,.68); border: 1px solid rgba(255,255,255,.24); border-radius: 18px; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); font-size: 13px; }
.story-copy { display: grid; align-content: end; gap: 20px; padding: 30px; }
.story-card:first-child .story-copy { padding: 44px; background: linear-gradient(145deg, #061b31, #073864); color: #fff; }
.story-meta { display: flex; gap: 13px; color: #7e8b95; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.story-card:first-child .story-meta { color: rgba(204,227,241,.62); }
.story-copy h3 { margin: 0; font-size: clamp(34px, 3.8vw, 66px); font-weight: 400; line-height: .91; letter-spacing: -.055em; }
.story-card:not(:first-child) .story-copy h3 { font-size: clamp(32px, 3vw, 50px); }
.story-copy p { margin: 0; color: #5e6d78; font-size: 16px; line-height: 1.45; }
.story-card:first-child .story-copy p { color: rgba(229,241,248,.72); }
.story-link { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 18px; border-top: 1px solid currentColor; font-size: 14px; }
.story-link i { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--signal); border-radius: 50%; font-style: normal; transition: transform .4s var(--ease); }
.story-card:hover .story-link i { transform: translate(3px,-3px) rotate(8deg); }

.journal-cta { margin-top: 18px; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 330px; color: #fff; background: linear-gradient(135deg,#052038,#004b8e); border-radius: 28px; overflow: hidden; }
.journal-cta-copy { align-self: end; padding: 42px; }
.journal-cta h2 { max-width: 700px; margin: 0; font-size: clamp(45px,5vw,78px); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.journal-cta h2 em { color: #ff7a2a; font-style: normal; }
.journal-cta-side { display: grid; align-content: end; gap: 24px; padding: 42px; border-left: 1px solid rgba(255,255,255,.16); }
.journal-cta-side p { max-width: 430px; margin: 0; color: rgba(226,240,248,.72); line-height: 1.45; }
.pill-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; min-height: 52px; padding: 0 9px 0 20px; color: #fff; background: rgba(3,17,31,.78); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.pill-link i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--signal); font-style: normal; }

.article-hero { position: relative; min-height: 100svh; display: grid; align-content: end; padding: 140px 5.5vw 56px; color: #fff; overflow: hidden; background: #061a2d; }
.article-hero-image { position: absolute; inset: 0; }
.article-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,15,29,.92), rgba(3,26,46,.54) 58%, rgba(2,14,26,.18)), linear-gradient(0deg, rgba(2,15,29,.7), transparent 55%); }
.article-hero-content { position: relative; z-index: 1; width: min(1300px,100%); }
.article-back { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 38px; color: rgba(229,241,248,.7); font-size: 13px; }
.article-back::before { content: "←"; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.article-hero h1 { max-width: 1020px; margin: 12px 0 32px; font-size: clamp(64px,8vw,140px); font-weight: 400; line-height: .8; letter-spacing: -.075em; }
.article-deck { display: grid; grid-template-columns: 1fr auto; gap: 30px; max-width: 900px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.24); }
.article-deck p { margin: 0; max-width: 650px; color: rgba(235,245,250,.78); font-size: clamp(17px,1.4vw,23px); line-height: 1.35; }
.article-deck span { color: #ff9a57; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.article-shell { display: grid; grid-template-columns: 280px minmax(0,780px) minmax(180px,1fr); gap: clamp(35px,6vw,100px); width: min(1500px,calc(100% - 11vw)); margin: 0 auto; padding: 100px 0 130px; }
.article-index { position: sticky; top: 115px; align-self: start; display: grid; gap: 7px; }
.article-index small { margin-bottom: 13px; color: #7b8a95; letter-spacing: .16em; text-transform: uppercase; }
.article-index a { display: grid; grid-template-columns: 32px 1fr; align-items: center; min-height: 42px; padding: 0 11px; color: #64737e; border-left: 1px solid var(--line); font-size: 13px; transition: color .3s, border-color .3s, transform .3s; }
.article-index a.is-active { color: var(--navy); border-color: var(--signal); transform: translateX(7px); }
.article-body { min-width: 0; }
.article-lead { margin: 0 0 72px; color: #233747; font-size: clamp(23px,2vw,31px); line-height: 1.35; letter-spacing: -.025em; }
.article-body section { scroll-margin-top: 120px; margin: 0 0 72px; padding-top: 10px; }
.article-body h2 { margin: 0 0 25px; font-size: clamp(40px,4vw,64px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.article-body p { margin: 0 0 24px; color: #52636f; font-size: 18px; line-height: 1.7; }
.article-body blockquote { margin: 52px 0; padding: 10px 0 10px 34px; border-left: 3px solid var(--signal); color: var(--navy); font-size: clamp(28px,3vw,44px); line-height: 1.1; letter-spacing: -.035em; }
.article-facts { position: sticky; top: 115px; align-self: start; display: grid; gap: 1px; color: #fff; background: var(--navy-deep); border-radius: 22px; overflow: hidden; }
.article-facts div { padding: 20px; background: rgba(255,255,255,.03); border-bottom: 1px solid rgba(255,255,255,.1); }
.article-facts small { display: block; margin-bottom: 10px; color: rgba(182,210,229,.58); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.article-facts b { font-size: 17px; font-weight: 500; }

.contact-hero { min-height: 70svh; }
.contact-hero h1 { font-size: clamp(66px,8.4vw,146px); }
.contact-page .editorial-hero-grid { grid-template-columns: 1fr; }
.contact-page .editorial-hero h1 { max-width: 1220px; }
.contact-page .hero-brief { grid-column: 1; max-width: 980px; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 18px; width: min(1500px,calc(100% - 11vw)); margin: 72px auto 0; padding-bottom: 120px; position: relative; z-index: 2; }
.contact-details, .enquiry-panel { border-radius: 28px; border: 1px solid rgba(3,40,69,.14); box-shadow: 0 30px 90px rgba(6,35,58,.1); }
.contact-details { display: grid; align-content: space-between; padding: 34px; color: #fff; background: linear-gradient(150deg,#061a2e,#06477e); }
.contact-details h2 { margin: 0; font-size: clamp(40px,4vw,68px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.contact-details h2 em { color: #ff7b2c; font-style: normal; }
.contact-methods { display: grid; gap: 1px; margin-top: 60px; }
.contact-method { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-method small { display: block; margin-bottom: 8px; color: rgba(190,216,232,.58); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.contact-method a, .contact-method p { margin: 0; color: rgba(245,250,252,.9); font-size: 15px; line-height: 1.4; }
.enquiry-panel { padding: clamp(28px,4vw,58px); background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.enquiry-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 42px; }
.enquiry-head h2 { margin: 0; font-size: clamp(46px,5vw,78px); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.enquiry-head span { color: #72818c; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.enquiry-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 18px; }
.field { position: relative; display: grid; gap: 8px; }
.field.is-wide { grid-column: 1 / -1; }
.field label { color: #526470; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 0 16px; color: var(--ink); background: rgba(236,241,240,.72); border: 1px solid rgba(8,41,67,.16); border-radius: 14px; outline: none; transition: border-color .3s, box-shadow .3s, background .3s; }
.field textarea { min-height: 140px; padding-top: 16px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(0,58,143,.08); }
.custom-select-field { z-index: 5; }
.custom-select { position: relative; }
.select-trigger { position: relative; z-index: 2; width: 100%; min-height: 56px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 0 12px 0 17px; color: #61717c; text-align: left; background: linear-gradient(135deg, rgba(237,242,241,.92), rgba(228,236,237,.72)); border: 1px solid rgba(8,41,67,.16); border-radius: 14px; cursor: pointer; transition: color .3s, border-color .3s, box-shadow .3s, background .3s; }
.select-trigger i { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; color: #fff; background: linear-gradient(145deg,#0a4c84,#052b4c); border-radius: 10px; font-style: normal; transition: transform .35s var(--ease), background .3s; }
.custom-select.is-open .select-trigger, .select-trigger:focus-visible { color: var(--ink); background: #fff; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(0,58,143,.08); outline: none; }
.custom-select.has-value .select-trigger { color: var(--ink); }
.custom-select.is-open .select-trigger i { background: var(--signal); transform: rotate(180deg); }
.custom-select.is-invalid .select-trigger { border-color: var(--signal); box-shadow: 0 0 0 4px rgba(240,76,36,.1); }
.select-menu { position: absolute; z-index: 1; left: 0; right: 0; top: calc(100% - 5px); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; padding: 14px 8px 8px; color: #fff; background: linear-gradient(145deg, rgba(3,20,37,.98), rgba(5,48,82,.97)); border: 1px solid rgba(135,204,240,.22); border-radius: 0 0 18px 18px; box-shadow: 0 28px 70px rgba(1,18,36,.34), inset 0 1px 0 rgba(255,255,255,.06); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); opacity: 0; visibility: hidden; transform: translateY(-10px) scale(.985); transform-origin: top; transition: opacity .25s, visibility .25s, transform .35s var(--ease); }
.custom-select.is-open .select-menu { opacity: 1; visibility: visible; transform: none; }
.select-menu button { position: relative; display: grid; grid-template-columns: 28px minmax(0,1fr) 20px; gap: 8px; align-items: center; min-height: 52px; padding: 0 13px; color: rgba(225,239,247,.78); text-align: left; background: transparent; border: 0; border-radius: 11px; cursor: pointer; transition: color .25s, background .25s, transform .3s var(--ease); }
.select-menu button:hover, .select-menu button:focus-visible { color: #fff; background: rgba(119,204,245,.11); outline: none; transform: translateX(3px); }
.select-menu button[aria-selected="true"] { color: #fff; background: linear-gradient(90deg, rgba(240,76,36,.22), rgba(240,76,36,.05)); }
.select-menu button[aria-selected="true"]::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 2px; background: var(--signal); box-shadow: 0 0 10px var(--signal); }
.select-menu small { color: #ff8f4d; font-size: 10px; }
.select-menu span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.select-menu i { color: #91dfff; font-size: 12px; font-style: normal; opacity: .48; }
.form-actions { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 10px; }
.form-actions p { max-width: 430px; margin: 0; color: #7a8993; font-size: 12px; line-height: 1.45; }
.submit-button { display: inline-flex; align-items: center; gap: 18px; min-height: 54px; padding: 0 9px 0 22px; color: #fff; background: var(--navy-deep); border: 0; border-radius: 999px; cursor: pointer; }
.submit-button i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--signal); font-style: normal; }
.form-ready { grid-column: 1 / -1; display: none; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; color: #fff; background: #07365f; border-radius: 16px; }
.form-ready.is-visible { display: flex; }
.form-ready p { margin: 0; line-height: 1.4; }
.form-ready a { padding: 10px 14px; color: #fff; background: var(--signal); border-radius: 999px; font-size: 13px; white-space: nowrap; }

.inner-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding: 40px 5.5vw 28px; color: rgba(220,234,243,.66); background: #041321; border-top: 1px solid rgba(255,255,255,.09); }
.inner-footer b { display: block; margin-bottom: 8px; color: #fff; font-size: 16px; }
.inner-footer small { font-size: 12px; }
.footer-links { display: flex; gap: 24px; font-size: 13px; }
.footer-links a:hover { color: #fff; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .9s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .inner-topbar { grid-template-columns: minmax(0,1fr) auto; }
  .desktop-nav { display: none; }
  .inner-menu-toggle { display: block; }
  .editorial-hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .hero-brief { grid-column: 1; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .filter-bar { justify-content: flex-start; }
  .story-card:first-child { grid-template-columns: 1fr; grid-template-rows: minmax(360px,.95fr) auto; }
  .story-card:first-child .story-copy { padding: 34px; }
  .article-shell { grid-template-columns: 200px minmax(0,1fr); }
  .article-facts { position: static; grid-column: 1 / -1; grid-row: 2; grid-template-columns: repeat(3,1fr); }
  .article-body { grid-column: 2; grid-row: 1 / span 2; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .contact-methods { margin-top: 0; }
}

@media (max-width: 720px) {
  .inner-cursor, .inner-cursor-dot { display: none; }
  .inner-topbar { top: 10px; left: 10px; right: 10px; height: 64px; border-radius: 19px; }
  .inner-brand { gap: 9px; padding: 6px 8px; }
  .inner-brand-mark { width: 46px; height: 46px; border-radius: 14px; }
  .inner-brand-mark img { width: 40px; height: 30px; }
  .inner-brand-copy b { font-size: 13px; }
  .inner-brand-copy small { display: none; }
  .inner-menu-toggle { width: 54px; }
  .editorial-hero { min-height: 82svh; padding: 108px 18px 38px; }
  .editorial-orbit { width: 120vw; right: -55vw; top: 12vh; }
  .editorial-hero h1 { font-size: clamp(62px,20vw,96px); }
  .hero-brief { grid-template-columns: 1fr; gap: 15px; margin-top: 28px; }
  .content-wrap { width: calc(100% - 24px); }
  .journal-section { padding: 74px 0 82px; }
  .section-head h2 { font-size: 52px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-bar button { flex: 0 0 auto; }
  .story-grid { grid-template-columns: 1fr; gap: 12px; }
  .story-card, .story-card:first-child,
  .story-grid:has(.story-card.is-filtered) .story-card:not(.is-filtered) { grid-column: 1; min-height: 0; grid-template-columns: 1fr; grid-template-rows: 260px auto; border-radius: 22px; }
  .story-copy, .story-card:first-child .story-copy { padding: 24px 21px; }
  .story-copy h3, .story-card:not(:first-child) .story-copy h3 { font-size: 40px; }
  .journal-cta { grid-template-columns: 1fr; min-height: 0; border-radius: 22px; }
  .journal-cta-copy, .journal-cta-side { padding: 26px 22px; }
  .journal-cta-side { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .article-hero { min-height: 86svh; padding: 105px 18px 34px; }
  .article-back { margin-bottom: 22px; }
  .article-hero h1 { font-size: clamp(58px,18vw,90px); }
  .article-deck { grid-template-columns: 1fr; gap: 14px; }
  .article-shell { grid-template-columns: 1fr; width: calc(100% - 36px); padding: 70px 0 82px; }
  .article-index { position: static; display: flex; gap: 5px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .article-index small { display: none; }
  .article-index a { flex: 0 0 auto; min-height: 38px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; }
  .article-index a.is-active { color: #fff; background: var(--navy-deep); border-color: var(--navy-deep); transform: none; }
  .article-body { grid-column: 1; grid-row: auto; }
  .article-lead { margin-bottom: 50px; font-size: 22px; }
  .article-body section { margin-bottom: 52px; }
  .article-body h2 { font-size: 42px; }
  .article-body p { font-size: 17px; line-height: 1.62; }
  .article-facts { grid-column: 1; grid-row: auto; grid-template-columns: 1fr; }
  .contact-hero { min-height: 68svh; }
  .contact-layout { width: calc(100% - 24px); margin-top: 32px; padding-bottom: 76px; }
  .contact-details { grid-template-columns: 1fr; gap: 0; padding: 25px 22px; border-radius: 22px; }
  .contact-methods { margin-top: 38px; }
  .enquiry-panel { padding: 28px 18px; border-radius: 22px; }
  .enquiry-head { display: grid; gap: 12px; margin-bottom: 32px; }
  .enquiry-form { grid-template-columns: 1fr; gap: 17px; }
  .field, .field.is-wide, .form-actions, .form-ready { grid-column: 1; }
  .form-actions { display: grid; }
  .submit-button { width: 100%; justify-content: space-between; }
  .select-menu { grid-template-columns: 1fr; max-height: 318px; overflow-y: auto; }
  .form-ready { align-items: start; flex-direction: column; }
  .inner-footer { grid-template-columns: 1fr; gap: 24px; padding: 34px 18px 24px; }
  .footer-links { flex-wrap: wrap; gap: 16px 22px; }
}

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