:root {
    --vavien-black: #111210;
    --vavien-copper: #a56a48;
    --vavien-red: #be3028;
}

html,
body {
    overflow-x: clip;
}

/* Borz'dan ilham alan güçlü, editoryal üst alan */
.site-header,
.site-header.scrolled,
.header-solid .site-header:not(.scrolled),
.header-overlay .site-header:not(.scrolled) {
    position: absolute;
    height: 86px;
    background: rgba(17, 18, 16, .98);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .1);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.site-header.scrolled {
    position: fixed;
}

.brand span {
    font-family: Manrope, Arial, sans-serif;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: .13em;
}

.brand small {
    color: #b9b8b2;
    font-weight: 700;
}

.site-nav {
    gap: clamp(16px, 1.65vw, 27px);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.site-nav > a:not(.button) {
    padding-block: 31px 25px;
}

.site-nav > .button {
    min-height: 48px;
    padding-inline: 22px;
    background: var(--vavien-copper);
    border-color: var(--vavien-copper);
}

.site-nav > .button:hover {
    background: #fff;
    border-color: #fff;
    color: var(--vavien-black);
}

.languages {
    border: 1px solid rgba(255, 255, 255, .28);
    padding: 11px 13px;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-languages {
    display: none;
}

.breadcrumb {
    color: rgba(255, 255, 255, .82);
    text-shadow: 0 1px 8px rgba(0, 0, 0, .65);
}

.route-gallery .breadcrumb {
    z-index: 5;
}

.hero {
    height: clamp(690px, 86svh, 880px);
    min-height: 690px;
    background: var(--vavien-black);
}

.hero::before,
.gallery-hero::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 86px;
    bottom: 0;
    width: 24px;
    background: var(--vavien-copper);
}

.hero-media {
    position: absolute;
    inset: 86px 0 0 40%;
    overflow: hidden;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
    transition: transform 1.2s ease;
}

.hero:hover .hero-media img {
    transform: scale(1.015);
}

.hero-shade {
    z-index: 1;
    background: linear-gradient(90deg, var(--vavien-black) 0 39%, rgba(17, 18, 16, .85) 49%, rgba(17, 18, 16, .08) 72%), linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 50%);
}

.hero-content {
    max-width: 1240px;
    padding-top: 118px;
}

.hero-content > * {
    max-width: 510px;
}

.hero h1,
.gallery-hero h1,
.intro h2,
.section-head h2,
.booking-band h2,
.room-title h1 {
    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    line-height: .94;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 590px;
    font-size: clamp(54px, 5.9vw, 88px);
}

.hero-content > p:not(.eyebrow) {
    max-width: 500px;
    color: #d9d8d2;
    font-size: 16px;
}

.hero-index {
    position: absolute;
    z-index: 3;
    left: max(48px, calc((100% - 1240px) / 2));
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, .66);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.hero-index i {
    width: 56px;
    height: 1px;
    background: var(--vavien-copper);
}

.scroll-hint {
    display: none;
}

.intro h2,
.section-head h2 {
    letter-spacing: -.045em;
}

.rooms-section {
    background: #eeeae2;
}

.room-card {
    background: #fff;
}

.room-image {
    position: relative;
    aspect-ratio: 5 / 4;
}

.room-index {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 52px;
    padding: 13px 15px;
    background: var(--vavien-black);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-align: center;
}

.room-copy h3,
.room-copy h2 {
    font-family: Manrope, Arial, sans-serif;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.gallery-teaser {
    background: var(--vavien-black);
    color: #fff;
}

.gallery-teaser .section-head {
    align-items: end;
}

.gallery-teaser-intro {
    max-width: 650px;
    margin: 16px 0 0;
    color: #aaa9a4;
}

.home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 86px;
    gap: 12px;
}

.home-gallery-card {
    position: relative;
    grid-column: span 4;
    grid-row: span 3;
    overflow: hidden;
    background: #282927;
}

.home-gallery-card:nth-child(1),
.home-gallery-card:nth-child(7) {
    grid-column: span 8;
    grid-row: span 4;
}

.home-gallery-card:nth-child(2),
.home-gallery-card:nth-child(8) {
    grid-column: span 4;
    grid-row: span 4;
}

.home-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.home-gallery-card:hover img {
    transform: scale(1.025);
}

.home-gallery-card::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .82));
}

.home-gallery-card > span {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 55px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
}

.home-gallery-card strong,
.home-gallery-card b {
    text-transform: uppercase;
}

.home-gallery-card strong {
    color: #d99973;
    font-size: 10px;
    letter-spacing: .14em;
}

.home-gallery-card b {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: -.01em;
}

.home-gallery-card > i {
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: 15px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-style: normal;
    letter-spacing: .12em;
}

/* Galeri sayfası */
.gallery-hero {
    position: relative;
    height: 570px;
    overflow: hidden;
    background: #191a18;
    color: #fff;
}

.gallery-hero > img {
    position: absolute;
    inset: 86px 0 0;
    width: 100%;
    height: calc(100% - 86px);
    object-fit: cover;
    object-position: center 50%;
}

.gallery-hero-shade {
    position: absolute;
    z-index: 1;
    inset: 86px 0 0;
    background: linear-gradient(90deg, rgba(5, 5, 5, .9), rgba(5, 5, 5, .22) 72%), linear-gradient(0deg, rgba(5, 5, 5, .58), transparent 58%);
}

.gallery-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 64px;
}

.gallery-hero h1 {
    margin: 0;
    font-size: clamp(62px, 8vw, 112px);
}

.gallery-hero-content > p:last-child {
    max-width: 670px;
    margin: 24px 0 0;
    color: #e3e1db;
    font-size: 17px;
}

.gallery-section {
    padding-bottom: var(--section);
    background: var(--paper);
}

.gallery-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    border-inline: 1px solid var(--line);
}

.gallery-filters button {
    min-height: 92px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    border-right: 1px solid var(--line);
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #555650;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: left;
    text-transform: uppercase;
}

.gallery-filters button:last-child {
    border-right: 0;
}

.gallery-filters button:hover,
.gallery-filters button.active {
    color: var(--vavien-black);
    border-bottom-color: var(--vavien-copper);
    background: #fff;
}

.gallery-filters button strong {
    color: #999891;
    font-size: 10px;
}

.gallery-summary {
    padding-block: 46px 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
}

.gallery-summary > div {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.gallery-summary strong {
    font-size: 18px;
    text-transform: uppercase;
}

.gallery-summary span,
.gallery-summary p {
    color: var(--muted);
    font-size: 12px;
}

.gallery-summary p {
    margin: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 88px;
    gap: 12px;
}

.gallery-card,
.gallery-card:nth-child(n) {
    grid-column: span 4;
    grid-row: span 3;
    width: auto;
    margin: 0;
    overflow: hidden;
    background: #282927;
}

.gallery-card:nth-child(8n + 1),
.gallery-card:nth-child(8n + 7) {
    grid-column: span 8;
    grid-row: span 4;
}

.gallery-card:nth-child(8n + 2),
.gallery-card:nth-child(8n + 8) {
    grid-column: span 4;
    grid-row: span 4;
}

.gallery-card[hidden] {
    display: none;
}

.gallery-card button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: #282927;
    color: #fff;
    cursor: zoom-in;
}

.gallery-card img,
.gallery-card:nth-child(even) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease, filter .3s ease;
}

.gallery-card button:hover img {
    transform: scale(1.025);
    filter: brightness(.82);
}

.gallery-card-copy {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    padding: 54px 18px 16px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(transparent, rgba(0, 0, 0, .78));
    text-align: left;
}

.gallery-card-copy strong {
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.gallery-card-copy b {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 11px;
    font-weight: 500;
    transition: .3s ease;
}

.gallery-card button:hover .gallery-card-copy b,
.gallery-card button:focus-visible .gallery-card-copy b {
    max-height: 45px;
    margin-top: 3px;
    opacity: .86;
}

.gallery-card-number {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    padding: 5px 7px;
    background: rgba(0, 0, 0, .58);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
}

/* Kırpmayan, klavye kontrollü ışık kutusu */
.lightbox,
.lightbox[open] {
    inset: 0;
    width: 100vw;
    height: 100svh;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 92px;
    grid-template-rows: 72px minmax(0, 1fr);
    background: #050505;
    color: #fff;
    overflow: hidden;
}

.lightbox:not([open]) {
    display: none;
}

.lightbox::backdrop {
    background: rgba(0, 0, 0, .96);
}

.lightbox-topbar {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #a7a7a3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.lightbox-topbar > span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    margin-left: 14px;
    vertical-align: middle;
    background: rgba(255, 255, 255, .25);
}

.lightbox .lightbox-close {
    position: static;
    width: 72px;
    height: 72px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .15);
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 34px;
    font-weight: 200;
}

.lightbox figure {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 22px 18px 16px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 13px;
    place-items: center;
}

.lightbox figure img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lightbox figcaption {
    max-width: 900px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #aaa9a4;
    font-size: 12px;
    text-align: center;
}

.lightbox figcaption strong {
    color: #fff;
    font-size: 15px;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.lightbox .lightbox-nav {
    position: static;
    align-self: center;
    justify-self: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);
    color: #fff;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
}

.lightbox-prev {
    grid-column: 1;
    grid-row: 2;
}

.lightbox-next {
    grid-column: 3;
    grid-row: 2;
}

/* Oda galerilerinde de sabit ve dengeli oranlar */
.room-title h1 {
    font-size: clamp(46px, 6vw, 82px);
}

.room-gallery-heading {
    margin-bottom: 28px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.room-gallery-heading .gallery-title {
    margin: 0;
}

.room-gallery-heading > span {
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.detail-gallery {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 88px;
    gap: 12px;
}

.detail-gallery button {
    position: relative;
    grid-column: span 4;
    grid-row: span 3;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: #292a28;
    cursor: zoom-in;
}

.detail-gallery button:nth-child(1),
.detail-gallery button:nth-child(7n + 7) {
    grid-column: span 8;
    grid-row: span 4;
}

.detail-gallery button:nth-child(2),
.detail-gallery button:nth-child(7n + 6) {
    grid-column: span 4;
    grid-row: span 4;
}

.detail-gallery img,
.detail-gallery:has(img:only-child) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.detail-gallery button:hover img {
    transform: scale(1.02);
}

.detail-gallery button > span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 7px;
    background: rgba(0, 0, 0, .58);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
}

@media (max-width: 1040px) {
    .header-inner { gap: 12px; }
    .mobile-languages {
        position: relative;
        z-index: 4;
        display: flex;
        gap: 7px;
        padding: 8px 10px;
        font-size: 10px;
    }
    .mobile-languages a { opacity: .58; }
    .mobile-languages a.active { opacity: 1; }
    .nav-languages { display: none; }
    .site-nav {
        z-index: 3;
        background: var(--vavien-black);
        color: #fff;
        transform: none;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease, visibility .25s ease;
    }

    .site-nav.open {
        transform: none;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .site-header:has(.site-nav.open),
    .site-header:has(.site-nav.open) .brand {
        color: #fff;
    }

    .site-header:has(.site-nav.open) .brand,
    .site-header:has(.site-nav.open) .menu-toggle {
        z-index: 4;
    }

    .site-header:has(.site-nav.open) {
        position: fixed;
        backdrop-filter: none;
    }

    .site-nav > a:not(.button) {
        padding: 7px;
    }

    .languages {
        padding: 12px 14px;
        border: 1px solid rgba(255, 255, 255, .25);
    }

    .hero-media {
        left: 35%;
    }

    .hero-shade {
        background: linear-gradient(90deg, var(--vavien-black) 0 34%, rgba(17, 18, 16, .86) 50%, rgba(17, 18, 16, .12) 76%), linear-gradient(0deg, rgba(0, 0, 0, .4), transparent 55%);
    }

    .home-gallery-grid,
    .gallery-grid,
    .detail-gallery {
        grid-auto-rows: 74px;
    }

    .home-gallery-card,
    .gallery-card,
    .gallery-card:nth-child(n),
    .detail-gallery button {
        grid-column: span 6;
        grid-row: span 4;
    }

    .home-gallery-card:nth-child(n),
    .gallery-card:nth-child(n),
    .detail-gallery button:nth-child(n) {
        grid-column: span 6;
        grid-row: span 4;
    }
}

@media (max-width: 700px) {
    .site-header,
    .site-header.scrolled,
    .header-solid .site-header:not(.scrolled),
    .header-overlay .site-header:not(.scrolled) {
        height: 72px;
    }

    .hero {
        height: 86svh;
        min-height: 650px;
    }

    .hero::before,
    .gallery-hero::before {
        top: 72px;
        width: 8px;
    }

    .hero-media {
        inset: 72px 0 0;
    }

    .hero-media img {
        object-position: 51% center;
    }

    .hero-shade {
        background: linear-gradient(0deg, rgba(5, 5, 5, .95) 0, rgba(5, 5, 5, .76) 45%, rgba(5, 5, 5, .12) 82%), linear-gradient(90deg, rgba(0, 0, 0, .38), transparent 70%);
    }

    .hero-content {
        justify-content: flex-end;
        padding: 0 0 92px;
    }

    .hero h1 {
        font-size: clamp(43px, 12.5vw, 58px);
    }

    .hero-content > p:not(.eyebrow) {
        font-size: 14px;
    }

    .hero-index {
        left: 24px;
        bottom: 24px;
    }

    .gallery-hero {
        height: 520px;
    }

    .gallery-hero > img,
    .gallery-hero-shade {
        inset: 72px 0 0;
        height: calc(100% - 72px);
    }

    .gallery-hero > img {
        object-position: 56% center;
    }

    .gallery-hero-shade {
        background: linear-gradient(0deg, rgba(5, 5, 5, .9), rgba(5, 5, 5, .15) 80%);
    }

    .gallery-hero-content {
        padding-bottom: 42px;
    }

    .gallery-hero h1 {
        font-size: clamp(54px, 18vw, 76px);
    }

    .gallery-hero-content > p:last-child {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.55;
    }

    .gallery-filters {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        border-inline: 0;
    }

    .gallery-filters button {
        min-height: 72px;
        padding: 16px;
        border-bottom: 1px solid var(--line);
    }

    .gallery-filters button.active {
        box-shadow: inset 0 -3px var(--vavien-copper);
    }

    .gallery-summary {
        padding-block: 34px 20px;
        align-items: start;
        flex-direction: column;
        gap: 5px;
    }

    .home-gallery-grid,
    .gallery-grid,
    .detail-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 9px;
    }

    .home-gallery-card,
    .home-gallery-card:nth-child(n),
    .gallery-card,
    .gallery-card:nth-child(n),
    .detail-gallery button,
    .detail-gallery button:nth-child(n) {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }

    .home-gallery-card:nth-child(1),
    .gallery-card:nth-child(8n + 1),
    .detail-gallery button:nth-child(1) {
        aspect-ratio: 16 / 10;
    }

    .gallery-card-copy b {
        max-height: 45px;
        margin-top: 3px;
        opacity: .82;
    }

    .lightbox,
    .lightbox[open] {
        grid-template-columns: 52px minmax(0, 1fr) 52px;
        grid-template-rows: 60px minmax(0, 1fr);
    }

    .lightbox-topbar {
        padding-left: 14px;
    }

    .lightbox .lightbox-close {
        width: 60px;
        height: 60px;
    }

    .lightbox figure {
        grid-column: 1 / -1;
        padding: 58px 12px 18px;
    }

    .lightbox .lightbox-nav {
        z-index: 2;
        width: 42px;
        height: 48px;
        border-color: rgba(255, 255, 255, .18);
        background: rgba(0, 0, 0, .55);
    }

    .room-gallery-heading {
        align-items: start;
        flex-direction: column;
        gap: 5px;
    }
}

/* İstanbul hero sliderı */
.hero-slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease, visibility 1.5s ease;
}

.hero-slide.active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.hero-media .hero-slide img {
    transform: scale(1.035);
    transition: none;
    will-change: transform, filter;
}

.hero-media .hero-slide.active img {
    animation: hero-drift-a 7.8s linear both;
}

.hero-media .hero-slide:nth-child(2).active img {
    animation-name: hero-drift-b;
}

.hero-media .hero-slide:nth-child(3).active img {
    animation-name: hero-drift-c;
}

@keyframes hero-drift-a {
    from { transform: scale(1.035) translate3d(0, 0, 0); filter: saturate(.94) contrast(1.02); }
    to { transform: scale(1.145) translate3d(-2.2%, -1.2%, 0); filter: saturate(1.08) contrast(1.06); }
}

@keyframes hero-drift-b {
    from { transform: scale(1.04) translate3d(-1.4%, 1%, 0); filter: saturate(.92) contrast(1.02); }
    to { transform: scale(1.15) translate3d(1.5%, -1.4%, 0); filter: saturate(1.08) contrast(1.07); }
}

@keyframes hero-drift-c {
    from { transform: scale(1.04) translate3d(1.4%, 0, 0); filter: saturate(.92) contrast(1.03); }
    to { transform: scale(1.14) translate3d(-1.5%, -1%, 0); filter: saturate(1.06) contrast(1.07); }
}

.hero-media::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 72% 22%, rgba(255,210,150,.12), transparent 34%);
    mix-blend-mode: screen;
    animation: hero-light 5.5s ease-in-out infinite alternate;
}

@keyframes hero-light {
    from { opacity: .3; transform: translate3d(-1%, 0, 0); }
    to { opacity: .78; transform: translate3d(1%, 1%, 0); }
}

/* Otel çevresi rehberi */
.local-guide {
    background: #f7f5f0;
    color: var(--vavien-black);
}

.local-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: clamp(48px, 8vw, 120px);
    align-items: start;
    margin-bottom: clamp(50px, 6vw, 80px);
}

.local-guide-copy h2 {
    max-width: 620px;
    margin: 0;
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(42px, 4.7vw, 68px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.local-guide-intro p {
    max-width: 620px;
    margin: 0 0 18px;
    color: #5f5f5a;
    font-size: 15px;
}

.local-guide-intro p:last-child {
    margin-bottom: 0;
}

.nearby-layout {
    display: grid;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.35fr);
    gap: clamp(42px, 6vw, 84px);
    align-items: start;
}

.nearby-list {
    min-width: 0;
}

.nearby-times {
    margin: 22px 0 0;
}

.nearby-place {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 28px 13px 0;
    border-top: 1px solid #d0cdc5;
    transition: background-color .2s ease, padding-left .2s ease;
}

.nearby-place:last-child {
    border-bottom: 1px solid #d0cdc5;
}

.nearby-place::after {
    position: absolute;
    top: 50%;
    right: 0;
    color: var(--vavien-copper);
    content: "↗";
    opacity: .6;
    transform: translateY(-50%);
}

.nearby-place:hover,
.nearby-place:focus-visible {
    padding-left: 8px;
    background: #efebe3;
    outline: none;
}

.nearby-place-title {
    max-width: 58%;
    color: #4f504c;
    font-size: 13px;
}

.nearby-place-meta {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    color: #111;
    font-size: 11px;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
}

.nearby-place-meta i {
    color: #77756f;
    font-style: normal;
}

.nearby-place-meta strong {
    font-weight: 800;
}

.nearby-toggle {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #d0cdc5;
    background: transparent;
    color: var(--vavien-black);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nearby-toggle i {
    color: var(--vavien-copper);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.nearby-map-scroll {
    position: sticky;
    top: 108px;
    min-width: 0;
    overflow: hidden;
}

.nearby-visual {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 924 / 503;
    overflow: hidden;
    background: #273236;
}

.nearby-visual > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: saturate(.92) contrast(1.04);
}

.nearby-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(5,8,10,.08), transparent 42%);
}

.nearby-visual figcaption {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    max-width: 245px;
    padding: 18px 20px;
    background: rgba(17,18,16,.92);
    color: #fff;
}

.nearby-visual figcaption strong {
    color: #d45143;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.nearby-visual figcaption span {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.35;
}

.route-pin {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    transform: translate(-14px, -50%);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.route-pin i {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border: 7px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: #111;
    box-shadow: 0 3px 12px rgba(0,0,0,.3);
    font-style: normal;
    transform: rotate(-45deg);
}

.route-pin b {
    display: block;
    padding: 7px 10px;
    border-radius: 2px;
    background: rgba(10,11,10,.94);
    box-shadow: 0 3px 12px rgba(0,0,0,.28);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    transition: background-color .2s ease;
}

.route-pin:hover b,
.route-pin:focus-visible b {
    background: var(--vavien-copper);
}

.route-pin:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.route-pin.pin-hotel:hover b,
.route-pin.pin-hotel:focus-visible b {
    background: #ef5046;
}

.route-pin.pin-label-left {
    flex-direction: row-reverse;
    transform: translate(calc(-100% + 14px), -50%);
}

.route-pin.pin-label-left i {
    margin: 0 0 0 8px;
}

.pin-hotel i {
    border-color: #df3e35;
    background: #fff;
}

.pin-hotel b {
    background: #df3e35;
}

.pin-ataturk { left: 32%; top: 29%; }
.pin-halic-bridge { left: 50%; top: 41%; }
.pin-hotel { left: 70.5%; top: 28%; }
.pin-arap { left: 77.5%; top: 27%; }
.pin-galata { left: 72%; top: 38%; }
.pin-salt { left: 69%; top: 48%; }
.pin-bridge { left: 87%; top: 69%; }
.pin-eminonu-square { left: 54%; top: 80%; }
.pin-eminonu { left: 70%; top: 91%; }
.pin-spice { left: 50%; top: 77%; }
.pin-rustem { left: 39%; top: 88%; }

.hero {
    height: 100svh;
    min-height: 0;
}

.hero-content {
    padding-top: 86px;
    padding-bottom: clamp(24px, 4vh, 48px);
}

/* Galeri okları görsel şeridinin iki yanında */
.carousel-stage {
    position: relative;
}

.carousel-edge {
    position: absolute;
    z-index: 6;
    top: 50%;
    width: 50px;
    height: 58px;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(17,18,16,.88);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 8px 28px rgba(0,0,0,.18);
    transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.carousel-edge-prev { left: -25px; }
.carousel-edge-next { right: -25px; }

.carousel-edge:hover:not(:disabled) {
    background: var(--vavien-copper);
}

.carousel-edge:disabled {
    opacity: .36;
    cursor: default;
}

.gallery-carousel-stage {
    margin-top: 0;
}

/* Hakkımızda sayfası */
.about-hero {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: var(--vavien-black);
}

.about-hero > img,
.about-hero > span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-hero > img {
    object-fit: cover;
    object-position: center 42%;
}

.about-hero > span {
    background: linear-gradient(0deg, rgba(10,10,10,.86), rgba(10,10,10,.06) 72%), linear-gradient(90deg, rgba(10,10,10,.45), transparent 70%);
}

.about-hero .shell {
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

.about-hero h1 {
    max-width: 780px;
    font-family: Manrope, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.about-hero p:not(.eyebrow) {
    color: rgba(255,255,255,.82);
}

.about-story .prose {
    max-width: 980px;
}

.about-story .rich-text > p:first-child {
    max-width: 900px;
    margin: 0 0 75px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.45;
}

.about-story .rich-text h2 {
    margin: 65px 0 22px;
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.about-story .rich-text p {
    max-width: 790px;
    color: #555650;
    font-size: 17px;
}

.about-story .rich-text ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 42px;
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: about-points;
}

.about-story .rich-text li {
    position: relative;
    padding: 25px 0 25px 50px;
    border-top: 1px solid var(--line);
    color: #62615c;
    counter-increment: about-points;
}

.about-story .rich-text li::before {
    content: counter(about-points, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 26px;
    color: var(--vavien-copper);
    font-size: 11px;
    font-weight: 800;
}

.about-story .rich-text li strong {
    color: var(--vavien-black);
}

.site-header .brand-image,
.brand-footer .brand-image {
    width: min(210px, 18vw);
    max-width: 210px;
    height: auto;
}

.reservation-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(170px, .8fr);
    gap: 1px;
    max-width: 1180px;
    margin: 38px auto 0;
    padding: 1px;
    background: rgba(255, 255, 255, .18);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
    text-align: left;
}

.reservation-form > label,
.reservation-child-ages label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 14px 16px;
    background: #fff;
    color: var(--vavien-black);
}

.reservation-form label > span {
    color: #6f6d67;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.reservation-form input,
.reservation-form select {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--vavien-black);
    outline: none;
    font-size: 14px;
    font-weight: 700;
}

.reservation-form input:focus,
.reservation-form select:focus {
    box-shadow: inset 0 -2px var(--vavien-copper);
}

.reservation-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border: 0;
    background: var(--vavien-copper);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
    transition: background-color .2s ease;
}

.reservation-submit:hover,
.reservation-submit:focus-visible {
    background: var(--vavien-red);
    outline: none;
}

.reservation-submit span {
    font-size: 20px;
    font-weight: 400;
}

.reservation-child-ages {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
}

.reservation-child-ages[hidden],
.reservation-child-ages label[hidden] {
    display: none;
}

.reservation-note {
    display: block;
    margin-top: 15px;
    color: #aaa9a4;
    font-size: 11px;
}

.hero-reservation {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
}

.hero-reservation .reservation-form {
    max-width: none;
    margin: 0;
}

.hero-reservation .reservation-note {
    color: rgba(255, 255, 255, .72);
    text-shadow: 0 1px 8px rgba(0, 0, 0, .7);
}

.hero .hero-content {
    padding-bottom: 150px;
}

.whatsapp-float {
    position: fixed;
    z-index: 48;
    right: 24px;
    bottom: 24px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
    transition: transform .2s ease, background-color .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    background: #1eaf55;
    outline: none;
    transform: translateY(-3px);
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.whatsapp-float > span {
    position: absolute;
    right: calc(100% + 12px);
    width: max-content;
    max-width: 230px;
    padding: 8px 11px;
    border-radius: 2px;
    background: var(--vavien-black);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateX(6px);
    transition: opacity .2s ease, transform .2s ease;
}

.whatsapp-float:hover > span,
.whatsapp-float:focus-visible > span {
    opacity: 1;
    transform: none;
}

.route-home .whatsapp-float {
    bottom: 30px;
}

@media (min-width: 701px) {
    .hero .hero-content {
        justify-content: flex-start;
        padding-top: clamp(116px, 16vh, 150px);
        padding-bottom: 170px;
    }
}

@media (min-width: 701px) and (max-height: 820px) {
    .hero .hero-content { padding-top: 108px; }
    .hero h1 { font-size: clamp(48px, 5vw, 68px); }
    .hero .eyebrow { margin-bottom: 10px; }
    .hero-content > p:not(.eyebrow) {
        margin-block: 12px 0;
        line-height: 1.5;
    }
    .hero .button-row { margin-top: 14px; }
}

@media (min-width: 701px) and (max-height: 700px) {
    .hero .hero-content { padding-top: 100px; }
    .hero h1 { font-size: clamp(46px, 4.4vw, 60px); }
    .hero-content > p:not(.eyebrow) { font-size: 14px; }
    .hero .button { min-height: 44px; padding-block: 9px; }
}

@media (max-width: 900px) {
    .local-guide-layout { grid-template-columns: 1fr; }
    .local-guide-copy,
    .local-guide-intro { max-width: 700px; }
    .nearby-layout { grid-template-columns: 1fr; }
    .nearby-map-scroll {
        position: relative;
        top: auto;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        scrollbar-color: var(--vavien-copper) #d6d2ca;
    }
    .nearby-times:not(.expanded) .nearby-place:nth-of-type(n+6) { display: none; }
    .nearby-toggle { display: flex; }
    .reservation-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .reservation-child-ages { order: 1; }
    .reservation-submit {
        grid-column: 1 / -1;
        min-height: 68px;
        order: 2;
    }
}

@media (max-width: 700px) {
    .hero {
        height: 100svh;
        min-height: 0;
    }
    .hero-content,
    .hero .hero-content {
        justify-content: flex-start;
        padding: 104px 0 0;
    }
    .local-guide-copy h2 { font-size: clamp(39px, 11vw, 52px); }
    .local-guide-layout { gap: 28px; }
    .local-guide-intro p { font-size: 14px; }
    .nearby-layout { gap: 42px; }
    .nearby-place-title { max-width: 52%; }
    .nearby-place-meta { white-space: normal; }
    .nearby-visual {
        width: 680px;
        max-width: none;
        aspect-ratio: 924 / 503;
    }
    .route-pin {
        transform: translate(-12px, -50%);
    }
    .route-pin.pin-label-left { transform: translate(calc(-100% + 12px), -50%); }
    .route-pin i {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        margin-right: 6px;
        border-width: 6px;
    }
    .route-pin.pin-label-left i { margin: 0 0 0 6px; }
    .route-pin b { padding: 6px 8px; font-size: 8px; }
    .carousel-edge {
        width: 42px;
        height: 50px;
    }
    .carousel-edge-prev { left: 4px; }
    .carousel-edge-next { right: 4px; }
    .about-hero {
        min-height: 610px;
        padding-bottom: 0;
    }
    .about-hero .shell { padding-bottom: 54px; }
    .about-story .rich-text > p:first-child { margin-bottom: 50px; }
    .about-story .rich-text ol { grid-template-columns: 1fr; }
    .site-header .brand-image,
    .brand-footer .brand-image {
        width: 158px;
        max-width: 158px;
    }
    .reservation-form { grid-template-columns: 1fr; }
    .reservation-child-ages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reservation-submit { min-height: 58px; }
    .hero-reservation {
        bottom: 14px;
    }
    .route-home .hero-reservation {
        left: 16px;
        width: calc(100% - 88px);
        transform: none;
    }
    .hero-reservation .reservation-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-reservation .reservation-form > label,
    .hero-reservation .reservation-child-ages label {
        gap: 2px;
        min-height: 56px;
        padding: 7px 10px;
    }
    .hero-reservation .reservation-form input,
    .hero-reservation .reservation-form select {
        height: 26px;
        font-size: 12px;
    }
    .hero-reservation .reservation-submit {
        grid-column: 1 / -1;
        min-height: 48px;
        padding: 10px 14px;
    }
    .hero-reservation .reservation-note { display: none; }
    .whatsapp-float {
        right: 12px;
        bottom: 14px;
        width: 50px;
        height: 50px;
    }
    .whatsapp-float > span { display: none; }
    .cookie-bar:not([hidden]) + .whatsapp-float { bottom: 136px; }
    .route-home .whatsapp-float { bottom: 14px; }
    .route-home .cookie-bar:not([hidden]) + .whatsapp-float { bottom: 136px; }
}

@media (max-width: 420px) {
    .site-header .brand-image { width: 132px; max-width: 132px; }
    .mobile-languages { gap: 6px; padding-inline: 8px; }
}

@media (max-width: 700px) and (max-height: 740px) {
    .hero h1 { font-size: clamp(36px, 11vw, 48px); }
    .hero-content > p:not(.eyebrow) { display: none; }
    .hero .button-row { margin-top: 14px; }
    .hero-reservation .reservation-form > label,
    .hero-reservation .reservation-child-ages label { min-height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-media .hero-slide.active img { animation: none; }
    .hero-media::after { animation: none; }
    .hero-slide { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-media img,
    .home-gallery-card img,
    .gallery-card img,
    .detail-gallery img {
        transition: none;
    }
}

/* Tek satırlı yatay galeriler */
.section-head-actions,
.gallery-summary-actions,
.room-gallery-actions,
.carousel-actions {
    display: flex;
    align-items: center;
}

.section-head-actions {
    gap: 22px;
}

.gallery-summary-actions,
.room-gallery-actions {
    gap: 20px;
}

.gallery-summary-actions p {
    margin: 0;
}

.room-gallery-actions > span {
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.carousel-actions {
    gap: 7px;
}

.carousel-arrow {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 19px;
    line-height: 1;
    transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.carousel-arrow:hover:not(:disabled) {
    background: currentColor;
    color: var(--paper);
}

.gallery-teaser .carousel-arrow:hover:not(:disabled) {
    color: var(--vavien-black);
}

.carousel-arrow:disabled {
    opacity: .25;
    cursor: default;
}

[data-carousel-track] {
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

[data-carousel-track]::-webkit-scrollbar {
    display: none;
}

.route-home .room-grid,
.home-gallery-grid,
.gallery-grid,
.detail-gallery {
    display: flex;
    grid-template-columns: none;
    grid-auto-rows: auto;
    grid-auto-flow: initial;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1px;
    padding-bottom: 2px;
}

.route-home .room-grid .room-card {
    flex: 0 0 clamp(292px, 30vw, 380px);
    max-width: none;
    scroll-snap-align: start;
}

.home-gallery-card,
.home-gallery-card:nth-child(n) {
    flex: 0 0 clamp(340px, 43vw, 560px);
    height: 390px;
    aspect-ratio: auto;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
}

.gallery-card,
.gallery-card:nth-child(n) {
    flex: 0 0 clamp(330px, 40vw, 540px);
    height: 390px;
    aspect-ratio: auto;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
}

.detail-gallery button,
.detail-gallery button:nth-child(n) {
    flex: 0 0 clamp(350px, 48vw, 620px);
    height: 420px;
    aspect-ratio: auto;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
}

@media (max-width: 700px) {
    .section-head {
        align-items: flex-start;
        gap: 25px;
    }

    .section-head-actions {
        align-items: flex-end;
        flex-direction: column-reverse;
        gap: 14px;
    }

    .section-head-actions .text-link {
        margin-top: 0;
    }

    .carousel-arrow {
        width: 40px;
        height: 40px;
    }

    .gallery-summary-actions {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .room-gallery-heading {
        align-items: flex-start;
        flex-direction: row;
    }

    .room-gallery-actions {
        align-items: flex-end;
        flex-direction: column;
        gap: 10px;
    }

    .route-home .room-grid .room-card {
        flex-basis: 86vw;
    }

    .home-gallery-card,
    .home-gallery-card:nth-child(n) {
        flex-basis: 86vw;
        height: min(64vw, 280px);
    }

    .gallery-card,
    .gallery-card:nth-child(n) {
        flex-basis: 86vw;
        height: min(64vw, 280px);
    }

    .detail-gallery button,
    .detail-gallery button:nth-child(n) {
        flex-basis: 88vw;
        height: min(66vw, 290px);
    }
}
