:root {
    --gd-primary: #e91e4d;
    --gd-primary-dark: #c91440;
    --gd-primary-soft: #fff0f4;

    --gd-dark: #17171c;
    --gd-text: #34343d;
    --gd-muted: #70707d;

    --gd-border: #e8e6e4;

    --gd-cream: #fffaf6;
    --gd-soft: #f8f7f5;
    --gd-white: #ffffff;

    --gd-radius-sm: 12px;
    --gd-radius: 20px;
    --gd-radius-lg: 30px;

    --gd-shadow:
        0 20px 60px rgba(25, 20, 18, 0.08);

    --gd-container: 1240px;
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
}


* {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    margin: 0;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    color: var(--gd-text);
    background: var(--gd-white);

    line-height: 1.6;
}


a {
    color: inherit;
    text-decoration: none;
}


button,
input,
select {
    font: inherit;
}


button {
    cursor: pointer;
}


.container {
    width: min(
        calc(100% - 40px),
        var(--gd-container)
    );

    margin: 0 auto;
}


/* Announcement */

.announcement-bar {
    background: var(--gd-dark);
    color: #fff;

    font-size: 13px;
}


.announcement-inner {
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


/* Header */

.site-header {
    background: rgba(255,255,255,.96);

    border-bottom: 1px solid var(--gd-border);

    position: sticky;
    top: 0;

    z-index: 100;

    backdrop-filter: blur(14px);
}


.header-main {
    min-height: 78px;

    display: flex;
    align-items: center;

    gap: 35px;
}


.logo {
    font-size: 29px;
    font-weight: 850;

    letter-spacing: -1.3px;

    color: var(--gd-dark);

    white-space: nowrap;
}


.logo span {
    color: var(--gd-primary);
}


.main-nav {
    display: flex;
    align-items: center;

    gap: 28px;

    font-size: 14px;
    font-weight: 650;
}


.main-nav a {
    transition: color .2s ease;
}


.main-nav a:hover {
    color: var(--gd-primary);
}


.header-actions {
    margin-left: auto;

    display: flex;
    align-items: center;

    gap: 8px;
}


.header-pill,
.icon-button {
    border: 1px solid var(--gd-border);

    background: #fff;

    height: 40px;

    border-radius: 100px;

    color: var(--gd-text);
}


.header-pill {
    padding: 0 14px;

    font-size: 13px;
    font-weight: 650;
}


.icon-button {
    width: 40px;

    display: grid;
    place-items: center;
}


.mobile-menu-btn {
    display: none;

    background: none;
    border: 0;

    font-size: 22px;
}


/* Hero */

.hero {
    position: relative;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 82% 40%,
            #ffe5eb 0,
            #fff7f5 35%,
            #fff 68%
        );
}


.hero-grid {
    min-height: 650px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(400px, .95fr);

    align-items: center;

    gap: 70px;

    padding-top: 65px;
    padding-bottom: 95px;
}


.eyebrow,
.section-kicker {
    display: inline-block;

    color: var(--gd-primary);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.8px;

    margin-bottom: 15px;
}


.hero h1 {
    margin: 0;

    color: var(--gd-dark);

    font-size: clamp(48px, 5.3vw, 78px);

    line-height: .98;

    letter-spacing: -4px;

    max-width: 700px;
}


.hero h1 span {
    display: block;

    color: var(--gd-primary);
}


.hero-lead {
    max-width: 640px;

    margin: 28px 0 30px;

    color: var(--gd-muted);

    font-size: 18px;

    line-height: 1.8;
}


.hero-buttons {
    display: flex;
    align-items: center;

    gap: 12px;

    flex-wrap: wrap;
}


.btn {
    min-height: 50px;

    padding: 0 22px;

    border: 0;
    border-radius: 100px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    font-size: 14px;
    font-weight: 750;

    transition:
        transform .2s ease,
        background .2s ease;
}


.btn:hover {
    transform: translateY(-2px);
}


.btn-primary {
    background: var(--gd-primary);
    color: #fff;
}


.btn-primary:hover {
    background: var(--gd-primary-dark);
}


.btn-secondary {
    background: #fff;

    border: 1px solid var(--gd-border);

    color: var(--gd-dark);
}


.btn-dark {
    background: var(--gd-dark);
    color: #fff;
}


.btn-white {
    background: #fff;
    color: var(--gd-dark);
}


.hero-trust {
    display: flex;

    flex-wrap: wrap;

    gap: 22px;

    margin-top: 28px;

    color: #62626d;

    font-size: 13px;
}


.hero-trust span::first-letter {
    color: var(--gd-primary);
}


.hero-visual {
    display: flex;
    justify-content: center;
}


.hero-art {
    width: min(100%, 510px);
    aspect-ratio: 1 / 1;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #fff0f3,
            #ffdce5
        );

    position: relative;

    display: grid;
    place-items: center;

    box-shadow:
        inset 0 0 0 22px rgba(255,255,255,.35);
}


.gift-box {
    width: 235px;
    height: 215px;

    position: relative;

    transform: translateY(10px);
}


.gift-body {
    position: absolute;

    width: 210px;
    height: 155px;

    left: 12px;
    bottom: 0;

    border-radius: 10px 10px 22px 22px;

    background:
        linear-gradient(
            135deg,
            #ef315c,
            #d91645
        );

    box-shadow:
        0 30px 55px rgba(196, 21, 61, .25);
}


.gift-lid {
    position: absolute;

    width: 235px;
    height: 48px;

    top: 26px;

    z-index: 4;

    border-radius: 12px;

    background: #ff4a70;
}


.gift-ribbon {
    position: absolute;

    z-index: 6;

    width: 36px;
    height: 190px;

    left: 100px;
    top: 25px;

    background: #ffd3dc;
}


.gift-bow {
    position: absolute;

    z-index: 8;

    left: 76px;
    top: -16px;

    width: 84px;
    height: 65px;
}


.gift-bow span {
    position: absolute;

    width: 58px;
    height: 38px;

    border: 12px solid #ff7894;

    border-radius: 50%;
}


.gift-bow span:first-child {
    left: -23px;

    transform: rotate(22deg);
}


.gift-bow span:last-child {
    right: -23px;

    transform: rotate(-22deg);
}


.hero-note {
    position: absolute;

    right: -12px;
    bottom: 48px;

    padding: 15px 18px;

    background: #fff;

    border-radius: 14px;

    box-shadow: var(--gd-shadow);

    display: flex;
    flex-direction: column;

    font-size: 12px;
}


.hero-note strong {
    color: var(--gd-dark);

    font-size: 13px;
}


.hero-note span {
    color: var(--gd-muted);
}


.hero-heart {
    position: absolute;

    color: var(--gd-primary);

    opacity: .18;
}


.heart-one {
    font-size: 55px;

    top: 70px;
    left: 70px;

    transform: rotate(-15deg);
}


.heart-two {
    font-size: 28px;

    right: 85px;
    top: 100px;

    transform: rotate(15deg);
}


/* Destination */

.destination-strip {
    position: relative;

    z-index: 10;

    margin-top: -42px;
}


.destination-card {
    min-height: 88px;

    background: #fff;

    border: 1px solid var(--gd-border);
    border-radius: 20px;

    box-shadow: var(--gd-shadow);

    padding: 16px 18px 16px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}


.destination-copy {
    display: flex;
    align-items: center;

    gap: 14px;
}


.destination-copy strong,
.destination-copy span {
    display: block;
}


.destination-copy strong {
    color: var(--gd-dark);

    font-size: 14px;
}


.destination-copy span {
    margin-top: 2px;

    color: var(--gd-muted);

    font-size: 12px;
}


.destination-icon {
    width: 44px;
    height: 44px;

    border-radius: 50%;

    background: var(--gd-primary-soft);

    color: var(--gd-primary);

    display: grid;
    place-items: center;

    font-size: 20px;
}


.destination-controls {
    display: flex;
    align-items: center;

    gap: 8px;
}


.select-button {
    min-height: 48px;

    padding: 0 16px;

    border: 1px solid var(--gd-border);

    background: #fff;

    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    color: var(--gd-text);

    font-size: 13px;
    font-weight: 650;
}


.select-button.wide {
    width: 100%;
}


/* Sections */

.section {
    padding: 100px 0;
}


.section-heading {
    margin-bottom: 38px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;
}


.section-heading.centered {
    max-width: 720px;

    margin-left: auto;
    margin-right: auto;

    text-align: center;

    display: block;
}


.section-heading h2,
.story-copy h2,
.build-dala-copy h2,
.international-section h2,
.delivery-section h2,
.final-cta h2 {
    margin: 0;

    color: var(--gd-dark);

    font-size: clamp(34px, 4vw, 50px);

    line-height: 1.1;

    letter-spacing: -2px;
}


.section-heading p {
    max-width: 620px;

    margin: 14px auto 0;

    color: var(--gd-muted);
}


.section-link {
    margin-top: 35px;

    text-align: center;
}


.section-link a,
.desktop-section-link,
.text-link {
    color: var(--gd-primary);

    font-weight: 750;

    font-size: 14px;
}


/* Occasion */

.occasion-grid {
    display: grid;

    grid-template-columns:
        repeat(8, minmax(0, 1fr));

    gap: 12px;
}


.occasion-card {
    min-height: 145px;

    padding: 20px 10px;

    border: 1px solid var(--gd-border);
    border-radius: 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 13px;

    text-align: center;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


.occasion-card:hover {
    transform: translateY(-5px);

    border-color: #f6b7c7;

    box-shadow:
        0 18px 35px rgba(35, 20, 25, .07);
}


.occasion-icon {
    font-size: 34px;
}


.occasion-card strong {
    font-size: 13px;
}


/* Story */

.story-section {
    padding: 105px 0;

    background: var(--gd-cream);
}


.story-grid {
    display: grid;

    grid-template-columns:
        minmax(350px, .9fr)
        minmax(0, 1.1fr);

    gap: 90px;

    align-items: center;
}


.story-visual {
    display: flex;
    justify-content: center;
}


.story-card {
    width: min(100%, 440px);

    aspect-ratio: 1 / .8;

    padding: 55px;

    border-radius: 35px;

    background:
        linear-gradient(
            145deg,
            #ef2857,
            #c9103c
        );

    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;

    box-shadow:
        0 35px 70px rgba(201, 16, 60, .2);
}


.story-card p {
    margin: 0;

    max-width: 300px;

    font-family: Georgia, serif;

    font-size: 32px;

    line-height: 1.3;
}


.story-quote {
    position: absolute;

    top: 20px;
    left: 40px;

    font-family: Georgia, serif;

    font-size: 85px;

    opacity: .2;
}


.story-heart {
    position: absolute;

    right: 35px;
    bottom: 25px;

    font-size: 50px;

    opacity: .18;
}


.story-copy p {
    color: var(--gd-muted);

    font-size: 16px;

    line-height: 1.8;
}


.story-copy blockquote {
    margin: 28px 0;

    padding-left: 20px;

    border-left: 3px solid var(--gd-primary);

    color: var(--gd-dark);

    font-family: Georgia, serif;

    font-size: 20px;

    line-height: 1.5;
}


/* Categories */

.category-section {
    background: #fff;
}


.category-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.category-card {
    overflow: hidden;

    border: 1px solid var(--gd-border);
    border-radius: 22px;

    background: #fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.category-card:hover .category-main-icon,
.occasion-card:hover .occasion-icon {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48;
}



.category-art {
    aspect-ratio: 1.45 / 1;

    background:
        linear-gradient(
            145deg,
            #fff6f3,
            #ffe6ec
        );

    display: grid;
    place-items: center;
}



.category-main-icon {
    width: 82px;
    height: 82px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(255,255,255,.82);

    color: var(--gd-primary);

    font-size: 42px !important;

    font-variation-settings:
        'FILL' 0,
        'wght' 350,
        'GRAD' 0,
        'opsz' 48;

    box-shadow:
        0 14px 35px rgba(233, 30, 77, .10);
}


.occasion-icon {
    color: var(--gd-primary);

    font-size: 34px !important;

    font-variation-settings:
        'FILL' 0,
        'wght' 350,
        'GRAD' 0,
        'opsz' 40;
}

.category-info {
    padding: 20px;

    position: relative;
}


.category-info h3 {
    margin: 0;

    color: var(--gd-dark);

    font-size: 17px;
}


.category-info p {
    margin: 5px 0 0;

    color: var(--gd-muted);

    font-size: 13px;
}


.category-arrow {
    position: absolute;

    right: 20px;
    top: 23px;

    color: var(--gd-primary);
}


/* Brands */

.brands-section {
    background: var(--gd-soft);
}


.brand-row {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 16px;
}


.brand-card {
    min-height: 170px;

    background: #fff;

    border: 1px solid var(--gd-border);
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 15px;
}


.brand-card span {
    width: 70px;
    height: 70px;

    border-radius: 50%;

    background: var(--gd-soft);

    display: grid;
    place-items: center;

    color: var(--gd-dark);

    font-size: 21px;
    font-weight: 800;
}


.brand-card strong {
    font-size: 14px;
}


/* Build Dala */

.build-dala-section {
    padding: 90px 0;

    background: #fff;
}


.build-dala-card {
    min-height: 520px;

    padding: 65px;

    border-radius: 34px;

    background:
        linear-gradient(
            120deg,
            #19171b,
            #2d1a21
        );

    color: #fff;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(350px, .95fr);

    align-items: center;

    gap: 50px;

    overflow: hidden;

    position: relative;
}


.section-kicker.light {
    color: #ff8da8;
}


.build-dala-copy h2 {
    color: #fff;
}


.build-dala-copy h2 span {
    color: #ff7696;
}


.build-dala-copy > p {
    max-width: 650px;

    color: #d3ccd0;

    font-size: 16px;
}


.dala-steps {
    margin: 32px 0;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}


.dala-steps div {
    padding: 14px;

    border: 1px solid rgba(255,255,255,.1);

    border-radius: 12px;

    display: flex;
    align-items: center;

    gap: 12px;
}


.dala-steps strong {
    color: #ff7897;

    font-size: 12px;
}


.dala-steps span {
    color: #eee8eb;

    font-size: 13px;
}


.dala-visual {
    display: grid;
    place-items: center;
}


.dala-box {
    width: 330px;
    height: 300px;

    border-radius:
        50% 50% 30% 30%;

    background:
        linear-gradient(
            145deg,
            #f2b483,
            #c9814c
        );

    position: relative;

    box-shadow:
        0 40px 80px rgba(0,0,0,.25);
}


.dala-item {
    position: absolute;

    width: 95px;
    height: 95px;

    border-radius: 50%;

    background: #fff;

    display: grid;
    place-items: center;

    font-size: 45px;

    box-shadow:
        0 15px 30px rgba(0,0,0,.12);
}


.item-one {
    top: -25px;
    left: 30px;
}


.item-two {
    top: -50px;
    left: 120px;
}


.item-three {
    top: -10px;
    right: 15px;
}


.item-four {
    top: 75px;
    left: 115px;
}


.dala-label {
    position: absolute;

    bottom: 35px;
    left: 50%;

    transform: translateX(-50%);

    padding: 10px 22px;

    background: #fff;

    border-radius: 8px;

    color: var(--gd-dark);

    text-align: center;
}


.dala-label span,
.dala-label strong {
    display: block;

    line-height: 1.1;
}


.dala-label span {
    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 2px;
}


.dala-label strong {
    color: var(--gd-primary);

    font-size: 20px;
}


/* Recipient */

.recipient-grid {
    display: grid;

    grid-template-columns:
        repeat(8, minmax(0, 1fr));

    gap: 12px;
}


.recipient-card {
    min-height: 125px;

    border-radius: 18px;

    background: var(--gd-primary-soft);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10px;

    transition: transform .2s ease;
}


.recipient-card:hover {
    transform: translateY(-4px);
}


.recipient-card span {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #fff;

    color: var(--gd-primary);

    display: grid;
    place-items: center;
}


.recipient-card strong {
    font-size: 13px;
}


/* How */

.how-section {
    padding: 100px 0;

    background: var(--gd-soft);
}


.steps-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.step-card {
    padding: 30px;

    background: #fff;

    border: 1px solid var(--gd-border);
    border-radius: 20px;

    position: relative;
}


.step-card > span {
    position: absolute;

    right: 20px;
    top: 15px;

    color: #dedce0;

    font-size: 35px;
    font-weight: 800;
}


.step-icon {
    width: 50px;
    height: 50px;

    margin-bottom: 30px;

    border-radius: 50%;

    background: var(--gd-primary-soft);

    color: var(--gd-primary);

    display: grid;
    place-items: center;

    font-size: 20px;
}


.step-card h3 {
    margin: 0 0 10px;

    color: var(--gd-dark);

    font-size: 17px;
}


.step-card p {
    margin: 0;

    color: var(--gd-muted);

    font-size: 13px;
}


/* International */

.international-section {
    padding: 105px 0;

    background: #19171b;

    color: #fff;
}


.international-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(400px, .9fr);

    gap: 80px;

    align-items: center;
}


.international-section h2 {
    color: #fff;
}


.international-section h2 span {
    display: block;

    color: #ff7d9a;
}


.international-section p {
    max-width: 650px;

    color: #c9c3c7;

    margin: 22px 0 30px;
}


.country-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}


.country-card {
    padding: 15px 18px;

    border: 1px solid rgba(255,255,255,.1);

    border-radius: 14px;

    background: rgba(255,255,255,.05);

    display: flex;
    align-items: center;

    gap: 14px;
}


.country-card > span {
    font-size: 27px;
}


.country-card strong,
.country-card small {
    display: block;
}


.country-card strong {
    font-size: 13px;
}


.country-card small {
    margin-top: 2px;

    color: #aaa3a8;
}


/* Delivery */

.delivery-section {
    background: var(--gd-cream);
}


.delivery-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(350px, .8fr);

    gap: 90px;

    align-items: center;
}


.delivery-section p {
    color: var(--gd-muted);

    line-height: 1.8;
}


.delivery-search {
    margin-top: 30px;

    max-width: 560px;

    display: grid;

    grid-template-columns: 1fr auto;

    gap: 8px;
}


.delivery-points {
    display: flex;
    flex-direction: column;

    gap: 15px;
}


.delivery-points > div {
    padding: 20px;

    background: #fff;

    border: 1px solid var(--gd-border);
    border-radius: 16px;

    display: flex;

    gap: 15px;
}


.delivery-points > div > span {
    flex: 0 0 35px;

    width: 35px;
    height: 35px;

    border-radius: 50%;

    background: var(--gd-primary-soft);

    color: var(--gd-primary);

    display: grid;
    place-items: center;
}


.delivery-points p {
    margin: 0;

    font-size: 13px;
}


.delivery-points strong {
    display: block;

    margin-bottom: 3px;

    color: var(--gd-dark);

    font-size: 14px;
}


/* Why */

.why-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.why-grid article {
    padding: 30px;

    border: 1px solid var(--gd-border);
    border-radius: 20px;
}


.why-grid article > span {
    width: 48px;
    height: 48px;

    margin-bottom: 25px;

    border-radius: 50%;

    background: var(--gd-primary-soft);

    color: var(--gd-primary);

    display: grid;
    place-items: center;

    font-size: 19px;
}


.why-grid h3 {
    margin: 0 0 8px;

    color: var(--gd-dark);

    font-size: 17px;
}


.why-grid p {
    margin: 0;

    color: var(--gd-muted);

    font-size: 13px;
}


/* FAQ */

.faq-section {
    background: var(--gd-soft);
}


.faq-grid {
    display: grid;

    grid-template-columns:
        minmax(280px, .7fr)
        minmax(0, 1.3fr);

    gap: 80px;
}


.faq-grid h2 {
    margin: 0;

    color: var(--gd-dark);

    font-size: 42px;

    line-height: 1.1;

    letter-spacing: -2px;
}


.faq-grid > div:first-child p {
    color: var(--gd-muted);
}


.faq-list {
    border-top: 1px solid var(--gd-border);
}


.faq-list details {
    border-bottom:
        1px solid var(--gd-border);

    padding: 20px 0;
}


.faq-list summary {
    cursor: pointer;

    list-style: none;

    color: var(--gd-dark);

    font-weight: 700;
}


.faq-list summary::-webkit-details-marker {
    display: none;
}


.faq-list summary::after {
    content: "+";

    float: right;

    color: var(--gd-primary);

    font-size: 20px;
}


.faq-list details[open] summary::after {
    content: "−";
}


.faq-list details p {
    max-width: 750px;

    margin: 12px 0 0;

    color: var(--gd-muted);

    font-size: 14px;

    line-height: 1.7;
}


/* Final CTA */

.final-cta {
    padding: 105px 0;
}


.final-cta-inner {
    padding: 70px 30px;

    border-radius: 35px;

    background:
        linear-gradient(
            145deg,
            #fff1f4,
            #fff8f4
        );

    text-align: center;
}


.final-heart {
    width: 55px;
    height: 55px;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: #fff;

    color: var(--gd-primary);

    display: grid;
    place-items: center;

    box-shadow:
        0 12px 30px rgba(230, 30, 75, .12);
}


.final-cta h2 {
    max-width: 850px;

    margin: 0 auto;
}


.final-cta h2 span {
    display: block;

    color: var(--gd-primary);
}


.final-cta p {
    color: var(--gd-muted);

    margin: 18px 0 28px;
}


.centered-buttons {
    justify-content: center;
}


/* Footer */

.site-footer {
    padding: 70px 0 25px;

    background: #17171c;

    color: #aaa7ad;
}


.footer-grid {
    display: grid;

    grid-template-columns:
        1.5fr repeat(3, 1fr);

    gap: 55px;
}


.footer-logo {
    color: #fff;
}


.footer-about {
    max-width: 370px;

    margin-top: 18px;

    font-size: 13px;

    line-height: 1.8;
}


.footer-grid h3 {
    margin: 0 0 18px;

    color: #fff;

    font-size: 13px;
}


.footer-grid > div:not(:first-child) a {
    display: block;

    margin: 10px 0;

    font-size: 13px;
}


.footer-grid a:hover {
    color: #fff;
}


.footer-bottom {
    margin-top: 55px;
    padding-top: 22px;

    border-top:
        1px solid rgba(255,255,255,.08);

    display: flex;
    justify-content: space-between;

    gap: 20px;

    font-size: 11px;
}


/* Tablet */

@media (max-width: 1050px) {

    .main-nav {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .main-nav.mobile-open {
        display: flex;

        position: absolute;

        left: 20px;
        right: 20px;
        top: 80px;

        padding: 20px;

        background: #fff;

        border: 1px solid var(--gd-border);
        border-radius: 15px;

        box-shadow: var(--gd-shadow);

        flex-direction: column;
        align-items: flex-start;
    }

    .hero-grid {
        grid-template-columns: 1fr 420px;

        gap: 30px;
    }

    .occasion-grid,
    .recipient-grid {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
    }

    .category-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .steps-grid,
    .why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* Mobile */

@media (max-width: 760px) {

    .container {
        width: min(
            calc(100% - 28px),
            var(--gd-container)
        );
    }

    .announcement-extra,
    .header-pill,
    .header-actions .icon-button:nth-of-type(2) {
        display: none;
    }

    .announcement-inner {
        justify-content: center;

        text-align: center;
    }

    .header-main {
        min-height: 66px;

        gap: 12px;
    }

    .logo {
        font-size: 24px;
    }

    .header-actions {
        margin-left: auto;
    }

    .hero-grid {
        min-height: auto;

        grid-template-columns: 1fr;

        padding-top: 65px;
        padding-bottom: 90px;

        gap: 50px;

        text-align: center;
    }

    .hero h1 {
        letter-spacing: -2.5px;
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-buttons,
    .hero-trust {
        justify-content: center;
    }

    .hero-art {
        max-width: 380px;
    }

    .gift-box {
        transform:
            translateY(10px)
            scale(.8);
    }

    .hero-note {
        right: 0;
    }

    .destination-card {
        align-items: stretch;

        flex-direction: column;

        padding: 20px;
    }

    .destination-controls {
        flex-direction: column;

        align-items: stretch;
    }

    .select-button {
        width: 100%;
    }

    .section {
        padding: 75px 0;
    }

    .section-heading {
        align-items: flex-start;

        flex-direction: column;
    }

    .section-heading.centered {
        text-align: center;
    }

    .desktop-section-link {
        display: none;
    }

    .occasion-grid,
    .recipient-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .occasion-card {
        min-height: 125px;
    }

    .story-grid,
    .build-dala-card,
    .international-grid,
    .delivery-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .story-grid {
        gap: 50px;
    }

    .story-card {
        padding: 40px;
    }

    .story-card p {
        font-size: 27px;
    }

    .category-grid {
        grid-template-columns: 1fr 1fr;

        gap: 12px;
    }

    .category-art span {
        font-size: 48px;
    }

    .category-info {
        padding: 15px;
    }

    .category-info h3 {
        padding-right: 20px;

        font-size: 14px;
    }

    .category-info p {
        display: none;
    }

    .brand-row {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .build-dala-card {
        padding: 45px 25px;

        border-radius: 25px;
    }

    .dala-steps {
        grid-template-columns: 1fr;
    }

    .dala-box {
        width: 260px;
        height: 240px;

        margin-top: 45px;

        transform: scale(.9);
    }

    .steps-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .country-grid {
        grid-template-columns: 1fr;
    }

    .delivery-search {
        grid-template-columns: 1fr;
    }

    .faq-grid {
        gap: 40px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 35px;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;

        flex-direction: column;
    }

}


@media (max-width: 420px) {

    .category-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid > div:first-child {
        grid-column: auto;
    }

}

/* =========================================================
   GIFTDALA MATERIAL SYMBOLS
========================================================= */

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;

    font-size: 24px;
    line-height: 1;

    letter-spacing: normal;
    text-transform: none;

    display: inline-block;

    white-space: nowrap;
    word-wrap: normal;

    direction: ltr;

    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';

    -webkit-font-smoothing: antialiased;

    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}


/* Buttons */

.btn .material-symbols-rounded {
    font-size: 18px;
}


/* Eyebrow */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.eyebrow .material-symbols-rounded {
    font-size: 16px;

    font-variation-settings:
        'FILL' 1,
        'wght' 500,
        'GRAD' 0,
        'opsz' 20;
}


/* Hero trust */

.hero-trust > span {
    display: inline-flex;
    align-items: center;

    gap: 6px;
}

.hero-trust .material-symbols-rounded {
    color: var(--gd-primary);

    font-size: 18px;
}


/* Hero hearts */

.hero-heart.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';

    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48;
}

.heart-one {
    font-size: 55px;
}

.heart-two {
    font-size: 30px;
}


/* Hero note */

.hero-note > span {
    display: flex;
    align-items: center;

    gap: 4px;
}

.hero-note .material-symbols-rounded {
    color: var(--gd-primary);

    font-size: 13px;

    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 16;
}


/* Select buttons */

.select-button > .material-symbols-rounded {
    font-size: 20px;

    color: var(--gd-muted);
}


/* Text links */

.section-link a,
.desktop-section-link,
.text-link {
    display: inline-flex;
    align-items: center;

    gap: 5px;
}

.section-link .material-symbols-rounded,
.desktop-section-link .material-symbols-rounded,
.text-link .material-symbols-rounded {
    font-size: 17px;
}


/* Occasion */

.occasion-icon {
    color: var(--gd-primary);

    font-size: 34px !important;

    font-variation-settings:
        'FILL' 0,
        'wght' 350,
        'GRAD' 0,
        'opsz' 40;
}

.occasion-card:hover .occasion-icon {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 40;
}


/* Category */

.category-main-icon {
    width: 82px;
    height: 82px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, .86);

    color: var(--gd-primary);

    font-size: 42px !important;

    box-shadow:
        0 14px 35px rgba(233, 30, 77, .10);

    font-variation-settings:
        'FILL' 0,
        'wght' 350,
        'GRAD' 0,
        'opsz' 48;
}

.category-card:hover .category-main-icon {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48;
}

.category-arrow.material-symbols-rounded {
    font-size: 20px;
}


/* Story */

.story-heart.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';

    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48;
}


/* Build Dala */

.dala-item .material-symbols-rounded {
    color: var(--gd-primary);

    font-size: 43px;

    font-variation-settings:
        'FILL' 0,
        'wght' 350,
        'GRAD' 0,
        'opsz' 48;
}


/* Recipient */

.recipient-card > .material-symbols-rounded {
    font-size: 21px;

    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}


/* How it works */

.step-icon .material-symbols-rounded {
    color: var(--gd-primary);

    font-size: 23px;
}


/* Delivery */

.delivery-points > div > .material-symbols-rounded {
    flex: 0 0 35px;

    width: 35px;
    height: 35px;

    border-radius: 50%;

    background: var(--gd-primary-soft);

    color: var(--gd-primary);

    display: grid;
    place-items: center;

    font-size: 19px;
}


/* Why GiftDala */

.why-grid article > .material-symbols-rounded {
    width: 48px;
    height: 48px;

    margin-bottom: 25px;

    border-radius: 50%;

    background: var(--gd-primary-soft);

    color: var(--gd-primary);

    display: grid;
    place-items: center;

    font-size: 21px;
}


/* Final CTA */

.final-heart.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';

    font-size: 25px;

    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 32;
}

/* =========================================================
   GiftDala Header Compatibility / Mobile Fix
   ========================================================= */

.announcement-inner a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.announcement-inner .material-symbols-rounded {
    font-size: 17px;
}


/* Header icon sizing */

.header-actions .material-symbols-rounded {
    font-size: 20px;
}


/* Mobile menu */

.mobile-menu {
    background: #ffffff;
    border-top: 1px solid var(--gd-border);
}

.mobile-menu[hidden] {
    display: none !important;
}

.mobile-nav {
    padding: 12px 0 20px;
    display: flex;
    flex-direction: column;
}

.mobile-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--gd-border);

    color: var(--gd-dark);

    font-size: 14px;
    font-weight: 650;
}

.mobile-nav a:last-child {
    border-bottom: 0;
}


/* ============================================
   Tablet
============================================ */

@media (max-width: 1050px) {

    .header-main {
        gap: 22px;
    }

    .main-nav {
        gap: 18px;
        font-size: 13px;
    }

}


/* ============================================
   Mobile Header
============================================ */

@media (max-width: 860px) {

    .announcement-inner {
        min-height: 34px;
        font-size: 11px;
    }


    .header-main {
        min-height: 68px;
        gap: 15px;
    }


    .logo {
        font-size: 26px;
    }


    .main-nav {
        display: none;
    }


    .header-actions {
        gap: 6px;
    }


    .mobile-menu-btn {
        width: 40px;
        height: 40px;

        padding: 0;

        display: grid;
        place-items: center;

        border: 1px solid var(--gd-border);
        border-radius: 50%;

        background: #ffffff;

        color: var(--gd-dark);
    }

}


/* ============================================
   Small Mobile
============================================ */

@media (max-width: 560px) {

    .container {
        width: min(
            calc(100% - 28px),
            var(--gd-container)
        );
    }


    .announcement-inner {
        justify-content: center;
    }


    .announcement-inner > div {
        display: none;
    }


    .header-main {
        min-height: 64px;
    }


    .logo {
        font-size: 24px;
    }


    .header-actions .icon-button:nth-child(2) {
        display: none;
    }


    .icon-button,
    .mobile-menu-btn {
        width: 38px;
        height: 38px;
    }

}

/* =========================================================
   FEATURED PRODUCTS
========================================================= */

.products-section {
    background: var(--gd-soft);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.product-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--gd-border);
    border-radius: 22px;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(25, 20, 18, .08);
}

.product-image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #fff7f3,
            #ffe8ed
        );
}

.product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.035);
}

.product-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--gd-primary);
}

.product-placeholder .material-symbols-rounded {
    font-size: 56px;
}

.product-content {
    padding: 20px;
}

.product-brand {
    display: block;
    margin-bottom: 6px;
    color: var(--gd-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.product-content h3 {
    margin: 0;
    color: var(--gd-dark);
    font-size: 16px;
    line-height: 1.4;
}

.product-price {
    margin-top: 12px;
    color: var(--gd-dark);
    font-size: 17px;
    font-weight: 800;
}

.product-link {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--gd-primary);
    font-size: 13px;
    font-weight: 750;
}

.product-link .material-symbols-rounded {
    font-size: 17px;
}


/* Brand logo support */

.brand-card img {
    max-width: 100px;
    max-height: 65px;
    object-fit: contain;
}


/* Responsive featured products */

@media (max-width: 1000px) {
    .product-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .product-content {
        padding: 14px;
    }

    .product-content h3 {
        font-size: 14px;
    }

    .product-price {
        font-size: 15px;
    }
}