:root {
    --black: #080506;
    --dark-black: #100708;
    --maroon: #2a090f;
    --maroon-light: #4b111d;
    --maroon-deep: #18070a;
    --gold: #d9a83d;
    --gold-light: #f3d782;
    --gold-dark: #9b6a19;
    --cream: #f6ebd0;
    --white: #fffdf8;
    --muted: #c7b9ad;
    --border: rgba(219, 169, 60, 0.25);
    --transition: 0.35s ease;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--black);
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.section-container,
.header-container,
.hero-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.announcement-bar {
    position: relative;
    z-index: 1002;
    padding: 8px 20px;
    background: linear-gradient(90deg,
            #7a4b0c,
            #e0b653,
            #8e5f12);
    color: #1b0e03;
    text-align: center;
}

.announcement-bar p {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.announcement-bar span {
    margin: 0 15px;
    font-size: 8px;
}

/* Header */

.main-header {
    position: fixed;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}

.main-header.scrolled {
    top: 0;
    background: rgba(12, 5, 7, 0.94);
    border-bottom-color: var(--border);
    backdrop-filter: blur(18px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.header-container {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.brand-emblem {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    position: relative;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    line-height: 1;
    background:
        radial-gradient(circle, rgba(217, 168, 61, 0.16), transparent 65%);
}

.brand-emblem::before,
.brand-emblem::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(217, 168, 61, 0.3);
    border-radius: 50%;
}

.brand-emblem::after {
    inset: 5px;
    border-style: dotted;
}

.brand-name {
    display: flex;
    flex-direction: column;
}

.brand-name strong {
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1;
}

.brand-name small {
    margin-top: 7px;
    color: var(--muted);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.desktop-nav a {
    position: relative;
    color: #eee2d5;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transition: var(--transition);
}

.desktop-nav a:hover {
    color: var(--gold-light);
}

.desktop-nav a:hover::after {
    transform: scaleX(1);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shop-header-btn {
    padding: 12px 22px;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: var(--transition);
}

.shop-header-btn:hover {
    background: var(--gold);
    color: #1a0b04;
}

.menu-button {
    width: 40px;
    height: 40px;
    display: none;
    border: 0;
    background: transparent;
}

.menu-button span {
    width: 25px;
    height: 1px;
    display: block;
    margin: 6px auto;
    background: var(--gold-light);
    transition: var(--transition);
}

.mobile-menu {
    display: none;
}

/* Common headings */

.eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 44px;
    height: 1px;
    background: var(--gold);
}

.section-heading {
    max-width: 740px;
    margin-bottom: 55px;
}

.centered-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.centered-heading .eyebrow {
    justify-content: center;
}

.centered-heading .eyebrow::after {
    content: "";
    width: 44px;
    height: 1px;
    background: var(--gold);
}

.section-heading h2,
.founder-content h2,
.quality-content h2,
.contact-copy h2,
.gifting-content h2 {
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 500;
    line-height: 0.98;
}

.section-heading h2 span,
.founder-content h2 span,
.quality-content h2 span,
.contact-copy h2 span,
.gifting-content h2 span {
    color: var(--gold);
    font-style: italic;
}

.section-heading>p:last-child {
    max-width: 640px;
    margin: 25px auto 0;
    color: var(--muted);
    font-size: 14px;
}

/* Buttons */

.primary-button,
.secondary-button,
.gold-outline-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 28px;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: var(--transition);
}

.primary-button {
    background: linear-gradient(135deg,
            #be8521,
            #f0cd6f,
            #ad721a);
    color: #201004;
    box-shadow: 0 15px 50px rgba(183, 120, 22, 0.18);
}

.primary-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 19px 50px rgba(217, 168, 61, 0.3);
}

.secondary-button,
.gold-outline-button {
    border: 1px solid rgba(217, 168, 61, 0.65);
    color: var(--gold-light);
}

.secondary-button:hover,
.gold-outline-button:hover {
    background: rgba(217, 168, 61, 0.1);
    border-color: var(--gold-light);
}

/* Hero */

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 165px 0 85px;
    overflow: hidden;
    background:
        radial-gradient(circle at 73% 42%,
            rgba(102, 23, 35, 0.35),
            transparent 33%),
        linear-gradient(110deg,
            #080506 0%,
            #16070a 47%,
            #090506 100%);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.09;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 90px 90px;
    mask-image: linear-gradient(to right, transparent, black, transparent);
}

.hero-section::after {
    content: "BIYORUWA";
    position: absolute;
    bottom: -50px;
    left: 50%;
    color: rgba(217, 168, 61, 0.035);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(120px, 20vw, 300px);
    letter-spacing: 20px;
    line-height: 1;
    transform: translateX(-50%);
    pointer-events: none;
}

.hero-light {
    width: 420px;
    height: 420px;
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.2;
}

.hero-light-one {
    top: 10%;
    right: 5%;
    background: #ba5a31;
}

.hero-light-two {
    bottom: 0;
    left: -15%;
    background: #7b132a;
}

.hero-container {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 65px;
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 6.3vw, 92px);
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 0.91;
}

.hero-content h1 span {
    color: var(--gold);
    font-family: "Parisienne", cursive;
    font-size: 0.95em;
    font-weight: 400;
}

.hero-description {
    max-width: 600px;
    margin-top: 28px;
    color: #c9bdb3;
    font-size: 14px;
    line-height: 1.9;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 36px;
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}

.hero-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.point-icon {
    color: var(--gold);
    font-size: 12px;
}

.hero-point strong,
.hero-point small {
    display: block;
}

.hero-point strong {
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
}

.hero-point small {
    margin-top: 5px;
    color: #8e8179;
    font-size: 8px;
    letter-spacing: 0.7px;
}

.hero-visual {
    position: relative;
}

.hero-image-frame {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-image-frame::before {
    content: "";
    width: 75%;
    height: 70%;
    position: absolute;
    border: 1px solid rgba(217, 168, 61, 0.22);
    border-radius: 50%;
    transform: rotate(-15deg);
}

.hero-image-frame::after {
    content: "";
    width: 55%;
    height: 75%;
    position: absolute;
    border: 1px solid rgba(217, 168, 61, 0.12);
    border-radius: 50%;
    transform: rotate(29deg);
}

.hero-product-image {
    width: 100%;
    max-height: 570px;
    position: relative;
    z-index: 3;
    border: 1px solid rgba(217, 168, 61, 0.2);
    border-radius: 9px;
    object-fit: contain;
    filter: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.58));
}

.frame-line {
    position: absolute;
    z-index: 4;
    background: linear-gradient(90deg,
            transparent,
            var(--gold),
            transparent);
}

.frame-line-one {
    width: 80%;
    height: 1px;
    top: 8%;
    left: 10%;
}

.frame-line-two {
    width: 1px;
    height: 80%;
    top: 10%;
    right: 4%;
    background: linear-gradient(transparent,
            var(--gold),
            transparent);
}

.hero-badge {
    width: 92px;
    height: 92px;
    display: grid;
    place-content: center;
    position: absolute;
    z-index: 5;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: rgba(18, 7, 9, 0.9);
    text-align: center;
    backdrop-filter: blur(8px);
}

.hero-badge strong,
.hero-badge span {
    display: block;
}

.hero-badge strong {
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 500;
}

.hero-badge span {
    color: var(--cream);
    font-size: 8px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hero-badge-left {
    bottom: 10%;
    left: -3%;
}

.hero-badge-right {
    top: 13%;
    right: -3%;
}

.floating-cocoa {
    position: absolute;
    z-index: 1;
    color: rgba(217, 168, 61, 0.4);
    animation: floatElement 5s ease-in-out infinite;
}

.cocoa-one {
    top: 23%;
    left: 3%;
}

.cocoa-two {
    right: 3%;
    bottom: 20%;
    animation-delay: 1.2s;
}

.cocoa-three {
    bottom: 8%;
    left: 42%;
    animation-delay: 2.2s;
}

.scroll-indicator {
    display: flex;
    align-items: center;
    gap: 17px;
    position: absolute;
    bottom: 29px;
    left: 50%;
    z-index: 5;
    color: #8f7f73;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.scroll-indicator i {
    width: 40px;
    height: 1px;
    position: relative;
    background: rgba(217, 168, 61, 0.4);
}

.scroll-indicator i::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: -2px;
    left: 0;
    border-radius: 50%;
    background: var(--gold);
    animation: scrollDot 2s linear infinite;
}

/* Brand strip */

.brand-strip {
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: #16080b;
}

.brand-strip-track {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: stripMove 22s linear infinite;
}

.brand-strip-track i {
    color: var(--gold);
    font-size: 8px;
}

/* Collection */

.collection-intro {
    padding: 120px 0;
    position: relative;
    background:
        radial-gradient(circle at 50% 0%,
            rgba(99, 20, 33, 0.18),
            transparent 32%),
        #0c0708;
}

.collection-showcase {
    margin-bottom: 65px;
}

.collection-image-wrap {
    height: 520px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
}

.collection-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(9, 4, 5, 0.88),
            rgba(9, 4, 5, 0.08) 65%),
        linear-gradient(0deg,
            rgba(9, 4, 5, 0.55),
            transparent 55%);
}

.collection-image-copy {
    max-width: 520px;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}

.collection-image-copy p {
    color: var(--gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.collection-image-copy h3 {
    margin: 5px 0 12px;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 500;
    line-height: 0.95;
}

.collection-image-copy span {
    color: #d3c5ba;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.product-card {
    min-height: 355px;
    display: grid;
    grid-template-columns: 0.84fr 1.16fr;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(217, 168, 61, 0.22);
    background: #160b0c;
    transition: var(--transition);
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.08),
            transparent 45%);
    transition: var(--transition);
}

.product-card:hover {
    border-color: rgba(217, 168, 61, 0.65);
    transform: translateY(-6px);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.35);
}

.product-card:hover::before {
    opacity: 1;
}

.product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 19px;
    right: 20px;
    left: 20px;
    z-index: 3;
}

.product-number {
    color: rgba(255, 255, 255, 0.35);
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    letter-spacing: 2px;
}

.product-badge {
    padding: 5px 11px;
    border: 1px solid rgba(217, 168, 61, 0.35);
    border-radius: 20px;
    color: var(--gold-light);
    font-size: 7px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.product-art {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-art::before {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    border: 1px solid rgba(217, 168, 61, 0.22);
    border-radius: 50%;
}

.product-art::after {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg,
            transparent,
            rgba(217, 168, 61, 0.35),
            transparent);
    transform: rotate(-40deg);
}

.mini-emblem {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 54px;
    border: 1px solid rgba(217, 168, 61, 0.7);
    border-radius: 50%;
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 35px;
}

.chocolate-blocks {
    width: 125px;
    height: 105px;
    position: relative;
    top: 50px;
    transform: rotate(-11deg);
    filter: drop-shadow(15px 20px 13px rgba(0, 0, 0, 0.4));
}

.chocolate-blocks span {
    width: 72px;
    height: 63px;
    display: block;
    position: absolute;
    border: 2px solid rgba(237, 188, 95, 0.2);
    border-radius: 5px;
    background:
        linear-gradient(140deg,
            #67301f,
            #2c0f0b 65%,
            #160706);
    box-shadow:
        inset 5px 5px 8px rgba(255, 255, 255, 0.08),
        inset -5px -5px 8px rgba(0, 0, 0, 0.5);
}

.chocolate-blocks span:nth-child(1) {
    top: 0;
    left: 0;
}

.chocolate-blocks span:nth-child(2) {
    top: 21px;
    left: 28px;
}

.chocolate-blocks span:nth-child(3) {
    top: 42px;
    left: 55px;
}

.product-details {
    align-self: center;
    position: relative;
    z-index: 2;
    padding: 65px 26px 28px 10px;
}

.product-details>p:first-child {
    color: var(--gold);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.product-details h3 {
    margin: 3px 0 9px;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
}

.small-gold-line {
    width: 40px;
    height: 1px;
    display: block;
    margin-bottom: 15px;
    background: var(--gold);
}

.product-description {
    min-height: 66px;
    color: #afa198;
    font-size: 11px;
    line-height: 1.7;
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.availability {
    color: #8e8077;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-shop-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gold-light);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.product-shop-link span {
    transition: var(--transition);
}

.product-shop-link:hover span {
    transform: translateX(5px);
}

/* Product colours */

.classic-dark {
    background:
        linear-gradient(135deg, #080708, #1c1110);
}

.royal-reserve {
    background:
        linear-gradient(135deg, #091222, #11182a);
}

.velvet-milk {
    background:
        linear-gradient(135deg, #eee6d6, #d7c6a9);
}

.velvet-milk .product-details h3,
.velvet-milk .product-description,
.velvet-milk .product-number {
    color: #301c13;
}

.velvet-milk .product-details>p:first-child {
    color: #825c22;
}

.mint-fresh {
    background:
        linear-gradient(135deg, #071810, #0c3523);
}

.white-indulgence {
    background:
        linear-gradient(135deg, #f0eadc, #cfb991);
}

.white-indulgence .product-details h3,
.white-indulgence .product-description,
.white-indulgence .product-number {
    color: #352014;
}

.white-indulgence .product-details>p:first-child {
    color: #8c6525;
}

.luxury-gold {
    background:
        linear-gradient(135deg, #4a2810, #ad7427);
}

.hazelnut-delight {
    background:
        linear-gradient(135deg, #081a13, #113326);
}

.fruit-nut {
    background:
        linear-gradient(135deg, #2b0812, #551426);
}

.orange-zest {
    background:
        linear-gradient(135deg, #160d08, #3e1e0b);
}

.strawberry-dream {
    background:
        linear-gradient(135deg, #8e3c4d, #d98796);
}

.collection-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 55px;
    padding: 35px 40px;
    border: 1px solid var(--border);
    background:
        linear-gradient(110deg,
            rgba(100, 21, 34, 0.25),
            rgba(217, 168, 61, 0.06));
}

.cta-small-text {
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.collection-cta h3 {
    margin-top: 5px;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 500;
}

/* Founder */

.founder-section {
    padding: 130px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 50%,
            rgba(128, 28, 42, 0.28),
            transparent 35%),
        linear-gradient(90deg, #18080b, #090607);
}

.founder-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 100px;
}

.founder-visual {
    min-height: 600px;
    position: relative;
}

.founder-card {
    width: 85%;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(217, 168, 61, 0.35);
    padding: 50px;
    background:
        linear-gradient(145deg,
            rgba(78, 15, 25, 0.8),
            rgba(17, 7, 9, 0.95));
    text-align: center;
    box-shadow: 35px 35px 0 rgba(217, 168, 61, 0.035);
}

.founder-card::before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(217, 168, 61, 0.16);
}

.founder-card-label {
    position: relative;
    z-index: 2;
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.founder-emblem {
    width: 115px;
    height: 115px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
    margin: 35px 0;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 65px;
}

.founder-emblem::before {
    content: "";
    position: absolute;
    inset: -9px;
    border: 1px dotted rgba(217, 168, 61, 0.45);
    border-radius: 50%;
}

.founder-card h3 {
    position: relative;
    z-index: 2;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
}

.founder-card p {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    color: #af9f95;
    font-size: 12px;
}

.city-line-art {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 16px;
    margin-top: 35px;
    color: var(--gold-light);
    font-size: 9px;
    letter-spacing: 2px;
}

.city-line-art i {
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.founder-floating-box {
    width: 255px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 25px 30px;
    border-left: 3px solid var(--gold);
    background: var(--cream);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.32);
}

.founder-floating-box strong,
.founder-floating-box span {
    display: block;
}

.founder-floating-box strong {
    color: #38131a;
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    font-weight: 600;
}

.founder-floating-box span {
    margin-top: 2px;
    color: #7c5a45;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.founder-content>p:not(.eyebrow) {
    margin-top: 22px;
    color: #b9aba2;
    font-size: 13px;
}

.founder-content .founder-lead {
    color: #e2d4c6;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    line-height: 1.5;
}

.founder-content blockquote {
    margin-top: 30px;
    padding: 20px 0 20px 25px;
    border-left: 1px solid var(--gold);
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.5;
}

.founder-signature {
    margin-top: 27px;
}

.founder-signature span,
.founder-signature strong {
    display: block;
}

.founder-signature span {
    color: #8e7d73;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.founder-signature strong {
    margin-top: 3px;
    color: var(--cream);
    font-family: "Parisienne", cursive;
    font-size: 29px;
    font-weight: 400;
}

/* Experience */

.experience-section {
    padding: 120px 0;
    background: #0b0708;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--border);
}

.experience-card {
    min-height: 330px;
    padding: 50px 27px;
    border-right: 1px solid var(--border);
    text-align: center;
    transition: var(--transition);
}

.experience-card:last-child {
    border-right: 0;
}

.experience-card:hover {
    background: rgba(77, 16, 26, 0.25);
}

.featured-experience {
    background:
        linear-gradient(145deg,
            rgba(99, 22, 34, 0.6),
            rgba(34, 8, 13, 0.6));
}

.experience-icon {
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    margin: 0 auto 28px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
}

.experience-card h3 {
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 500;
}

.experience-card p {
    margin-top: 15px;
    color: #9f9188;
    font-size: 11px;
}

/* Quality */

.quality-section {
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background:
        radial-gradient(circle at 75% 50%,
            rgba(137, 73, 19, 0.23),
            transparent 26%),
        linear-gradient(105deg, #2b0a10, #0b0607);
}

.quality-background-text {
    position: absolute;
    bottom: -45px;
    left: -25px;
    color: rgba(217, 168, 61, 0.035);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(120px, 21vw, 310px);
    line-height: 1;
}

.quality-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}

.quality-content>p:not(.eyebrow) {
    max-width: 600px;
    margin-top: 25px;
    color: #bbaea5;
    font-size: 13px;
}

.quality-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 35px;
    margin-top: 38px;
    list-style: none;
}

.quality-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #ddd0c3;
    font-size: 11px;
}

.quality-list span {
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
}

.quality-circles {
    min-height: 450px;
    position: relative;
}

.quality-circle {
    display: grid;
    place-content: center;
    position: absolute;
    border: 1px solid var(--gold);
    border-radius: 50%;
    text-align: center;
    background:
        radial-gradient(circle,
            rgba(217, 168, 61, 0.14),
            rgba(27, 8, 11, 0.7));
    box-shadow:
        0 0 0 15px rgba(217, 168, 61, 0.025),
        0 25px 70px rgba(0, 0, 0, 0.35);
}

.quality-circle strong,
.quality-circle span {
    display: block;
}

.quality-circle strong {
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 500;
}

.quality-circle span {
    color: var(--cream);
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.large-circle {
    width: 330px;
    height: 330px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.large-circle strong {
    font-size: 51px;
}

.small-circle {
    width: 135px;
    height: 135px;
}

.top-circle {
    top: 0;
    right: 0;
}

.bottom-circle {
    bottom: 0;
    left: 0;
}

/* Gifting */

.gifting-section {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    background:
        linear-gradient(90deg,
            #090506 0%,
            rgba(17, 7, 9, 0.7) 55%,
            rgba(80, 16, 27, 0.25)),
        url("../images/biyoruwa-packaging.png") center right / 55% auto no-repeat;
}

.gifting-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(8, 5, 6, 1) 15%,
            rgba(8, 5, 6, 0.86) 48%,
            rgba(8, 5, 6, 0.25));
}

.gifting-content {
    position: relative;
    z-index: 2;
}

.gifting-content h2 {
    max-width: 650px;
}

.gifting-content>p:not(.eyebrow) {
    max-width: 580px;
    margin: 25px 0 35px;
    color: #c0b2a9;
    font-size: 13px;
}

/* Contact */

.contact-section {
    padding: 130px 0;
    background:
        radial-gradient(circle at 85% 20%,
            rgba(105, 24, 37, 0.2),
            transparent 30%),
        #0c0708;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 95px;
}

.contact-copy>p:not(.eyebrow) {
    margin-top: 25px;
    color: #b6a89f;
    font-size: 13px;
}

.contact-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
}

.contact-list a {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
}

.contact-list a:hover {
    background: rgba(217, 168, 61, 0.06);
}

.contact-list span {
    color: var(--gold);
    font-size: 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-list strong {
    margin-top: 8px;
    color: var(--cream);
    font-size: 11px;
    font-weight: 500;
    word-break: break-word;
}

.contact-form-wrap {
    padding: 45px;
    border: 1px solid var(--border);
    background:
        linear-gradient(145deg,
            rgba(73, 15, 24, 0.42),
            rgba(17, 8, 9, 0.88));
}

.contact-form-heading span {
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-form-heading h3 {
    margin-top: 4px;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 500;
}

.contact-form {
    margin-top: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #b8a89d;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    border: 1px solid rgba(217, 168, 61, 0.2);
    border-radius: 0;
    outline: none;
    padding: 15px 16px;
    background: rgba(4, 3, 3, 0.35);
    color: var(--cream);
    font-size: 12px;
    transition: var(--transition);
}

.form-group select option {
    background: #1a0a0d;
    color: var(--cream);
}

.form-group textarea {
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--gold);
    background: rgba(217, 168, 61, 0.04);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #766b64;
}

.form-button {
    width: 100%;
    border: 0;
}

/* Footer */

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 90px 0 25px;
    border-top: 1px solid var(--border);
    background: #070405;
}

.footer-glow {
    width: 500px;
    height: 500px;
    position: absolute;
    top: -300px;
    left: 50%;
    border-radius: 50%;
    background: rgba(111, 24, 38, 0.3);
    filter: blur(130px);
    transform: translateX(-50%);
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.footer-brand p {
    max-width: 390px;
    margin-top: 25px;
    color: #95877e;
    font-size: 11px;
}

.footer-tagline {
    margin-top: 22px;
    color: var(--gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.footer-tagline span {
    margin: 0 8px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.footer-column h4 {
    margin-bottom: 12px;
    color: var(--gold-light);
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 500;
}

.footer-column a {
    color: #978a81;
    font-size: 10px;
    transition: var(--transition);
}

.footer-column a:hover {
    color: var(--gold-light);
    transform: translateX(4px);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    padding-top: 23px;
    border-top: 1px solid rgba(217, 168, 61, 0.14);
    color: #695f59;
    font-size: 8px;
    letter-spacing: 0.7px;
}

.footer-bottom div {
    display: flex;
    gap: 25px;
}

.footer-bottom a:hover {
    color: var(--gold);
}

/* Floating WhatsApp */

.floating-whatsapp {
    display: flex;
    align-items: center;
    gap: 9px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    padding: 10px 15px 10px 10px;
    border: 1px solid rgba(217, 168, 61, 0.5);
    border-radius: 40px;
    background: rgba(25, 9, 12, 0.94);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.floating-whatsapp span {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #210c04;
    font-size: 9px;
    font-weight: 800;
}

.floating-whatsapp small {
    color: var(--cream);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Animations */

@keyframes floatElement {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-17px) rotate(15deg);
    }
}

@keyframes scrollDot {
    from {
        left: 0;
    }

    to {
        left: calc(100% - 5px);
    }
}

@keyframes stripMove {
    from {
        transform: translateX(5%);
    }

    to {
        transform: translateX(-5%);
    }
}

/* Responsive */

@media (max-width: 1100px) {
    .desktop-nav {
        gap: 20px;
    }

    .hero-container {
        gap: 30px;
    }

    .hero-points {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: 380px;
        grid-template-columns: 0.78fr 1.22fr;
    }

    .founder-grid {
        gap: 60px;
    }

    .experience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .experience-card:nth-child(2) {
        border-right: 0;
    }

    .experience-card:nth-child(1),
    .experience-card:nth-child(2) {
        border-bottom: 1px solid var(--border);
    }
}

@media (max-width: 900px) {
    .main-header {
        top: 33px;
    }

    .desktop-nav,
    .shop-header-btn {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .menu-button.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-button.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-button.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 119px;
        right: 0;
        left: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        background: rgba(13, 5, 7, 0.98);
        opacity: 0;
        backdrop-filter: blur(20px);
        transition: var(--transition);
    }

    .main-header.scrolled .mobile-menu {
        top: 86px;
    }

    .mobile-menu.open {
        max-height: 420px;
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--border);
        opacity: 1;
    }

    .mobile-menu a {
        padding: 15px 0;
        border-bottom: 1px solid rgba(217, 168, 61, 0.12);
        color: var(--cream);
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .hero-section {
        min-height: auto;
        padding-top: 170px;
    }

    .hero-container,
    .founder-grid,
    .quality-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-content {
        text-align: center;
    }

    .hero-content .eyebrow {
        justify-content: center;
    }

    .hero-content .eyebrow::after {
        content: "";
        width: 44px;
        height: 1px;
        background: var(--gold);
    }

    .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-points {
        grid-template-columns: repeat(3, 1fr);
        text-align: left;
    }

    .hero-image-frame {
        min-height: 470px;
    }

    .hero-product-image {
        max-height: 450px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .founder-visual {
        width: min(600px, 100%);
        margin: 0 auto;
    }

    .founder-content {
        text-align: center;
    }

    .founder-content .eyebrow {
        justify-content: center;
    }

    .founder-content .eyebrow::after {
        content: "";
        width: 44px;
        height: 1px;
        background: var(--gold);
    }

    .founder-content blockquote {
        padding-right: 25px;
        border-right: 1px solid var(--gold);
    }

    .quality-content {
        text-align: center;
    }

    .quality-content .eyebrow {
        justify-content: center;
    }

    .quality-content .eyebrow::after {
        content: "";
        width: 44px;
        height: 1px;
        background: var(--gold);
    }

    .quality-content>p:not(.eyebrow) {
        margin-right: auto;
        margin-left: auto;
    }

    .quality-list {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .quality-circles {
        width: min(500px, 100%);
        margin: 0 auto;
    }

    .contact-grid {
        gap: 60px;
    }

    .footer-top {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 650px) {

    .section-container,
    .header-container,
    .hero-container {
        width: min(100% - 28px, 1200px);
    }

    .announcement-bar p {
        font-size: 7px;
        letter-spacing: 1px;
    }

    .announcement-bar span {
        margin: 0 5px;
    }

    .header-container {
        min-height: 75px;
    }

    .main-header.scrolled .mobile-menu {
        top: 75px;
    }

    .mobile-menu {
        top: 108px;
    }

    .brand-emblem {
        width: 43px;
        height: 43px;
        font-size: 27px;
    }

    .brand-name strong {
        font-size: 21px;
        letter-spacing: 3px;
    }

    .brand-name small {
        font-size: 6px;
        letter-spacing: 2px;
    }

    .hero-section {
        padding-top: 145px;
        padding-bottom: 70px;
    }

    .hero-content h1 {
        font-size: 53px;
    }

    .hero-description {
        font-size: 12px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
    }

    .hero-points {
        grid-template-columns: 1fr;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
    }

    .hero-image-frame {
        min-height: 340px;
    }

    .hero-product-image {
        max-height: 330px;
    }

    .hero-badge {
        width: 72px;
        height: 72px;
    }

    .hero-badge strong {
        font-size: 20px;
    }

    .hero-badge span {
        font-size: 6px;
    }

    .hero-badge-left {
        left: 0;
    }

    .hero-badge-right {
        right: 0;
    }

    .scroll-indicator {
        display: none;
    }

    .brand-strip-track {
        font-size: 14px;
    }

    .collection-intro,
    .experience-section,
    .founder-section,
    .contact-section,
    .quality-section {
        padding: 90px 0;
    }

    .section-heading h2,
    .founder-content h2,
    .quality-content h2,
    .contact-copy h2,
    .gifting-content h2 {
        font-size: 45px;
    }

    .collection-image-wrap {
        height: 390px;
    }

    .collection-image-wrap img {
        object-position: center;
    }

    .collection-image-overlay {
        background: rgba(7, 4, 5, 0.68);
    }

    .collection-image-copy {
        right: 25px;
        left: 25px;
        text-align: center;
    }

    .collection-image-copy h3 {
        font-size: 45px;
    }

    .product-card {
        min-height: 530px;
        grid-template-columns: 1fr;
    }

    .product-art {
        min-height: 270px;
    }

    .product-details {
        padding: 25px;
        text-align: center;
    }

    .small-gold-line {
        margin-right: auto;
        margin-left: auto;
    }

    .product-description {
        min-height: auto;
    }

    .collection-cta {
        flex-direction: column;
        padding: 30px 22px;
        text-align: center;
    }

    .founder-visual {
        min-height: 560px;
    }

    .founder-card {
        width: 100%;
        padding: 38px 25px;
    }

    .founder-floating-box {
        right: 15px;
        bottom: -20px;
    }

    .experience-grid {
        grid-template-columns: 1fr;
    }

    .experience-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .experience-card:last-child {
        border-bottom: 0;
    }

    .quality-list {
        grid-template-columns: 1fr;
    }

    .quality-circles {
        min-height: 400px;
    }

    .large-circle {
        width: 275px;
        height: 275px;
    }

    .small-circle {
        width: 110px;
        height: 110px;
    }

    .quality-circle strong {
        font-size: 25px;
    }

    .large-circle strong {
        font-size: 42px;
    }

    .gifting-section {
        min-height: 550px;
        text-align: center;
        background-size: cover;
    }

    .gifting-content .eyebrow {
        justify-content: center;
    }

    .gifting-content .eyebrow::after {
        content: "";
        width: 44px;
        height: 1px;
        background: var(--gold);
    }

    .contact-copy {
        text-align: center;
    }

    .contact-copy .eyebrow {
        justify-content: center;
    }

    .contact-copy .eyebrow::after {
        content: "";
        width: 44px;
        height: 1px;
        background: var(--gold);
    }

    .contact-list {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .contact-form-wrap {
        padding: 30px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 45px 30px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .floating-whatsapp {
        right: 13px;
        bottom: 13px;
    }

    .floating-whatsapp small {
        display: none;
    }
}

.element-hidden {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.element-visible {
    opacity: 1;
    transform: translateY(0);
}