/* ---------------------------------------------------------------------------
   Storefront theme — reconstruction of the old WordPress (Elementor) design.
   Fonts: Figtree, Instrument Sans, Quicksand (self-hosted, see fonts.css).
   Palette: gold #F39B16 / #FBB91D, hover gold #E5D29B, border gold #AE8F52,
            blacks #000 / #0E0E0E / #2C2C2C, light text #ECECEC.
--------------------------------------------------------------------------- */

:root {
    --gold-start: #F39B16;
    --gold-end: #FBB91D;
    --gold-hover: #E5D29B;
    --gold-border: #AE8F52;
    --ink: #000000;
    --ink-soft: #0E0E0E;
    --ink-section: #2C2C2C;
    --text-light: #ECECEC;
    --gold-ink: #8F6100;
    --content-width: 1240px;
}

* { box-sizing: border-box; }

html { margin: 0; padding: 0; }

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    color: #242424;
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main { flex: 1 0 auto; }

img { max-width: 100%; height: auto; border: none; }
a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin-top: 0; }

.wrap {
    width: 100%;
    max-width: var(--content-width);
    margin-inline: auto;
    padding-inline: 15px;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    clip: auto;
    z-index: 1000;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
}

/* ----------------------------- order banner ------------------------------ */

.order-banner {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 14px 18px;
    border-bottom: 2px solid var(--gold-start);
}
.order-banner-text {
    margin: 0;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
}
.order-banner a {
    color: var(--gold-end);
    text-decoration: underline;
    font-weight: 800;
}
.order-banner a:hover { color: var(--gold-hover); }

/* ---------------------------------- header ------------------------------- */

.site-header { flex-shrink: 0; }

.header-main {
    background: #000000;
}
.header-main-inner {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
}
.header-col { display: flex; }
.header-col-left {
    flex: 0 0 40%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-top: 30px;
}
.header-col-center {
    flex: 0 0 20%;
    flex-direction: column;
    align-items: center;
}
.header-col-right {
    flex: 0 0 40%;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
}
.header-logo img {
    display: block;
    width: 323px;
    border: 1px solid rgba(174, 143, 82, 0.32);
    border-radius: 10px;
}
.tagline-sub {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
    margin: 10px 0 20px;
}
.tagline-main {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    text-align: center;
    margin: 0;
}
.tagline-main a { color: #ffffff; }
.tagline-main a:hover { color: var(--gold-hover); }

.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 85%;
    max-width: 420px;
    border: 1px solid rgba(190, 190, 190, 0.67);
    border-radius: 50px;
    padding: 12px 22px;
    color: #BEBEBE;
}
.search-form:focus-within { border-color: #ffffff; }
.search-icon { flex: 0 0 auto; color: #fff; }
.search-form input {
    flex: 1 1 auto;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    color: #ffffff;
}
.search-form input::placeholder { color: #CACACA; }

.support-link {
    display: flex;
    align-items: center;
    gap: 12px;
}
.support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(190, 190, 190, 0.67);
    border-radius: 50%;
    color: rgba(190, 190, 190, 0.67);
    font-size: 28px;
}
.support-link:hover .support-icon { color: #fff; border-color: #fff; }
.support-text { display: flex; flex-direction: column; text-align: right; }
.support-title {
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: var(--text-light);
}
.support-desc {
    font-family: "Figtree", Sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #ffffff;
}
.support-link:hover .support-title { color: #ffffff; }

.cart-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 4px;
    color: #ffffff;
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
}
.cart-toggle:hover { color: var(--gold-hover); }
.cart-icon-wrap { position: relative; display: flex; }
.cart-count {
    position: absolute;
    top: -9px;
    right: -11px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 50%;
    background: #d7263d;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 4px;
}
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }

.main-nav {
    background: #000000;
    padding: 12px 0;
}
.nav-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-menu a {
    display: block;
    padding: 0 18px;
    font-family: "Figtree", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.2s ease;
}
.nav-menu a:hover { color: var(--gold-hover); }
.nav-menu a.active { color: #ffffff; }

/* --------------------------------- messages ------------------------------- */

.site-messages { margin-top: 15px; }
.site-message {
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
    background: #f4f4f4;
    border-left: 4px solid var(--gold-start);
}
.site-message-success { border-left-color: #61CE70; }
.site-message-error { border-left-color: #c00; }

/* ---------------------------------- home ---------------------------------- */

.page-home {
    background-image: url("../img/body-bg.webp");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.home-section { padding: 40px 0 20px; }
.home-inner { display: flex; justify-content: center; }
.home-faq { width: 850px; max-width: 100%; }

.faq-item {
    border-radius: 10px;
    margin-bottom: 13px;
}
.faq-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(219, 219, 219, 0.22);
    border-radius: 10px;
    cursor: pointer;
    list-style: none;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #ffffff;
}
.faq-item-title::-webkit-details-marker { display: none; }
.faq-item-title:hover { background: #ffffff; color: #000000; }
.faq-item[open] .faq-item-title {
    background: #ffffff;
    color: #000000;
    border-radius: 10px 10px 0 0;
}
.faq-item-icon { display: none; }

.faq-item-content {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px 20px;
    font-family: "Figtree", Sans-serif;
    font-size: 17px;
    color: #242424;
}
.faq-item-content p:last-child { margin-bottom: 0; }

/* ---------------------------------- hero ---------------------------------- */

.page-hero {
    position: relative;
    min-height: 250px;
    background-image: url("../img/hero-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.page-hero-overlay {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(84, 89, 95, 0.5) 100%);
    text-align: center;
}
.page-hero-title {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: -15px 0 0;
}
.page-hero-text {
    max-width: 600px;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

/* ------------------------------- shop / grid ------------------------------ */

.shop-section {
    background: var(--ink-section);
}

.category-listing {
    background: rgba(0, 0, 0, 0.25);
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.52);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.subcategory-listing {
    margin-top: -4px;
}
.category-link {
    padding: 15px 20px;
    color: #fff;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.category-link:hover,
.category-link.active {
    background: var(--gold-end);
    color: #000;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.product-grid-empty {
    grid-column: 1 / -1;
    color: #fff;
    font-family: "Figtree", Sans-serif;
    text-align: center;
    padding: 40px 0;
}

.product-card {
    background: #ffffff;
    border: 1px solid rgba(224, 224, 224, 0.25);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-slider {
    position: relative;
    width: 100%;
    height: 300px;
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 30px;
}
.card-slides,
.card-slide { width: 100%; height: 100%; }
.card-slide { display: none; }
.card-slide.active { display: block; }
.card-slide a { display: block; width: 100%; height: 100%; overflow: hidden; }
.card-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}
.card-slide img:hover { transform: scale(1.05); }
.card-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: "Figtree", Sans-serif;
}

.card-prev,
.card-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-prev:hover,
.card-next:hover { opacity: 1; background: rgba(0, 0, 0, 0.9); transform: scale(1.1); }
.card-prev { left: 15px; }
.card-next { right: 15px; }

.card-dots {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.card-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}
.card-dot.active {
    background: #FFD700;
    border-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.3);
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.card-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card-title {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: -1px;
    color: #000000;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-title a { color: inherit; }
.card-title a:hover { color: #333; }
.card-price {
    margin: 0 0 8px;
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.card-description {
    color: var(--gold-ink);
    font-family: "Instrument Sans", Sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 14px;
    overflow: hidden;
    flex: 1;
    margin-bottom: 14px;
}
.card-description p { margin: 0 0 0.8em; }
.card-description p:last-child { margin-bottom: 0; }
.card-order-button {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 12px 16px;
    text-align: center;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: linear-gradient(180deg, var(--gold-end) 0%, var(--gold-start) 100%);
    border-radius: 50px;
    text-decoration: none;
}
.card-order-button:hover { color: #ffffff; }

/* ------------------------------- product page ----------------------------- */

.product-page { padding: 40px 15px 80px; }
.breadcrumb {
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}
.breadcrumb a { color: var(--gold-start); }

.product-main {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}
.product-gallery {
    position: relative;
    flex: 0 0 48%;
    max-width: 48%;
    overflow: hidden;
    border-radius: 10px;
    background: #f8f8f8;
}
.product-slides { width: 100%; }
.product-slide { display: none; }
.product-slide.active { display: block; }
.product-slide img { width: 100%; display: block; }

.product-summary { flex: 1; min-width: 0; }
.product-title {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: -1px;
    color: #000;
    margin: 0 0 15px;
}
.product-price {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #958E09;
    margin: 0 0 20px;
}
.product-outofstock {
    font-family: "Figtree", Sans-serif;
    font-weight: 700;
    color: #c00;
}

.variations-form { margin-bottom: 20px; }
.variations {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
}
.variations tr { background: #f8f8f8; }
.variations tr:nth-child(even) { background: #ffffff; }
.variations th,
.variations td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}
.variations td { min-width: 0; vertical-align: middle; }
.variations .label {
    width: 90px;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    vertical-align: middle;
}
.variations select {
    width: 100%;
    max-width: 420px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #ffffff;
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    color: #54595F;
    outline: none;
    appearance: auto;
}
.variations select:focus { border-color: #7f54b3; }
.reset-variations {
    margin-left: 10px;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    font-size: 13px;
    color: var(--gold-ink);
    cursor: pointer;
}
.reset-variations:hover { text-decoration: underline; }
.mix-table { margin-top: -12px; }
.mix-table .label,
.mix-table td { vertical-align: top; }
.mix-table .label { padding-top: 18px; }
.mix-picker {
    min-width: 0;
    width: 100%;
}
.mix-toolbar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 10px;
}
.mix-toolbar-actions { display: flex; gap: 12px; }
.mix-toolbar .reset-variations { margin-left: 0; }
.mix-help {
    font-family: "Figtree", Sans-serif;
    font-size: 13px;
    color: #555;
    margin: 0;
}
.mix-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mix-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    padding: 8px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    font-family: "Figtree", Sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.mix-chip input {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}
.mix-chip:hover { border-color: var(--gold-border); }
.mix-chip:has(input:focus-visible) {
    outline: 2px solid var(--gold-start);
    outline-offset: 2px;
}
.mix-chip-active,
.mix-chip:has(input:checked) {
    border-color: var(--gold-start);
    background: #FFF4D6;
    color: #1a1a1a;
    font-weight: 600;
}
.mix-chip-disabled { opacity: 0.45; cursor: not-allowed; }
.mix-chip-disabled input { cursor: not-allowed; }
.mix-chip-name { min-width: 0; overflow-wrap: anywhere; }
.mix-chip-note {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #b00000;
}
.mix-status { font-family: "Figtree", Sans-serif; font-size: 13px; color: #8a6d00; margin: 10px 0 0; }
.mix-status:empty { margin: 0; }

.tiered-pricing { margin-bottom: 20px; }
.tiered-pricing-table {
    width: 100%;
    max-width: 480px;
    border-collapse: collapse;
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
}
.tiered-pricing-table th,
.tiered-pricing-table td {
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
    text-align: left;
}
.tiered-pricing-table thead th {
    background: #f8f8f8;
    font-weight: 600;
}
.tiered-pricing-table tr.tier-active td {
    background: #3858e9;
    color: #fff;
}

.add-to-cart-row {
    display: flex;
    align-items: center;
    gap: 15px;
}
.quantity .qty {
    width: 70px;
    padding: 10px 12px;
    border: 1px solid #d3ced2;
    border-radius: 0;
    background: #ffffff;
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
    text-align: center;
    outline: none;
}
.add-to-cart-button {
    display: inline-block;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #7f54b3;
    border: none;
    border-radius: 0;
    padding: 16px 30px;
    cursor: pointer;
    transition: background 0.2s ease;
    -webkit-font-smoothing: antialiased;
}
.add-to-cart-button:hover { background: #7249a4; }
.add-to-cart-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.update-price-button {
    display: inline-block;
    margin-top: 10px;
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7f54b3;
    background: transparent;
    border: 1px solid #7f54b3;
    border-radius: 0;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.update-price-button:hover { background: #7f54b3; color: #ffffff; }
.contact-submit {
    display: inline-block;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    background: linear-gradient(180deg, var(--gold-end) 0%, var(--gold-start) 100%);
    border: none;
    border-radius: 50px;
    padding: 18px 35px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.contact-submit:hover { color: #ffffff; }
.return-to-shop .button {
    display: inline-block;
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #515151;
    background: #ebe9eb;
    border: none;
    border-radius: 0;
    padding: 14px 28px;
    cursor: pointer;
}
.return-to-shop .button:hover { background: #dad8da; }

.product-meta {
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    color: #777;
}
.product-meta span { margin-right: 12px; }
.product-meta a { color: #cc3366; }

.product-tabs-nav {
    display: flex;
    margin-bottom: 25px;
}
.product-tabs-nav a {
    display: block;
    padding: 12px 25px;
    font-family: "Instrument Sans", Sans-serif;
    font-weight: 500;
    color: #515151;
    background: #ebe9eb;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-right: 6px;
}
.product-tabs-nav a.active {
    background: #ffffff;
    color: #333;
    box-shadow: 0 2px 0 #ffffff;
}
.product-tab-panel h2 {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
.product-attributes {
    width: 100%;
    max-width: 640px;
    border-collapse: collapse;
    font-family: "Figtree", Sans-serif;
}
.product-attributes th,
.product-attributes td {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    text-align: left;
}
.product-attributes th {
    width: 160px;
    font-weight: 600;
    background: #f8f8f8;
}
.product-description {
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* ---- rich text (CKEditor 5) content in descriptions ---- */
.card-description h2, .card-description h3, .card-description h4,
.product-description h2, .product-description h3, .product-description h4 {
    font-family: "Instrument Sans", Sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #000;
    line-height: 1.3;
    margin: 1.2em 0 0.5em;
}
.card-description h2:first-child, .card-description h3:first-child,
.card-description h4:first-child,
.product-description h2:first-child, .product-description h3:first-child,
.product-description h4:first-child { margin-top: 0; }
.card-description h2, .product-description h2 { font-size: 1.4em; }
.card-description h3, .product-description h3 { font-size: 1.2em; }
.card-description h4, .product-description h4 { font-size: 1.05em; }
.product-description p { margin: 0 0 1em; }
.product-description p:last-child { margin-bottom: 0; }
.card-description ul, .card-description ol,
.product-description ul, .product-description ol {
    margin: 0 0 1em;
    padding-left: 1.4em;
}
.card-description ul:last-child, .card-description ol:last-child,
.product-description ul:last-child, .product-description ol:last-child {
    margin-bottom: 0;
}
.card-description li, .product-description li { margin-bottom: 0.3em; }
.card-description a, .product-description a {
    color: var(--gold-start);
    text-decoration: underline;
}
.card-description a:hover, .product-description a:hover { color: var(--gold-end, #b8860b); }
.card-description blockquote, .product-description blockquote {
    margin: 0 0 1em;
    padding: 10px 15px;
    border-left: 4px solid var(--gold-start);
    background: #f7f7f7;
    border-radius: 6px;
    font-style: italic;
}
.card-description figure, .product-description figure { margin: 0 0 1em; }
.card-description figure.image img, .product-description figure.image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.card-description figure.image.image-style-align-left,
.product-description figure.image.image-style-align-left {
    float: left; margin-right: 1em; max-width: 50%;
}
.card-description figure.image.image-style-align-right,
.product-description figure.image.image-style-align-right {
    float: right; margin-left: 1em; max-width: 50%;
}
.card-description figure.image.image-style-align-center,
.product-description figure.image.image-style-align-center {
    margin-left: auto; margin-right: auto; text-align: center;
}
.card-description figure.table, .product-description figure.table {
    overflow-x: auto;
}
.card-description table, .product-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1em;
}
.card-description th, .card-description td,
.product-description th, .product-description td {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    text-align: left;
}
.card-description th, .product-description th {
    background: #f8f8f8;
    font-weight: 600;
}

/* -------------------------------- cart page ------------------------------- */

.cart-page { padding: 40px 15px 80px; }
.page-title {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.cart-empty-notice {
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #f7f7f7;
    border-left: 4px solid var(--gold-start);
    border-radius: 10px;
    font-family: "Figtree", Sans-serif;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.cart-table th,
.cart-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    font-family: "Figtree", Sans-serif;
}
.cart-table thead th {
    font-family: "Instrument Sans", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}
.product-name a { color: #000; font-weight: 500; }
.product-name a:hover { color: var(--gold-start); }
.line-options { margin: 6px 0 0; font-size: 13px; color: #777; display: flex; flex-wrap: wrap; gap: 4px 8px; }
.line-options dt { font-weight: 600; margin: 0; }
.line-options dd { margin: 0; }
.line-unavailable-note { color: #c00; font-size: 13px; margin: 6px 0 0; }
.cart-line-unavailable .product-name a { color: #999; }

.remove-line {
    background: none;
    border: none;
    font-size: 22px;
    color: #ccc;
    cursor: pointer;
    line-height: 1;
}
.remove-line:hover { color: #c00; }

.quantity-form { display: flex; align-items: center; gap: 8px; }
.quantity-form .qty {
    width: 70px;
    padding: 8px 10px;
    border: 1px solid #ECECEC;
    border-radius: 50px;
    background: #F3F3F3;
    text-align: center;
    font-family: "Figtree", Sans-serif;
}
.qty-update {
    background: none;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 8px 14px;
    font-family: "Figtree", Sans-serif;
    font-size: 13px;
    cursor: pointer;
}
.qty-update:hover { border-color: var(--gold-start); color: var(--gold-start); }

.cart-totals {
    margin-left: auto;
    width: 420px;
    max-width: 100%;
}
.cart-totals h2 {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
.cart-totals table { width: 100%; border-collapse: collapse; }
.cart-totals th,
.cart-totals td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    text-align: left;
    font-family: "Figtree", Sans-serif;
}
.cart-totals .amount { font-weight: 500; }
.cart-note { font-size: 13px; color: #777; margin-top: 10px; }
.cart-actions { margin-top: 20px; text-align: right; }
.checkout-button {
    display: inline-block;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    background: linear-gradient(180deg, var(--gold-end) 0%, var(--gold-start) 100%);
    border-radius: 50px;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.checkout-button:hover { color: #ffffff; }

/* ------------------------------ checkout page ----------------------------- */

.checkout-page { padding: 40px 15px 80px; }
.checkout-columns {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.checkout-form-wrap { flex: 1; }
.checkout-heading {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    margin: 10px 0 20px;
}
.checkout-note {
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    color: #777;
    margin: -10px 0 20px;
}
.checkout-page .form-field label { color: #333; }
.checkout-page .form-field label .required { color: #c00; }
.checkout-page .form-field label .optional { color: #777; font-weight: 400; }
.checkout-page .form-field select {
    width: 100%;
    padding: 14px 20px;
    background: #F3F3F3;
    border: 1px solid #ECECEC;
    border-radius: 50px;
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
    color: #54595F;
    outline: none;
    appearance: auto;
}
.checkout-page .form-field select:focus { border-color: var(--gold-start); }
.checkout-page .form-field input[readonly] {
    background: #e9e9e9;
    color: #777;
    cursor: not-allowed;
}
.field-hint {
    font-family: "Figtree", Sans-serif;
    font-size: 13px;
    color: #777;
    margin: 6px 0 0;
}
.payment-methods {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.payment-method {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 12px;
    background: #F3F3F3;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    cursor: pointer;
}
.payment-method:hover { border-color: var(--gold-start); }
.payment-method input { margin-top: 4px; accent-color: var(--gold-start); }
.payment-method-title {
    display: block;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.payment-method-desc {
    display: block;
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    color: #777;
    margin-top: 4px;
}
.checkout-summary {
    width: 420px;
    max-width: 100%;
    flex-shrink: 0;
}
.checkout-summary h2 {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
.checkout-summary table { width: 100%; border-collapse: collapse; }
.checkout-summary th,
.checkout-summary td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    text-align: left;
    font-family: "Figtree", Sans-serif;
}
.checkout-summary .amount { font-weight: 500; }

/* ---------------------------- order contact page -------------------------- */

.order-contact-page { padding: 40px 15px 80px; max-width: 800px; }
.order-contact-status { margin-bottom: 30px; }
.order-contact-table { width: 100%; border-collapse: collapse; }
.order-contact-table th,
.order-contact-table td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    text-align: left;
    font-family: "Figtree", Sans-serif;
}
.order-contact-options { font-weight: 400; color: #777; font-size: 13px; }
.order-contact-reference {
    font-family: "Figtree", Sans-serif;
    font-size: 14px;
    color: #777;
    margin-top: 12px;
}
.order-contact-reference code { color: #333; }
.order-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Figtree", Sans-serif;
    font-size: 17px;
}
.order-contact-list li { margin-bottom: 10px; }
.order-contact-list a { color: #7f54b3; }
.order-contact-list a:hover { color: var(--gold-start); }

/* ------------------------------- contact page ----------------------------- */

.contact-section {
    background: var(--ink-section);
    padding: 50px 0 80px;
}
.contact-inner {
    display: flex;
    gap: 40px;
}
.contact-intro {
    flex: 0 0 35%;
    padding: 10px;
}
.contact-badge {
    display: inline-block;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-end);
    padding: 4px 18px;
    border: 1px solid rgba(251, 185, 29, 0.25);
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}
.contact-heading {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: #ffffff;
    margin: 20px 0;
}
.contact-text {
    max-width: 600px;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.contact-form-wrap { flex: 1; padding: 10px 10px 10px 50px; }
.form-row { display: flex; gap: 30px; }
.form-field { margin-bottom: 30px; flex: 1; }
.form-field label {
    display: block;
    margin-bottom: 10px;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.form-field input,
.form-field textarea {
    width: 100%;
    padding: 14px 20px;
    background: #F3F3F3;
    border: 1px solid #ECECEC;
    border-radius: 50px;
    font-family: "Figtree", Sans-serif;
    font-size: 15px;
    color: #54595F;
    outline: none;
}
.form-field textarea { border-radius: 20px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus { border-color: var(--gold-start); }

/* --------------------------------- footer --------------------------------- */

.site-footer {
    flex-shrink: 0;
    background: linear-gradient(180deg, #000000 0%, #0E0E0E 100%);
    padding: 30px 10px 0;
}
.footer-cols {
    display: flex;
    border-bottom: 1px solid rgba(236, 236, 236, 0.28);
    padding-bottom: 20px;
}
.footer-col { padding: 10px; }
.footer-col-links { flex: 0 0 25%; }
.footer-col-logo {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-col-logo img { width: 30%; min-width: 180px; }
.footer-col-contact { flex: 0 0 25%; text-align: end; }

.footer-heading {
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-heading-sub { margin-top: 25px; }
.footer-list li { padding: 5px 0; }
.footer-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    transition: color 0.3s;
}
.footer-list a:hover { color: var(--gold-hover); }
.footer-icon { display: inline-flex; color: var(--gold-border); }
.footer-list-icons a { justify-content: flex-end; }

.footer-bottom { padding: 20px 0; text-align: center; }
.footer-bottom-text {
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.6em;
    color: #ffffff;
    margin: 0;
}
.footer-bottom-text a { color: #c5e41a; }

/* ------------------------------- about / prose --------------------------- */

.prose-section { padding: 30px 0 80px; }
.prose {
    max-width: 760px;
    font-family: "Figtree", Sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: #242424;
}
.prose h2 {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 24px;
    margin: 28px 0 10px;
}
.prose p, .prose ul, .prose ol { margin: 0 0 1em; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose a { color: var(--gold-ink); text-decoration: underline; }
.prose a:hover { color: #000; }
.home-lead { font-size: 19px; line-height: 1.5; }
.home-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 18px;
    padding: 0;
    list-style: none;
}
/* Beats the generic `.prose ul` disc/indent rules. */
.prose ul.home-cats,
.prose ul.find-us-links {
    padding-left: 0;
    list-style: none;
}
.home-cats a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--gold-border);
    border-radius: 50px;
    color: #000;
    text-decoration: none;
}
.home-cats a:hover { background: var(--gold-start); color: #000; }
.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0;
}
.cta-button {
    display: inline-block;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: linear-gradient(180deg, var(--gold-end) 0%, var(--gold-start) 100%);
    border-radius: 50px;
    padding: 14px 28px;
    text-decoration: none;
}
.cta-button-ghost {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.cta-row .cta-button,
a.cta-button {
    color: #000;
    text-decoration: none;
}
.cta-row .cta-button:hover,
a.cta-button:hover { color: #fff; }
.cta-row .cta-button-ghost,
a.cta-button-ghost { color: #000; }
.cta-row .cta-button-ghost:hover,
a.cta-button-ghost:hover {
    background: #000;
    color: #fff;
}
.page-faq { width: 100%; max-width: 760px; margin-top: 20px; }
.page-faq .home-faq-heading {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
}
.page-faq .faq-item-title { background: #f4f4f4; color: #000; }
.page-faq .faq-item[open] .faq-item-title { background: #000; color: #fff; }
.page-faq .faq-item-title:hover { background: #000; color: #fff; }

.find-us { margin: 36px 0 0; }
.find-us-note { font-size: 15px; margin: 0 0 20px; opacity: 0.85; }
.find-us-group { margin: 0 0 20px; }
.find-us-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin: 0 0 10px;
}
.find-us-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.prose .find-us-item {
    color: inherit;
    text-decoration: none;
}
.find-us-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 104px;
    text-decoration: none;
}
.find-us-link {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    background: #0d0d0d;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.find-us-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.find-us-item:hover .find-us-link,
.find-us-item:focus-visible .find-us-link {
    transform: translateY(-3px) scale(1.06);
    border-color: var(--gold-end);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}
.find-us-caption {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
}
.find-us-verify {
    margin: 8px 0 8px;
    padding: 18px 20px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #f6f6f6;
}
.find-us-verify .find-us-note { margin-bottom: 14px; }
.prose .find-us-pgp {
    display: inline-flex;
    text-decoration: none;
}

/* -------------------------------- PGP page -------------------------------- */

.pgp-page {
    padding: 60px 0;
}
.pgp-inner {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.pgp-title {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin: 0;
}
.pgp-key {
    margin: 0;
    padding: 15px;
    overflow: auto;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #d6d6d6;
    font-family: "Courier New", monospace;
    font-size: 11px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-all;
}

/* -------------------------------- search page ----------------------------- */

.search-heading {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 25px;
}

/* ------------------------------- responsive ------------------------------- */

@media (max-width: 1024px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .header-support { display: none; }
    .footer-cols { flex-wrap: wrap; }
    .footer-col-links { flex: 0 0 50%; }
    .footer-col-logo { flex: 0 0 50%; order: -1; }
    .footer-col-logo img { width: 40%; }
    .footer-col-contact { flex: 0 0 50%; }
}

@media (max-width: 767px) {
    .header-main-inner { flex-wrap: wrap; gap: 10px; padding-top: 10px; }
    .header-col-center { flex: 1 1 100%; order: -1; }
    .header-logo img { width: 300px; }
    .tagline-sub { font-size: 12px; margin: 6px 0 4px; }
    .tagline-main { font-size: 12px; }
    .header-col-left {
        flex: 1 1 auto;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        padding-top: 0;
    }
    .search-form { width: auto; flex: 1; max-width: none; padding: 8px 16px; }
    .header-cart { flex: 0 0 auto; }
    .menu-toggle { display: block; }

    .main-nav {
        display: none;
        padding: 0;
    }
    .main-nav.open { display: block; }
    .nav-menu { flex-direction: column; align-items: stretch; }
    .nav-menu a { padding: 10px 14px; }
    .nav-menu a:hover { color: #000; background: var(--gold-hover); }

    .home-section { padding: 20px 10px; }
    .faq-item-title { font-size: 18px; }
    .faq-item-content { font-size: 14px; }
    .order-banner-text { font-size: 16px; }
    .prose-section { padding: 30px 0 50px; }
    .find-us-links { gap: 12px; }
    .find-us-link { width: 48px; height: 48px; }

    .page-hero-title { font-size: 30px; letter-spacing: -2px; }
    .page-hero-text { font-size: 14px; max-width: 90%; }

    .category-listing { border-radius: 15px; gap: 0; }
    .category-link { border-radius: 16px; padding: 8px 14px; }
    .product-grid { gap: 10px; }
    .card-slider { height: 250px; padding-bottom: 25px; }
    .card-prev, .card-next { width: 35px; height: 35px; margin-top: -17px; font-size: 18px; }
    .card-prev { left: 10px; }
    .card-next { right: 10px; }
    .card-dot { width: 10px; height: 10px; }
    .card-content { padding: 10px; }
    .card-title { font-size: 18px; margin-bottom: 5px; }
    .card-description { font-size: 15px; }

    .product-main { flex-direction: column; }
    .product-gallery { flex: none; max-width: 100%; }

    .contact-inner { flex-direction: column; }
    .contact-intro { flex: none; text-align: center; }
    .contact-heading { font-size: 35px; }
    .contact-form-wrap { padding: 10px; }
    .form-row { flex-direction: column; gap: 0; }

    .footer-cols { flex-direction: column; }
    .footer-col { text-align: center; }
    .footer-col-logo img { width: 50%; }
    .footer-col-contact .footer-list a { flex-direction: row; }
    .footer-bottom-text { font-size: 13px; }

    .cart-totals { width: 100%; }
    .checkout-columns { flex-direction: column; }
    .checkout-summary { width: 100%; }
}

/* ------------------------------ strain pages ----------------------------- */

/* .shop-section is dark, so the light prose ink would be invisible on it. */
.shop-section .prose,
.shop-section .category-intro { color: var(--text-light); }
.shop-section .prose h1,
.shop-section .prose h2,
.shop-section .prose h3,
.shop-section .strain-facts dt { color: #ffffff; }
.shop-section .prose a { color: var(--gold-end); }
.shop-section .prose a:hover { color: var(--gold-hover); }
.shop-section .breadcrumb { color: #bdbdbd; }
.shop-section .breadcrumb a { color: var(--gold-end); }
.shop-section .back-link a { color: var(--gold-end); }
.category-intro { max-width: 760px; margin-bottom: 28px; }

/* Lineage colour tokens. Text shades clear 4.5:1 on white. */
.lineage-sativa { --lineage: #B3261E; --lineage-tint: #FBEAE8; }
.lineage-indica { --lineage: #6B3FA0; --lineage-tint: #F1EBF9; }
.lineage-hybrid { --lineage: #1F6B3B; --lineage-tint: #E7F3EB; }
.lineage-unmarked { --lineage: #6E6E6E; --lineage-tint: #F0F0F0; }

ul.strain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.strain-group { margin-top: 40px; }
.strain-group-title {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    margin: 0 0 6px;
    padding-left: 12px;
    border-left: 4px solid var(--lineage, #ccc);
    color: var(--lineage, #111);
}
.strain-group-note { font-size: 14px; color: #555; margin: 0 0 4px; padding-left: 16px; }
.strain-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ececec;
    border-top: 3px solid var(--lineage, #ececec);
    border-radius: 12px;
    background: #fff;
}
.strain-card-art {
    flex: 0 0 104px;
    display: flex;
    height: 104px;
    /* Scaled up so the blur radius doesn't bleed transparent at the edges. */
    transform: scale(1.06);
    filter: blur(5px) saturate(1.1);
    opacity: 0.75;
}
.strain-card-art img {
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    object-fit: cover;
}
.strain-card-body { flex: 1 1 auto; padding: 18px; }
.strain-card-title { font-family: "Instrument Sans", Sans-serif; font-size: 20px; margin: 0 0 8px; }
.strain-card-title a { color: #111; }
.strain-card-title a:hover { color: var(--gold-ink); }
.strain-card-meta {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: var(--lineage, #777);
    background: var(--lineage-tint, #f0f0f0);
    border-radius: 999px;
    padding: 3px 10px;
    margin: 0 0 8px;
}
.strain-card-copy { font-size: 14px; color: #333; margin: 0 0 6px; }
.strain-card-count { font-size: 13px; color: #666; margin: 10px 0 0; }
.lineage-chip {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: var(--lineage, #777);
    background: var(--lineage-tint, #f0f0f0);
    border-radius: 999px;
    padding: 3px 10px;
}
.strain-facts { display: grid; gap: 10px; margin: 16px 0; }
.strain-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 8px; }
.strain-facts dt { font-weight: 600; margin: 0; }
.strain-facts dd { margin: 0; color: inherit; }
.back-link { margin-top: 30px; }
.back-link a { color: var(--gold-ink); }

@media (max-width: 767px) {
    ul.strain-grid { grid-template-columns: 1fr; }
}
