@font-face {
    font-family: 'Futura Maxi';
    src: url('../fonts/FuturaMaxiBook.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Maxi';
    src: url('../fonts/FuturaMaxiDemi.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Maxi';
    src: url('../fonts/FuturaMaxiBold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica TR';
    src: url('../fonts/HelveticaTr.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url('../fonts/HelveticaCondensedBold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica TR';
    src: url('../fonts/HelveticaBoldTr.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

:root {
    --purple: #783097;
    --text: #282426;
    --grey: #737476;
    --header-h: min(9.21875vw, 177px);
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    background: #fff;
}

body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: 'Futura Maxi', Arial, sans-serif;
    overflow-x: hidden;
}

a { color: inherit; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: var(--header-h);
    min-height: 76px;
    background: rgba(255, 255, 255, .985);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .035);
    isolation: isolate;
    transition: height .22s ease, min-height .22s ease, box-shadow .22s ease;
}

.header-inner {
    position: relative;
    width: 80.42%;
    height: 100%;
    max-width: 1544px;
    margin: 0 auto;
}

.brand {
    position: absolute;
    top: 23.7%;
    left: -1.15%;
    width: 17.5%;
    line-height: 0;
    z-index: 2;
    background: none;
    transition: top .22s ease, width .22s ease;
}

.brand img { display: block; width: 100%; height: auto; opacity: 1; }

.main-nav {
    position: absolute;
    top: 49%;
    left: 23.35%;
    display: flex;
    align-items: center;
    gap: clamp(17px, 1.72vw, 33px);
    white-space: nowrap;
    transition: top .22s ease;
}

.main-nav a {
    position: relative;
    text-decoration: none;
    font-size: clamp(11px, .8vw, 15.4px);
    font-weight: 400;
    transition: color .15s ease, text-shadow .15s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: #181518;
    text-shadow: -.22px 0 currentColor, .22px 0 currentColor;
}

.header-contact {
    position: absolute;
    top: 10%;
    right: 0;
    color: var(--purple);
    text-align: right;
    font-family: 'Helvetica TR', Arial, sans-serif;
    font-size: clamp(9px, .59vw, 11.4px);
    line-height: 1.45;
    transition: top .22s ease, font-size .22s ease;
}

.header-contact .header-phone-line,
.header-contact .header-email {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.header-contact .header-phone-line { gap: .22em; }
.header-contact .header-email { gap: .32em; }
.header-contact .header-contact-icon { display: block; flex: 0 0 auto; width: 1.05em; height: 1.05em; }
.header-contact .header-phone-icon { width: .96em; height: .96em; }
.header-contact b { margin: 0 .18em; color: #555; font-weight: 400; }
.header-contact .header-office { color: var(--purple); }
.header-contact .header-phone-number { color: #747477; }
.header-contact .certificate { color: #222; }
.header-contact a { color: var(--purple); text-decoration: none; }

.language-switch {
    position: absolute;
    right: 0;
    top: 48.45%;
    display: flex;
    align-items: center;
    gap: .72em;
    font-size: clamp(9px, .853vw, 16.38px);
    transition: top .22s ease, font-size .22s ease;
}

.language-switch i { width: 1px; height: 1.2em; background: #272727; }
.language-switch strong { font-weight: 400; }

.menu-toggle { display: none; }

@media (min-width: 1181px) {
    .site-header.is-scrolled {
        height: 68px;
        min-height: 68px;
        box-shadow: 0 2px 14px rgba(0, 0, 0, .09);
    }

    .site-header.is-scrolled .brand {
        top: 16px;
        width: 128px;
    }

    .site-header.is-scrolled .main-nav { top: 58%; gap: 15px; }
    .site-header.is-scrolled .main-nav a { font-size: 7.3px; }
    .site-header.is-scrolled .header-contact { top: 3px; font-size: 5.4px; line-height: 1.45; }
    .site-header.is-scrolled .language-switch { top: 56.73%; font-size: 7.9px; }
}

.artboard {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #fff;
}

.home-section .hero-visual {
    position: absolute;
    left: 9.79%;
    top: 16.39%;
    width: 80.42%;
    height: 69.45%;
    background: url('../design/hero.webp') center / cover no-repeat;
    border-radius: 2.45vw;
}

.hero-copy {
    position: absolute;
    left: 12.04%;
    top: 22.15%;
    width: 51.5%;
    font-size: clamp(17px, 1.667vw, 32px);
    line-height: 1.2;
    letter-spacing: -.012em;
}

.hero-copy > div { margin-bottom: .12em; }
.hero-copy > strong { display: block; font-weight: 700; }

.home-services-strip {
    position: absolute;
    left: 18.33%;
    top: 84.35%;
    display: flex;
    align-items: stretch;
    width: 63.34%;
    min-height: 8.6%;
    padding: .62vw 1.25vw .4vw;
    border-radius: 1.35vw 1.35vw 0 0;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -2px 12px rgba(0,0,0,.05);
}

.home-service-item {
    display: flex;
    flex: 1 1 25%;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 1.05vw;
    border-right: 1px solid #6c6c6c;
}

.home-service-item:nth-child(1) { flex: 0 0 28%; }
.home-service-item:nth-child(2) { flex: 0 0 24.5%; }
.home-service-item:nth-child(3) { flex: 0 0 20.2%; }
.home-service-item:nth-child(4) { flex: 0 0 27.3%; }

.home-service-item:last-child { border-right: 0; }
.home-service-item img {
    flex: 0 0 auto;
    width: 3.35vw;
    height: 3.4vw;
    margin-right: .48vw;
    object-fit: contain;
    filter: grayscale(1) brightness(.48);
}
.home-service-item p { margin: 0; line-height: 1.02; white-space: nowrap; }
.home-service-item strong { display: block; font-size: clamp(12px, 1.05vw, 20px); }
.home-service-item span { display: block; color: #727274; font-size: clamp(9px, .78vw, 15px); }

.about-visual {
    position: absolute;
    left: 6.78%;
    top: 16.67%;
    width: 41.67%;
    height: 73.15%;
}

.about-year {
    position: absolute;
    top: -5%;
    left: 0;
    color: transparent;
    font-size: clamp(115px, 16.8vw, 322px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.075em;
}

.about-orbit {
    position: absolute;
    top: 10%;
    left: 7.5%;
    width: 82%;
    aspect-ratio: 1;
    border: clamp(9px, .72vw, 14px) solid rgba(255,255,255,.95);
    border-radius: 50%;
    background: url('../design/services/night-sky.webp') center / cover no-repeat;
    box-shadow: 0 0 0 .16vw #dadada, 0 0 0 .72vw rgba(239,239,239,.85);
}

.about-orbit-center {
    position: absolute;
    inset: 18%;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
}

.about-orbit-center img { width: 90%; height: auto; transform: translateX(2.2%); }

.about-plane {
    position: absolute;
    left: 6.7%;
    bottom: 4%;
    z-index: 4;
    width: 66%;
    height: auto;
}

.about-star,
.flight-star,
.gallery-star {
    position: absolute;
    z-index: 5;
    width: 45%;
    aspect-ratio: 1;
    background: #fff;
    clip-path: polygon(50% 0, 55% 43%, 100% 50%, 56% 57%, 50% 100%, 44% 57%, 0 50%, 44% 43%);
}

.about-star { top: -5%; right: -5%; width: 51%; }

.about-content {
    position: absolute;
    left: 40.15%;
    top: 27.05%;
    width: 50.2%;
}

.about-content h2 {
    margin: 0 0 3.8%;
    color: var(--grey);
    font-size: clamp(32px, 2.9vw, 55.7px);
    line-height: 1;
    font-weight: 700;
}

.about-content p {
    margin: 0 0 4%;
    padding-left: 18.5%;
    font-size: clamp(12px, 1.11vw, 21.3px);
    line-height: 1.92;
    letter-spacing: -.015em;
    text-align: justify;
}

.about-content .about-closing {
    margin-top: 2.4%;
    font-weight: 700;
    text-align: left;
}

.services-section {
    isolation: isolate;
    background: #fff;
}

.services-map {
    position: absolute;
    inset: 0;
    z-index: -3;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.services-section > h2 {
    position: absolute;
    top: 14.65%;
    left: 0;
    z-index: 4;
    width: 100%;
    margin: 0;
    color: var(--grey);
    font-size: min(2.9vw, 55.7px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.services-connectors,
.services-nodes {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.services-connectors { z-index: 1; }
.services-nodes { z-index: 5; }

.services-connectors path {
    fill: none;
    stroke-width: 1.35;
}

.services-nodes circle {
    stroke-width: 2;
}

.meeting-path { stroke: #702496; }
.congress-path { stroke: #e23d27; }
.incentive-path { stroke: #f28705; }
.travel-path { stroke: #281f66; }
.events-path { stroke: #006b32; }
.services-nodes g circle:nth-child(odd) { fill: #fff; }
.services-nodes g circle:nth-child(even) { stroke: none; }
.meeting-nodes circle { fill: #702496; stroke: #702496; }
.congress-nodes circle { fill: #e23d27; stroke: #e23d27; }
.incentive-nodes circle { fill: #f28705; stroke: #f28705; }
.travel-nodes circle { fill: #281f66; stroke: #281f66; }
.events-nodes circle { fill: #006b32; stroke: #006b32; }

.services-orbit {
    position: absolute;
    top: 21.98%;
    left: 38.58%;
    z-index: 2;
    width: 23.18%;
    aspect-ratio: 1;
    border: clamp(10px, .8vw, 16px) solid rgba(255,255,255,.93);
    border-radius: 50%;
    background: url('../design/services/night-sky.webp') center / cover no-repeat;
    box-shadow:
        0 0 0 .16vw #d8d8d8,
        0 0 0 .48vw rgba(239,239,239,.82),
        0 0 0 .6vw rgba(205,205,205,.5);
}

.services-orbit::after {
    content: '';
    position: absolute;
    right: -38%;
    bottom: -13%;
    z-index: -2;
    width: 53%;
    height: 7.4%;
    border-radius: 999px;
    background: #dedede;
    transform: rotate(46deg);
    transform-origin: left center;
}

.orbit-center {
    position: absolute;
    inset: 13.85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
}

.orbit-center img {
    display: block;
    width: 96%;
    height: auto;
    margin: -5% 0 1%;
}

.orbit-center p {
    margin: 0;
    color: #6d6e70;
    font-size: min(1.635vw, 31.4px);
    font-weight: 600;
    line-height: 1.115;
    letter-spacing: 0;
    text-align: center;
}

.orbit-center p span { display: block; }

.orbit-star {
    position: absolute;
    top: -8%;
    right: -10%;
    z-index: 3;
    width: 64%;
    height: 60%;
    background: #fff;
    clip-path: polygon(50% 0, 55% 43%, 100% 50%, 56% 57%, 50% 100%, 44% 57%, 0 50%, 44% 43%);
    filter: drop-shadow(0 1px 1px rgba(255,255,255,.6));
}

.services-cards { position: absolute; inset: 0; z-index: 3; }

.service-card {
    --accent: var(--purple);
    position: absolute;
    overflow: visible;
    padding: .85% 1.82% .45%;
    border: 1px solid #e3e3e2;
    border-radius: 1.28vw;
    background: rgba(255,255,255,.74);
}

.service-card-head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.9vw;
    margin: 0 -1.6% 1.2%;
    padding: .2vw 1vw;
    border-radius: 1.35vw;
    background: rgba(255,255,255,.83);
    box-shadow: .75vw .65vw .8vw rgba(0,0,0,.16);
}

.service-card-head img {
    flex: 0 0 auto;
    display: block;
    width: 4.35vw;
    max-height: 4.65vw;
    margin-right: .45vw;
    object-fit: contain;
}

.service-card-head h3,
.service-card-head p { margin: 0; }

.service-card-head h3 {
    color: var(--accent);
    font-size: min(1.42vw, 27.3px);
    font-weight: 700;
    line-height: 1.02;
}

.service-card-head p {
    color: #6d6e70;
    font-size: min(1.31vw, 25.2px);
    line-height: 1.08;
}

.service-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #111;
    font-family: 'Helvetica TR', Helvetica, Arial, sans-serif;
    font-size: min(1.045vw, 20.1px);
    line-height: 1.2;
    text-align: center;
}

.service-card li {
    padding: .02em .12em .08em;
    border-bottom: min(.0521vw, 1px) solid var(--accent);
}

.service-card li:last-child { border-bottom: 0; }

.service-meeting {
    --accent: #702496;
    top: 23.98%;
    left: 8.94%;
    width: 23.9%;
    height: 25.9%;
}

.service-congress {
    --accent: #f28705;
    top: 23.98%;
    left: 67.08%;
    width: 23.9%;
    height: 38.05%;
}

.service-incentive {
    --accent: #e23d27;
    top: 66.95%;
    left: 8.94%;
    width: 23.9%;
    height: 18.8%;
}

.service-travel {
    --accent: #281f66;
    top: 66.95%;
    left: 39.18%;
    width: 22.65%;
    height: 28.55%;
    padding-top: .755%;
    padding-left: .4%;
    padding-right: .4%;
}

.service-events {
    --accent: #006b32;
    top: 66.95%;
    left: 67.08%;
    width: 23.9%;
    height: 23.75%;
}

.service-travel .service-card-head {
    position: relative;
    justify-content: flex-start;
    min-height: 5.33vw;
    margin-right: -.65%;
    margin-bottom: 1.8%;
    margin-left: -.65%;
    padding-left: 2.75vw;
    background: transparent;
    box-shadow: none;
    transform: none;
}
.service-travel .service-card-head img { width: 4.25vw; margin-right: .22vw; }
.service-travel .service-card-head h3 { max-width: 14vw; font-size: min(1.184vw, 22.74px); }
.service-travel ul { font-size: min(1.03vw, 19.8px); line-height: 1.196; }

@media (min-width: 901px) {
    .service-card-head {
        position: relative;
        background: transparent;
        box-shadow: none;
    }

    .service-card-head::before {
        content: "";
        position: absolute;
        z-index: 0;
        width: calc(100% + 1.27vw);
        height: 4.56vw;
        border-radius: 1.35vw;
        background: rgba(255,255,255,.94);
        box-shadow: .72vw .38vw .32vw rgba(0,0,0,.05);
    }

    .service-card-head > * { position: relative; z-index: 1; }

    .service-meeting .service-card-head img { transform: translateY(-.2vw); }
    .service-congress .service-card-head img { transform: translateY(-.083vw); }
    .service-events .service-card-head img { transform: translateY(-.14vw); }

    .service-incentive .service-card-head img {
        width: auto;
        height: 4.1vw;
        max-height: none;
        transform: translateY(-.14vw);
    }

    .service-travel .service-card-head img {
        width: 4.05vw;
        transform: translateY(-.26vw);
    }

    .service-meeting .service-card-head::before {
        top: -.032vw;
        left: -1.248vw;
    }

    .service-congress .service-card-head::before {
        top: .087vw;
        left: -.042vw;
    }

    .service-incentive .service-card-head::before,
    .service-events .service-card-head::before {
        top: .03vw;
        left: -1.255vw;
    }

    .service-travel .service-card-head::before {
        top: .125vw;
        left: -.85vw;
        width: 100%;
    }

    .service-card li {
        position: relative;
        border-bottom-color: transparent;
    }

    .service-card li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -.015em;
        bottom: .043em;
        left: -.015em;
        border-bottom: min(.0521vw, 1px) solid var(--accent);
    }

    .service-meeting li:not(:last-child)::after,
    .service-incentive li:not(:last-child)::after {
        right: -.045em;
        left: .015em;
    }

    .service-travel li:not(:last-child)::after {
        right: .35em;
        bottom: .283em;
        left: .22em;
    }

    .service-travel li:nth-child(6)::after {
        bottom: calc(.283em + .105vw);
    }

    .service-congress ul,
    .service-events ul { line-height: 1.175; }

    .service-incentive ul { line-height: 1.21; }
    .service-events ul { transform: translateY(.317vw); }
}
.service-meeting .service-card-head,
.service-incentive .service-card-head,
.service-events .service-card-head { transform: translateX(.65vw); }
.service-congress .service-card-head { transform: translateX(-.6vw); }

.flights-section,
.references-section,
.gallery-section { background: #fff; }

.flights-intro {
    position: absolute;
    top: 18.35%;
    left: 9.75%;
    z-index: 4;
    display: flex;
    align-items: center;
    width: 80.6%;
}

.flights-intro h2 {
    position: relative;
    flex: 0 0 26.75%;
    margin: 0;
    padding-right: 1.2vw;
    color: var(--grey);
    border-right: 1px solid #69696b;
    font-size: clamp(36px, 2.86vw, 55px);
    line-height: 1;
}

.flights-intro h2 span { position: absolute; top: 50%; right: .45vw; color: #6d6d70; font-size: 2.5em; line-height: 1; transform: translateY(-48%) rotate(-8deg); }
.flights-copy { width: 73.25%; padding-left: .9vw; font-family: 'Futura Maxi', Arial, sans-serif; }
.flights-copy p { margin: 0 0 .2em; font-size: clamp(11px, 1.07vw, 20.55px); line-height: 1.08; }
.flights-copy strong { font-weight: 700; }

.flight-map {
    position: absolute;
    top: 29.17%;
    left: 4.27%;
    width: 64.583%;
    height: 63.89%;
}

.flight-world-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.airline-plane {
    position: absolute;
    top: var(--y);
    left: var(--x);
    z-index: 2;
    width: var(--w);
    max-height: 13%;
    object-fit: contain;
    filter: drop-shadow(0 .12vw .08vw rgba(0,0,0,.15));
    transform: translate(-50%, -50%);
}

.iata-mark {
    position: absolute;
    left: 9.79%;
    top: 80.65%;
    display: flex;
    align-items: flex-end;
    gap: .18vw;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

.iata-mark img { width: 3.25vw; height: auto; filter: grayscale(1) brightness(0); }
.iata-mark span { font-size: clamp(12px, 1.02vw, 19.6px); font-weight: 700; }

.flight-orbit,
.gallery-orbit {
    position: absolute;
    border: clamp(9px, .72vw, 14px) solid rgba(255,255,255,.95);
    border-radius: 50%;
    background: url('../design/services/night-sky.webp') center / cover no-repeat;
    box-shadow: 0 0 0 .18vw #dadada, 0 1.2vw 2vw rgba(0,0,0,.16);
}

.flight-orbit {
    top: 31.1%;
    left: 64.2%;
    width: 26.4%;
    aspect-ratio: 1;
}

.flight-orbit::after {
    content: '';
    position: absolute;
    right: -39%;
    bottom: -15%;
    z-index: -1;
    width: 55%;
    height: 8%;
    border-radius: 999px;
    background: #e4e4e4;
    transform: rotate(46deg);
    transform-origin: left center;
}

.flight-orbit-center {
    position: absolute;
    inset: 17%;
    border-radius: 50%;
    background: #fff;
}

.flight-star { top: -25%; right: -5%; width: 55%; height: 100%; aspect-ratio: auto; }
.flight-hero-plane {
    position: absolute;
    top: 36.5%;
    left: -16%;
    z-index: 6;
    width: 138%;
    height: auto;
    filter: drop-shadow(1vw 1.2vw 1.1vw rgba(0,0,0,.2));
}

.references-section > h2 {
    position: absolute;
    top: 17.05%;
    left: 0;
    width: 100%;
    margin: 0;
    color: var(--grey);
    font-size: clamp(38px, 2.88vw, 55.3px);
    line-height: 1;
    text-align: center;
}

.references-grid {
    position: absolute;
    top: 26.2%;
    left: 8.75%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    column-gap: 2.45%;
    row-gap: 1.1%;
    width: 82.5%;
    height: 66.7%;
}

.reference-card {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    padding: 3% 5% 12%;
    overflow: hidden;
}

.reference-card img {
    position: relative;
    z-index: 2;
    display: block;
    width: 96%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
}

.reference-card::after {
    content: '';
    position: absolute;
    right: 4%;
    bottom: 8%;
    left: 0;
    height: 14%;
    background: linear-gradient(175deg, rgba(0,0,0,.28), rgba(0,0,0,0) 67%);
    clip-path: polygon(0 10%, 96% 0, 100% 10%, 28% 100%);
    filter: blur(.14vw);
    opacity: .52;
}

.reference-card::before {
    content: '';
    position: absolute;
    right: 1%;
    bottom: 17%;
    z-index: 1;
    width: .62vw;
    aspect-ratio: 1;
    border: 0;
    background: #777;
    clip-path: polygon(50% 0, 56% 43%, 100% 50%, 56% 57%, 50% 100%, 44% 57%, 0 50%, 44% 43%);
}

.gallery-heading-row {
    position: absolute;
    top: 18%;
    left: 9.79%;
    z-index: 4;
    display: flex;
    align-items: center;
}

.gallery-heading-row h2 {
    margin: 0;
    padding-right: .83vw;
    color: var(--grey);
    border-right: 1px solid #555;
    font-size: clamp(38px, 2.82vw, 54.1px);
    line-height: 1;
}

.gallery-heading-row p { margin: .45em 0 0 .62vw; font-size: clamp(10px, .82vw, 15.7px); }
.gallery-heading-row strong { font-weight: 700; }

.gallery-slider {
    position: absolute;
    top: 26.1%;
    left: 9.79%;
    width: 80.4%;
    height: 67.2%;
    border-radius: 1.55vw;
    background: #f1f1f1;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    outline: none;
}

.gallery-slider:focus-visible { box-shadow: 0 0 0 3px rgba(120,48,151,.32); }
.gallery-slider.is-dragging { cursor: grabbing; user-select: none; }

.gallery-track {
    display: flex;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform .52s cubic-bezier(.22,.61,.36,1);
}

.gallery-slider.is-dragging .gallery-track { transition: none; }

.gallery-grid {
    position: relative;
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: 21.8% 21.8% 53.4%;
    grid-template-rows: 31.3% 31.3% 31.4%;
    gap: 1.15vw;
    width: 100%;
    height: 100%;
    padding: 1.15vw;
}

.gallery-tile { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.gallery-tile img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-slot-tall { grid-column: 1; grid-row: 1 / 3; }
.gallery-slot-top { grid-column: 2; grid-row: 1; }
.gallery-slot-middle { grid-column: 2; grid-row: 2; }
.gallery-slot-wide { grid-column: 3; grid-row: 1 / 3; }
.gallery-slot-bottom-left { grid-column: 1; grid-row: 3; }
.gallery-slot-bottom-middle { grid-column: 2; grid-row: 3; }
.gallery-slot-bottom-right { grid-column: 3; grid-row: 3; }

.client-badge {
    position: absolute;
    right: .35vw;
    bottom: .35vw;
    min-width: 3.3vw;
    padding: .16vw .25vw;
    color: #11449a;
    background: rgba(255,255,255,.96);
    font: 700 clamp(6px, .4vw, 8px)/1 Arial, sans-serif;
    text-align: center;
}

.hpe-badge { color: #111; border-top: .18vw solid #00a982; }

.gallery-orbit {
    top: 59.15%;
    left: 75.15%;
    z-index: 5;
    width: 20.2%;
    aspect-ratio: 1;
    pointer-events: none;
}

.gallery-orbit > div {
    position: absolute;
    inset: 20%;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
}

.gallery-orbit > div img { width: 92%; }
.gallery-star { top: -11%; right: -15%; }
.gallery-silhouette {
    position: absolute;
    bottom: -2%;
    left: -1%;
    z-index: 7;
    width: 27%;
    height: 67%;
    background: url('../design/gallery/silhouette.png') center / 100% 100% no-repeat;
    opacity: 1;
    filter: invert(82%) drop-shadow(.25vw .45vw .32vw rgba(0,0,0,.28));
}
.gallery-dots { position: absolute; bottom: 2.2%; left: 50%; z-index: 8; display: flex; gap: .18vw; transform: translateX(-50%); }
.gallery-dots button {
    -webkit-appearance: none;
    appearance: none;
    width: .5vw;
    min-width: 7px;
    height: .5vw;
    min-height: 7px;
    padding: 0;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: background-color .2s ease, transform .2s ease;
}
.gallery-dots button:hover { transform: scale(1.16); }
.gallery-dots button.is-active { background: #777; }
.gallery-dots button:focus-visible { box-shadow: 0 0 0 2px rgba(120,48,151,.45); }
.gallery-mobile-carousel,
.gallery-mobile-dots { display: none; }

.contact-section {
    font-family: 'Helvetica TR', Arial, sans-serif;
}

.contact-section > h2 {
    position: absolute;
    left: 9.63%;
    top: 17.9%;
    margin: 0;
    color: var(--grey);
    font-family: 'Helvetica Condensed', 'Helvetica TR', Arial, sans-serif;
    font-size: clamp(38px, 3.44vw, 66px);
    line-height: 1;
}

.contact-left,
.contact-right {
    position: absolute;
    top: 27.9%;
}

.contact-left { left: 9.65%; width: 34%; }
.contact-right { left: 47.1%; width: 43.1%; }

.contact-left > h3,
.contact-right > h3 {
    margin: 0 0 5.2%;
    color: var(--purple);
    font-family: 'Futura Maxi', Arial, sans-serif;
    font-size: clamp(20px, 1.72vw, 33px);
    line-height: 1;
}

.contact-right > h3 { margin-bottom: 4.4%; }

.contact-timeline {
    --timeline-top-space: .99vw;
    position: relative;
    margin-top: calc(-1 * var(--timeline-top-space));
    padding-top: var(--timeline-top-space);
    padding-left: 3.15vw;
    background-image: url('../design/contact-icons.png');
    background-repeat: no-repeat;
    background-position: -.26vw 0;
    background-size: 3.125vw 35.4167vw;
}

.contact-timeline::before { display: none; }

.contact-item {
    position: relative;
    margin-bottom: 3.05%;
}

.contact-item h4 {
    margin: 0;
    color: var(--purple);
    font-size: clamp(13px, 1.07vw, 20.5px);
    line-height: 1.15;
}

.contact-item h4 em {
    color: #737373;
    font-weight: 400;
    font-size: .9em;
}

.contact-item p {
    margin: .22em 0;
    font-size: clamp(14px, 1.36vw, 26px);
    line-height: 1.2;
}

.contact-item > div > a,
.contact-item.compact-item > a {
    color: var(--purple);
    text-decoration: none;
    font-size: clamp(14px, 1.31vw, 25px);
    font-weight: 700;
}

.office-item { margin-top: 4.9%; margin-bottom: 7.1%; }

.contact-icon {
    position: absolute;
    left: -3.05vw;
    top: -.16vw;
    display: grid;
    place-items: center;
    width: 1.65vw;
    height: 1.65vw;
    min-width: 19px;
    min-height: 19px;
    border-radius: 50%;
    color: #fff;
    background: var(--purple);
    font: 700 clamp(9px, .68vw, 13px)/1 Arial, sans-serif;
}

.contact-timeline .contact-icon { display: none; }

.compact-item { min-height: 2.8vw; margin-bottom: 4.2%; }
.hours-item { margin-top: 1.1%; }
.hours-item h4 { margin-bottom: .35em; }
.hours-item p { font-size: clamp(12px, 1.02vw, 19.5px); line-height: 1.17; }
.hours-item p strong { color: var(--purple); }
.hours-item p b { color: var(--purple); }
.career-item { margin-top: 6.2%; }
.career-item em { display: inline-block; margin-top: .8em; color: #777; font-size: clamp(11px, .92vw, 17.5px); }

.contact-form label {
    display: block;
    margin-bottom: 2.38%;
    color: var(--purple);
    font-size: clamp(12px, 1.03vw, 19.8px);
    font-weight: 700;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    margin-top: .42em;
    border: 1px solid #252525;
    border-radius: 0;
    outline: none;
    color: #313131;
    background: #fff;
    font: 400 clamp(14px, 1.22vw, 23px)/1.2 'Helvetica TR', Arial, sans-serif;
}

.contact-form { margin-left: .73vw; width: calc(100% - .73vw); }

.contact-form input {
    height: 2.78vw;
    min-height: 40px;
    padding: 0 1.4vw;
}

.contact-form textarea {
    height: 7.75vw;
    min-height: 90px;
    padding: .65vw 1.4vw;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #bcbcbc; opacity: 1; }

.phone-field {
    position: relative;
    display: block;
}

.phone-field .flag {
    position: absolute;
    left: 1.35vw;
    top: 50%;
    z-index: 1;
    transform: translateY(-37%);
    font-size: clamp(18px, 1.35vw, 26px);
}

.phone-field input { padding-left: 4.1vw; }

.contact-form .kvkk {
    display: flex;
    align-items: flex-start;
    gap: .55vw;
    margin: 3.1% 0 3.7%;
    color: #7d7d7d;
    font-size: clamp(10px, .92vw, 17.5px);
    font-weight: 400;
    line-height: 1.25;
}

.contact-form .kvkk input {
    flex: 0 0 auto;
    width: .94vw;
    min-width: 16px;
    height: .94vw;
    min-height: 16px;
    margin: 0;
    padding: 0;
}

.contact-form .kvkk a { color: var(--purple); font-weight: 700; text-decoration: none; }

.contact-form button {
    width: 9.18vw;
    min-width: 140px;
    height: 2.58vw;
    min-height: 42px;
    border: 0;
    border-radius: .65vw;
    color: var(--purple);
    background: linear-gradient(#fff, #d4d4d4);
    box-shadow: inset 0 0 0 1px #c4c4c4;
    font: 700 clamp(18px, 1.4vw, 27px)/1 'Futura Maxi', Arial, sans-serif;
    cursor: pointer;
}

.contact-form button:hover { filter: brightness(.97); }
.honeypot { position: absolute; left: -10000px; }

.form-notice {
    margin: -2.3% 0 2%;
    padding: .55em .8em;
    border-radius: 4px;
    font-size: clamp(11px, .85vw, 16px);
}

.form-notice.success { color: #11662a; background: #e6f6e9; }
.form-notice.error { color: #8f1f1f; background: #fdeaea; }

.contact-bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
    font-size: clamp(10px, .88vw, 17px);
    color: #777;
    margin-left: .73vw;
    width: calc(100% - .73vw);
}

.contact-bottom-links a { text-decoration: none; }
.contact-bottom-links strong { color: var(--purple); }

.site-footer {
    width: 100%;
    height: min(12.2396vw, 235px);
    min-height: 0;
    color: #252126;
    background: #ededee;
    font-family: 'Helvetica TR', Arial, sans-serif;
}

.footer-inner { position: relative; width: 80.7%; max-width: 1550px; height: 100%; min-height: 0; margin: 0 auto; }
.footer-brand { position: absolute; top: min(1.4583vw, 28px); left: 0; width: 28%; }
.footer-brand img {
    display: block;
    width: min(17.3958vw, 334px);
    max-width: none;
    height: auto;
    margin-left: max(-1.1719vw, -22.5px);
    mix-blend-mode: multiply;
}
.footer-brand p { margin: min(1.1458vw, 22px) 0 0; color: var(--purple); font-size: clamp(10px, .9vw, 17px); white-space: nowrap; }

.footer-office {
    position: absolute;
    top: min(2.7083vw, 52px);
    display: flex;
    min-height: min(4.4271vw, 85px);
    padding-left: min(1.4583vw, 28px);
    border-left: 1px solid #8f8f90;
    font-size: clamp(11px, 1.02vw, 19.5px);
    line-height: 1.13;
}
.footer-ankara { left: 19.5%; width: 21%; border-left: 0; }
.footer-istanbul { left: 38.8%; width: 21%; }
.footer-pin {
    position: absolute;
    top: 0;
    left: 0;
    width: min(1.1979vw, 23px);
    height: min(1.1979vw, 23px);
    border-radius: 50% 50% 50% 0;
    color: transparent;
    background: var(--purple);
    font-size: 0;
    transform: rotate(-45deg);
}
.footer-pin::after {
    content: '';
    position: absolute;
    inset: 31%;
    border-radius: 50%;
    background: #fff;
}
.footer-mobile-location { display: none; }
.footer-office h3 { margin: 0 0 .2em; color: var(--purple); font-size: 1em; }
.footer-office p { margin: 0; }
.footer-office a { color: var(--purple); text-decoration: none; }

.footer-social { position: absolute; top: min(2.7083vw, 52px); left: 60%; display: grid; gap: min(.4688vw, 9px); font-size: clamp(11px, 1.05vw, 20px); }
.footer-social a { display: flex; align-items: center; gap: min(.4167vw, 8px); text-decoration: none; }
.footer-social a:last-child { color: var(--purple); font-weight: 700; }
.footer-social span { display: grid; place-items: center; width: min(1.1979vw, 23px); height: min(1.1979vw, 23px); border-radius: 50%; color: #fff; background: var(--purple); font-size: min(.6771vw, 13px); }

.footer-verify { position: absolute; top: min(2.5vw, 48px); right: 0; display: flex; align-items: flex-start; gap: min(3.125vw, 60px); }
.footer-verify .footer-qr { width: min(7.2917vw, 140px); height: auto; }
.footer-verify > div { display: grid; justify-items: center; gap: min(.7292vw, 14px); }
.footer-verify > div img:first-child { width: min(9.3229vw, 179px); }
.footer-verify > div img:last-child { width: min(8.9063vw, 171px); }

@media (max-width: 1180px) {
    :root { --header-h: 84px; }

    .site-header { min-height: 84px; background: rgba(255,255,255,.985); box-shadow: 0 1px 12px rgba(0,0,0,.08); }
    .header-inner { width: 92%; }
    .brand { top: 17px; left: 0; width: 164px; }
    .header-contact, .language-switch { display: none; }

    .menu-toggle {
        position: absolute;
        right: 0;
        top: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 36px;
        padding: 6px;
        border: 0;
        background: transparent;
    }

    .menu-toggle span { width: 100%; height: 2px; background: #282426; }

    .main-nav {
        top: 84px;
        left: -4.35%;
        right: -4.35%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 4.35% 20px;
        background: #fff;
        box-shadow: 0 14px 22px rgba(0,0,0,.12);
    }

    .menu-open .main-nav { display: flex; }
    .main-nav a { padding: 12px 4px; font-size: 16px; border-bottom: 1px solid #eee; }
}

@media (max-width: 900px) {

    main, .site-footer { width: 100%; overflow: hidden; }
    .artboard { min-width: 0; scroll-margin-top: 84px; }

    .home-section { min-height: 840px; aspect-ratio: auto; }
    .home-section .hero-visual {
        left: 16px;
        top: 104px;
        width: calc(100% - 32px);
        height: 530px;
        border-radius: 24px;
        background-position: left 42%;
        background-size: auto 135%;
    }
    .hero-copy {
        left: 31px;
        top: 134px;
        width: calc(100% - 62px);
        font-size: clamp(18px, 5.2vw, 22px);
        line-height: 1.18;
    }
    .home-services-strip {
        top: 650px;
        left: 16px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 32px);
        min-height: 168px;
        padding: 12px;
        border-radius: 20px;
        box-shadow: 0 10px 28px rgba(0,0,0,.09);
    }
    .home-service-item,
    .home-service-item:nth-child(n) { flex: 1 1 auto; justify-content: flex-start; padding: 8px; border-right: 0; border-bottom: 1px solid #ddd; }
    .home-service-item:nth-child(odd) { border-right: 1px solid #ddd; }
    .home-service-item:nth-child(n+3) { border-bottom: 0; }
    .home-service-item img { width: 45px; height: 45px; margin-right: 8px; }
    .home-service-item p { white-space: normal; }
    .home-service-item strong { font-size: 15px; }
    .home-service-item span { font-size: 11px; }

    .about-section {
        display: flex;
        flex-direction: column;
        min-height: 0;
        aspect-ratio: auto;
        padding: 90px 4% 54px;
    }
    .about-visual {
        position: relative;
        top: auto;
        left: auto;
        align-self: center;
        flex: 0 0 auto;
        width: min(100%, 650px);
        height: auto;
        aspect-ratio: 1;
    }
    .about-year { top: -2%; left: 2%; font-size: min(38vw, 175px); }
    .about-orbit { top: 9%; left: 7%; width: 86%; border-width: 9px; }
    .about-plane { left: 7%; width: 74%; }
    .about-content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 4px;
    }
    .about-content h2 { margin-bottom: 22px; font-size: 42px; }
    .about-content p {
        margin-bottom: 19px;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.55;
        text-align: left;
    }
    .about-content br { display: none; }
    .about-content .about-closing { margin-top: 24px; }

    .services-section {
        min-height: 0;
        aspect-ratio: auto;
        padding: 54px 22px 58px;
        overflow: hidden;
    }
    .services-map {
        height: 760px;
        object-fit: cover;
        object-position: 50% top;
        opacity: .68;
    }
    .services-section > h2 {
        position: relative;
        top: auto;
        left: auto;
        z-index: 4;
        margin-bottom: 38px;
        font-size: clamp(43px, 8vw, 62px);
    }
    .services-connectors,
    .services-nodes { display: none; }
    .services-orbit {
        position: relative;
        top: auto;
        left: auto;
        width: min(360px, 72vw);
        margin: 0 auto 64px;
        border-width: 12px;
        box-shadow: 0 0 0 3px #d8d8d8, 0 0 0 12px rgba(239,239,239,.82);
    }
    .services-orbit::after { height: 8%; }
    .orbit-center p { font-size: clamp(25px, 5.7vw, 34px); }
    .services-cards {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
    .service-card {
        position: static;
        width: auto;
        height: auto;
        min-height: 0;
        padding: 22px 20px 20px;
        border-radius: 22px;
        background: rgba(255,255,255,.9);
        box-shadow: 0 12px 32px rgba(49,37,55,.07);
    }
    .service-card-head,
    .service-travel .service-card-head {
        justify-content: flex-start;
        min-height: 0;
        margin: 0 0 17px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
    }
    .service-card-head img,
    .service-travel .service-card-head img {
        width: 68px;
        max-height: 72px;
        margin-right: 11px;
    }
    .service-card-head h3,
    .service-travel .service-card-head h3 {
        max-width: none;
        font-size: 24px;
    }
    .service-card-head p { font-size: 20px; }
    .service-card ul,
    .service-travel ul { font-size: 15px; line-height: 1.35; }
    .service-card li { padding: .32em .12em; border-bottom-width: 1px; }
    .service-meeting { order: 1; }
    .service-incentive { order: 2; }
    .service-travel { order: 3; }
    .service-congress { order: 4; }
    .service-events { order: 5; }

    .flights-section,
    .references-section,
    .gallery-section {
        min-height: 0;
        aspect-ratio: auto;
        padding: 54px 18px 64px;
        overflow: hidden;
    }

    .flights-section { display: flex; flex-direction: column; }
    .flights-intro {
        position: relative;
        top: auto;
        left: auto;
        order: 1;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .flights-intro h2 { flex: 0 0 auto; width: 100%; padding: 0; border-right: 0; font-size: 48px; }
    .flights-intro h2 span { position: static; display: inline-block; font-size: 1.25em; transform: translateY(.08em) rotate(-8deg); }
    .flights-copy { width: 100%; padding: 0; }
    .flights-copy p { margin-top: 14px; font-size: 16px; line-height: 1.45; }
    .flight-orbit {
        position: relative;
        top: auto;
        left: auto;
        order: 2;
        width: min(315px, 76vw);
        margin: 48px auto 36px;
        border-width: 10px;
    }
    .flight-map {
        position: relative;
        top: auto;
        left: auto;
        order: 3;
        width: 100%;
        height: min(64vw, 480px);
        margin: 22px 0 0;
    }
    .airline-plane { min-width: 34px; }
    .iata-mark { position: relative; top: auto; left: auto; order: 4; margin: 20px 0 0; gap: 10px; }
    .iata-mark img { width: 58px; flex: 0 0 58px; }
    .iata-mark span { font-size: clamp(22px, 6vw, 28px); line-height: 1; }

    .references-section > h2 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 34px;
        font-size: 40px;
    }
    .references-grid {
        position: relative;
        top: auto;
        left: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 18px 12px;
        width: 100%;
        height: auto;
    }
    .reference-card { height: 126px; min-height: 0; padding: 12px 8px 28px; }
    .reference-card::before { width: 7px; }
    .reference-card::after { filter: blur(2px); }

    .gallery-heading-row {
        position: relative;
        top: auto;
        left: auto;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .gallery-heading-row h2 { padding: 0; border: 0; font-size: 48px; }
    .gallery-heading-row p { margin: 8px 0 0; font-size: 15px; }
    .gallery-slider {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    .gallery-track { align-items: stretch; height: auto; }
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 8px;
        height: auto;
        padding: 8px;
    }
    .gallery-tile { grid-column: auto; grid-row: auto; min-height: 190px; }
    .gallery-slot-wide { grid-column: 1 / -1; min-height: 300px; }
    .gallery-slot-bottom-right { grid-column: 1 / -1; min-height: 250px; }
    .gallery-orbit {
        position: relative;
        top: auto;
        left: auto;
        width: min(240px, 58vw);
        margin: 18px auto 24px;
        border-width: 9px;
    }
    .gallery-dots {
        position: relative;
        bottom: auto;
        left: auto;
        justify-content: center;
        margin: 18px auto 0;
        gap: 7px;
        transform: none;
    }
    .gallery-dots button { width: 9px; height: 9px; }
    .client-badge { right: 7px; bottom: 7px; min-width: 58px; padding: 3px 5px; font-size: 8px; }

    .contact-section { min-height: 1370px; aspect-ratio: auto; }
    .contact-section > h2 { left: 6%; top: 110px; font-size: 54px; }
    .contact-left, .contact-right { left: 6%; width: 88%; }
    .contact-left { top: 205px; }
    .contact-right { top: 760px; }
    .contact-left > h3, .contact-right > h3 { margin-bottom: 28px; font-size: 28px; }
    .contact-timeline {
        --timeline-top-space: 14px;
        padding-left: 45px;
        background-position: -5px 0;
        background-size: 36px 408px;
    }
    .contact-item { margin-bottom: 14px; }
    .contact-item h4, .contact-form label { font-size: 15px; }
    .contact-item p { font-size: 18px; }
    .contact-item > div > a, .contact-item.compact-item > a { font-size: 18px; }
    .office-item { margin-top: 22px; margin-bottom: 28px; }
    .compact-item { min-height: 32px; margin-bottom: 15px; }
    .hours-item p { font-size: 14px; }
    .career-item { margin-top: 18px; }
    .career-item em { font-size: 13px; }
    .contact-form { margin-left: 0; width: 100%; }
    .contact-form label { margin-bottom: 13px; }
    .contact-form input { height: 48px; padding: 0 16px; font-size: 17px; }
    .contact-form textarea { height: 120px; padding: 12px 16px; font-size: 17px; }
    .phone-field .flag { left: 15px; font-size: 22px; }
    .phone-field input { padding-left: 56px; }
    .contact-form .kvkk { gap: 8px; margin: 18px 0; font-size: 13px; }
    .contact-form .kvkk input { width: 18px; height: 18px; }
    .contact-form button { width: 170px; height: 48px; border-radius: 9px; font-size: 24px; }
    .contact-bottom-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin: 20px 0 0;
        width: 100%;
        font-size: 13px;
    }

    .site-footer { height: auto; padding: 40px 22px; }
    .footer-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 22px;
        width: 100%;
        height: auto;
        min-height: 0;
    }
    .footer-brand,
    .footer-office,
    .footer-social,
    .footer-verify { position: static; width: auto; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-brand img { width: 220px; max-width: 70%; margin-left: 0; }
    .footer-brand p { margin-top: 22px; font-size: 14px; white-space: normal; }
    .footer-office { min-height: 0; padding-left: 0; border-left: 0; font-size: 16px; }
    .footer-ankara { padding-left: 32px; }
    .footer-social { font-size: 16px; }
    .footer-verify { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 620px) {
    .services-section { padding-right: 16px; padding-left: 16px; }
    .services-section > h2 { margin-bottom: 34px; font-size: 46px; }
    .services-orbit { width: min(315px, 78vw); margin-bottom: 58px; }
    .services-cards { grid-template-columns: 1fr; gap: 16px; }
    .service-card { padding: 22px 18px; }
    .service-card-head h3,
    .service-travel .service-card-head h3 { font-size: 25px; }
    .service-card-head p { font-size: 20px; }
    .service-card ul,
    .service-travel ul { font-size: 16px; }

    .references-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 8px; }
    .reference-card { height: 112px; }
    .gallery-slider,
    .gallery-dots { display: none; }
    .gallery-mobile-carousel {
        display: block;
        width: 100%;
        overflow-x: auto;
        border-radius: 18px;
        background: #f1f1f1;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .gallery-mobile-carousel::-webkit-scrollbar { display: none; }
    .gallery-mobile-track { display: flex; gap: 10px; padding: 8px; }
    .gallery-mobile-tile {
        position: relative;
        flex: 0 0 calc(100% - 16px);
        aspect-ratio: 4 / 3;
        margin: 0;
        overflow: hidden;
        border-radius: 12px;
        background: #ddd;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .gallery-mobile-tile img { display: block; width: 100%; height: 100%; object-fit: cover; }
    .gallery-mobile-dots {
        display: flex;
        justify-content: center;
        gap: 7px;
        margin: 16px auto 0;
    }
    .gallery-mobile-dots button {
        width: 9px;
        height: 9px;
        padding: 0;
        border: 1px solid #999;
        border-radius: 50%;
        background: #fff;
    }
    .gallery-mobile-dots button.is-active { background: #777; }
    .gallery-heading-row { margin-bottom: 14px; }
    .gallery-orbit {
        width: min(210px, 56vw);
        margin: 10px auto 22px;
        border-width: 7px;
    }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-brand,
    .footer-verify { grid-column: auto; }
    .footer-ankara { position: relative; left: auto; padding-left: 0; }
    .footer-pin { display: none; }
    .footer-ankara h3 { display: flex; align-items: center; gap: 9px; }
    .footer-mobile-location {
        display: inline-flex;
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        color: var(--purple);
    }
    .footer-mobile-location svg { display: block; width: 100%; height: 100%; }
    .footer-social { gap: 12px; }
    .footer-social a { gap: 11px; }
    .footer-social span {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        font-size: 15px;
    }
    .footer-verify { align-items: center; gap: 16px; }
    .footer-verify .footer-qr { width: 140px; }
    .footer-verify > div { gap: 12px; }
    .footer-verify > div img:first-child { width: 170px; }
    .footer-verify > div img:last-child { width: 165px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .gallery-track { transition: none; }
}
