/* ---------------------------------------------------------------------------
   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;
    --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;
}

/* ---------------------------------- 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: 215px;
    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);
    padding: 80px 0 120px;
}

.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;
}
.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: cover;
    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; }
.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 14px;
    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-description {
    color: var(--gold-start);
    font-family: "Instrument Sans", Sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 14px;
}
.card-description p { margin: 0 0 0.8em; }
.card-description p:last-child { margin-bottom: 0; }

/* ------------------------------- 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%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.variations tr { background: #f8f8f8; }
.variations tr:nth-child(even) { background: #ffffff; }
.variations th,
.variations td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: middle;
}
.variations .label {
    width: 90px;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.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;
    font-size: 13px;
    color: var(--gold-start);
}
.reset-variations:hover { text-decoration: underline; }

.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;
}

/* -------------------------------- 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; }

/* -------------------------------- 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: 200px; }
    .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; }

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

    .shop-section { padding: 60px 5px; }
    .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%; }
}
