@charset "UTF-8";

/*
 * Eurosatory 2026 additions
 * Isolated styles only. Existing style.css is intentionally untouched.
 */

/* Home highlight */
.eurosatory-highlight {
    background: #0c0f14;
    color: #fff;
    min-height: 72rem;
}
.eurosatory-highlight__link {
    display: grid;
    grid-template-columns: 56% 44%;
    min-height: 72rem;
    color: #fff;
}
.eurosatory-highlight__media {
    position: relative;
    overflow: hidden;
    min-height: 72rem;
}
.eurosatory-highlight__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.04) 55%, rgba(12,15,20,.45) 100%);
    pointer-events: none;
}
.eurosatory-highlight__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .8s ease;
}
.eurosatory-highlight__link:hover .eurosatory-highlight__media img {
    transform: scale(1.025);
}
.eurosatory-highlight__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 9rem 8vw 9rem 7rem;
    background: #0c0f14;
}
.eurosatory-eyebrow {
    color: #4faacf;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .18em;
    margin-bottom: 2.4rem;
}
.eurosatory-highlight h2 {
    color: #fff;
    font-size: 4.6rem;
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -.03em;
}
.eurosatory-highlight__sub {
    color: #fff;
    font-size: 2.4rem;
    margin-top: 2.5rem;
}
.eurosatory-highlight__date {
    color: rgba(255,255,255,.62);
    font-size: 1.5rem;
    margin-top: 1.2rem;
}
.eurosatory-highlight__copy {
    max-width: 58rem;
    color: rgba(255,255,255,.76);
    font-family: Roboto;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 3.5rem;
}
.eurosatory-highlight__cta {
    width: fit-content;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .08em;
    margin-top: 4rem;
    padding-bottom: .8rem;
    border-bottom: .1rem solid #4faacf;
}
.eurosatory-highlight__cta i {
    margin-left: 1rem;
    transition: transform .3s ease;
}
.eurosatory-highlight__link:hover .eurosatory-highlight__cta i {
    transform: translateX(.5rem);
}

/* Detail page */
.eu-page { background: #fff; }
.eu-hero {
    min-height: calc(100vh - 8.6rem);
    position: relative;
    display: flex;
    align-items: flex-end;
    background: #111 url(../images/eurosatory/booth-empty.jpg) no-repeat center 46%;
    background-size: cover;
}
.eu-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.15) 10%, rgba(0,0,0,.28) 48%, rgba(0,0,0,.78) 100%);
}
.eu-hero__content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 10rem;
}
.eu-hero__eyebrow {
    color: #7bc4e1;
    font-size: 1.5rem;
    letter-spacing: .18em;
    font-weight: 600;
    margin-bottom: 2.4rem;
}
.eu-hero h1 {
    max-width: 92rem;
    font-size: 6.2rem;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}
.eu-hero__sub {
    font-size: 2.6rem;
    margin-top: 2.5rem;
}
.eu-hero__date {
    color: rgba(255,255,255,.75);
    font-size: 1.6rem;
    margin-top: 1.2rem;
}

.eu-section { padding: 12rem 0; }
.eu-section--light { background: #eff1f3; }
.eu-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(38rem, .95fr);
    gap: 9rem;
    align-items: center;
}
.eu-kicker {
    color: #4faacf;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .16em;
    margin-bottom: 2.2rem;
}
.eu-heading {
    font-size: 4.8rem;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -.03em;
    margin-bottom: 3.5rem;
}
.eu-body {
    font-family: Roboto;
    color: #333;
    font-size: 2rem;
    line-height: 3.4rem;
}
.eu-body p + p { margin-top: 2.4rem; }
.eu-photo {
    overflow: hidden;
    background: #ddd;
}
.eu-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eu-photo--portrait { height: 62rem; }
.eu-photo--portrait img { object-position: center 35%; }

.eu-quote {
    background: #0c0f14;
    color: #fff;
    padding: 13rem 0;
}
.eu-quote__label {
    color: #4faacf;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .18em;
    margin-bottom: 3rem;
}
.eu-quote blockquote {
    max-width: 108rem;
    font-size: 5.4rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.03em;
}
.eu-quote blockquote strong { color: #7bc4e1; font-weight: 500; }

.eu-capability-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
}
.eu-capability-photo { height: 66rem; }
.eu-capability-photo img { object-position: center; }
.eu-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 3.5rem 0;
}
.eu-flow span {
    border: .1rem solid #c7d0d6;
    padding: 1.1rem 1.5rem;
    font-size: 1.35rem;
    color: #333;
    background: #fff;
}
.eu-focus {
    margin-top: 3.8rem;
    border-left: .4rem solid #4faacf;
    padding: .3rem 0 .3rem 2.5rem;
}
.eu-focus__label {
    color: #777;
    font-size: 1.3rem;
    letter-spacing: .12em;
    margin-bottom: .8rem;
}
.eu-focus__value {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.35;
}

.eu-gallery-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 5rem;
}
.eu-gallery-head .eu-heading { margin-bottom: 0; }
.eu-gallery-note {
    max-width: 42rem;
    font-family: Roboto;
    font-size: 1.7rem;
    line-height: 2.8rem;
    color: #666;
}
.eu-gallery {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-template-rows: 34rem 34rem;
    gap: 1rem;
}
.eu-gallery figure { overflow: hidden; background: #ddd; }
.eu-gallery figure:first-child { grid-row: 1 / 3; }
.eu-gallery figure:nth-child(4) { grid-column: 2 / 4; }
.eu-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.eu-gallery figure:hover img { transform: scale(1.025); }
.eu-gallery figure:nth-child(1) img { object-position: center; }
.eu-gallery figure:nth-child(2) img { object-position: center 35%; }
.eu-gallery figure:nth-child(3) img { object-position: center 35%; }
.eu-gallery figure:nth-child(4) img { object-position: center 45%; }

.eu-cta {
    background: #eff1f3;
    padding: 10rem 0;
}
.eu-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}
.eu-cta__title {
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.2;
}
.eu-cta__text {
    font-family: Roboto;
    color: #555;
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-top: 1.5rem;
}
.eu-cta__button {
    flex: 0 0 auto;
    background: #306377;
    color: #fff;
    padding: 1.8rem 3rem;
    font-size: 1.6rem;
    transition: background .3s ease;
}
.eu-cta__button:hover { background: #222; }
.eu-cta__button i { margin-left: 1rem; }

@media screen and (max-width: 1024px) {
    .eurosatory-highlight { min-height: auto; }
    .eurosatory-highlight__link { grid-template-columns: 1fr; min-height: auto; }
    .eurosatory-highlight__media { min-height: 54rem; }
    .eurosatory-highlight__content { padding: 7rem max(3rem, calc((100vw - 76.8rem)/2)); }

    .eu-hero { min-height: 78vh; }
    .eu-hero h1 { font-size: 5.2rem; }
    .eu-intro-grid, .eu-capability-grid { grid-template-columns: 1fr; gap: 5rem; }
    .eu-photo--portrait, .eu-capability-photo { height: 55rem; }
    .eu-quote blockquote { font-size: 4.6rem; }
    .eu-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 42rem 32rem 32rem; }
    .eu-gallery figure:first-child { grid-column: 1 / 3; grid-row: auto; }
    .eu-gallery figure:nth-child(4) { grid-column: 1 / 3; }
}

@media screen and (max-width: 768px) {
    .eurosatory-highlight__media { min-height: 42rem; }
    .eurosatory-highlight__content { padding: 6rem 3rem; }
    .eurosatory-highlight h2 { font-size: 3.4rem; }
    .eurosatory-highlight__sub { font-size: 2rem; }
    .eurosatory-highlight__copy { font-size: 1.7rem; line-height: 2.8rem; }

    .eu-hero { min-height: 70vh; background-position: center; }
    .eu-hero__content { padding-bottom: 6rem; }
    .eu-hero h1 { font-size: 4rem; }
    .eu-hero__sub { font-size: 2rem; }
    .eu-section { padding: 8rem 0; }
    .eu-heading { font-size: 3.6rem; }
    .eu-body { font-size: 1.8rem; line-height: 3rem; }
    .eu-photo--portrait, .eu-capability-photo { height: 42rem; }
    .eu-quote { padding: 9rem 0; }
    .eu-quote blockquote { font-size: 3.6rem; }
    .eu-gallery-head { display: block; }
    .eu-gallery-note { margin-top: 2rem; }
    .eu-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
    .eu-gallery figure, .eu-gallery figure:first-child, .eu-gallery figure:nth-child(4) { grid-column: auto; grid-row: auto; height: 32rem; }
    .eu-cta__inner { display: block; }
    .eu-cta__button { display: inline-block; margin-top: 3rem; }
}

@media screen and (max-width: 550px) {
    .eurosatory-highlight__media { min-height: 34rem; }
    .eurosatory-highlight__content { padding: 5rem 2rem; }
    .eurosatory-highlight h2 { font-size: 3rem; }
    .eu-hero h1 { font-size: 3.4rem; }
    .eu-heading { font-size: 3.2rem; }
    .eu-quote blockquote { font-size: 3rem; }
    .eu-flow span { font-size: 1.25rem; }
    .eu-gallery figure, .eu-gallery figure:first-child, .eu-gallery figure:nth-child(4) { height: 27rem; }
}
