:root {
  --font-display: "Barlow Condensed";
  --font-sans: "DM Sans";
  --navy: #082a48;
  --navy-deep: #041d33;
  --blue: #0d4777;
  --blue-soft: #eaf3f8;
  --yellow: #ffd643;
  --yellow-bright: #ffe169;
  --orange: #ef7a27;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --ink: #152331;
  --muted: #617180;
  --line: rgba(8, 42, 72, 0.14);
  --shadow: 0 22px 70px rgba(4, 29, 51, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), sans-serif; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  color: white;
  background: rgba(4, 29, 51, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.logo{
  max-width: 400px;
  width: 100%;
}

.logo-vertical{
  width: 160px;
}

.header-inner { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 196px; font-family: var(--font-display), sans-serif; font-size: 1.12rem; font-weight: 800; line-height: .9; text-transform: uppercase; letter-spacing: .015em; }
.brand-mark { position: relative; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 11px; background: var(--yellow); transform: rotate(-7deg); box-shadow: 4px 4px 0 rgba(255,255,255,.16); }
.brand-mark i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--navy-deep); }
.brand-mark i:nth-child(1) { top: 9px; left: 9px; }
.brand-mark i:nth-child(2) { top: 17px; left: 17px; }
.brand-mark i:nth-child(3) { right: 9px; bottom: 9px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.1vw, 20px); margin-left: auto; }
.desktop-nav a, .small-link { position: relative; font-size: 1rem; font-weight: 700; }
.desktop-nav a::after, .small-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.desktop-nav a:hover::after, .small-link:hover::after { right: 0; }
.desktop-nav a.is-current::after { right: 0; height: 3px; }
.desktop-nav a.is-current { color: #fff; }
.mobile-menu nav > a.is-current { color: var(--yellow); }
.mobile-menu nav > a.is-current span { color: var(--yellow); }
.header-actions { display: flex; align-items: center; gap: 22px; margin-left: 12px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 25px; border: 1px solid transparent; border-radius: 4px; font-size: .92rem; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span:last-child { font-size: 1.15rem; }
.button-small { min-height: 46px; padding-inline: 18px; gap: 12px; }
.button-yellow { color: var(--navy-deep); background: var(--yellow); box-shadow: 0 12px 34px rgba(255, 214, 67, .22); }
.button-yellow:hover { background: var(--yellow-bright); box-shadow: 0 15px 38px rgba(255, 214, 67, .32); }
.button-outline { border-color: rgba(255,255,255,.34); color: white; }

.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; background: white; transition: transform .2s ease; }
.menu-button.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 810px; height: min(920px, 100vh); color: white; overflow: hidden; background: var(--navy-deep); }
.hero-image { position: absolute; inset: 0; background: url("../images/hero.jpg") center 48% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,43,.96) 0%, rgba(3,24,43,.78) 45%, rgba(3,24,43,.25) 78%, rgba(3,24,43,.42) 100%), linear-gradient(0deg, rgba(3,24,43,.92), transparent 35%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-top: 132px; padding-bottom: 68px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .62fr); align-items: end; gap: clamp(60px, 8vw, 130px); }
.hero-copy { padding-bottom: 24px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.light { color: var(--yellow); }
.hero h1, .section-heading h2, .about-copy h2, .location-copy h2, .cta-card h2 { margin: 0; font-family: var(--font-display), sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: -.045em; }
.hero h1 { max-width: 820px; font-size: clamp(4.4rem, 7.2vw, 7.25rem); line-height: .82; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-intro { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.65; }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 1rem; font-weight: 700; }
.light-link { color: white; border-color: rgba(255,255,255,.42); }
.hero-side { align-self: end; }
.countdown { border-top: 4px solid var(--yellow); background: rgba(4,29,51,.88); padding: 24px 26px 27px; backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.countdown-label { margin: 0 0 20px; color: rgba(255,255,255,.72); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.countdown-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.countdown-grid div { padding-right: 8px; border-right: 1px solid rgba(255,255,255,.16); }
.countdown-grid div:last-child { border-right: 0; }
.countdown-grid strong { display: block; color: var(--yellow); font-family: var(--font-display), sans-serif; font-size: clamp(2.55rem, 4.1vw, 4rem); line-height: .9; }
.countdown-grid span { color: rgba(255,255,255,.58); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-facts { display: grid; margin-top: 1px; border: 1px solid rgba(255,255,255,.15); background: rgba(4,29,51,.74); }
.hero-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-facts div:last-child { border-bottom: 0; }
.hero-facts span { color: rgb(255, 255, 255); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-facts strong { font-size: 1rem; }

.choice-section { padding: 105px 0 118px; background: var(--paper); }
.section-heading.compact { margin-bottom: 42px; }
.section-heading h2, .about-copy h2, .location-copy h2 { color: var(--navy); font-size: clamp(3.2rem, 5.5vw, 5.7rem); line-height: .88; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.choice-card { position: relative; min-height: 270px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); background: white; transition: background .25s ease, color .25s ease, transform .25s ease; }
.choice-card:last-child { border-right: 0; }
.choice-card.featured { color: white; background: var(--blue); }
.choice-card:hover { z-index: 2; color: white; background: var(--navy); transform: translateY(-6px); box-shadow: var(--shadow); }
.choice-number { font-family: var(--font-display), sans-serif; font-size: 2rem; font-weight: 700; letter-spacing: .12em; opacity: .55; }
.choice-card h3 { max-width: 280px; margin: 0 0 10px; font-family: var(--font-display), sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.choice-card p { max-width: 320px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.choice-card.featured p, .choice-card:hover p { color: rgba(255,255,255,.7); }
.round-arrow { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; }

.about-section { padding: 120px 0 136px; background: var(--cream); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); gap: clamp(70px, 9vw, 140px); align-items: center; }
.about-visual { position: relative; min-height: 640px; }
.about-visual::before { content: ""; position: absolute; left: -42px; top: -42px; width: 57%; height: 72%; border: 2px solid var(--yellow); }
.about-visual img { position: relative; width: 100%; height: 640px; object-fit: cover; box-shadow: var(--shadow); }
.photo-note { position: absolute; right: -36px; bottom: -36px; width: 230px; padding: 27px; color: white; background: var(--navy); }
.photo-note strong { display: block; color: var(--yellow); font-family: var(--font-display), sans-serif; font-size: 3.5rem; line-height: .9; text-transform: uppercase; }
.photo-note span { display: block; margin-top: 8px; font-size: 1rem; line-height: 1.45; }
.about-copy .lead { margin: 30px 0 36px; color: #475a69; font-size: 1.08rem; line-height: 1.75; }
.about-points { border-top: 1px solid var(--line); }
.about-points div { display: grid; grid-template-columns: minmax(170px, .7fr) 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-points strong { color: var(--navy); font-size: 1rem; }
.about-points span { color: var(--muted); font-size: 1rem; line-height: 1.55; }

.activities-section { padding: 128px 0; background: white; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: end; gap: 60px; margin-bottom: 55px; }
.split-heading p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.activities-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.activity-card { min-height: 290px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.activity-card:hover { background: var(--blue-soft); transform: translateY(-3px); }
.activity-card > span { display: inline-block; margin-bottom: 50px; color: var(--orange); font-family: var(--font-display), sans-serif; font-size: 2rem; font-weight: 800; letter-spacing: .12em; }
.activity-card h3 { margin: 0 0 14px; color: var(--navy); font-family: var(--font-display), sans-serif; font-size: 1.7rem; line-height: 1; text-transform: uppercase; }
.activity-card p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.meal-banner { margin-top: 24px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--navy); }
.meal-banner > div { display: flex; align-items: center; gap: 20px; }
.meal-icon { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; color: var(--navy); background: var(--yellow); border-radius: 50%; font-size: 1.7rem; }
.meal-banner h3 { margin: 0 0 4px; font-family: var(--font-display), sans-serif; font-size: 1.45rem; text-transform: uppercase; }
.meal-banner p { margin: 0; color: rgba(255,255,255,.68); font-size: 1rem; }
.meal-banner > a { display: inline-flex; gap: 12px; flex: 0 0 auto; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .83rem; font-weight: 800; }

.gallery-section { padding: 128px 0 120px; background: var(--blue-soft); }
.gallery-heading { margin-bottom: 45px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 330px 250px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--navy); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.gallery-item > span { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); background: var(--yellow); border-radius: 50%; opacity: 0; transform: scale(.8); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover img { transform: scale(1.045); opacity: .82; }
.gallery-item:hover > span { opacity: 1; transform: scale(1); }
.gallery-item.item-1 { grid-row: 1 / 3; }
.gallery-item.item-4 { grid-column: 2 / 4; }
.gallery-item.item-5 { display: none; }
.gallery-more { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 280px; margin: 26px 0 0 auto; padding: 15px 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid var(--navy); font-weight: 800; cursor: pointer; }

.location-section { padding: 130px 0; color: white; background: var(--navy-deep); }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 8vw, 120px); align-items: center; }
.location-copy h2 { color: white; }
.location-intro { margin: 26px 0 35px; color: rgba(255,255,255,.66); line-height: 1.7; }
.location-details { margin-bottom: 34px; border-top: 1px solid rgba(255,255,255,.16); }
.location-details div { display: grid; grid-template-columns: 90px 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.location-details span { color: rgba(255,255,255,.45); font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; }
.location-details strong { font-size: 1rem; line-height: 1.45; }
.map-card { position: relative; padding-bottom: 44px; }
.map-card iframe { display: block; width: 100%; min-height: 560px; border: 0; filter: saturate(.65) contrast(1.05); }
.map-note { position: absolute; left: -35px; bottom: 0; display: flex; align-items: center; gap: 16px; max-width: 385px; padding: 20px 24px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.map-note > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: var(--navy); border: 2px solid var(--navy); border-radius: 50%; font-family: var(--font-display), sans-serif; font-size: 1.15rem; font-weight: 800; }
.map-note p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.map-note strong { color: var(--navy); }

.final-cta { padding: 92px 0; background: var(--yellow); }
.cta-card { position: relative; text-align: center; }
.cta-card .eyebrow { color: var(--navy); }
.cta-card h2 { color: var(--navy-deep); font-size: clamp(4rem, 8vw, 8rem); line-height: .82; }
.cta-card > p:not(.eyebrow) { max-width: 540px; margin: 25px auto 30px; color: rgba(4,29,51,.73); line-height: 1.65; }
.cta-card .button-yellow { color: white; background: var(--navy-deep); box-shadow: none; }

footer { padding: 70px 0 22px; color: white; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 60px; padding-bottom: 62px; }
.footer-brand { display: flex; align-items: flex-start; gap: 17px; font-family: var(--font-display), sans-serif; font-size: 1.7rem; line-height: .9; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid div > span { margin-bottom: 12px; color: var(--yellow); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid a { color: rgba(255,255,255,.65); font-size: 1rem; }
.footer-grid a:hover { color: white; }
.footer-date strong { font-family: var(--font-display), sans-serif; font-size: 2.4rem; line-height: .84; text-transform: uppercase; }
.footer-date small { margin-top: 8px; color: rgba(255,255,255,.46); font-size: .7rem; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .7rem; }
.footer-bottom p { margin: 0; }

.lightbox { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 50px 110px; color: white; background: rgba(2,16,28,.96); }
.lightbox[hidden] { display: none; }
.lightbox figure { max-width: 1180px; max-height: calc(100vh - 100px); margin: 0; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 150px); object-fit: contain; box-shadow: 0 25px 100px rgba(0,0,0,.45); }
.lightbox figcaption { display: flex; gap: 28px; padding-top: 14px; color: rgba(255,255,255,.65); font-size: 1rem; }
.lightbox figcaption span { color: var(--yellow); font-weight: 800; }
.lightbox-close, .lightbox-nav { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 26px; right: 30px; font-size: 1.65rem; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-nav.previous { left: 30px; }
.lightbox-nav.next { right: 30px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .small-link { display: none; }
  .hero-content { grid-template-columns: 1.35fr .65fr; gap: 45px; }
  .about-grid { gap: 70px; }
  .photo-note { right: -20px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 720px); }
  .header-inner { min-height: 72px; }
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: block; }
  .mobile-menu { display: block; max-height: 0; overflow: hidden; background: var(--navy-deep); opacity: 0; transition: max-height .35s ease, opacity .25s ease; }
  .mobile-menu.is-open { max-height: 570px; opacity: 1; border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-menu nav { padding-top: 24px; padding-bottom: 28px; }
  .mobile-menu nav > a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--font-display), sans-serif; font-size: 1.75rem; font-weight: 700; text-transform: uppercase; }
  .mobile-menu nav > a span { color: rgba(255,255,255,.35); font-family: var(--font-sans), sans-serif; font-size: .64rem; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 24px; }
  .mobile-actions .button { min-height: 52px; padding-inline: 14px; }
  .hero { height: auto; min-height: 900px; }
  .hero-content { padding-top: 150px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; gap: 48px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 680px; }
  .hero-side { margin:0 auto min(100%, 460px); }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 225px; border-right: 0; border-bottom: 1px solid var(--line); }
  .choice-card:last-child { border-bottom: 0; }
  .about-grid, .location-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(90%, 560px); margin: 0 auto; }
  .about-copy { padding-top: 20px; }
  .split-heading { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .activities-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 220px 220px; }
  .gallery-item.item-1 { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item.item-4 { grid-column: auto; }
  .gallery-item.item-5 { display: block; }
  .location-grid { gap: 65px; }
  .map-card { width: 94%; margin-left: auto; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(100% - 30px, 540px); }
  .brand { min-width: 0; font-size: 1rem; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .mobile-actions { grid-template-columns: 1fr; }
  .hero { min-height: 840px; }
  .hero-image { background-position: 57% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,24,43,.98) 0%, rgba(3,24,43,.78) 63%, rgba(3,24,43,.35) 100%); }
  .hero-content { padding-top: 130px; padding-bottom: 30px; gap: 32px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.25rem); line-height: .84; }
  .hero-intro { margin-top: 22px; font-size: .98rem; line-height: 1.55; }
  .hero-buttons { margin-top: 25px; gap: 16px; }
  .hero-buttons .button { width: 100%; }
  .hero-buttons .text-link { display: none; }
  .hero-side { width: 100%; }
  .countdown { padding: 19px 18px 20px; }
  .countdown-grid strong { font-size: 2.5rem; }
  .hero-facts { display: none; }
  .choice-section, .activities-section, .gallery-section { padding: 82px 0; }
  .section-heading h2, .about-copy h2, .location-copy h2 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .choice-card { min-height: 215px; padding: 25px; }
  .about-section { padding: 95px 0 90px; }
  .about-visual { width: calc(100% - 18px); min-height: 465px; margin-left: 0; }
  .about-visual::before { left: 18px; top: -25px; width: 75%; }
  .about-visual img { height: 465px; }
  .photo-note { right: -18px; bottom: -24px; width: 190px; padding: 20px; }
  .photo-note strong { font-size: 2.8rem; }
  .about-grid { gap: 65px; }
  .about-points div { grid-template-columns: 1fr; gap: 8px; }
  .activities-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 240px; }
  .activity-card > span { margin-bottom: 38px; }
  .meal-banner { align-items: flex-start; flex-direction: column; padding: 25px; }
  .meal-banner > div { align-items: flex-start; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 245px); }
  .gallery-item.item-1 { grid-column: auto; }
  .gallery-more { max-width: none; }
  .location-section { padding: 92px 0; }
  .map-card { width: calc(100% - 12px); }
  .map-card iframe { min-height: 430px; }
  .map-note { left: -18px; right: 12px; }
  .final-cta { padding: 80px 0; }
  .cta-card h2 { font-size: clamp(4.2rem, 20vw, 6.2rem); }
  .cta-card .button { width: 100%; }
  footer { padding-top: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-date { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .lightbox { padding: 70px 14px 90px; }
  .lightbox-nav { top: auto; bottom: 22px; transform: none; }
  .lightbox-nav.previous { left: calc(50% - 58px); }
  .lightbox-nav.next { right: calc(50% - 58px); }
  .lightbox-close { top: 16px; right: 16px; }
}

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


.partenaires {
    padding: 80px 24px;
    background: #eaf3f8;
    border-top: 8px solid #ffd643;
}

.partenaires-contenu {
    width: min(1180px, 100%);
    margin: 0 auto;
    text-align: center;
}

.partenaires-surtitre {
    display: block;
    margin-bottom: 12px;
    color: #ef7a27;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.partenaires h2 {
    margin: 0 0 40px;
    color: #082a48;
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    line-height: 1;
    text-transform: uppercase;
}

.partenaires-grille {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.partenaire-logo {
    min-height: 150px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(8, 42, 72, 0.14);
    border-radius: 7px;
    box-shadow: 0 12px 35px rgba(4, 29, 51, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

a.partenaire-logo:hover {
    border-color: #ffd643;
    box-shadow: 0 18px 45px rgba(4, 29, 51, 0.15);
    transform: translateY(-4px);
}

.partenaire-logo img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: 120px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .partenaires-grille {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .partenaires {
        padding: 55px 14px;
    }

    .partenaires-grille {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .partenaire-logo {
        min-height: 110px;
        padding: 16px;
    }

    .partenaire-logo img {
        max-width: 140px;
        height: 70px;
    }
}
