:root {
  --ink: #151b2a;
  --navy: #101c35;
  --navy-2: #182b4e;
  --burgundy: #861927;
  --burgundy-dark: #68111d;
  --gold: #bd9450;
  --gold-light: #d8b979;
  --cream: #f5f1ea;
  --paper: #faf9f7;
  --muted: #687083;
  --line: #dedbd5;
  --white: #fff;
  --shadow: 0 25px 70px rgba(16, 28, 53, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.eu-ribbon { color: #e9edf5; background: #091326; border-bottom: 2px solid var(--gold); font-size: 11px; letter-spacing: .02em; }
.eu-ribbon__inner { height: 32px; display: flex; align-items: center; gap: 10px; }
.eu-flag { width: 24px; height: 16px; display: grid; place-items: center; color: #ffd548; background: #1247a4; font-size: 9px; }
.eu-ribbon__dot { width: 3px; height: 3px; background: #8290a7; border-radius: 50%; }
.site-header { position: relative; z-index: 50; background: white; }
.identity-row { height: 116px; display: flex; align-items: center; justify-content: space-between; }
.court-brand { display: inline-flex; align-items: center; gap: 17px; }
.court-seal { width: 62px; height: 62px; display: grid; place-items: center; color: var(--gold); }
.court-seal svg { width: 100%; }
.court-brand__text { display: flex; flex-direction: column; color: #9d783a; font-family: "Libre Caslon Display", serif; font-size: 18px; letter-spacing: .075em; line-height: 1.22; }
.court-brand__text strong { font-size: 20px; font-weight: 400; }
.identity-tools { position: relative; display: flex; align-items: center; gap: 10px; }
.language-trigger { min-width: 180px; height: 56px; display: flex; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid #ddd9d2; color: var(--ink); background: white; }
.language-trigger__icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--gold); background: #f5efe5; border-radius: 50%; }
.language-trigger__icon svg { width: 16px; }
.language-trigger > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; align-items: flex-start; gap: 2px; }
.language-trigger small { color: #868b96; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.language-trigger strong { font-size: 12px; font-weight: 600; }
.language-trigger .chevron { width: 15px; transition: transform .2s; }
.language-trigger[aria-expanded="true"] .chevron { transform: rotate(180deg); }
.language-menu { position: absolute; z-index: 30; top: 64px; right: 58px; width: 220px; padding: 7px; border: 1px solid #ddd9d2; background: white; box-shadow: 0 18px 45px rgba(16,28,53,.18); }
.language-menu[hidden] { display: none; }
.language-menu button { width: 100%; display: flex; justify-content: space-between; padding: 11px 12px; border: 0; color: #303747; background: transparent; text-align: left; font-size: 12px; }
.language-menu button:hover, .language-menu button.active { color: var(--burgundy); background: #f7f2ea; }
.language-menu small { color: #9297a1; }
.header-search { width: 56px; height: 56px; display: grid; place-items: center; color: white; background: var(--burgundy); }
.header-search svg { width: 21px; }
.main-nav { color: white; background: var(--burgundy); border-bottom: 4px solid var(--gold); }
.main-nav__inner { min-height: 54px; display: flex; align-items: stretch; justify-content: space-between; }
.main-nav nav { display: flex; align-items: stretch; }
.main-nav nav a { display: flex; align-items: center; padding: 0 27px; border-right: 1px solid rgba(255,255,255,.12); font-size: 12px; font-weight: 600; }
.main-nav nav a:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.main-nav nav a:hover { background: var(--burgundy-dark); }
.main-nav nav a { position: relative; }
.main-nav nav a::after { content: ""; position: absolute; right: 25px; bottom: 10px; left: 25px; height: 1px; background: var(--gold-light); transform: scaleX(0); transition: transform .25s; }
.main-nav nav a:hover::after, .main-nav nav a.is-active::after { transform: scaleX(1); }
.nav-case-link { display: flex; align-items: center; gap: 10px; padding: 0 4px 0 20px; color: #f4d9a7; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-case-link svg { width: 17px; }
.mobile-menu { display: none; width: 48px; border: 0; background: transparent; }
.mobile-menu span { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; }
.mega-menu { position: absolute; z-index: 45; right: 0; left: 0; color: var(--ink); background: rgba(255,255,255,.98); border-bottom: 4px solid var(--gold); box-shadow: 0 28px 60px rgba(8,18,38,.2); backdrop-filter: blur(18px); }
.mega-menu[hidden] { display: none; }
.mega-menu__inner { display: grid; grid-template-columns: .8fr 1fr .8fr; gap: 55px; padding: 38px 0; }
.mega-menu__intro { padding-right: 35px; border-right: 1px solid var(--line); }
.mega-menu__intro > span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mega-menu__intro h3 { margin: 10px 0; font-family: "Libre Caslon Display", serif; font-size: 31px; font-weight: 400; }
.mega-menu__intro p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.mega-menu__links { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 8px 25px; }
.mega-menu__links a { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.mega-menu__links a:hover { color: var(--burgundy); }
.mega-menu__feature { position: relative; min-height: 145px; overflow: hidden; color: white; }
.mega-menu__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mega-menu__feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,18,38,.92), rgba(8,18,38,.15)); }
.mega-menu__feature > span { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; display: grid; gap: 5px; }
.mega-menu__feature small { color: var(--gold-light); font-size: 8px; letter-spacing: .12em; }
.mega-menu__feature strong { font-family: "Libre Caslon Display", serif; font-size: 17px; font-weight: 400; }
.mega-menu__feature i { position: absolute; right: 0; bottom: 0; color: var(--gold-light); font-style: normal; }

.hero { position: relative; min-height: 680px; display: flex; overflow: hidden; color: white; background: var(--navy); }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__image { opacity: .9; }
.hero__veil { background: linear-gradient(90deg, rgba(8,18,38,.98) 0%, rgba(8,18,38,.88) 39%, rgba(8,18,38,.35) 68%, rgba(8,18,38,.15) 100%); }
.hero__lines { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero__glow--one { width: 430px; height: 430px; left: -160px; top: 90px; background: radial-gradient(circle, rgba(54,102,176,.24), transparent 68%); animation: floatGlow 8s ease-in-out infinite; }
.hero__glow--two { width: 330px; height: 330px; right: 5%; bottom: -100px; background: radial-gradient(circle, rgba(216,185,121,.16), transparent 70%); animation: floatGlow 10s ease-in-out infinite reverse; }
@keyframes floatGlow { 50% { transform: translate3d(35px,-20px,0) scale(1.08); } }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .45fr; align-items: center; gap: 100px; padding: 105px 0 120px; }
.overline, .eyebrow { display: flex; align-items: center; gap: 11px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.overline > span:first-child { width: 35px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 700px; margin: 26px 0 24px; font-family: "Libre Caslon Display", serif; font-size: clamp(58px, 6.4vw, 94px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-style: italic; font-weight: 400; }
.hero__copy > p { max-width: 650px; margin: 0; color: #d0d7e2; font-size: 17px; line-height: 1.8; }
.hero__actions { display: flex; gap: 13px; margin-top: 38px; }
.button { position: relative; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; overflow: hidden; border: 0; font-size: 11px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; transition: transform .25s, box-shadow .25s, background .25s, border-color .25s; }
.button > * { position: relative; z-index: 1; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button--gold { color: #181a20; background: var(--gold-light); box-shadow: 0 12px 30px rgba(189,148,80,.2); }
.button--gold:hover { background: #e4c98f; }
.button--ghost { color: white; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button--liquid::before { content: ""; position: absolute; width: 160%; height: 250%; left: -130%; top: -75%; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%); transform: rotate(8deg); transition: left .7s ease; }
.button--liquid:hover::before { left: 80%; }
.button--magnetic::before { content: ""; position: absolute; inset: 100% 0 0; background: rgba(255,255,255,.12); transition: inset .25s ease; }
.button--magnetic:hover { border-color: var(--gold-light); box-shadow: inset 0 0 0 1px rgba(216,185,121,.25); }
.button--magnetic:hover::before { inset: 0; }
.button--burgundy { min-width: 190px; color: white; background: var(--burgundy); }
.hero__aside { align-self: end; margin-bottom: 55px; padding: 30px 0 8px 28px; border-left: 1px solid rgba(216,185,121,.65); backdrop-filter: blur(2px); }
.hero__aside-label { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero__aside-rule { width: 35px; height: 1px; margin: 16px 0; background: rgba(255,255,255,.45); }
.hero__aside p { margin: 0; color: #d8dee8; font-family: "Libre Caslon Display", serif; font-size: 17px; line-height: 1.55; }
.hero__aside-meta { display: flex; gap: 35px; margin-top: 27px; }
.hero__aside-meta span { display: flex; flex-direction: column; }
.hero__aside-meta strong { color: white; font-family: "Libre Caslon Display", serif; font-size: 25px; font-weight: 400; }
.hero__aside-meta small { color: #a8b2c1; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.scroll-cue { position: absolute; z-index: 3; bottom: 0; left: 50%; display: flex; align-items: center; gap: 13px; padding: 18px 22px; color: #c8d0dc; background: rgba(8,18,38,.75); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 23px; background: var(--gold); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { 50% { transform: scaleY(.45); transform-origin: top; } }

/* Immersive home hero */
.home-page > .eu-ribbon, .home-page > .site-header { display: none; }
.home-page .hero { min-height: 100vh; max-height: 980px; }
.home-page .hero__image { opacity: 1; transform: scale(1.025); transition: transform .35s ease-out; }
.home-page .hero__veil { background:
  radial-gradient(circle at 72% 50%, transparent 0, rgba(4,11,25,.05) 28%, rgba(4,11,25,.32) 57%, rgba(4,11,25,.75) 100%),
  linear-gradient(90deg, rgba(3,10,24,.98) 0%, rgba(3,10,24,.88) 42%, rgba(3,10,24,.18) 72%, rgba(3,10,24,.08) 100%); }
.hero-nav { position: absolute; z-index: 6; top: 20px; right: 0; left: 0; display: grid; grid-template-columns: 58px 1fr 48px; align-items: center; gap: 25px; }
.hero-emblem { width: 55px; height: 66px; color: var(--gold-light); filter: drop-shadow(0 5px 15px rgba(0,0,0,.25)); }
.hero-emblem svg { width: 100%; height: 100%; }
.hero-nav__principles { display: flex; align-items: center; gap: 20px; color: #c0c7d3; font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.hero-nav__principles i { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }
.hero-nav__principles a { transition: color .2s; }
.hero-nav__principles a:hover { color: var(--gold-light); }
.hero-menu-button { width: 45px; height: 45px; display: grid; place-content: center; border: 1px solid rgba(216,185,121,.5); color: var(--gold-light); background: rgba(5,13,28,.35); border-radius: 50%; backdrop-filter: blur(8px); transition: background .2s, transform .2s; }
.hero-menu-button:hover { background: rgba(189,148,80,.17); transform: rotate(4deg); }
.hero-menu-button span { width: 18px; height: 1px; display: block; margin: 2.5px; background: currentColor; }
.hero-drawer { position: absolute; z-index: 20; inset: 0 0 0 auto; width: min(470px,100%); padding: 35px 43px; color: white; background: rgba(5,12,27,.96); border-left: 1px solid rgba(216,185,121,.35); box-shadow: -30px 0 80px rgba(0,0,0,.4); backdrop-filter: blur(24px); animation: drawerIn .35s ease both; }
.hero-drawer[hidden] { display: none; }
@keyframes drawerIn { from { opacity: 0; transform: translateX(40px); } }
.hero-drawer__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--gold-light); font-size: 9px; letter-spacing: .13em; }
.hero-drawer__head button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); color: white; background: transparent; border-radius: 50%; font-size: 22px; }
.hero-drawer nav { display: grid; margin-top: 35px; }
.hero-drawer nav a { display: flex; align-items: center; justify-content: space-between; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: "Libre Caslon Display",serif; font-size: 27px; }
.hero-drawer nav a:hover { color: var(--gold-light); }
.hero-drawer nav i { color: #68758a; font-family: "DM Sans",sans-serif; font-size: 9px; font-style: normal; letter-spacing: .12em; }
.hero__arcs { position: absolute; z-index: 1; inset: 0; pointer-events: none; overflow: hidden; }
.hero__arcs i { position: absolute; left: -370px; top: 9%; width: 790px; height: 790px; border: 1px solid rgba(189,148,80,.28); border-radius: 50%; }
.hero__arcs i:nth-child(2) { width: 990px; height: 990px; left: -505px; top: 2%; opacity: .7; }
.hero__arcs i:nth-child(3) { width: 1250px; height: 1250px; left: -680px; top: -9%; opacity: .4; }
.home-page .hero__inner { grid-template-columns: minmax(0,730px); align-content: center; padding: 118px 0 150px; }
.home-page .hero__copy { position: relative; padding-left: 70px; }
.home-page .hero__copy.hero-enter { opacity: 1; transform: none; animation: heroCopyIn .9s cubic-bezier(.2,.7,.2,1) .12s both; }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(25px); } }
.home-page .hero__copy::after { content: ""; position: absolute; left: 70px; top: 51%; width: 445px; height: 1px; background: linear-gradient(90deg,var(--gold),transparent); opacity: .7; }
.home-page .hero h1 { max-width: 730px; margin: 0; font-size: clamp(65px,7.3vw,105px); line-height: .82; letter-spacing: -.055em; text-shadow: 0 8px 40px rgba(0,0,0,.28); }
.home-page .hero h1 em { display: inline-block; margin-top: 7px; font-size: 1.02em; }
.home-page .hero__copy > p { max-width: 470px; margin: 31px 0 0 16px; padding-left: 16px; border-left: 1px solid var(--gold); color: #c8cfdb; font-size: 13px; line-height: 1.75; }
.home-page .hero__actions { margin: 29px 0 0 16px; }
.home-page .hero__actions .button { min-height: 59px; border-radius: 999px; }
.home-page .hero__actions .button--gold { min-width: 270px; justify-content: space-between; padding-left: 31px; background: linear-gradient(100deg,#e1b95f,#ffd77d 55%,#d79b35); box-shadow: 0 0 28px rgba(237,183,74,.48), inset 0 1px 0 rgba(255,255,255,.72); }
.home-page .hero__actions .button--gold svg { width: 42px; height: 42px; padding: 11px; border: 1px solid rgba(29,25,18,.55); border-radius: 50%; }
.home-page .hero__actions .button--ghost { min-width: 190px; justify-content: space-between; padding-left: 28px; border-color: rgba(216,185,121,.45); background: rgba(5,13,28,.28); backdrop-filter: blur(7px); }
.home-page .hero__actions .button--ghost svg { width: 20px; }
.hero-assurances { position: absolute; z-index: 5; bottom: 72px; left: 50%; display: flex; gap: 0; padding-left: 70px; transform: translateX(-50%); }
.hero-assurances a { min-width: 185px; display: flex; align-items: center; gap: 13px; padding: 5px 25px; border-right: 1px solid rgba(255,255,255,.17); }
.hero-assurances a:first-child { padding-left: 0; }
.hero-assurances a:last-child { border: 0; }
.assurance-icon { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(216,185,121,.35); border-radius: 50%; background: rgba(5,13,28,.35); }
.assurance-icon svg { width: 20px; }
.assurance-icon--stars { color: #e5bd54; font-size: 15px; }
.hero-assurances a > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.hero-assurances strong { color: #cbd2dc; font-size: 10px; font-weight: 500; }
.hero-assurances small { color: #778398; font-size: 8px; }
.home-page .scroll-cue { bottom: 12px; padding: 8px 15px; background: transparent; }
.home-page .scroll-cue::after { content: "⌄"; color: var(--gold-light); font-size: 20px; animation: scrollArrow 1.8s ease-in-out infinite; }
.home-page .scroll-cue i { display: none; }
@keyframes scrollArrow { 50% { transform: translateY(5px); } }

.tracker-section { position: relative; padding: 96px 0 105px; background: var(--cream); }
.tracker-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.tracker-intro { display: flex; gap: 25px; }
.section-index { color: var(--gold); font-family: "Libre Caslon Display", serif; font-size: 23px; }
.eyebrow { margin-bottom: 16px; color: #9a7538; }
.eyebrow--light { color: var(--gold-light); }
.tracker-intro h2, .section-heading h2, .procedure-copy h2, .calendar-copy h2, .media-copy h2, .cta-card h2 { margin: 0; font-family: "Libre Caslon Display", serif; font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.tracker-intro p, .section-heading > p, .procedure-copy > p, .calendar-copy > p, .media-copy > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.case-search-card { padding: 35px; background: white; border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.case-search-card__top { display: flex; align-items: center; gap: 15px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.search-symbol { width: 47px; height: 47px; display: grid; place-items: center; color: white; background: var(--navy); }
.search-symbol svg { width: 24px; }
.case-search-card__top > div { display: flex; flex-direction: column; gap: 4px; }
.case-search-card__top small { color: #9b7a43; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.case-search-card__top strong { font-family: "Libre Caslon Display", serif; font-size: 20px; font-weight: 400; }
.case-search-card form { padding: 24px 0 18px; }
.case-search-card label { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.case-input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.input-wrap { min-height: 55px; display: flex; align-items: center; gap: 11px; padding: 0 16px; border: 1px solid #cbc7c0; background: #fbfaf8; }
.input-wrap:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,148,80,.12); }
.input-wrap svg { width: 19px; color: #8b8f98; }
.input-wrap input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; text-transform: uppercase; }
.input-wrap input::placeholder { color: #9da1a8; text-transform: none; }
.form-message { min-height: 15px; padding-top: 7px; color: var(--burgundy); font-size: 11px; }
.case-search-card__footer { display: flex; align-items: center; gap: 25px; padding-top: 18px; border-top: 1px solid var(--line); color: #777e8c; font-size: 10px; }
.case-search-card__footer > span { display: flex; align-items: center; gap: 6px; }
.case-search-card__footer svg { width: 15px; color: #9a7538; }
.case-search-card__footer code { margin-left: auto; color: #a0a3aa; }

.court-section, .law-section, .calendar-section, .media-section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .65fr; align-items: end; gap: 100px; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 5px; }
.court-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; }
.institution-card { position: relative; min-height: 385px; display: flex; flex-direction: column; padding: 37px; overflow: hidden; border-top: 4px solid var(--navy-2); background: #eeece8; }
.institution-card--main { color: white; border-color: var(--gold); background: var(--navy); }
.institution-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: auto; color: var(--gold-light); border: 1px solid rgba(216,185,121,.55); }
.institution-card__icon svg { width: 34px; }
.institution-card__number { margin-bottom: auto; color: rgba(16,28,53,.12); font-family: "Libre Caslon Display", serif; font-size: 94px; line-height: .8; }
.card-tag { margin-top: 30px; color: var(--gold); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.institution-card h3 { margin: 12px 0; font-family: "Libre Caslon Display", serif; font-size: 25px; font-weight: 400; line-height: 1.22; }
.institution-card p { margin: 0; color: #697080; font-size: 12px; line-height: 1.75; }
.institution-card--main p { color: #bcc6d6; }
.institution-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--gold-light); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.institution-card a svg { width: 16px; }

.procedure-section { padding: 115px 0; color: white; background: var(--burgundy-dark); }
.procedure-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.procedure-copy { padding-top: 15px; }
.procedure-copy p { color: #d6bfc3; }
.inline-link, .section-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--gold-light); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.inline-link svg, .section-link svg { width: 17px; }
.procedure-steps { display: grid; grid-template-columns: 1fr 1fr; }
.procedure-steps article { min-height: 230px; display: grid; grid-template-columns: 35px 55px 1fr; gap: 18px; padding: 30px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.procedure-steps article:nth-child(3), .procedure-steps article:nth-child(4) { border-bottom: 1px solid rgba(255,255,255,.16); }
.procedure-steps article:nth-child(2), .procedure-steps article:nth-child(4) { border-right: 1px solid rgba(255,255,255,.16); }
.procedure-steps article > span { color: var(--gold-light); font-family: "Libre Caslon Display", serif; font-size: 17px; }
.procedure-steps i { width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(216,185,121,.45); font-style: normal; }
.procedure-steps i svg { width: 25px; }
.procedure-steps h3 { margin: 3px 0 10px; font-family: "Libre Caslon Display", serif; font-size: 20px; font-weight: 400; }
.procedure-steps p { margin: 0; color: #d6bfc3; font-size: 11px; line-height: 1.7; }

.law-section { background: white; }
.section-link { align-self: end; justify-self: end; color: var(--burgundy); }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s, transform .25s; }
.resource-card:hover { z-index: 2; color: white; background: var(--navy); transform: translateY(-6px); }
.resource-card__icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: auto; color: var(--burgundy); background: #f3ede7; }
.resource-card:hover .resource-card__icon { color: var(--gold-light); background: rgba(255,255,255,.08); }
.resource-card__icon svg { width: 22px; }
.resource-card__meta { margin-top: 25px; color: var(--gold); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.resource-card h3 { margin: 10px 0; font-family: "Libre Caslon Display", serif; font-size: 22px; font-weight: 400; }
.resource-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.resource-card:hover p { color: #bec8d7; }
.resource-card > i { position: absolute; right: 25px; bottom: 23px; color: var(--gold); font-style: normal; }

.news-section { padding: 110px 0; color: white; background: var(--navy); }
.section-heading--white h2 { color: white; }
.section-link--light { color: var(--gold-light); }
.news-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 45px; }
.lead-story { background: white; }
.lead-story__image { position: relative; height: 320px; overflow: hidden; }
.lead-story__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.lead-story:hover img { transform: scale(1.035); }
.lead-story__image > span { position: absolute; left: 0; bottom: 0; padding: 10px 16px; color: white; background: var(--burgundy); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.lead-story__body { padding: 28px 31px 31px; color: var(--ink); }
.lead-story time, .news-item time { color: #a37f46; font-size: 9px; font-weight: 700; letter-spacing: .09em; }
.lead-story h3 { margin: 10px 0; font-family: "Libre Caslon Display", serif; font-size: 27px; font-weight: 400; }
.lead-story p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.lead-story a { display: inline-block; margin-top: 21px; color: var(--burgundy); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.news-list { display: grid; border-top: 1px solid rgba(255,255,255,.16); }
.news-item { display: grid; grid-template-columns: 80px 1fr 25px; gap: 18px; align-items: start; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.news-item > div > span { color: var(--gold-light); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.news-item h3 { margin: 7px 0; font-family: "Libre Caslon Display", serif; font-size: 21px; font-weight: 400; }
.news-item p { margin: 0; color: #aeb9ca; font-size: 11px; line-height: 1.6; }
.news-item > i { color: var(--gold); font-style: normal; }

.calendar-section { background: var(--cream); }
.calendar-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; align-items: center; }
.calendar-copy > p { max-width: 530px; }
.calendar-events { display: grid; gap: 10px; margin-top: 30px; }
.calendar-events article { display: flex; align-items: center; gap: 18px; padding: 14px; border: 1px solid #ded8cf; background: rgba(255,255,255,.5); }
.calendar-events time { width: 55px; height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--burgundy); }
.calendar-events time strong { font-family: "Libre Caslon Display", serif; font-size: 22px; font-weight: 400; line-height: 1; }
.calendar-events time span, .calendar-events article > div > span { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.calendar-events article > div > span { color: var(--gold); font-weight: 700; }
.calendar-events h3 { margin: 4px 0; font-family: "Libre Caslon Display", serif; font-size: 17px; font-weight: 400; }
.calendar-events small { color: var(--muted); font-size: 9px; }
.calendar-card { padding: 35px; background: white; border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.calendar-card__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.calendar-card__head strong { font-family: "Libre Caslon Display", serif; font-size: 20px; font-weight: 400; }
.calendar-card__head button { width: 33px; height: 33px; border: 1px solid var(--line); color: var(--navy); background: white; }
.calendar-week, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.calendar-week { padding: 19px 0 8px; color: #989da6; font-size: 8px; font-weight: 700; }
.calendar-days span { position: relative; height: 49px; display: grid; place-items: center; color: #525a6b; font-size: 11px; }
.calendar-days .today { color: white; background: var(--burgundy); }
.calendar-days .event-day::after { content: ""; position: absolute; bottom: 7px; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.calendar-legend { display: flex; gap: 23px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.calendar-legend > span { display: flex; align-items: center; gap: 7px; }
.calendar-legend i { width: 8px; height: 8px; background: var(--burgundy); }
.calendar-legend > span:last-child i { background: var(--gold); border-radius: 50%; }

.media-section { background: white; }
.media-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.video-card { position: relative; width: 100%; min-height: 460px; padding: 0; overflow: hidden; border: 0; color: white; background: var(--navy); text-align: left; }
.video-card > img, .video-card__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-card > img { transition: transform .8s; }
.video-card:hover > img { transform: scale(1.03); }
.video-card__shade { background: linear-gradient(0deg, rgba(8,15,29,.92), rgba(8,15,29,.08) 70%); }
.play-button { position: absolute; top: 50%; left: 50%; width: 75px; height: 75px; display: grid; place-items: center; color: white; background: rgba(134,25,39,.9); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 12px rgba(255,255,255,.13); }
.play-button svg { width: 30px; }
.video-card__content { position: absolute; right: 35px; bottom: 32px; left: 35px; display: flex; flex-direction: column; gap: 8px; }
.video-card__content small { color: var(--gold-light); font-size: 9px; letter-spacing: .12em; }
.video-card__content strong { max-width: 600px; font-family: "Libre Caslon Display", serif; font-size: 27px; font-weight: 400; }
.video-card__content > span { color: #c6cfda; font-size: 10px; }
.media-links { display: grid; margin-top: 30px; border-top: 1px solid var(--line); }
.media-links a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 600; }
.media-links a > span { display: flex; align-items: center; gap: 12px; }
.media-links svg { width: 19px; color: var(--burgundy); }
.media-links b { color: var(--gold); }

.cta-section { padding: 0 0 100px; background: white; }
.cta-card { min-height: 255px; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 35px; padding: 45px 55px; color: white; background: var(--navy); }
.cta-card__seal { width: 95px; height: 95px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(216,185,121,.45); border-radius: 50%; }
.cta-card__seal svg { width: 49px; }
.cta-card h2 { font-size: 39px; }
.cta-card p { margin: 10px 0 0; color: #b8c2d1; font-size: 12px; }

footer { padding: 68px 0 24px; color: #b5bdc9; background: #0a1427; border-top: 4px solid var(--gold); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.12); }
.court-brand--footer .court-brand__text { color: #d9ba7d; }
.footer-top p { max-width: 420px; color: #8f9bad; font-family: "Libre Caslon Display", serif; font-size: 15px; line-height: 1.6; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px; padding: 45px 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 11px; }
.footer-grid strong { margin-bottom: 8px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; }
.footer-bottom a { color: var(--gold-light); }

.result-overlay { position: fixed; z-index: 100; inset: 0; padding: 24px; overflow-y: auto; background: rgba(4,10,22,.82); backdrop-filter: blur(8px); }
.result-overlay[hidden] { display: none; }
.result-modal { position: relative; width: min(790px, 100%); margin: 40px auto; overflow: hidden; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.modal-close { position: absolute; z-index: 2; top: 15px; right: 15px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.08); border-radius: 50%; font-size: 24px; }
.result-head { padding: 38px 42px; color: white; background: linear-gradient(120deg, var(--navy), #273c61); border-bottom: 4px solid var(--gold); }
.result-head small { color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.result-head h2 { margin: 8px 0 12px; font-family: "Libre Caslon Display", serif; font-size: 32px; font-weight: 400; }
.status-badge { width: max-content; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: white; background: rgba(255,255,255,.12); font-size: 9px; font-weight: 700; }
.status-badge i { width: 6px; height: 6px; background: var(--gold-light); border-radius: 50%; }
.result-body { padding: 34px 42px 42px; }
.case-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.case-parties { margin:28px 0; }
.case-parties > h3 { margin-bottom:14px; }
.party-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.party-card { padding:20px; border:1px solid var(--line); background:#fbfaf7; }
.party-card > span { display:block; margin-bottom:15px; color:var(--burgundy); font-size:9px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.party-card > div { display:flex; justify-content:space-between; gap:18px; padding:9px 0; border-top:1px solid #e5e0d7; }
.party-card small { color:var(--muted); font-size:9px; text-transform:uppercase; letter-spacing:.06em; }
.party-card strong { max-width:60%; font-size:11px; text-align:right; }
.case-materials { display:grid; grid-template-columns:48px 1fr; gap:18px; margin:28px 0; padding:23px; border-left:3px solid var(--gold); background:#f5f2ec; }
.case-materials__icon { width:48px; height:48px; display:grid; place-items:center; color:var(--burgundy); background:white; }
.case-materials__icon svg { width:23px; fill:none; stroke:currentColor; stroke-width:1.6; }
.case-materials small { color:var(--gold); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.case-materials h3 { margin:5px 0 3px; font-size:19px; }
.case-materials time { color:var(--muted); font-size:9px; }
.case-materials p { margin:12px 0 0; color:#566277; font-size:11px; line-height:1.7; }
.case-materials .document-link { width:max-content; margin-top:15px; }
.meta-item { display: flex; flex-direction: column; gap: 5px; }
.meta-item small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.meta-item strong { font-size: 12px; }
.result-summary { margin: 28px 0; padding: 19px; color: #465064; background: #f5f2ed; border-left: 3px solid var(--gold); font-size: 12px; line-height: 1.7; }
.result-body h3 { font-family: "Libre Caslon Display", serif; font-size: 21px; font-weight: 400; }
.result-timeline { display: grid; }
.result-timeline > div { position: relative; display: flex; gap: 16px; min-height: 70px; }
.result-timeline > div:not(:last-child)::before { content: ""; position: absolute; left: 13px; top: 28px; bottom: 0; width: 1px; background: var(--line); }
.result-timeline .dot { position: relative; z-index: 1; width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: #9ca3af; background: white; border: 1px solid #cdd2da; border-radius: 50%; font-size: 9px; font-weight: 700; }
.result-timeline .completed .dot { color: white; background: var(--navy); border-color: var(--navy); }
.result-timeline .current .dot { color: white; background: var(--burgundy); border-color: var(--burgundy); box-shadow: 0 0 0 5px rgba(134,25,39,.1); }
.timeline-text { display: flex; flex-direction: column; gap: 4px; padding-top: 3px; }
.timeline-text strong { font-size: 12px; }
.timeline-text small { color: var(--muted); font-size: 9px; }
.document-link { width: 100%; margin-top: 5px; color: white; background: var(--burgundy); }
.video-overlay { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 25px; background: rgba(3,8,18,.88); backdrop-filter: blur(10px); }
.video-overlay[hidden] { display: none; }
.video-modal { position: relative; width: min(980px,100%); background: var(--navy); box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.video-close { position: absolute; z-index: 5; top: 15px; right: 15px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(5,12,25,.5); border-radius: 50%; font-size: 25px; }
.video-stage { position: relative; min-height: 560px; display: flex; align-items: flex-end; padding: 55px; overflow: hidden; color: white; }
.video-stage > img, .video-stage__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-stage__shade { background: linear-gradient(0deg, rgba(6,13,27,.98), rgba(6,13,27,.12) 75%); }
.video-stage__play { position: absolute; top: 42%; left: 50%; width: 78px; height: 78px; display: grid; place-items: center; color: white; background: var(--burgundy); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 14px rgba(255,255,255,.13); }
.video-stage__play svg { width: 32px; }
.video-stage > div { position: relative; z-index: 1; max-width: 650px; }
.video-stage small { color: var(--gold-light); font-size: 9px; letter-spacing: .13em; }
.video-stage h2 { margin: 10px 0; font-family: "Libre Caslon Display",serif; font-size: 38px; font-weight: 400; }
.video-stage p { color: #c4ccda; font-size: 12px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav nav { display: none; }
  .mobile-menu { display: block; }
  .main-nav nav.open { position: absolute; z-index: 40; top: 100%; right: 0; left: 0; display: grid; background: rgba(90,10,24,.98); box-shadow: 0 25px 55px rgba(8,18,38,.35); backdrop-filter: blur(18px); }
  .main-nav nav.open a { min-height: 52px; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-case-link { margin-left: auto; margin-right: 20px; }
  .main-nav { position: relative; }
  .mega-menu { display: none!important; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__aside { display: none; }
  .tracker-layout, .procedure-layout, .calendar-layout, .media-layout { grid-template-columns: 1fr; gap: 55px; }
  .court-grid { grid-template-columns: 1fr 1fr; }
  .institution-card--main { grid-column: 1 / -1; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 90px 1fr; }
  .cta-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1240px); }
  .eu-ribbon__inner { justify-content: center; }
  .eu-ribbon__dot, .eu-ribbon__inner span:last-child { display: none; }
  .identity-row { height: 88px; }
  .court-seal { width: 46px; height: 46px; }
  .court-brand { gap: 10px; }
  .court-brand__text { font-size: 10px; }
  .court-brand__text strong { font-size: 12px; }
  .language-trigger { min-width: 55px; width: 55px; padding: 0; justify-content: center; }
  .language-trigger > span:nth-child(2), .language-trigger .chevron { display: none; }
  .language-menu { top: 61px; right: 0; }
  .header-search { width: 48px; height: 56px; }
  .main-nav nav.open { top: 174px; }
  .main-nav nav.open { top: 100%; }
  .nav-case-link { font-size: 9px; }
  .hero { min-height: 690px; }
  .hero__veil { background: linear-gradient(90deg, rgba(8,18,38,.96), rgba(8,18,38,.75)); }
  .hero__inner { padding: 85px 0 105px; }
  .hero h1 { font-size: 56px; }
  .hero__copy > p { font-size: 14px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .tracker-section, .court-section, .law-section, .calendar-section, .media-section, .news-section { padding: 78px 0; }
  .tracker-layout { gap: 40px; }
  .tracker-intro { gap: 15px; }
  .case-search-card { padding: 25px 20px; }
  .case-input-row { grid-template-columns: 1fr; }
  .case-search-card__footer { align-items: flex-start; flex-direction: column; gap: 9px; }
  .case-search-card__footer code { margin: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .court-grid, .resource-grid, .procedure-steps { grid-template-columns: 1fr; }
  .institution-card--main { grid-column: auto; }
  .procedure-steps article { border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0!important; }
  .procedure-steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.16)!important; }
  .lead-story__image { height: 240px; }
  .news-item { grid-template-columns: 65px 1fr 18px; }
  .calendar-card { padding: 25px 16px; }
  .video-card { min-height: 380px; }
  .cta-card { grid-template-columns: 1fr; padding: 38px 28px; }
  .cta-card__seal { width: 75px; height: 75px; }
  .cta-card .button { grid-column: auto; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .result-overlay { padding: 9px; }
  .result-modal { margin: 10px auto; }
  .result-head, .result-body { padding: 30px 22px; }
  .case-meta { grid-template-columns: 1fr; }
  .party-grid { grid-template-columns:1fr; }
  .case-materials { grid-template-columns:1fr; }
  .video-overlay { padding: 9px; }
  .video-stage { min-height: 600px; padding: 30px 24px; }
  .video-stage h2 { font-size: 29px; }
  .home-page .hero { min-height: 100svh; max-height: none; }
  .home-page .hero__veil { background: linear-gradient(90deg,rgba(3,10,24,.95),rgba(3,10,24,.54)); }
  .hero-nav { top: 15px; grid-template-columns: 46px 1fr 44px; gap: 13px; }
  .hero-emblem { width: 43px; height: 52px; }
  .hero-nav__principles { gap: 8px; font-size: 6.5px; letter-spacing: .1em; }
  .hero-menu-button { width: 42px; height: 42px; }
  .hero__arcs i { left: -500px; }
  .home-page .hero__inner { padding: 115px 0 205px; }
  .home-page .hero__copy { padding-left: 0; }
  .home-page .hero__copy::after { left: 0; top: 47%; width: 280px; }
  .home-page .hero h1 { font-size: clamp(58px,18vw,76px); line-height: .86; }
  .home-page .hero__copy > p { margin: 29px 0 0; max-width: 330px; font-size: 12px; }
  .home-page .hero__actions { margin: 26px 0 0; }
  .home-page .hero__actions .button--gold, .home-page .hero__actions .button--ghost { width: 100%; min-width: 0; }
  .hero-assurances { bottom: 58px; width: calc(100% - 28px); padding: 0; }
  .hero-assurances a { min-width: 0; flex: 1; gap: 7px; padding: 4px 9px; }
  .assurance-icon { width: 31px; height: 31px; }
  .assurance-icon svg { width: 16px; }
  .hero-assurances strong { font-size: 8px; }
  .hero-assurances small { display: none; }
  .home-page .scroll-cue { bottom: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation: none!important; transition: none!important; }
  .reveal { opacity: 1; transform: none; }
}
