:root {
    --night: #170d26;
    --night-2: #211036;
    --ink: #291826;
    --muted: #806b71;
    --red: #980a07;
    --red-bright: #c60f20;
    --plum: #5b0c16;
    --coral: #e4513d;
    --gold: #ffc85e;
    --gold-deep: #e3a031;
    --cream: #fff4df;
    --peach: #ffcf9f;
    --paper: #fffaf1;
    --line: rgba(67, 31, 35, 0.12);
    --serif: "Dancing Script", cursive;
    --sans: "Saira", "Segoe UI", sans-serif;
    --mono: "JetBrains Mono", monospace;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 75px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
    font-family: var(--sans);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
}

.page-noise {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    opacity: .035;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.site-header {
    position: relative;
    min-height: 750px;
    padding-top: 84px;
    color: #fff5e9;
    overflow: hidden;
    background: radial-gradient(circle at 76% 23%, rgba(234, 109, 54, .28), transparent 23%), radial-gradient(circle at 12% 70%, rgba(204, 31, 36, .28), transparent 30%), linear-gradient(125deg, #2a102d 0%, #570c1b 48%, #9f1f1b 100%);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .3;
    background: linear-gradient(90deg, rgba(18, 8, 31, .55), transparent 60%), url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffd27b' stroke-opacity='.16'%3E%3Cpath d='M0 80h160M80 0v160'/%3E%3Cpath d='M35 35h90v90H35z'/%3E%3C/g%3E%3C/svg%3E");
}

.navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    width: 100%;
    padding: 24px 0;
    transition: background-color .3s ease, box-shadow .3s ease, padding .3s ease;
}

.navbar.scrolled {
    background: rgba(49, 8, 24, .84);
    box-shadow: 0 10px 28px rgba(19, 5, 15, .18);
    backdrop-filter: blur(14px);
    padding: 13px 0;
}

.navbar-brand {
    color: #fff !important;
}

.brand-mark {
    width: 39px;
    height: 39px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: var(--plum);
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(255, 200, 94, .16);
    font-size: 18px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 6px;
    letter-spacing: .1em;
}

.brand-copy strong {
    font-size: .8rem;
    letter-spacing: .23em;
}

.brand-copy small {
    color: rgba(255, 244, 223, .62);
    font-size: .47rem;
    letter-spacing: .19em;
}

.nav-link {
    color: rgba(255, 244, 223, .72) !important;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .05em;
    transition: color .2s ease;
}

.nav-link:hover {
    color: var(--gold) !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .25);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 200, 94, .25);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--peach);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
}

.eyebrow span {
    width: 30px;
    height: 1px;
    display: inline-block;
    background: currentColor;
}

.eyebrow-red {
    color: var(--red);
}

.hero-content {
    position: relative;
    z-index: 5;
    padding-top: 86px;
    padding-bottom: 105px;
}

.display-title,
.section-title,
.closing-section h2 {
    margin: 20px 0 18px;
    font-family: var(--serif);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.display-title {
    max-width: 780px;
    font-size: clamp(4rem, 7vw, 6.4rem);
}

em {
    color: var(--peach);
    font-style: italic;
}

.hero-lead {
    max-width: 540px;
    color: rgba(255, 244, 223, .73);
    font-size: 1rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 23px;
    margin-top: 28px;
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .01em;
}

.btn-light-cream {
    color: var(--plum);
    background: var(--cream);
    border: 1px solid var(--cream);
    box-shadow: 0 12px 25px rgba(37, 8, 20, .14);
}

.btn-light-cream:hover {
    color: var(--plum);
    background: #fff;
    transform: translateY(-2px);
}

.btn-gold {
    color: #4e0c16;
    background: var(--gold);
    border: 1px solid var(--gold);
    box-shadow: 0 10px 24px rgba(37, 6, 20, .18);
}

.btn-gold:hover {
    color: #4e0c16;
    background: #ffda7f;
    border-color: #ffda7f;
    transform: translateY(-2px);
}

.btn-red {
    color: #fff;
    background: var(--red);
    border: 1px solid var(--red);
    box-shadow: 0 14px 25px rgba(152, 10, 7, .17);
}

.btn-red:hover {
    color: #fff;
    background: #b40e0b;
    border-color: #b40e0b;
    transform: translateY(-2px);
}

.btn-outline-red {
    color: var(--red);
    border: 1px solid var(--red);
    background: transparent;
}

.btn-outline-red:hover {
    color: #fff;
    background: var(--red);
}

.text-link {
    color: rgba(255, 244, 223, .8);
    border-bottom: 1px solid rgba(255, 244, 223, .35);
    padding-bottom: 4px;
    font-size: .76rem;
    font-weight: 600;
}

.text-link:hover {
    color: var(--gold);
    border-color: var(--gold);
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 27px;
    color: rgba(255, 223, 175, .74);
    font-size: .7rem;
}

.hero-note i {
    color: var(--gold);
}

.hero-order-card {
    position: relative;
    min-height: 420px;
    margin: 30px 0 0 auto;
    max-width: 410px;
    overflow: hidden;
    border-radius: 5px;
    color: var(--ink);
    background: linear-gradient(150deg, #ffeed2, #f4b16f);
    box-shadow: 0 28px 55px rgba(19, 5, 15, .28);
    transform: rotate(1.5deg);
}

.hero-order-card::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23980a07' stroke-opacity='.25'%3E%3Cpath d='M0 32h64M32 0v64'/%3E%3C/g%3E%3C/svg%3E");
}

.order-card-content {
    position: relative;
    z-index: 2;
    width: 52%;
    padding: 43px 0 30px 34px;
}

.soft-label {
    display: inline-block;
    color: var(--red);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .2em;
}

.hero-order-card h2 {
    margin: 13px 0 9px;
    font-family: var(--serif);
    font-size: 2.65rem;
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.04em;
}

.hero-order-card h2 em {
    color: var(--red);
}

.hero-order-card p {
    width: 170px;
    color: rgba(41, 24, 38, .66);
    font-size: .71rem;
    line-height: 1.6;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-top: 16px;
}

.price-row strong {
    color: var(--red);
    font-size: 1.15rem;
}

.price-row del {
    color: rgba(41, 24, 38, .4);
    font-size: .69rem;
}

.card-meta {
    display: grid;
    gap: 7px;
    margin-top: 17px;
    color: rgba(41, 24, 38, .67);
    font-size: .53rem;
}

.card-meta i {
    color: var(--red);
    margin-right: 4px;
}

.hero-box-art {
    position: absolute;
    z-index: 1;
    right: -26px;
    bottom: -18px;
    width: 235px;
    height: 280px;
    transform: rotate(-12deg);
    filter: drop-shadow(15px 18px 13px rgba(77, 20, 11, .2));
}

.box-lid,
.box-body {
    position: absolute;
    display: grid;
    place-items: center;
    color: var(--gold);
    text-align: center;
    font-family: var(--serif);
    font-size: 1.15rem;
    letter-spacing: .13em;
}

.box-lid {
    z-index: 3;
    top: 42px;
    left: 11px;
    width: 188px;
    height: 74px;
    border-radius: 4px;
    background: #a70e13;
    border: 3px solid #e4a345;
    box-shadow: inset 0 0 0 5px rgba(255, 200, 94, .13);
    transform: skewY(-10deg);
}

.box-lid::before,
.box-lid::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 200, 94, .65);
}

.box-lid::before {
    width: 45px;
    height: 45px;
}

.box-lid::after {
    width: 62px;
    height: 62px;
}

.box-lid span {
    position: relative;
    z-index: 2;
}

.box-body {
    top: 108px;
    right: 11px;
    width: 178px;
    height: 142px;
    border-radius: 5px;
    background: linear-gradient(140deg, #7a0c16, #a71914);
    border: 2px solid rgba(228, 163, 69, .7);
    letter-spacing: .18em;
    font-size: 1.08rem;
    line-height: 1.2;
}

.box-body::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 200, 94, .42);
}

.box-tassel {
    position: absolute;
    z-index: 4;
    top: 96px;
    left: 28px;
    width: 4px;
    height: 145px;
    background: var(--gold);
    transform: rotate(-4deg);
}

.box-tassel::after {
    content: "";
    position: absolute;
    left: -9px;
    bottom: -15px;
    width: 21px;
    height: 32px;
    background: repeating-linear-gradient(90deg, var(--gold) 0 2px, transparent 2px 4px);
}

.card-orbit {
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(152, 10, 7, .16);
    border-radius: 50%;
}

.orbit-one {
    width: 330px;
    height: 330px;
    right: -83px;
    top: -145px;
}

.orbit-two {
    width: 260px;
    height: 260px;
    right: -50px;
    top: -110px;
}

.mini-moon {
    position: absolute;
    top: 27px;
    right: 31px;
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(152, 10, 7, .25);
    border-radius: 50%;
    color: var(--red);
    font-size: 17px;
}

.hero-stars .star {
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 11px var(--gold);
    animation: twinkle 3.5s ease-in-out infinite;
}

.star-a {
    top: 20%;
    left: 13%;
}

.star-b {
    top: 33%;
    left: 46%;
    animation-delay: -1s !important;
}

.star-c {
    top: 15%;
    left: 64%;
    width: 2px !important;
    height: 2px !important;
}

.star-d {
    top: 54%;
    left: 72%;
    animation-delay: -2.2s !important;
}

.star-e {
    top: 69%;
    left: 20%;
    width: 2px !important;
    height: 2px !important;
}

.star-f {
    top: 43%;
    left: 87%;
    animation-delay: -1.5s !important;
}

.hero-moon {
    position: absolute;
    z-index: 1;
    top: 102px;
    right: 15.5%;
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background: #ffd98a;
    box-shadow: 0 0 0 15px rgba(255, 217, 138, .08), 0 0 60px rgba(255, 217, 138, .24);
}

.hero-moon::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 17px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #8b1e27;
}

.hero-moon span {
    position: absolute;
    z-index: 2;
    top: 31px;
    left: 25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(185, 116, 44, .25);
    box-shadow: 27px 45px 0 3px rgba(185, 116, 44, .15), 42px 20px 0 1px rgba(185, 116, 44, .18);
}

.lantern {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 34px;
    height: 84px;
    border-radius: 50% 50% 44% 44%;
    background: repeating-linear-gradient(90deg, rgba(255, 199, 95, .2) 0 2px, transparent 2px 8px), linear-gradient(90deg, #d3452e, #ff9c44, #d3452e);
    box-shadow: 0 9px 25px rgba(255, 156, 68, .25);
    transform-origin: top center;
    animation: swing 5s ease-in-out infinite;
}

.lantern::before {
    content: "";
    position: absolute;
    top: -47px;
    left: 16px;
    width: 1px;
    height: 48px;
    background: rgba(255, 202, 113, .45);
}

.lantern::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 14px;
    width: 6px;
    height: 18px;
    background: var(--gold);
    box-shadow: -5px 14px 0 -2px var(--gold), 5px 14px 0 -2px var(--gold);
}

.lantern span {
    position: absolute;
    top: 10px;
    left: 5px;
    right: 5px;
    height: 1px;
    background: rgba(255, 239, 184, .7);
    box-shadow: 0 53px 0 rgba(255, 239, 184, .7);
}

.lantern-left {
    left: 7%;
    transform: rotate(3deg);
}

.lantern-right {
    right: 6%;
    height: 70px;
    animation-delay: -1.8s;
    transform: rotate(-4deg) scale(.86);
}

.cloud-field {
    position: absolute;
    z-index: 4;
    inset: auto 0 0;
    height: 125px;
    pointer-events: none;
}

.cloud {
    position: absolute;
    opacity: .9;
    background: #ffefd4;
    filter: drop-shadow(0 -6px 12px rgba(70, 8, 25, .05));
}

.cloud::before,
.cloud::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.cloud-one {
    left: -5%;
    bottom: -73px;
    width: 46%;
    height: 130px;
    border-radius: 50% 50% 0 0;
    animation: cloud-drift 20s ease-in-out infinite;
}

.cloud-one::before {
    width: 44%;
    height: 105px;
    left: 20%;
    top: -47px;
}

.cloud-one::after {
    width: 38%;
    height: 96px;
    right: 9%;
    top: -38px;
}

.cloud-two {
    right: -4%;
    bottom: -82px;
    width: 48%;
    height: 143px;
    border-radius: 50% 50% 0 0;
    animation: cloud-drift 25s ease-in-out -8s infinite reverse;
}

.cloud-two::before {
    width: 50%;
    height: 118px;
    left: 12%;
    top: -52px;
}

.cloud-two::after {
    width: 30%;
    height: 93px;
    right: 20%;
    top: -36px;
}

.cloud-three {
    left: 31%;
    bottom: -106px;
    width: 40%;
    height: 130px;
    border-radius: 50% 50% 0 0;
    opacity: .45;
    animation: cloud-drift 29s ease-in-out -11s infinite;
}

.cloud-three::before {
    width: 42%;
    height: 95px;
    left: 16%;
    top: -37px;
}

.cloud-three::after {
    width: 31%;
    height: 90px;
    right: 16%;
    top: -32px;
}

.hero-bottom-glow {
    position: absolute;
    bottom: -102px;
    left: 50%;
    z-index: 2;
    width: 95%;
    height: 190px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #f5cf9a;
    filter: blur(28px);
    opacity: .55;
}

.trust-strip {
    position: relative;
    z-index: 3;
    margin-top: -1px;
    color: var(--ink);
    background: var(--cream);
    border-bottom: 1px solid rgba(78, 25, 27, .1);
}

.trust-strip .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 7px 25px;
    border-right: 1px solid var(--line);
}

.col-md-4:last-child .trust-item {
    border-right: 0;
}

.trust-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--red);
    border: 1px solid rgba(152, 10, 7, .25);
    border-radius: 50%;
    font-size: 18px;
}

.trust-item strong,
.trust-item small {
    display: block;
}

.trust-item strong {
    font-size: .72rem;
}

.trust-item small {
    margin-top: 4px;
    color: var(--muted);
    font-size: .61rem;
    line-height: 1.45;
}

.section-padding {
    padding: 112px 0;
}

.story-section {
    background: var(--paper);
}

.section-title {
    color: var(--ink);
    font-size: clamp(3rem, 5.4vw, 5rem);
}

.section-title em {
    color: var(--red);
}

.section-intro {
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.9;
}

.story-grid {
    display: grid;
    grid-template-columns: 1.22fr .78fr;
    grid-template-rows: 245px 245px;
    gap: 18px;
}

.story-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    border-radius: 3px;
}

.story-card-large {
    grid-row: span 2;
    color: #fff;
    background: #6e0b17;
}

.story-card-small {
    display: flex;
    align-items: flex-end;
    background: #f5d6ad;
}

.story-card-accent {
    display: block;
    color: var(--cream);
    background: var(--red);
    padding: 31px;
}

.story-card-art {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.story-card-copy {
    position: absolute;
    z-index: 2;
    left: 29px;
    bottom: 25px;
    max-width: 330px;
}

.story-card-large .story-card-art {
    background: radial-gradient(circle at 62% 31%, rgba(255, 208, 121, .23), transparent 15%), linear-gradient(135deg, #2b1238, #9b2020);
}

.story-card-large .story-card-art::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .45;
    background: repeating-linear-gradient(120deg, transparent 0 36px, rgba(255, 204, 111, .12) 37px 38px);
}

.art-moon {
    position: absolute;
    top: 40px;
    right: 95px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 50px rgba(255, 200, 94, .25);
}

.art-moon::after {
    content: "";
    position: absolute;
    inset: 9px -9px 9px 15px;
    border-radius: 50%;
    background: #53112a;
}

.art-cloud {
    position: absolute;
    background: rgba(255, 224, 172, .8);
    border-radius: 50%;
}

.art-cloud-a {
    right: 15%;
    top: 55%;
    width: 190px;
    height: 32px;
}

.art-cloud-a::before,
.art-cloud-a::after,
.art-cloud-b::before,
.art-cloud-b::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.art-cloud-a::before {
    width: 85px;
    height: 52px;
    left: 27px;
    top: -21px;
}

.art-cloud-a::after {
    width: 108px;
    height: 62px;
    right: 15px;
    top: -30px;
}

.art-cloud-b {
    left: 8%;
    top: 67%;
    width: 230px;
    height: 38px;
    opacity: .55;
}

.art-cloud-b::before {
    width: 90px;
    height: 60px;
    left: 30px;
    top: -26px;
}

.art-cloud-b::after {
    width: 130px;
    height: 77px;
    right: 24px;
    top: -39px;
}

.art-window {
    position: absolute;
    right: 40px;
    bottom: -28px;
    width: 145px;
    height: 155px;
    border: 9px solid rgba(255, 213, 129, .22);
    border-bottom: 0;
    border-radius: 90px 90px 0 0;
    transform: rotate(-10deg);
}

.card-kicker,
.product-type {
    color: var(--gold-deep);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .19em;
}

.story-card-large h3 {
    margin: 9px 0;
    font-family: var(--serif);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.01;
}

.story-card-large p {
    max-width: 310px;
    margin-bottom: 0;
    color: rgba(255, 244, 223, .66);
    font-size: .7rem;
    line-height: 1.65;
}

.art-craft {
    background: linear-gradient(130deg, #ffcf9f, #c66e43);
}

.craft-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    top: -91px;
    right: -27px;
    border: 1px solid rgba(152, 10, 7, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 19px rgba(152, 10, 7, .07), 0 0 0 38px rgba(152, 10, 7, .05);
}

.craft-seal {
    position: absolute;
    left: 35px;
    bottom: 26px;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(152, 10, 7, .5);
    border-radius: 50%;
    color: var(--red);
    font-family: var(--serif);
    font-size: 1.2rem;
    transform: rotate(-14deg);
}

.story-card-small .story-card-copy {
    left: 25px;
    bottom: 22px;
}

.story-card-small h3 {
    margin: 7px 0 12px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.8rem;
    line-height: .98;
}

.card-arrow {
    color: var(--red);
    font-size: .68rem;
    font-weight: 700;
}

.card-arrow i {
    margin-left: 6px;
}

.quote-mark {
    font-family: var(--serif);
    font-size: 4.3rem;
    line-height: .6;
    color: var(--gold);
}

.big-quote {
    max-width: 290px;
    margin: 22px 0 22px;
    font-family: var(--serif);
    font-size: 1.8rem;
    line-height: 1.05;
}

.quote-sign {
    color: rgba(255, 244, 223, .62);
    font-size: .58rem;
    letter-spacing: .18em;
}

.collection-section {
    background: #f7e4c8;
    overflow: hidden;
}

.swiper-controls {
    display: flex;
    gap: 8px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--red);
    border: 1px solid rgba(152, 10, 7, .3);
    border-radius: 50%;
    background: transparent;
    transition: .2s ease;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    color: var(--cream);
    background: var(--red);
}

.product-swiper {
    overflow: visible;
}

.product-card {
    height: 100%;
    overflow: hidden;
    background: var(--paper);
    border-radius: 8px;
    transition: transform .35s ease, box-shadow .35s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 35px rgba(94, 30, 27, .12);
}

.product-visual {
    position: relative;
    height: 285px;
    overflow: hidden;
}

.product-visual-red {
    background: linear-gradient(140deg, #8b0b15, #e14334);
}

.product-visual-teal {
    background: linear-gradient(140deg, #135557, #2b9d8e);
}

.product-visual-gold {
    background: linear-gradient(140deg, #df861e, #ffd274);
}

.product-visual-plum {
    background: linear-gradient(140deg, #3d163f, #8d3066);
}


.product-badge {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 230, 174, .5);
    border-radius: 99px;
    color: var(--gold);
    font-size: .54rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.product-badge-light {
    color: #fff4db;
    border-color: rgba(255, 244, 219, .5);
}

.product-badge-dark {
    color: #6e280d;
    border-color: rgba(110, 40, 13, .4);
}

.product-moon {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(255, 225, 156, .9);
    box-shadow: 0 0 30px rgba(255, 225, 156, .3);
}

.product-moon::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 15px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: inherit;
    filter: brightness(.76);
}

.product-box {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -12px;
    display: grid;
    place-items: center;
    width: 178px;
    color: var(--gold);
    text-align: center;
    font-family: var(--serif);
    letter-spacing: .15em;
    line-height: 1.05;
    background: #720b12;
    border: 2px solid var(--gold);
    box-shadow: 13px 18px 18px rgba(46, 4, 20, .22);
    transform: translateX(-50%) rotate(-9deg);
}

.product-box::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 200, 94, .6);
}

.product-box-six {
    height: 138px;
}

.product-box-four {
    width: 189px;
    height: 135px;
    background: #0e5754;
}

.product-box-two {
    width: 170px;
    height: 126px;
    color: #66230b;
    background: #ffdb84;
    border-color: #8d3e16;
}

.product-box-two::before {
    border-color: rgba(141, 62, 22, .5);
}

.product-box-eight {
    width: 198px;
    height: 144px;
    background: #5d1943;
}

.product-box span {
    position: relative;
    z-index: 1;
    font-size: 1.13rem;
}

.product-cloud {
    position: absolute;
    left: -10%;
    bottom: -9px;
    width: 120%;
    height: 60px;
    border-radius: 50% 50% 0 0;
    background: rgba(255, 239, 209, .24);
}


.product-cloud::before {
    width: 28%;
    height: 55px;
    left: 17%;
    top: -29px;
}

.product-cloud::after {
    width: 31%;
    height: 64px;
    right: 19%;
    top: -39px;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 188px;
    padding: 22px 21px 19px;
}

.product-info h3 {
    margin: 8px 0 6px;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
}

.product-info p {
    min-height: 39px;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: .66rem;
    line-height: 1.55;
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.product-bottom strong {
    color: var(--red);
    font-size: .85rem;
}

.product-select {
    padding: 0;
    color: var(--red);
    background: transparent;
    font-size: .66rem;
    font-weight: 800;
}

.product-select i {
    margin-left: 5px;
}

.product-pagination {
    position: relative !important;
    margin-top: 25px;
}

.product-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    border-radius: 0;
    background: var(--red);
    opacity: .22;
}

.product-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.promise-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    color: var(--cream);
    background: linear-gradient(125deg, #2a102d, #690c1b 70%, #9f211b);
}

.promise-section::before {
    content: "";
    position: absolute;
    top: -230px;
    right: -90px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(255, 200, 94, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 40px rgba(255, 200, 94, .035), 0 0 0 85px rgba(255, 200, 94, .025);
}

.promise-seal {
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 200, 94, .6);
    border-radius: 50%;
    color: var(--gold);
    text-align: center;
    transform: rotate(-10deg);
}

.promise-seal i {
    margin-bottom: -5px;
    font-size: 17px;
}

.promise-seal span {
    font-size: .53rem;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: .15em;
}

.promise-section .section-title {
    color: var(--cream);
}

.promise-section .section-title em {
    color: var(--peach);
}

.promise-list {
    border-top: 1px solid rgba(255, 244, 223, .23);
}

.promise-row {
    display: grid;
    grid-template-columns: 44px 1fr 20px;
    align-items: start;
    gap: 14px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 244, 223, .23);
}

.promise-row>span {
    color: var(--gold);
    font-family: var(--serif);
    font-size: 1.3rem;
}

.promise-row h3 {
    margin: 0 0 5px;
    font-size: .9rem;
    font-weight: 700;
}

.promise-row p {
    max-width: 440px;
    margin: 0;
    color: rgba(255, 244, 223, .57);
    font-size: .69rem;
    line-height: 1.65;
}

.promise-row>i {
    color: var(--gold);
    font-size: 14px;
}

.promise-clouds {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .12;
}

.promise-cloud {
    position: absolute;
    width: 285px;
    height: 38px;
    border-radius: 50%;
    background: var(--peach);
}

.promise-cloud::before,
.promise-cloud::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.promise-cloud::before {
    width: 130px;
    height: 95px;
    left: 50px;
    bottom: -4px;
}

.promise-cloud::after {
    width: 150px;
    height: 103px;
    right: 29px;
    bottom: -6px;
}

.promise-cloud-a {
    top: 18%;
    left: -80px;
    animation: cloud-drift 17s ease-in-out infinite;
}

.promise-cloud-b {
    bottom: 8%;
    right: -100px;
    transform: scale(1.2);
    animation: cloud-drift 21s ease-in-out -6s infinite reverse;
}

.order-section {
    background: var(--paper);
}

.order-steps {
    display: grid;
    gap: 18px;
}

.order-steps>div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.order-steps span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(152, 10, 7, .3);
    border-radius: 50%;
    color: var(--red);
    font-size: .62rem;
    font-weight: 800;
}

.order-steps p {
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.4;
}

.order-steps small {
    color: var(--muted);
    font-size: .61rem;
    font-weight: 400;
}

.form-shell {
    position: relative;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(72, 37, 34, .08);
}

.form-header {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.form-badge {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    color: var(--gold);
    background: var(--red);
}

.form-header h3 {
    margin: 0 0 4px;
    font-family: var(--serif);
    font-size: 1.7rem;
    font-weight: 400;
}

.form-header p {
    margin: 0;
    color: var(--muted);
    font-size: .64rem;
}

.form-label {
    margin-bottom: 7px;
    color: #5c454a;
    font-size: .66rem;
    font-weight: 700;
}

.form-label span {
    color: var(--red);
}

.form-label small {
    color: #a89694;
    font-weight: 400;
}

.form-control,
.form-select {
    min-height: 48px;
    padding: .75rem .9rem;
    color: var(--ink);
    border: 1px solid rgba(84, 49, 49, .16);
    border-radius: 2px;
    background-color: #fffdf8;
    font-size: .73rem;
}

.form-control::placeholder {
    color: #b9a9a3;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(152, 10, 7, .09);
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: var(--red-bright);
}

.invalid-feedback {
    font-size: .58rem;
}

.quantity-control {
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px solid rgba(84, 49, 49, .16);
    border-radius: 2px;
    background: #fffdf8;
}

.quantity-control .form-control {
    min-height: 46px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.quantity-btn {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 46px;
    color: var(--red);
    background: transparent;
}

.form-consent {
    display: flex;
    gap: 8px;
    color: #9a8581;
    font-size: .59rem;
    line-height: 1.45;
}

.form-consent i {
    color: #54836e;
    font-size: .85rem;
}

.form-hotline {
    color: var(--muted);
    font-size: .63rem;
    font-weight: 600;
}

.form-hotline i {
    color: var(--red);
    margin-right: 4px;
}

.form-success {
    padding: 33px 15px 15px;
    text-align: center;
}

.success-icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 17px;
    border-radius: 50%;
    color: #fff;
    background: #54836e;
    font-size: 1.6rem;
}

.form-success h3 {
    margin-bottom: 8px;
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 400;
}

.form-success p {
    max-width: 360px;
    margin: 0 auto 20px;
    color: var(--muted);
    font-size: .7rem;
    line-height: 1.65;
}

.closing-section {
    position: relative;
    overflow: hidden;
    padding: 115px 0 125px;
    color: var(--cream);
    background: var(--red);
}

.closing-section::before {
    content: "";
    position: absolute;
    top: -270px;
    left: 50%;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(255, 200, 94, .3);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 40px rgba(255, 200, 94, .06), 0 0 0 85px rgba(255, 200, 94, .04);
}

.closing-section h2 {
    position: relative;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
}

.closing-section h2 em {
    color: var(--gold);
}

.closing-section .soft-label {
    color: var(--peach);
}

.closing-stars::before,
.closing-stars::after {
    content: "✦   ·     ✧         ·     ✦";
    position: absolute;
    top: 21%;
    left: 5%;
    color: var(--gold);
    letter-spacing: 2.4em;
    opacity: .65;
}

.closing-stars::after {
    top: 62%;
    left: auto;
    right: 2%;
    transform: rotate(180deg);
}

.site-footer {
    color: rgba(255, 244, 223, .74);
    background: #260c1e;
    padding: 46px 0 24px;
}

.site-footer .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 15px;
}

.footer-note {
    color: var(--peach);
    font-family: var(--serif);
    font-size: 1.15rem;
    line-height: 1.2;
}

.footer-link {
    color: var(--gold);
    font-size: .8rem;
    font-weight: 700;
}

.site-footer small {
    color: rgba(255, 244, 223, .42);
    font-size: .61rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 37px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 244, 223, .14);
    color: rgba(255, 244, 223, .34);
    font-size: .58rem;
}

.custom-toast {
    border: 1px solid rgba(255, 200, 94, .45);
    border-radius: 3px;
    color: var(--cream);
    background: var(--night);
    box-shadow: 0 12px 30px rgba(15, 3, 15, .28);
}

.custom-toast .toast-body {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: .68rem;
}

.custom-toast i {
    color: var(--gold);
    font-size: 1rem;
}

.reveal-up {
    opacity: 0;
    transform: translateY(17px);
    animation: reveal-up .75s cubic-bezier(.2, .7, .2, 1) forwards;
}

.reveal-scale {
    opacity: 0;
    animation: reveal-scale .9s cubic-bezier(.2, .75, .2, 1) .18s forwards;
}

.delay-1 {
    animation-delay: .12s;
}

.delay-2 {
    animation-delay: .22s;
}

.delay-3 {
    animation-delay: .32s;
}

.delay-4 {
    animation-delay: .42s;
}

@keyframes reveal-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes reveal-scale {
    from {
        opacity: 0;
        transform: rotate(1.5deg) scale(.96) translateY(16px);
    }

    to {
        opacity: 1;
        transform: rotate(1.5deg) scale(1) translateY(0);
    }
}

@keyframes twinkle {

    0%,
    100% {
        opacity: .35;
        transform: scale(.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

@keyframes swing {

    0%,
    100% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-4deg);
    }
}

@keyframes cloud-drift {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(35px);
    }
}

@media (max-width: 991.98px) {
    .site-header {
        min-height: auto;
    }

    .hero-content {
        padding-top: 57px;
    }

    .hero-order-card {
        margin: 5px auto 48px;
    }

    .hero-moon {
        right: 8%;
        top: 135px;
    }

    .navbar-collapse {
        margin-top: 18px;
        padding: 13px 0 3px;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

    .story-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 300px 245px;
    }

    .story-card-large {
        grid-row: span 1;
        grid-column: span 2;
    }

    .story-card-accent {
        grid-column: span 1;
    }

    .product-swiper {
        overflow: hidden;
    }

    .section-padding {
        padding: 83px 0;
    }
}

@media (max-width: 767.98px) {
    .site-header {
        background: radial-gradient(circle at 86% 22%, rgba(234, 109, 54, .3), transparent 30%), linear-gradient(145deg, #2a102d, #8e171d);
    }

    .hero-content {
        padding-top: 38px;
        padding-bottom: 75px;
    }

    .display-title {
        font-size: clamp(3.4rem, 16vw, 5rem);
    }

    .hero-lead {
        font-size: .85rem;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .hero-moon {
        top: 103px;
        right: -20px;
        transform: scale(.72);
    }

    .lantern {
        display: none;
    }

    .hero-order-card {
        min-height: 382px;
    }

    .order-card-content {
        padding-left: 25px;
    }

    .hero-box-art {
        right: -38px;
        transform: rotate(-12deg) scale(.86);
        transform-origin: bottom right;
    }

    .trust-item {
        padding: 9px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .col-md-4:last-child .trust-item {
        border-bottom: 0;
    }

    .trust-strip .container {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .section-title {
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .section-intro {
        font-size: .78rem;
    }

    .story-grid {
        display: block;
    }

    .story-card {
        min-height: 285px;
        margin-bottom: 15px;
    }

    .story-card-large {
        min-height: 375px;
    }

    .story-card-accent {
        min-height: 230px;
    }

    .art-moon {
        right: 55px;
    }

    .product-visual {
        height: 240px;
    }

    .promise-section {
        padding: 80px 0;
    }

    .form-shell {
        padding: 22px 17px;
    }

    .form-header h3 {
        font-size: 1.43rem;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .closing-section {
        padding: 90px 0;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Supplied Mid-Autumn artwork */
.hero-moon {
    display: grid;
    place-items: center;
    background: transparent;
    box-shadow: 0 0 52px rgba(255, 217, 138, .3);
}

.hero-moon::after {
    display: none;
}

.hero-moon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(255, 230, 165, .2));
}

.cloud {
    display: block;
    height: auto;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    filter: drop-shadow(0 -8px 14px rgba(70, 8, 25, .08));
}

.cloud::before,
.cloud::after {
    display: none;
}

.cloud-one {
    left: -5%;
    bottom: -80px;
    width: min(48vw, 590px);
    height: auto;
}

.cloud-two {
    right: -4%;
    bottom: -92px;
    width: min(53vw, 660px);
    height: auto;
}

.cloud-three {
    left: 31%;
    bottom: -103px;
    width: min(43vw, 530px);
    height: auto;
    opacity: .42;
}

.hero-box-art {
    width: 236px;
    height: 252px;
    overflow: visible;
}

.hero-box-art img {
    position: absolute;
    right: -10px;
    bottom: -2px;
    z-index: 3;
    display: block;
    width: 226px;
    height: 226px;
    object-fit: contain;
    filter: drop-shadow(15px 18px 13px rgba(77, 20, 11, .22));
}

.product-moon {
    z-index: 2;
    background: url("assets/moon.png") center / contain no-repeat;
    box-shadow: 0 0 28px rgba(255, 225, 156, .32);
}

.product-moon::after {
    display: none;
}

.product-visual::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 7px;
    width: min(57%, 190px);
    aspect-ratio: 1;
    background: url("assets/cake-clean.png") center / contain no-repeat;
    filter: drop-shadow(0 17px 10px rgba(46, 4, 20, .27));
    transform: translateX(-50%) rotate(-7deg);
}

.product-box {
    display: none;
}

.product-cloud {
    z-index: 5;
    height: 94px;
    border-radius: 0;
    background: url("assets/cloud-3.png") center bottom / contain no-repeat;
    opacity: .76;
}

.product-cloud::before,
.product-cloud::after {
    display: none;
}

.product-visual-teal .product-cloud {
    background-image: url("assets/cloud-1.png");
}

.product-visual-gold .product-cloud {
    background-image: url("assets/cloud-2.png");
}

.product-visual-plum .product-cloud {
    background-image: url("assets/cloud-1.png");
}

.art-moon {
    background: url("assets/moon.png") center / contain no-repeat;
    box-shadow: 0 0 42px rgba(255, 200, 94, .25);
}

.art-moon::after {
    display: none;
}

.promise-cloud {
    height: 130px;
    border-radius: 0;
    background: transparent url("assets/cloud-2.png") center / contain no-repeat;
    opacity: .75;
}

.promise-cloud::before,
.promise-cloud::after {
    display: none;
}

.promise-cloud-b {
    background-image: url("assets/cloud-1.png");
}

@media (max-width: 767.98px) {
    .cloud-one {
        left: -20%;
        bottom: -50px;
        width: 84vw;
    }

    .cloud-two {
        right: -23%;
        bottom: -58px;
        width: 90vw;
    }

    .cloud-three {
        left: 14%;
        bottom: -67px;
        width: 75vw;
    }

    .hero-box-art img {
        width: 206px;
        height: 206px;
        right: -27px;
    }

    .product-visual::after {
        width: 58%;
    }

    .product-cloud {
        height: 78px;
    }
}

/* Gift-box treatment inspired by the reference GROUP98 composition */
.collection-section {
    position: relative;
    background: linear-gradient(180deg, #c92b22 0%, #f07850 34%, #f7bb85 67%, #f7e4c8 100%);
}

.collection-section::before {
    content: "";
    position: absolute;
    top: 13%;
    left: 50%;
    width: min(70vw, 780px);
    height: 390px;
    border: 1px solid rgba(255, 218, 145, .3);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 42px rgba(255, 218, 145, .06), 0 0 0 86px rgba(255, 218, 145, .04);
    pointer-events: none;
}

.collection-section>.container {
    position: relative;
    z-index: 1;
}

.collection-section .eyebrow-red {
    color: var(--cream);
}

.collection-section .section-title {
    color: var(--cream);
}

.collection-section .section-title em {
    color: var(--gold);
}

.collection-section .swiper-button-prev-custom,
.collection-section .swiper-button-next-custom {
    color: var(--cream);
    border-color: rgba(255, 244, 223, .54);
}

.collection-section .swiper-button-prev-custom:hover,
.collection-section .swiper-button-next-custom:hover {
    color: var(--red);
    background: var(--gold);
    border-color: var(--gold);
}

.product-card {
    border: 1px solid rgb(161 81 72);
    box-shadow: 0 16px 30px rgba(104, 31, 24, .15);
}

.product-visual {
    height: 300px;
}

.product-visual::before {
    top: 55%;
    left: -11%;
    z-index: 4;
    width: 122%;
    height: 25px;
    border-radius: 0;
    opacity: .92;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 224, 145, .15) 10%, #f5bd5a 24%, #ffe4a1 49%, #e3a033 77%, transparent 100%);
    box-shadow: 0 2px 0 rgba(117, 41, 19, .16), 0 -2px 0 rgba(255, 246, 196, .35);
    transform: rotate(-8deg);
}



.product-visual::after {
    transition: transform .42s cubic-bezier(.2, .75, .2, 1), filter .42s ease;
}

.product-card:hover .product-cloud {
    transform: translateX(-3%) scale(1.04);
}

.product-cloud {
    transition: transform .42s ease;
}

.product-cloud::before {
    left: 39%;
    bottom: -34px;
    transform: rotate(26deg);
}

.product-cloud::after {
    right: 36%;
    bottom: -39px;
    transform: rotate(-21deg);
}

.product-info {
    background: rgba(255, 250, 241, .96);
}

@media (max-width: 767.98px) {
    .collection-section::before {
        top: 10%;
        width: 135vw;
        height: 300px;
    }

    .product-visual {
        height: 258px;
    }

}

.collection-chang-e {
    position: absolute;
    right: -18px;
    bottom: -12px;
    z-index: 2;
    width: min(22vw, 270px);
    height: auto;
    pointer-events: none;
    opacity: .78;
    filter: drop-shadow(0 20px 15px rgba(97, 27, 20, .16));
    transition: transform .55s ease, opacity .55s ease;
}

.collection-section:hover .collection-chang-e {
    transform: translateY(-7px);
    opacity: .9;
}

@media (max-width: 991.98px) {
    .collection-chang-e {
        right: -26px;
        bottom: -8px;
        width: 205px;
        opacity: .48;
    }
}

@media (max-width: 767.98px) {
    .collection-chang-e {
        right: -46px;
        bottom: -4px;
        width: 175px;
        opacity: .27;
    }
}

/* Use the supplied Mid-Autumn artwork consistently across every cloud and lantern. */
.lantern {
    top: 58px;
    z-index: 5;
    width: 94px;
    height: 118px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.lantern::before,
.lantern::after,
.lantern span {
    display: none;
}

.lantern img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(255, 140, 48, .24));
}

.lantern-left {
    left: 4%;
}

.lantern-right {
    right: 3%;
    height: 106px;
}

.art-cloud {
    display: block;
    border-radius: 0;
    background: transparent center / contain no-repeat;
    object-fit: contain;
    filter: drop-shadow(0 -6px 12px rgba(70, 8, 25, .07));
}

.art-cloud::before,
.art-cloud::after {
    display: none;
}

.art-cloud-a {
    right: 11%;
    top: 51%;
    width: 210px;
    height: 145px;
    opacity: .88;
}

.art-cloud-b {
    left: 7%;
    top: 66%;
    width: 245px;
    height: 140px;
    opacity: .55;
}

.art-cloud-a[src*="cloud-1"] {
    background-image: url("assets/cloud-1.png");
}

.art-cloud-b[src*="cloud-2"] {
    background-image: url("assets/cloud-2.png");
}

.mini-moon {
    background: url("assets/moon.png") center / contain no-repeat;
    border: 0;
    box-shadow: 0 0 24px rgba(255, 225, 156, .28);
}

.mini-moon i {
    display: none;
}

@media (max-width: 767.98px) {
    .art-cloud-a {
        right: 0;
        top: 49%;
        width: 175px;
        height: 125px;
    }

    .art-cloud-b {
        left: -9%;
        top: 66%;
        width: 205px;
        height: 120px;
    }
}

/* Select2 4.1 styling, kept in the same warm paper/red language as the form. */
.order-section .select2-container {
    width: 100% !important;
    font-size: .76rem;
}

.order-section .select2-container--default .select2-selection--single {
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: rgba(255, 255, 255, .82);
}

.order-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 42px 10px 13px;
    color: var(--ink);
    line-height: 20px;
}

.order-section .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9b8f87;
}

.order-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 10px;
    width: 24px;
    height: 26px;
}

.order-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--red) transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}

.order-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--red) transparent;
    border-width: 0 4px 5px 4px;
}

.order-section .select2-container--default.select2-container--focus .select2-selection--single,
.order-section .select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(152, 10, 7, .55);
    box-shadow: 0 0 0 .2rem rgba(152, 10, 7, .08);
}

.select2-container--default .select2-dropdown {
    overflow: hidden;
    border-color: rgba(152, 10, 7, .22);
    border-radius: 2px;
    box-shadow: 0 16px 30px rgba(70, 20, 18, .14);
}

.select2-container--default .select2-results__option {
    padding: 10px 13px;
    color: var(--ink);
    font-size: .74rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--cream);
    background: var(--red);
}

.order-section .was-validated .select2-container.select2-invalid .select2-selection--single {
    border-color: var(--red);
    box-shadow: 0 0 0 .2rem rgba(152, 10, 7, .08);
}

.order-modal {
    --bs-modal-width: 900px;
}

.order-modal .modal-dialog {
    max-width: min(900px, calc(100% - 1.5rem));
}

.order-modal .modal-content {
    overflow: hidden;
    border: 1px solid rgba(152, 10, 7, .14);
    border-radius: 4px;
    background: #fffaf1;
    box-shadow: 0 28px 80px rgba(42, 16, 45, .28);
}

.order-modal .modal-header {
    padding: 25px 31px 21px;
    border-bottom: 1px solid var(--line);
    background: #fffaf1;
}

.order-modal .modal-title {
    margin-top: 5px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 400;
}

.modal-kicker {
    color: var(--red);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .2em;
}

.order-modal .btn-close {
    opacity: .65;
}

.order-modal .modal-body {
    background: #fffaf1;
}

.order-modal .form-shell {
    padding: 30px 31px 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.order-modal .select2-container {
    width: 100% !important;
    font-size: .76rem;
}

.order-modal .select2-container--default .select2-selection--single {
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: rgba(255, 255, 255, .82);
}

.order-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 42px 10px 13px;
    color: var(--ink);
    line-height: 20px;
}

.order-modal .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9b8f87;
}

.order-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 10px;
    width: 24px;
    height: 26px;
}

.order-modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--red) transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}

.order-modal .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--red) transparent;
    border-width: 0 4px 5px 4px;
}

.order-modal .select2-container--default.select2-container--focus .select2-selection--single,
.order-modal .select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(152, 10, 7, .55);
    box-shadow: 0 0 0 .2rem rgba(152, 10, 7, .08);
}

.order-modal .was-validated .select2-container.select2-invalid .select2-selection--single {
    border-color: var(--red);
    box-shadow: 0 0 0 .2rem rgba(152, 10, 7, .08);
}

.order-modal-launcher {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 43px;
    color: var(--cream);
    background: radial-gradient(circle at 82% 18%, rgba(255, 197, 95, .2), transparent 20%), linear-gradient(145deg, #33122f, #8e171d 70%, #b84828);
    box-shadow: 0 20px 42px rgba(62, 18, 27, .15);
}

.order-modal-launcher::before {
    content: "";
    position: absolute;
    right: -105px;
    top: -100px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255, 211, 127, .32);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(255, 211, 127, .06), 0 0 0 65px rgba(255, 211, 127, .04);
}

.launcher-orbit {
    position: relative;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 205, 111, .72);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1.1rem;
    box-shadow: 0 0 0 8px rgba(255, 205, 111, .08);
}

.order-modal-launcher h3 {
    position: relative;
    margin: 13px 0 14px;
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.03;
}

.order-modal-launcher h3 em {
    color: var(--peach);
}

.order-modal-launcher p {
    position: relative;
    max-width: 390px;
    margin-bottom: 25px;
    color: rgba(255, 244, 223, .68);
    font-size: .75rem;
    line-height: 1.75;
}

.launcher-note {
    position: relative;
    margin-top: 18px;
    color: rgba(255, 244, 223, .62);
    font-size: .62rem;
}

.launcher-note i {
    margin-right: 5px;
    color: #b9e3be;
}

@media (max-width: 767.98px) {
    .order-modal .modal-dialog {
        max-width: calc(100% - .8rem);
        margin: .4rem auto;
    }

    .order-modal .modal-header {
        padding: 20px 18px 17px;
    }

    .order-modal .modal-title {
        font-size: 1.65rem;
    }

    .order-modal .form-shell {
        padding: 22px 17px 25px;
    }

    .order-modal-launcher {
        min-height: 345px;
        padding: 31px 24px;
    }
}

.branches-section {
    background: #f8e8d0;
}

.branch-detail-panel {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 40px;
    color: var(--cream);
    background: radial-gradient(circle at 83% 15%, rgba(255, 201, 95, .2), transparent 22%), linear-gradient(145deg, #32112f, #77101c 67%, #a93324);
    box-shadow: 0 21px 45px rgba(69, 22, 23, .14);
}

.branch-detail-panel::after {
    content: "";
    position: absolute;
    right: -125px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 211, 127, .26);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(255, 211, 127, .05), 0 0 0 70px rgba(255, 211, 127, .035);
}

.branch-detail-mark {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 27px;
    border: 1px solid rgba(255, 205, 111, .72);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1.2rem;
    box-shadow: 0 0 0 8px rgba(255, 205, 111, .08);
}

.branch-detail-kicker {
    position: relative;
    z-index: 1;
    color: var(--peach);
}

.branch-detail-panel h3 {
    position: relative;
    z-index: 1;
    margin: 15px 0 28px;
    color: var(--cream);
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.branch-detail-list {
    position: relative;
    z-index: 1;
    width: 100%;
}

.branch-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 244, 223, .2);
}

.branch-detail-row>i {
    flex: 0 0 18px;
    margin-top: 3px;
    color: var(--gold);
}

.branch-detail-row span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 244, 223, .52);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.branch-detail-row p {
    margin: 0;
    color: rgba(255, 244, 223, .9);
    font-size: .74rem;
    line-height: 1.65;
}

.branch-detail-row a {
    color: inherit;
    transition: color .2s ease;
}

.branch-detail-row a:hover {
    color: var(--gold);
}

.branch-detail-panel .btn {
    position: relative;
    z-index: 1;
}

.branch-map-panel {
    overflow: hidden;
    border: 1px solid rgba(126, 35, 25, .14);
    background: var(--paper);
    box-shadow: 0 17px 35px rgba(104, 31, 24, .1);
}

.branch-map-frame {
    position: relative;
    min-height: 315px;
    background: #e8d3ba;
}

.branch-map-frame iframe {
    display: block;
    width: 100%;
    height: 315px;
    border: 0;
    filter: saturate(.82) sepia(.08);
}

.branch-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 25px 15px;
    border-top: 1px solid var(--line);
}

.branch-list-head .soft-label {
    color: var(--red);
}

.branch-list-head h3 {
    margin: 6px 0 0;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.55rem;
    font-weight: 400;
}

.branch-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    color: var(--red);
    border: 1px solid rgba(152, 10, 7, .2);
    border-radius: 99px;
    background: transparent;
    font-size: .63rem;
    font-weight: 700;
}

.branch-toggle i {
    transition: transform .25s ease;
}

.branch-toggle[aria-expanded="false"] i {
    transform: rotate(-90deg);
}

.branch-list {
    padding: 0 25px 20px;
}

.branch-item {
    display: grid;
    grid-template-columns: 34px 1fr 18px;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 14px 0;
    color: var(--ink);
    border-top: 1px solid var(--line);
    background: transparent;
    text-align: left;
    transition: color .2s ease, transform .2s ease;
}

.branch-item:hover {
    color: var(--red);
    transform: translateX(4px);
}

.branch-item.is-active {
    color: var(--red);
}

.branch-item-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(152, 10, 7, .22);
    border-radius: 50%;
    color: var(--red);
    font-size: .8rem;
}

.branch-item.is-active .branch-item-icon {
    color: var(--cream);
    background: var(--red);
}

.branch-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: .75rem;
}

.branch-item small {
    display: block;
    color: var(--muted);
    font-size: .62rem;
    line-height: 1.4;
}

.branch-item-arrow {
    color: var(--gold-deep);
    font-size: .75rem;
}

@media (max-width: 991.98px) {
    .branch-detail-panel {
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .branch-detail-panel {
        min-height: 0;
        padding: 30px 24px;
    }

    .branch-detail-panel h3 {
        margin-bottom: 21px;
        font-size: 2.15rem;
    }

    .branch-map-frame,
    .branch-map-frame iframe {
        min-height: 265px;
        height: 265px;
    }

    .branch-list-head {
        padding: 20px 18px 14px;
    }

    .branch-toggle {
        display: inline-flex;
    }

    .branch-list {
        padding: 0 18px 14px;
    }

    .branch-item {
        grid-template-columns: 32px 1fr 15px;
        gap: 10px;
    }
}

.soft-label,
.eyebrow,
.card-kicker,
.product-type,
.modal-kicker,
.branch-detail-row span {
    font-family: var(--mono);
}

.branch-offcanvas-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--red);
    border: 1px solid rgba(152, 10, 7, .24);
    border-radius: 99px;
    background: transparent;
    font-size: .64rem;
    font-weight: 700;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.branch-offcanvas-trigger:hover {
    color: var(--cream);
    border-color: var(--red);
    background: var(--red);
}

.branch-offcanvas-trigger i {
    font-size: .8rem;
}

.branch-offcanvas {
    --bs-offcanvas-width: min(430px, 92vw);
    color: var(--ink);
    background: var(--paper);
}

.branch-offcanvas .offcanvas-header {
    padding: 28px 27px 22px;
    border-bottom: 1px solid var(--line);
    background: #fffaf1;
}

.branch-offcanvas .offcanvas-title {
    margin-top: 5px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
}

.branch-offcanvas .offcanvas-body {
    padding: 21px 27px 30px;
}

.branch-search {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.branch-search>i {
    position: absolute;
    left: 15px;
    z-index: 1;
    color: var(--red);
    font-size: .9rem;
}

.branch-search input {
    width: 100%;
    min-height: 46px;
    padding: 12px 13px 12px 40px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 2px;
    outline: 0;
    background: #fff;
    font: 500 .72rem var(--sans);
}

.branch-search input::placeholder {
    color: #aa9891;
}

.branch-search input:focus {
    border-color: rgba(152, 10, 7, .55);
    box-shadow: 0 0 0 3px rgba(152, 10, 7, .08);
}

.branch-offcanvas .branch-list {
    padding: 0;
}

.branch-offcanvas .branch-item {
    padding: 16px 0;
}

.branch-search-empty {
    margin: 26px 0;
    color: var(--muted);
    font-size: .72rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .branch-offcanvas .offcanvas-header {
        padding: 23px 19px 18px;
    }

    .branch-offcanvas .offcanvas-body {
        padding: 18px 19px 25px;
    }

    .branch-list-head h3 {
        font-size: 1.4rem;
    }
}

.branch-map-panel {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.branch-map-frame {
    flex: 1 1 auto;
    min-height: 315px;
}

.branch-map-frame iframe {
    height: 100%;
    min-height: 315px;
}

.branch-list-head {
    flex: 0 0 auto;
}

.branch-list-drawer {
    flex: 0 0 auto;
    border-top: 1px solid var(--line);
    background: #fffaf1;
}

.branch-list-drawer-inner {
    max-height: 370px;
    overflow-y: auto;
    padding: 18px 25px 20px;
}

.branch-list-drawer .branch-list {
    padding: 0;
}

.branch-list-drawer .branch-search {
    margin-bottom: 12px;
}

.branch-list-drawer .branch-item:first-child {
    border-top: 0;
}

.branch-offcanvas-trigger[aria-expanded="true"] i {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .branch-map-frame iframe {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .branch-map-panel {
        height: auto;
    }

    .branch-map-frame,
    .branch-map-frame iframe {
        min-height: 265px;
        height: 265px;
    }

    .branch-list-drawer-inner {
        max-height: 335px;
        padding: 15px 18px 18px;
    }
}

.branch-list-drawer {
    position: absolute;
    z-index: 12;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: min(420px, 88%);
    flex-direction: column;
    border: 0;
    background: #fffaf1;
    box-shadow: 18px 0 38px rgba(43, 16, 29, .2);
    transform: translateX(-104%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .38s cubic-bezier(.2, .75, .2, 1), visibility .38s ease;
}

.branch-list-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.branch-list-drawer-inner {
    height: 100%;
    max-height: none;
    overflow-y: auto;
    padding: 0 25px 22px;
}

.branch-drawer-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 0 18px;
    margin-bottom: 17px;
    border-bottom: 1px solid var(--line);
    background: #fffaf1;
}

.branch-drawer-head h2 {
    margin: 6px 0 0;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 2.15rem;
    font-weight: 400;
    line-height: 1;
}

.branch-list-drawer-close {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--red);
    border: 1px solid rgba(152, 10, 7, .2);
    border-radius: 50%;
    background: transparent;
    font-size: .72rem;
    transition: color .2s ease, background-color .2s ease;
}

.branch-list-drawer-close:hover {
    color: var(--cream);
    background: var(--red);
}

.branch-list-drawer .branch-list {
    padding: 0;
}

.branch-list-drawer .branch-search {
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .branch-list-drawer {
        width: min(360px, 94%);
    }

    .branch-list-drawer-inner {
        padding: 0 18px 18px;
    }

    .branch-drawer-head {
        padding-top: 19px;
    }

    .branch-drawer-head h2 {
        font-size: 1.9rem;
    }
}

.branch-drawer-backdrop {
    position: absolute;
    z-index: 11;
    inset: 0;
    background: rgba(34, 13, 29, .24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .32s ease, visibility .32s ease;
}

.branch-drawer-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.story-card-large .story-card-art {
    background: linear-gradient(180deg, rgba(37, 8, 37, .08) 0%, rgba(57, 8, 28, .2) 42%, rgba(47, 7, 24, .78) 100%), url("assets/cloud-3.png") right 12% bottom 19% / 225px auto no-repeat, url("assets/moon.png") right 12% top 12% / 88px auto no-repeat, linear-gradient(135deg, #2b1238, #9b2020);
}

.story-card-large .art-moon,
.story-card-large .art-cloud {
    display: none;
}

.story-card-large .story-card-art::after {
    opacity: .34;
    background: repeating-linear-gradient(120deg, transparent 0 36px, rgba(255, 204, 111, .14) 37px 38px);
}

.art-craft {
    background: linear-gradient(110deg, rgba(255, 216, 176, .94) 0%, rgba(237, 163, 112, .72) 50%, rgba(179, 83, 53, .58) 100%), url("assets/cake-clean.png") right 7% bottom -30% / 250px auto no-repeat, url("assets/cloud-2.png") left -16% bottom -16% / 245px auto no-repeat, linear-gradient(130deg, #ffcf9f, #c66e43);
}

.story-card-accent {
    background: radial-gradient(circle at 78% 22%, rgba(255, 200, 94, .18), transparent 24%), linear-gradient(180deg, rgba(152, 10, 7, .72), rgba(102, 5, 18, .9)), url("assets/moon.png") right 9% top 13% / 92px auto no-repeat, url("assets/cloud-1.png") right -10% bottom -21% / 250px auto no-repeat, #980a07;
}

.story-card-accent::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .18;
    background: repeating-linear-gradient(135deg, transparent 0 31px, rgba(255, 223, 143, .24) 32px 33px);
}

.story-card-accent > * {
    position: relative;
    z-index: 1;
}

.navbar-toggler {
    display: grid;
    place-items: center;
    width: 48px;
    height: 43px;
    padding: 0;
    border: 1px solid rgba(255, 200, 94, .5);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(255, 200, 94, .14), rgba(255, 244, 223, .05));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 18px rgba(18, 5, 20, .14);
    transition: border-color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.navbar-toggler:hover {
    border-color: var(--gold);
    background: rgba(255, 200, 94, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 10px 22px rgba(18, 5, 20, .2);
    transform: translateY(-1px);
}

.navbar-toggler:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(255, 200, 94, .16), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.navbar-toggler-icon {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background-image: none;
    background-color: var(--gold);
    box-shadow: 0 0 10px rgba(255, 200, 94, .3);
    transition: background-color .25s ease, transform .25s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: inherit;
    background: var(--gold);
    box-shadow: 0 0 10px rgba(255, 200, 94, .3);
    transition: top .25s ease, transform .25s ease;
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    top: 7px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 2px;
    border-radius: 99px;
    background: var(--gold);
    box-shadow: 0 0 9px rgba(255, 200, 94, .5);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .38s cubic-bezier(.2, .75, .2, 1), opacity .22s ease, background-color .3s ease;
}

.nav-item.active > .nav-link,
.nav-link.active {
    color: var(--gold) !important;
}

.nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .navbar-collapse .nav-link.active::after {
        right: auto;
        bottom: 2px;
        width: 30px;
    }
}

@media (max-width: 767.98px) {
    html {
        scroll-padding-top: 69px;
    }

    .navbar {
        padding: 13px 0;
        background: rgba(49, 8, 24, .9);
        box-shadow: 0 10px 28px rgba(19, 5, 15, .18);
        backdrop-filter: blur(14px);
    }
}
