html {
    height:100%;
}
:root {
    --color-primary-bg: #050505;
    --color-secondary-bg: #fffaf0;
    --color-accent-dark: #111111;
    --color-accent-gold: #caa13a;
    --color-accent-purple: #7f4acb;
    --color-accent-purple-deep: #28143d;
    --color-text: #f4efef;
    --color-ink-soft: #2a2418;
}

body {
    height: 100%;
    margin: 0;

    background:
        linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.95)),
        url("../images/ab-background.png") center/cover no-repeat fixed;
}

.review-site-page {
    min-height: 100%;
    background-color: var(--color-primary-bg);
    background-image:
        linear-gradient(135deg, rgba(255, 250, 240, 0.04) 0 1px, transparent 1px 52px),
        radial-gradient(circle at 15% 20%, rgba(127, 74, 203, 0.32), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(202, 161, 58, 0.22), transparent 30%),
        linear-gradient(rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.88)),
        url("../images/ab-background.png");
    background-size: auto, auto, auto, auto, cover;
    background-attachment: fixed;
    background-position: center;
    color: var(--color-text);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.review-site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px clamp(16px, 4vw, 48px);
    background: rgba(5, 5, 5, 0.88);
    border-bottom: 1px solid rgba(127, 74, 203, 0.46);
    box-shadow: 0 10px 28px rgba(40, 20, 61, 0.34);
}

.review-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-secondary-bg);
    text-decoration: none;
    font-weight: 700;
}

.review-site-brand img {
    width: 42px;
    height: 42px;
}

.review-site-header nav {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.review-site-header nav a {
    color: var(--color-accent-gold);
    text-decoration: none;
    font-weight: 700;
}

.review-page-shell {
    box-sizing: border-box;
    width: 100%;
    margin: 60px 0 0;
    padding: 34px max(16px, calc((100vw - 1120px) / 2)) 56px;
    background-color: rgba(243, 231, 211, 0.92);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.review-qr-shell {
    padding-left: max(14px, calc((100vw - 760px) / 2));
    padding-right: max(14px, calc((100vw - 760px) / 2));
}

.review-hero {
    margin-bottom: 22px;
}

.review-hero h1,
.review-panel h1,
.review-panel h2 {
    margin: 0 0 10px;
    color: var(--color-accent-gold);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-weight: 700;
}

.review-card-top strong {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-weight: 700;
}

.review-hero p,
.review-panel p {
    color: var(--color-text);
}

.review-eyebrow {
    margin: 0 0 6px;
    color: var(--color-accent-gold);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.review-panel {
    background: rgba(255, 250, 240, 0.9);
    color: var(--color-text);
    border: 1px solid rgba(199, 162, 39, 0.4);
    border-radius: 8px;
    padding: clamp(18px, 3vw, 28px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.review-home-section .review-panel {
    margin: 28px 0;
}

.review-section-head,
.review-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.review-score-badge {
    min-width: 96px;
    padding: 12px;
    text-align: center;
    color: var(--color-secondary-bg);
    background: var(--color-accent-dark);
    border-radius: 8px;
    border: 1px solid var(--color-accent-gold);
}

.review-score-badge strong {
    display: block;
    color: var(--color-accent-gold);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 2rem;
    line-height: 1;
}

.review-score-badge span {
    display: block;
    margin-top: 4px;
    font-size: 0.85rem;
}

.review-form,
.review-filter-grid {
    display: grid;
    gap: 16px;
}

.review-form label,
.review-filter-grid label {
    display: grid;
    gap: 7px;
    color: var(--color-text);
    font-weight: 700;
}

.review-form input,
.review-form select,
.review-form textarea,
.review-filter-grid select {
    width: 100%;
    min-height: 48px;
    border: 2px solid rgba(202, 161, 58, 0.28);
    border-radius: 8px;
    padding: 11px 12px;
    color: var(--color-text);
    background: #fffaf0;
    font: inherit;
}

.review-form textarea {
    min-height: 120px;
    resize: vertical;
}

.review-rating-picker p {
    margin: 0 0 8px;
    font-weight: 800;
}

.review-star-row {
    display: flex;
    gap: 8px;
}

.review-star-button {
    width: 54px;
    height: 54px;
    border: 2px solid rgba(199, 162, 39, 0.45);
    border-radius: 8px;
    background: #fffaf0;
    color: #7b6a32;
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
}

.review-star-button.is-active {
    color: var(--color-accent-gold);
    background: rgba(158, 42, 43, 0.12);
    border-color: var(--color-accent-gold);
}

.review-star-label,
.review-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.review-source-pill,
.review-badges span {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(199, 162, 39, 0.16);
    color: #6f1d1e;
    border: 1px solid rgba(199, 162, 39, 0.42);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.review-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 11px 18px;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.review-button-primary {
    background: var(--color-accent-dark);
    color: var(--color-secondary-bg);
    border-color: var(--color-accent-gold);
}

.review-button-secondary {
    background: transparent;
    color: var(--color-accent-dark);
    border-color: rgba(158, 42, 43, 0.42);
}

.review-button-danger {
    background: #3a1515;
    color: #fff7ed;
}

.review-submit-button {
    width: 100%;
    min-height: 58px;
    font-size: 1.08rem;
}

.review-actions,
.review-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.review-list {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.review-list-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
    box-shadow: none;
}

.review-rating,
.review-stars {
    color: var(--color-accent-gold);
    white-space: nowrap;
    letter-spacing: 0;
}

.review-stars-muted {
    color: rgba(30, 30, 30, 0.25);
}

.review-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}

.review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: rgba(30, 30, 30, 0.74);
    font-size: 0.92rem;
}

.review-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.review-stats-grid strong {
    display: block;
    color: var(--color-accent-dark);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 2.4rem;
}

.review-filter-grid {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    align-items: end;
}

.review-filter-actions {
    grid-column: 1 / -1;
}

.review-alert {
    border-radius: 8px;
    padding: 13px 16px;
    margin: 0 0 16px;
    font-weight: 800;
}

.review-alert-success {
    background: #e5f6df;
    color: #255c2a;
    border: 1px solid #8bc47d;
}

.review-alert-error {
    background: #fce5df;
    color: #7a1f1f;
    border: 1px solid #d47a65;
}

.review-admin-list {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.review-admin-card.is-pending {
    border-color: var(--color-accent-dark);
}

.review-admin-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.review-checkbox {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px !important;
}

.review-checkbox input {
    width: 20px;
    min-height: 20px;
}

.admin-dashboard-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.admin-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.admin-dashboard-card {
    display: grid;
    gap: 14px;
    align-content: start;
}

.admin-dashboard-card.is-primary {
    border-color: var(--color-accent-dark);
}

.admin-dashboard-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.admin-dashboard-card h2 {
    margin-bottom: 0;
    font-size: 1.35rem;
}

.admin-dashboard-metric {
    min-width: 74px;
    padding: 10px;
}

.admin-dashboard-metric strong {
    font-size: 1.35rem;
}

@media (max-width: 820px) {
    .review-site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .review-site-header nav {
        justify-content: flex-start;
    }

    .review-section-head,
    .review-card-top {
        flex-direction: column;
    }

    .review-score-badge {
        width: 100%;
    }

    .review-filter-grid,
    .review-admin-grid,
    .review-stats-grid,
    .review-list-three {
        grid-template-columns: 1fr;
    }

    .review-actions,
    .review-filter-actions,
    .admin-dashboard-hero {
        flex-direction: column;
        align-items: stretch;
    }

    .review-button {
        width: 100%;
    }

    .admin-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .review-page-shell {
        width: 100%;
        padding: 22px 11px 42px;
    }

    .review-panel {
        padding: 16px;
    }

    .review-star-row {
        justify-content: space-between;
        gap: 5px;
    }

    .review-star-button {
        width: 18%;
        min-width: 46px;
        height: 50px;
    }
}
.translate-bar {
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(40, 20, 61, 0.92), rgba(5, 5, 5, 0.94));
    color: var(--color-accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 12px;
    font-size: 0.95rem;
}
.translate-bar span {
    font-weight: 600;
}
.translate-bar .lang-btn {
    background: transparent;
    border: 1px solid var(--color-accent-gold);
    color: var(--color-accent-gold);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.9rem;
    cursor: pointer;
}
.translate-bar .lang-btn.active {
    background: var(--color-accent-gold);
    color: var(--color-text);
}
.translate-status {
    font-size: 0.85rem;
    color: var(--color-secondary-bg);
}
.translate-fallback {
    display: flex;
    gap: 8px;
}

.site-main-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px clamp(14px, 4vw, 42px);
    background: rgba(5, 5, 5, 0.9);
    border-bottom: 1px solid rgba(127, 74, 203, 0.5);
    box-shadow: 0 10px 28px rgba(40, 20, 61, 0.38);
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.site-main-nav__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-secondary-bg);
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
}

.site-main-nav__brand img {
    width: 38px;
    height: 38px;
}

.site-main-nav__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.site-main-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 11px;
    border-radius: 8px;
    color: var(--color-secondary-bg);
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.site-main-nav__link:hover,
.site-main-nav__link.is-active {
    color: var(--color-secondary-bg);
    background: linear-gradient(135deg, rgba(127, 74, 203, 0.92), rgba(202, 161, 58, 0.78));
}

.site-main-nav__toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.site-main-nav__menu-button {
    display: none;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid var(--color-accent-gold);
    border-radius: 8px;
    color: var(--color-accent-gold);
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.site-nav-popup {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.52);
}

.site-nav-popup.is-visible {
    display: flex;
}

.site-nav-popup__panel {
    position: relative;
    width: min(680px, 100%);
    max-height: 82vh;
    overflow: auto;
    padding: clamp(18px, 4vw, 28px);
    background: var(--color-secondary-bg);
    color: var(--color-text);
    border: 1px solid var(--color-accent-gold);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.site-nav-popup__panel h2 {
    margin: 0 42px 14px 0;
    color: var(--color-accent-dark);
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.site-nav-popup__body,
.site-nav-popup__body p,
.site-nav-popup__body li {
    color: var(--color-text);
    font-size: 1.05rem;
}

.site-nav-popup__body a {
    color: var(--color-accent-dark);
    font-weight: 800;
}

.site-nav-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(158, 42, 43, 0.35);
    border-radius: 8px;
    background: transparent;
    color: var(--color-accent-dark);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.site-ebook-links__grid {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.site-ebook-links__grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(199, 162, 39, 0.5);
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.8);
    text-decoration: none;
}

.site-ebook-links__grid strong {
    color: var(--color-accent-dark);
}

.site-ebook-links__grid span {
    color: var(--color-primary-bg);
    font-size: 0.92rem;
    font-weight: 800;
    white-space: nowrap;
}

.flex-container {
    display:flex;
    align-items: center;
    width:100%;
    justify-content: space-between;
    /* max-width:1100px; */
} 
@media (max-width: 600px) {
  .flex-container {
    flex-direction: column;
    text-align: center;
  }
  .content-box {
    text-align: center;
  }
}
.content-box {
    background-color: rgba(5, 5, 5, 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(127, 74, 203, 0.35);
    border-bottom: 1px solid rgba(202, 161, 58, 0.25);
    color: #fffaf0;
    .content-box p,
.content-box h1,
.content-box h2,
.textbox {
    color: #fffaf0;
}

.content-box a {
    color: #caa13a;
}
}
.home-page .content-box {
    background-color: rgba(13, 13, 13, 0.88);
    margin-top: 0;
}
.home-page .content-box + .content-box {
    margin-top: 0;
}
.home-page .scroll-container {
    background-color: rgba(255, 250, 240, 0.76);
}
.home-page .scroll-container::-webkit-scrollbar {
    height: 0;
}
.home-page .scroll-container {
    scrollbar-width: none;
}
.recipes-page .content-box {
    background-color: rgba(243, 231, 211, 0.95);
    margin-top: 0;
}
.recipes-page .content-box + .content-box {
    margin-top: 0;
}
.textbox {
    margin-left:3%;
    color: var(--color-text);
    margin-right:3%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.content-box a {
    color: var(--color-accent-dark);	
    font-size:1.2em; 
   }
.content-box .review-button-primary {
    color: var(--color-secondary-bg);
}

.content-box .review-button-secondary {
    color: var(--color-accent-dark);
}

.content-box p {
    color: var(--color-text);
    font-size:1.2em;
 
}
.content-box h1 {
    font-weight: 300;
	font-size:1.9em;
	color: var(--color-text);
    padding-top:1%;
}
.content-box h2 {
  font-size:1.8em;
  font-weight:400;
  color: var(--color-primary-bg);
  font-family: 'Playfair Display', 'Times New Roman', serif;
  padding-top:0.5%;
}
.content-box .hero-heading {
    color: var(--color-primary-bg);
    text-shadow: 0 2px 0 rgba(202, 161, 58, 0.26), 0 0 24px rgba(127, 74, 203, 0.22);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 3.4rem;
    letter-spacing: 0;
    font-weight: 700;
}
.content-box .hero-subtext {
    color: var(--color-text);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}
.hero-cta {
    display: inline-block;
    margin-top: 0.8rem;
    padding: 0.35rem 1.4rem;
    border: 2px solid var(--color-accent-gold);
    box-shadow: 0 0 0 1px rgba(127, 74, 203, 0.22), 0 10px 28px rgba(40, 20, 61, 0.16);
    border-radius: 999px;
    color: var(--color-primary-bg);
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 800;
}
button.hero-cta {
    width: auto;
    height: auto;
    line-height: normal;
}
.hero-cta:hover {
    background: linear-gradient(135deg, var(--color-primary-bg), var(--color-accent-purple-deep));
    color: var(--color-secondary-bg);
    text-decoration: none;
}
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.hero-cta-secondary {
    border-color: var(--color-accent-gold);
    color: var(--color-accent-gold);
}
.content-box .hero-cta,
.content-box .hero-cta-secondary {
    color: var(--color-primary-bg);
}
.hero-cta-secondary:hover {
    background: var(--color-primary-bg);
    color: var(--color-secondary-bg);
}
.textbox {
    padding:1%;
    margin-left:3%;
    color: var(--color-text);
    margin-right:3%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/*    Header, Navbar and Dropdown    */
.flex-header {
    display:flex;
    width:100%;
    align-items: center;
    justify-content: space-between;
    
    /* max-width:1000px; */
} 
.nav-btns {
    display:flex;
    width:100%;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 600px) {
    .nav-btns {
        flex-direction: column;
        text-align: center;
    }
}
.header {
	position:sticky;
	top:0;
	display:flex;
	width:100%;
	background-color: rgba(5, 5, 5, 0.94);
	-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border: none;
    z-index:9999;
    padding:1%;
}
.header img {
    width:70px;
    height: 70px;
    margin-right:10px;
}
.header h1 {
    font-weight: 300;
	font-size:2.2em;
	color:white;
    margin:auto;
    vertical-align: middle;
}
button {
  background-color: rgba(0, 0, 0, 0.0);
  color: white;
  font-size: 1.1em;
  font-weight:300;
  border:none;
  cursor: pointer;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  border:1px solid white;
  border-radius: 6px;	
  width:80px;
  height:36px;
  margin:2px;
}
.nav-item{
  color:white;
  border:none;
}
.dropbtn {
    background-color: rgba(0, 0, 0, 0.0);
    color: #caa13a;
    font-size: 1.1em;
    font-weight:300;
    border:none;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border:1px solid #caa13a;
    border-radius: 6px;	
    width:80px;
    height:36px;
    margin:2px;
}
.dropbtn a {
    color:#caa13a;
    text-decoration: none;
}
.dropbtn:hover {
    color: #fffaf0;
    border:1px solid #fffaf0;
    border-radius: 6px;	
}
.dropbtn a:hover {
   color: #fffaf0;	
}
.dropdown {
    position: relative;
    display: block;
    text-align: center;
    z-index:10;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:0;
    border-radius:3px;
}
.dropdown-content a {
    color: #caa13a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    right: 0;
    border-radius: 3px;
}
.dropdown-content a:hover { 
    background-color: rgba(0, 50, 50); 
    color: #fffaf0;
}
.dropdown:hover .dropdown-content { 
    display: block;
    padding:1%;
    margin-top:1%;
 }
.dropdown:hover .dropbtn {
    color: #fffaf0;
}
/* "Hero" Section */
.splash-logo {
    display:inline;
    max-width:300px;
    text-align: center;
    padding-bottom:20px;
    padding-right:10px;
}
.splash-logo img {
    max-width: 256px;
}
.splash-logo button {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1.2em;
    font-weight:300;
    border:none;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border:1px solid white;
    border-radius: 6px;	
    padding:10px;
}
/* index.php buy */
.logo-buy-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

.logo-wrapper {
    position: relative;
    display: inline-block;
}
.logo-wrapper img {
    max-width: 70vw;
    height: auto;
}

.buy-button {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background-color: #caa13a;
    color: black;
    border: 1px solid #caa13a;
    padding: 10px 50px;
    font-size: 1.3em;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0px 10px rgba(255, 255, 255, 0.4);
    margin-bottom:10px;
}

.buy-button:hover {
    background-color: gold;
}

.buy-button:focus {
    outline: none;
    box-shadow: 0 0 5px 2px rgba(255, 223, 0, 0.7);
}
/* goodbye.html */
.goodbye-btn {
    background-color: rgba(0, 0, 0, 0.0);
    color: #caa13a;
    font-size: 1.2em;
    font-weight:300;
    border:none;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border:1px solid #caa13a;
    border-radius: 6px;	
    width:200px;
    height:50px;
    padding:1%;
    margin:2px;
  }
  .goodbye-btn:hover {
    color: #fffaf0;
    border:1px solid #fffaf0;
    border-radius: 6px;	
  }
  /* login.php also register.php */
  .login-window {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin:auto;
    padding:1%;
    align-content: center;
	background-color: rgba(5, 5, 5, 0.88);  
	-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border: 1px solid white;
    border-radius:20px;
    color:white;
    font-weight:300;
    font-size:1.2em;
    width:60%;
    vertical-align: middle;
    text-align: center;
  }
  .login-window a {
    color:#fffaf0;
  }
  .login-window a:visited {
    color:#fffaf0;
  }
  .login-window img {
    width:128px;
    border:1px solid white;
    border-radius: 50%;
  }
  .login-input { /* also register.php, verify-otp.php */
    width:80%;
    padding:6px;
    border:none;
    border-radius:3px;
    margin:1%;
  }
  .login-btn {
    background-color: rgba(0, 0, 0, 0.0);
    color: #caa13a;
    font-size: 1.2em;
    font-weight:300;
    border:none;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border:1px solid #caa13a;
    border-radius: 6px;	
    width:160px;
    height:50px;
    padding:1%;
    margin:3%;
  }
  .login-btn:hover {
    color: #fffaf0;
    border:1px solid #fffaf0;
    border-radius: 6px;
  }
  @media (max-width: 600px) {
    .login-window {
      flex-direction: column;
      text-align: center;
      width: 90%;
    }
  }
  /* Scrollbar */
  .scroll-container {
    background-color: rgba(5, 5, 5, 0.72);
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
  }

  .scroll-item {
    display: inline-block;
    position: relative;
    width: 260px;
    height: 220px;
    margin-right: 1%;
    margin-left:1%;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(202, 161, 58, 0.55);
    background: #050505;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(127, 74, 203, 0.26);
  }

  .scroll-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .scroll-item a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fffaf0;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(5, 5, 5, 0.9), rgba(40, 20, 61, 0.86));
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight:300;
    border:1px solid #caa13a;

  }
  .scroll-item a:hover {
    color: #caa13a;
    border:1px solid #caa13a;

  }
  .scroll-container::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  .scroll-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: none;
    /* should match background, can't be transparent */
    background-color: #caa13a;
  }
  .scroll-container::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  
  .social-btns {
    font-size:2.3em;
    font-weight:bold;
    margin-left:10%;
    margin-right:10%;
  }
  .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 8px;
  }
  .footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid var(--color-primary-bg);
    color: var(--color-primary-bg);
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  }
  .footer-social__link i {
    color: var(--color-primary-bg);
  }
  .footer-social__link:hover {
    color: var(--color-primary-bg);
    border-color: var(--color-primary-bg);
    background-color: rgba(202, 161, 58, 0.14);
  }
  .footer-social__link:hover i {
    color: var(--color-primary-bg);
  }
  .contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
  }
  .contact-heading {
    color: var(--color-primary-bg);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
  .contact-email {
    color: var(--color-primary-bg);
    text-decoration: none;
    font-weight: 600;
  }
  .contact-email:hover {
    color: var(--color-primary-bg);
  }
  .whatsapp-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    background: var(--color-primary-bg);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.05rem;
    border: 2px solid var(--color-accent-gold);
    box-shadow: 0 8px 18px rgba(202, 161, 58, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }
  .whatsapp-cta i {
    font-size: 1.2rem;
  }
  .whatsapp-cta:hover {
    background-color: #111111;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(202, 161, 58, 0.36);
  }
  .video-picker {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(320px, 2fr);
    gap: 1.5rem;
    padding: 0 3% 2rem;
    align-items: start;
  }
  .video-picker__panel {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1rem;
  }
  .video-picker__label {
    display: block;
    color: #caa13a;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .video-picker__select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    border: 1px solid #caa13a;
    background: rgba(0, 0, 0, 0.25);
    color: #caa13a;
  }
  .video-picker__button {
    margin-top: 0.75rem;
    border: 2px solid #caa13a;
    color: #caa13a;
    background: transparent;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: 'Playfair Display', 'Times New Roman', serif;
  }
  .video-picker__button:hover {
    background: #caa13a;
    color: #1a1a1a;
  }
  .video-player {
    width: 100%;
    max-height: 70vh;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #000;
  }
  @media (max-width: 900px) {
    .video-picker {
      grid-template-columns: 1fr;
    }
  }
  .name {
    font-size:2em;
    color:white;
    text-align: center;
  }

/* --- Shop + Cart --- */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 3%;
    margin-bottom: 1rem;
}

.filter-group {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(5, 5, 5, 0.58);
    border: 2px solid var(--color-accent-gold);
    padding: 0.55rem 1.6rem;
    border-radius: 999px;
    color: #fffaf0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.95rem;
    font-weight: 700;
    min-width: 150px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 0 0 1px rgba(127, 74, 203, 0.75);
    -webkit-text-stroke: 0.35px rgba(127, 74, 203, 0.85);
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--color-accent-dark);
    color: var(--color-secondary-bg);
    border-color: var(--color-accent-dark);
    box-shadow: 0 0 0 1px rgba(127, 74, 203, 0.95);
    -webkit-text-stroke: 0.25px rgba(127, 74, 203, 0.75);
}

.cart-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.8rem;
    border-radius: 999px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 600;
    min-width: 220px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    padding: 0 0.4rem;
    background: #caa13a;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.cart-toggle__label {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.tier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    padding: 0 3% 2rem;
}

.tier-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 1.25rem;
    color: #fff;
}

.tier-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    color: #caa13a;
    margin: 0 0 0.4rem;
}

.tier-range {
    margin: 0 0 0.6rem;
    font-weight: 600;
    color: #fef3c7;
}

.tier-price {
    margin: 0;
    font-weight: 700;
    color: #fef3c7;
}

.tier-price-secondary {
    font-weight: 600;
    color: #fff;
    opacity: 0.9;
}

.tier-note {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fef3c7;
    margin-top: 0.4rem;
}

.tier-summary {
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.35);
}

.tier-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #fff;
}

.tier-summary__row + .tier-summary__row {
    margin-top: 0.4rem;
}

.tier-summary__row strong {
    color: #caa13a;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 260px));
    justify-content: center;
    gap: 1.25rem;
    padding: 0 3% 2rem;
}

.product-card {
    background: linear-gradient(145deg, rgba(5, 5, 5, 0.98), rgba(40, 20, 61, 0.84));
    border: 1px solid rgba(202, 161, 58, 0.55);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(127, 74, 203, 0.18);
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid rgba(202, 161, 58, 0.28);
    box-shadow: none;
}

.product-card h3 {
    margin: 0;
    color: #fffaf0;
    font-size: 1.2rem;
}

.product-card p {
    margin: 0;
    color: rgba(255, 250, 240, 0.82);
    font-size: 0.95rem;
}

.product-price {
    font-weight: 700;
    color: #caa13a;
}

.product-card button {
    border-radius: 999px;
    border: 2px solid #caa13a;
    padding: 0.4rem 0.75rem;
    background: transparent;
    color: #caa13a;
    min-width: 120px;
    text-align: center;
    transition: all 0.2s ease;
}

.product-card button:hover {
    background: linear-gradient(135deg, #caa13a, #7f4acb);
    color: #fffaf0;
}
.product-card--disabled {
    opacity: 0.55;
    filter: grayscale(80%);
}

.product-card--disabled .product-card__actions {
    flex-direction: column;
    align-items: stretch;
}

.product-card--disabled button {
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.75);
    width: 100%;
    min-width: 0;
}

.product-card--disabled button:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
}

.product-card__actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.product-card__actions .product-price {
    flex: 1;
    text-align: left;
}

.cart-panel-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 999;
}

.cart-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: 360px;
    height: 100vh;
    background: #050505;
    color: #fff;
    padding: 1.5rem;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: right 0.25s ease;
}

.cart-panel.open {
    right: 0;
}

.cart-panel-backdrop.visible {
    opacity: 1;
    visibility: visible;
}

.cart-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    width: auto;
    height: auto;
}

.cart-panel__body {
    flex: 1;
    overflow-y: auto;
    margin-top: 1rem;
}

.cart-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-item h4 {
    margin: 0;
    font-size: 1rem;
}

.cart-item p {
    margin: 0.2rem 0 0.35rem;
    font-size: 0.85rem;
    color: #cbd5f5;
}

.cart-item__controls {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.cart-panel__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
}

.cart-empty {
    text-align: center;
    color: #cbd5f5;
    padding: 2rem 0;
}

.cart-remove {
    background: transparent;
    border: none;
    color: #f87171;
    font-size: 1.4rem;
    line-height: 1;
    width: auto;
    height: auto;
    padding: 0 0.25rem;
}

.cart-checkout-btn {
    display: block;
    text-align: center;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.cart-help {
    font-size: 0.85rem;
    color: #cbd5f5;
    margin-bottom: 1rem;
}
.cart-help--alert {
    color: #ff3b30 !important;
    font-weight: 700;
}

.checkout-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 1.5rem;
    padding: 0 3% 2rem;
}

.order-summary-card {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.order-summary-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.order-summary-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 100px;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.order-total {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 1rem;
}

.recipe-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    padding: 0 3% 2rem;
}

.recipe-card {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recipe-card--placeholder {
    padding: 0;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    height: auto;
    min-height: 220px;
    display: block;
    border-radius: 1rem;
}

.recipe-card__image {
    height: 220px;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--color-accent-dark), #b74a4b);
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 1.25rem;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0.04em;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.recipe-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-card__image span {
    position: relative;
    z-index: 1;
    background: rgba(58, 35, 51, 0.75);
    padding: 0.35rem 0.6rem;
    border-radius: 0.5rem;
}

.recipe-card.is-hidden {
    display: none;
}

.recipe-detail.is-hidden {
    display: none;
}

.recipe-grid.is-hidden {
    display: none;
}

.recipe.is-hidden {
    display: none;
}

.recipe-detail__actions {
    display: flex;
    justify-content: center;
    padding: 1rem 0 2rem;
}

.recipe-detail__top {
    display: flex;
    justify-content: flex-start;
    padding: 1rem 3% 0;
}

.recipe-card h3 {
    margin: 0;
}

.recipe-card__meta {
    font-size: 0.9rem;
    color: #caa13a;
}

.recipe-card a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.recipe-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: #caa13a;
    color: #1f2937;
    font-size: 0.8rem;
    font-weight: 700;
    width: fit-content;
}

.recipe-page {
    padding: 2rem 3%;
    color: #fff;
}

.recipe-page h1 {
    margin-bottom: 0.25rem;
}

.recipe-section {
    margin-top: 1.5rem;
}

.recipe-section ul {
    padding-left: 1.25rem;
}

.recipe-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 3% 2rem;
}

.recipe {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
    overflow: visible;
    background: rgba(255, 255, 255, 0.9);
    color: #3b1b1b;
    box-shadow: 0 10px 30px rgba(34, 12, 26, 0.25);
}

.recipe__header {
    margin-bottom: 1rem;
}

.recipe__title {
    margin: 1.5rem 0 0.5rem;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    color: #fdf9fb;
}

.recipe__intro {
    margin: 1rem 0 1.25rem;
    color: #4a1f1f;
    font-size: 1.05rem;
    line-height: 1.6;
}

.recipe__meta {
    margin: 0 0 0.75rem;
    color: #caa13a;
    font-size: 0.95rem;
    line-height: 1.3;
}

.recipe__hero {
    position: relative;
    background: var(--color-accent-dark);
    color: #f5f0f2;
    padding: 4rem 2rem 2rem;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}

.recipe__hero-image {
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: #f5f0f2;
    border: 6px solid var(--color-accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.recipe__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe__hero-divider {
    width: 60%;
    height: 2px;
    margin: 0.75rem auto 0.6rem;
    background: rgba(255, 255, 255, 0.5);
}

.recipe__rating {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    color: #caa13a;
    margin-bottom: 0.4rem;
}

.recipe__reviews {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.recipe__hero-meta {
    margin: 0;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.9);
}

.recipe__body {
    padding: 2rem;
    background: #fbf9fa;
}

.recipe__actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.recipe__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-accent-dark);
    background: var(--color-accent-dark);
    color: var(--color-secondary-bg);
    padding: 0.6rem 1.2rem;
    min-height: 48px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    transition: all 0.2s ease-in-out;
}

.recipe__action:hover {
    background: var(--color-primary-bg);
    border-color: var(--color-primary-bg);
    color: var(--color-secondary-bg);
    text-decoration: none;
}

.recipe__detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem 1rem;
    padding: 1rem 0;
    border-top: 1px solid #efe7ec;
    border-bottom: 1px solid #efe7ec;
    font-size: 0.95rem;
}

.recipe__section {
    margin-top: 1.5rem;
}

.recipe__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.recipe__section h3 {
    margin: 0.5rem 0;
    color: var(--color-accent-dark);
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.recipe__units {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: #7c3a3b;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.unit-toggle {
    border: 1px solid #b56a6a;
    background: transparent;
    color: var(--color-accent-dark);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    min-width: 34px;
}

.unit-toggle.active {
    background: var(--color-accent-dark);
    color: #fff;
    border-color: var(--color-accent-dark);
}

.recipe__ingredients,
.recipe__tips,
.recipe__swaps ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.recipe__ingredients li {
    border-bottom: 1px solid #efe7ec;
    padding: 0.65rem 0;
}

.recipe__ingredients label {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #3b1b1b;
}

.recipe__ingredients input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #b56a6a;
    border-radius: 3px;
    appearance: none;
    background: #fff;
    margin-top: 0.15rem;
}

.recipe__ingredients input[type="checkbox"]:checked {
    background: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
}

.recipe__steps {
    list-style: none;
    padding-left: 0;
    margin: 0;
    counter-reset: step;
    display: grid;
    gap: 1rem;
}

.recipe__steps li {
    counter-increment: step;
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    color: #3b1b1b;
}

.recipe__steps li::before {
    content: counter(step);
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--color-accent-dark);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.recipe__tips li,
.recipe__swaps li {
    margin-bottom: 0.5rem;
}

.recipe__footer {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    color: var(--color-accent-dark);
    border-top: 1px solid #efe7ec;
    padding-top: 0.75rem;
}

@media (max-width: 768px) {
    .recipe__hero {
        padding: 3.5rem 1.5rem 2rem;
    }

    .recipe__title {
        font-size: 2rem;
    }

    .recipe__body {
        padding: 1.5rem;
    }
}

.checkout-form {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.checkout-form label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
    width: 100%;
    padding: 0.5rem 0.65rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.order-total--discount strong,
.cart-total--discount strong {
    color: #f87171;
}

.promo-row {
    align-items: flex-end;
}

.promo-row .form-help {
    margin-top: 6px;
    color: #94a3b8;
}

.promo-apply {
    display: flex;
    align-items: flex-end;
}

.promo-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
}

.promo-popup--visible {
    display: flex;
}

.promo-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.promo-popup__card {
    position: relative;
    z-index: 1;
    max-width: 420px;
    width: calc(100% - 32px);
    background: #fff8f1;
    color: #1f2937;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    text-align: left;
}

.promo-popup__close {
    position: absolute;
    right: 14px;
    top: 12px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #1f2937;
    cursor: pointer;
}

.promo-popup__eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b45309;
    margin-bottom: 6px;
}

.promo-popup__text {
    margin: 12px 0 18px;
    color: #374151;
}

.promo-popup__code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px dashed #f97316;
    font-weight: 600;
    margin-bottom: 18px;
}

.promo-copy {
    border: none;
    background: #f97316;
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.85rem;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    outline: none;
    border-color: #caa13a;
    box-shadow: 0 0 0 2px rgba(252, 211, 77, 0.3);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.form-field {
    margin-bottom: 1rem;
}

.form-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

.checkout-form .hero-cta {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #caa13a, #7f4acb);
    color: #050505;
    border-color: #caa13a;
    box-shadow: 0 0 0 1px rgba(127, 74, 203, 0.7), 0 10px 24px rgba(0, 0, 0, 0.22);
    text-shadow: none;
}

.checkout-form .hero-cta-secondary {
    background: rgba(255, 250, 240, 0.94);
    color: #28143d;
    border-color: #7f4acb;
}

.checkout-form .hero-cta:disabled {
    opacity: 0.58;
    cursor: not-allowed;
}

.form-help {
    font-size: 0.85rem;
    color: #fef3c7;
    margin-top: 0.5rem;
}

.order-note {
    font-size: 0.9rem;
    color: #e0f2fe;
    margin-top: 1rem;
}

#checkoutFeedback {
    margin-top: 1rem;
    font-weight: 600;
}

@media (max-width: 900px) {
    .cart-panel {
        width: 100%;
        right: -100%;
    }
    .checkout-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .site-main-nav {
        flex-wrap: wrap;
    }

    .site-main-nav__menu-button {
        display: inline-flex;
    }

    .site-main-nav__links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding-top: 4px;
    }

    .site-main-nav__toggle:checked ~ .site-main-nav__links {
        display: flex;
    }

    .site-main-nav__link {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .shop-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 260px));
    }
    .product-card__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .product-card__actions .product-price {
        text-align: left;
    }
    .product-card button {
        width: 100%;
        min-width: 0;
    }
    .content-box p,
    .hero-subtext {
        font-size: 1rem;
    }
    .scroll-item {
        width: 220px;
        height: 200px;
    }
    .cart-panel {
        padding: 1rem;
    }
}
.content-box,
.home-page .content-box,
.recipes-page .content-box,
.review-page-shell,
.review-panel {
    background-color: rgba(5, 5, 5, 0.38) !important;
    color: #fffaf0 !important;
    backdrop-filter: blur(2px);
}

.home-page .scroll-container {
    background-color: rgba(5, 5, 5, 0.55) !important;
    color: #fffaf0 !important;
}

body {
    background: url("../images/ab-background.png") center/cover no-repeat fixed !important;
}

.content-box p,
.content-box h1,
.content-box h2,
.textbox,
.review-panel p {
    color: #fffaf0 !important;
}
a {
    color: #caa13a;
}

a:hover {
    color: #fffaf0;
}
.footer-social__link {
    border: 1px solid #caa13a;
    color: #caa13a;
    background: rgba(0,0,0,0.35);
}

.footer-social__link i {
    color: #caa13a;
}

.footer-social__link:hover {
    background: linear-gradient(135deg, #caa13a, #7f4acb);
    color: #050505;
    border-color: #caa13a;
}

.footer-social__link:hover i {
    color: #050505;
}
button,
.review-button,
.hero-cta {
    color: #fffaf0;
    border-color: #caa13a;
}

button:hover,
.hero-cta:hover {
    background: linear-gradient(135deg, #7f4acb, #caa13a);
    color: #050505;
}
h1, h2 {
    text-shadow: 
        0 0 6px rgba(127, 74, 203, 0.5),
        0 0 12px rgba(202, 161, 58, 0.3);
}
.contact-block,
.contact-block * {
    color: #fffaf0 !important;
}
