
/* White Home retrofit: original static Alpine/Tailwind architecture preserved, brand layer added. */
:root{--wh-brown:#8b5e34;--wh-brown-dark:#5a3921;--wh-gold:#d6b56d;--wh-cream:#fffaf2;--wh-soft:#f7f1e8;--wh-ink:#1c1713;--wh-muted:#6f6258;--wh-border:#e7d7c3}
body{background:var(--wh-soft);color:var(--wh-ink)}
.bg-amed-green{background-color:var(--wh-brown)!important}.hover\:bg-amed-green-dark:hover,.bg-amed-green-dark{background-color:var(--wh-brown-dark)!important}.hover\:bg-amed-green-light:hover,.bg-amed-green-light{background-color:var(--wh-brown)!important}.text-amed-green,.hover\:text-amed-green:hover{color:var(--wh-brown)!important}.border-amed-green,.hover\:border-amed-green:hover{border-color:var(--wh-brown)!important}.shadow-amed-green\/20{--tw-shadow-color:rgba(139,94,52,.20)!important}.bg-amed-red{background-color:var(--wh-ink)!important}.hover\:bg-amed-red-dark:hover{background-color:#0f0c0a!important}
::selection{background:var(--wh-brown);color:white}.text-gradient{background:linear-gradient(135deg,#8b5e34 0%,#b8874a 52%,#d6b56d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-link::after{background:var(--wh-brown)!important}.glass{background:rgba(255,250,242,.94);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.wh-topbar{background:#18120e;color:#eadbc8;font-size:13px}.wh-topbar a{color:#eadbc8}.wh-topbar a:hover{color:#fff}.wh-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.wh-logo-word{letter-spacing:.06em}.wh-pill{display:inline-flex;align-items:center;gap:.55rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.55rem .9rem;background:rgba(255,255,255,.08);color:#fff;font-weight:700;font-size:.82rem}.wh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:14px;padding:.95rem 1.15rem;font-weight:800;transition:.25s ease;text-decoration:none}.wh-btn-primary{background:var(--wh-brown);color:white;box-shadow:0 18px 40px rgba(139,94,52,.25)}.wh-btn-primary:hover{background:var(--wh-brown-dark);transform:translateY(-2px)}.wh-btn-light{background:#fffaf2;color:#1c1713}.wh-btn-light:hover{background:white;transform:translateY(-2px)}.wh-btn-outline{border:1px solid rgba(139,94,52,.28);color:var(--wh-brown);background:#fffaf2}.wh-btn-outline:hover{background:var(--wh-brown);color:#fff}.wh-hero{position:relative;min-height:calc(100vh - 80px);overflow:hidden;background:#1c1713;display:flex;align-items:center}.wh-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.58;transform:scale(1.02)}.wh-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,12,9,.92) 0%,rgba(28,23,19,.70) 42%,rgba(28,23,19,.24) 100%)}.wh-hero:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(180deg,transparent,var(--wh-soft))}.wh-hero-inner{position:relative;z-index:2;padding:88px 0 118px}.wh-eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:#f2ddbd;font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem}.wh-title{font-size:clamp(3rem,9vw,7.8rem);line-height:.88;font-weight:900;letter-spacing:-.06em;color:#fff;margin:.9rem 0 1.2rem}.wh-title span{display:block;color:#d6b56d}.wh-lead{max-width:740px;color:#f1e5d6;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.8}.wh-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.wh-statbar{position:relative;z-index:4;margin-top:-54px}.wh-statgrid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--wh-border);border-radius:28px;box-shadow:0 28px 80px rgba(90,57,33,.13);overflow:hidden}.wh-stat{padding:26px 24px;border-right:1px solid var(--wh-border)}.wh-stat:last-child{border-right:0}.wh-stat strong{display:block;font-size:2rem;color:var(--wh-brown);font-weight:900}.wh-stat span{font-size:.92rem;color:var(--wh-muted)}.wh-section{padding:86px 0}.wh-section-dark{background:#1c1713;color:white}.wh-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.wh-kicker{color:var(--wh-brown);font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;margin-bottom:10px}.wh-section-title{font-size:clamp(2rem,5vw,4.2rem);line-height:.96;font-weight:900;letter-spacing:-.04em;margin:0}.wh-section-desc{max-width:620px;color:var(--wh-muted);line-height:1.8}.wh-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wh-category-card{display:block;position:relative;border-radius:26px;overflow:hidden;background:#fff;border:1px solid var(--wh-border);min-height:330px;box-shadow:0 16px 40px rgba(90,57,33,.08);text-decoration:none;color:inherit;transition:.28s ease}.wh-category-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(90,57,33,.16);border-color:rgba(139,94,52,.42)}.wh-category-card img{width:100%;height:230px;object-fit:cover;display:block;transition:.45s ease}.wh-category-card:hover img{transform:scale(1.045)}.wh-category-body{padding:18px 18px 20px}.wh-category-body h3{font-size:1.18rem;font-weight:900;margin:0 0 8px}.wh-category-body p{font-size:.92rem;color:var(--wh-muted);line-height:1.55;margin:0}.wh-card-arrow{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:14px;background:#fffaf2;color:var(--wh-brown);display:grid;place-items:center;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.12)}.wh-about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.wh-panel{border:1px solid var(--wh-border);background:#fff;border-radius:32px;padding:34px;box-shadow:0 18px 50px rgba(90,57,33,.08)}.wh-panel h3{font-size:1.8rem;font-weight:900;margin:0 0 12px}.wh-panel p{color:var(--wh-muted);line-height:1.8}.wh-feature-list{display:grid;gap:14px;margin-top:22px}.wh-feature{display:flex;gap:14px;align-items:flex-start;padding:14px;border-radius:18px;background:#fffaf2;border:1px solid var(--wh-border)}.wh-feature b{display:block}.wh-feature span{color:var(--wh-muted);font-size:.92rem}.wh-check{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--wh-brown);color:#fff;font-weight:900;flex:0 0 32px}.wh-gallery-strip{display:grid;grid-template-columns:1.25fr .85fr .85fr;gap:18px}.wh-gallery-strip img{width:100%;height:100%;min-height:260px;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.14);background:#fff}.wh-contact-card{background:#fff;border:1px solid var(--wh-border);border-radius:32px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:22px;box-shadow:0 18px 50px rgba(90,57,33,.08)}.wh-contact-item{padding:20px;border-radius:22px;background:#fffaf2;border:1px solid var(--wh-border)}.wh-contact-item b{display:block;margin-bottom:7px;color:var(--wh-ink)}.wh-contact-item a,.wh-contact-item span{color:var(--wh-muted);text-decoration:none}.wh-page-hero{position:relative;background:#1c1713;color:white;overflow:hidden}.wh-page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.wh-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,23,19,.94),rgba(28,23,19,.54))}.wh-page-hero-inner{position:relative;z-index:2;padding:96px 0}.wh-breadcrumb{color:#d6b56d;font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;margin-bottom:16px}.wh-page-title{font-size:clamp(2.8rem,7vw,6.5rem);line-height:.92;font-weight:900;letter-spacing:-.05em;margin:0 0 18px}.wh-page-lead{font-size:1.15rem;line-height:1.8;color:#f1e5d6;max-width:760px}.wh-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wh-gallery-tile{background:#fff;border:1px solid var(--wh-border);border-radius:28px;overflow:hidden;box-shadow:0 14px 36px rgba(90,57,33,.08)}.wh-gallery-tile img{display:block;width:100%;height:245px;object-fit:cover}.wh-gallery-tile div{padding:18px}.wh-gallery-tile b{display:block;font-size:1.06rem;margin-bottom:6px}.wh-gallery-tile span{color:var(--wh-muted);font-size:.92rem}.wh-related{display:flex;flex-wrap:wrap;gap:10px}.wh-related a{padding:.8rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--wh-border);text-decoration:none;color:var(--wh-brown);font-weight:800}.wh-related a:hover{background:var(--wh-brown);color:#fff}.wh-footer-logo{height:56px;width:auto}.wh-muted{color:var(--wh-muted)}
@media(max-width:1100px){.wh-card-grid{grid-template-columns:repeat(3,1fr)}.wh-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.wh-statgrid{grid-template-columns:repeat(2,1fr)}.wh-stat:nth-child(2){border-right:0}.wh-section-head{display:block}.wh-card-grid{grid-template-columns:repeat(2,1fr)}.wh-about-grid,.wh-contact-card{grid-template-columns:1fr}.wh-gallery-strip{grid-template-columns:1fr}.wh-hero{min-height:720px}.wh-title{font-size:clamp(3.2rem,18vw,5rem)}}
@media(max-width:560px){.wh-card-grid,.wh-gallery-grid{grid-template-columns:1fr}.wh-statgrid{grid-template-columns:1fr}.wh-stat{border-right:0;border-bottom:1px solid var(--wh-border)}.wh-stat:last-child{border-bottom:0}.wh-section{padding:62px 0}.wh-category-card{min-height:auto}.wh-title{letter-spacing:-.05em}.wh-topbar{display:none}}

/* Homepage video slider integration */
.wh-hero-video{object-fit:cover;object-position:center center;filter:saturate(.96) contrast(1.04);background:#1c1713}
@media(max-width:860px){.wh-hero-video{object-position:center center}}


/* Screenshot-inspired homepage entrance: transparent centered video navigation */
.wh-entry-header{position:absolute;top:0;left:0;right:0;z-index:80;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.16) 58%,transparent);pointer-events:none}
.wh-entry-shell{width:min(1640px,calc(100% - 96px));margin-inline:auto;display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"search logo actions" "nav nav nav";align-items:center;gap:0;padding-top:24px;pointer-events:auto}
.wh-entry-search{grid-area:search;justify-self:start;width:42px;height:42px;border:0;background:transparent;color:rgba(255,255,255,.90);display:grid;place-items:center;border-radius:999px;transition:.22s ease}
.wh-entry-search:hover,.wh-entry-icon:hover{background:rgba(255,255,255,.10);color:#fff;transform:translateY(-1px)}
.wh-entry-logo{grid-area:logo;justify-self:center;color:#fff;text-decoration:none;font-family:"Segoe Script","Brush Script MT",cursive;font-size:clamp(2rem,3vw,3.25rem);line-height:1;font-weight:400;letter-spacing:.015em;text-shadow:0 8px 26px rgba(0,0,0,.36)}
.wh-entry-actions{grid-area:actions;justify-self:end;display:flex;align-items:center;gap:14px;color:rgba(255,255,255,.88)}
.wh-entry-icon{width:34px;height:34px;display:grid;place-items:center;color:inherit;border-radius:999px;transition:.22s ease;text-decoration:none}
.wh-entry-mobile-toggle{display:none;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.10);color:#fff;place-items:center;gap:4px;padding:10px}
.wh-entry-mobile-toggle span{display:block;width:20px;height:1.6px;background:currentColor;border-radius:99px;margin:2px auto}
.wh-entry-nav{grid-area:nav;justify-self:center;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:clamp(22px,3.2vw,54px);white-space:nowrap}
.wh-entry-nav a{position:relative;color:rgba(255,255,255,.88);text-decoration:none;text-transform:uppercase;font-size:clamp(.68rem,.72vw,.82rem);font-weight:800;letter-spacing:.22em;text-shadow:0 5px 18px rgba(0,0,0,.35);padding:9px 0;transition:.22s ease}
.wh-entry-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:2px;height:1px;background:#fff;transition:.22s ease;opacity:.85}
.wh-entry-nav a:hover{color:#fff}.wh-entry-nav a:hover:after{left:0;right:0}
.wh-entry-hero{min-height:100svh;min-height:100vh;display:block;overflow:hidden;background:#17110d}
.wh-entry-hero .wh-hero-bg{opacity:1;filter:saturate(.95) contrast(1.05) brightness(.72);transform:none;object-position:center center}
.wh-entry-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.23),rgba(0,0,0,.12) 44%,rgba(0,0,0,.42));z-index:1;pointer-events:none}
.wh-entry-hero:after{display:none!important}
.wh-entry-cue{position:absolute;left:50%;bottom:36px;z-index:4;transform:translateX(-50%);display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.82);font-size:.72rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;padding:12px 16px;border-radius:999px;background:rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:.22s ease}
.wh-entry-cue:hover{color:#fff;background:rgba(255,255,255,.12);transform:translateX(-50%) translateY(-2px)}
.wh-floating-chat{position:fixed;right:28px;bottom:26px;z-index:90;width:64px;height:64px;border-radius:999px;background:#19bf5f;color:#fff;display:grid;place-items:center;box-shadow:0 18px 40px rgba(0,0,0,.24),0 0 0 10px rgba(25,191,95,.16);text-decoration:none;transition:.22s ease}
.wh-floating-chat:hover{transform:translateY(-3px) scale(1.03);background:#14aa53}
@media(max-width:1220px){.wh-entry-shell{width:min(1180px,calc(100% - 48px))}.wh-entry-nav{gap:24px}.wh-entry-nav a{letter-spacing:.16em}}
@media(max-width:1024px){.wh-entry-shell{grid-template-areas:"search logo actions";grid-template-columns:1fr auto 1fr;padding-top:18px}.wh-entry-nav{display:none}.wh-entry-mobile-toggle{display:grid}.wh-entry-icon{display:none}.wh-entry-logo{font-size:2.15rem}.wh-entry-hero{min-height:82svh;min-height:82vh}.wh-entry-cue{bottom:22px;font-size:.62rem;letter-spacing:.16em}.wh-floating-chat{width:56px;height:56px;right:18px;bottom:18px}}
@media(max-width:560px){.wh-entry-shell{width:calc(100% - 28px)}.wh-entry-search{width:38px;height:38px}.wh-entry-logo{font-size:1.85rem}.wh-entry-hero .wh-hero-bg{object-position:center center}.wh-entry-cue span{display:none}}

/* Mobile slider video fit adjustment - 05.05.2026
   Keeps the screenshot-like desktop entrance, but prevents the landscape MP4 from feeling oversized on phones. */
@media (max-width: 1024px){
  .wh-entry-hero{
    min-height: 100svh;
    height: 100svh;
    max-height: 760px;
  }
  .wh-entry-hero .wh-hero-bg,
  .wh-entry-hero .wh-hero-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 640px){
  .wh-entry-shell{
    width: calc(100% - 28px);
    padding-top: max(12px, env(safe-area-inset-top));
  }
  .wh-entry-hero{
    min-height: 82svh;
    height: 82svh;
    max-height: 620px;
  }
  .wh-entry-logo{
    font-size: clamp(1.55rem, 8vw, 2rem);
  }
  .wh-entry-cue{
    bottom: 14px;
  }
  .wh-floating-chat{
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
    box-shadow: 0 14px 30px rgba(0,0,0,.22), 0 0 0 7px rgba(25,191,95,.14);
  }
}
@media (max-width: 420px){
  .wh-entry-hero{
    min-height: 78svh;
    height: 78svh;
    max-height: 580px;
  }
  .wh-entry-hero .wh-hero-bg,
  .wh-entry-hero .wh-hero-video{
    object-position: center center;
  }
}
@media (orientation: landscape) and (max-height: 520px){
  .wh-entry-hero{
    min-height: 100svh;
    height: 100svh;
    max-height: none;
  }
}

/* Mobile true aspect-ratio video fix - 05.05.2026
   Kullanıcı isteği: mobilde video kırpılmasın; webdeki 1080x608 oranı korunsun.
   Bu kural önceki cover/hero-height kurallarını mobilde override eder. */
@media (max-width: 1024px){
  .wh-entry-hero{
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1080 / 608;
    display: block;
    background: #17110d;
  }
  .wh-entry-hero .wh-hero-bg,
  .wh-entry-hero .wh-hero-video{
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
  }
  .wh-entry-hero:before{
    background: linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.06) 48%,rgba(0,0,0,.18));
  }
}
@media (max-width: 640px){
  .wh-entry-header{
    background: linear-gradient(180deg,rgba(0,0,0,.52),rgba(0,0,0,.18) 72%,transparent);
  }
  .wh-entry-shell{
    padding-top: max(10px, env(safe-area-inset-top));
  }
  .wh-entry-logo{
    font-size: clamp(1.45rem, 7.2vw, 1.9rem);
    text-shadow: 0 6px 18px rgba(0,0,0,.55);
  }
  .wh-entry-search,
  .wh-entry-mobile-toggle{
    width: 34px;
    height: 34px;
  }
  .wh-entry-cue{
    display: none !important;
  }
  .wh-floating-chat{
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 13px;
  }
}


/* Category image gallery - uploaded visuals + screenshot-like layout */
.wh-category-head{margin-bottom:22px}
.wh-image-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.wh-image-category-card{position:relative;display:block;overflow:hidden;border:0;border-radius:0;background:#17110d;box-shadow:none;min-height:0;height:auto;aspect-ratio:2/3;color:#fff;text-decoration:none}
.wh-image-category-card:hover{transform:none;box-shadow:none;border-color:transparent}
.wh-image-category-card:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.62));z-index:1;pointer-events:none}
.wh-image-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .42s ease;z-index:0}
.wh-image-category-card:hover img{transform:scale(1.035)}
.wh-image-category-card .wh-category-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:0 18px 20px;background:transparent}
.wh-image-category-card .wh-category-body h3{margin:0;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1rem,1.1vw,1.26rem);font-weight:700;line-height:1.15;text-shadow:0 3px 12px rgba(0,0,0,.42)}
.wh-image-category-card .wh-category-body p,.wh-image-category-card .wh-card-arrow{display:none!important}

@media(max-width:1280px){.wh-image-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}}
@media(max-width:900px){.wh-image-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wh-image-category-card{aspect-ratio:2/3}}
@media(max-width:640px){
  .wh-section#categories{padding-top:42px;padding-bottom:54px}
  .wh-category-head{margin-bottom:14px}
  .wh-image-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .wh-image-category-card{aspect-ratio:2/3;border-radius:0!important;min-height:0!important}
  .wh-image-category-card .wh-category-body{padding:0 10px 12px!important}
  .wh-image-category-card .wh-category-body h3{font-size:.96rem;letter-spacing:-.01em}
}
@media(max-width:380px){.wh-image-category-card .wh-category-body h3{font-size:.88rem}.wh-image-category-grid{gap:7px!important}}


/* White Home Design logo replacement */
.wh-entry-logo-image{display:inline-flex;align-items:center;justify-content:center}
.wh-entry-logo-image img{display:block;height:78px;width:auto;max-width:min(34vw,290px);filter:drop-shadow(0 8px 24px rgba(0,0,0,.38))}
@media(max-width:1024px){.wh-entry-logo-image img{height:64px;max-width:250px}}
@media(max-width:560px){.wh-entry-logo-image img{height:50px;max-width:195px}}

.wh-footer-brand{display:inline-flex;align-items:center;padding:0;border-radius:0;background:transparent;box-shadow:none}
.wh-footer-logo-image{display:block;height:72px;width:auto}
@media(max-width:640px){.wh-footer-brand{padding:0;border-radius:0}.wh-footer-logo-image{height:56px}}


/* Homepage slider header cleanup */
.wh-entry-spacer{grid-area:search;justify-self:start;width:42px;height:42px}
.wh-entry-actions{gap:0}
.wh-entry-icon,.wh-entry-search{display:none!important}
.wh-entry-shell{grid-template-areas:"search logo actions" "nav nav nav"}
.wh-entry-actions{justify-self:end}
.wh-entry-mobile-toggle{background:rgba(255,255,255,.12)}
@media(max-width:1024px){
  .wh-entry-spacer{width:34px;height:34px}
}

/* Modern keşfet cue */
.wh-entry-cue-modern{
  left:50%;
  bottom:34px;
  transform:translateX(-50%);
  gap:12px;
  padding:0;
  background:transparent;
  border:0;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  color:#fff;
  box-shadow:none;
}
.wh-entry-cue-modern:hover{
  color:#fff;
  background:transparent;
  transform:translateX(-50%) translateY(-2px);
}
.wh-entry-cue-label{
  font-size:.78rem;
  letter-spacing:.26em;
  text-transform:uppercase;
  font-weight:800;
  text-shadow:0 6px 18px rgba(0,0,0,.35);
}
.wh-entry-cue-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.08);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.wh-entry-cue-modern:hover .wh-entry-cue-arrow{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.64);
}
@media(max-width:1024px){
  .wh-entry-cue-modern{
    bottom:22px;
  }
}
@media(max-width:640px){
  .wh-entry-cue-modern{
    display:none !important;
  }
}


/* Category intro text */
.wh-category-intro-wrap{
  justify-content:center;
  margin-bottom:22px;
}
.wh-category-intro{
  margin:0 auto;
  max-width:760px;
  text-align:center;
  color:#4b3b2e;
  font-size:clamp(1rem,1.4vw,1.18rem);
  line-height:1.8;
  font-weight:500;
}
@media(max-width:640px){
  .wh-category-intro-wrap{margin-bottom:16px}
  .wh-category-intro{
    max-width:100%;
    font-size:.98rem;
    line-height:1.7;
    padding:0 6px;
  }
}


/* Mobile drawer fixes */
.wh-mobile-drawer{background:#fff;box-shadow:-14px 0 36px rgba(0,0,0,.16)}
.wh-mobile-drawer-top{
  position:sticky;
  top:0;
  z-index:3;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid #ece7df;
  padding:14px 16px 12px;
}
.wh-mobile-drawer-brand-row{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
}
.wh-mobile-drawer-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:calc(100% - 56px);
}
.wh-mobile-drawer-logo{
  display:block;
  width:auto;
  height:44px;
  max-width:220px;
}
.wh-mobile-drawer-close{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  background:#f4f1ec;
  color:#3a2b20;
  display:grid;
  place-items:center;
}
.wh-mobile-drawer-cta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.wh-mobile-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:12px;
  text-decoration:none;
  font-size:.82rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.wh-mobile-cta-whatsapp{background:#8b5e34;color:#fff}
.wh-mobile-cta-route{background:#1c1713;color:#fff}

.wh-mobile-drawer-nav{
  padding:14px 16px 28px;
  display:grid;
  gap:8px;
  background:#fff;
}
.wh-mobile-drawer-link,
.wh-mobile-accordion-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:52px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid #eee5db;
  background:#fffaf5;
  text-decoration:none;
  color:#1c1713;
  font-size:.95rem;
  font-weight:800;
  letter-spacing:.04em;
}
.wh-mobile-accordion{display:grid;gap:8px}
.wh-mobile-accordion-icon{
  width:16px;
  height:16px;
  transition:transform .25s ease;
}
.wh-mobile-submenu{
  margin-top:2px;
  padding:6px;
  border-radius:16px;
  border:1px solid #efe5d9;
  background:#faf7f2;
  display:grid;
  gap:2px;
}
.wh-mobile-submenu-link{
  display:block;
  padding:11px 12px;
  border-radius:12px;
  text-decoration:none;
  color:#5a4c40;
  font-size:.92rem;
  line-height:1.35;
}
.wh-mobile-submenu-link:hover{background:#fff;color:#8b5e34}

@media(max-width:560px){
  .wh-mobile-drawer{max-width:100%}
  .wh-mobile-drawer-logo{height:40px;max-width:190px}
  .wh-mobile-drawer-top{padding:12px 14px 10px}
  .wh-mobile-drawer-nav{padding:12px 14px 24px}
}


/* Mobile accordion width / green line fix */
.wh-mobile-drawer{
  overflow-y:auto;
  overflow-x:hidden !important;
  scrollbar-gutter:stable;
  -webkit-overflow-scrolling:touch;
}
.wh-mobile-drawer *,
.wh-mobile-drawer *::before,
.wh-mobile-drawer *::after{box-sizing:border-box}
.wh-mobile-drawer-nav,
.wh-mobile-accordion,
.wh-mobile-submenu{
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.wh-mobile-accordion-btn,
.wh-mobile-drawer-link,
.wh-mobile-submenu-link{
  width:100%;
  max-width:100%;
}
.wh-mobile-accordion-btn{
  border:1px solid #eee5db;
  background:#fffaf5;
  box-shadow:none;
}
.wh-mobile-accordion-btn:focus,
.wh-mobile-accordion-btn:focus-visible,
.wh-mobile-submenu-link:focus,
.wh-mobile-submenu-link:focus-visible,
.wh-mobile-drawer-link:focus,
.wh-mobile-drawer-link:focus-visible{
  outline:none;
  box-shadow:none;
}
.wh-mobile-submenu{
  border:1px solid #efe5d9;
  border-right:1px solid #efe5d9;
  background:#faf7f2;
  padding:6px;
  margin-right:0;
}
.wh-mobile-submenu-link{
  border:0;
}
[x-cloak]{display:none !important;}


/* Mobile drawer logo size and CTA placement update */
.wh-mobile-drawer-top{
  padding:16px 16px 12px;
}
.wh-mobile-drawer-brand-row{
  justify-content:flex-start;
  min-height:92px;
  padding-right:52px;
}
.wh-mobile-drawer-brand{
  justify-content:flex-start;
  max-width:100%;
}
.wh-mobile-drawer-logo{
  display:block;
  width:auto;
  height:88px;
  max-width:300px;
}
.wh-mobile-drawer-close{
  right:0;
}
.wh-mobile-drawer-nav{
  padding:14px 16px 14px;
}
.wh-mobile-drawer-bottom-cta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:0 16px 22px;
  background:#fff;
}
@media(max-width:560px){
  .wh-mobile-drawer-top{padding:14px 14px 10px}
  .wh-mobile-drawer-brand-row{min-height:82px;padding-right:48px}
  .wh-mobile-drawer-logo{height:76px;max-width:250px}
  .wh-mobile-drawer-nav{padding:12px 14px 12px}
  .wh-mobile-drawer-bottom-cta{padding:0 14px 20px}
}


/* Mobile CTA icon and color enhancement */
.wh-mobile-cta{
  gap:8px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.wh-mobile-cta-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
}
.wh-mobile-cta-whatsapp{
  background:#25D366;
  color:#fff;
}
.wh-mobile-cta-whatsapp:hover{
  background:#1ebe5b;
}
.wh-mobile-cta-route{
  background:#8b5e34;
  color:#fffaf2;
}
.wh-mobile-cta-route:hover{
  background:#744b26;
}


/* Remove mobile hamburger button frame on slider */
.wh-entry-mobile-toggle{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
}
.wh-entry-mobile-toggle:hover,
.wh-entry-mobile-toggle:focus,
.wh-entry-mobile-toggle:focus-visible{
  background:transparent !important;
  box-shadow:none !important;
  outline:none !important;
}


/* Mobile menu final visual cleanup */
.wh-mobile-cta-route{
  background:#374151 !important;
  color:#ffffff !important;
  border:0 !important;
}
.wh-mobile-cta-route:hover{
  background:#1f2937 !important;
}
.wh-mobile-cta-route .wh-mobile-cta-icon{
  stroke:none !important;
  fill:currentColor !important;
}

/* remove boxed cards from drawer menu items */
.wh-mobile-drawer-nav{
  gap:0 !important;
}
.wh-mobile-drawer-link,
.wh-mobile-accordion-btn{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  min-height:50px;
  padding:0 !important;
  color:#1c1713;
  border-bottom:1px solid #ece4d9 !important;
}
.wh-mobile-drawer-link:hover,
.wh-mobile-accordion-btn:hover{
  background:transparent !important;
  color:#8b5e34;
}
.wh-mobile-accordion{
  gap:0 !important;
}

/* frameless submenu with modern horizontal separators */
.wh-mobile-submenu{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  padding:4px 0 2px 0 !important;
  margin:0 !important;
  box-shadow:none !important;
  display:grid;
  gap:0 !important;
}
.wh-mobile-submenu-link{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  padding:12px 0 12px 16px !important;
  color:#5a4c40;
  border-bottom:1px solid #f2ebe1 !important;
}
.wh-mobile-submenu-link:last-child{
  border-bottom:0 !important;
}
.wh-mobile-submenu-link:hover{
  background:transparent !important;
  color:#8b5e34 !important;
}

/* cleaner accordion icon */
.wh-mobile-accordion-icon{
  opacity:.85;
}


/* Requested polish fixes - keşfet arrow, mobile CTA, submenu scrollbar */
.wh-entry-cue-arrow{
  width:auto !important;
  height:auto !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  animation:wh-cue-bounce 1.8s ease-in-out infinite;
}
.wh-entry-cue-modern:hover .wh-entry-cue-arrow{
  background:transparent !important;
  border-color:transparent !important;
}
@keyframes wh-cue-bounce{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(8px)}
}

.wh-mobile-cta{
  position:relative;
  overflow:hidden;
  border:0 !important;
}
.wh-mobile-cta::before,
.wh-mobile-cta::after,
.wh-mobile-cta span::before,
.wh-mobile-cta span::after{display:none !important;content:none !important}
.wh-mobile-cta-route{
  background:#4a6a8a !important;
  color:#fff !important;
}
.wh-mobile-cta-route:hover{
  background:#3d5873 !important;
}
.wh-mobile-cta-route .wh-mobile-cta-icon{
  fill:none !important;
  stroke:currentColor !important;
}

/* Remove visible submenu/drawer scrollbars and color accents */
.wh-mobile-drawer,
.wh-mobile-submenu{
  scrollbar-width:none !important;
  scrollbar-color:transparent transparent !important;
}
.wh-mobile-drawer::-webkit-scrollbar,
.wh-mobile-submenu::-webkit-scrollbar{
  width:0 !important;
  height:0 !important;
  display:none !important;
}
.wh-mobile-submenu,
.wh-mobile-drawer-nav{
  overflow-x:hidden !important;
}


/* Lazy scroll reveal after slider */
.wh-reveal-section,
.wh-reveal-item{
  opacity:0;
  transform:translate3d(0,28px,0);
  transition:
    opacity .75s ease,
    transform .85s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--wh-reveal-delay,0ms);
  will-change:opacity,transform;
}
.wh-reveal-left{
  transform:translate3d(-46px,26px,0);
}
.wh-reveal-right{
  transform:translate3d(46px,26px,0);
}
.wh-reveal-up{
  transform:translate3d(0,34px,0);
}
.wh-reveal-section.is-visible,
.wh-reveal-item.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
}
@media (prefers-reduced-motion: reduce){
  .wh-reveal-section,
  .wh-reveal-item{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}


/* About menu anchor kept without restoring removed content block */
.wh-about-anchor{
  position:relative;
  display:block;
  height:1px;
  margin-top:-1px;
  scroll-margin-top:96px;
}


/* Showroom intro cohesion fix */
.wh-showroom-intro{
  max-width:900px;
  margin:0 auto 30px;
  text-align:center;
  display:grid;
  gap:14px;
}
.wh-showroom-intro .wh-section-title{
  margin:0;
  font-size:clamp(2rem,4vw,3.4rem);
}
.wh-showroom-intro .wh-section-desc{
  margin:0 auto;
  max-width:760px;
  color:var(--wh-muted);
  font-size:1.02rem;
  line-height:1.85;
}
.wh-showroom-grid{
  margin-top:6px;
}
@media(max-width:900px){
  .wh-showroom-intro{margin-bottom:22px;gap:10px}
  .wh-showroom-intro .wh-section-desc{font-size:.98rem;line-height:1.75}
}



/* Single scrollbar + smoother homepage scroll */
body{
  overflow-x:hidden;
}
html{
  scrollbar-color:#b8aa9b #f3eee7;
}
.wh-reveal-section,
.wh-reveal-item{
  transition-duration:.45s,.55s;
  will-change:auto !important;
}
@media(max-width:900px){
  .wh-reveal-section,
  .wh-reveal-item{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}


/* Modern contact section */
.wh-contact-shell{
  background:#ffffff;
  border:1px solid rgba(231,215,195,.58);
  border-radius:34px;
  padding:40px;
  box-shadow:0 24px 70px rgba(28,23,19,.06);
}
.wh-contact-header{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}
.wh-contact-header .wh-section-title{margin-bottom:14px}
.wh-contact-header .wh-section-desc{
  max-width:720px;
  margin:0 auto;
  color:#6d6258;
}
.wh-contact-grid-modern{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
.wh-contact-panel-main,
.wh-contact-panel-info{
  background:#fff;
  border:1px solid rgba(231,215,195,.52);
  border-radius:28px;
}
.wh-contact-panel-main{
  padding:18px;
  display:flex;
  align-items:stretch;
}
.wh-contact-actions-modern{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  width:100%;
}
.wh-contact-action-card{
  min-height:170px;
  border-radius:24px;
  text-decoration:none;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  transition:.25s ease;
  box-shadow:0 10px 26px rgba(28,23,19,.04);
}
.wh-contact-action-card:hover{transform:translateY(-3px)}
.wh-call-card{
  background:linear-gradient(135deg,#1c1713 0%,#34261e 100%);
  color:#fffaf2;
}
.wh-whatsapp-card{
  background:linear-gradient(135deg,#25D366 0%,#179c48 100%);
  color:#fff;
}
.wh-contact-action-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
}
.wh-contact-action-icon svg{width:26px;height:26px}
.wh-contact-action-text{display:grid;gap:5px}
.wh-contact-action-text strong{font-size:1.08rem;line-height:1.25}
.wh-contact-action-text small{font-size:.92rem;line-height:1.55;color:inherit;opacity:.88}
.wh-contact-panel-info{
  padding:12px 24px;
  box-shadow:0 10px 26px rgba(28,23,19,.03);
}
.wh-contact-info-row{
  display:grid;
  gap:8px;
  padding:18px 0;
  border-bottom:1px solid rgba(111,98,88,.12);
}
.wh-contact-info-row:last-child{border-bottom:0}
.wh-contact-info-label{
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8b5e34;
}
.wh-contact-info-row a,
.wh-contact-info-row span{
  color:#2f241c;
  text-decoration:none;
  line-height:1.7;
  font-size:1rem;
}
.wh-contact-info-row a:hover{color:#8b5e34}
@media(max-width:980px){
  .wh-contact-grid-modern{grid-template-columns:1fr}
}
@media(max-width:640px){
  .wh-contact-shell{padding:22px;border-radius:24px}
  .wh-contact-header{margin-bottom:18px}
  .wh-contact-panel-main,.wh-contact-panel-info{border-radius:20px}
  .wh-contact-actions-modern{grid-template-columns:1fr}
  .wh-contact-action-card{min-height:138px;padding:20px;border-radius:18px}
  .wh-contact-panel-info{padding:8px 18px}
}


/* Contact section simplified CTA fix */
.wh-contact-header{
  max-width:700px;
  margin:0 auto 26px;
}
.wh-contact-header .wh-section-title{
  margin-bottom:12px;
}
.wh-contact-header .wh-section-desc{
  max-width:620px;
}
.wh-contact-panel-main{
  padding:20px !important;
  align-items:center;
}
.wh-contact-actions-simple{
  display:grid !important;
  grid-template-columns:1fr;
  gap:12px;
  width:100%;
}
.wh-contact-simple-btn{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:13px;
  width:100%;
  min-height:60px;
  padding:0 18px;
  border-radius:18px;
  text-decoration:none;
  font-weight:800;
  line-height:1;
  transition:.22s ease;
  box-shadow:0 10px 26px rgba(28,23,19,.04);
}
.wh-contact-simple-btn:hover{
  transform:translateY(-2px);
}
.wh-contact-simple-icon{
  width:36px;
  height:36px;
  border-radius:12px;
  display:grid;
  place-items:center;
  flex:0 0 36px;
}
.wh-contact-simple-icon svg{
  width:20px;
  height:20px;
  display:block;
}
.wh-contact-simple-call{
  background:#1c1713;
  color:#fffaf2;
}
.wh-contact-simple-call .wh-contact-simple-icon{
  background:rgba(255,255,255,.12);
}
.wh-contact-simple-whatsapp{
  background:#25D366;
  color:#fff;
}
.wh-contact-simple-whatsapp .wh-contact-simple-icon{
  background:rgba(255,255,255,.16);
}
@media(max-width:980px){
  .wh-contact-grid-modern{
    gap:16px;
  }
}
@media(max-width:640px){
  .wh-contact-header{
    text-align:left;
  }
  .wh-contact-header .wh-section-desc{
    margin-left:0;
  }
  .wh-contact-simple-btn{
    min-height:56px;
    border-radius:16px;
  }
}


/* Contact location panel + info icons */
.wh-contact-location-panel{
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.wh-contact-location-card{
  width:100%;
  min-height:100%;
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:26px 24px;
  background:linear-gradient(180deg,#faf8f5 0%, #f6f3ee 100%);
  border:1px solid rgba(231,215,195,.52);
  border-radius:24px;
}
.wh-contact-location-icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#1c1713;
  color:#fff;
}
.wh-contact-location-icon svg{
  width:24px;
  height:24px;
  display:block;
}
.wh-contact-location-text{
  display:grid;
  gap:8px;
}
.wh-contact-location-text strong{
  font-size:1.15rem;
  line-height:1.2;
}
.wh-contact-location-text p{
  margin:0;
  color:#6d6258;
  line-height:1.75;
}
.wh-contact-location-link{
  color:#8b5e34;
  text-decoration:none;
  font-weight:700;
}
.wh-contact-location-link:hover{color:#5a3921}
.wh-contact-panel-info{padding:10px 22px !important}
.wh-contact-info-row{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  align-items:start;
  padding:18px 0;
}
.wh-contact-info-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#f7f3ee;
  color:#1c1713;
}
.wh-contact-info-icon svg{
  width:20px;
  height:20px;
  display:block;
}
.wh-contact-info-content{
  display:grid;
  gap:6px;
  min-width:0;
}
.wh-contact-info-label{
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8b5e34;
}
@media(max-width:640px){
  .wh-contact-location-card{padding:20px 18px;border-radius:18px}
  .wh-contact-info-row{grid-template-columns:40px 1fr;gap:12px}
  .wh-contact-info-icon{width:40px;height:40px;border-radius:12px}
}


/* Contact embedded map */
.wh-contact-map-panel{
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.wh-contact-map-card{
  position:relative;
  width:100%;
  min-height:100%;
  overflow:hidden;
  border-radius:24px;
  background:#f6f3ee;
  border:1px solid rgba(231,215,195,.52);
  box-shadow:0 10px 26px rgba(28,23,19,.04);
}
.wh-contact-map{
  display:block;
  width:100%;
  min-height:320px;
  height:100%;
  filter:saturate(.92) contrast(.96);
}
.wh-contact-map-caption{
  position:absolute;
  left:16px;
  bottom:16px;
  right:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
.wh-contact-map-caption strong{
  color:#1c1713;
  font-size:.96rem;
}
.wh-contact-map-caption span{
  color:#6d6258;
  font-size:.92rem;
}
@media(max-width:640px){
  .wh-contact-map-card{
    border-radius:18px;
  }
  .wh-contact-map{
    min-height:260px;
  }
  .wh-contact-map-caption{
    left:12px;
    right:12px;
    bottom:12px;
    border-radius:14px;
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
}


/* Clean map: remove unwanted yellow background, frame and shadow */
.wh-contact-map-panel{
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.wh-contact-map-card{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:hidden;
}
.wh-contact-map{
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.wh-contact-map-caption{
  border:0 !important;
  box-shadow:none !important;
}


/* Clean contact icons: remove unwanted background/frame */
.wh-contact-info-icon{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#1c1713 !important;
  width:28px !important;
  height:28px !important;
}
.wh-contact-info-icon svg{
  width:22px !important;
  height:22px !important;
}
.wh-contact-info-row{
  grid-template-columns:28px 1fr !important;
}
@media(max-width:640px){
  .wh-contact-info-icon{
    width:26px !important;
    height:26px !important;
  }
  .wh-contact-info-icon svg{
    width:20px !important;
    height:20px !important;
  }
  .wh-contact-info-row{
    grid-template-columns:26px 1fr !important;
  }
}


/* Header services dropdown - fixed menu */
.wh-entry-menu{position:relative;display:flex;align-items:center}
.wh-entry-dropdown-trigger{position:relative;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:rgba(255,255,255,.88);text-decoration:none;text-transform:uppercase;font-size:clamp(.68rem,.72vw,.82rem);font-weight:800;letter-spacing:.22em;text-shadow:0 5px 18px rgba(0,0,0,.35);padding:9px 0;transition:.22s ease;cursor:pointer;font-family:inherit}
.wh-entry-dropdown-trigger:after{content:"";position:absolute;left:50%;right:50%;bottom:2px;height:1px;background:#fff;transition:.22s ease;opacity:.85}
.wh-entry-menu:hover .wh-entry-dropdown-trigger,.wh-entry-menu:focus-within .wh-entry-dropdown-trigger{color:#fff}
.wh-entry-menu:hover .wh-entry-dropdown-trigger:after,.wh-entry-menu:focus-within .wh-entry-dropdown-trigger:after{left:0;right:0}
.wh-entry-chevron{width:14px;height:14px;transition:transform .22s ease}
.wh-entry-menu:hover .wh-entry-chevron,.wh-entry-menu:focus-within .wh-entry-chevron{transform:rotate(180deg)}
.wh-entry-dropdown{position:absolute;top:calc(100% + 10px);left:50%;width:290px;max-height:min(70vh,520px);overflow:auto;transform:translateX(-50%) translateY(8px);padding:10px;background:rgba(255,250,242,.98);border:1px solid rgba(231,215,195,.92);border-radius:18px;box-shadow:0 24px 70px rgba(15,12,10,.24);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.wh-entry-menu:hover .wh-entry-dropdown,.wh-entry-menu:focus-within .wh-entry-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.wh-entry-nav .wh-entry-dropdown a{display:block;color:#5a3921;text-shadow:none;text-transform:none;letter-spacing:0;font-size:.92rem;font-weight:800;line-height:1.25;padding:11px 13px;border-radius:12px;transition:.18s ease;white-space:normal}
.wh-entry-nav .wh-entry-dropdown a:after{display:none}
.wh-entry-nav .wh-entry-dropdown a:hover{color:#1c1713;background:#f7f1e8;transform:translateX(2px)}
@media(max-width:1220px){.wh-entry-dropdown-trigger{letter-spacing:.16em}.wh-entry-dropdown{width:270px}}

/* Kardeşler Demir Doğrama logo update */
.wh-entry-logo-image img{
  width:min(42vw,370px) !important;
  height:auto !important;
  max-width:100% !important;
  filter:drop-shadow(0 8px 24px rgba(0,0,0,.38));
}
.wh-mobile-drawer-logo{
  width:min(100%,280px) !important;
  height:auto !important;
  max-height:72px !important;
}
.wh-footer-logo-image{
  width:min(100%,320px) !important;
  height:auto !important;
}
@media(max-width:1024px){
  .wh-entry-logo-image img{width:min(46vw,300px) !important;}
}
@media(max-width:560px){
  .wh-entry-logo-image img{width:min(58vw,230px) !important;}
  .wh-mobile-drawer-logo{width:min(100%,245px) !important;max-height:58px !important;}
  .wh-footer-logo-image{width:min(100%,250px) !important;}
}


/* Sub page hero/slider stabilization - keep existing design, fix broken hero classes */
.wh-page-hero{
  position:relative !important;
  min-height:clamp(390px,48vh,560px) !important;
  display:flex !important;
  align-items:center !important;
  isolation:isolate !important;
  background:#17110d !important;
  color:#fff !important;
  overflow:hidden !important;
}
.wh-page-hero > img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:.72 !important;
  filter:saturate(.95) contrast(1.06) brightness(.72) !important;
  transform:scale(1.015) !important;
  z-index:0 !important;
}
.wh-page-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg,rgba(15,12,10,.94) 0%,rgba(28,23,19,.76) 45%,rgba(28,23,19,.28) 100%) !important;
}
.wh-page-hero::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:34% !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,transparent,var(--wh-soft)) !important;
}
.wh-page-hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:none !important;
}
.wh-page-hero-content{
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  padding:108px 0 96px !important;
}
.wh-page-hero-content .wh-back-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-bottom:18px !important;
  color:#f2ddbd !important;
  text-decoration:none !important;
  font-size:.86rem !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
.wh-page-hero-content .wh-back-link:hover{
  color:#fff !important;
}
.wh-page-hero-content .wh-kicker{
  color:#d6b56d !important;
  margin-bottom:12px !important;
}
.wh-page-hero-content h1{
  max-width:920px !important;
  margin:0 0 18px !important;
  color:#fff !important;
  font-size:clamp(2.55rem,6.2vw,6.1rem) !important;
  line-height:.92 !important;
  font-weight:900 !important;
  letter-spacing:-.055em !important;
  text-shadow:0 14px 38px rgba(0,0,0,.34) !important;
}
.wh-page-hero-content p:not(.wh-kicker){
  max-width:760px !important;
  margin:0 !important;
  color:#f1e5d6 !important;
  font-size:clamp(1rem,1.35vw,1.18rem) !important;
  line-height:1.78 !important;
  text-shadow:0 10px 24px rgba(0,0,0,.28) !important;
}
@media(max-width:860px){
  .wh-page-hero{
    min-height:430px !important;
  }
  .wh-page-hero-content{
    padding:86px 0 76px !important;
  }
  .wh-page-hero::before{
    background:linear-gradient(180deg,rgba(15,12,10,.88),rgba(28,23,19,.68) 60%,rgba(28,23,19,.38)) !important;
  }
  .wh-page-hero > img{
    object-position:center center !important;
  }
}
@media(max-width:560px){
  .wh-page-hero{
    min-height:390px !important;
  }
  .wh-page-hero-content{
    padding:74px 0 64px !important;
  }
  .wh-page-hero-content .wh-back-link{
    font-size:.74rem !important;
    margin-bottom:14px !important;
  }
  .wh-page-hero-content h1{
    font-size:clamp(2.05rem,13.5vw,3.75rem) !important;
    letter-spacing:-.045em !important;
  }
  .wh-page-hero-content p:not(.wh-kicker){
    font-size:.98rem !important;
    line-height:1.66 !important;
  }
}


/* 2026-05-08: category hero, gallery and services dropdown fixes */
.wh-entry-menu::after{
  content:"";
  position:absolute;
  left:-18px;
  right:-18px;
  top:100%;
  height:22px;
  z-index:5;
}
.wh-entry-dropdown{
  top:100% !important;
  margin-top:12px !important;
  z-index:60 !important;
}
.wh-entry-dropdown::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}
.desktop-nav .wh-service-menu::after{
  content:"";
  position:absolute;
  left:-16px;
  right:-16px;
  top:100%;
  height:20px;
  z-index:10;
}
.desktop-nav .wh-service-dropdown{
  padding-top:12px !important;
  z-index:60 !important;
}
.desktop-nav .wh-service-dropdown > div{
  position:relative;
}
.desktop-nav .wh-service-dropdown > div::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}

.wh-page-hero{
  position:relative !important;
  min-height:clamp(390px,48vh,560px) !important;
  display:flex !important;
  align-items:flex-end !important;
  isolation:isolate !important;
  background:#17110d !important;
  color:#fff !important;
  overflow:hidden !important;
}
.wh-page-hero > img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:.82 !important;
  filter:saturate(1) contrast(1.04) brightness(.72) !important;
  transform:scale(1.01) !important;
  z-index:0 !important;
}
.wh-page-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(15,12,10,.20) 0%,rgba(15,12,10,.44) 46%,rgba(15,12,10,.78) 100%) !important;
}
.wh-page-hero::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:18% !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,transparent,rgba(15,12,10,.14)) !important;
}
.wh-page-hero-overlay{
  display:none !important;
  background:none !important;
}
.wh-page-hero-content{
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  padding:120px 0 26px !important;
  margin-top:auto !important;
}
.wh-page-hero-content .wh-back-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-bottom:12px !important;
  color:#f2ddbd !important;
  text-decoration:none !important;
  font-size:.84rem !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
.wh-page-hero-content .wh-back-link:hover{color:#fff !important;}
.wh-page-hero-content .wh-kicker{
  color:#f2ddbd !important;
  margin-bottom:8px !important;
}
.wh-page-hero-content h1{
  max-width:920px !important;
  margin:0 0 12px !important;
  color:#fff !important;
  font-size:clamp(2.55rem,6.2vw,6.1rem) !important;
  line-height:.92 !important;
  font-weight:900 !important;
  letter-spacing:-.055em !important;
  text-shadow:0 14px 38px rgba(0,0,0,.36) !important;
}
.wh-page-hero-content p:not(.wh-kicker){
  max-width:760px !important;
  margin:0 !important;
  color:#f7efe4 !important;
  font-size:clamp(1rem,1.35vw,1.18rem) !important;
  line-height:1.68 !important;
  text-shadow:0 10px 24px rgba(0,0,0,.30) !important;
}
.wh-gallery-intro-section{
  padding-top:54px !important;
}
.wh-gallery-intro-head{
  align-items:flex-start !important;
  margin-bottom:22px !important;
}
.wh-gallery-intro-text{
  margin-bottom:24px !important;
  padding:24px 26px !important;
}
.wh-gallery-intro-text p{
  margin:0 !important;
  max-width:980px !important;
  color:var(--wh-muted) !important;
  line-height:1.8 !important;
}
.wh-real-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.wh-real-gallery-item,
.wh-gallery-placeholder{
  min-height:245px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--wh-border);
  background:#fff;
  box-shadow:0 14px 36px rgba(90,57,33,.08);
}
.wh-real-gallery-item{
  margin:0;
}
.wh-real-gallery-item img{
  display:block;
  width:100%;
  height:245px;
  object-fit:cover;
}
.wh-real-gallery-item figcaption{
  padding:12px 16px 14px;
  font-size:.9rem;
  color:var(--wh-muted);
}
.wh-gallery-placeholder{
  display:grid;
  place-items:center;
  min-height:245px;
  background:#fffaf2;
  color:#a48669;
  font-weight:800;
  letter-spacing:.04em;
  text-align:center;
}
@media(max-width:980px){
  .wh-real-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:860px){
  .wh-page-hero{min-height:430px !important;}
  .wh-page-hero-content{padding:100px 0 24px !important;}
  .wh-page-hero::before{background:linear-gradient(180deg,rgba(15,12,10,.18),rgba(15,12,10,.52) 55%,rgba(15,12,10,.84)) !important;}
}
@media(max-width:560px){
  .wh-page-hero{min-height:390px !important;}
  .wh-page-hero-content{padding:92px 0 20px !important;}
  .wh-page-hero-content .wh-back-link{font-size:.72rem !important;margin-bottom:10px !important;}
  .wh-page-hero-content h1{font-size:clamp(2.05rem,13.5vw,3.75rem) !important;letter-spacing:-.045em !important;}
  .wh-page-hero-content p:not(.wh-kicker){font-size:.96rem !important;line-height:1.58 !important;}
  .wh-gallery-intro-section{padding-top:38px !important;}
  .wh-real-gallery-grid{grid-template-columns:1fr;}
  .wh-real-gallery-item,.wh-gallery-placeholder{min-height:220px;}
  .wh-real-gallery-item img{height:220px;}
}

/* 2026-05-08: desktop sub-page hero text alignment fix
   Keep hero content aligned with the general page/container rhythm instead of viewport-left. */
.wh-page-hero-content.wh-container{
  width:min(1180px,calc(100% - 32px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  text-align:left !important;
}
@media(min-width:1280px){
  .wh-page-hero-content.wh-container{
    width:min(1180px,calc(100% - 64px)) !important;
  }
}


/* 2026-05-08: category page desktop visibility fix
   Category pages were adding the wrong reveal class, so content stayed opacity:0 on desktop.
   Keep the existing animation but accept both class names for safety. */
.wh-reveal-section.wh-visible,
.wh-reveal-item.wh-visible,
.wh-reveal-section.is-visible,
.wh-reveal-item.is-visible{
  opacity:1 !important;
  transform:translate3d(0,0,0) !important;
  visibility:visible !important;
}

/* Defensive: gallery/content blocks must never be hidden on desktop due to reveal fallback. */
.wh-gallery-intro-section,
.wh-gallery-intro-section .wh-container,
.wh-real-gallery-grid{
  visibility:visible !important;
}


/* Partners marquee */
.wh-partners-section {
  padding-top: clamp(2.2rem, 4vw, 3.2rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
  background: inherit;
}
.wh-partners-head {
  text-align: center;
  margin-bottom: 1.6rem;
}
.wh-partners-head .wh-section-title {
  margin-bottom: .45rem;
}
.wh-partners-head .wh-section-desc {
  max-width: 38rem;
  margin-inline: auto;
}
.wh-partners-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 1rem 0;
}
.wh-partners-marquee::before,
.wh-partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(28px, 5vw, 88px);
  z-index: 2;
  pointer-events: none;
}
.wh-partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--wh-partner-fade, rgba(255,250,242,1)), rgba(255,250,242,0));
}
.wh-partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--wh-partner-fade, rgba(255,250,242,1)), rgba(255,250,242,0));
}
.wh-partners-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: whPartnersScroll 28s linear infinite;
}
.wh-partners-marquee:hover .wh-partners-track {
  animation-play-state: paused;
}
.wh-partner-item {
  flex: 0 0 auto;
  min-width: clamp(135px, 12vw, 180px);
  height: clamp(76px, 8vw, 94px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: .85rem 1.1rem;
  background: transparent;
}
.wh-partner-item img {
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transition: transform .25s ease;
}
.wh-partner-item:hover img {
  transform: translateY(-1px);
}
@keyframes whPartnersScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 767px) {
  .wh-partners-marquee { padding: .75rem 0; }
  .wh-partner-item { min-width: 128px; height: 72px; padding: .7rem .95rem; }
  .wh-partner-item img { max-height: 46px; }
  .wh-partners-track { animation-duration: 22s; }
}

/* Partners intro sentence */
.wh-partners-story {
  max-width: 860px;
  margin: 0 auto 1.45rem;
  text-align: center;
}
.wh-partners-story p {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.8;
  color: rgba(28, 23, 19, .96);
  font-weight: 600;
}
@media (max-width: 767px) {
  .wh-partners-story {
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .wh-partners-story p {
    font-size: .98rem;
    line-height: 1.7;
  }
}


/* Category cards clickable CTA enhancement */
.wh-image-category-card {
  cursor: pointer;
}
.wh-image-category-card:after {
  inset: 28% 0 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.75));
}
.wh-image-category-card .wh-category-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .55rem;
  padding: 0 18px 18px;
}
.wh-image-category-card .wh-category-body h3 {
  margin: 0;
}
.wh-image-category-card .wh-category-body p {
  display: block !important;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: .9rem;
  line-height: 1.5;
  max-width: 92%;
  text-shadow: 0 2px 10px rgba(0,0,0,.28);
}
.wh-image-category-card .wh-category-cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .62rem .9rem;
  border-radius: 999px;
  background: rgba(255,250,242,.96);
  color: #5a3921;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.wh-image-category-card .wh-category-cta::after {
  content: '→';
  font-size: .96rem;
  transform: translateY(-.5px);
}
.wh-image-category-card:hover .wh-category-cta {
  transform: translateY(-1px);
  background: #fff;
  color: #1c1713;
}
@media (max-width: 900px) {
  .wh-image-category-card .wh-category-body {
    padding: 0 14px 14px;
    gap: .48rem;
  }
  .wh-image-category-card .wh-category-body p {
    font-size: .84rem;
    line-height: 1.42;
    max-width: 100%;
  }
  .wh-image-category-card .wh-category-cta {
    font-size: .78rem;
    padding: .56rem .82rem;
  }
}
@media (max-width: 640px) {
  .wh-image-category-card:after {
    inset: 22% 0 0;
  }
  .wh-image-category-card .wh-category-body {
    padding: 0 10px 12px !important;
  }
  .wh-image-category-card .wh-category-body h3 {
    font-size: .94rem;
    line-height: 1.14;
  }
  .wh-image-category-card .wh-category-body p {
    font-size: .78rem;
    line-height: 1.36;
  }
  .wh-image-category-card .wh-category-cta {
    font-size: .72rem;
    padding: .5rem .72rem;
  }
}


/* Contact map and multiple phone numbers */
.wh-map-open-link {
  display: inline-flex;
  width: max-content;
  margin-top: 6px;
  color: #8b5e34;
  font-weight: 800;
  text-decoration: none;
}
.wh-map-open-link:hover {
  color: #1c1713;
  text-decoration: underline;
}
.wh-contact-info-content a + a {
  margin-top: 2px;
}

/* 2026-05-10: Premium carousel + lightbox for category detail galleries */
.wh-gallery-intro-section {
  overflow: hidden;
}
.wh-gallery-pro-shell {
  position: relative;
  margin-top: 24px;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid rgba(92, 68, 46, .11);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(139, 94, 52, .09), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, .96), rgba(255, 255, 255, .78));
  box-shadow: 0 24px 70px rgba(67, 45, 28, .08);
}
.wh-gallery-pro-shell::before,
.wh-gallery-pro-shell::after {
  content: '';
  position: absolute;
  top: 94px;
  bottom: 34px;
  z-index: 3;
  width: 70px;
  pointer-events: none;
  opacity: 1;
  transition: opacity .22s ease;
}
.wh-gallery-pro-shell::before {
  left: clamp(16px, 2.4vw, 24px);
  background: linear-gradient(90deg, rgba(255, 252, 247, .95), rgba(255, 252, 247, 0));
}
.wh-gallery-pro-shell::after {
  right: clamp(16px, 2.4vw, 24px);
  background: linear-gradient(270deg, rgba(255, 252, 247, .95), rgba(255, 252, 247, 0));
}
.wh-gallery-pro-shell.is-at-start::before,
.wh-gallery-pro-shell.is-at-end::after {
  opacity: 0;
}
.wh-gallery-pro-toolbar,
.wh-gallery-carousel-controls {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
}
.wh-gallery-pro-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.wh-gallery-pro-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  color: #4b3424;
  font-size: .98rem;
  font-weight: 950;
  letter-spacing: .01em;
}
.wh-gallery-pro-kicker::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #8b5e34;
  box-shadow: 0 0 0 6px rgba(139, 94, 52, .12);
}
.wh-gallery-pro-hint,
.wh-gallery-carousel-hint {
  color: #826b59;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.5;
}
.wh-gallery-pro-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: max-content;
}
.wh-gallery-pro-counter {
  min-width: 72px;
  padding: 9px 13px;
  border: 1px solid rgba(139, 94, 52, .15);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: #7d6550;
  font-size: .9rem;
  font-weight: 850;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.74);
}
.wh-gallery-pro-counter strong {
  color: #4b3424;
  font-size: 1.02rem;
}
.wh-gallery-carousel-buttons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.wh-gallery-arrow {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(139, 94, 52, .20);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #55371f;
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(90, 57, 33, .10);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.wh-gallery-arrow:hover,
.wh-gallery-arrow:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(85, 55, 31, .75);
  background: #55371f;
  color: #fff;
  box-shadow: 0 18px 42px rgba(90, 57, 33, .18);
  outline: none;
}
.wh-gallery-arrow:disabled {
  opacity: .38;
  cursor: not-allowed;
  transform: none;
  background: rgba(255,255,255,.75);
  color: #8a7b70;
  box-shadow: none;
}
.wh-gallery-pro-progress {
  grid-column: 1 / -1;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(139, 94, 52, .12);
}
.wh-gallery-pro-progress span {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8b5e34, #c89a63);
  transition: width .22s ease;
}
.wh-real-gallery-grid.wh-gallery-carousel {
  position: relative;
  z-index: 2;
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 20px;
  margin-inline: -4px;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 94, 52, .40) rgba(139, 94, 52, .09);
}
.wh-real-gallery-grid.wh-gallery-carousel:focus-visible {
  outline: 3px solid rgba(139, 94, 52, .22);
  outline-offset: 6px;
  border-radius: 24px;
}
.wh-real-gallery-grid.wh-gallery-carousel.is-grabbing {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}
.wh-real-gallery-grid.wh-gallery-carousel::-webkit-scrollbar {
  height: 9px;
}
.wh-real-gallery-grid.wh-gallery-carousel::-webkit-scrollbar-track {
  background: rgba(139, 94, 52, .09);
  border-radius: 999px;
}
.wh-real-gallery-grid.wh-gallery-carousel::-webkit-scrollbar-thumb {
  background: rgba(139, 94, 52, .45);
  border-radius: 999px;
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item {
  flex: 0 0 min(380px, 84vw);
  scroll-snap-align: start;
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
  border: 1px solid rgba(92, 68, 46, .13);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(67, 45, 28, .09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:hover,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-visible,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-within {
  transform: translateY(-5px);
  border-color: rgba(139, 94, 52, .36);
  box-shadow: 0 24px 60px rgba(67, 45, 28, .16);
  outline: none;
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item::before {
  content: var(--gallery-index, '01');
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  min-width: 38px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(15, 12, 10, .54);
  color: #fff;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .02em;
  backdrop-filter: blur(8px);
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item::after {
  content: 'Büyüt';
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(15, 12, 10, .64);
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .03em;
  opacity: 0;
  transform: translateY(-6px);
  backdrop-filter: blur(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:hover::after,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-visible::after,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-within::after {
  opacity: 1;
  transform: translateY(0);
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item img {
  display: block;
  width: 100%;
  height: clamp(270px, 27vw, 370px) !important;
  object-fit: cover;
  transition: transform .34s ease, filter .34s ease;
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:hover img,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-visible img,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-within img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.03);
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-gallery-placeholder {
  display: none !important;
}
.wh-real-gallery-grid.wh-gallery-carousel figcaption {
  position: relative;
  z-index: 2;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  color: #5f4b3b;
  font-weight: 850;
  line-height: 1.35;
}
.wh-lightbox-open {
  overflow: hidden !important;
}
.wh-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 42px);
  background:
    radial-gradient(circle at 15% 0%, rgba(139, 94, 52, .26), transparent 34%),
    rgba(8, 6, 4, .90);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}
.wh-gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wh-gallery-lightbox-panel {
  position: relative;
  width: min(1180px, 100%);
  max-height: 92vh;
  display: grid;
  gap: 12px;
}
.wh-gallery-lightbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wh-gallery-lightbox-count,
.wh-gallery-lightbox-caption {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.9);
  font-weight: 850;
  backdrop-filter: blur(10px);
}
.wh-gallery-lightbox-count {
  font-size: .92rem;
}
.wh-gallery-lightbox-image-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: #111;
  box-shadow: 0 34px 100px rgba(0,0,0,.44);
}
.wh-gallery-lightbox img {
  display: block;
  width: 100%;
  max-height: min(74vh, 780px);
  object-fit: contain;
  background: #111;
  opacity: .08;
  transform: scale(.985);
  transition: opacity .18s ease, transform .22s ease;
}
.wh-gallery-lightbox img.is-loaded {
  opacity: 1;
  transform: scale(1);
}
.wh-gallery-lightbox-caption {
  width: max-content;
  max-width: 100%;
  justify-content: center;
  justify-self: center;
  text-align: center;
}
.wh-lightbox-button {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.13);
  color: #fff;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.wh-lightbox-button:hover,
.wh-lightbox-button:focus-visible {
  background: rgba(255,255,255,.24);
  border-color: rgba(255,255,255,.36);
  transform: scale(1.04);
  outline: none;
}
.wh-lightbox-close {
  position: relative;
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}
.wh-lightbox-prev,
.wh-lightbox-next {
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  font-size: 2.45rem;
  line-height: 1;
}
.wh-lightbox-prev { left: 16px; }
.wh-lightbox-next { right: 16px; }
.wh-gallery-lightbox-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: center;
  padding: 4px 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.34) rgba(255,255,255,.10);
}
.wh-gallery-thumb {
  flex: 0 0 72px;
  height: 54px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  opacity: .58;
  transition: opacity .18s ease, border-color .18s ease, transform .18s ease;
}
.wh-gallery-thumb:hover,
.wh-gallery-thumb:focus-visible,
.wh-gallery-thumb.is-active {
  opacity: 1;
  border-color: rgba(255,255,255,.82);
  transform: translateY(-2px);
  outline: none;
}
.wh-gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 1120px) {
  .wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item {
    flex-basis: calc((100% - 36px) / 3);
  }
}
@media (max-width: 760px) {
  .wh-gallery-pro-shell {
    padding: 14px;
    border-radius: 24px;
  }
  .wh-gallery-pro-shell::before,
  .wh-gallery-pro-shell::after {
    display: none;
  }
  .wh-gallery-pro-toolbar,
  .wh-gallery-carousel-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
  }
  .wh-gallery-pro-kicker,
  .wh-gallery-pro-hint,
  .wh-gallery-carousel-hint {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .wh-gallery-pro-actions {
    width: 100%;
    justify-content: space-between;
  }
  .wh-gallery-carousel-buttons {
    gap: 8px;
  }
  .wh-gallery-arrow {
    width: 46px;
    height: 42px;
  }
  .wh-real-gallery-grid.wh-gallery-carousel {
    gap: 14px !important;
    padding-bottom: 16px;
  }
  .wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item {
    flex-basis: 84vw;
    border-radius: 20px;
  }
  .wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item img {
    height: clamp(240px, 62vw, 330px) !important;
  }
  .wh-real-gallery-grid.wh-gallery-carousel figcaption {
    min-height: 54px;
    padding: 14px 15px;
    font-size: .94rem;
  }
  .wh-gallery-lightbox {
    padding: 12px;
  }
  .wh-gallery-lightbox-panel {
    max-height: 94vh;
    gap: 10px;
  }
  .wh-gallery-lightbox-image-wrap {
    border-radius: 20px;
  }
  .wh-gallery-lightbox img {
    max-height: 66vh;
  }
  .wh-lightbox-prev,
  .wh-lightbox-next {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }
  .wh-lightbox-prev { left: 10px; }
  .wh-lightbox-next { right: 10px; }
  .wh-lightbox-close {
    width: 44px;
    height: 44px;
  }
  .wh-gallery-lightbox-caption {
    width: 100%;
    border-radius: 18px;
    line-height: 1.35;
  }
  .wh-gallery-lightbox-thumbs {
    justify-content: flex-start;
  }
  .wh-gallery-thumb {
    flex-basis: 62px;
    height: 46px;
    border-radius: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wh-gallery-arrow,
  .wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item,
  .wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item img,
  .wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item::after,
  .wh-gallery-lightbox,
  .wh-gallery-lightbox img,
  .wh-gallery-thumb,
  .wh-gallery-pro-progress span {
    transition: none !important;
  }
  .wh-real-gallery-grid.wh-gallery-carousel {
    scroll-behavior: auto;
  }
}


/* 2026-05-10: Lighter modern gallery skin - removes heavy dark/old look */
.wh-gallery-pro-shell {
  padding: clamp(14px, 2.2vw, 22px);
  border: 1px solid rgba(19, 83, 126, .11);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,252,255,.96));
  box-shadow: 0 18px 48px rgba(20, 60, 92, .075);
}
.wh-gallery-pro-shell::before {
  background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,0));
}
.wh-gallery-pro-shell::after {
  background: linear-gradient(270deg, rgba(255,255,255,.98), rgba(255,255,255,0));
}
.wh-gallery-pro-kicker {
  color: #173d5c;
  font-size: .95rem;
  letter-spacing: .015em;
}
.wh-gallery-pro-kicker::before {
  background: #1f6f9f;
  box-shadow: 0 0 0 6px rgba(31, 111, 159, .10);
}
.wh-gallery-pro-hint,
.wh-gallery-carousel-hint {
  color: #647789;
  font-weight: 700;
}
.wh-gallery-pro-counter {
  border-color: rgba(31, 111, 159, .14);
  background: #f6fbff;
  color: #607789;
  box-shadow: none;
}
.wh-gallery-pro-counter strong {
  color: #173d5c;
}
.wh-gallery-arrow {
  border-color: rgba(31, 111, 159, .18);
  background: #fff;
  color: #1f6f9f;
  box-shadow: 0 10px 22px rgba(18, 70, 106, .10);
}
.wh-gallery-arrow:hover,
.wh-gallery-arrow:focus-visible {
  border-color: rgba(31, 111, 159, .55);
  background: #1f6f9f;
  color: #fff;
  box-shadow: 0 14px 32px rgba(31, 111, 159, .18);
}
.wh-gallery-arrow:disabled {
  background: #f5f8fb;
  color: #a2b0bc;
}
.wh-gallery-pro-progress {
  height: 4px;
  background: rgba(31, 111, 159, .10);
}
.wh-gallery-pro-progress span {
  background: linear-gradient(90deg, #1f6f9f, #67aee0);
}
.wh-real-gallery-grid.wh-gallery-carousel {
  scrollbar-color: rgba(31, 111, 159, .35) rgba(31, 111, 159, .07);
}
.wh-real-gallery-grid.wh-gallery-carousel:focus-visible {
  outline-color: rgba(31, 111, 159, .24);
}
.wh-real-gallery-grid.wh-gallery-carousel::-webkit-scrollbar-track {
  background: rgba(31, 111, 159, .07);
}
.wh-real-gallery-grid.wh-gallery-carousel::-webkit-scrollbar-thumb {
  background: rgba(31, 111, 159, .38);
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item {
  border-color: rgba(19, 83, 126, .10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 60, 92, .08);
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:hover,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-visible,
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item:focus-within {
  border-color: rgba(31, 111, 159, .28);
  box-shadow: 0 20px 48px rgba(20, 60, 92, .13);
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item::before {
  border: 1px solid rgba(31, 111, 159, .16);
  background: rgba(255,255,255,.92);
  color: #1f6f9f;
  box-shadow: 0 8px 20px rgba(20, 60, 92, .12);
}
.wh-real-gallery-grid.wh-gallery-carousel .wh-real-gallery-item::after {
  content: 'İncele';
  border: 1px solid rgba(31, 111, 159, .14);
  background: rgba(255,255,255,.94);
  color: #173d5c;
  box-shadow: 0 8px 20px rgba(20, 60, 92, .12);
}
.wh-real-gallery-grid.wh-gallery-carousel figcaption {
  background: #fff;
  color: #2d4254;
  border-top: 1px solid rgba(19, 83, 126, .08);
}
.wh-gallery-lightbox {
  background:
    radial-gradient(circle at 15% 0%, rgba(103, 174, 224, .18), transparent 34%),
    rgba(245, 249, 253, .88);
  backdrop-filter: blur(16px);
}
.wh-gallery-lightbox-panel {
  padding: clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(19, 83, 126, .10);
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 28px 90px rgba(20, 60, 92, .18);
}
.wh-gallery-lightbox-topbar {
  padding-inline: 2px;
}
.wh-gallery-lightbox-count,
.wh-gallery-lightbox-caption {
  border-color: rgba(31, 111, 159, .12);
  background: #f6fbff;
  color: #25465f;
  box-shadow: none;
}
.wh-gallery-lightbox-image-wrap {
  border-color: rgba(19, 83, 126, .10);
  background: #fff;
  box-shadow: 0 18px 56px rgba(20, 60, 92, .12);
}
.wh-gallery-lightbox img {
  background: #fff;
}
.wh-lightbox-button {
  border-color: rgba(31, 111, 159, .18);
  background: rgba(255,255,255,.94);
  color: #1f6f9f;
  box-shadow: 0 10px 26px rgba(20, 60, 92, .14);
}
.wh-lightbox-button:hover,
.wh-lightbox-button:focus-visible {
  background: #1f6f9f;
  border-color: #1f6f9f;
  color: #fff;
}
.wh-gallery-lightbox-thumbs {
  scrollbar-color: rgba(31, 111, 159, .34) rgba(31, 111, 159, .08);
}
.wh-gallery-thumb {
  border-color: rgba(31, 111, 159, .13);
  background: #fff;
  opacity: .62;
  box-shadow: 0 8px 18px rgba(20, 60, 92, .08);
}
.wh-gallery-thumb:hover,
.wh-gallery-thumb:focus-visible,
.wh-gallery-thumb.is-active {
  border-color: rgba(31, 111, 159, .82);
  opacity: 1;
}
@media (max-width: 760px) {
  .wh-gallery-pro-shell {
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(20, 60, 92, .075);
  }
  .wh-gallery-lightbox-panel {
    border-radius: 22px;
  }
}
