/* FANOTA Tur 46 — yönetilebilir ana sayfa mimarisi */
.fhl-shell{width:min(1440px,100%);margin:0 auto;padding-left:clamp(24px,4vw,64px);padding-right:clamp(24px,4vw,64px)}
.fhl-hero{position:relative;isolation:isolate;overflow:hidden;min-height:min(760px,82vh);display:flex;align-items:center;background:var(--fan-bg,#0b0c09);color:var(--fan-text,#f4efe5);border-bottom:1px solid color-mix(in srgb,var(--fan-gold,#d8b889) 20%,transparent)}
.fhl-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 70% 30%,color-mix(in srgb,var(--fan-gold,#d8b889) 20%,transparent),transparent 38%),linear-gradient(140deg,rgba(255,255,255,.035),transparent 52%)}
.fhl-hero.fhl-theme-light{background:#eee9de;color:#181814}.fhl-hero.fhl-theme-light:before{background:radial-gradient(circle at 72% 25%,rgba(183,142,93,.24),transparent 38%),linear-gradient(140deg,rgba(255,255,255,.75),transparent 58%)}
.fhl-hero .fhl-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);gap:clamp(36px,7vw,110px);align-items:center;padding-top:clamp(64px,8vw,116px);padding-bottom:clamp(64px,8vw,116px)}
.fhl-hero.image-left .fhl-hero-copy{order:2}.fhl-hero.image-left .fhl-hero-visual{order:1}
.fhl-eyebrow{font:600 11px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.22em;color:var(--fan-gold,#d8b889);margin-bottom:18px}
.fhl-hero h1{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-weight:400;font-size:clamp(54px,7.4vw,112px);line-height:.86;letter-spacing:-.045em;max-width:900px}.fhl-hero h1 em{display:block;font-weight:400;color:var(--fan-gold,#d8b889)}
.fhl-hero-copy>p{font-size:clamp(16px,1.45vw,21px);line-height:1.65;max-width:700px;margin:28px 0 0;color:color-mix(in srgb,currentColor 73%,transparent)}
.fhl-hero-visual{position:relative;min-height:460px;display:grid;place-items:center}.fhl-hero-visual img{display:block;width:100%;height:min(650px,68vh);object-fit:contain;filter:drop-shadow(0 35px 45px rgba(0,0,0,.34))}.fhl-hero-visual.placeholder{border:1px solid color-mix(in srgb,var(--fan-gold,#d8b889) 22%,transparent);background:linear-gradient(135deg,rgba(255,255,255,.02),rgba(216,184,137,.08))}.fhl-hero-visual.placeholder span{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(60px,10vw,150px);opacity:.18}
.fhl-hero-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:24px}.fhl-hero-price{font-family:"Cormorant Garamond",Georgia,serif;font-size:34px}.fhl-hero-stock{padding:7px 11px;border:1px solid currentColor;border-radius:999px;font-size:12px;opacity:.78}.fhl-hero-stock.in{color:#85d49c}.fhl-hero-stock.out{color:#e49a8d}
.fhl-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.fhl-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 24px;border-radius:999px;background:var(--fan-gold,#d8b889);color:#17130d!important;text-decoration:none!important;font-weight:750;font-size:14px;transition:transform .2s ease,opacity .2s ease}.fhl-button:hover{transform:translateY(-2px)}.fhl-button.secondary{background:transparent;color:inherit!important;border:1px solid color-mix(in srgb,currentColor 35%,transparent)}
.fhl-custom{padding:clamp(54px,8vw,118px) 0;color:var(--fan-text,#f4efe5);background:var(--fan-bg,#0b0c09)}.fhl-custom.background-alt{background:var(--fan-bg-2,#11120e)}.fhl-custom.background-accent{background:color-mix(in srgb,var(--fan-gold,#d8b889) 14%,var(--fan-bg,#0b0c09))}
.fhl-custom .fhl-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);align-items:center;gap:clamp(30px,6vw,90px)}.fhl-custom.image-left .fhl-custom-copy{order:2}.fhl-custom.image-left .fhl-custom-image{order:1}.fhl-custom-copy h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(42px,5vw,76px);font-weight:400;line-height:.96;letter-spacing:-.035em;margin:0}.fhl-custom-copy>p{color:var(--fan-muted,#aaa69a);font-size:17px;line-height:1.75;margin:22px 0 0}.fhl-custom-image img{display:block;width:100%;max-height:600px;object-fit:cover;border-radius:var(--fan-radius-lg,24px)}
.fhl-custom-centered .fhl-shell{display:block;text-align:center;max-width:980px}.fhl-custom-centered .fhl-custom-copy>p{max-width:760px;margin-left:auto;margin-right:auto}.fhl-custom-centered .fhl-actions{justify-content:center}.fhl-custom-centered .fhl-custom-image{margin-top:36px}.fhl-custom-band{padding:28px 0}.fhl-custom-band .fhl-shell{grid-template-columns:minmax(0,1fr) auto}.fhl-custom-band .fhl-custom-image{display:none}.fhl-custom-band .fhl-custom-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}.fhl-custom-band .fhl-custom-copy h2{font-size:clamp(28px,3vw,42px)}.fhl-custom-band .fhl-custom-copy>p{margin:8px 0 0}.fhl-custom-band .fhl-actions{margin:0}
@media(max-width:900px){.fhl-hero{min-height:auto}.fhl-hero .fhl-shell,.fhl-custom .fhl-shell{grid-template-columns:1fr}.fhl-hero.image-left .fhl-hero-copy,.fhl-custom.image-left .fhl-custom-copy{order:1}.fhl-hero.image-left .fhl-hero-visual,.fhl-custom.image-left .fhl-custom-image{order:2}.fhl-hero-visual{min-height:280px}.fhl-hero-visual img{height:min(440px,54vh)}.fhl-custom-band .fhl-shell,.fhl-custom-band .fhl-custom-copy{display:block}.fhl-custom-band .fhl-actions{margin-top:20px}}
@media(max-width:540px){.fhl-hero h1{font-size:52px}.fhl-hero .fhl-shell{padding-top:54px;padding-bottom:54px}.fhl-actions{display:grid}.fhl-button{width:100%}.fhl-custom{padding:58px 0}}

/* Tur 47 — Çoklu hero sahneleri, video ve zamanlanmış kampanyalar */
.fhl-hero-slider{position:relative;overflow:hidden}.fhl-hero-slider.height-compact .fhl-hero-slide{min-height:520px}.fhl-hero-slider.height-large .fhl-hero-slide{min-height:680px}.fhl-hero-slider.height-full .fhl-hero-slide{min-height:min(900px,calc(100vh - 80px))}.fhl-slider-track{position:relative}.fhl-hero-slide{display:none;position:relative;align-items:center;animation:fhlFade .45s ease}.fhl-hero-slide.active{display:flex}.fhl-hero-slide .fhl-shell{width:100%}.fhl-hero-visual.fhl-video{overflow:hidden}.fhl-hero-visual.fhl-video video{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.fhl-slider-arrow{position:absolute;top:50%;z-index:4;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(10,10,8,.48);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;backdrop-filter:blur(10px);cursor:pointer}.fhl-slider-arrow:hover{background:rgba(10,10,8,.72)}.fhl-slider-arrow.prev{left:22px}.fhl-slider-arrow.next{right:22px}.fhl-slider-dots{position:absolute;z-index:5;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:9px}.fhl-slider-dots button{width:10px;height:10px;border-radius:999px;padding:0;border:0;background:rgba(255,255,255,.42);cursor:pointer;transition:width .2s ease,background .2s ease}.fhl-slider-dots button.active{width:30px;background:#d8b889}@keyframes fhlFade{from{opacity:.2;transform:translateX(8px)}to{opacity:1;transform:none}}
@media(max-width:768px){.fhl-hero-slider.height-compact .fhl-hero-slide,.fhl-hero-slider.height-large .fhl-hero-slide,.fhl-hero-slider.height-full .fhl-hero-slide{min-height:620px}.fhl-slider-arrow{width:38px;height:38px;font-size:24px}.fhl-slider-arrow.prev{left:10px}.fhl-slider-arrow.next{right:10px}.fhl-slider-dots{bottom:14px}.fhl-hero-visual.fhl-video video{min-height:260px}}
@media(prefers-reduced-motion:reduce){.fhl-hero-slide{animation:none}.fhl-slider-dots button{transition:none}}
