:root{--font-family:var(--font-family)}.hero-wrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;height:100vh;padding:8rem 4rem 3rem;background-color:var(--ortadogu-cream);position:sticky;top:0;z-index:1;overflow:hidden}.hero-dimmer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,1.2);pointer-events:none;transition:opacity .1s ease-out;z-index:2}.hero-top-wrap{margin-bottom:6rem;gap:4rem}.hero-head,.hero-top-wrap{display:flex;justify-content:center;align-items:center;width:100%}.hero-head{flex:1;gap:2rem;position:relative}.hero-title{font-size:clamp(5rem,10vw,12rem);font-weight:900;line-height:.85;letter-spacing:-.04em;margin:0;color:var(--ortadogu-text-color);text-align:center;width:100%}.title-line-wrapper{overflow:hidden;line-height:1;padding-top:.1em;margin-top:-.1em;padding-bottom:.2em;margin-bottom:-.2em;display:flex;justify-content:center}.title-line{display:block;transform:translateY(110%);animation:slideUpReveal 1.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUpReveal{0%{transform:translateY(110%)}to{transform:translateY(0)}}.hero-content{display:flex;justify-content:center;align-items:flex-end;gap:2rem;z-index:3}.hero-text{position:absolute;flex:1;max-width:800px;text-align:center}.hero-subtitle{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:300;line-height:1.2;margin:0;color:var(--ortadogu-text-color);letter-spacing:-.01em}.subtitle-line-wrapper{overflow:hidden;display:block;line-height:1.4}.subtitle-line{display:block;transform:translateY(110%);animation:slideUpReveal 1.2s cubic-bezier(.16,1,.3,1) forwards}@media (max-width:1200px){.hero-wrapper{padding:8rem 4rem 3rem}.hero-top-wrap{margin-bottom:4rem}}@media (max-width:1024px){.hero-wrapper{position:relative;top:auto;height:auto;min-height:100vh;padding:4rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.hero-dimmer{display:none!important}.hero-top-wrap{width:100%;margin:0;justify-content:center}.hero-head{flex-direction:column;align-items:center;width:100%}.hero-title{text-align:center;width:100%;margin:0 0 1.5rem;text-transform:uppercase}.hero-content{display:flex;justify-content:center;align-items:center;margin:0}.hero-content,.hero-text{width:100%;position:relative}.hero-text{top:auto;left:auto;right:auto;bottom:auto;max-width:100%;text-align:center;margin-top:1rem}.hero-subtitle{text-align:center;width:100%}}@media (max-width:768px){.hero-wrapper{padding:8rem 1.5rem 3rem}.hero-title{font-size:clamp(3rem,13vw,5rem);overflow-wrap:break-word;word-wrap:break-word}}