:root {
    --site-edge-space: 50px;
    --site-edge-width: min(1400px, calc(100% - (var(--site-edge-space) * 2)));
    --site-narrow-edge-width: min(1120px, calc(100% - (var(--site-edge-space) * 2)));
}

body {
    padding-top: 72px;
}

html,
body {
    top: 0 !important;
    margin-top: 0 !important;
}

.google-translate-engine {
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-xl07Ob-OEVmcd,
body > iframe.skiptranslate,
body > .skiptranslate {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}

body.translated-ltr,
body.translated-rtl {
    top: 0 !important;
}

.container {
    width: min(1320px, calc(100% - (var(--site-edge-space) * 2))) !important;
    max-width: 1320px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-custom {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 72px !important;
    padding: 0 clamp(14px, 3vw, 34px) !important;
    z-index: 1300 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    column-gap: 18px !important;
    align-items: center !important;
    background: #020202 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.navbar-custom::before,
.navbar-custom::after {
    display: none !important;
}

.nav-cluster {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    min-width: 0;
    height: 100%;
    position: relative;
    z-index: 3;
}

.nav-cluster-left {
    justify-content: flex-start;
}

.nav-cluster-right {
    justify-content: flex-end;
}

.nav-text-button,
.nav-icon-link,
.nav-lang {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: none;
    border: 0;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1;
    opacity: 0.94;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.nav-icon-link {
    width: 22px;
    height: 22px;
    justify-content: center;
    flex: 0 0 22px;
}

.nav-text-button:hover,
.nav-icon-link:hover,
.nav-lang:hover {
    opacity: 1;
    color: #d7c3a5 !important;
}

.nav-text-button b,
.nav-lang {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

.nav-icon-link svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-logo-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    width: 88px;
    height: 62px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    position: relative;
    left: auto;
    transform: none;
    z-index: 2;
}

.navbar-custom .logo-img {
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: contain;
    filter: none !important;
    position: static !important;
}

.navbar-custom .menu-toggle {
    width: auto !important;
    height: auto !important;
    position: static !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    cursor: pointer;
}

.navbar-custom .menu-toggle span {
    width: 16px !important;
    height: 1px !important;
    background: #fff !important;
    display: block;
    position: absolute;
    left: 0;
}

.navbar-custom .menu-toggle {
    position: relative !important;
    padding-left: 25px !important;
}

.navbar-custom .menu-toggle span:nth-child(1) { top: 3px; }
.navbar-custom .menu-toggle span:nth-child(2) { top: 8px; }
.navbar-custom .menu-toggle span:nth-child(3) { top: 13px; }

.menu-open .navbar-custom .menu-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
}

.menu-open .navbar-custom .menu-toggle span:nth-child(2) {
    opacity: 0 !important;
    transform: translateX(-8px) !important;
}

.menu-open .navbar-custom .menu-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
}

.side-drawer {
    z-index: 1400 !important;
    transform: translateX(100%) !important;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) !important;
    box-shadow: -10px 0 30px rgba(0,0,0,0.1) !important;
}

.close-btn {
    display: block !important;
}

.menu-open .side-drawer {
    transform: translateX(0) !important;
}

.menu-open .page-wrapper {
    transform: none !important;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1350 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

body.menu-open::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.menu-open {
    overflow: hidden;
}

html[lang="tr"] body * {
    text-transform: none !important;
}

.language-select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 62px;
    height: 30px;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.03);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.language-select-wrap:hover {
    border-color: rgba(255,255,255,0.68);
    background: rgba(255,255,255,0.08);
}

.language-select {
    width: 100%;
    height: 100%;
    padding: 0 24px 0 9px;
    appearance: none;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0.72rem;
    letter-spacing: 1px;
}

.language-select option {
    color: #111;
    background: #fff;
}

.language-select-wrap svg {
    position: absolute;
    right: 6px;
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    pointer-events: none;
}

.inner-hero {
    min-height: 35vh;
}

.hero-section {
    height: calc(100vh - 72px) !important;
}

.franchise-hero {
    min-height: calc(62vh - 62px);
}

.footer-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 0.8fr);
    gap: 18px;
    align-items: stretch;
}

.footer-contact-copy {
    font-size: 0.84rem !important;
    margin-bottom: 1rem !important;
}

.footer-contact-copy a {
    color: #fff;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.footer-brand-note,
.contact-brand-note {
    color: #9bb3ae;
    font-size: 0.78rem;
    line-height: 1.6;
}

.footer-brand-note a,
.contact-brand-note a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.38);
}

.contact-brand-note a {
    color: #8c7355;
    border-bottom-color: rgba(140,115,85,0.45);
}

.edition-category-card[href*="bedding-bath"] .edition-category-media img {
    object-position: center;
}

.edition-category-card[href*="body-beauty"] .edition-category-media img {
    object-position: center 42%;
}

.footer-bottom-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-left: auto;
}

.footer-bottom .legal-links {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.footer-bottom .legal-links a {
    color: #7a948e;
    font-size: 0.72rem;
    line-height: 1;
    margin: 0 !important;
    text-decoration: none;
}

.footer-bottom .legal-links a:hover {
    color: #fff !important;
}

.footer-logo-link {
    display: inline-flex;
    width: 150px;
    padding: 0;
    margin-bottom: 2rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.footer-logo-link img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-map {
    min-height: 190px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    min-height: 190px;
    border: 0;
    filter: grayscale(100%) contrast(1.05) opacity(0.88);
}

.edition-category-carousel {
    --category-visible: 3;
    --category-gap: 32px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: clamp(12px, 2vw, 24px);
    align-items: center;
}

.page-width--indented {
    width: var(--site-edge-width) !important;
    max-width: 1400px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.edition-category-strip {
    width: 100%;
    overflow: hidden;
}

.edition-category-strip .swiper-wrapper {
    display: flex;
    gap: var(--category-gap);
    align-items: stretch;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.edition-category-card {
    display: flex;
    min-width: 0;
    flex: 0 0 calc((100% - (var(--category-visible) - 1) * var(--category-gap)) / var(--category-visible));
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    color: #222;
    text-align: center;
}

.edition-category-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(17,30,27,0.18);
    border-radius: 50%;
    background: transparent;
    color: #111e1b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.edition-category-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.edition-category-arrow:hover {
    background: #111e1b;
    border-color: #111e1b;
    color: #fff;
}

.edition-category-card:hover {
    color: #8c7355;
}

.edition-category-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0ede7;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(17,30,27,0.08);
}

.edition-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    mix-blend-mode: normal;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.edition-category-card:hover .edition-category-media img {
    transform: scale(1.055);
}

.edition-category-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.12rem, 1.55vw, 1.55rem);
    line-height: 1.2;
}

.featured-video-section {
    padding: 7rem 0;
    background: #111e1b;
    color: #fff;
}

.featured-video-shell {
    width: var(--site-narrow-edge-width);
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
}

.featured-video-copy {
    text-align: center;
    margin-bottom: 2rem;
}

.featured-video-copy span {
    display: inline-block;
    color: #d7c3a5;
    text-transform: none;
    letter-spacing: 3px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.featured-video-copy h2 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    margin: 0;
}

.featured-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.28);
    background: #000;
}

.featured-video-frame video,
.featured-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    background: #000;
}

.featured-video-fallback {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featured-video-fallback:hover {
    color: #111e1b;
    background: #fff;
}

.projects-section.is-hidden-projects,
.social-section {
    display: none !important;
}

.sales-points-section {
    padding: 6rem 0;
    background: #f7f5f1;
}

.sales-points-header {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.sales-points-header span {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #8c7355;
    font-size: 0.76rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.sales-points-header h2 {
    font-size: clamp(2.3rem, 5vw, 4rem);
}

.sales-points-header p {
    color: #555;
    line-height: 1.8;
}

.sales-point-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.sales-point-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(17,30,27,0.08);
    border: 1px solid rgba(17,30,27,0.06);
}

.sales-point-content {
    padding: 1.8rem;
}

.sales-point-content span {
    display: inline-block;
    color: #8c7355;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.sales-point-content h3 {
    font-size: 1.65rem;
    margin-bottom: 0.8rem;
}

.sales-point-content p {
    color: #555;
    line-height: 1.65;
    margin-bottom: 0.45rem;
}

.sales-point-content a {
    color: #111;
}

.sales-point-map {
    height: 260px;
    background: #ddd;
}

.sales-point-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) contrast(1.06) opacity(0.9);
}

.contact-main-map {
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    margin-top: 2rem;
}

.contact-main-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) contrast(1.06) opacity(0.9);
}

@media (max-width: 1100px) {
    .nav-cluster {
        gap: 18px;
    }

    .nav-logo-link {
        width: 68px;
        height: 54px;
    }

    .nav-lang {
        display: none;
    }
}

@media (max-width: 991px) {
    .edition-category-carousel {
        --category-visible: 2;
        --category-gap: 24px;
    }

    .footer-contact-grid,
    .sales-point-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    :root {
        --site-edge-space: 15px;
    }

    body {
        padding-top: 64px;
    }

    .navbar-custom {
        height: 64px !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
        padding: 0 13px !important;
        column-gap: 10px !important;
    }

    .nav-cluster {
        gap: 14px;
        height: 64px;
        align-items: center;
    }

    .menu-toggle b {
        display: none;
    }

    .nav-language-select {
        display: inline-flex;
        min-width: 50px;
        width: 50px;
        height: 28px;
    }

    .nav-language-select .language-select {
        padding-left: 7px;
        padding-right: 18px;
        font-size: 0.64rem;
    }

    .nav-language-select svg {
        right: 4px;
        width: 11px;
        height: 11px;
    }

    .navbar-custom .menu-toggle {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        padding-left: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .nav-text-button,
    .nav-icon-link {
        font-size: 16px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        align-items: center;
        justify-content: center;
        align-self: center;
        flex: 0 0 22px;
    }

    .navbar-custom .menu-toggle span {
        left: 2px !important;
        width: 18px !important;
    }

    .navbar-custom .menu-toggle span:nth-child(1) { top: 6px; }
    .navbar-custom .menu-toggle span:nth-child(2) { top: 11px; }
    .navbar-custom .menu-toggle span:nth-child(3) { top: 16px; }

    .nav-icon-link svg {
        width: 20px;
        height: 20px;
    }

    .nav-logo-link {
        justify-self: center;
        width: 70px;
        height: 52px;
        padding: 0;
    }

    .hero-section {
        height: calc(100vh - 64px) !important;
    }

    .hero-text-content {
        width: min(100%, 100vw) !important;
        padding: 0 18px !important;
        box-sizing: border-box;
    }

    .hero-text-content h1 {
        font-size: 3rem !important;
        line-height: 0.98 !important;
        letter-spacing: 0 !important;
        margin-bottom: 0.45rem !important;
    }

    .hero-text-content h2 {
        max-width: 19rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.22rem !important;
        line-height: 1.22 !important;
    }

    .edition-category-carousel {
        --category-visible: 1;
        --category-gap: 18px;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 10px;
    }

    .edition-category-arrow {
        width: 38px;
        height: 38px;
    }

    .footer-bottom {
        align-items: flex-start !important;
    }

    .footer {
        padding-top: 3.5rem !important;
    }

    .footer-top {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.35rem !important;
        padding-bottom: 2.6rem !important;
    }

    .footer-top > div {
        grid-column: 1 / -1;
        margin-bottom: 0 !important;
    }

    .footer-top > div:nth-child(2),
    .footer-top > div:nth-child(3) {
        padding-bottom: 1.1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-top > div:nth-child(2) .footer-links,
    .footer-top > div:nth-child(3) .footer-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem 0.75rem;
    }

    .footer-logo-link {
        width: 104px;
        margin-bottom: 1.1rem;
    }

    .footer-desc {
        font-size: 0.78rem !important;
        line-height: 1.65 !important;
        margin-bottom: 1rem !important;
    }

    .footer-title {
        margin-bottom: 0.9rem !important;
        font-size: 0.68rem !important;
        letter-spacing: 2px !important;
    }

    .footer-links li {
        margin-bottom: 0 !important;
    }

    .footer-links a {
        font-size: 0.78rem !important;
        line-height: 1.2 !important;
        transform: none !important;
    }

    .footer-contact-grid {
        gap: 0.9rem;
    }

    .footer-contact-copy {
        font-size: 0.76rem !important;
        line-height: 1.6 !important;
    }

    .footer-map,
    .footer-map iframe {
        min-height: 150px;
    }

    .footer-bottom-actions {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        gap: 12px;
    }

    .featured-video-section {
        padding: 4.5rem 0;
    }

    .sales-points-section {
        padding: 4.5rem 0;
    }
}

@media (max-width: 430px) {
    .edition-category-media {
        aspect-ratio: 4 / 3;
    }

    .footer-bottom .legal-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .hero-text-content h1 {
        font-size: 2.72rem !important;
    }

    .hero-text-content h2 {
        max-width: 17rem;
        font-size: 1.08rem !important;
    }
}
