@font-face {
    font-family: 'Mont';
    src: url('../WebFonts/mont-regular-webfont.woff2') format('woff2'), url('../WebFonts/mont-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Mont';
    src: url('../WebFonts/mont-semibold-webfont.woff2') format('woff2'), url('../WebFonts/mont-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Mont';
    src: url('../WebFonts/mont-bold-webfont.woff2') format('woff2'), url('../WebFonts/mont-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Mont';
    src: url('../WebFonts/mont-heavy-webfont.woff2') format('woff2'), url('../WebFonts/mont-heavy-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

:root {
    --primary: #013220;
    --accent: #9E6928;
    --accent-soft: #c39151;
    --surface: #f4f4f4;
    --surface-2: #ffffff;
    --muted: #66756e;
    --text: #132019;
    --line: rgba(1, 50, 32, .12);
    --shadow: 0 22px 50px rgba(1, 50, 32, .10)
}

html {
    scroll-behavior: smooth
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select,
textarea,
span,
div,
li,
label,
.brand,
.nav-link,
.btn,
.section-kicker {
    font-family: 'Mont', sans-serif
}

body {
    background: var(--surface);
    color: var(--text)
}

.text-primary-brand {
    color: var(--primary) !important
}

.text-accent-brand {
    color: var(--accent) !important
}

.bg-primary-brand {
    background-color: var(--primary) !important
}

.bg-accent-brand {
    background-color: var(--accent) !important
}

.btn-accent-brand {
    background: linear-gradient(135deg, var(--accent-soft), var(--accent));
    color: #fff;
    border: none
}

.btn-accent-brand:hover {
    background: linear-gradient(135deg, var(--accent), #875920);
    color: #fff
}

.btn-outline-brand {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    background: rgba(255, 255, 255, .04)
}

.btn-outline-brand:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff
}

.section-kicker {
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, .8)
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: .3rem 0;
    background: rgba(1, 50, 32, .78);
    backdrop-filter: blur(10px)
}

.glass-nav {
    background: transparent;
    border: none;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none
}

.brand {
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: .03em;
    color: #fff
}

.brand img {
    max-height: 44px;
    width: auto
}

.brand:hover {
    color: #fff
}

.nav-link {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .82) !important
}

.nav-link:hover,
.nav-link.active {
    color: #fff !important
}

.category-dropdown {
    background: rgba(1, 50, 32, .96);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: .9rem;
    padding: .6rem;
    min-width: 240px;
    box-shadow: 0 18px 40px rgba(1, 50, 32, .28)
}

.category-dropdown .dropdown-item {
    color: #fff;
    padding: .72rem .9rem;
    border-radius: .6rem;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
    background: rgba(255, 255, 255, .10);
    color: #fff
}

.category-dropdown .dropdown-item:active {
    background: var(--accent);
    color: #fff
}

.header-tools {
    font-size: .85rem;
    color: rgba(255, 255, 255, .82)
}

.hero-slider {
    position: relative
}

.hero-slider .carousel-item {
    height: 650px
}

.hero-slider .carousel-item>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(1, 50, 32, 1) 0%, rgba(1, 50, 32, .40) 100%);
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 12rem
}

.hero-copy {
    max-width: 100%
}

.hero-copy .lead {
    max-width: 100%;
    color: rgba(255, 255, 255, .76);
    font-size: .92rem;
    line-height: 1.8
}

.hero-title {
    font-size: clamp(2.6rem, 5vw, 4.75rem);
    line-height: .95;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem
}

.hero-actions .btn {
    font-size: .72rem;
    letter-spacing: .08em;
    padding: .8rem 1.2rem;
    border-radius: .3rem
}

.hero-indicators {
    bottom: 1.6rem;
    justify-content: flex-end;
    margin-right: 3rem;
    margin-left: auto;
    width: auto
}

.hero-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, .45)
}

.hero-controls {
    position: absolute;
    right: 3rem;
    bottom: 6rem;
    z-index: 4;
    display: flex;
    gap: .6rem
}

.hero-control {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem
}

.hero-control:hover {
    background: rgba(255, 255, 255, .2)
}

.search-panel,
.about-panel,
.products-panel,
.footer-top-panel {
    background: var(--surface-2);
    box-shadow: var(--shadow)
}

.search-wrap {
    margin-top: -6rem;
    position: relative;
    z-index: 5
}

.search-panel {
    border-left: 8px solid var(--accent)
}

.search-input,
.search-input:focus {
    background: #f1eee7;
    border: 1px solid transparent;
    box-shadow: none
}

.section-pad {
    padding: 6rem 0
}

.title-rule {
    width: 88px;
    height: 5px;
    background: var(--accent);
    border-radius: 999px
}

.group-card {
    background: var(--primary);
    color: #fff;
    min-height: 320px;
    transition: .25s;
    border: none
}

.group-card:hover {
    transform: translateY(-20px);
    background: #0a4430
}

.group-icon {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .10);
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff
}

.group-stat {
    color: #e6c18e;
    font-family: 'Mont', sans-serif;
    font-size: 2.5rem;
    font-weight: 800
}

.about-image {
    position: relative
}

.about-image img {
    width: 100%;
    height: 600px;
    object-fit: cover
}

.experience-badge {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    max-width: 240px;
    background: var(--accent);
    color: #fff
}

.product-filter {
    background: #ece7de;
    color: var(--primary);
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .06em
}

.product-card {
    border: 1px solid transparent;
    transition: .25s
}

.product-card:hover {}

.product-card .ratio img {
    object-fit: cover;
    transition: transform .45s
}

.product-card:hover .ratio img {
    transform: scale(1.08)
}

.tag {
    display: inline-block;
    padding: .3rem .55rem;
    background: #ebe4d7;
    color: var(--primary);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em
}

.btn-outline-product {
    border: 1px solid #d5d1c9;
    color: var(--text);
    font-weight: 700
}

.product-card:hover .btn-outline-product {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: .45s
}

.gallery-grid .gallery-item:hover img {
    filter: grayscale(0)
}

.gallery-lg {
    min-height: 600px
}

.gallery-sm {
    min-height: 292px
}

.footer {
    background: #0a4430
}

.footer,
.footer p,
.footer li,
.footer a,
.footer h4,
.footer div,
.footer span {
    color: #fff !important
}

.footer a {
    text-decoration: none
}

.footer a:hover {
    color: #e6c18e !important
}

.footer .footer-social-btn {
    width: 46px;
    height: 46px;
    padding: 0 !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: #0a4430 !important;
    border: none
}

.footer .footer-social-btn i {
    font-size: 1rem;
    line-height: 1;
    color: #0a4430 !important
}

.footer .footer-social-btn:hover {
    background: #e6c18e !important;
    color: #0a4430 !important
}

.footer-about-copy {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.footer-note {
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important
}

@media (max-width:991.98px) {
    .page-header {
        padding: .9rem 0
    }

    .glass-nav {
        background: transparent
    }

    .hero-slider .carousel-item {
        height: 580px
    }

    .hero-content {
        padding-top: 9rem
    }

    .hero-title {
        font-size: clamp(2.4rem, 8vw, 3.6rem)
    }

    .hero-controls {
        display: none
    }

    .about-image img {
        height: 420px
    }

    .experience-badge {
        right: 1rem;
        bottom: 1rem
    }

    .gallery-lg {
        min-height: 420px
    }

    .gallery-sm {
        min-height: 220px
    }

    .inner-hero {
        min-height: auto
    }

    .category-dropdown {
        margin-top: .5rem
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

    .inner-hero-copy {
        padding: 8.5rem 0 4.5rem
    }

    .hero-stat-grid {
        grid-template-columns: 1fr;
        max-width: 100%
    }

    .statement-panel,
    .vision-card,
    .milestone-card,
    .principle-card,
    .commitment-card,
    .cta-strip {
        padding: 1.6rem
    }
}

@media (max-width:767.98px) {
    .hero-slider .carousel-item {
        height: 540px
    }

    .hero-copy {
        max-width: 100%
    }

    .hero-actions .btn {
        width: 100%
    }

    .hero-indicators {
        right: 0;
        left: 0;
        margin: auto;
        justify-content: center
    }

    .g-5 {
        margin: 0px;
    }
}

.inner-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: start;
    overflow: hidden;
    background: linear-gradient(115deg, rgba(1, 50, 32, .96) 0%, rgba(1, 50, 32, .78) 48%, rgba(1, 50, 32, .38) 100%), url('../images/bg.jpg') center/cover no-repeat
}

.inner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(158, 105, 40, .22), transparent 32%), linear-gradient(to top, rgba(1, 50, 32, .55), transparent 45%)
}

.inner-hero .container,
.floating-card,
.vision-card,
.milestone-card,
.principle-card,
.commitment-card,
.cta-strip {
    position: relative;
    z-index: 2
}

.breadcrumb-brand,
.breadcrumb-brand a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

.inner-hero-copy {
    padding: 11rem 0 6rem;
    max-width: 720px;
    color: #fff
}

.inner-hero-copy p {
    max-width: 620px;
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
    line-height: 1.9
}

.hero-stat-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 760px
}

.floating-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(12px);
    border-radius: 1.4rem;
    padding: 1.4rem
}

.floating-card .small-label {
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .68)
}

.floating-card .value {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    margin-top: .35rem
}

.vision-card,
.milestone-card,
.principle-card,
.commitment-card,
.cta-strip {
    background: var(--surface-2);
    border-radius: 1.5rem;
    box-shadow: var(--shadow)
}

.vision-card {
    padding: 2rem;
    height: 100%;
    border-top: 6px solid var(--accent)
}

.vision-icon,
.principle-icon {
    width: 72px;
    height: 72px;
    border-radius: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(158, 105, 40, .12);
    color: var(--accent);
    font-size: 1.5rem;
    margin-bottom: 1.2rem
}

.kurumsal-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr);
    gap: 2rem;
    align-items: stretch
}

.kurumsal-side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem
}

.kurumsal-wide-card {
    grid-column: 1 / -1
}

.statement-panel {
    background: linear-gradient(135deg, #0a4430 0%, #013220 100%);
    color: #fff;
    border-radius: 1.8rem;
    padding: 3rem;
    overflow: hidden;
    position: relative
}

.statement-panel::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -110px;
    top: -100px;
    border-radius: 50%;
    background: rgba(230, 193, 142, .08)
}

.statement-quote {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem
}

.milestone-card {
    padding: 2rem;
    height: 100%
}

.milestone-year {
    color: var(--accent);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1rem
}

.principle-card {
    padding: 2rem;
    height: 100%;
    border: 1px solid var(--line)
}

.principle-card p,
.milestone-card p,
.vision-card p,
.commitment-card p {
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.8
}

.commitment-card {
    padding: 2rem;
    height: 100%;
    background: linear-gradient(180deg, #fff 0%, #f8f6f1 100%)
}

.commitment-card ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: .9rem
}

.commitment-card li {
    display: flex;
    align-items: start;
    gap: .8rem;
    color: var(--text);
    line-height: 1.7
}

.commitment-card li i {
    color: var(--accent);
    margin-top: .2rem
}

.cta-strip {
    padding: 2.2rem 2.4rem
}

.mini-rule {
    width: 72px;
    height: 4px;
    border-radius: 999px;
    background: var(--accent);
    margin: 1rem 0 1.4rem
}

.catalog-stat {
    background: var(--surface-2);
    border-radius: 1.4rem;
    box-shadow: var(--shadow);
    padding: 1.5rem 1.6rem;
    height: 100%
}

.catalog-stat-label {
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: .65rem
}

.catalog-stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1
}

.catalog-lead-card {
    background: linear-gradient(135deg, #0a4430 0%, #013220 100%);
    color: #fff;
    border-radius: 1.8rem;
    padding: 2.4rem;
    height: 100%;
    position: relative;
    overflow: hidden
}

.catalog-lead-card::after {
    content: "";
    position: absolute;
    inset: auto -70px -90px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(230, 193, 142, .08)
}

.catalog-lead-card p {
    color: rgba(255, 255, 255, .76);
    max-width: 38rem;
    line-height: 1.9
}

.catalog-feature {
    background: var(--surface-2);
    border-radius: 1.4rem;
    padding: 1.6rem;
    border: 1px solid var(--line);
    height: 100%
}

.catalog-feature h3,
.category-tile h3,
.process-card h3 {
    color: var(--primary)
}

.category-tile {
    background: var(--surface-2);
    border-radius: 1.4rem;
    padding: 1.8rem;
    height: 100%;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden
}

.category-tile::before {
    content: "";
    position: absolute;
    inset: auto -28px -28px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(158, 105, 40, .09)
}

.category-tile .group-icon {
    position: relative;
    z-index: 1
}

.category-copy {
    position: relative;
    z-index: 1;
    color: var(--muted);
    line-height: 1.75
}

.catalog-product-card {
    background: var(--surface-2);
    border-radius: 1.5rem;
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%
}

.catalog-product-card .ratio img {
    object-fit: cover;
    transition: transform .45s
}

.catalog-product-card:hover .ratio img {
    transform: scale(1.06)
}

.catalog-product-body {
    padding: 1.6rem
}

.product-spec-list {
    display: grid;
    gap: .7rem;
    margin: 1rem 0 1.3rem;
    padding: 0;
    list-style: none
}

.product-spec-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .55rem;
    border-bottom: 1px solid var(--line);
    font-size: .9rem
}

.product-spec-list span:first-child {
    color: var(--muted)
}

.product-code {
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700
}

.process-card {
    background: linear-gradient(180deg, #fff 0%, #f7f3ec 100%);
    border-radius: 1.4rem;
    padding: 1.7rem;
    height: 100%;
    border: 1px solid rgba(158, 105, 40, .12)
}

.process-step {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem
}

.catalog-cta-panel {
    background: var(--surface-2);
    box-shadow: var(--shadow);
    border-radius: 1.6rem;
    padding: 2rem 2.2rem
}

.catalog-cta-panel p,
.catalog-feature p,
.process-card p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 0
}

.detail-hero-copy {
    max-width: 840px
}

.detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 2rem;
    align-items: start
}

.detail-gallery-card,
.detail-summary-card,
.detail-info-card,
.detail-cta-card,
.detail-note-card {
    background: var(--surface-2);
    border-radius: 1.6rem;
    box-shadow: var(--shadow)
}

.detail-gallery-card {
    padding: 1.2rem
}

.detail-main-media {
    border-radius: 1.2rem;
    overflow: hidden;
    background: #eef1ed
}

.detail-main-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem
}

.detail-thumb {
    border-radius: 1rem;
    overflow: hidden;
    background: #eef1ed
}

.detail-thumb {
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease
}

.detail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-thumb.is-active {
    box-shadow: 0 0 0 3px var(--accent);
    transform: translateY(-2px)
}

.detail-summary-card {
    padding: 2rem
}

.detail-code {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: #efe7da;
    color: var(--accent);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.detail-summary-card p {
    color: var(--muted);
    line-height: 1.85
}

.detail-meta-list,
.detail-feature-list,
.detail-brand-list,
.detail-doc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid
}

.detail-meta-list {
    gap: .9rem;
    margin-top: 1.5rem
}

.detail-meta-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid var(--line)
}

.detail-meta-list span:first-child {
    color: var(--muted)
}

.detail-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1.1rem
}

.detail-chip {
    display: inline-flex;
    align-items: center;
    padding: .48rem .8rem;
    border-radius: 999px;
    background: #ebe4d7;
    color: var(--primary);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .04em
}

.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.6rem
}

.detail-info-card,
.detail-note-card,
.detail-cta-card {
    padding: 1.8rem;
    height: 100%
}

.detail-info-card h3,
.detail-note-card h3,
.detail-cta-card h3 {
    color: var(--primary)
}

.detail-feature-list {
    gap: .9rem;
    margin-top: 1.1rem
}

.detail-feature-list li {
    display: flex;
    gap: .8rem;
    line-height: 1.8;
    color: var(--text)
}

.detail-feature-list i {
    color: var(--accent);
    margin-top: .28rem
}

.detail-brand-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1.1rem
}

.detail-brand-list li {
    padding: .9rem 1rem;
    border-radius: 1rem;
    background: #f7f3ec;
    font-weight: 700;
    color: var(--primary);
    text-align: center
}

.detail-doc-list {
    gap: .8rem;
    margin-top: 1.1rem
}

.detail-doc-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: #f7f3ec;
    color: var(--primary) !important;
    font-weight: 700;
    text-decoration: none !important
}

.detail-doc-list li a:hover {
    background: #ebe4d7
}

.related-card {
    background: var(--surface-2);
    border-radius: 1.5rem;
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%
}

.related-card .ratio img {
    object-fit: cover;
    transition: transform .45s
}

.related-card:hover .ratio img {
    transform: scale(1.05)
}

.related-card-body {
    padding: 1.4rem
}

.detail-section-copy {
    max-width: 100%;
    color: var(--muted);
    line-height: 1.85
}

.detail-main-trigger {
    display: block;
    border-radius: 1.2rem;
    overflow: hidden
}

.gallery-entry-card,
.gallery-shot-card {
    background: var(--surface-2);
    border-radius: 1.6rem;
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease
}

.gallery-entry-card:hover,
.gallery-shot-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(1, 50, 32, .12)
}

.gallery-entry-card .ratio img,
.gallery-shot-card .ratio img,
.gallery-detail-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease
}

.gallery-entry-card:hover .ratio img,
.gallery-shot-card:hover .ratio img,
.gallery-detail-hero:hover img {
    transform: scale(1.04)
}

.gallery-entry-body,
.gallery-shot-body {
    padding: 1.35rem 1.4rem
}

.gallery-entry-body p {
    color: var(--muted);
    line-height: 1.8
}

.gallery-detail-shell {
    display: grid;
    /*grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);*/
    gap: 2rem;
    align-items: start
}

.gallery-detail-main,
.gallery-detail-summary,
.gallery-empty-state {
    background: var(--surface-2);
    border-radius: 1.6rem;
    box-shadow: var(--shadow)
}

.gallery-detail-main {
    padding: 1.2rem
}

.gallery-detail-hero {
    border-radius: 1.2rem;
    overflow: hidden;
    background: #eef1ed
}

.gallery-detail-summary {
    padding: 2rem
}

.gallery-empty-state {
    padding: 2rem
}

.gallery-empty-state p {
    color: var(--muted);
    line-height: 1.8
}

.corporate-preview-copy {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width: 991.98px) {

    .detail-hero-grid,
    .gallery-detail-shell,
    .kurumsal-showcase {
        grid-template-columns: 1fr
    }

    .kurumsal-side-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 575.98px) {
    .detail-thumb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.contact-card,
.contact-form-card,
.contact-map-card,
.contact-hours-card,
.contact-note-card {
    background: var(--surface-2);
    border-radius: 1.6rem;
    box-shadow: var(--shadow)
}

.contact-card,
.contact-hours-card,
.contact-note-card {
    padding: 1.8rem;
    /*height:100%*/
}

.contact-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(158, 105, 40, .12);
    color: var(--accent);
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.contact-card p,
.contact-hours-card p,
.contact-note-card p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 0
}

.contact-card a,
.contact-inline-link {
    color: var(--primary) !important;
    text-decoration: none;
    font-weight: 700
}

.contact-card a:hover,
.contact-inline-link:hover {
    color: var(--accent) !important
}

.contact-form-card {
    padding: 2rem
}

.contact-form-card .form-control,
.contact-form-card .form-select,
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    background: #f7f3ec;
    border: 1px solid transparent;
    box-shadow: none;
    color: var(--text)
}

.contact-form-card .form-control::placeholder {
    color: #8c8b86
}

.contact-form-card label {
    font-size: .82rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: .45rem
}

.contact-map-card {
    padding: 1.2rem;
    overflow: hidden
}

.contact-map-surface {
    min-height: 420px;
    border-radius: 1.2rem;
    background: linear-gradient(135deg, rgba(1, 50, 32, .94) 0%, rgba(10, 68, 48, .88) 100%);
    position: relative;
    overflow: hidden;
    padding: 2rem;
    display: flex;
    align-items: end
}

.contact-map-surface::before,
.contact-map-surface::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(230, 193, 142, .09)
}

.contact-map-surface::before {
    width: 280px;
    height: 280px;
    top: -90px;
    right: -60px
}

.contact-map-surface::after {
    width: 220px;
    height: 220px;
    left: -60px;
    bottom: -70px
}

.contact-map-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .45
}

.contact-map-pin {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    color: #fff
}

.contact-map-pin i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent)
}

.contact-hours-list {
    list-style: none;
    padding: 0;
    margin: 1.1rem 0 0;
    display: grid;
    gap: .8rem
}

.contact-hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid var(--line)
}

.contact-hours-list span:first-child {
    color: var(--muted)
}

.contact-note-list {
    list-style: none;
    padding: 0;
    margin: 1.1rem 0 0;
    display: grid;
    gap: .8rem
}

.contact-note-list li {
    display: flex;
    gap: .8rem;
    line-height: 1.8
}

.contact-note-list i {
    color: var(--accent);
    margin-top: .3rem
}