:root {
    --sarkon-ink: #162536;
    --sarkon-navy: #0e1d2d;
    --sarkon-gold: #b5222c;
    --sarkon-gold-light: #e06a70;
    --sarkon-paper: #f6f7f7;
    --sarkon-white: #ffffff;
    --sarkon-muted: #68727d;
    --sarkon-line: #dce1e2;
    --sarkon-soft-line: #ebeeee;
    --sarkon-shadow: 0 20px 45px rgba(17, 35, 52, .10);
}

html { scroll-behavior: smooth; scroll-padding-top: 135px; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

*, *::before, *::after { box-sizing: border-box; }

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--sarkon-white);
    color: var(--sarkon-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
a, button, input { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, input, textarea, select { font: inherit; }
main, header, footer, section, .site-container { min-width: 0; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--sarkon-gold); outline-offset: 4px; }
.site-container { width: min(1320px, calc(100% - 72px)); margin: auto; }

/* Header */
.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--sarkon-line);
    background: rgba(255, 255, 255, .97);
    color: var(--sarkon-ink);
    transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 7px 25px rgba(13, 28, 42, .09); }
.header-utility { border-bottom: 1px solid var(--sarkon-soft-line); background: #f7f8f8; }
.header-utility-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; color: #69737c; font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-utility a { color: var(--sarkon-ink); text-decoration: none; }
.header-utility i { margin-left: 5px; color: var(--sarkon-gold); }
.site-header-inner { display: flex; min-height: 94px; align-items: center; gap: 42px; }
.brand { display: inline-flex; width: 170px; flex: 0 0 170px; align-items: center; }
.brand img { display: block; width: 100%; max-height: 54px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .site-footer a { text-decoration: none; }
.desktop-nav a { position: relative; padding: 12px 0; color: #3d4852; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--sarkon-gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-current { color: var(--sarkon-ink); }
.desktop-nav a:hover::after, .desktop-nav a.is-current::after { transform: scaleX(1); }
.header-action { display: inline-flex; min-height: 43px; align-items: center; gap: 12px; padding: 0 17px; border: 1px solid var(--sarkon-ink); background: var(--sarkon-ink); color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.header-action:hover { background: #fff; color: var(--sarkon-ink); transform: translateY(-2px); }
.header-action span { color: var(--sarkon-gold-light); font-size: 1.15rem; }
.mobile-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid var(--sarkon-line); background: #fff; color: var(--sarkon-ink); cursor: pointer; }
.mobile-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.site-header.menu-open .mobile-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .mobile-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .mobile-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

/* Reusable elements */
.section { padding: clamp(85px, 9vw, 138px) 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--sarkon-gold-light); font-size: .69rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 2px; background: currentColor; content: ""; }
.eyebrow-dark { color: #a17e1e; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; margin-bottom: 46px; }
.section-heading-centered { align-items: center; flex-direction: column; margin-bottom: 34px; text-align: center; }
.section-heading-centered .eyebrow { justify-content: center; }
.section-heading h2, .corporate-copy h2, .video-copy h2, .contact-cta h2 { max-width: 800px; margin: 0; color: var(--sarkon-ink); font-size: clamp(2.55rem, 4.7vw, 5.15rem); font-weight: 780; letter-spacing: -.065em; line-height: .97; }
.section-heading h2 em, .corporate-copy h2 em, .video-copy h2 em, .contact-cta h2 em { color: var(--sarkon-gold); font-family: Georgia, serif; font-weight: 400; }
.section-lead { max-width: 600px; margin: 22px auto 0; color: var(--sarkon-muted); font-size: 1rem; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--sarkon-gold); color: var(--sarkon-ink); font-size: .73rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.text-link span { font-size: 1.05rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 17px; padding: 0 23px; border: 1px solid transparent; font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { border-color: var(--sarkon-gold); background: var(--sarkon-gold); color: #fff; }
.button-primary:hover { border-color: #fff; background: #fff; color: var(--sarkon-ink); }
.button-light { border-color: rgba(255,255,255,.68); background: rgba(255,255,255,.08); color: #fff; }
.button-light:hover { background: #fff; color: var(--sarkon-ink); }
.button-dark { background: var(--sarkon-ink); color: #fff; }
.button-dark:hover { background: var(--sarkon-gold); color: #fff; }
.button-large { min-width: 224px; min-height: 61px; }

/* Hero */
.hero { position: relative; min-height: clamp(790px, 89svh, 1030px); overflow: hidden; background: var(--sarkon-navy); color: #fff; }
.hero-track, .hero-slide, .hero-slide > picture, .hero-slide > picture > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-track { z-index: 0; }
.hero-slide { visibility: hidden; opacity: 0; transition: opacity .42s ease, visibility .42s ease; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide > picture { display: block; }
.hero-slide > picture > img { object-fit: cover; transform: none; transition: none; }
.hero-slide.is-active > picture > img { transform: none; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: clamp(790px, 89svh, 1030px); flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 130px 0 122px; }
.hero h1, .hero h2 { max-width: 560px; margin: 0; font-size: clamp(2.55rem, 4.15vw, 4.7rem); font-weight: 780; letter-spacing: -.07em; line-height: .93; }
.hero h1 em, .hero h2 em { color: #e0c06c; font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 440px; margin: 20px 0 0; color: rgba(255,255,255,.86); font-size: clamp(.92rem, 1.15vw, 1.04rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-navigation { position: absolute; z-index: 3; right: 0; bottom: 34px; left: 0; display: flex; align-items: center; justify-content: space-between; }
.hero-progress { display: flex; align-items: center; gap: 11px; color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.hero-progress span { width: 74px; height: 1px; background: rgba(255,255,255,.55); }
.hero-progress small { color: rgba(255,255,255,.62); font-size: inherit; }
.hero-controls, .hero-dots { display: flex; align-items: center; }
.hero-controls { gap: 15px; }
.hero-dots { gap: 7px; }
.icon-button { display: grid; width: 45px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.65); background: transparent; color: #fff; font-size: 1.2rem; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.icon-button:hover { border-color: var(--sarkon-gold); background: var(--sarkon-gold); color: #fff; }
.hero-dots button { width: 18px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.55); cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-dots button.is-active { width: 34px; background: #b5222c; }

/* Products */
.section-products { padding-top: clamp(58px, 7vw, 95px); background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--sarkon-line); background: #fff; color: var(--sarkon-ink); text-decoration: none; transition: box-shadow .25s ease, transform .25s ease; }
.product-card img { display: block; width: 100%; height: 335px; object-fit: cover; transition: transform .45s ease; }
.product-card-copy { display: flex; min-height: 164px; flex-direction: column; align-items: flex-start; padding: 24px 25px 23px; }
.product-card-copy small { color: #9a7b25; font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.product-card-copy strong { margin-top: 11px; font-size: clamp(1.38rem, 2vw, 1.95rem); letter-spacing: -.045em; line-height: 1.03; }
.product-card-copy i { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 20px; color: #5e6871; font-size: .68rem; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card-copy i b { color: var(--sarkon-gold); font-size: 1rem; }
.product-card:hover { box-shadow: var(--sarkon-shadow); transform: translateY(-6px); }
.product-card:hover img { transform: scale(1.06); }
/* Category slider */
.category-slider-shell { width: min(1620px, calc(100% - 120px)); }
.category-slider { position: relative; overflow: visible; padding: 0 64px 42px; }
.category-slider-viewport { overflow: hidden; }
.category-slider-track { display: flex; gap: 18px; will-change: transform; transition: transform .58s cubic-bezier(.22,.75,.25,1); }
.category-slide { position: relative; display: flex; min-width: 0; height: 482px; flex: 0 0 calc((100% - 54px) / 4); flex-direction: column; overflow: hidden; border: 1px solid #eceeee; border-radius: 112px 112px 0 0; background: #f2f3f3; color: var(--sarkon-ink); text-decoration: none; transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.category-slide-heading { position: relative; z-index: 2; min-height: 150px; padding: 87px 24px 0; }
.category-slide-heading::after { position: absolute; bottom: 0; left: 24px; width: 47px; height: 5px; border-radius: 4px; background: var(--sarkon-gold); content: ""; }
.category-slide-heading h3 { margin: 0; font-size: clamp(1.22rem, 1.45vw, 1.58rem); font-weight: 760; letter-spacing: -.045em; line-height: 1.12; }
.category-slide-visual { position: relative; display: grid; height: 215px; flex: 0 0 215px; place-items: center; padding: 12px 9px 0; }
.category-slide-visual img { position: relative; z-index: 1; display: block; width: 112%; height: 100%; object-fit: contain; filter: drop-shadow(0 15px 9px rgba(6, 24, 37, .22)); transition: transform .45s cubic-bezier(.22,.75,.25,1); }
.category-slide-mirrored .category-slide-visual img { transform: scaleX(-1); }
.category-slide-bottom { position: relative; z-index: 2; display: flex; flex: 1; align-items: flex-end; padding: 18px 24px 35px; }
.category-slide-bottom p { margin: 0; color: #687179; font-size: .82rem; line-height: 1.45; }
.category-slide:hover { background: #f8f8f8; box-shadow: 0 18px 34px rgba(17,35,52,.11); transform: translateY(-6px); }
.category-slide-folding, .category-slide-folding:hover { background: #f0f0f0; }
.category-slide-folding .category-slide-visual img { filter: none; }
.category-slide-telescopic, .category-slide-telescopic:hover { background: #f0f0f0; }
.category-slide-telescopic .category-slide-visual img { filter: none; }
.category-slide:hover .category-slide-visual img { transform: translateY(-5px) scale(1.045); }
.category-slide-mirrored:hover .category-slide-visual img { transform: translateY(-5px) scaleX(-1) scale(1.045); }
.category-slider-controls { position: static; }
.category-slider-arrow { position: absolute; z-index: 3; top: 47%; display: grid; width: 45px; height: 58px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--sarkon-ink); font-size: 3.15rem; font-weight: 300; line-height: 1; cursor: pointer; transition: color .2s ease, transform .2s ease; }
.category-slider-arrow:hover { color: var(--sarkon-gold); transform: translateY(-50%) scale(1.12); }
.category-slider-arrow.js-category-slider-prev { left: 0; transform: translateY(-50%); }
.category-slider-arrow.js-category-slider-next { right: 0; transform: translateY(-50%); }
.category-slider-arrow.js-category-slider-prev:hover, .category-slider-arrow.js-category-slider-next:hover { transform: translateY(-50%) scale(1.12); }
.category-slider-dots { position: absolute; bottom: 2px; left: 50%; display: flex; gap: 7px; transform: translateX(-50%); }
.category-slider-dots button { width: 20px; height: 3px; padding: 0; border: 0; background: #c1c8cb; cursor: pointer; transition: width .2s ease, background .2s ease; }
.category-slider-dots button.is-active { width: 34px; background: #b5222c; }

/* Full-width video banner */
.video-banner { position: relative; display: flex; min-height: 616px; align-items: center; overflow: hidden; background: #091724; color: #fff; }
.video-banner-media, .video-banner-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-banner-media { z-index: 0; object-fit: cover; object-position: center; background: #091724; }
.video-banner-overlay { z-index: 1; background: linear-gradient(90deg, rgba(8, 21, 34, .81) 0%, rgba(8, 21, 34, .57) 48%, rgba(8, 21, 34, .28) 100%); }
.video-banner-content { position: relative; z-index: 2; display: flex; align-items: center; }
.video-banner-content > div { max-width: 735px; padding: 32px 0; }
.video-banner h2 { margin: 0; color: #fff; font-size: clamp(2.4rem, 4vw, 4.35rem); font-weight: 780; letter-spacing: -.07em; line-height: .96; }
.video-banner h2 em { color: var(--sarkon-gold-light); font-family: Georgia, serif; font-weight: 400; }
.video-banner-content > div > p:not(.eyebrow) { max-width: 555px; margin: 18px 0 0; color: rgba(255, 255, 255, .78); font-size: 1.04rem; line-height: 1.68; }
.video-banner .button { margin-top: 22px; }

/* Corporate */
.section-corporate { position: relative; overflow: hidden; background: #f7f8f8; }
.section-corporate::before { position: absolute; top: 0; right: 0; width: min(24vw, 390px); height: 100%; border-left: 1px solid rgba(18,37,54,.07); background: linear-gradient(90deg, transparent, rgba(18,37,54,.028)); content: ""; }
.corporate-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); align-items: center; gap: clamp(60px, 8vw, 138px); }
.corporate-image { position: relative; min-height: 620px; padding: 24px 0 0 24px; }
.corporate-image::before { position: absolute; z-index: 0; top: 0; left: 0; width: 42%; height: 44%; border: 1px solid #c52630; content: ""; }
.corporate-image::after { position: absolute; z-index: 0; right: -18px; bottom: 0; width: 60%; height: 36%; border-right: 1px solid rgba(18,37,54,.18); border-bottom: 1px solid rgba(18,37,54,.18); content: ""; }
.corporate-image-frame { position: relative; z-index: 1; height: 596px; overflow: hidden; background: var(--sarkon-navy); box-shadow: 0 24px 52px rgba(15,32,48,.13); }
.corporate-image-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 49%, rgba(10,24,37,.4) 100%); content: ""; pointer-events: none; }
.corporate-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.corporate-image-label { position: absolute; z-index: 2; bottom: 0; left: 0; display: flex; align-items: flex-end; gap: 13px; padding: 18px 21px; background: rgba(14,31,46,.9); color: #fff; }
.corporate-image-label span { color: #e45f66; font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.corporate-image-label strong { font-size: .62rem; font-weight: 900; letter-spacing: .1em; line-height: 1.45; }
.corporate-badge { position: absolute; z-index: 3; right: -27px; bottom: 25px; display: flex; min-width: 172px; min-height: 169px; flex-direction: column; justify-content: center; padding: 24px; border-left: 4px solid #c52630; background: var(--sarkon-navy); color: #fff; box-shadow: 0 20px 40px rgba(15,32,48,.2); }
.corporate-badge span, .corporate-badge i { color: #d9b65c; font-size: .66rem; font-style: normal; font-weight: 900; letter-spacing: .14em; }
.corporate-badge strong { margin: 6px 0 5px; color: #fff; font-size: 2.1rem; letter-spacing: -.06em; }
.corporate-copy { position: relative; z-index: 1; }
.corporate-copy h2 { max-width: 610px; }
.corporate-scope { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.corporate-scope span { padding: 7px 10px; border: 1px solid #d9dfe1; background: #fff; color: #53616b; font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.corporate-scope span:first-child { border-color: #c52630; background: #c52630; color: #fff; }
.corporate-copy > p:not(.eyebrow) { max-width: 545px; margin: 20px 0 0; color: var(--sarkon-muted); font-size: 1rem; line-height: 1.72; }
.corporate-points { display: grid; gap: 0; margin-top: 33px; border-top: 1px solid #d6dddf; }
.corporate-points div { position: relative; display: grid; grid-template-columns: 40px minmax(138px, .78fr) 1.3fr; align-items: center; gap: 10px; min-height: 53px; padding: 12px 12px 12px 0; border-bottom: 1px solid #d6dddf; transition: background .2s ease, padding-left .2s ease; }
.corporate-points div::after { position: absolute; top: 50%; right: 1px; width: 5px; height: 5px; border-top: 1px solid #a7b2b8; border-right: 1px solid #a7b2b8; content: ""; transform: translateY(-50%) rotate(45deg); }
.corporate-points div:hover { padding-left: 8px; background: rgba(255,255,255,.72); }
.corporate-points span { color: #c52630; font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.corporate-points strong { font-size: .79rem; }
.corporate-points small { padding-right: 18px; color: var(--sarkon-muted); font-size: .74rem; line-height: 1.35; }
.corporate-copy .button { margin-top: 34px; }

/* Services */
.section-services { position: relative; overflow: hidden; background: #f2f4f4; }
.section-services::before { position: absolute; top: 0; right: 0; width: min(34vw, 590px); height: 100%; border-left: 1px solid rgba(22,37,54,.065); background: linear-gradient(90deg, transparent, rgba(22,37,54,.026)); content: ""; }
.section-services::after { position: absolute; top: 0; right: 7%; width: min(26vw, 430px); height: 135px; border-top: 1px solid rgba(197,38,48,.48); border-right: 1px solid rgba(197,38,48,.48); content: ""; }
.section-services .services-container { width: min(1320px, calc(100% - 72px)); }
.section-heading-light { position: relative; z-index: 1; }
.section-heading-light h2 { color: var(--sarkon-ink); }
.section-heading-light h2 span { color: #c52630; }
.section-heading-light > p { max-width: 365px; margin: 0 4px 6px 0; color: #5d6872; font-size: 1rem; line-height: 1.72; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; display: flex; min-height: 372px; flex-direction: column; overflow: hidden; border: 1px solid #d7dfe1; background: #fff; color: var(--sarkon-ink); box-shadow: 0 12px 28px rgba(15,32,48,.045); text-decoration: none; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.service-card::before { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 5px; background: var(--sarkon-ink); content: ""; transition: background .25s ease; }
.service-card::after { position: absolute; z-index: 0; right: 17px; bottom: -27px; color: #f2f4f4; content: attr(data-service-index); font-size: 8.4rem; font-weight: 900; letter-spacing: -.1em; line-height: 1; transition: color .25s ease, transform .25s ease; }
.service-card-topline, .service-card-content { position: relative; z-index: 1; }
.service-card-topline { display: flex; align-items: center; justify-content: space-between; padding: 29px 30px 0; }
.service-card-number { color: #95a3aa; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.service-card-symbol { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid #d9e0e2; background: #f7f9f9; color: #c52630; font-size: 1.12rem; transition: background .25s ease, border-color .25s ease, color .25s ease; }
.service-card-content { display: flex; width: 100%; flex: 1; flex-direction: column; padding: 27px 30px 30px; }
.service-card-content small { color: #9b252d; font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { max-width: 320px; margin: 15px 0 0; color: var(--sarkon-ink); font-size: clamp(1.85rem, 2.25vw, 2.5rem); font-weight: 760; letter-spacing: -.06em; line-height: 1; transition: color .25s ease; }
.service-card p { max-width: 315px; margin: 17px 0 0; color: #65717b; font-size: .9rem; line-height: 1.64; transition: color .25s ease; }
.service-card b { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 21px; border-top: 1px solid #e0e6e7; color: var(--sarkon-ink); font-size: .65rem; font-weight: 900; letter-spacing: .095em; text-transform: uppercase; transition: border-color .25s ease, color .25s ease; }
.service-card b i { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: #c52630; font-size: 1rem; font-style: normal; line-height: 1; transition: background .25s ease, color .25s ease, transform .25s ease; }
.service-card:hover { border-color: #becacc; box-shadow: 0 22px 42px rgba(15,32,48,.13); transform: translateY(-7px); }
.service-card:hover::before { background: #c52630; }
.service-card:hover::after { color: #eef1f1; transform: translateY(-7px); }
.service-card:hover .service-card-symbol { border-color: #c52630; background: #c52630; color: #fff; }
.service-card:hover b i { background: #c52630; color: #fff; transform: translateX(3px); }

/* Video showcase */
.section-showcase { position: relative; overflow: hidden; padding: 0; background: #102030; color: #fff; }
.showcase-decor { position: absolute; top: -35px; left: -76px; width: 430px; height: 245px; background: repeating-linear-gradient(135deg, rgba(196,44,53,.58) 0 3px, transparent 3px 20px); clip-path: polygon(0 0, 100% 0, 70% 100%, 0 76%); opacity: .55; pointer-events: none; }
.showcase-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(48px, 7vw, 118px); min-height: 715px; padding: 80px 0 114px; }
.showcase-copy { text-align: center; }
.showcase-copy .eyebrow { justify-content: center; margin-bottom: 20px; }
.showcase-label { margin: 0; color: var(--sarkon-gold-light); font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.showcase-copy h2 { margin: 15px 0 0; color: #fff; font-size: clamp(3rem, 4.5vw, 5rem); font-weight: 800; letter-spacing: -.07em; line-height: .94; }
.showcase-copy h2 em { color: var(--sarkon-gold-light); font-family: Georgia, serif; font-weight: 400; }
.showcase-description { max-width: 310px; margin: 24px auto 0; color: rgba(255,255,255,.76); font-size: 1.02rem; line-height: 1.48; }
.showcase-number { display: block; margin-top: 12px; color: var(--sarkon-gold-light); font-size: clamp(3.7rem, 5.5vw, 5.6rem); font-weight: 850; letter-spacing: -.08em; line-height: .95; }
.showcase-bottom-text { margin: 8px 0 0; color: #fff; font-size: 1rem; }
.showcase-navigation { display: flex; justify-content: center; gap: 12px; margin-top: 46px; }
.showcase-navigation-button { display: inline-flex; min-height: 53px; align-items: center; gap: 12px; padding: 0 19px; border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff; font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.showcase-navigation-button span { color: var(--sarkon-gold-light); font-size: 1.2rem; }
.showcase-navigation-button:hover { border-color: var(--sarkon-gold-light); background: var(--sarkon-gold-light); color: var(--sarkon-navy); transform: translateY(-2px); }
.showcase-navigation-button:hover span { color: currentColor; }
.showcase-video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #03070b; box-shadow: 0 25px 60px rgba(0,0,0,.35); }
.showcase-video-frame::before { position: absolute; z-index: 0; top: 31px; right: -31px; bottom: -31px; left: 31px; border: 1px solid rgba(209,180,98,.9); content: ""; }
.showcase-video { position: relative; z-index: 1; display: block; width: 100%; height: 100%; background: #03070b; object-fit: cover; opacity: 1; transition: opacity .25s ease; }
.showcase-video-frame.is-changing .showcase-video { opacity: .28; }
.showcase-video-overlay { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.46)); pointer-events: none; transition: opacity .2s ease; }
.showcase-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 11px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 1.6rem; transform: translate(-50%, -50%); cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.showcase-play-icon { width: 76px; height: 58px; border: 1px solid rgba(255,255,255,.85); background: rgba(181,34,44,.66); backdrop-filter: blur(3px); }
.showcase-play-icon::after { position: absolute; top: 17px; left: 31px; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 18px solid #fff; content: ""; }
.showcase-play strong { font-size: .92rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.showcase-video-index { position: absolute; z-index: 3; right: 17px; bottom: 16px; padding: 8px 10px; background: rgba(11,27,41,.78); color: var(--sarkon-gold-light); font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.showcase-video-frame.is-playing .showcase-video-overlay { opacity: .05; }
.showcase-video-frame.is-playing .showcase-play { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.86); }
.showcase-video-frame.is-playing:hover .showcase-play, .showcase-video-frame.is-playing:focus-within .showcase-play { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.showcase-dots { position: absolute; z-index: 4; bottom: 33px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.showcase-dots button { width: 17px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.5); cursor: pointer; transition: background .2s ease, width .2s ease; }
.showcase-dots button.is-active { width: 31px; background: #c42c35; }

/* Four-video modal gallery */
.modal-video-gallery { position: relative; overflow: hidden; padding: clamp(88px, 10vw, 146px) 0; background: #eef1f1; }
.modal-video-gallery::before { position: absolute; top: 0; left: 0; width: 44%; height: 100%; background: #f9fafa; content: ""; }
.modal-gallery-decor { position: absolute; top: 0; right: -55px; width: min(38vw, 580px); height: 170px; border-left: 1px solid rgba(181,34,44,.18); background: repeating-linear-gradient(-45deg, transparent 0 16px, rgba(181,34,44,.1) 16px 17px); transform: skewX(-18deg); }
.modal-gallery-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(285px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(46px, 7vw, 116px); }
.modal-gallery-intro { max-width: 440px; }
.modal-gallery-intro h2 { margin: 0; color: var(--sarkon-ink); font-size: clamp(2.75rem, 4.5vw, 5rem); font-weight: 800; letter-spacing: -.07em; line-height: .95; }
.modal-gallery-intro h2 em { color: #b5222c; font-family: Georgia, serif; font-weight: 400; }
.modal-gallery-intro > p:not(.eyebrow) { max-width: 380px; margin: 25px 0 0; color: var(--sarkon-muted); line-height: 1.68; }
.modal-gallery-main-play { display: inline-flex; min-height: 53px; align-items: center; gap: 12px; margin-top: 34px; padding: 0 21px; border: 1px solid #b5222c; background: #b5222c; color: #fff; font-family: inherit; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.modal-gallery-main-play i { font-size: .75rem; }
.modal-gallery-main-play:hover { background: var(--sarkon-ink); border-color: var(--sarkon-ink); transform: translateY(-3px); }
.modal-gallery-stage { position: relative; }
.modal-gallery-stage::before { position: absolute; z-index: 0; top: -25px; right: -25px; width: 43%; height: 46%; border-top: 2px solid #b5222c; border-right: 2px solid #b5222c; content: ""; }
.modal-gallery-viewport { position: relative; z-index: 1; aspect-ratio: 16 / 10; overflow: hidden; background: #0d1720; box-shadow: 0 22px 55px rgba(17,35,52,.17); touch-action: pan-y; }
.modal-gallery-track { position: relative; width: 100%; height: 100%; }
.modal-gallery-card { position: absolute; inset: 0; visibility: hidden; overflow: hidden; opacity: 0; transform: scale(1.045); transition: opacity .34s ease, visibility .34s ease, transform .55s cubic-bezier(.22,.75,.25,1); }
.modal-gallery-card.is-active { visibility: visible; opacity: 1; transform: scale(1); }
.modal-gallery-card video, .modal-gallery-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.modal-gallery-card video { display: block; object-fit: cover; object-position: center; }
.modal-gallery-shade { background: linear-gradient(180deg, rgba(2,11,19,.08) 15%, rgba(2,11,19,.18) 44%, rgba(2,11,19,.86) 100%); }
.modal-gallery-card-info { position: absolute; z-index: 2; right: 31px; bottom: 29px; left: 31px; color: #fff; pointer-events: none; }
.modal-gallery-card-info span { display: block; margin-bottom: 8px; color: #f08086; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.modal-gallery-card-info h3 { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.05rem); letter-spacing: -.045em; }
.modal-gallery-card-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 76px; height: 76px; place-items: center; padding-left: 3px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: rgba(181,34,44,.86); color: #fff; font-size: 1.12rem; box-shadow: 0 13px 30px rgba(0,0,0,.26); transform: translate(-50%, -50%); cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.modal-gallery-card-play:hover { background: #fff; color: #951b23; transform: translate(-50%, -50%) scale(1.08); }
.modal-gallery-controls { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; gap: 13px; margin-top: 18px; }
.modal-gallery-nav { display: grid; width: 45px; height: 40px; place-items: center; padding: 0; border: 1px solid #b8c0c2; background: #fff; color: var(--sarkon-ink); font-size: .88rem; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.modal-gallery-nav:hover { border-color: #b5222c; background: #b5222c; color: #fff; }
.modal-gallery-dots { display: flex; gap: 7px; }
.modal-gallery-dots button { width: 17px; height: 3px; padding: 0; border: 0; background: #aeb6ba; cursor: pointer; transition: background .2s ease, width .2s ease; }
.modal-gallery-dots button.is-active { width: 31px; background: #b5222c; }
.video-modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 26px; }
.video-modal[hidden] { display: none; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(3,9,15,.86); }
.video-modal-dialog { position: relative; z-index: 1; width: min(1060px, 100%); max-height: calc(100svh - 52px); padding: 13px; background: #101d2d; box-shadow: 0 25px 80px rgba(0,0,0,.6); }
.video-modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 37px; height: 37px; place-items: center; padding: 0; border: 1px solid #d85d64; background: #b5222c; color: #fff; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.video-modal-title { margin: 5px 48px 13px 4px; color: #fff; font-size: .85rem; font-weight: 800; }
.video-modal-player { display: block; width: 100%; max-height: min(73svh, 700px); background: #000; }
body.video-modal-open { overflow: hidden; }

/* News */
.news-section { position: relative; overflow: hidden; padding: clamp(88px, 10vw, 144px) 0; background: #f7f8f8; }
.news-section::before { position: absolute; top: 0; right: 0; width: 42%; height: 100%; background: #eef1f1; content: ""; }
.news-section-decor { position: absolute; right: -90px; bottom: -70px; width: min(43vw, 570px); height: 240px; border-top: 1px solid rgba(181,34,44,.18); background: repeating-linear-gradient(135deg, transparent 0 16px, rgba(181,34,44,.09) 16px 17px); transform: skewX(-18deg); }
.news-section .site-container { position: relative; z-index: 1; }
.news-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 50px; }
.news-heading h2 { margin: 0; color: var(--sarkon-ink); font-size: clamp(2.7rem, 4.7vw, 5.1rem); font-weight: 800; letter-spacing: -.07em; line-height: .95; }
.news-heading h2 em { color: var(--sarkon-gold); font-family: Georgia, serif; font-weight: 400; }
.news-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--sarkon-muted); font-size: .98rem; line-height: 1.7; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.news-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; box-shadow: 0 18px 45px rgba(17,35,52,.09); }
.news-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #102030; }
.news-facebook-media iframe { display: block; width: 100%; height: 100%; border: 0; }
.news-article-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; transition: transform .45s ease; }
.news-article-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,25,38,.02) 26%, rgba(10,25,38,.74)); content: ""; }
.news-article-media span { position: absolute; z-index: 1; right: 25px; bottom: 21px; color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-article-media span i { margin-left: 6px; color: #f1868b; }
.news-article-media:hover img { transform: scale(1.055); }
.news-card-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 29px 31px 31px; }
.news-meta { display: inline-flex; align-items: center; gap: 8px; color: #a11720; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-meta i { font-size: .78rem; }
.news-card h3 { max-width: 590px; margin: 15px 0 0; color: var(--sarkon-ink); font-size: clamp(1.52rem, 2.2vw, 2.08rem); font-weight: 800; letter-spacing: -.052em; line-height: 1.05; }
.news-card p { max-width: 520px; margin: 17px 0 25px; color: var(--sarkon-muted); font-size: .94rem; line-height: 1.68; }
.news-card .text-link { margin-top: auto; }

/* Contact and footer */
.contact-cta { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 112px) 0; background: var(--sarkon-navy); color: #fff; }
.contact-cta::after { position: absolute; top: -22px; right: -120px; width: 540px; height: 250px; border: 1px solid rgba(210,65,73,.35); background: repeating-linear-gradient(135deg, rgba(196,44,53,.13) 0 2px, transparent 2px 23px); content: ""; transform: skewX(-19deg); }
.contact-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-cta h2 { color: #fff; font-size: clamp(2.7rem, 4.8vw, 5.1rem); }

/* Koyu zeminlerde başlık metinleri tek renk beyaz kullanılır. */
.hero .eyebrow, .video-banner .eyebrow, .section-showcase .eyebrow, .contact-cta .eyebrow,
.showcase-label { color: #fff; }
.hero h1 em, .hero h2 em, .video-banner h2 em, .showcase-copy h2 em,
.showcase-number, .contact-cta h2 em { color: #fff; }

.site-footer { background: #0b1724; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.15fr 2fr; gap: 80px; padding: 76px 0 52px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand img { width: 163px; height: auto; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 1.65; }
.footer-contact { display: inline-flex; align-items: center; gap: 10px; margin-top: 23px; color: var(--sarkon-gold-light); font-size: .85rem; font-weight: 800; }
.footer-contact:hover { color: #fff; }
.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column h3 { margin: 0 0 12px; color: var(--sarkon-gold-light); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.footer-column a { color: rgba(255,255,255,.63); font-size: .84rem; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #fff; transform: translateX(4px); }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom a { color: inherit; }
.back-top { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.35); color: var(--sarkon-gold-light) !important; font-size: 1.15rem; transition: background .2s ease; }
.back-top:hover { background: rgba(255,255,255,.1); }

/* Premium footer */
footer { display: block; width: 100%; margin: 0; padding: 0; background: #0d0e0f; }
.premium-footer { position: relative; display: block; width: 100%; min-height: 700px; overflow: hidden; background: radial-gradient(ellipse at 50% 0%, #292022 0%, #18191b 48%, #0d0e0f 100%); color: #fff; }
.premium-footer::before { position: absolute; top: 0; right: -7%; left: -7%; height: 68px; background: rgba(255,255,255,.025); content: ""; transform: skewY(-2deg); transform-origin: left top; }
.premium-footer-pattern { position: absolute; top: 86px; right: -105px; width: 460px; height: 370px; background: repeating-linear-gradient(135deg, rgba(221,38,50,.58) 0 2px, transparent 2px 23px); clip-path: polygon(38% 0, 100% 22%, 100% 100%, 0 100%); opacity: .62; transform: rotate(7deg); }
.premium-footer-container { position: relative; z-index: 1; padding-top: 105px; }
.premium-footer-top { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: start; min-height: 342px; }
.premium-footer-contact { display: flex; align-items: center; gap: 17px; padding-top: 12px; }
.premium-contact-icon { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border: 1px solid #dd2632; color: #dd2632; font-size: 1.4rem; }
.premium-footer-contact span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.77); font-size: .84rem; }
.premium-footer-contact a { color: #fff; font-size: 1.17rem; font-weight: 800; text-decoration: none; }
.premium-footer-contact a i { margin-left: 7px; color: #dd2632; }
.premium-newsletter { display: flex; flex-direction: column; align-items: center; text-align: center; }
.premium-footer-logo { display: flex; width: 265px; height: 81px; align-items: center; justify-content: center; margin-bottom: 40px; padding: 8px 17px; border-bottom: 4px solid #b5222c; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.24); text-decoration: none; transition: box-shadow .2s ease, transform .2s ease; }
.premium-footer-logo:hover { box-shadow: 0 18px 35px rgba(181,34,44,.30); transform: translateY(-4px); }
.premium-footer-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.premium-newsletter h2 { margin: 0; color: #fff; font-size: 1.5rem; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.premium-footer-title-line { width: 64px; height: 3px; margin: 17px 0 21px; background: #dd2632; }
.premium-newsletter > p:not(.premium-newsletter-status) { max-width: 370px; margin: 0 0 17px; color: rgba(255,255,255,.86); font-size: .9rem; line-height: 1.42; }
.premium-newsletter-form { display: flex; width: min(100%, 390px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #fff; }
.premium-newsletter-form input { width: 100%; min-width: 0; padding: 16px 10px 16px 20px; border: 0; outline: 0; background: transparent; color: #1b252f; font-family: inherit; font-size: .88rem; }
.premium-newsletter-form button { padding: 0 20px; border: 0; background: #b5222c; color: #fff; font-family: inherit; font-size: .74rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: background .2s ease; }
.premium-newsletter-form button:hover { background: #70171d; }
.premium-newsletter-form button span { margin-left: 4px; font-size: 1rem; }
.premium-footer-consent { display: flex; max-width: 390px; align-items: flex-start; gap: 10px; margin-top: 15px; color: rgba(255,255,255,.76); text-align: left; cursor: pointer; }
.premium-footer-consent input { position: absolute; opacity: 0; }
.premium-checkmark { display: grid; width: 23px; height: 23px; flex: 0 0 23px; place-items: center; border: 1px solid rgba(255,255,255,.85); color: transparent; font-size: .82rem; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.premium-footer-consent input:checked + .premium-checkmark { border-color: #b5222c; background: #b5222c; color: #fff; }
.premium-footer-consent input:focus-visible + .premium-checkmark { outline: 2px solid #fff; outline-offset: 3px; }
.premium-footer-consent small { font-size: .69rem; line-height: 1.35; }
.premium-newsletter-status { min-height: 18px; margin: 8px 0 0; color: #f1a1a5; font-size: .72rem; }
.premium-footer-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 34px; }
.premium-footer-actions a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.42); color: #fff; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.premium-footer-actions a:hover { border-color: #b5222c; background: #b5222c; transform: translateY(-4px); }
.premium-footer-links { display: grid; grid-template-columns: 1.35fr 1.15fr 1fr 1fr .92fr; gap: 38px; padding: 32px 0 40px; }
.premium-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.premium-footer-column h3 { position: relative; margin: 0 0 15px; padding-bottom: 12px; color: #f07c83; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.premium-footer-column h3::after { position: absolute; bottom: 0; left: 0; width: 54px; height: 2px; background: #b5222c; content: ""; }
.premium-footer-column a { color: rgba(255,255,255,.59); font-size: .79rem; line-height: 1.32; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.premium-footer-column a:hover { color: #fff; transform: translateX(4px); }
.premium-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .74rem; }
.premium-footer-bottom div { display: flex; gap: 18px; }
.premium-footer-bottom a { color: rgba(255,255,255,.61); text-decoration: none; transition: color .2s ease; }
.premium-footer-bottom a:hover { color: #f07c83; }
.premium-back-top { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #b5222c; color: #f07c83 !important; font-size: 1.15rem; }
.premium-back-top:hover { background: rgba(181,34,44,.16); }

/* Contact page */
.contact-page { min-height: 58vh; padding: 76px 0 94px; background: #f5f7f7; }
.contact-page-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--sarkon-line); background: #fff; box-shadow: var(--sarkon-shadow); }
.contact-page-copy { position: relative; overflow: hidden; padding: clamp(40px, 6vw, 88px); background: var(--sarkon-navy); color: #fff; }
.contact-page-copy::after { position: absolute; right: -96px; bottom: -138px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.contact-page-copy h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 4.6rem); letter-spacing: -.065em; line-height: .94; }
.contact-page-copy h1 em { color: var(--sarkon-gold-light); font-family: Georgia, serif; font-weight: 400; }
.contact-page-copy p { max-width: 380px; margin: 24px 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.contact-page-copy-note { position: relative; z-index: 1; display: flex; max-width: 325px; align-items: flex-start; gap: 10px; margin-top: 40px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.76); font-size: .82rem; line-height: 1.45; }
.contact-page-copy-note i { color: var(--sarkon-gold-light); }
.contact-details { display: flex; flex-direction: column; justify-content: center; gap: 27px; padding: clamp(40px, 6vw, 88px); }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; }
.contact-detail > div { min-width: 0; }
.contact-detail i { width: 39px; color: var(--sarkon-gold); font-size: 1.35rem; }
.contact-detail span { display: block; margin-bottom: 5px; color: var(--sarkon-muted); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-detail a, .contact-detail strong { color: var(--sarkon-ink); font-size: 1rem; overflow-wrap: anywhere; text-decoration: none; }
.contact-detail a:hover { color: var(--sarkon-gold); }
.contact-address { max-width: 455px; font-weight: 700; line-height: 1.5; }
.contact-map-section { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); border-top: 1px solid var(--sarkon-line); background: #fff; }
.contact-map-copy { padding: clamp(38px, 5vw, 72px); background: #eef0f1; }
.contact-map-copy h2 { margin: 0; color: var(--sarkon-ink); font-size: clamp(2.1rem, 3.5vw, 3.5rem); letter-spacing: -.06em; line-height: .95; }
.contact-map-copy h2 em { color: var(--sarkon-gold); font-family: Georgia, serif; font-weight: 400; }
.contact-map-copy > p:not(.eyebrow) { max-width: 330px; margin: 22px 0 30px; color: var(--sarkon-muted); line-height: 1.65; }
.contact-map-link { display: inline-flex; min-height: 46px; align-items: center; gap: 13px; padding: 0 18px; background: var(--sarkon-navy); color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.contact-map-link:hover { background: var(--sarkon-gold); color: #fff; transform: translateY(-3px); }
.contact-map-link span { font-size: 1.1rem; }
.contact-map-frame { min-height: 360px; background: #e4e7e8; }
.contact-map-frame iframe { display: block; width: 100%; height: 100%; min-height: 360px; border: 0; }

/* About page */
.company-about-page { padding: 76px 0 94px; background: #f5f7f7; }
.company-about-hero { padding: clamp(42px, 7vw, 96px); background: var(--sarkon-navy); color: #fff; box-shadow: var(--sarkon-shadow); }
.company-about-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem, 5.5vw, 5rem); letter-spacing: -.065em; line-height: .94; }
.company-about-hero h1 em { color: var(--sarkon-gold-light); font-family: Georgia, serif; font-weight: 400; }
.company-about-hero > p:not(.eyebrow) { max-width: 690px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.72; }
.company-about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; margin-top: 1px; background: var(--sarkon-line); box-shadow: var(--sarkon-shadow); }
.company-about-card { padding: 34px; background: #fff; }
.company-about-card i { color: var(--sarkon-gold); font-size: 1.25rem; }
.company-about-card h2 { margin: 19px 0 10px; color: var(--sarkon-ink); font-size: 1.2rem; }
.company-about-card p { margin: 0; color: var(--sarkon-muted); line-height: 1.65; }
.company-about-actions { margin-top: 34px; }

@media (max-width: 1420px) {
    .category-slider-shell { width: min(1280px, calc(100% - 96px)); }
    .category-slide { flex-basis: calc((100% - 36px) / 3); }
}

@media (max-width: 1120px) {
    .desktop-nav { gap: 18px; }
    .site-header-inner { gap: 22px; }
    .product-card img { height: 285px; }
    .category-slide { flex-basis: calc((100% - 18px) / 2); }
    .corporate-grid { gap: 58px; }
    .footer-top { gap: 48px; }
}

@media (max-width: 850px) {
    html { scroll-padding-top: 70px; }
    .site-container { width: min(100% - 42px, 680px); }
    .section-services .services-container { width: min(100% - 42px, 680px); }
    .header-utility { display: none; }
    .site-header-inner { min-height: 70px; }
    .brand { width: 126px; flex-basis: 126px; }
    .desktop-nav, .site-header-inner > .header-action { display: none; }
    .mobile-toggle { display: block; }
    .mobile-menu { position: fixed; z-index: 999; top: 70px; right: 0; bottom: 0; left: 0; display: block; visibility: hidden; overflow-y: auto; padding: 30px 0; background: #fff; opacity: 0; transform: translateY(-10px); transition: visibility .2s ease, opacity .2s ease, transform .2s ease; }
    .site-header.menu-open .mobile-menu { visibility: visible; opacity: 1; transform: translateY(0); }
    .mobile-menu nav { display: flex; flex-direction: column; border-top: 1px solid var(--sarkon-line); }
    .mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid var(--sarkon-line); color: var(--sarkon-ink); font-size: 1.18rem; font-weight: 750; text-decoration: none; }
    .mobile-menu nav span { color: var(--sarkon-gold); }
    .mobile-menu .header-action { display: flex; width: 100%; margin-top: 30px; }
    .hero, .hero-content { min-height: 760px; }
    .hero-content { justify-content: flex-end; padding-bottom: 155px; }
    .section-heading, .contact-cta-inner { align-items: flex-start; flex-direction: column; }
    .section-heading-centered { align-items: center; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .product-card:last-child { grid-column: 1 / -1; }
    .product-card:last-child img { height: 310px; }
    .category-slide { height: 470px; }
    .video-banner { min-height: 473px; }
    .showcase-inner { grid-template-columns: 1fr; gap: 37px; min-height: 0; padding: 74px 0 78px; }
    .showcase-copy { width: min(100%, 560px); margin: 0 auto; }
    .showcase-video-frame { width: min(100%, 680px); margin: 0 auto; }
    .showcase-video-frame::before { top: 20px; right: -20px; bottom: -20px; left: 20px; }
    .showcase-dots { position: relative; bottom: auto; justify-content: center; margin-top: -49px; padding-bottom: 25px; }
    .modal-gallery-layout { grid-template-columns: 1fr; gap: 43px; }
    .modal-gallery-intro { max-width: 570px; margin: 0 auto; text-align: center; }
    .modal-gallery-intro .eyebrow { justify-content: center; }
    .modal-gallery-intro > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }
    .modal-gallery-stage { width: min(100%, 680px); margin: 0 auto; }
    .corporate-grid, .contact-page-card, .contact-map-section { grid-template-columns: 1fr; }
    .corporate-grid { gap: 62px; }
    .corporate-image, .corporate-image-frame, .corporate-image img { min-height: 500px; height: 500px; }
    .corporate-badge { right: 18px; bottom: -30px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 330px; }
    .service-card-topline { padding: 25px 28px 0; }
    .service-card-content { padding: 23px 28px 27px; }
    .premium-footer-container { padding-top: 82px; }
    .premium-footer-top { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
    .premium-newsletter { grid-column: 1 / -1; grid-row: 1; }
    .premium-footer-contact, .premium-footer-actions { grid-row: 2; }
    .premium-footer-links { grid-template-columns: repeat(3, 1fr); gap: 34px 25px; }
    .footer-top { grid-template-columns: 1fr; gap: 50px; }
    .footer-columns { grid-template-columns: repeat(3, 1fr); }
    .contact-page { padding: 65px 0; }
    .contact-map-frame, .contact-map-frame iframe { min-height: 315px; }
}

@media (max-width: 560px) {
    html { scroll-padding-top: calc(70px + env(safe-area-inset-top)); }
    .site-header { padding-top: env(safe-area-inset-top); }
    .site-container { width: calc(100% - 32px); }
    .section-services .services-container { width: calc(100% - 32px); }
    /* Telefonda giriş sliderı: tek parça, tam görselli bir hero düzeni. */
    .hero, .hero-track, .hero-slide, .hero-content { min-height: clamp(620px, 100svh, 760px); }
    .hero-slide > picture > img { top: 0; right: 0; bottom: 0; left: 0; height: 100%; max-height: none; object-fit: cover; object-position: 52% center; transform: none; }
    .hero-slide:nth-child(2) > picture > img { object-position: 50% center; }
    .hero-slide:nth-child(3) > picture > img { object-position: 53% center; }
    .hero-slide.is-active > picture > img { transform: none; }
    .hero-content { justify-content: flex-end; padding-top: 110px; padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
    .hero .eyebrow { margin-bottom: 13px; font-size: .6rem; letter-spacing: .135em; }
    .hero h1, .hero h2 { max-width: 315px; font-size: clamp(2.2rem, 10.7vw, 3rem); line-height: .93; }
    .hero-copy { max-width: 325px; margin-top: 16px; font-size: .9rem; line-height: 1.52; }
    .hero-actions { display: flex; width: 100%; gap: 10px; margin-top: 23px; }
    .hero-actions .button { width: 100%; min-height: 47px; justify-content: center; padding: 0 12px; font-size: .61rem; letter-spacing: .06em; }
    .hero-navigation { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); left: 16px; justify-content: space-between; }
    .hero-progress { display: flex; }
    .hero-progress span { width: 29px; }
    .hero-controls { gap: 9px; }
    .hero-dots { gap: 6px; }
    .hero-dots button { width: 13px; }
    .hero-dots button.is-active { width: 25px; }
    .icon-button { width: 39px; height: 39px; }
    .section { padding: 76px 0; }
    .section-heading { gap: 24px; margin-bottom: 33px; }
    .section-heading h2, .corporate-copy h2, .video-copy h2 { font-size: clamp(2.35rem, 11.8vw, 3.65rem); }
    .section-lead { font-size: .93rem; }
    .product-grid { grid-template-columns: 1fr; gap: 17px; }
    .product-card:last-child { grid-column: auto; }
    .product-card img, .product-card:last-child img { height: clamp(225px, 74vw, 290px); }
    .category-slider { padding: 0 0 34px; }
    .category-slide { height: clamp(425px, 118vw, 460px); flex-basis: 100%; border-radius: 96px 96px 0 0; }
    .category-slide-heading { min-height: 143px; padding: 69px 22px 0; }
    .category-slide-heading::after { left: 22px; }
    .category-slide-visual { height: clamp(186px, 52vw, 212px); flex-basis: clamp(186px, 52vw, 212px); }
    .category-slide-bottom { padding: 17px 22px 27px; }
    .category-slider-arrow { display: none; }
    .product-card-copy { min-height: 145px; padding: 21px; }
    .video-banner { min-height: clamp(352px, 96.8vw, 418px); }
    .video-banner-content > div { padding: 31px 0; }
    .video-banner h2 { font-size: clamp(2.15rem, 10.6vw, 3.2rem); }
    .video-banner-content > div > p:not(.eyebrow) { margin-top: 17px; font-size: .9rem; line-height: 1.58; }
    .video-banner .button { min-height: 47px; margin-top: 25px; padding: 0 18px; }
    .corporate-image, .corporate-image-frame, .corporate-image img { min-height: clamp(340px, 100vw, 410px); height: clamp(340px, 100vw, 410px); }
    .corporate-image::before { top: -17px; left: -17px; }
    .corporate-badge { right: 12px; bottom: -27px; min-width: 140px; min-height: 135px; padding: 17px; }
    .corporate-badge strong { font-size: 1.7rem; }
    .corporate-points div { grid-template-columns: 25px 1fr; gap: 8px; }
    .corporate-points small { grid-column: 2; }
    .service-card { min-height: 318px; }
    .service-card-topline { padding: 22px 23px 0; }
    .service-card-symbol { width: 41px; height: 41px; font-size: 1.05rem; }
    .service-card-content { padding: 22px 23px 23px; }
    .service-card h3 { font-size: clamp(1.95rem, 9vw, 2.35rem); }
    .service-card p { margin-top: 16px; font-size: .86rem; }
    .showcase-inner { gap: 29px; padding: 62px 0 63px; }
    .showcase-copy .eyebrow { margin-bottom: 16px; }
    .showcase-copy h2 { font-size: clamp(2.65rem, 12vw, 3.75rem); }
    .showcase-description { max-width: 275px; margin-top: 18px; font-size: .92rem; }
    .showcase-number { font-size: clamp(3.25rem, 15vw, 4.35rem); }
    .showcase-bottom-text { font-size: .9rem; }
    .showcase-navigation { gap: 9px; margin-top: 29px; }
    .showcase-navigation-button { min-height: 47px; padding: 0 15px; font-size: .62rem; }
    .showcase-video-frame { width: calc(100% - 18px); aspect-ratio: 16 / 10; }
    .showcase-video-frame::before { top: 12px; right: -12px; bottom: -12px; left: 12px; }
    .showcase-play-icon { width: 57px; height: 57px; }
    .showcase-play-icon::after { top: 18px; left: 23px; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 15px; }
    .showcase-play strong { font-size: .74rem; }
    .showcase-dots { margin-top: -38px; padding-bottom: 14px; }
    .modal-video-gallery { padding: 70px 0; }
    .modal-video-gallery::before { width: 100%; height: 38%; }
    .modal-gallery-decor { display: none; }
    .modal-gallery-layout { gap: 31px; }
    .modal-gallery-intro h2 { font-size: clamp(2.5rem, 11.5vw, 3.5rem); }
    .modal-gallery-intro > p:not(.eyebrow) { margin-top: 18px; font-size: .91rem; line-height: 1.58; }
    .modal-gallery-main-play { min-height: 48px; margin-top: 27px; padding: 0 18px; font-size: .65rem; }
    .modal-gallery-viewport { aspect-ratio: 4 / 5; }
    .modal-gallery-stage::before { top: -13px; right: -13px; }
    .modal-gallery-card-info { right: 21px; bottom: 20px; left: 21px; }
    .modal-gallery-card-info h3 { font-size: 1.5rem; }
    .modal-gallery-card-play { width: 66px; height: 66px; border-radius: 50%; }
    .modal-gallery-controls { justify-content: center; margin-top: 14px; }
    .modal-gallery-nav { width: 46px; min-height: 44px; }
    .video-modal { padding: 10px 10px calc(10px + env(safe-area-inset-bottom)); }
    .video-modal-dialog { max-height: calc(100svh - 20px); padding: 8px; }
    .video-modal-title { margin: 5px 43px 10px 3px; font-size: .77rem; }
    .video-modal-close { top: 8px; right: 8px; width: 34px; height: 34px; }
    .video-modal-player { max-height: 76svh; }
    .news-section { padding: 70px 0; }
    .news-section::before { width: 100%; height: 31%; }
    .news-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 34px; }
    .news-heading > p { margin: 0; font-size: .92rem; }
    .news-grid { grid-template-columns: 1fr; gap: 20px; }
    .news-card-copy { padding: 24px 23px 25px; }
    .news-card h3 { font-size: clamp(1.55rem, 7vw, 2rem); }
    .news-card p { margin-top: 14px; font-size: .89rem; }
    .news-article-media span { right: 19px; bottom: 17px; font-size: .63rem; }
    .contact-cta { padding: 72px 0; }
    .contact-cta h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
    .contact-cta .button { width: 100%; }
    .premium-footer-container { padding-top: 69px; }
    .premium-footer-pattern { top: 196px; right: -178px; width: 330px; height: 290px; opacity: .36; }
    .premium-footer-top { display: flex; flex-direction: column; align-items: stretch; gap: 34px; }
    .premium-footer-logo { width: 234px; height: 73px; margin-bottom: 36px; }
    .premium-footer-contact { justify-content: center; }
    .premium-footer-actions { justify-content: center; padding-top: 0; }
    .premium-footer-links { grid-template-columns: repeat(2, 1fr); gap: 33px 20px; padding: 58px 0 37px; }
    .premium-footer-bottom { flex-wrap: wrap; justify-content: center; text-align: center; }
    .premium-footer-bottom div { order: 3; width: 100%; justify-content: center; }
    .footer-top { padding: 60px 0 44px; }
    .footer-columns { grid-template-columns: repeat(2, 1fr); gap: 36px 23px; }
    .footer-bottom { min-height: 104px; flex-wrap: wrap; justify-content: center; padding: 20px 0; text-align: center; }
    .footer-bottom-links { order: 3; width: 100%; justify-content: center; }
    .contact-page-copy, .contact-details, .contact-map-copy { padding: 38px 28px; }
}

/* 320–390 px Android ve küçük iPhone ekranları için son daraltmalar. */
@media (max-width: 390px) {
    .site-container, .section-services .services-container { width: calc(100% - 28px); }
    .brand { width: 118px; flex-basis: 118px; }
    .mobile-toggle { width: 42px; height: 42px; }
    .mobile-menu { padding-bottom: calc(26px + env(safe-area-inset-bottom)); }
    .hero .eyebrow { font-size: .56rem; letter-spacing: .11em; }
    .hero h1, .hero h2 { max-width: 285px; font-size: clamp(2.05rem, 10.2vw, 2.55rem); }
    .hero-copy { max-width: 285px; font-size: .84rem; }
    .hero-actions { gap: 8px; }
    .hero-actions .button { min-height: 46px; font-size: .58rem; }
    .hero-progress { font-size: .68rem; }
    .hero-progress span { width: 22px; }
    .icon-button { width: 37px; height: 37px; }
    .section { padding: 64px 0; }
    .section-heading h2, .corporate-copy h2, .video-copy h2 { font-size: clamp(2.15rem, 11.3vw, 3.2rem); }
    .category-slide-heading { min-height: 133px; padding: 63px 19px 0; }
    .category-slide-heading::after { left: 19px; }
    .category-slide-heading h3 { margin-top: 11px; }
    .category-slide-bottom { padding: 15px 19px 18px; }
    .service-card-topline { padding-right: 20px; padding-left: 20px; }
    .service-card-content { padding-right: 20px; padding-left: 20px; }
    .service-card h3 { font-size: 2rem; }
    .showcase-navigation-button { min-height: 45px; padding: 0 12px; font-size: .58rem; }
    .modal-gallery-card-info { right: 17px; bottom: 17px; left: 17px; }
    .modal-gallery-card-play { width: 60px; height: 60px; }
    .premium-footer-logo { width: min(100%, 220px); }
    .premium-newsletter-form button { padding: 0 14px; font-size: .66rem; }
    .premium-footer-links { gap: 30px 16px; }
    .premium-footer-column a { overflow-wrap: anywhere; }
    .contact-page-copy, .contact-details, .contact-map-copy { padding: 33px 22px; }
    .contact-detail { gap: 12px; }
    .contact-detail i { width: 30px; font-size: 1.15rem; }
    .contact-detail a, .contact-detail strong { font-size: .94rem; }
}

/* Kısa yatay telefon ekranlarında hero ve menü elemanları ekrana sığar. */
@media (max-width: 850px) and (orientation: landscape) and (max-height: 560px) {
    .hero, .hero-content { min-height: max(510px, 100svh); }
    .hero-content { padding-top: 86px; padding-bottom: 78px; }
    .hero h1, .hero h2 { font-size: clamp(2.1rem, 5.3vw, 3.15rem); }
    .hero-copy { margin-top: 12px; font-size: .86rem; }
    .hero-actions { margin-top: 17px; }
    .hero-navigation { bottom: 16px; }
    .mobile-menu { padding-top: 18px; }
    .mobile-menu nav a { padding: 13px 0; font-size: 1rem; }
}

@media (hover: none) {
    .button:hover, .header-action:hover, .product-card:hover, .category-slide:hover,
    .service-card:hover, .modal-gallery-main-play:hover, .modal-gallery-card-play:hover,
    .premium-footer-logo:hover, .premium-footer-actions a:hover { transform: none; }
}
