/* Hero */
.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: min(900px,calc(100svh - 88px));
    width: 100%;
    min-height: 760px;
    overflow: hidden;
    color: #f7f0e6;
    background: #120e0b;
}
.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.hero-background-image {
    position: absolute;
    inset: -2%;
    background-image: url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=2400&q=85");
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
    animation: hero-image-reveal 1.8s cubic-bezier(.22,1,.36,1) both;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(8,6,5,.94) 0%,rgba(8,6,5,.82) 28%,rgba(8,6,5,.48) 58%,rgba(8,6,5,.35) 100%),linear-gradient(0deg,rgba(8,6,5,.75) 0%,transparent 35%,rgba(8,6,5,.3) 100%);
}
.hero-glow {
    position: absolute;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .13;
    pointer-events: none;
}
.hero-glow-left {
    top: 10%;
    left: -18rem;
    background: #d17b35;
}
.hero-glow-right {
    right: -20rem;
    bottom: -20rem;
    background: #9c4d20;
}
.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(100%,1500px);
    min-height: inherit;
    margin: 0 auto;
    padding: 7rem 5rem;
    box-sizing: border-box;
}
.hero-content {
    width: min(100%,760px);
    animation: hero-content-reveal 1.2s .15s cubic-bezier(.22,1,.36,1) both;
}
.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    margin-bottom: 1.75rem;
    color: #d9a66d;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.hero-eyebrow-line {
    display: block;
    width: 42px;
    height: 1px;
    background: currentColor;
    opacity: .7;
}
.hero-title {
    max-width: 850px;
    margin: 0;
    font-family: Georgia,"Times New Roman",serif;
    font-size: clamp(4.2rem,8vw,8.5rem);
    font-weight: 400;
    line-height: .88;
    letter-spacing: -.055em;
    text-wrap: balance;
}
.hero-title span {
    display: block;
    margin-left: clamp(1rem,6vw,6rem);
    color: #d29a5e;
    font-style: italic;
}
.hero-description {
    max-width: 560px;
    margin: 2rem 0 0;
    color: rgba(247,240,230,.76);
    font-size: clamp(.95rem,1.4vw,1.12rem);
    line-height: 1.8;
}
.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2.25rem;
}
.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    min-height: 54px;
    padding: .9rem 1.35rem;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 280ms cubic-bezier(.22,1,.36,1),background 280ms ease,color 280ms ease,border-color 280ms ease;
}
.hero-button-primary {
    color: #17110c;
    background: #d29a5e;
    border-color: #d29a5e;
}
.hero-button-primary:hover {
    color: #f7f0e6;
    background: transparent;
    transform: translateY(-3px);
}
.hero-button-primary i {
    transition: transform 280ms cubic-bezier(.22,1,.36,1);
}
.hero-button-primary:hover i {
    transform: translateX(4px);
}
.hero-button-secondary {
    color: #f7f0e6;
    background: rgba(255,255,255,.04);
    border-color: rgba(247,240,230,.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hero-button-secondary:hover {
    color: #17110c;
    background: #f7f0e6;
    border-color: #f7f0e6;
    transform: translateY(-3px);
}
.hero-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    color: rgba(247,240,230,.62);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}
.hero-meta-item i {
    color: #d29a5e;
    font-size: .78rem;
}
.hero-meta-divider {
    width: 1px;
    height: 16px;
    background: rgba(247,240,230,.25);
}
.hero-scroll-indicator {
    position: absolute;
    right: 3.5rem;
    bottom: 2.5rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
    color: rgba(247,240,230,.55);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    animation: hero-scroll-fade 2s 1.5s ease both;
}
.hero-scroll-line {
    position: relative;
    width: 1px;
    height: 65px;
    overflow: hidden;
    background: rgba(247,240,230,.2);
}
.hero-scroll-line span {
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 50%;
    background: #d29a5e;
    animation: hero-scroll-line 2.2s 1.8s ease-in-out infinite;
}
.hero-corner-mark {
    position: absolute;
    z-index: 3;
    width: 45px;
    height: 45px;
    opacity: .55;
}
.hero-corner-mark-left {
    bottom: 2rem;
    left: 2rem;
}
.hero-corner-mark-right {
    top: 2rem;
    right: 2rem;
}
.hero-corner-mark span:first-child {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(210,154,94,.6);
}
.hero-corner-mark span:last-child {
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(210,154,94,.6);
}
.hero-corner-mark-left span:first-child {
    bottom: 0;
    left: 0;
}
.hero-corner-mark-left span:last-child {
    bottom: 0;
    left: 0;
}
.hero-corner-mark-right span:first-child {
    top: 0;
    right: 0;
}
.hero-corner-mark-right span:last-child {
    top: 0;
    right: 0;
}
@keyframes hero-image-reveal {
    from {
        opacity: 0;
        transform: scale(1.12);
    }
    to {
        opacity: 1;
        transform: scale(1.03);
    }
}
@keyframes hero-content-reveal {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes hero-scroll-fade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes hero-scroll-line {
    0% {
        top: -60%;
    }
    55%,100% {
        top: 110%;
    }
}
@media (max-width: 1100px) {
    .hero-container {
        padding: 6rem 3rem;
    }
    .hero-scroll-indicator {
        right: 1.75rem;
    }
}
@media (max-width: 760px) {
    .hero-section {
        min-height: calc(100svh - 76px);
        min-height: 680px;
    }
    .hero-background-image {
        background-position: 62% center;
    }
    .hero-overlay {
        background: linear-gradient(90deg,rgba(8,6,5,.91) 0%,rgba(8,6,5,.72) 65%,rgba(8,6,5,.5) 100%),linear-gradient(0deg,rgba(8,6,5,.78),transparent 50%);
    }
    .hero-container {
        align-items: flex-end;
        padding: 5rem 1.5rem 6.5rem;
    }
    .hero-eyebrow {
        gap: .65rem;
        margin-bottom: 1.35rem;
        font-size: .58rem;
        letter-spacing: .16em;
    }
    .hero-eyebrow-line {
        width: 25px;
    }
    .hero-title {
        font-size: clamp(3.5rem,16vw,6rem);
        line-height: .9;
    }
    .hero-title span {
        margin-left: 1.25rem;
    }
    .hero-description {
        max-width: 470px;
        margin-top: 1.5rem;
        font-size: .92rem;
        line-height: 1.7;
    }
    .hero-actions {
        margin-top: 1.75rem;
    }
    .hero-button {
        min-height: 50px;
        padding-inline: 1.1rem;
        font-size: .64rem;
    }
    .hero-meta {
        flex-wrap: wrap;
        gap: .7rem;
        margin-top: 2rem;
        font-size: .56rem;
    }
    .hero-scroll-indicator {
        display: none;
    }
    .hero-corner-mark {
        width: 30px;
        height: 30px;
    }
    .hero-corner-mark-left {
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .hero-corner-mark-right {
        top: 1.25rem;
        right: 1.25rem;
    }
}
@media (max-width: 480px) {
    .hero-section {
        min-height: 650px;
    }
    .hero-container {
        padding: 4rem 1.1rem 5.5rem;
    }
    .hero-title {
        font-size: clamp(3.15rem,16vw,4.5rem);
    }
    .hero-title span {
        margin-left: .6rem;
    }
    .hero-description {
        font-size: .86rem;
    }
    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }
    .hero-button {
        width: 100%;
    }
    .hero-meta-divider {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-background-image,.hero-content,.hero-scroll-indicator,.hero-scroll-line span {
        animation: none;
    }
}