:root {
    color-scheme: light;
    --page: #f5f5f3;
    --surface: #ffffff;
    --surface-soft: #ececea;
    --text: #11110f;
    --muted: #686762;
    --line: rgba(17, 17, 15, 0.11);
    --gold: #b9872f;
    --gold-bright: #e0b956;
    --gold-soft: #f4e8c8;
    --header: rgba(255, 255, 255, 0.84);
    --shadow: 0 24px 70px rgba(20, 18, 12, 0.09);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 16px;
    --content: 1440px;
}

[data-theme="dark"] {
    color-scheme: dark;
    --page: #080808;
    --surface: #141413;
    --surface-soft: #20201e;
    --text: #f7f6f2;
    --muted: #aaa8a0;
    --line: rgba(255, 255, 255, 0.11);
    --gold: #d3a64c;
    --gold-bright: #f0ce73;
    --gold-soft: #3c311b;
    --header: rgba(8, 8, 8, 0.84);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--page);
    color: var(--text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
:where(a, button, input, select, textarea):focus-visible {
    outline: 2px solid var(--gold-bright);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--text);
    color: var(--page);
    transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
    position: sticky;
    z-index: 40;
    top: 0;
    border-bottom: 1px solid var(--line);
    background: var(--header);
    backdrop-filter: saturate(160%) blur(20px);
}

.header-main, .category-nav, .section, .assurance-bar {
    width: min(calc(100% - 40px), var(--content));
    margin-inline: auto;
}

.header-main {
    min-height: 74px;
    display: grid;
    grid-template-columns: auto minmax(260px, 680px) auto;
    align-items: center;
    gap: 28px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 88px; height: auto; }
.brand-tag { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.search {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    transition: border-color .2s, box-shadow .2s;
}
.search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 18%, transparent); }
.search svg { flex: 0 0 auto; color: var(--muted); }
.search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); }
.search input::placeholder { color: var(--muted); }

.header-actions { display: flex; align-items: center; gap: 4px; }
.country-button { min-width: 42px; height: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--text); font-size: 11px; font-weight: 800; cursor: pointer; }
.icon-button {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--text);
    cursor: pointer;
}
.icon-button:hover { background: var(--surface-soft); }
.cart-button { position: relative; }
.cart-count { position: absolute; top: 2px; right: 1px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border-radius: 20px; background: var(--gold); color: #0b0a07; font-size: 10px; font-weight: 800; }

.category-nav { height: 46px; display: flex; align-items: center; gap: 30px; overflow-x: auto; scrollbar-width: none; font-size: 13px; white-space: nowrap; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { color: var(--muted); transition: color .2s; }
.category-nav a:hover, .category-nav a[aria-current="page"] { color: var(--text); }
.category-nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--gold); }
.category-nav .accent { margin-left: auto; color: var(--gold); font-weight: 700; }

main { overflow: hidden; }
.section { padding-block: 38px; }

.hero {
    min-height: 610px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    align-items: center;
    gap: 36px;
    margin-top: 18px;
    padding: clamp(34px, 6vw, 88px);
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: #0b0b0a;
    color: #fff;
}
.hero::before {
    content: "";
    position: absolute;
    inset: -35% -10% auto 35%;
    height: 130%;
    background: radial-gradient(circle, rgba(225, 185, 86, .32), rgba(185, 135, 47, .05) 45%, transparent 70%);
}
.hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 720px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-bright); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(48px, 7vw, 102px); font-weight: 580; letter-spacing: -.06em; line-height: .94; }
.hero-lead { max-width: 570px; margin: 30px 0 0; color: #c9c7c0; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.5; }
.hero-signals { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.hero-signals li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d8d5cc; font-size: 11px; letter-spacing: .035em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #0c0b08; }
.button-secondary { border-color: rgba(255, 255, 255, .23); background: rgba(255, 255, 255, .07); color: #fff; }

.hero-mark { position: relative; z-index: 1; justify-self: center; width: min(100%, 520px); height: min(38vw, 520px); min-height: 0; display: grid; place-items: center; }
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; border: 1px solid rgba(225, 185, 86, .27); border-radius: 50%; }
.hero-mark::before { inset: 3%; }
.hero-mark::after { inset: 13%; }
.hero-mark img { position: relative; z-index: 1; width: 74%; height: 74%; object-fit: contain; filter: drop-shadow(0 28px 55px rgba(0, 0, 0, .4)); }

.assurance-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 24px; border-bottom: 1px solid var(--line); }
.assurance { display: flex; gap: 12px; padding: 8px 24px; border-right: 1px solid var(--line); }
.assurance:first-child { padding-left: 0; }
.assurance:last-child { border: 0; }
.assurance svg { flex: 0 0 auto; color: var(--gold); }
.assurance strong { display: block; font-size: 13px; }
.assurance span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(29px, 4vw, 48px); letter-spacing: -.045em; font-weight: 620; }
.section-heading p { max-width: 520px; margin: 8px 0 0; color: var(--muted); line-height: 1.5; }
.text-link { color: var(--gold); font-weight: 700; font-size: 14px; white-space: nowrap; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { min-height: 330px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.category-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--gold) 35%, transparent); box-shadow: 0 30px 80px rgba(20,18,12,.13); }
.category-index { position: relative; z-index: 2; display: block; margin-bottom: 14px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.category-card h3 { position: relative; z-index: 2; margin: 0; font-size: 24px; letter-spacing: -.03em; }
.category-card p { position: relative; z-index: 2; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.category-card .arrow { position: relative; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--text); color: var(--page); transition: transform .28s ease; }
.category-card:hover .arrow { transform: translateX(4px); }
.category-shape { position: absolute; width: 240px; height: 240px; right: -42px; bottom: -36px; border-radius: 42% 58% 55% 45%; transform: rotate(-12deg); background: linear-gradient(140deg, var(--gold-soft), var(--gold)); opacity: .82; }
.category-card:nth-child(2) .category-shape { border-radius: 50% 50% 18% 18%; transform: rotate(15deg); background: linear-gradient(145deg, #dad8d1, #77756e); }
.category-card:nth-child(3) .category-shape { border-radius: 30px; transform: rotate(-18deg); background: linear-gradient(145deg, #2b2b29, #8c8980); }
.category-card:nth-child(4) .category-shape { border-radius: 50% 30% 50% 40%; background: linear-gradient(145deg, #c8c4b9, #6d695f); }

.recommendation { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; overflow: hidden; border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow); }
.recommendation-visual { position: relative; display: grid; place-items: center; background: linear-gradient(145deg, #e8ddc4, #b99045); }
.recommendation-orbit { width: min(65%, 330px); aspect-ratio: 1; border: 1px solid rgba(17,17,15,.3); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.11), 0 0 0 84px rgba(255,255,255,.08); }
.recommendation-copy { display: flex; flex-direction: column; justify-content: center; align-items: start; padding: clamp(36px, 6vw, 84px); }
.recommendation-copy h2 { margin: 0; font-size: clamp(34px, 5vw, 64px); letter-spacing: -.05em; line-height: 1; }
.recommendation-copy p { max-width: 470px; margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.recommendation-copy .recommendation-period { margin: -10px 0 24px; font-size: 13px; letter-spacing: .02em; }
.recommendation-copy .button-secondary { border-color: var(--line); color: var(--text); background: var(--surface-soft); }

.seller-callout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; padding: clamp(36px, 6vw, 78px); border-radius: var(--radius-xl); background: var(--text); color: var(--page); }
.seller-callout h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 5.5vw, 72px); line-height: 1; letter-spacing: -.055em; }
.seller-copy { justify-self: end; max-width: 430px; }
.seller-copy p { color: color-mix(in srgb, var(--page) 68%, transparent); line-height: 1.55; }

.site-footer { margin-top: 46px; padding: 46px 0 28px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-inner { width: min(calc(100% - 40px), var(--content)); margin: auto; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 36px; }
.footer-brand img { width: 105px; }
.footer-brand p { max-width: 310px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.footer-column strong { font-size: 13px; }
.footer-column a { display: block; margin-top: 14px; color: var(--muted); font-size: 13px; }
.footer-bottom { width: min(calc(100% - 40px), var(--content)); margin: 38px auto 0; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 12px; }
.privacy-settings { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; }

.market-dialog { width: min(calc(100% - 28px), 720px); padding: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); color: var(--text); box-shadow: var(--shadow); }
.market-dialog::backdrop { background: rgba(0, 0, 0, .64); backdrop-filter: blur(8px); }
.dialog-panel { padding: clamp(24px, 5vw, 42px); }
.dialog-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.dialog-heading h2 { margin: 0; font-size: clamp(30px, 5vw, 46px); letter-spacing: -.045em; }
.dialog-heading p:not(.eyebrow) { max-width: 570px; margin: 12px 0 0; color: var(--muted); line-height: 1.5; }
.dialog-heading .icon-button { flex: 0 0 auto; font-size: 28px; }
.country-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.country-list button { display: flex; flex-direction: column; align-items: start; gap: 5px; min-height: 76px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-soft); color: var(--text); text-align: left; cursor: pointer; }
.country-list button:hover, .country-list button[aria-current="true"] { border-color: var(--gold); }
.country-list span { font-weight: 750; }
.country-list small { color: var(--muted); }
.dialog-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.privacy-banner { position: fixed; z-index: 60; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 680px); display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.privacy-banner[hidden] { display: none; }
.privacy-banner strong { font-size: 17px; }
.privacy-banner p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.privacy-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.privacy-links a { color: var(--gold); font-size: 12px; text-decoration: underline; }
.privacy-actions { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.privacy-actions .button { min-height: 42px; white-space: nowrap; cursor: pointer; }
.privacy-confirm { border: 1px solid var(--line); background: var(--surface-soft); color: var(--text); }

.mobile-only { display: none; }
.mobile-dock { display: none; }

.legal-shell { width: min(calc(100% - 40px), 920px); margin: 0 auto; padding: 40px 0 90px; }
.legal-back { display: inline-flex; margin-bottom: 34px; color: var(--gold); font-weight: 700; }
.legal-document { padding: clamp(28px, 6vw, 72px); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow); }
.legal-document h1 { max-width: 760px; margin: 12px 0 28px; font-size: clamp(38px, 7vw, 72px); line-height: 1; letter-spacing: -.055em; }
.legal-status { display: inline-flex; margin: 0; padding: 7px 11px; border-radius: 999px; background: var(--gold-soft); color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.legal-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 34px; }
.legal-meta div { padding: 16px; border-radius: var(--radius-md); background: var(--surface-soft); }
.legal-meta dt { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.legal-meta dd { margin: 6px 0 0; font-weight: 700; overflow-wrap: anywhere; }
.legal-intro { padding-bottom: 30px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 18px; line-height: 1.6; }
.legal-document section { padding-top: 24px; }
.legal-document section h2 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.legal-document section p { margin: 10px 0 0; color: var(--muted); line-height: 1.65; }

.product-reviews { margin-top: 28px; padding: clamp(24px, 5vw, 48px); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.reviews-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.review-score { display: flex; align-items: baseline; gap: 10px; }
.review-score strong { font-size: 42px; color: var(--gold); }
.review-score span, .review-card small { color: var(--muted); font-size: 12px; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.review-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-soft); }
.review-card > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-card h3 { margin: 14px 0 0; font-size: 17px; }
.review-card p { margin: 8px 0 16px; color: var(--muted); line-height: 1.55; overflow-wrap: anywhere; }
.review-stars { color: var(--gold); letter-spacing: .08em; white-space: nowrap; }
.review-form { display: grid; grid-template-columns: 150px 1fr auto; gap: 10px; align-items: end; margin-top: 16px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-soft); }
.review-form strong, .review-form textarea, .review-form small { grid-column: 1 / -1; }
.review-form label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }
.review-form input, .review-form select, .review-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--page); color: var(--text); }
.review-form textarea { min-height: 100px; resize: vertical; }
.review-form small { color: var(--gold); }
.review-report { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 10px; }
.review-report summary { color: var(--muted); cursor: pointer; font-size: 12px; }
.review-report form { display: grid; gap: 8px; margin-top: 10px; }
.review-report label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }
.review-report textarea { min-height: 72px; resize: vertical; }
.review-report small { color: var(--gold); }

@media (max-width: 980px) {
    .header-main { grid-template-columns: auto 1fr auto; gap: 14px; }
    .brand-tag { display: none; }
    .hero { min-height: auto; grid-template-columns: 1fr; padding-bottom: 30px; }
    .hero-mark { width: min(70vw, 410px); height: min(70vw, 410px); }
    .assurance-bar { grid-template-columns: repeat(2, 1fr); }
    .assurance:nth-child(2) { border-right: 0; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .recommendation { grid-template-columns: 1fr; }
    .recommendation-visual { min-height: 360px; }
    .seller-callout { grid-template-columns: 1fr; align-items: start; }
    .seller-copy { justify-self: start; }
}

@media (max-width: 700px) {
    body { padding-bottom: 72px; }
    .header-main, .category-nav, .section, .assurance-bar { width: min(calc(100% - 28px), var(--content)); }
    .header-main { min-height: 66px; grid-template-columns: auto auto; justify-content: space-between; }
    .search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 12px; }
    .header-actions .account-button { display: none; }
    .category-nav { height: 42px; gap: 22px; }
    .category-nav .accent { margin-left: 0; }
    .section { padding-block: 24px; }
    .hero { min-height: 610px; margin-top: 10px; padding: 38px 26px 10px; border-radius: 24px; }
    .hero h1 { font-size: clamp(46px, 15vw, 70px); }
    .hero-lead { margin-top: 22px; font-size: 16px; }
    .hero-actions { margin-top: 26px; }
    .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .hero-actions .button { padding-inline: 10px; font-size: 12px; text-align: center; }
    .hero-mark { width: 100%; max-width: 350px; height: min(78vw, 330px); margin-top: -10px; }
    .assurance-bar { grid-template-columns: 1fr; padding-block: 14px; }
    .assurance, .assurance:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .category-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 250px; }
    .section-heading { align-items: start; }
    .section-heading .text-link { display: none; }
    .recommendation-visual { min-height: 270px; }
    .recommendation-copy { padding: 34px 26px 40px; }
    .seller-callout { padding: 38px 26px; border-radius: 24px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .country-list { grid-template-columns: 1fr; }
    .privacy-banner { right: 14px; bottom: 14px; width: calc(100% - 28px); grid-template-columns: 1fr; padding: 20px; }
    .privacy-actions { flex-direction: row; }
    .privacy-actions .button { flex: 1; padding-inline: 10px; font-size: 12px; }
    .mobile-dock { position: fixed; z-index: 45; left: 10px; right: 10px; bottom: 10px; min-height: 58px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 5px; border: 1px solid var(--line); border-radius: 20px; background: color-mix(in srgb, var(--surface) 92%, transparent); box-shadow: 0 18px 50px rgba(0,0,0,.18); backdrop-filter: saturate(160%) blur(18px); }
    .mobile-dock a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-radius: 15px; color: var(--muted); font-size: 9px; font-weight: 700; }
    .mobile-dock svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
    .mobile-dock svg circle[r="1"] { fill: currentColor; stroke: none; }
    .mobile-dock a[aria-current="page"] { background: var(--surface-soft); color: var(--text); }
    .mobile-only { display: inline-grid; }
    .legal-shell { width: min(calc(100% - 28px), 920px); padding-top: 24px; }
    .legal-meta { grid-template-columns: 1fr; }
    .review-grid, .review-form { grid-template-columns: 1fr; }
    .reviews-heading { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
