 #hero {position: relative;min-height: 100svh;display: grid;grid-template-columns: 1fr;overflow: hidden;}.cs-hero-bg {position: absolute;inset: 0;z-index: 0;}.cs-hero-bg img {width: 100%;height: 100%;object-fit: cover;object-position: center;}.cs-hero-bg::after {content: '';position: absolute;inset: 0;background: linear-gradient(135deg, rgba(26, 20, 10, 0.72) 0%, rgba(26, 20, 10, 0.42) 55%, rgba(26, 20, 10, 0.18) 100%);}.cs-hero-content {position: relative;z-index: 1;display: flex;flex-direction: column;justify-content: flex-end;padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 6rem);}.cs-hero-tag {display: inline-block;font-size: 0.625rem;font-weight: 500;letter-spacing: 0.25em;text-transform: uppercase;color: var(--cs-accent-light);border: 1px solid rgba(176, 141, 87, 0.45);padding: 0.35rem 0.85rem;margin-bottom: 1.75rem;width: fit-content;}.cs-hero-title {font-family: var(--cs-font-display);font-size: clamp(2.8rem, 7vw, 6.25rem);font-weight: 300;line-height: 1.04;letter-spacing: -0.02em;color: var(--cs-white);max-width: 14ch;margin-bottom: 1.5rem;}.cs-hero-title em {font-style: italic;color: var(--cs-accent-light);}.cs-hero-sub {font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);font-weight: 300;color: rgba(255, 255, 255, 0.78);max-width: 46ch;line-height: 1.7;margin-bottom: 2.5rem;}.cs-hero-actions {display: flex;flex-wrap: wrap;gap: 1rem;align-items: center;}.cs-hero-scroll {position: absolute;bottom: 2rem;right: 2.5rem;z-index: 2;display: flex;flex-direction: column;align-items: center;gap: 0.5rem;text-decoration: none;}.cs-hero-scroll span {font-size: 0.5625rem;letter-spacing: 0.2em;text-transform: uppercase;color: rgba(255, 255, 255, 0.5);writing-mode: vertical-rl;}.cs-hero-scroll-line {width: 1px;height: 3.5rem;background: linear-gradient(to bottom, rgba(176, 141, 87, 0.8), transparent);animation: scrollPulse 2s ease-in-out infinite;}@keyframes scrollPulse {0%, 100% {opacity: 0.4;transform: scaleY(1);}50% {opacity: 1;transform: scaleY(1.1);}}