.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    color: var(--milk);
    background: var(--black);
    overflow: hidden;
}

.hero__media,
.hero__image {
    position: absolute;
    inset: 0;
}

.hero__media {
    overflow: hidden;
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    will-change: transform;
}

.hero__image--placeholder {
    background:
        radial-gradient(ellipse at 30% 20%, rgba(122, 46, 42, 0.35), transparent 50%),
        linear-gradient(160deg, #1a1614 0%, #0c0b0a 42%, #241714 100%);
}

.hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 9, 8, 0.82) 0%, rgba(10, 9, 8, 0.42) 48%, rgba(10, 9, 8, 0.28) 100%),
        linear-gradient(180deg, rgba(10, 9, 8, 0.2) 0%, rgba(10, 9, 8, 0.72) 100%);
}

.hero__grain {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 360px);
    gap: 56px;
    align-items: end;
    padding: calc(var(--header) + 48px) 0 72px;
}

.hero__copy,
.hero__stage {
    min-width: 0;
}

.hero__title {
    font-family: var(--font-serif);
    font-size: clamp(2.6rem, 6vw, 5.1rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.04em;
    max-width: 11ch;
}

.hero__lead {
    margin-top: 24px;
    max-width: 34rem;
    color: var(--milk-dim);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.tg-phone {
    width: min(100%, 340px);
    margin-left: auto;
}

.tg-phone__bezel {
    background: linear-gradient(180deg, #2a2724, #161412);
    border: 1px solid rgba(246, 241, 234, 0.14);
    border-radius: 28px;
    padding: 12px 10px 14px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.tg-phone__notch {
    width: 92px;
    height: 8px;
    margin: 0 auto 10px;
    border-radius: 99px;
    background: #0b0a09;
}

.tg-chat {
    background: #ece6dc;
    color: var(--graphite);
    border-radius: 18px;
    overflow: hidden;
}

.tg-chat--compact {
    background: rgba(246, 241, 234, 0.94);
}

.tg-chat__bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #d9d0c4;
}

.tg-chat__back {
    width: 8px;
    height: 8px;
    border-left: 1.5px solid var(--graphite);
    border-bottom: 1.5px solid var(--graphite);
    transform: rotate(45deg);
}

.tg-chat__name {
    font-size: 14px;
    font-weight: 600;
}

.tg-chat__status {
    font-size: 11px;
    color: var(--ink-soft);
}

.tg-chat__body {
    padding: 14px;
    display: grid;
    gap: 10px;
}

.tg-day {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.tg-bubble {
    max-width: 88%;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.4;
}

.tg-bubble--in {
    background: #fff;
    justify-self: start;
}

.tg-bubble--out {
    background: #dce8d8;
    justify-self: end;
}

.tg-event {
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    border: 1px solid rgba(44, 42, 40, 0.08);
}

.tg-event__kicker,
.tg-card__label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--burgundy);
}

.tg-event__title {
    margin: 8px 0 6px;
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 500;
}

.tg-event__time,
.tg-card__time {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 12px;
}

.tg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 99px;
    border: 1px solid rgba(122, 46, 42, 0.28);
    color: var(--burgundy);
    font-size: 13px;
    background: transparent;
}

.tg-btn--wide {
    width: 100%;
}

.tg-btn--solid {
    background: var(--burgundy);
    color: var(--milk);
    border-color: var(--burgundy);
}

.tg-stack {
    display: grid;
    gap: 12px;
    width: min(100%, 320px);
}

.tg-card {
    background: rgba(246, 241, 234, 0.94);
    color: var(--graphite);
    padding: 22px 24px 8px;
    border-radius: 4px;
}
