:root {
    --ink: #182e59;
    --deep: #080a6c;
    --coral: #d39a00;
    --blue: #138fbe;
    --sand: #f5f1e7;
    --paper: #fffdfa;
    --muted: #637089;
}

/* =========================================================
   GENERAL
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: 'DM Sans', sans-serif;
}

section {
    scroll-margin-top: 78px;
}

h1,
h2,
.footer-title {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    letter-spacing: -0.04em;
}

h2 {
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: .96;
}

h1 em,
h2 em {
    color: var(--coral);
    font-style: italic;
}

/* =========================================================
   NAVIGATION
   ========================================================= */

.event-nav {
    min-height: 78px;
    padding: 0;
    background: var(--deep);
}

.event-nav .navbar-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: white;
    line-height: 1;
}

.event-nav .navbar-brand strong {
    display: block;
    font-size: .93rem;
    letter-spacing: .03em;
}

.event-nav .navbar-brand small {
    display: block;
    margin-top: 5px;
    color: #a9c6c2;
    font-size: .67rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.brand-emblems {
    display: flex;
    align-items: center;
    gap: 3px;
}

.brand-emblems img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.event-nav .nav-link {
    padding: 29px 16px;
    color: #d7e5e1;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .03em;
}

.event-nav .nav-link:hover {
    color: white;
}

.event-nav .nav-cta {
    margin-left: 12px;
    color: white;
    background: var(--coral);
}

.event-nav .nav-cta span,
.button span,
.text-link span {
    margin-left: 9px;
    font-size: 1.1em;
}

.language-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 20px;
    color: #7f9ab9;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.language-switch a {
    color: #7f9ab9;
    text-decoration: none;
}

.language-switch a.active,
.language-switch a:hover {
    color: white;
}

/* =========================================================
   HERO
   ========================================================= */

.hero-section {
    position: relative;
    display: flex;
    min-height: 690px;
    align-items: center;
    overflow: hidden;
    color: white;
    background:
        #182e59
        url('/assets/images/club/Impreuna.jpeg')
        64% 42% / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(8, 10, 108, .88) 0%,
        rgba(8, 10, 108, .62) 43%,
        rgba(8, 10, 108, .10) 100%
    );
}

.hero-photo-secondary {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    opacity: .14;
    background:
        url('/assets/images/club/Prietenii-C41-11%20Galati.jpeg')
        center / cover no-repeat;
    mix-blend-mode: screen;
}

.hero-content {
    position: relative;
    display: flex;
    min-height: 690px;
    flex-direction: column;
    justify-content: center;
    padding-top: 45px;
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #d1e5de;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event-label {
    color: #ffae9c;
}

.meta-line {
    width: 40px;
    height: 1px;
    background: var(--coral);
}

.hero-copy {
    max-width: 680px;
    margin-top: 55px;
}

.hero-eyebrow,
.section-kicker,
.fact-label,
.footer-kicker {
    color: var(--coral);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0 0 25px;
    font-size: clamp(4rem, 9vw, 8rem);
    line-height: .84;
}

.hero-lead {
    max-width: 480px;
    margin-bottom: 32px;
    color: #e5eeeb;
    font-size: 1.08rem;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 26px;
}

.hero-scroll {
    position: absolute;
    right: 12px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1e5de;
    font-size: .67rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.hero-scroll span {
    width: 1px;
    height: 42px;
    background: var(--coral);
}

/* =========================================================
   EVENT LOGO
   Desktop: sus-dreapta, imediat sub meniu
   ========================================================= */

.event-logo-frame {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 15px;
    width: clamp(239px, 20vw, 300px);
    padding: 10px;
    overflow: hidden;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid rgba(24, 46, 89, .16);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .20);
}

.event-logo-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 215px;
    object-fit: contain;
}

/* =========================================================
   BUTTONS AND LINKS
   ========================================================= */

.button {
    display: inline-flex;
    align-items: center;
    padding: 16px 21px;
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s, background .2s;
}

.button:hover {
    transform: translateY(-2px);
}

.button-light {
    color: var(--ink);
    background: white;
}

.button-dark {
    color: white;
    background: var(--deep);
}

.button-outline {
    color: white;
    border: 1px solid rgba(255, 255, 255, .7);
}

.button-outline:hover {
    color: var(--ink);
    background: white;
}

.text-link {
    padding-bottom: 5px;
    color: var(--ink);
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.text-link-light {
    color: white;
    border-color: rgba(255, 255, 255, .55);
}

/* =========================================================
   EVENT FACTS
   ========================================================= */

.event-strip {
    color: var(--ink);
    background: var(--coral);
}

.event-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 23px 12px;
}

.event-facts > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fact-label {
    color: rgba(16, 47, 53, .65);
    font-size: .62rem;
}

.event-facts strong {
    font-size: .82rem;
}

.fact-status {
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    font-size: .76rem;
    font-weight: 700;
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--deep);
}

/* =========================================================
   CONTENT SECTIONS
   ========================================================= */

.intro-section,
.program-section,
.destination-section,
.hotel-section,
.registration-section {
    padding: 125px 0;
}

.intro-section {
    background: var(--paper);
}

.section-heading {
    max-width: 600px;
}

.section-heading .section-kicker {
    margin-bottom: 26px;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 14%;
    margin-top: 58px;
}

.intro-lead {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.45rem, 2.5vw, 2.1rem);
    line-height: 1.2;
}

.intro-copy {
    color: var(--muted);
    line-height: 1.75;
}

.intro-copy .text-link {
    display: inline-block;
    margin-top: 18px;
}

/* =========================================================
   ANNIVERSARY
   ========================================================= */

.anniversary-section {
    padding: 125px 0;
    color: white;
    background: var(--ink);
}

.anniversary-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.anniversary-heading h2 {
    margin: 0;
}

.anniversary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 70px;
    background: rgba(255, 255, 255, .25);
}

.anniversary-card {
    min-height: 280px;
    padding: 28px;
    background: var(--ink);
}

.anniversary-card-featured {
    background: var(--deep);
}

.anniversary-number {
    display: block;
    color: var(--coral);
    font-family: 'Fraunces', serif;
    font-size: clamp(4.5rem, 8vw, 7rem);
    line-height: .8;
}

.anniversary-unit {
    display: block;
    margin-top: 14px;
    color: #b9c7dd;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.anniversary-card h3 {
    margin: 35px 0 12px;
    font-family: 'Fraunces', serif;
    font-size: 1.45rem;
}

.anniversary-card p {
    max-width: 280px;
    margin: 0;
    color: #b9c7dd;
    font-size: .84rem;
    line-height: 1.6;
}

.anniversary-signature {
    margin: 24px 0 0;
    color: var(--coral);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* =========================================================
   PROGRAMME
   ========================================================= */

.program-section {
    color: white;
    background: var(--deep);
}

.split-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 12%;
    max-width: none;
}

.split-heading > p {
    max-width: 360px;
    margin-bottom: 10px;
    color: #b8ceca;
    line-height: 1.7;
}

.programme-list {
    margin-top: 75px;
    border-top: 1px solid rgba(255, 255, 255, .23);
}

.programme-item {
    display: grid;
    grid-template-columns: 11% 1fr 28%;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .23);
}

.programme-number,
.programme-note {
    color: #9ebbb6;
    font-size: .72rem;
}

.programme-item strong {
    font-family: 'Fraunces', serif;
    font-size: 1.4rem;
    font-weight: 600;
}

.programme-note {
    text-align: right;
}

/* =========================================================
   DESTINATION
   ========================================================= */

.destination-section {
    background: var(--sand);
}

.destination-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 10%;
}

.destination-image {
    aspect-ratio: 1.08;
    background:
        url('/assets/images/club/Comitet-National-Eveniment-Comun-la-Galati.jpeg')
        center / cover no-repeat;
}

.destination-copy {
    max-width: 420px;
}

.destination-copy .section-kicker,
.hotel-layout .section-kicker {
    margin-bottom: 27px;
}

.destination-copy h2 {
    margin-bottom: 27px;
}

.destination-copy p:not(.section-kicker),
.hotel-layout p:not(.section-kicker),
.registration-inner > p:not(.section-kicker) {
    color: var(--muted);
    line-height: 1.75;
}

.destination-copy .text-link,
.hotel-layout .text-link {
    display: inline-block;
    margin-top: 17px;
}

/* =========================================================
   PHOTO STORY
   ========================================================= */

.photo-story-section {
    padding: 125px 0;
    background: var(--paper);
}

.photo-story-heading {
    display: grid;
    grid-template-columns: 1fr .65fr;
    align-items: end;
    gap: 14%;
}

.photo-story-heading h2 {
    margin: 0;
}

.photo-story-heading > p {
    max-width: 360px;
    margin: 0 0 8px;
    color: var(--muted);
    line-height: 1.75;
}

.photo-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 18px;
    margin-top: 65px;
}

.photo-card {
    margin: 0;
}

.photo-card img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.photo-card-tall img {
    height: 430px;
}

.photo-card figcaption {
    padding-top: 13px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 700;
}

/* =========================================================
   HOTEL
   ========================================================= */

.hotel-section {
    background: var(--paper);
}

.hotel-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 12%;
}

.hotel-layout > div:last-child {
    max-width: 370px;
}

/* =========================================================
   TEAM
   ========================================================= */

.team-story-section {
    padding: 125px 0;
    color: white;
    background: var(--deep);
}

.team-story-heading {
    display: grid;
    grid-template-columns: 1fr .65fr;
    align-items: end;
    gap: 14%;
}

.team-story-heading h2 {
    margin: 0;
}

.team-story-heading > p {
    max-width: 360px;
    margin: 0 0 8px;
    color: #c4d6e8;
    line-height: 1.75;
}

.team-photo-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 18px;
    margin-top: 65px;
}

.team-photo {
    margin: 0;
}

.team-photo-wide {
    grid-row: span 2;
}

.team-photo img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.team-photo-wide img {
    height: 518px;
}

.team-photo figcaption {
    padding-top: 12px;
    color: #c4d6e8;
    font-size: .72rem;
    font-weight: 700;
}

/* =========================================================
   TRAVEL AND DELTA
   ========================================================= */

.travel-section {
    padding: 105px 0;
    color: white;
    background: var(--ink);
}

.travel-layout,
.delta-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 12%;
    min-width: 0;
}

.travel-layout h2,
.delta-layout h2 {
    margin: 0;
}

.travel-layout > div:last-child {
    max-width: 420px;
}

.travel-layout p:not(.section-kicker) {
    color: #d7e2ee;
    line-height: 1.75;
}

.travel-layout .text-link {
    display: inline-block;
    margin-top: 16px;
    color: white;
    border-color: rgba(255, 255, 255, .6);
}

.delta-section {
    padding: 105px 0;
    color: white;
    background: var(--blue);
}

.delta-layout > div:last-child {
    max-width: 410px;
}

.delta-layout p:not(.section-kicker) {
    color: rgba(255, 255, 255, .87);
    line-height: 1.75;
}

/* =========================================================
   CONTACTS
   ========================================================= */

.contacts-section {
    padding: 125px 0;
    background: var(--sand);
}

.contacts-heading {
    display: grid;
    grid-template-columns: 1fr .65fr;
    align-items: end;
    gap: 14%;
}

.contacts-heading h2 {
    margin: 0;
}

.contacts-heading > p {
    max-width: 360px;
    margin: 0 0 8px;
    color: var(--muted);
    line-height: 1.75;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 65px;
    background: #d8d1c3;
}

.contact-card {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    padding: 28px;
    background: var(--paper);
}

.contact-card-lead {
    background: white;
}

.contact-card-delta {
    grid-column: span 2;
    color: white;
    background: var(--blue);
}

.contact-club {
    color: var(--coral);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-card h3 {
    margin: 28px 0 12px;
    font-family: 'Fraunces', serif;
    font-size: 1.35rem;
}

.contact-card strong {
    font-size: 1.05rem;
}

.contact-role {
    margin-top: 6px;
    color: var(--muted);
    font-size: .76rem;
}

.contact-phone {
    margin-top: auto;
    color: var(--muted);
    font-size: .75rem;
}

.contact-card-delta .contact-role,
.contact-card-delta .contact-phone {
    color: rgba(255, 255, 255, .8);
}

/* =========================================================
   FINAL REGISTRATION
   ========================================================= */

.registration-section {
    background: var(--blue);
}

.registration-inner {
    max-width: 720px;
}

.registration-inner .section-kicker {
    color: #f7d900;
}

.registration-inner h2 {
    margin: 22px 0;
}

.registration-inner > p:not(.section-kicker) {
    max-width: 445px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .84);
}

/* =========================================================
   REGISTRATION PAGE
   ========================================================= */

.registration-hero {
    padding: 110px 0 90px;
    color: white;
    background: var(--deep);
}

.registration-hero-grid {
    display: grid;
    grid-template-columns: 1fr 390px;
    align-items: center;
    gap: 12%;
}

.registration-hero h1 {
    margin: 25px 0;
    font-size: clamp(3.5rem, 7vw, 6.8rem);
    line-height: .9;
}

.registration-hero p:not(.section-kicker) {
    max-width: 500px;
    color: #d7e4ef;
    font-size: 1.05rem;
    line-height: 1.65;
}

.qr-panel {
    padding: 25px;
    color: var(--ink);
    background: white;
}

.qr-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.qr-kicker {
    color: var(--deep);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.qr-step {
    color: var(--coral);
    font-family: 'Fraunces', serif;
    font-size: 1.8rem;
}

.registration-qr {
    display: grid;
    min-height: 184px;
    place-items: center;
    padding: 16px;
    border: 1px solid #e2e6eb;
}

.registration-qr img {
    display: block;
    max-width: 100%;
}

.qr-panel p {
    margin: 18px 0;
    color: var(--muted);
    font-size: .83rem;
    line-height: 1.55;
}

.travel-notice {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 24px 0 30px;
    padding: 18px;
    color: var(--ink);
    background: var(--sand);
    font-size: .8rem;
    line-height: 1.55;
}

.travel-notice strong {
    color: var(--deep);
    font-size: .76rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.qr-open-link {
    color: var(--deep);
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid var(--deep);
}

.registration-form-section {
    padding: 125px 0;
    background: var(--paper);
}

.form-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 14%;
}

.form-intro {
    max-width: 410px;
}

.form-intro h2 {
    margin: 24px 0;
}

.form-intro > p:last-child {
    color: var(--muted);
    line-height: 1.75;
}

.registration-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 18px;
}

.registration-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--ink);
    font-size: .74rem;
    font-weight: 700;
}

.registration-form label:nth-of-type(3),
.registration-form label:nth-of-type(4),
.registration-form button {
    grid-column: span 2;
}

.registration-form input,
.registration-form select,
.registration-form textarea,
.form-fieldset > input,
.form-fieldset > select {
    width: 100%;
    padding: 12px 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-bottom: 1px solid #b9c2cd;
    border-radius: 0;
    outline: none;
    font: inherit;
    font-weight: 400;
}

.registration-form input {
    padding: 14px 0;
}

.registration-form input:focus,
.registration-form select:focus,
.registration-form textarea:focus {
    border-color: var(--deep);
    box-shadow: 0 1px 0 var(--deep);
}

.form-fieldset {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 10px 16px;
    grid-column: span 2;
    min-width: 0;
    margin: 8px 0 0;
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid #d8dde4;
}

.form-fieldset legend {
    grid-column: 1 / -1;
    float: none;
    width: auto;
    margin: 0 0 2px;
    color: var(--ink);
    font-size: .74rem;
    font-weight: 700;
}

.choice-label {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 7px !important;
    font-size: .76rem !important;
    font-weight: 400 !important;
}

.choice-label input {
    width: auto;
}

.form-fieldset > input,
.form-fieldset > select,
.form-fieldset small {
    grid-column: 1 / -1;
}

.form-fieldset small {
    color: var(--muted);
    font-size: .7rem;
    font-weight: 400;
}

.registration-form button {
    justify-self: start;
    margin-top: 12px;
    border: 0;
    cursor: pointer;
}

.delta-aside {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 28px;
    color: var(--ink);
    background: var(--coral);
}

.delta-aside strong {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    line-height: 1;
}

.delta-aside p {
    margin: 0;
    color: rgba(24, 46, 89, .78) !important;
    font-size: .86rem !important;
}

.form-success {
    padding: 30px;
    background: var(--sand);
}

.success-mark {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 24px;
    place-items: center;
    color: white;
    background: var(--blue);
    border-radius: 50%;
}

.form-success h3 {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
}

.form-success p {
    color: var(--muted);
    line-height: 1.7;
}

.confirmation-note {
    font-size: .78rem;
}

.form-error {
    padding: 14px 16px;
    color: #8a1c26;
    background: #fbe7e5;
    font-size: .82rem;
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    padding: 65px 0 25px;
    color: #d7e5e1;
    background: var(--deep);
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 63px;
}

.footer-kicker {
    color: #a9c6c2;
}

.footer-title {
    margin: 17px 0 0;
    color: white;
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 13px;
    color: #a9c6c2;
    font-size: .75rem;
}

.footer-contact a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    color: #a9c6c2;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: .68rem;
    letter-spacing: .04em;
}

/* =========================================================
   ANIMATION
   ========================================================= */

.reveal-up {
    animation: reveal-up .8s both;
}

@keyframes reveal-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) and (min-width: 992px) {
    .hero-copy {
        max-width: calc(100% - 310px);
    }

    .hero-copy h1 {
        font-size: clamp(4rem, 7vw, 6.4rem);
    }

    .event-logo-frame {
        top: 18px;
        right: 20px;
        width: 230px;
    }

    .event-logo-frame img {
        max-height: 180px;
    }
}

@media (max-width: 991px) {
    .event-nav .nav-link {
        padding: 14px 0;
    }

    .event-nav .nav-cta {
        margin: 8px 0 15px;
        padding: 13px 16px;
    }

    .language-switch {
        margin: 4px 0 18px;
    }

    .event-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-section,
    .hero-content {
        min-height: 650px;
    }

    .hero-copy {
        max-width: calc(100% - 250px);
    }

    .hero-copy h1 {
        font-size: clamp(4rem, 8vw, 5.5rem);
    }

    .event-logo-frame {
        top: 18px;
        right: 12px;
        width: 205px;
    }

    .event-logo-frame img {
        max-height: 155px;
    }

    .event-logo-caption strong {
        font-size: .9rem;
    }

    .event-logo-caption span {
        font-size: .58rem;
    }

    .registration-hero-grid,
    .form-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .qr-panel {
        max-width: 390px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
    h2 {
        font-size: 3.25rem;
    }

    .hero-section {
        min-height: auto;
        align-items: stretch;
        background-position: 58% center;
    }

    .hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(8, 10, 108, .72) 0%,
            rgba(8, 10, 108, .86) 42%,
            rgba(8, 10, 108, .97) 100%
        );
    }

    .hero-photo-secondary {
        display: none;
    }

    .hero-content {
        min-height: auto;
        padding-top: 28px;
        padding-bottom: 65px;
    }

    .hero-meta {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 8px 12px;
        font-size: .61rem;
        line-height: 1.5;
    }

    .meta-line {
        width: 25px;
    }

    /*
     * Logo-ul intră în flux pe mobil.
     * Astfel nu acoperă fotografia, titlul sau butoanele.
     */
    .event-logo-frame {
        position: relative;
        top: auto;
        right: auto;
        order: 2;
        width: min(100%, 265px);
        margin: 24px auto 0;
        padding: 8px;
        border-radius: 11px;
    }

    .event-logo-frame img {
        width: 100%;
        max-height: 185px;
    }

    .event-logo-caption {
        padding: 8px 5px 4px;
    }

    .event-logo-caption strong {
        font-size: .95rem;
    }

    .event-logo-caption span {
        margin-top: 4px;
        font-size: .62rem;
    }

    .hero-meta {
        order: 1;
    }

    .hero-copy {
        order: 3;
        max-width: 100%;
        margin-top: 38px;
    }

    .hero-copy h1 {
        margin-bottom: 22px;
        font-size: clamp(3.7rem, 17vw, 5rem);
        line-height: .87;
    }

    .hero-lead {
        max-width: 100%;
        font-size: .96rem;
        line-height: 1.6;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .hero-scroll {
        display: none;
    }

    .event-facts {
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px;
        padding: 21px 12px;
    }

    .fact-status {
        grid-column: span 2;
        justify-content: flex-start;
    }

    .intro-section,
    .anniversary-section,
    .program-section,
    .destination-section,
    .photo-story-section,
    .hotel-section,
    .registration-section,
    .registration-form-section {
        padding: 85px 0;
    }

    .intro-grid,
    .split-heading,
    .destination-grid,
    .hotel-layout,
    .travel-layout,
    .delta-layout,
    .photo-story-heading,
    .contacts-heading,
    .team-story-heading {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .intro-grid {
        margin-top: 42px;
    }

    .anniversary-heading {
        display: block;
    }

    .anniversary-grid {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .anniversary-card {
        min-height: 0;
    }

    .photo-grid {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .photo-card img,
    .photo-card-tall img {
        height: 280px;
    }

    .programme-list {
        margin-top: 45px;
    }

    .programme-item {
        grid-template-columns: 12% 1fr;
        gap: 10px;
    }

    .programme-note {
        grid-column: 2;
        margin-top: -7px;
        text-align: left;
    }

    .destination-image {
        aspect-ratio: 1.25;
    }

    .contacts-section,
    .team-story-section {
        padding: 85px 0;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .contact-card-delta {
        grid-column: auto;
    }

    .team-photo-grid {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .team-photo-wide {
        grid-row: auto;
    }

    .team-photo img,
    .team-photo-wide img {
        height: 280px;
    }

    .footer-grid,
    .footer-bottom {
        flex-direction: column;
    }

    .footer-contact {
        align-items: flex-start;
    }

    .registration-hero {
        padding: 80px 0 65px;
    }

    .registration-hero h1 {
        font-size: 4.2rem;
    }

    .registration-form {
        grid-template-columns: 1fr;
    }

    .registration-form label:nth-of-type(3),
    .registration-form label:nth-of-type(4),
    .registration-form button,
    .form-fieldset {
        grid-column: auto;
    }

    .form-fieldset {
        grid-template-columns: 1fr 1fr;
    }

    .form-fieldset > input,
    .form-fieldset > select {
        grid-column: 1 / -1;
    }
}
/* =========================================================
   SIGLA AGM 2027
   ========================================================= */

.event-logo-frame {
    position: absolute;
    z-index: 20;

    /*
     * Dreapta sus în interiorul hero-ului,
     * imediat sub zona meniului.
     */
    top: 20px;
    right: 20px;

    width: clamp(190px, 16vw, 250px);
    padding: 12px;

    background: #ffffff;
    border: 1px solid rgba(24, 46, 89, .16);
    border-radius: 12px;

    box-shadow:
        0 12px 32px rgba(0, 0, 0, .22);

    overflow: hidden;
}

.event-logo-frame img {
    display: block;

    width: 100%;
    height: auto;
    max-height: 220px;

    margin: 0;

    object-fit: contain;
}

/* Laptop și tabletă */
@media (max-width: 1199px) {
    .event-logo-frame {
        top: 16px;
        right: 16px;

        width: 200px;
        padding: 10px;
    }

    .event-logo-frame img {
        max-height: 180px;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .hero-content {
        padding-top: 24px;
    }

    .event-logo-frame {
        position: relative;

        top: auto;
        right: auto;

        order: 2;

        width: min(190px, 55vw);
        padding: 8px;

        margin: 22px 0 0 auto;

        border-radius: 9px;

        box-shadow:
            0 8px 22px rgba(0, 0, 0, .20);
    }

    .event-logo-frame img {
        width: 100%;
        height: auto;
        max-height: 160px;
    }

    .hero-meta {
        order: 1;
    }

    .hero-copy {
        order: 3;
        max-width: 100%;
        margin-top: 32px;
    }

    .hero-scroll {
        display: none;
    }
}