/* Licious Hair - hub & location page styling.
   Migrated out of Fluent snippet 42 into the child theme on 2026-07-20.
   Covers the /wigs/ commercial tree (parent 3430) and the /human-hair/
   origin tree (parent 3450), both of which render .licious-hub-page
   markup, plus the .licious-location-page salon template. */
body.parent-pageid-3430,body.parent-pageid-3450,body.page-id-3450{ background:#F8F5EF; }
.licious-hub-page{
  --gold:#C9A24A; --gold-l:#E6C875; --gold-deep:#9c721f; --ink:#17120b; --cream:#F8F5EF; --muted:#5b554c; --line:rgba(201,162,74,.28);
  --sans:Inter,Helvetica,Arial,sans-serif; --serif:'Cormorant Garamond',Georgia,serif; --ease:cubic-bezier(.22,1,.36,1);
  font-family:var(--sans); color:var(--ink); max-width:1080px; margin:0 auto; padding:0 4px;
}
.licious-hub-page *{ box-sizing:border-box; }
.licious-hub-page h1,.licious-hub-page h2,.licious-hub-page h3{ font-family:var(--serif); color:var(--ink); font-weight:600; letter-spacing:-.01em; }
.licious-hub-page p{ font-family:var(--sans); color:var(--muted); }
.licious-hub-page section{ margin:0 0 18px; }

/* ── Breadcrumb (JS-injected) ── */
.lhb-crumb{ display:flex; flex-wrap:wrap; gap:8px; align-items:center; justify-content:center; font-family:var(--sans); font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); padding:30px 0 4px; }
.lhb-crumb a{ color:var(--muted); text-decoration:none; transition:color .2s; }
.lhb-crumb a:hover{ color:var(--gold-deep); }
.lhb-crumb span{ color:var(--gold); }
.lhb-crumb b{ color:var(--ink); font-weight:600; }

/* ── Intro / hero ── */
.licious-hub-page .hub-intro{ text-align:center; max-width:760px; margin:0 auto 14px; padding:14px 0 6px; }
.lhb-eyebrow{ display:block; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.28em; text-transform:uppercase; color:#856A20; margin-bottom:16px; } /* was var(--gold) #C9A24A — 2.2:1 on cream; accessible gold, WCAG AA */
.hub-intro h1{ font-size:clamp(2.3rem,5.6vw,3.6rem); line-height:1.05; margin:0 auto 18px; max-width:14ch; }
.hub-intro h1::after{ content:""; display:block; width:54px; height:2px; margin:20px auto 0; background:linear-gradient(90deg,var(--gold),var(--gold-l)); border-radius:2px; }
.hub-intro p{ font-size:1.02rem; line-height:1.8; margin:0 auto 16px; max-width:62ch; }
.hub-intro p:first-of-type{ color:#2b2620; font-size:1.08rem; }

/* ── Trust row + CTA (JS-injected) ── */
.lhb-trust{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:8px 14px; margin:22px auto 6px; }
.lhb-trust span{ font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:#756e62; } /* was #7d7669 — 4.13:1 on cream, just under WCAG AA */
.lhb-trust i{ width:3px; height:3px; border-radius:50%; background:var(--gold); display:inline-block; }
.lhb-cta-wrap{ text-align:center; margin:26px 0 6px; }
.lhb-btn{ display:inline-flex; align-items:center; gap:.55em; padding:14px 36px; border-radius:50px; font-family:var(--sans); font-weight:700; font-size:11px; letter-spacing:.18em; text-transform:uppercase; text-decoration:none; cursor:pointer; transition:transform .12s var(--ease),box-shadow .25s var(--ease),filter .2s; -webkit-tap-highlight-color:transparent; }
.lhb-btn--solid{ color:#1a1410; background:linear-gradient(180deg,var(--gold-l),var(--gold)); box-shadow:0 10px 26px rgba(201,162,74,.32),inset 0 1px 0 rgba(255,255,255,.4); }
.lhb-btn--solid:hover{ filter:brightness(1.04); transform:translateY(-2px); }
.lhb-btn--solid:active{ transform:scale(.98); }
.lhb-btn--ghost{ color:var(--gold-deep); border:1.5px solid var(--gold); background:transparent; }
.lhb-btn--ghost:hover{ background:var(--gold); color:#1a1410; }
.lhb-btn--ghost:active{ transform:scale(.98); }

/* ── Section heading helper ── */
.licious-hub-page section > h2{ text-align:center; font-size:clamp(1.7rem,3.6vw,2.4rem); line-height:1.08; margin:0 auto 8px; max-width:18ch; }
.licious-hub-page .hub-spec-guide,.licious-hub-page .hub-faq,.licious-hub-page .hub-products,.licious-hub-page .hub-delivery{ padding:34px 0 6px; }

/* ── Spec guide cards ── */
.hub-spec-guide ul{ list-style:none; margin:26px auto 0; padding:0; max-width:980px; display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.hub-spec-guide li{ position:relative; background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px 26px 24px 30px; font-size:.95rem; line-height:1.7; color:var(--muted); box-shadow:0 10px 28px rgba(30,24,14,.05); overflow:hidden; }
.hub-spec-guide li::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:linear-gradient(180deg,var(--gold-l),var(--gold)); }
.hub-spec-guide li strong{ font-family:var(--serif); font-weight:700; font-size:1.18rem; color:var(--gold-deep); letter-spacing:0; }

/* ── Category grid (index hub) ── */
.hub-cats{ padding:34px 0 6px; }
.hub-cats .cat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:26px; }
.hub-cats .cat-card{ display:flex; flex-direction:column; gap:7px; background:#fff; border:1px solid var(--line); border-radius:16px; padding:24px 22px; text-decoration:none; box-shadow:0 12px 30px rgba(30,24,14,.06); transition:transform .3s var(--ease),box-shadow .3s var(--ease); position:relative; overflow:hidden; }
.hub-cats .cat-card::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:linear-gradient(180deg,var(--gold-l),var(--gold)); transform:scaleY(0); transform-origin:top; transition:transform .35s var(--ease); }
.hub-cats .cat-card:hover{ transform:translateY(-4px); box-shadow:0 20px 44px rgba(30,24,14,.12); }
.hub-cats .cat-card:hover::before{ transform:scaleY(1); }
.hub-cats .cat-name{ font-family:var(--serif); font-weight:600; font-size:1.28rem; color:var(--ink); line-height:1.15; }
.hub-cats .cat-name::after{ content:" \2192"; color:var(--gold-deep); font-family:var(--sans); font-size:.95rem; }
.hub-cats .cat-desc{ font-family:var(--sans); font-size:.88rem; line-height:1.55; color:var(--muted); }

/* ── Products ── */
.hub-products .woocommerce{ margin-top:26px; }
.licious-hub-page ul.products{ display:grid !important; grid-template-columns:repeat(4,1fr); gap:18px; margin:0 !important; padding:0 !important; list-style:none; }
.licious-hub-page ul.products::before,.licious-hub-page ul.products::after{ display:none !important; }
.licious-hub-page ul.products li.product{ width:auto !important; margin:0 !important; float:none !important; background:#fff; border:1px solid rgba(30,24,14,.06); border-radius:16px; padding:12px 12px 18px; box-shadow:0 12px 30px rgba(30,24,14,.07); transition:transform .3s var(--ease),box-shadow .3s var(--ease); display:flex; flex-direction:column; }
.licious-hub-page ul.products li.product:hover{ transform:translateY(-4px); box-shadow:0 20px 44px rgba(30,24,14,.12); }
.licious-hub-page li.product figure{ position:relative; margin:0 0 14px; border-radius:11px; overflow:hidden; background:#f3eee5; }
.licious-hub-page li.product figure img{ display:block; width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; transition:transform .6s var(--ease); }
.licious-hub-page li.product:hover figure img{ transform:scale(1.05); }
.licious-hub-page li.product .onsale{ position:absolute; top:10px; left:10px; z-index:2; margin:0; padding:5px 11px; border-radius:50px; background:linear-gradient(180deg,#1f1b16,#0e0c09); color:var(--gold-l); font-family:var(--sans); font-size:9px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; box-shadow:0 4px 12px rgba(0,0,0,.3); min-height:0; min-width:0; line-height:1.4; }
.licious-hub-page li.product .woocommerce-loop-product__title{ font-family:var(--serif); font-weight:600; font-size:1.15rem; line-height:1.2; color:var(--ink); padding:0 4px; margin:0 0 6px; }
.licious-hub-page li.product .price{ display:block; padding:0 4px; margin:0 0 14px; font-family:var(--sans); font-weight:700; font-size:.95rem; color:var(--gold-deep); }
.licious-hub-page li.product .price del{ color:#aaa298; font-weight:400; margin-right:7px; }
.licious-hub-page li.product .price ins{ text-decoration:none; }
.licious-hub-page li.product .ct-woo-card-actions{ margin-top:auto; padding:0 4px; }
.hub-products > p{ text-align:center; margin:30px 0 6px; }
.hub-products > p a{ display:inline-flex; align-items:center; gap:.5em; padding:13px 32px; border-radius:50px; border:1.5px solid var(--gold); color:var(--gold-deep); font-family:var(--sans); font-weight:700; font-size:11px; letter-spacing:.18em; text-transform:uppercase; text-decoration:none; transition:background .25s var(--ease),color .25s var(--ease); }
.hub-products > p a:hover{ background:var(--gold); color:#1a1410; }

/* ── Delivery band ── */
.hub-delivery{ margin-top:8px; }
.hub-delivery > h2{ margin-bottom:6px; }
.hub-delivery > p{ max-width:720px; margin:18px auto 0; text-align:center; background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px 30px; font-size:.97rem; line-height:1.75; box-shadow:0 12px 30px rgba(30,24,14,.06); }

/* ── FAQ accordions ── */
.licious-hub-page .hub-faq{ max-width:840px; margin-left:auto; margin-right:auto; }
.hub-faq details{ background:#fff; border:1px solid rgba(30,24,14,.08); border-radius:14px; margin:0 0 12px; padding:0 22px; box-shadow:0 8px 22px rgba(30,24,14,.05); transition:border-color .25s,box-shadow .25s; overflow:hidden; }
.hub-faq details[open]{ border-color:var(--line); box-shadow:0 14px 32px rgba(30,24,14,.09); }
.hub-faq summary{ list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 0; -webkit-tap-highlight-color:transparent; }
.hub-faq summary::-webkit-details-marker{ display:none; }
.hub-faq summary h3{ margin:0; font-family:var(--serif); font-weight:600; font-size:1.18rem; line-height:1.3; color:var(--ink); }
.hub-faq summary::after{ content:"+"; flex:0 0 auto; width:28px; height:28px; border-radius:50%; border:1.5px solid var(--gold); color:var(--gold-deep); font-family:var(--sans); font-size:18px; font-weight:400; line-height:25px; text-align:center; transition:transform .3s var(--ease),background .25s,color .25s; }
.hub-faq details[open] summary::after{ content:"\2212"; background:var(--gold); color:#1a1410; transform:rotate(180deg); }
.hub-faq details p{ margin:0; padding:0 0 22px; font-size:.95rem; line-height:1.8; color:var(--muted); }

/* ── Mobile ── */
@media (max-width:768px){
  .licious-hub-page{ padding:0 16px; }
  .lhb-crumb{ padding:22px 0 2px; }
  .hub-intro{ padding:8px 0 4px; }
  .hub-intro h1{ font-size:clamp(2rem,9vw,2.6rem); max-width:none; }
  .licious-hub-page .hub-spec-guide,.licious-hub-page .hub-faq,.licious-hub-page .hub-products,.licious-hub-page .hub-delivery{ padding:26px 0 4px; }
  .hub-spec-guide ul{ grid-template-columns:1fr; gap:12px; }
  .hub-cats .cat-grid{ grid-template-columns:1fr 1fr; gap:12px; }
  .hub-cats .cat-name{ font-size:1.1rem; }
  .licious-hub-page ul.products{ grid-template-columns:1fr 1fr; gap:12px; }
  .licious-hub-page li.product .woocommerce-loop-product__title{ font-size:1rem; }
  .hub-faq summary h3{ font-size:1.05rem; }
}
@media (max-width:380px){
  .licious-hub-page ul.products{ grid-template-columns:1fr; }
}

/* ---- Location / salon template ---- */
.licious-location-page{
  --gold:#C9A24A; --gold-l:#E6C875; --gold-deep:#9c721f; --ink:#17120b; --cream:#F8F5EF; --muted:#5b554c; --line:rgba(201,162,74,.28);
  --sans:Inter,Helvetica,Arial,sans-serif; --serif:'Cormorant Garamond',Georgia,serif; --ease:cubic-bezier(.22,1,.36,1);
  font-family:var(--sans); color:var(--ink); max-width:1080px; margin:0 auto; padding:0 4px;
}
.licious-location-page *{ box-sizing:border-box; }
.licious-location-page h1,.licious-location-page h2,.licious-location-page h3{ font-family:var(--serif); color:var(--ink); font-weight:600; letter-spacing:-.01em; }
.licious-location-page p{ font-family:var(--sans); color:var(--muted); line-height:1.75; }
.licious-location-page section{ margin:0 0 18px; }
.licious-location-page section > h2{ text-align:center; font-size:clamp(1.7rem,3.6vw,2.4rem); line-height:1.1; margin:0 auto 8px; max-width:22ch; }
.licious-location-page a{ color:var(--gold-deep); }

/* Hero image */
.location-hero{ position:relative; border-radius:20px; overflow:hidden; margin:26px 0 4px; box-shadow:0 26px 64px rgba(30,24,14,.18); }
.location-hero::after{ content:""; position:absolute; inset:0; border-radius:20px; box-shadow:inset 0 0 0 1px rgba(230,200,120,.45); pointer-events:none; }
.location-hero img{ display:block; width:100%; height:clamp(320px,50vh,500px); object-fit:cover; object-position:center 22%; }

/* Intro */
.licious-location-page .location-intro{ text-align:center; max-width:760px; margin:0 auto 14px; padding:26px 0 6px; }
.location-intro h1{ font-size:clamp(2.2rem,5.4vw,3.4rem); line-height:1.06; margin:0 auto 18px; max-width:18ch; }
.location-intro h1::after{ content:""; display:block; width:54px; height:2px; margin:20px auto 0; background:linear-gradient(90deg,var(--gold),var(--gold-l)); border-radius:2px; }
.location-intro p{ font-size:1.02rem; margin:0 auto 16px; max-width:64ch; }
.location-intro p:first-of-type{ color:#2b2620; font-size:1.08rem; }

/* Services */
.location-services{ padding:34px 0 6px; }
.location-services > p{ text-align:center; max-width:620px; margin:6px auto 0; }
.location-services ul{ list-style:none; margin:26px auto 0; padding:0; max-width:980px; display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.location-services li{ position:relative; background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px 26px 24px 30px; font-size:.95rem; line-height:1.7; color:var(--muted); box-shadow:0 10px 28px rgba(30,24,14,.05); }
.location-services li::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:linear-gradient(180deg,var(--gold-l),var(--gold)); }
.location-services li strong{ font-family:var(--serif); font-weight:700; font-size:1.16rem; color:var(--gold-deep); }
.location-services > p:last-of-type{ margin-top:28px; }
.location-services > p:last-of-type a{ display:inline-flex; align-items:center; gap:.5em; padding:14px 34px; border-radius:50px; color:#1a1410; background:linear-gradient(180deg,var(--gold-l),var(--gold)); box-shadow:0 10px 26px rgba(201,162,74,.32),inset 0 1px 0 rgba(255,255,255,.4); font-family:var(--sans); font-weight:700; font-size:11px; letter-spacing:.18em; text-transform:uppercase; text-decoration:none; transition:transform .12s var(--ease),filter .2s; }
.location-services > p:last-of-type a:hover{ filter:brightness(1.04); transform:translateY(-2px); }

/* Products (mirror of hub product cards) */
.location-products{ padding:34px 0 6px; }
.location-products > p:first-of-type{ text-align:center; max-width:640px; margin:6px auto 0; }
.licious-location-page ul.products{ display:grid !important; grid-template-columns:repeat(4,1fr); gap:18px; margin:26px 0 0 !important; padding:0 !important; list-style:none; }
.licious-location-page ul.products::before,.licious-location-page ul.products::after{ display:none !important; }
.licious-location-page ul.products li.product{ width:auto !important; margin:0 !important; float:none !important; background:#fff; border:1px solid rgba(30,24,14,.06); border-radius:16px; padding:12px 12px 18px; box-shadow:0 12px 30px rgba(30,24,14,.07); transition:transform .3s var(--ease),box-shadow .3s var(--ease); display:flex; flex-direction:column; }
.licious-location-page ul.products li.product:hover{ transform:translateY(-4px); box-shadow:0 20px 44px rgba(30,24,14,.12); }
.licious-location-page li.product figure{ position:relative; margin:0 0 14px; border-radius:11px; overflow:hidden; background:#f3eee5; }
.licious-location-page li.product figure img{ display:block; width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; transition:transform .6s var(--ease); }
.licious-location-page li.product:hover figure img{ transform:scale(1.05); }
.licious-location-page li.product .onsale{ position:absolute; top:10px; left:10px; z-index:2; margin:0; padding:5px 11px; border-radius:50px; background:linear-gradient(180deg,#1f1b16,#0e0c09); color:var(--gold-l); font-family:var(--sans); font-size:9px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; box-shadow:0 4px 12px rgba(0,0,0,.3); min-height:0; min-width:0; line-height:1.4; }
.licious-location-page li.product .woocommerce-loop-product__title{ font-family:var(--serif); font-weight:600; font-size:1.15rem; line-height:1.2; color:var(--ink); padding:0 4px; margin:0 0 6px; }
.licious-location-page li.product .price{ display:block; padding:0 4px; margin:0 0 14px; font-family:var(--sans); font-weight:700; font-size:.95rem; color:var(--gold-deep); }
.licious-location-page li.product .price del{ color:#aaa298; font-weight:400; margin-right:7px; }
.licious-location-page li.product .price ins{ text-decoration:none; }
.licious-location-page li.product .ct-woo-card-actions{ margin-top:auto; padding:0 4px; }
.location-products > p:last-of-type{ text-align:center; margin:30px 0 6px; }
.location-products > p:last-of-type a{ display:inline-flex; align-items:center; gap:.5em; padding:13px 32px; border-radius:50px; border:1.5px solid var(--gold); color:var(--gold-deep); font-family:var(--sans); font-weight:700; font-size:11px; letter-spacing:.18em; text-transform:uppercase; text-decoration:none; transition:background .25s var(--ease),color .25s var(--ease); }
.location-products > p:last-of-type a:hover{ background:var(--gold); color:#1a1410; }

/* Founder split */
.location-founder{ display:grid; grid-template-columns:1fr; gap:22px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:20px; padding:22px; margin:18px 0; box-shadow:0 16px 40px rgba(30,24,14,.07); }
.location-founder .founder-image{ margin:0; }
.location-founder .founder-image img{ display:block; width:100%; aspect-ratio:4/5; object-fit:cover; object-position:center 18%; border-radius:14px; }
.location-founder .founder-copy h2{ text-align:left; margin:0 0 12px; font-size:clamp(1.6rem,3vw,2.1rem); }
.location-founder .founder-copy p{ margin:0 0 14px; font-size:.98rem; }

/* Gallery */
.location-gallery{ padding:34px 0 6px; }
.location-gallery .gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:24px; }
.location-gallery figure{ position:relative; margin:0; border-radius:14px; overflow:hidden; box-shadow:0 12px 30px rgba(30,24,14,.1); }
.location-gallery figure::after{ content:""; position:absolute; inset:0; border-radius:14px; box-shadow:inset 0 0 0 1px rgba(230,200,120,.4); pointer-events:none; }
.location-gallery figure img{ display:block; width:100%; height:100%; aspect-ratio:3/4; object-fit:cover; transition:transform .6s var(--ease); }
.location-gallery figure:hover img{ transform:scale(1.06); }

/* Delivery table */
.location-delivery{ padding:34px 0 6px; }
.location-delivery > p{ text-align:center; max-width:640px; margin:6px auto 0; }
.location-delivery table{ width:100%; max-width:700px; margin:22px auto 14px; border-collapse:collapse; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:0 12px 30px rgba(30,24,14,.06); }
.location-delivery thead th{ background:linear-gradient(180deg,#1f1b16,#0e0c09); color:var(--gold-l); font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; text-align:left; padding:13px 18px; }
.location-delivery tbody td{ padding:13px 18px; border-bottom:1px solid rgba(30,24,14,.07); font-family:var(--sans); font-size:.92rem; color:var(--muted); }
.location-delivery tbody tr:last-child td{ border-bottom:none; }
.location-delivery tbody tr:nth-child(odd) td{ background:#fcfaf6; }
.location-delivery > p:last-of-type{ font-size:.82rem; color:#8b8479; }

/* Visit / address / hours */
.location-visit{ padding:34px 0 6px; }
.location-visit > address,.location-visit > p,.location-visit > table{ max-width:560px; margin-left:auto; margin-right:auto; }
.location-visit address{ font-style:normal; text-align:center; font-family:var(--sans); font-size:1rem; line-height:1.9; color:#2b2620; margin:18px auto 14px; }
.location-visit address strong{ font-family:var(--serif); font-size:1.3rem; color:var(--ink); }
.location-visit > p{ text-align:center; margin:6px auto; }
.location-visit table{ width:100%; border-collapse:collapse; background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; margin:20px auto 0; box-shadow:0 12px 30px rgba(30,24,14,.06); }
.location-visit table caption{ caption-side:top; font-family:var(--serif); font-size:1.15rem; color:var(--ink); padding:14px 0 10px; }
.location-visit table th[scope="row"]{ text-align:left; padding:13px 18px; font-family:var(--sans); font-weight:600; font-size:.92rem; color:var(--ink); border-bottom:1px solid rgba(30,24,14,.07); }
.location-visit table td{ text-align:right; padding:13px 18px; font-family:var(--sans); font-size:.92rem; color:var(--muted); border-bottom:1px solid rgba(30,24,14,.07); }
.location-visit table tr:last-child th,.location-visit table tr:last-child td{ border-bottom:none; }

/* FAQ (mirror of hub FAQ) */
.licious-location-page .location-faq{ max-width:840px; margin-left:auto; margin-right:auto; padding:34px 0 6px; }
.location-faq details{ background:#fff; border:1px solid rgba(30,24,14,.08); border-radius:14px; margin:0 0 12px; padding:0 22px; box-shadow:0 8px 22px rgba(30,24,14,.05); transition:border-color .25s,box-shadow .25s; overflow:hidden; }
.location-faq details[open]{ border-color:var(--line); box-shadow:0 14px 32px rgba(30,24,14,.09); }
.location-faq summary{ list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 0; -webkit-tap-highlight-color:transparent; }
.location-faq summary::-webkit-details-marker{ display:none; }
.location-faq summary h3{ margin:0; font-family:var(--serif); font-weight:600; font-size:1.18rem; line-height:1.3; color:var(--ink); }
.location-faq summary::after{ content:"+"; flex:0 0 auto; width:28px; height:28px; border-radius:50%; border:1.5px solid var(--gold); color:var(--gold-deep); font-family:var(--sans); font-size:18px; font-weight:400; line-height:25px; text-align:center; transition:transform .3s var(--ease),background .25s,color .25s; }
.location-faq details[open] summary::after{ content:"\2212"; background:var(--gold); color:#1a1410; transform:rotate(180deg); }
.location-faq details p{ margin:0; padding:0 0 22px; font-size:.95rem; line-height:1.8; color:var(--muted); }
.location-faq details p a{ color:var(--gold-deep); }

@media (min-width:769px){
  .location-founder{ grid-template-columns:.82fr 1fr; gap:32px; padding:30px; }
}
@media (max-width:768px){
  .licious-location-page{ padding:0 16px; }
  .location-hero{ margin:20px 0 2px; }
  .location-services ul{ grid-template-columns:1fr; gap:12px; }
  .licious-location-page ul.products{ grid-template-columns:1fr 1fr; gap:12px; }
  .location-gallery .gallery-grid{ grid-template-columns:1fr 1fr; gap:12px; }
  .location-visit table td,.location-visit table th[scope="row"]{ font-size:.86rem; padding:12px 14px; }
}
@media (max-width:380px){
  .licious-location-page ul.products{ grid-template-columns:1fr; }
}

/* -- Origin links (/human-hair/ index) -- */
.hub-origin-links{ padding:34px 0 6px; }
.hub-origin-links ul{ list-style:none; margin:26px 0 0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.hub-origin-links li{ margin:0; }
.hub-origin-links li a{ display:flex; flex-direction:column; gap:7px; height:100%; background:#fff; border:1px solid var(--line); border-radius:16px; padding:24px 22px; text-decoration:none; box-shadow:0 12px 30px rgba(30,24,14,.06); transition:transform .3s var(--ease),box-shadow .3s var(--ease); position:relative; overflow:hidden; }
.hub-origin-links li a::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:linear-gradient(180deg,var(--gold-l),var(--gold)); transform:scaleY(0); transform-origin:top; transition:transform .35s var(--ease); }
.hub-origin-links li a:hover{ transform:translateY(-4px); box-shadow:0 20px 44px rgba(30,24,14,.12); }
.hub-origin-links li a:hover::before{ transform:scaleY(1); }
.hub-origin-links li a strong{ display:block; font-family:var(--serif); font-weight:600; font-size:1.28rem; color:var(--ink); line-height:1.15; }
.hub-origin-links li a strong::after{ content:" \2192"; color:var(--gold-deep); font-family:var(--sans); font-size:.95rem; }
.hub-origin-links li a span{ font-family:var(--sans); font-size:.88rem; line-height:1.55; color:var(--muted); }
@media(max-width:782px){ .hub-origin-links ul{ grid-template-columns:1fr; gap:12px; } }


/* Center a lone trailing card when a .cat-grid's last row is incomplete (inert unless the card count leaves exactly 1 in the last row of 4). Desktop-only: the mobile 2-col grid (max-width:768px above) has no 4th column line for `span 2` to resolve against. */
@media (min-width:769px){
  .hub-cats .cat-grid > .cat-card:nth-child(4n+1):last-child{ grid-column:2 / span 2; }
}

/* ── A11y additions 2026-07-22 ──
   Bare text links inside hub/location prose previously inherited Blocksy's
   default blue (#2872fa, 3.95:1 on cream) and were distinguishable by color
   alone. Scoped to un-classed anchors so cards, CTAs and buttons are
   untouched. #856A20 = brand gold darkened to 4.7:1 on cream (WCAG AA). */
.licious-hub-page p a:not([class]),
.licious-hub-page li a:not([class]),
.licious-hub-page details a:not([class]),
.licious-location-page p a:not([class]),
.licious-location-page li a:not([class]),
.licious-location-page details a:not([class]) {
  color: #856A20;
  text-decoration: underline;
  text-underline-offset: 2px;
}
