.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 4rem;background:transparent;position:relative;overflow:visible}.hero-content{text-align:center;max-width:900px;z-index:2;position:relative}.hero-title{font-family:var(--font-serif);font-size:clamp(2.8rem,6.5vw,5rem);font-weight:300;line-height:1.05;margin-bottom:1.5rem;color:var(--color-bg-dark);overflow:hidden;text-shadow:0 2px 20px rgba(248,247,244,.5)}.hero-title .line{display:block;overflow:hidden;padding-bottom:.1em;margin-bottom:-.1em}.hero-title .line-inner{display:block;will-change:transform,opacity}.hero-subtitle{font-size:.7rem;letter-spacing:.2em;color:#5a4f3f;margin-bottom:2.5rem;font-weight:400;text-transform:uppercase}.hero-cta-group{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1rem}.hero-link{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);text-decoration:none;font-weight:500;transition:color .3s}.hero-link:hover{color:var(--color-accent)}.hero-button{display:inline-block;padding:1rem 2rem;background:var(--color-bg-dark);color:var(--color-text-light);border-radius:100px;font-size:.75rem;font-weight:500;letter-spacing:.05em;transition:all .4s var(--transition-smooth);position:relative;overflow:hidden;will-change:transform}.hero-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-text-light);transform:translateY(100%);transition:transform .4s var(--transition-smooth);z-index:-1}.hero-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003;color:var(--color-bg-dark)}.hero-button:hover:before{transform:translateY(0)}.hero-scroll-indicator{position:absolute;bottom:-5%;left:2%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;text-decoration:none;cursor:pointer;z-index:10;padding-bottom:2rem;overflow:hidden}.scroll-text{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1.5rem;writing-mode:vertical-lr;transform:rotate(180deg);transition:color .4s var(--transition-smooth)}.hero-scroll-indicator:hover .scroll-text{color:var(--color-text)}.scroll-line-container{width:1px;height:70px;background-color:#22201f26;position:relative;overflow:hidden}.scroll-line{width:100%;height:100%;background-color:var(--color-text);position:absolute;top:0;left:0;transform-origin:top}@media(max-width:768px){.hero{padding:5rem 1.5rem 3rem;min-height:100dvh}.hero-title .line-inner,.hero-button{will-change:auto}.hero-title{font-size:clamp(2.2rem,8vw,3.5rem)}.hero-cta-group{gap:1.25rem}.hero-subtitle{letter-spacing:.12em;margin-bottom:2rem}}@media(max-width:480px){.hero{padding:4.5rem 1.2rem 3rem}.hero-title{font-size:clamp(2rem,9vw,3rem);margin-bottom:1rem}.hero-subtitle{font-size:.65rem;letter-spacing:.1em;margin-bottom:1.8rem}.hero-cta-group{flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem}.hero-button{padding:.95rem 2rem;font-size:.75rem}.hero-link{font-size:.72rem}}
