* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --g: #3a6147;
    --gd: #243d2c;
    --gl: #c8dcd0;
    --gx: #1a2d1f;
    --blush: #ede0d7;
    --blushd: #c9a898;
    --blushl: #f7f0ec;
    --cream: #faf6f2;
    --ink: #1c2b21;
    --mid: #5a7263;
    --hint: #9eb5a5;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "DM Sans", sans-serif;
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
}

/* ── NAV ── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 60px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(36, 61, 44, 0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(200, 220, 208, 0.1);
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-b {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--blush);
    overflow: hidden;
    flex-shrink: 0;
}
.nav-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.05em;
}
.nav-wa {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border: 0.5px solid rgba(255, 255, 255, 0.18);
    padding: 6px 16px;
    border-radius: 20px;
    transition: all 0.2s;
}
.nav-wa:hover {
    color: var(--blush);
    border-color: var(--blushd);
}

/* ── HERO ── */
.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--gd);
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background: url("https://bambooflorist.com.my/cdn/shop/files/DSCF6132.jpg?v=1751686477&width=1400") center/cover
        no-repeat;
    opacity: 0.22;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #1a2d1f 0%, #1a2d1f 25%, rgba(26, 45, 31, 0.4) 65%, transparent 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 48px 72px;
    max-width: 860px;
}
.hero-tag {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 24px;
    display: block;
}
.hero-h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(56px, 8.5vw, 100px);
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-bottom: 28px;
}
.hero-h1 em {
    font-style: italic;
    color: var(--blush);
}
.hero-sub {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    max-width: 480px;
    margin-bottom: 48px;
}
.hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--blushd);
    color: var(--gd);
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-main:hover {
    background: var(--blush);
    transform: translateY(-1px);
    border-radius: 15px;
}
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0.5px solid rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    letter-spacing: 0.12em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 22px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-ghost:hover {
    border-color: var(--blushd);
    color: var(--blush);
    border-radius: 15px;
}
.hero-scroll {
    position: absolute;
    bottom: 28px;
    right: 48px;
    z-index: 2;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-scroll::before {
    content: "";
    width: 36px;
    height: 0.5px;
    background: rgba(255, 255, 255, 0.15);
}

/* ── TICKER ── */
.ticker {
    background: var(--blushd);
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}
.ticker-inner {
    display: inline-flex;
    animation: ticker 32s linear infinite;
}
.t-item {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gd);
    padding: 0 28px;
}
.t-dot {
    color: var(--g);
    font-size: 8px;
}
@keyframes ticker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* ── STORY ── */
.story {
    padding: 60px 48px;
    background: var(--cream);
}
.story-inner {
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}
.s-left {
    background: var(--gd);
    padding: 52px 44px;
}
.s-left h3 {
    font-size: 15px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--hint);
    margin-bottom: 15px;
}
.s-left .big {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
}
.s-left ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.s-left li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    padding-left: 16px;
    position: relative;
    line-height: 1.6;
}
.s-left li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 0.5px;
    background: var(--blushd);
}
.s-right {
    background: var(--blush);
    padding: 52px 44px;
}
.s-right h3 {
    font-size: 15px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 15px;
}
.s-right .big {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--gd);
    margin-bottom: 15px;
}
.s-right ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.s-right li {
    font-size: 15px;
    color: var(--mid);
    padding-left: 16px;
    position: relative;
    line-height: 1.6;
}
.s-right li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 0.5px;
    background: var(--g);
}

/* ── GUIDE TEASER ── */
.guide-teaser {
    background: var(--gd);
    padding: 60px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.gt-bg {
    position: absolute;
    inset: 0;
    background: url("https://bambooflorist.com.my/cdn/shop/files/DSCF6132.jpg?v=1751686477&width=1400") center 40% /
        cover;
    opacity: 0.07;
}
.gt-inner {
    position: relative;
    z-index: 2;
    max-width: 740px;
    margin: 0 auto;
}
.gt-tag {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 15px;
    display: block;
}
.gt-h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 300;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 15px;
}
.gt-h2 em {
    font-style: italic;
    color: var(--blush);
}
.gt-p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.gt-pills {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.gt-pill {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(237, 224, 215, 0.1);
    border: 0.5px solid rgba(237, 224, 215, 0.25);
    color: rgba(255, 255, 255, 0.45);
    padding: 6px 14px;
    border-radius: 20px;
}
.btn-guide-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--blush);
    color: var(--gd);
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-guide-main:hover {
    background: #fff;
    transform: translateY(-2px);
}
.gt-free {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.25);
    margin-top: 14px;
    display: block;
    letter-spacing: 0.08em;
}

/* ── WHO WE ARE ── */
.who {
    background: var(--cream);
    padding: 0;
}

.who-intro {
    padding: 96px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1080px;
    margin: 0 auto;
    align-items: center;
}
.who-tag {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 10px;
    display: block;
}
.who-h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 400;
    color: var(--gd);
    line-height: 1.08;
    margin-bottom: 24px;
}
.who-h2 em {
    font-style: italic;
}
.who-p {
    font-size: 16px;
    color: var(--mid);
    line-height: 1.6;
    margin-bottom: 20px;
}
.who-line {
    width: 50px;
    height: 1px;
    background: var(--blushd);
    margin: 28px 0;
}
.who-philosophy {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 18px;
    color: var(--g);
    line-height: 1.6;
}
.who-intro-visual {
    position: relative;
}
.who-year-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--gd);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.wyb-num {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
.wyb-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blushd);
}
.who-team-img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center 30%;
    filter: grayscale(15%);
    border-radius: 30px;
}

/* ── HERITAGE TIMELINE ── */
.heritage {
    background: var(--cream);
    padding: 0 0 96px;
}
.heritage-head {
    text-align: center;
    padding: 0 48px 24px;
    max-width: 720px;
    margin: 0 auto;
}
.heritage-tag {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 14px;
    display: block;
}
.heritage-h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(32px, 5.5vw, 60px);
    font-weight: 500;
    color: var(--gd);
    line-height: 1.08;
    margin-bottom: 14px;
}
.heritage-h2 em {
    font-style: italic;
}
.heritage-sub {
    font-size: 14px;
    color: var(--mid);
    line-height: 1.8;
}

.timeline {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tl-era {
    padding: 26px 0;
    border-left: 1px solid rgba(58, 97, 71, 0.15);
    margin-left: 120px;
    padding-left: 48px;
    position: relative;
}
.tl-era--reverse {
    border-left: none;
    border-right: 1px solid rgba(58, 97, 71, 0.15);
    margin-left: 0;
    margin-right: 120px;
    padding-left: 0;
    padding-right: 48px;
}

.tl-era-label {
    position: absolute;
    left: -168px;
    top: 56px;
    width: 120px;
    text-align: right;
}
.tl-era--reverse .tl-era-label {
    left: auto;
    right: -168px;
    text-align: left;
}

.tl-year {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--g);
    display: block;
    line-height: 1;
}
.tl-era-title {
    font-size: 14px;
    color: var(--mid);
    line-height: 1.5;
    display: block;
    margin-top: 6px;
    letter-spacing: 0.03em;
}

/* connector dot */
.tl-era::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 66px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--g);
    border: 2px solid var(--cream);
}
.tl-era--reverse::before {
    left: auto;
    right: -6px;
}

.tl-photos {
    display: grid;
    gap: 16px;
}
.tl-photos--2 {
    grid-template-columns: 1fr 1fr;
}
.tl-photos--3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.tl-photo {
    position: relative;
    overflow: hidden;
    background: var(--gx);
}
.tl-photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
    filter: saturate(0.85);
}
.tl-photo:hover img {
    transform: scale(1.03);
    filter: saturate(1);
}
.tl-caption {
    font-size: 13px;
    color: var(--mid);
    line-height: 1.6;
    padding: 10px 12px;
    background: #fff;
    border: 0.5px solid #efe8e2;
}

.tl-final-quote {
    margin-top: 32px;
    padding: 32px 40px;
    background: var(--gd);
    border-left: 3px solid var(--blushd);
}
.tl-final-quote p {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 24px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 12px;
}
.tl-final-quote span {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--blushd);
}

/* Part B — Amanda story */
.founder-amanda {
    background: var(--gd);
    padding: 80px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    overflow: hidden;
    text-align: right;
}
.fa-text {
    padding: 40px 48px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fa-gen {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 10px;
}
.fa-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.fa-title {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hint);
    margin-bottom: 20px;
}
.fa-body {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.9;
    margin-bottom: 20px;
}
.fa-quote {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 18px;
    color: var(--blushd);
    line-height: 1.65;
    border-right: 2px solid var(--blushd);
    padding-right: 20px;
}
.fa-visual {
    position: relative;
    background: var(--gx);
    max-height: 780px;
    overflow: hidden;
    width: 650px;
}
.fa-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
    opacity: 0.9;
}
.fa-stat {
    position: absolute;
    bottom: 28px;
    left: 42px;
    background: rgba(36, 61, 44, 0.88);
    backdrop-filter: blur(4px);
    border: 0.5px solid rgba(200, 220, 208, 0.2);
    padding: 14px 20px;
}
.fa-stat-n {
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    text-align: left;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
.fa-stat-l {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-top: 4px;
}

/* Part C — Generation 2 */
.gen2 {
    background: var(--blushl);
    padding: 80px 48px;
}
.gen2-head {
    max-width: 560px;
    margin: 0 auto 56px;
    text-align: center;
}
.gen2-tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 14px;
    display: block;
}
.gen2-h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 300;
    color: var(--gd);
    line-height: 1.1;
    margin-bottom: 14px;
}
.gen2-h2 em {
    font-style: italic;
}
.gen2-p {
    font-size: 15px;
    color: var(--mid);
    line-height: 1.8;
}
.gen2-grid {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.gen2-card {
    background: #fff;
    border: 0.5px solid #efe8e2;
    overflow: hidden;
}
.gen2-img {
    height: 420px;
    overflow: hidden;
    position: relative;
    background: var(--gl);
}
.gen2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    transition: transform 0.4s;
}
.gen2-card:hover .gen2-img img {
    transform: scale(1.03);
}
.gen2-info {
    padding: 28px 28px 32px;
}
.gi-gen {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 8px;
}
.gi-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 600;
    color: var(--gd);
    margin-bottom: 2px;
}
.gi-title {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 12px;
}
.gi-body {
    font-size: 15px;
    color: var(--mid);
    line-height: 1.8;
    margin-bottom: 16px;
}
.gi-stat {
    font-family: "Cormorant Garamond", serif;
    font-size: 15.5px;
    font-style: italic;
    color: var(--blushd);
}

/* Part D — Philosophy */
.philosophy {
    background: var(--gd);
    padding: 96px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1380px;
    margin: 0 auto;
    align-items: center;
    text-align: right;
}
.phil-tag {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 10px;
    display: block;
}
.phil-h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
}
.phil-h2 em {
    font-style: italic;
    color: var(--blush);
}
.phil-body {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.9;
    margin-bottom: 16px;
    text-align: right;
}
.phil-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: right;
}
.pp {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-end;
}

.pp-text strong {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    display: block;
    margin-bottom: 4px;
    text-align: right;
}
.pp-text span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    text-align: right;
}
.video-wrap {
    position: relative;
    padding-bottom: 177.78%;
    height: 0;
    overflow: hidden;
    background: var(--gx);
    border: 0.5px solid rgba(200, 220, 208, 0.1);
}

.phil-video {
    width: 400px;
    height: 710px;
    object-fit: cover;
}

.video-caption {
    margin-top: 14px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 1.6;
}

/* ── NUMBERS ── */
.numbers {
    background: var(--cream);
    padding: 76px 48px;
}
.numbers-inner {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.num-box {
    padding: 24px 24px;
    text-align: center;
    background: #fff;
    border: 0.5px solid #efe8e2;
}
.num-n {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 500;
    color: var(--gd);
    line-height: 1;
}
.num-label {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 8px;
}

/* ── OCCASIONS ── */
.occasions {
    background: var(--blushl);
    padding: 80px 0;
}
.occ-head {
    text-align: center;
    padding: 0 48px 48px;
    max-width: 600px;
    margin: 0 auto;
}
.occ-tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 10px;
    display: block;
}
.occ-h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 300;
    color: var(--gd);
    line-height: 1.1;
}
.occ-h2 em {
    font-style: italic;
}
.occ-scroll {
    display: flex;
    justify-content: center;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 48px 4px;
}
.occ-scroll::-webkit-scrollbar {
    display: none;
}
.occ-card {
    flex-shrink: 0;
    width: 210px;
    background: #fff;
    border: 0.5px solid #efe8e2;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.occ-card:hover {
    transform: translateY(-4px);
}
.occ-img {
    height: 450px;
    overflow: hidden;
}
.img-occ {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% center;
    transform: scale(1.1);
}
.img-occ1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
}
.img-occ2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 5% center;
    transform: scale(1.1);
}

.img-occ3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    transform: scale(1.1);
}
.img-occ4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% center;
    transform: scale(1.1);
}
.img-occ5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% center;
    transform: scale(1.4);
    filter: brightness(1.3);
}
.occ-info {
    padding: 16px 18px;
}
.occ-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    color: var(--gd);
    margin-bottom: 6px;
}
.occ-sub {
    font-size: 14px;
    color: var(--mid);
    letter-spacing: 0.05em;
}

/* ── MEMORY ── */
.memory {
    background: var(--gd);
    padding: 88px 48px;
}
.memory-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.mem-text h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 4.75vw, 52px);
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.mem-text h2 em {
    font-style: italic;
    color: var(--blush);
}
.mem-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.9;
    margin-bottom: 16px;
}
.mem-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.mf {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.mf-icon {
    font-size: 19px;
    flex-shrink: 0;
}
.mf-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
}
.mf-text strong {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}
.mem-visual {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(200, 220, 208, 0.12);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.mem-mock {
    width: 200px;
    height: 300px;
    background: var(--blush);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
.mm-logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.mm-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mm-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: var(--gd);
}
.mm-est {
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
}
.mm-qr {
    width: 58px;
    height: 58px;
    background: var(--gd);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}
.imgimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.mm-scan {
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mid);
}
.mem-caption {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.7;
    max-width: 220px;
}

/* ── TESTIMONIALS ── */
.testimonials {
    background: var(--cream);
    padding: 50px 48px;
}
.testi-head {
    text-align: center;
    margin-bottom: 48px;
}
.testi-tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blushd);
    margin-bottom: 10px;
    display: block;
}
.testi-h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 500;
    color: var(--gd);
}
.testi-h2 em {
    font-style: italic;
}
.testi-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.testi {
    background: #fff;
    border: 0.5px solid #efe8e2;
    padding: 28px 24px;
}
.testi-stars {
    color: var(--blushd);
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.testi-text {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 18px;
    color: var(--gd);
    line-height: 1.65;
    margin-bottom: 15px;
}
.testi-name {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mid);
}

/* ── FINAL CTA ── */
.final-cta {
    background: var(--gd);
    padding: 100px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.final-bg {
    position: absolute;
    inset: 0;
    background: url("https://bambooflorist.com.my/cdn/shop/files/DSCF6132.jpg?v=1751686477&width=1400") center/cover;
    opacity: 0.07;
}
.final-inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}
.final-cta h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 400;
    color: #fff;
    line-height: 1.04;
    margin-bottom: 15px;
}
.final-cta h2 em {
    font-style: italic;
    color: var(--blush);
}
.final-cta p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.8;
    margin-bottom: 26px;
}
.final-ctas {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── FOOTER ── */
footer {
    background: var(--gx);
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-top: 0.5px solid rgba(200, 220, 208, 0.08);
}
.ft-logo {
    border-radius: 6px;
    padding: 6px 14px;
}
.ft-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
}
.ft-links {
    font-family: "Cormorant Garamond", serif;
    display: flex;
    gap: 24px;
}
.ft-links a {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
    text-decoration: none;
    transition: color 0.2s;
}
.ft-links a:hover {
    color: var(--blush);
}
.ft-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.18);
}

/* ================================================================
   MOBILE — 锁死不动，永远不要修改这个 block
   ================================================================ */
@media (max-width: 900px) {
    .timeline {
        padding: 0 24px;
    }
    .tl-era {
        margin-left: 0;
        border-left: none;
        border-bottom: 0.5px solid rgba(58, 97, 71, 0.15);
        padding-left: 0;
        padding-bottom: 40px;
    }
    .tl-era--reverse {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
    }
    .tl-era-label {
        position: static;
        text-align: left;
        margin-bottom: 20px;
        width: auto;
    }
    .tl-era--reverse .tl-era-label {
        text-align: left;
    }
    .tl-era::before {
        display: none;
    }
    .tl-photos--3 {
        grid-template-columns: 1fr 1fr;
    }
    .tl-photos--2 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .tl-photos--2,
    .tl-photos--3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* NAV */
    nav {
        padding: 0 20px;
    }
    .nav-name {
        font-family: "Cormorant Garamond", serif;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.65);
        letter-spacing: 0.05em;
    }
    .nav-wa {
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    /* HERO */
    .hero-content {
        padding: 0 24px 52px;
    }
    .hero-tag {
        font-size: 10px;
        letter-spacing: 0.25em;
        margin-bottom: 24px;
    }
    .hero-h1 {
        font-size: clamp(56px, 8.5vw, 100px);
        margin-bottom: 28px;
    }
    .hero-sub {
        font-size: 20px;
        max-width: 480px;
        margin-bottom: 48px;
    }
    .btn-main {
        font-size: 15px;
        padding: 14px 28px;
    }
    .btn-ghost {
        font-size: 15px;
        padding: 14px 22px;
    }
    .hero-scroll {
        font-size: 12px;
        right: 24px;
    }

    /* TICKER */
    .t-item {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    /* STORY */
    .story {
        padding-left: 24px;
        padding-right: 24px;
    }
    .story-inner {
        grid-template-columns: 1fr;
    }
    .s-left h3 {
        font-size: 10px;
        letter-spacing: 0.22em;
    }
    .s-left .big {
        font-size: 28px;
    }
    .s-left li {
        font-size: 13px;
    }
    .s-right h3 {
        font-size: 10px;
        letter-spacing: 0.22em;
        text-align: right;
    }
    .s-right .big {
        font-size: 28px;
        text-align: right;
    }
    .s-right li {
        font-size: 13px;
        text-align: right;
    }
    .s-right ul {
        align-items: flex-end;
    }

    /* GUIDE TEASER */
    .guide-teaser {
        padding-left: 24px;
        padding-right: 24px;
    }
    .gt-tag {
        font-size: 10px;
        letter-spacing: 0.25em;
    }
    .gt-h2 {
        font-size: clamp(36px, 5vw, 68px);
    }
    .gt-p {
        font-size: 14px;
    }
    .gt-pill {
        font-size: 10px;
    }
    .btn-guide-main {
        font-size: 12px;
        padding: 16px 36px;
    }
    .gt-free {
        font-size: 11px;
    }

    /* WHO WE ARE */
    .who-intro {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 24px;
        text-align: center;
    }
    .who-tag {
        font-size: 10px;
        letter-spacing: 0.25em;
    }
    .who-h2 {
        font-size: clamp(36px, 4.5vw, 64px);
    }
    .who-p {
        font-size: 14px;
    }
    .who-line {
        width: 50px;
        height: 1px;
        background: var(--blushd);
        margin: 28px auto;
    }
    .who-philosophy {
        font-size: 18px;
    }
    .wyb-num {
        font-size: 28px;
    }
    .wyb-label {
        font-size: 9px;
    }

    /* FOUNDER AMANDA */
    .founder-amanda {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        text-align: center;
    }
    .fa-text {
        padding: 10px 0 0;
    }
    .fa-visual {
        min-height: 300px;
        width: 100%; /* ← 加这个，覆盖掉 desktop 的 650px */
        max-height: none; /* ← 加这个，取消 desktop 的 max-height */
        height: 400px;
    }
    .fa-gen {
        font-size: 10px;
        letter-spacing: 0.22em;
    }
    .fa-name {
        font-size: 48px;
    }
    .fa-title {
        font-size: 11px;
        letter-spacing: 0.14em;
    }
    .fa-body {
        font-size: 13px;
    }
    .fa-quote {
        font-size: 17px;
        border: none;
        margin-bottom: 20px;
    }
    .fa-stat-n {
        font-size: 32px;
    }
    .fa-stat-l {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    /* GEN 2 */
    .gen2 {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 40px;
    }
    .gen2-grid {
        grid-template-columns: 1fr;
        margin-top: -40px;
    }
    .gen2-tag {
        font-size: 10px;
        letter-spacing: 0.25em;
    }
    .gen2-h2 {
        font-size: clamp(28px, 4vw, 52px);
    }
    .gen2-p {
        font-size: 13px;
    }
    .gen2-img {
        height: 320px;
    }
    .gi-gen {
        font-size: 10px;
        letter-spacing: 0.18em;
    }
    .gi-name {
        font-size: 32px;
    }
    .gi-title {
        font-size: 11px;
        letter-spacing: 0.12em;
    }
    .gi-body {
        font-size: 13px;
    }
    .gi-stat {
        font-size: 13px;
    }

    /* PHILOSOPHY */
    .philosophy {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        text-align: center;
    }
    .phil-tag {
        font-size: 10px;
        letter-spacing: 0.25em;
    }
    .phil-h2 {
        font-size: clamp(32px, 4vw, 56px);
    }
    .phil-body {
        font-size: 13px;
        text-align: center;
    }
    .pp {
        justify-content: center; /* ← 加这个 */
    }
    .pp-text {
        width: 100%;
        text-align: center;
    }
    .pp-text strong {
        font-size: 13px;
        text-align: center;
    }
    .pp-text span {
        font-size: 12px;
        text-align: center;
    }
    .video-wrap {
        padding-bottom: 0;
        height: auto;
        background: transparent;
        margin-top: -60px;
    }
    .phil-video {
        width: 100%;
        height: 680px;
        position: static; /* 加这个 */
    }

    .video-caption {
        font-size: 13px;
    }

    /* NUMBERS */
    .numbers {
        padding: 0 24px 60px;
    }
    .numbers-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .num-n {
        font-size: 48px;
    }
    .num-label {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    /* OCCASIONS */
    .occasions {
        padding-left: 0;
        padding-right: 0;
    }
    .occ-head {
        padding: 0 24px 48px;
    }
    .occ-tag {
        font-size: 10px;
        letter-spacing: 0.25em;
    }
    .occ-h2 {
        font-size: clamp(28px, 4vw, 52px);
    }
    .occ-scroll {
        padding: 0 24px 4px;
        justify-content: flex-start;
    }
    .occ-card {
        width: 160px;
    }
    .occ-img {
        height: 280px;
    }
    .occ-name {
        font-size: 18px;
    }
    .occ-sub {
        font-size: 11px;
    }

    /* MEMORY */
    .memory {
        padding: 30px 24px;
    }
    .memory-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .mem-text h2 {
        font-size: clamp(30px, 4vw, 52px);
    }
    .mem-text p {
        font-size: 13px;
    }
    .mf-text {
        font-size: 13px;
    }
    .mem-caption {
        font-size: 14px;
    }

    /* TESTIMONIALS */
    .testimonials {
        padding-left: 24px;
        padding-right: 24px;
    }
    .testi-grid {
        grid-template-columns: 1fr;
    }
    .testi-h2 {
        font-size: clamp(28px, 4vw, 48px);
    }
    .testi-text {
        font-size: 16px;
    }
    .testi-name {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    /* FINAL CTA */
    .final-cta {
        padding-left: 24px;
        padding-right: 24px;
    }
    .final-cta h2 {
        font-size: clamp(40px, 6vw, 80px);
    }
    .final-cta p {
        font-size: 14px;
    }

    /* FOOTER */
    footer {
        padding: 40px 24px;
    }
    .ft-links a {
        font-size: 11px;
        letter-spacing: 0.1em;
    }
    .ft-copy {
        font-size: 11px;
    }
}