* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

.img-fallback {
    background: linear-gradient(135deg, #B8853D 0%, #5B1A33 100%) !important;
    position: relative
}

.hero {
    position: relative;
    background: #2C1B22;
    color: #F5EBE0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 60px 0;
    height: 100%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(44, 27, 34, .95) 0%, rgba(91, 26, 51, .85) 50%, rgba(44, 27, 34, .9) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
    width: 100%
}

.hero-left .est {
    font-size: 11px;
    letter-spacing: 4px;
    color: #D4A86A;
    margin-bottom: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 14px
}

.hero-left .est::after {
    content: '';
    flex: 1;
    max-width: 60px;
    height: .5px;
    background: #D4A86A;
    opacity: .5
}

.hero-left h1 {
    font-family: "Fraunces", serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
    color: #FBF6F1;
    margin-bottom: 8px;
    letter-spacing: -1px
}

.hero-left h2 {
    font-family: "Fraunces", serif;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    color: #D4A86A;
    font-style: italic;
    margin-bottom: 28px
}

.hero-left .lede {
    font-family: "Fraunces", serif;
    font-size: 18px;
    line-height: 1.55;
    color: #E8D9C8;
    max-width: 500px;
    margin-bottom: 36px;
    font-weight: 400
}

.hero-left .ctas {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #D4A86A;
    color: #5B1A33;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .25s;
    cursor: pointer
}

.btn-primary:hover {
    background: #FBF6F1;
    transform: translateY(-1px)
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: .5px solid #D4A86A;
    color: #D4A86A;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    transition: all .25s;
    cursor: pointer
}

.btn-secondary:hover {
    background: rgba(212, 168, 106, .1)
}

.hero-right {
    position: relative;
    /* height: 480px */
}

.hero-right img{
    height: auto;
}

/* .hero-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    height: 100%
} */

.hero-mosaic .tile {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: .5px solid rgba(212, 168, 106, .25);
    background: linear-gradient(135deg, #5B1A33 0%, #3D0F1F 100%)
}

.hero-mosaic .tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hero-mosaic .tile.center {
    background: #5B1A33;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #D4A86A
}

.hero-mosaic .tile.center .big {
    font-family: "Fraunces", serif;
    font-size: 72px;
    font-style: italic;
    line-height: .9;
    color: #D4A86A;
    font-weight: 500
}

.hero-mosaic .tile.center .small {
    font-size: 9px;
    letter-spacing: 3px;
    color: #FBF6F1;
    margin-top: 4px
}

.mosaic-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(91, 26, 51, .92);
    border: .5px solid rgba(212, 168, 106, .6);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #D4A86A;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 0 0 3px rgba(212, 168, 106, .15)
}

.mosaic-badge .big {
    font-family: "Fraunces", serif;
    font-size: 38px;
    font-style: italic;
    line-height: 1;
    color: #D4A86A;
    font-weight: 500
}

.mosaic-badge .small {
    font-size: 7px;
    letter-spacing: 2.5px;
    color: #FBF6F1;
    margin-top: 2px;
    text-transform: uppercase
}

.statement {
    padding: 120px 48px;
    text-align: center;
    background: #FBF6F1
}

.statement-inner {
    max-width: 880px;
    margin: 0 auto
}

.statement .quote-mark {
    font-family: "Fraunces", serif;
    font-size: 80px;
    color: #B8853D;
    line-height: .4;
    font-style: italic;
    margin-bottom: 24px;
    opacity: .7
}

.statement .body {
    font-family: "Fraunces", serif;
    font-size: 36px;
    color: #2C2C2A;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 36px
}

.statement .body em {
    color: #5B1A33;
    font-style: italic
}

.statement .sig {
    font-size: 11px;
    color: #5B1A33;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500
}

.divider-floret {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 32px auto 0;
    max-width: 300px
}

.divider-floret .line {
    flex: 1;
    height: .5px;
    background: #B8853D;
    opacity: .5
}

.divider-floret svg {
    width: 32px;
    height: 18px;
    color: #B8853D;
    flex-shrink: 0
}

.personalisation {
    padding: 0;
    background: #FBF6F1;
    border-top: .5px solid #E8DDD2;
    border-bottom: .5px solid #E8DDD2
}

.personalisation-step-1 {
    padding: 100px 48px;
    text-align: center
}

.personalisation-step-1.hidden {
    display: none
}

.personalisation .label {
    font-size: 11px;
    letter-spacing: 4px;
    color: #B8853D;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.personalisation h2 {
    font-family: "Fraunces", serif;
    font-size: 56px;
    color: #5B1A33;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 500
}

.personalisation .sub {
    font-family: "Fraunces", serif;
    font-size: 22px;
    color: #888780;
    font-style: italic;
    margin-bottom: 14px;
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.personalisation .helper {
    font-size: 14px;
    color: #5F5E5A;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 50px
}

.year-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    max-width: 920px;
    margin: 0 auto
}

.year-tile {
    background: #fff;
    border: .5px solid #E8DDD2;
    padding: 24px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s;
    text-align: center
}

.year-tile:hover {
    border-color: #B8853D;
    transform: translateY(-2px);
    background: #FBF6F1
}

.year-tile .y {
    font-family: "Fraunces", serif;
    font-size: 24px;
    color: #5B1A33;
    font-weight: 500;
    font-style: italic;
    line-height: 1
}

.year-tile .lbl {
    font-size: 9px;
    color: #888780;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px
}

.personalisation-step-2 {
    padding: 80px 48px;
    display: none
}

.personalisation-step-2.active {
    display: block
}

.personalised-content {
    max-width: 1320px;
    margin: 0 auto
}

.personalised-greeting {
    text-align: center;
    margin-bottom: 60px
}

.personalised-greeting .small {
    font-size: 11px;
    letter-spacing: 3px;
    color: #B8853D;
    margin-bottom: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.personalised-greeting h2 {
    font-family: "Fraunces", serif;
    font-size: 56px;
    color: #5B1A33;
    line-height: 1.05;
    margin-bottom: 18px;
    font-weight: 500
}

.personalised-greeting .since {
    font-family: "Fraunces", serif;
    font-size: 24px;
    color: #888780;
    font-style: italic;
    font-weight: 400
}

.change-year-btn {
    margin-top: 18px;
    font-size: 11px;
    color: #5B1A33;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: .5px solid #5B1A33;
    padding-bottom: 2px;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.activity-card {
    background: #fff;
    border: .5px solid #E8DDD2;
    border-radius: 8px;
    padding: 48px;
    margin-bottom: 50px;
    text-align: center
}

.activity-card .title {
    font-family: "Fraunces", serif;
    font-size: 28px;
    color: #5B1A33;
    font-weight: 500;
    margin-bottom: 8px
}

.activity-card .subtitle {
    font-family: "Fraunces", serif;
    font-size: 17px;
    color: #888780;
    font-style: italic;
    margin-bottom: 36px
}

.activity-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: .5px solid #E8DDD2;
    border-radius: 6px;
    overflow: hidden
}

.activity-stat {
    padding: 32px 20px;
    border-right: .5px solid #E8DDD2;
    text-align: center;
    background: #FBF6F1;
    transition: background .2s;
    cursor: pointer
}

.activity-stat:last-child {
    border-right: none
}

.activity-stat:hover {
    background: #fff
}

.activity-stat .num {
    font-family: "Fraunces", serif;
    font-size: 52px;
    color: #B8853D;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    margin-bottom: 8px
}

.activity-stat .lbl {
    font-size: 10px;
    color: #5B1A33;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500
}

.activity-stat .icon {
    color: #B8853D;
    font-size: 24px;
    margin-bottom: 12px;
    display: block
}

.gift-box {
    background: #5B1A33;
    color: #F5EBE0;
    border-radius: 8px;
    padding: 48px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.gift-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border: .5px solid rgba(212, 168, 106, .2);
    border-radius: 50%
}

.gift-box .icon-big {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(212, 168, 106, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4A86A;
    font-size: 32px;
    margin: 0 auto 24px;
    position: relative;
    z-index: 2
}

.gift-box .label-gift {
    font-size: 11px;
    letter-spacing: 3px;
    color: #D4A86A;
    margin-bottom: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

.gift-box h3 {
    font-family: "Fraunces", serif;
    font-size: 36px;
    color: #FBF6F1;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    z-index: 2
}

.gift-box .sub-gift {
    font-family: "Fraunces", serif;
    font-size: 20px;
    color: #D4A86A;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
    z-index: 2
}

.gift-box p {
    font-size: 14px;
    color: #E8D9C8;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 30px;
    font-weight: 300;
    position: relative;
    z-index: 2
}

.gift-box .cta-gift {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #D4A86A;
    color: #5B1A33;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all .25s
}

.gift-box .cta-gift:hover {
    background: #FBF6F1
}

.stories-intro {
    padding: 100px 48px 60px;
    background: #fff;
    text-align: center
}

.stories-intro .label {
    font-size: 11px;
    letter-spacing: 4px;
    color: #B8853D;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.stories-intro h2 {
    font-family: "Fraunces", serif;
    font-size: 64px;
    color: #5B1A33;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 500
}

.stories-intro .sub {
    font-family: "Fraunces", serif;
    font-size: 24px;
    color: #888780;
    font-style: italic;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 20px
}

.stories-intro p {
    font-size: 14px;
    color: #5F5E5A;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7
}

.featured-story-section {
    padding: 60px 48px 100px;
    background: #fff
}

.featured-story {
    max-width: 1320px;
    margin: 0 auto;
    background: #FBF6F1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: .5px solid #E8DDD2
}

.featured-story .img-side {
    position: relative;
    min-height: 600px;
    background: linear-gradient(135deg, #D4A86A, #B8853D)
}

.featured-story .img-side img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.featured-story .img-side .story-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(91, 26, 51, .95);
    color: #F5EBE0;
    font-family: "Fraunces", serif;
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 20px;
    letter-spacing: 1px;
    z-index: 2
}

.featured-story .content {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.featured-story .meta-top {
    font-size: 10px;
    letter-spacing: 3px;
    color: #B8853D;
    margin-bottom: 24px;
    font-weight: 500;
    text-transform: uppercase
}

.featured-story .quote-mark {
    font-family: "Fraunces", serif;
    font-size: 56px;
    color: #B8853D;
    line-height: .4;
    font-style: italic;
    margin-bottom: 24px;
    opacity: .7
}

.featured-story .quote {
    font-family: "Fraunces", serif;
    font-size: 30px;
    color: #2C2C2A;
    line-height: 1.35;
    font-style: italic;
    margin-bottom: 36px;
    font-weight: 400
}

.featured-story .meta .name {
    font-family: "Fraunces", serif;
    font-size: 24px;
    color: #5B1A33;
    font-weight: 500;
    margin-bottom: 4px
}

.featured-story .meta .detail {
    font-size: 12px;
    color: #5F5E5A;
    letter-spacing: 1px;
    text-transform: uppercase
}

.featured-story .read-more-btn {
    margin-top: 32px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #5B1A33;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 28px;
    border: .5px solid #5B1A33;
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
    transition: all .25s
}

.featured-story .read-more-btn:hover {
    background: #5B1A33;
    color: #FBF6F1
}

.stories-grid-section {
    padding: 0 48px 100px;
    background: #fff
}

.stories-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.story-card {
    background: #fff;
    border: .5px solid #E8DDD2;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s
}

.story-card:hover {
    border-color: #B8853D;
    transform: translateY(-4px)
}

.story-card .img-wrap {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #D4A86A, #B8853D)
}

.story-card .img-wrap img {
    width: 100%;
    height: 100%;
    transition: transform .5s
}

.story-card:hover .img-wrap img {
    transform: scale(1.05)
}

.story-card .story-num {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(91, 26, 51, .95);
    color: #F5EBE0;
    font-family: "Fraunces", serif;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 14px;
    letter-spacing: 1px;
    z-index: 2
}

.story-card .body {
    padding: 26px
}

.story-card .quote {
    font-family: "Fraunces", serif;
    font-size: 18px;
    color: #2C2C2A;
    line-height: 1.45;
    margin-bottom: 16px;
    font-style: italic;
    min-height: 78px
}

.story-card .name {
    font-family: "Fraunces", serif;
    font-size: 18px;
    color: #5B1A33;
    font-weight: 500;
    margin-bottom: 3px
}

.story-card .detail {
    font-size: 11px;
    color: #888780;
    letter-spacing: 1px;
    text-transform: uppercase
}

.story-card .read-link {
    margin-top: 18px;
    font-size: 10px;
    color: #B8853D;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.view-all-wrap {
    text-align: center;
    margin-top: 60px
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #5B1A33;
    color: #FBF6F1;
    padding: 18px 40px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s
}

.view-all-btn:hover {
    background: #3D0F1F
}

.timeline-section {
    padding: 120px 48px;
    background: #FBF6F1
}

.timeline-section .head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px
}

.timeline-section .head .label {
    font-size: 11px;
    letter-spacing: 4px;
    color: #B8853D;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.timeline-section .head h2 {
    font-family: "Fraunces", serif;
    font-size: 56px;
    color: #5B1A33;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 500
}

.timeline-section .head .sub {
    font-family: "Fraunces", serif;
    font-size: 22px;
    color: #888780;
    font-style: italic;
    font-weight: 400
}

.timeline {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.timeline-item {
    background: #fff;
    border: .5px solid #E8DDD2;
    overflow: hidden;
    transition: all .3s
}

.timeline-item:hover {
    transform: translateY(-3px);
    border-color: #B8853D
}

.timeline-item .img {
    height: 240px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #D4A86A, #B8853D)
}

.timeline-item .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s
}

.timeline-item:hover .img img {
    transform: scale(1.05)
}

.timeline-item .img .year-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
    color: #FBF6F1
}

.timeline-item .img .year-overlay .year {
    font-family: "Fraunces", serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 500
}

.timeline-item .body {
    padding: 24px 26px 28px
}

.timeline-item .name {
    font-family: "Fraunces", serif;
    font-size: 22px;
    color: #5B1A33;
    font-weight: 500;
    margin-bottom: 6px
}

.timeline-item .desc {
    font-size: 13px;
    color: #5F5E5A;
    line-height: 1.6
}

.reasons-section {
    padding: 120px 48px;
    background: #fff
}

.reasons-section .head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px
}

.reasons-section .head .label {
    font-size: 11px;
    letter-spacing: 4px;
    color: #B8853D;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.reasons-section .head h2 {
    font-family: "Fraunces", serif;
    font-size: 56px;
    color: #5B1A33;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 500
}

.reasons-section .head .sub {
    font-family: "Fraunces", serif;
    font-size: 22px;
    color: #888780;
    font-style: italic;
    font-weight: 400
}

.reasons-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #E8DDD2;
    border: .5px solid #E8DDD2
}

.reason-card {
    background: #FBF6F1;
    padding: 50px 40px;
    text-align: center;
    transition: all .25s
}

.reason-card:hover {
    background: #fff
}

.reason-card .num {
    font-size: 10px;
    letter-spacing: 3px;
    color: #B8853D;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.reason-card .stat {
    font-family: "Fraunces", serif;
    font-size: 56px;
    color: #5B1A33;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
    font-style: italic
}

.reason-card .desc {
    font-size: 14px;
    color: #5F5E5A;
    line-height: 1.6;
    max-width: 260px;
    margin: 0 auto
}



.closing {
    padding: 120px 48px;
    background: #FBF6F1;
    text-align: center;
    border-top: .5px solid #E8DDD2
}

.closing-content {
    max-width: 800px;
    margin: 0 auto
}

.closing .face-strip {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
    flex-wrap: wrap
}

.closing .face-strip .face {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: .5px solid rgba(184, 133, 61, .3);
    background: linear-gradient(135deg, #D4A86A, #B8853D)
}

.closing .face-strip .face img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.closing h2 {
    font-family: "Fraunces", serif;
    font-size: 64px;
    color: #5B1A33;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 500
}

.closing .sub {
    font-family: "Fraunces", serif;
    font-size: 26px;
    color: #B8853D;
    font-style: italic;
    margin-bottom: 28px;
    font-weight: 400
}

.closing p {
    font-size: 15px;
    color: #5F5E5A;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
    font-weight: 300
}

/* footer {
    padding: 60px 48px 40px;
    background: #2C1B22;
    color: #C9A887;
    text-align: center
} */

footer .gold {
    color: #D4A86A;
    font-style: italic;
    font-family: "Fraunces", serif;
    font-size: 22px;
    display: block;
    margin-bottom: 14px
}

footer .small {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: .7
}

@media (max-width:1100px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 32px
    }

    /* .hero-right {
        height: 400px
    } */

    .hero-left h1 {
        font-size: 60px
    }

    .stories-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr)
    }

    .reasons-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .featured-story {
        grid-template-columns: 1fr
    }

    .featured-story .img-side {
        min-height: 400px
    }

    .featured-story .content {
        padding: 50px 40px
    }

    .activity-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .activity-stat {
        border-right: none;
        border-bottom: .5px solid #E8DDD2
    }

    .activity-stat:nth-child(2) {
        border-right: none
    }

    .year-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:700px) {
    .hero-content {
        gap: 30px;
    }
    .hero-left h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .hero-left h2 {
        font-size: 24px
    }

    .statement .body {
        font-size: 24px
    }

    .stories-intro h2,
    .timeline-section .head h2,
    .reasons-section .head h2,
    .personalisation h2 {
        font-size: 42px
    }

    .share-cta h2,
    .closing h2 {
        font-size: 48px
    }

    .stories-grid,
    .timeline,
    .reasons-grid {
        grid-template-columns: 1fr
    }

    .featured-story .content {
        padding: 40px 24px
    }

    .featured-story .quote {
        font-size: 22px
    }

    .reason-card,
    .activity-card {
        padding: 36px 24px
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .year-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .personalised-greeting h2 {
        font-size: 38px
    }

    .activity-stat .num {
        font-size: 42px
    }
}

/* Isolated flipbook container: the viewer runs in its own document to avoid CSS/JS conflicts. */
/* .flip-book {
    min-height: min(900px, 100vh);
    background: #000;
    padding: 0;
    overflow: hidden;
} */

/* @media (max-width: 700px) {
    .flip-book {
        min-height: 100dvh;
    }

    .flip-book-frame {
        height: 100dvh;
        min-height: 560px;
    }
} */