/* Page Banner */
.page-banner {
    position: relative;
    z-index: 3;
    padding-top: calc(var(--header-h) + 76px);
    padding-bottom: 68px;
    text-align: center;
    overflow: hidden;
}

.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(60% 90% at 50% 0%, rgba(245, 166, 58, .14) 0%, transparent 68%),
        linear-gradient(180deg, rgba(28, 9, 6, .1), transparent 60%);
}

.page-banner-inner {
    max-width: 780px;
    margin: 0 auto;
    animation: heroFadeUp 1s cubic-bezier(.2, .8, .25, 1) both;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(45px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-size: clamp(15px, 1.8vw, 19px);
    font-style: italic;
    letter-spacing: 3px;
    color: #ffe6c9;
    opacity: .9;
}

.page-title {
    margin-top: 10px;
    font-family: 'Playfair Display', 'Poppins', serif;
    font-weight: 900;
    font-size: clamp(46px, 7vw, 80px);
    line-height: 1.35;
    background: linear-gradient(100deg, #fff 0%, #ffe6c9 30%, var(--orange-2) 60%, var(--red-1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    text-shadow: 0 6px 30px rgba(240, 85, 60, .3);
}

.page-divider {
    width: 84px;
    height: 3px;
    margin: 18px auto 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--orange-2), var(--red-1));
    box-shadow: 0 0 14px rgba(245, 136, 59, .55);
}

.page-lead {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 239, 223, .88);
    font-size: clamp(14.5px, 1.6vw, 17.5px);
    line-height: 1.8;
}

.breadcrumb {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 239, 223, .7);
}

.breadcrumb a {
    color: rgba(255, 239, 223, .85);
    text-decoration: none;
    transition: color .25s ease;
}

.breadcrumb a:hover {
    color: #ffd27a;
}

.crumb-sep {
    opacity: .55;
}

.crumb-current {
    color: #f7b24a;
    font-weight: 600;
}

/* Shared Section Headings */
.section-kicker {
    display: inline-block;
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-style: italic;
    font-size: clamp(14px, 1.6vw, 17px);
    letter-spacing: 2.5px;
    color: #f7b24a;
    margin-bottom: 6px;
}

.section-title {
    font-family: 'Playfair Display', 'Poppins', serif;
    font-weight: 800;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.3;
    color: #fff;
}

.section-divider {
    width: 64px;
    height: 3px;
    margin-top: 16px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--orange-2), var(--red-1));
}

.section-divider-2 {
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 3px;
    margin-top: 16px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--orange-2), var(--red-1));
}

.section-heading.center {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 44px;
}

/* Origin Story Section */
.origin-section {
    position: relative;
    z-index: 3;
    padding: 70px 0;
}

.origin-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(30px, 5vw, 64px);
    align-items: center;
}

.origin-copy p {
    margin-top: 18px;
    color: rgba(255, 239, 223, .86);
    font-size: 15.5px;
    line-height: 1.9;
    max-width: 62ch;
}

.origin-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    max-width: 320px;
    margin: 0 auto;
}

.origin-visual-ring {
    position: absolute;
    inset: 4%;
    border-radius: 50%;
    border: 1px dashed rgba(247, 166, 58, .45);
    animation: ringSpin 40s linear infinite;
}

@keyframes ringSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.origin-visual i {
    font-size: clamp(90px, 14vw, 150px);
    background: linear-gradient(140deg, var(--orange-2), var(--red-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f0553c;
    filter: drop-shadow(0 18px 40px rgba(240, 85, 60, .3));
    animation: storyFloat 6s ease-in-out infinite;
}

@keyframes storyFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

/* Timeline Section */
.timeline-section {
    position: relative;
    z-index: 3;
    padding: 20px 0 90px;
}

.timeline {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding-left: 34px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 9px;
    width: 2px;
    background: linear-gradient(180deg, var(--orange-2), var(--red-1) 55%, transparent);
}

.timeline-item {
    position: relative;
    padding: 0 0 40px 30px;
    animation: cardFadeUp .8s cubic-bezier(.2, .8, .25, 1) both;
}

.timeline-item:nth-child(1) {
    animation-delay: .05s;
}

.timeline-item:nth-child(2) {
    animation-delay: .15s;
}

.timeline-item:nth-child(3) {
    animation-delay: .25s;
}

.timeline-item:nth-child(4) {
    animation-delay: .35s;
}

.timeline-item:nth-child(5) {
    animation-delay: .45s;
}

@keyframes cardFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -34px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(140deg, var(--orange-2), var(--red-1));
    box-shadow: 0 0 0 5px rgba(20, 8, 6, .9), 0 0 16px rgba(247, 166, 58, .55);
}

.timeline-year {
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Playfair Display', 'Poppins', serif;
    font-weight: 800;
    font-size: 17px;
    color: #f7b24a;
    letter-spacing: .5px;
}

.timeline-card {
    padding: 20px 24px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 14px 34px rgba(0, 0, 0, .16);
    transition: transform .35s cubic-bezier(.2, .8, .25, 1), border-color .35s ease;
}

.timeline-card:hover {
    transform: translateX(6px);
    border-color: rgba(247, 166, 58, .5);
}

.timeline-card h3 {
    font-family: 'Playfair Display', 'Poppins', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.timeline-card p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 239, 223, .8);
}

/* Comparison Section */
.compare-section {
    position: relative;
    z-index: 3;
    padding: 20px 0 90px;
}

.compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.compare-card {
    padding: 34px 28px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(22px) saturate(1.5);
    -webkit-backdrop-filter: blur(22px) saturate(1.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 18px 40px rgba(0, 0, 0, .16);
    transition: transform .4s cubic-bezier(.2, .8, .25, 1), border-color .4s ease, box-shadow .4s ease;
}

.compare-card:hover {
    transform: translateY(-8px);
    border-color: rgba(247, 166, 58, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 26px 52px rgba(240, 85, 60, .22);
}

.compare-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(140deg, var(--orange-2), var(--red-1));
    box-shadow: 0 10px 26px rgba(240, 85, 60, .38);
}

.compare-card h3 {
    font-family: 'Playfair Display', 'Poppins', serif;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.compare-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.compare-card li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 239, 223, .84);
}

.compare-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange-2);
}

/* UNESCO Highlight Banner */
.heritage-section {
    position: relative;
    z-index: 3;
    padding: 10px 0 100px;
}

.heritage-banner {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(36px, 6vw, 56px) clamp(24px, 6vw, 60px);
    text-align: center;
    border-radius: 28px;
    background:
        radial-gradient(70% 120% at 50% 0%, rgba(245, 166, 58, .18), transparent 70%),
        linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(24px) saturate(1.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 24px 54px rgba(0, 0, 0, .2);
}

.heritage-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(140deg, var(--orange-2), var(--red-1));
    box-shadow: 0 12px 30px rgba(240, 85, 60, .4);
    animation: numberGlow 3s ease-in-out infinite;
}

@keyframes numberGlow {

    0%,
    100% {
        box-shadow: 0 12px 30px rgba(240, 85, 60, .4);
    }

    50% {
        box-shadow: 0 12px 34px rgba(247, 166, 58, .6);
    }
}

.heritage-banner h3 {
    font-family: 'Playfair Display', 'Poppins', serif;
    font-weight: 800;
    font-size: clamp(22px, 3vw, 32px);
    color: #fff;
    margin-bottom: 14px;
}

.heritage-banner p {
    max-width: 640px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255, 239, 223, .86);
}

.heritage-year-tag {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #f7b24a;
    border: 1px solid rgba(247, 178, 74, .4);
    background: rgba(247, 178, 74, .08);
}

/* Standard Responsive Design */
@media (max-width: 980px) {
    .origin-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .origin-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .compare-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-banner {
        padding-top: calc(var(--header-h) + 50px);
        padding-bottom: 48px;
    }

    .timeline {
        padding-left: 26px;
    }

    .timeline-item {
        padding-left: 22px;
    }

    .timeline-dot {
        left: -26px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

    .yellow-ring,
    .logo svg,
    .page-banner-inner,
    .origin-visual-ring,
    .origin-visual i,
    .timeline-item,
    .heritage-badge {
        animation: none !important;
        transition: none !important;
    }
}