/* Perfume detail + browse-hub pages. Uses the tokens defined in theme.css, so
   it inherits light/dark automatically. */
body { background: var(--bg); color: var(--text); }
.pf, .hub { max-width: 920px; margin: 0 auto; padding: 24px 20px 64px; }

.crumbs { font-size: 13px; color: var(--text-dim); margin: 6px 0 22px; display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.crumbs a { color: var(--text-dim); text-decoration: none; }
.crumbs a:hover { color: var(--rose); }

.pf-head { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin-bottom: 30px; }
.pf-shot { flex: 0 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px; box-shadow: var(--shadow-md); }
.pf-shot img { display: block; width: 200px; max-width: 44vw; height: auto; }
.pf-headtext { flex: 1 1 260px; min-width: 240px; }
.pf-brand { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); font-weight: 700; }
.pf-headtext h1 { font-family: var(--font-display, Georgia, serif); font-size: clamp(28px, 5vw, 44px); line-height: 1.08; margin: 6px 0 14px; color: var(--text); text-wrap: balance; }
.pf-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.meta-pill { font-size: 12.5px; font-weight: 600; color: var(--text-dim); background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }

.pf-sec { margin: 30px 0; }
.pf-sec h2 { font-size: 15px; letter-spacing: .04em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 14px; font-weight: 700; }

.accords { display: grid; gap: 10px; max-width: 560px; }
.accord { display: grid; grid-template-columns: 120px 1fr; gap: 12px; align-items: center; }
.accord-label { font-size: 13px; color: var(--text); }
.accord-track { height: 8px; background: var(--sand, rgba(0,0,0,.06)); border-radius: 999px; overflow: hidden; }
.accord-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--rose), var(--gold)); border-radius: 999px; }

.notes-group { margin-bottom: 16px; }
.notes-group h3 { font-size: 13px; color: var(--rose); font-weight: 700; margin: 0 0 8px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: 13px; color: var(--text); background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; }

.pf-desc p { font-size: 16px; line-height: 1.7; color: var(--text); margin: 0 0 14px; max-width: 66ch; }

.pf-cta { text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 26px 20px; margin: 40px 0; }
.pf-cta p { font-size: 16px; font-weight: 600; color: var(--text); margin: 0 0 16px; }
.pf-cta-badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pf-cta-badges img { height: 44px; }

.rel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 14px; }
.rel-card { text-decoration: none; color: var(--text); text-align: center; display: flex; flex-direction: column; gap: 6px; }
.rel-card img { width: 100%; height: 130px; object-fit: contain; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 8px; }
.rel-card span { font-size: 12.5px; color: var(--text-dim); line-height: 1.3; }
.rel-card:hover span { color: var(--rose); }

/* hub */
.hub-head { text-align: center; margin-bottom: 26px; }
.hub-head h1 { font-family: var(--font-display, Georgia, serif); font-size: clamp(28px, 5vw, 46px); margin: 0 0 12px; color: var(--text); }
.hub-head p { font-size: 16px; color: var(--text-dim); max-width: 62ch; margin: 0 auto 18px; line-height: 1.6; }
.hub-tabs { display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.hub-tabs a { font-size: 13.5px; font-weight: 600; text-decoration: none; color: var(--text-dim); border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px; }
.hub-tabs a.active, .hub-tabs a:hover { color: #fff; background: var(--rose); border-color: var(--rose); }

.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; }
.pcard { text-decoration: none; color: var(--text); display: flex; flex-direction: column; gap: 4px; }
.pcard img { width: 100%; height: 180px; object-fit: contain; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 12px; transition: box-shadow .2s; }
.pcard:hover img { box-shadow: var(--shadow-md); }
.pcard-brand { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--rose); font-weight: 700; margin-top: 6px; }
.pcard-name { font-size: 14px; color: var(--text); line-height: 1.3; }

.pg-foot-lite { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; align-items: center; padding: 30px 20px; border-top: 1px solid var(--line); font-size: 13px; }
.pg-foot-lite a { color: var(--text-dim); text-decoration: none; }
.pg-foot-lite a:hover { color: var(--rose); }
.pg-foot-lite span { color: var(--text-faint); }
