:root {
    --bg: #050505;
    --panel: #11100f;
    --panel2: #171513;
    --text: #f7efe0;
    --muted: #b8aea0;
    --gold: #d6a957;
    --gold2: #ffdf9b;
    --line: rgba(214, 169, 87, .28);
    --radius: 18px;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Inter', Arial, sans-serif;
    --script: 'Great Vibes', cursive
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: radial-gradient(circle at 70% 10%, rgba(136, 93, 38, .22), transparent 25%), linear-gradient(180deg, #070707 0%, #050505 48%, #080706 100%);
    color: var(--text);
    font-family: var(--sans);
    overflow-x: hidden
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
    z-index: 20
}

.orb {
    position: fixed;
    border: 1px solid rgba(214, 169, 87, .16);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(.2px);
    opacity: .65
}

.orb-left {
    width: 480px;
    height: 480px;
    left: -260px;
    top: 170px
}

.orb-right {
    width: 430px;
    height: 430px;
    right: 16%;
    top: 105px
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 46px
}

.brand {
    font-family: var(--serif);
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--gold2);
    text-decoration: none;
    text-shadow: 0 0 20px rgba(214, 169, 87, .35)
}

.nav {
    display: flex;
    gap: 52px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .08em
}

.nav a {
    color: #f7f2e8;
    text-decoration: none;
    position: relative;
    padding: 10px 0
}

.nav a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold2), transparent);
    transition: .45s
}

.nav a:hover:after, .nav .active:after {
    left: 0;
    width: 100%
}

.menu {
    display: none;
    background: none;
    border: 0;
    width: 34px
}

.menu span {
    display: block;
    height: 2px;
    background: var(--gold2);
    margin: 7px 0
}

.hero {
    position: relative;
    min-height: 680px;
    display: grid;
    grid-template-columns:1.05fr .95fr;
    align-items: center;
    padding: 86px 10vw 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, .06);*/
    overflow: hidden
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 74% 45%, rgba(218, 174, 95, .24), transparent 18%), linear-gradient(90deg, rgba(0, 0, 0, .2), transparent 60%);
    pointer-events: none
}

.script {
    font-family: var(--script);
    font-size: 30px;
    color: var(--gold);
    margin: 0 0 6px;
    letter-spacing: .03em
}
.quote-open,
.quote-close{
    color:#d8b16a;
    font-family:"Cormorant Garamond", serif;
    font-size:48px;
    font-weight:700;
    line-height:1;
}

.quote-close{
    margin-left:8px;
    vertical-align:middle;
}

.hero h1 {
    font-family: var(--serif);
    font-size: 68px;
    line-height: .92;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 0 0 28px;
    background: linear-gradient(180deg, #fff8eb 10%, #d6a957 90%);
    -webkit-background-clip: text;
    color: transparent
}

.shine-line {
    display: block;
    width: 96px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    box-shadow: 0 0 18px var(--gold);
    margin-bottom: 34px
}

blockquote {
    margin: 0;
    position: relative;
    max-width: 650px;
    font-family: var(--serif);
    font-size: 27px;
    line-height: 1.24;
    color: #fff7ea
}

.quote-mark {
    font-family: var(--serif);
    color: var(--gold2);
    font-size: 46px;
    line-height: 0;
    display: inline-block;
    margin-bottom: 10px
}

.quote-mark.right {
    font-size: 32px;
    margin-left: 10px
}

.connect {
    margin-top: 35px
}

.connect h3, .section-title p:first-child {
    margin: 0 0 14px;
    text-transform: uppercase;
    font-family: var(--serif);
    font-size: 18px;
    letter-spacing: .08em;
    color: var(--gold)
}

.connect-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px;
    max-width: 780px
}

.connect-card {
    height: 58px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: rgba(16, 15, 14, .72);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    color: var(--text);
    text-decoration: none;
    transition: .35s;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02)
}

.connect-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 216, 145, .7);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .4), 0 0 24px rgba(214, 169, 87, .12)
}

.connect-card i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #ffe8b0, #c8903d);
    color: #1a1308;
    font-weight: 800;
    font-style: normal
}

.connect-card .zalo {
    font-size: 10px
}

.connect-card b {
    margin-left: auto;
    color: var(--gold2);
    font-weight: 400
}

.connect-card small {
    display: block;
    color: var(--muted);
    font-size: 10px;
    margin-top: 1px
}

.hero-visual{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    z-index: 2;
    transform: translateY(20px);
}

.portrait-halo {
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(214, 169, 87, .36);
    border-radius: 50%;
    right: 8%;
    top: 55px;
    box-shadow: 0 0 70px rgba(214, 169, 87, .18)
}

.hero-visual img{
    width: 560px;
    max-width: 100%;
    height: auto;
    object-fit: contain;

    filter:
            drop-shadow(0 25px 45px rgba(0,0,0,.55))
            drop-shadow(0 0 70px rgba(200,164,93,.10));

    animation: portraitFloat 6s ease-in-out infinite;
}
.hero-visual::before{
    content:"";
    position:absolute;

    width:650px;
    height:650px;

    left:52%;
    top:38%;
    transform:translate(-50%,-50%);

    border-radius:50%;

    background:
            radial-gradient(circle,
            rgba(255,223,150,.55) 0%,
            rgba(218,170,82,.35) 18%,
            rgba(180,125,45,.18) 35%,
            rgba(120,80,25,.08) 55%,
            transparent 75%);

    filter: blur(35px);

    z-index:-2;
}
.section-panel {
    max-width: 1640px;
    margin: 0 auto;

    padding-top: 0;
    padding-right: 34px;
    padding-bottom: 30px;
    padding-left: 34px;
}
/*.journey {*/
/*    padding-top: 28px*/
/*}*/

.section-title, .compact-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    text-align: center;
    margin-bottom: 22px
}

.section-title span, .compact-title span {
    width: 95px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold2));
    box-shadow: 0 0 14px var(--gold)
}

.section-title span:last-child, .compact-title span:last-child {
    background: linear-gradient(90deg, var(--gold2), transparent)
}

.section-title h2, .compact-title h2 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 34px;
    line-height: 1.1;
    margin: 0;
    color: #f7ead5
}

.section-title p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 16px
}

.book-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px
}

.book-card {
    min-height: 226px;
    border: 1px solid rgba(214, 169, 87, .24);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(28, 27, 25, .92), rgba(12, 12, 11, .88));
    display: grid;
    grid-template-columns:120px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px;
    transition: .45s;
    overflow: hidden;
    position: relative
}

.book-card:before {
    content: "";
    position: absolute;
    inset: -1px;
    background: radial-gradient(circle at 20% 0%, rgba(214, 169, 87, .15), transparent 36%);
    opacity: 0;
    transition: .45s
}

.book-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 218, 150, .55)
}

.book-card:hover:before {
    opacity: 1
}

.book-card img {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 175px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 25px rgba(0, 0, 0, .45);
    display:block;
    margin:0
}

.book-info{
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    height: 100%;
}
.stage{
    margin: 0;
    min-height: 48px;      /* tất cả dòng trạng thái cao bằng nhau */
    display: flex;
    align-items: flex-start;
    gap:8px;
    min-height:56px;

    color: #f6ead9;
    font-family: var(--serif);
    font-size: 21px;
    line-height: 1.2;
}

.stage-icon{
    width:34px;
    height:34px;

    flex-shrink:0;

    color:var(--gold);

    margin-top:2px;
}

.stage span{
    display:block;

    font-size:19px;
    line-height:1.15;
    font-weight:500;
}
.book-info em{
    display: block;
    color: var(--gold);
    font-style: normal;

    margin: 0 0 8px 10px;
}
.book-info h3{
    margin: 0;

    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: var(--serif);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;

    min-height: calc(23px * 1.15 * 2);
}

.stars{
    margin-top: 12px;
    margin-bottom: 12px;
    color: #ffc861;
    letter-spacing: 2px;
    font-size: 15px;
}


.book-info a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: var(--gold2);
    border: 1px solid rgba(214, 169, 87, .45);
    border-radius: 6px;
    padding: 9px 16px;
    text-decoration: none;
    font-size: 14px;
    transition: .35s
}

.book-info a:hover {
    background: rgba(214, 169, 87, .13);
    transform: translateX(3px)
}

.content-row {
    max-width: 1640px;
    margin: 0 auto 8px;
    padding: 0 34px 12px;
    display: grid;
    grid-template-columns:1.1fr .9fr;
    gap: 18px
}

.content-row .section-panel {
    padding: 20px
}

.video-section, .tools {
    border: 1px solid rgba(214, 169, 87, .18);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(16, 15, 14, .72), rgba(7, 7, 7, .9))
}

.compact-title {
    margin-bottom: 18px
}

.compact-title h2 {
    font-size: 27px;
    color: var(--gold2)
}

.compact-title span {
    width: 70px
}

.video-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px
}

.video-card {
    position: relative;
    border: 1px solid rgba(214, 169, 87, .24);
    border-radius: 9px;
    overflow: hidden;
    background: #0d0c0b;
    transition: .35s
}

.video-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 218, 150, .55)
}

.video-card img {
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
    display: block
}

.video-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(transparent, rgba(0, 0, 0, .86))
}

.video-card button {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 235, 198, .85);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 18px;
    backdrop-filter: blur(5px)
}

.video-card p, .video-card small {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0;
    padding: 0 14px
}

.video-card p {
    margin-top: -76px;
    color: var(--gold2);
    font-weight: 500
}

.video-card small {
    padding-bottom: 14px;
    color: #f0e7da;
    line-height: 1.35;
    font-size: 13px
}

.tool-grid {
    height: calc(100% - 54px);
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 0;
    align-items: center
}

.tool-card {
    text-align: center;
    padding: 10px 24px;
    border-right: 1px solid rgba(214, 169, 87, .20)
}

.tool-card:last-child {
    border-right: 0
}

.tool-card img {
    width: 116px;
    height: 88px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35)
}

.tool-card h3 {
    font-family: var(--serif);
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 8px
}

.tool-card p {
    margin: 0;
    color: #d7cdbf;
    line-height: 1.5;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;
    text-overflow: ellipsis;

    min-height: calc(15px * 1.5 * 3); /* luôn cao bằng 3 dòng */
}

.footer {
    padding: 22px 28px 28px;
    text-align: center;
    border-top: 1px solid rgba(214, 169, 87, .18);
    background: #050505
}

.footer p {
    font-family: var(--serif);
    font-size: 28px;
    margin: 0 0 20px
}

.footer p span {
    color: var(--gold2);
    font-weight: 700
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--muted)
}

.footer-row a {
    color: var(--gold2);
    text-decoration: none
}

.footer-row > a:not(.email) {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(214, 169, 87, .48);
    border-radius: 50%;
    display: grid;
    place-items: center
}

.footer-row i {
    width: 1px;
    height: 28px;
    background: rgba(214, 169, 87, .25)
}

.footer small {
    display: block;
    margin-top: 14px;
    color: #8d847a
}

.reveal {
    animation: rise .9s ease both
}

.delay-1 {
    animation-delay: .15s
}

.delay-2 {
    animation-delay: .3s
}

.delay-3 {
    animation-delay: .45s
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(24px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes glow {
    0%, 100% {
        opacity: .55;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.03)
    }
}

.portrait-halo {
    animation: glow 4.8s ease-in-out infinite
}

@media (max-width: 1180px) {
    .hero {
        padding: 84px 5vw 30px
    }

    .hero h1 {
        font-size: 64px
    }

    .connect-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .book-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .content-row {
        grid-template-columns:1fr
    }

    .tool-grid {
        min-height: 250px
    }
}

@media (max-width: 760px) {
    body {
        background: radial-gradient(circle at 50% 7%, rgba(214, 169, 87, .24), transparent 23%), #050505
    }

    .orb {
        display: none
    }

    .site-header {
        position: absolute;
        padding: 22px 22px
    }

    .brand {
        font-size: 35px
    }

    .nav {
        display: none
    }

    .menu {
        display: block
    }

    .hero{
        position:relative;
        display:flex;
        flex-direction:column;
        min-height:auto;
        padding:20px 18px 20px;
        text-align:center;
    }

    .hero:before {
        background: radial-gradient(circle at 50% 21%, rgba(214, 169, 87, .22), transparent 24%)
    }

    .hero-visual{
        order:1;

        height:330px;

        display:flex;
        justify-content:center;
        align-items:flex-end;

        margin-bottom:-25px;


        position:absolute;


        z-index:1;


        top:0px;

        left:15%;

        transform:translateX(-50%);

        width:320px;
    }

    .portrait-halo {
        width: 245px;
        height: 245px;
        left: 50%;
        top: 12px;
        right: auto;
        transform: translateX(-50%)
    }

    .hero-visual img {
        height: 300px;
        width: 250px;
        object-position: center top;
        border-radius: 160px 160px 6px 6px;
        z-index: 3;
    }

    .hero-copy {
        order:2;
        display: flex;
        flex-direction: column;
        position:relative;
        z-index:2;
        padding-top:240px;
    }

    .script {
        order: 2;
        font-size: 25px;
        margin-top: 0
    }

    .hero h1 {
        order: 3;
        font-size: 40px;
        letter-spacing: .05em;
        line-height: 1;
        margin-bottom: 14px
    }

    .shine-line {
        order: 4;
        margin: 0 auto 16px;
        width: 86px
    }

    .hero blockquote {
        order: 5;
        font-size: 19px;
        line-height: 1.35;
        margin: 0 auto;
        max-width: 350px;
        display:flex;
        align-items:flex-start;
        justify-content:center;
    }
    .stage span{
        white-space: nowrap;
    }

    .stage br{
        display:none;
    }

    .desktop-br {
        display: none
    }

    .quote-mark {
        font-size: 38px
    }

    .connect {
        order: 6;
        margin-top: 22px;
        background: linear-gradient(180deg, rgba(16, 15, 14, .88), rgba(8, 8, 8, .85));
        border-radius: 18px;
        padding: 16px 13px;
        border: 1px solid rgba(214, 169, 87, .10)
    }

    .connect h3 {
        text-align: center;
        font-size: 17px;
        margin-bottom: 12px
    }

    .connect-grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 10px
    }

    .connect-card {
        height: 60px;
        padding: 0 12px;
        gap: 10px
    }

    .connect-card i {
        width: 30px;
        height: 30px
    }

    .connect-card span {
        font-size: 13px;
        text-align: left
    }

    .section-panel {
        padding: 14px 18px
    }

    .section-title {
        gap: 9px;
        margin: 0 0 14px
    }

    .section-title span {
        width: 38px
    }

    .section-title h2 {
        font-size: 31px
    }

    .section-title p {
        font-size: 16px
    }

    .book-grid {
        grid-template-columns:1fr;
        gap: 10px
    }

    .book-card {
        grid-template-columns:92px 1fr;
        min-height: 158px;
        padding: 12px 12px;
        gap: 15px;
        border-radius: 12px
    }

    .book-card img {
        width: 88px;
        height: 128px
    }

    .stage {
        font-size: 18px;
        display:flex;
        align-items:flex-start;
        gap:8px;
    }
    .stage-icon{
        width:28px;
        height:28px;
        flex-shrink:0;
        margin-top:2px;
    }

    .stage span{
        flex:1;
        display:block;

        font-size:18px;
        line-height:1.2;

        white-space:normal;
        word-break:keep-all;
    }
    .book-info h3 {
        font-size: 19px;
        margin-bottom: 8px;
        margin: 0;

        display: flex;
        align-items: center;

        font-family: var(--serif);
        line-height: 1.15;
        font-weight: 500;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        height: calc(24px * 1.15);
    }

    .stars {
        font-size: 13px;
        margin-bottom: 8px
    }

    .book-info a {
        font-size: 13px;
        padding: 7px 12px
    }

    .content-row {
        display: block;
        padding: 0 18px
    }

    .video-section, .tools {
        margin-top: 12px;
        padding: 16px 12px
    }

    .compact-title {
        gap: 9px
    }

    .compact-title h2 {
        font-size: 25px;
        line-height: 1.1
    }

    .compact-title span {
        width: 38px
    }

    .video-grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 12px
    }

    .video-card {
        border-radius: 10px
    }

    .video-card button {
        width: 44px;
        height: 44px
    }

    .video-card p {
        margin-top: -70px;
        font-size: 14px
    }

    .video-card small {
        font-size: 12px;
        padding: 0 10px 12px;
        min-height: 49px
    }

    .tool-grid {
        display: grid;
        grid-template-columns:1fr;
        gap: 10px;
        height: auto
    }

    .tool-card {
        display: grid;
        grid-template-columns:92px 1fr;
        gap: 14px;
        text-align: left;
        align-items: center;
        border-right: 0;
        border: 1px solid rgba(214, 169, 87, .18);
        border-radius: 12px;
        padding: 12px;
        background: rgba(12, 12, 12, .78)
    }

    .tool-card img {
        width: 88px;
        height: 72px;
        margin: 0
    }

    .tool-card h3 {
        font-size: 24px
    }

    .tool-card p {
        font-size: 14px
    }

    .footer {
        padding: 24px 18px 28px
    }

    .footer p {
        font-size: 24px;
        line-height: 1.25
    }

    .footer-row {
        flex-wrap: wrap
    }

    .footer-row i {
        display: none
    }

    .email {
        width: 100%;
        margin-top: 6px;
        color: #d7cdbf !important
    }

    .footer-row > a:not(.email) {
        width: 36px;
        height: 36px
    }
}

@media (max-width: 390px) {
    .hero h1 {
        font-size: 39px
    }

    .connect-grid {
        grid-template-columns:1fr
    }

    .video-grid {
        gap: 9px
    }

    .book-card {
        grid-template-columns:82px 1fr
    }

    .book-card img {
        width: 78px;
        height: 116px
    }

    .stage {
        font-size: 16px
    }

    .book-info h3 {
        font-size: 19px
    }
}
p{
    margin:0;
}
