/*
Theme Name: Nocturne Supply
Theme URI: https://oakriveroutfitters.store
Description: Custom child theme for Nocturne Supply.
Author: Nocturne Supply
Template: botiga
Version: 2.0.0
Text Domain: nocturne
*/

:root{
  --tt-navy:#12141b;
  --tt-navy-dark:#08090d;
  --tt-teal:#46d2e6;
  --tt-coral:#ff8a3d;
  --tt-coral-dark:#e0702a;
  --tt-sand:#14171f;
  --tt-sand-deep:#1c202a;
  --tt-gold:#ffc46b;
  --tt-ink:#eef1f6;
  --tt-muted:#96a0b0;
  --tt-line:#272c38;
  --tt-shadow:0 10px 30px rgba(21,27,34,.10);
  --tt-radius:18px;
}

html, body{ overflow-x:clip; }
body{ background:#fff; }

/* the logo already carries the brand line — hide the plain-text tagline */
.site-description{ display:none !important; }

/* ============================================================ layout utils */
/* Botiga caps .entry-content > * at the content width — the !importants break that cage. */
.tt-full,
.entry-content > .tt-full{
  max-width:none !important;
  width:auto !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  overflow:visible !important;
}
.tt-wrap{ max-width:1200px; margin:0 auto; padding:0 24px; }

.tt-section{ padding:76px 0; }
.tt-section--sand{ background:var(--tt-sand); }
.tt-section--tight{ padding:52px 0; }

.tt-head{ text-align:center; margin-bottom:40px; }
.tt-head h2{
  font-size:clamp(26px,3vw,36px); font-weight:800; color:var(--tt-navy);
  margin:0 0 10px; letter-spacing:-.02em;
}
.tt-head p{ color:var(--tt-muted); margin:0; font-size:16.5px; }
.tt-head .tt-rule{ width:56px; height:4px; background:var(--tt-coral); border-radius:99px; margin:16px auto 0; }

/* ------------------------------------------------------------- buttons */
.tt-btn{
  display:inline-block; background:var(--tt-coral); color:#12141b !important;
  padding:15px 34px; border-radius:99px; font-weight:700; font-size:15px;
  text-decoration:none !important; letter-spacing:.01em; border:0;
  transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
  box-shadow:0 8px 20px rgba(255,138,61,.32);
}
.tt-btn:hover{ background:var(--tt-coral-dark); transform:translateY(-2px); box-shadow:0 12px 26px rgba(255,138,61,.38); }
.tt-btn--ghost{ background:transparent; color:#fff !important; border:2px solid rgba(255,255,255,.65); box-shadow:none; margin-left:12px; }
.tt-btn--ghost:hover{ background:rgba(255,255,255,.12); border-color:#fff; transform:none; box-shadow:none; }
.tt-btn--line{
  background:#fff; color:var(--tt-navy) !important; border:2px solid var(--tt-navy);
  box-shadow:none; padding:13px 32px;
}
.tt-btn--line:hover{ background:var(--tt-navy); color:#fff !important; transform:none; box-shadow:none; }
.tt-more{ text-align:center; margin-top:38px; }

/* ============================================================ announcement */
.tt-announce{
  background:var(--tt-navy-dark); color:#fff; text-align:center;
  font-size:13.5px; letter-spacing:.03em; padding:10px 16px; position:relative; z-index:99;
}
.tt-announce strong{ color:var(--tt-gold); font-weight:800; }

/* ============================================================ hero */
.tt-hero{
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(255,138,61,.45), transparent 60%),
    radial-gradient(900px 480px at -10% 110%, rgba(255,138,61,.22), transparent 55%),
    linear-gradient(115deg, #08090d 0%, var(--tt-navy-dark) 50%, #46d2e6 100%);
  color:#fff;
}
.tt-hero__inner{
  max-width:1200px; margin:0 auto; padding:84px 24px 90px;
  display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
}
.tt-hero__kicker{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.24);
  padding:8px 16px; border-radius:99px; font-size:12px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; margin-bottom:22px; color:#e7edf3;
}
.tt-hero__kicker::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--tt-gold); }
.tt-hero h1{
  font-size:clamp(32px,4.4vw,54px); line-height:1.07; font-weight:800;
  margin:0 0 18px; color:#fff; letter-spacing:-.02em;
}
.tt-hero h1 em{ font-style:normal; color:var(--tt-gold); }
.tt-hero p{ font-size:17.5px; line-height:1.65; color:#d7dfe7; margin:0 0 30px; max-width:50ch; }
.tt-hero__meta{ display:flex; gap:26px; margin-top:34px; }
.tt-hero__stat{ font-size:13px; color:#9fb0c0; }
.tt-hero__stat strong{ display:block; font-size:21px; color:#fff; font-weight:800; }

.tt-hero__art{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.tt-hero__card{
  margin:0; background:#fff; border-radius:16px; padding:14px;
  aspect-ratio:1/1; display:flex; align-items:center; justify-content:center;
  box-shadow:0 18px 44px rgba(4,18,30,.35);
  transition:transform .2s ease;
}
.tt-hero__card:nth-child(2){ transform:translateY(20px); }
.tt-hero__card:nth-child(3){ transform:translateY(-8px); }
.tt-hero__card:nth-child(4){ transform:translateY(12px); }
.tt-hero__card img{ max-width:100%; max-height:100%; object-fit:contain; }

/* ============================================================ USP strip */
.tt-usp{ background:#fff; border-bottom:1px solid var(--tt-line); }
.tt-usp__grid{
  max-width:1200px; margin:0 auto; padding:26px 24px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:22px;
}
.tt-usp__item{ display:flex; align-items:center; gap:14px; justify-content:center; }
.tt-usp__ico{
  width:44px; height:44px; flex:0 0 44px; border-radius:12px;
  background:var(--tt-sand); color:var(--tt-teal);
  display:flex; align-items:center; justify-content:center;
}
.tt-usp__ico svg{ width:22px; height:22px; }
.tt-usp__t{ font-weight:800; font-size:14.5px; color:var(--tt-navy); line-height:1.25; }
.tt-usp__s{ font-size:12.5px; color:var(--tt-muted); line-height:1.3; }

/* ============================================================ collection tiles */
.tt-tiles{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.tt-tile{
  display:flex; flex-direction:column; text-decoration:none !important;
  background:#fff; border:1px solid var(--tt-line); border-radius:var(--tt-radius);
  overflow:hidden; box-shadow:0 4px 14px rgba(21,27,34,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tt-tile:hover{ transform:translateY(-5px); box-shadow:var(--tt-shadow); border-color:#cfd5db; }
.tt-tile__imgwrap{
  aspect-ratio:1/1; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(180deg,#fbfcfd 0%, var(--tt-sand-deep) 100%);
  padding:26px; overflow:hidden;
}
.tt-tile__imgwrap img{
  max-width:100%; max-height:100%; object-fit:contain;
  transition:transform .35s ease;
  filter:drop-shadow(0 14px 18px rgba(21,27,34,.14));
}
.tt-tile:hover .tt-tile__imgwrap img{ transform:scale(1.05) rotate(-1deg); }
.tt-tile__body{ padding:18px 22px 22px; border-top:1px solid var(--tt-line); }
.tt-tile__name{ display:block; font-size:19px; font-weight:800; color:var(--tt-navy); letter-spacing:-.01em; }
.tt-tile__meta{ display:block; font-size:13.5px; color:var(--tt-muted); margin:6px 0 12px; line-height:1.5; }
.tt-tile__cta{ display:inline-block; font-size:13.5px; font-weight:800; color:var(--tt-coral); }
.tt-tile__cta::after{ content:" \2192"; transition:margin .15s ease; }
.tt-tile:hover .tt-tile__cta::after{ margin-left:4px; }

/* ============================================================ product loops */
.tt-products ul.products{ margin-bottom:0 !important; }
ul.products li.product{
  background:#fff; border:1px solid var(--tt-line); border-radius:var(--tt-radius);
  overflow:hidden; text-align:center; padding-bottom:20px !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
ul.products li.product:hover{ transform:translateY(-5px); box-shadow:var(--tt-shadow); border-color:#cfd5db; }
ul.products li.product img{ margin-bottom:14px !important; width:100%; }
ul.products li.product .woocommerce-loop-product__title{
  font-size:14.5px !important; line-height:1.45; font-weight:600; color:var(--tt-ink);
  padding:0 16px; margin-bottom:6px;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden; min-height:2.9em;
}
ul.products li.product .price{
  display:block; padding:0 16px; color:var(--tt-navy); font-weight:800; font-size:17px;
}
ul.products li.product .button{
  margin:12px 16px 0; border-radius:99px !important;
  background:var(--tt-navy) !important; color:#fff !important;
  font-size:13px !important; font-weight:700 !important; letter-spacing:.02em;
  padding:10px 22px !important; border:0 !important;
  transition:background .15s ease;
}
ul.products li.product .button:hover{ background:var(--tt-coral) !important; color:#ffffff !important; }
ul.products li.product .onsale{
  background:var(--tt-coral); border-radius:99px; font-weight:700;
}

/* ============================================================ promo band */
.tt-promo{
  background:
    radial-gradient(800px 300px at 15% 120%, rgba(255,138,61,.28), transparent 60%),
    linear-gradient(115deg, var(--tt-navy-dark) 0%, #46d2e6 100%);
  color:#fff; text-align:center; padding:64px 24px;
}
.tt-promo h2{ color:#fff; font-size:clamp(24px,2.8vw,32px); margin:0 0 10px; font-weight:800; letter-spacing:-.01em; }
.tt-promo p{ color:#dbe6ee; margin:0 0 26px; font-size:16.5px; }
.tt-promo code{
  background:rgba(255,255,255,.16); border:1px dashed rgba(255,255,255,.45);
  color:var(--tt-gold); font-weight:800; padding:3px 12px; border-radius:8px; font-size:1em;
}

/* ============================================================ FAQ */
.tt-faq{ max-width:880px; margin:0 auto; }
.tt-faq details{
  background:#fff; border:1px solid var(--tt-line); border-radius:14px;
  margin-bottom:14px; overflow:hidden; box-shadow:0 2px 8px rgba(21,27,34,.04);
  transition:box-shadow .15s ease;
}
.tt-faq details:hover{ box-shadow:0 6px 16px rgba(21,27,34,.08); }
.tt-faq summary{
  cursor:pointer; padding:19px 24px; font-weight:700; color:var(--tt-navy);
  font-size:15.5px; list-style:none;
  display:flex; justify-content:space-between; align-items:center; gap:16px;
}
.tt-faq summary::-webkit-details-marker{ display:none; }
.tt-faq summary::after{
  content:"+"; font-size:24px; color:var(--tt-coral); font-weight:400; line-height:1;
  flex:0 0 auto; transition:transform .18s ease;
}
.tt-faq details[open] summary::after{ transform:rotate(45deg); }
.tt-faq details[open] summary{ border-bottom:1px solid var(--tt-line); }
.tt-faq .tt-faq__a{ padding:17px 24px 21px; color:var(--tt-muted); font-size:15px; line-height:1.7; }
.tt-faq .tt-faq__a a{ color:var(--tt-teal); font-weight:600; }
.tt-faq .tt-faq__a p:last-child{ margin-bottom:0; }

/* ============================================================ single product */
.tt-pdp-trust{
  border:1px solid var(--tt-line); border-radius:14px; padding:16px 18px; margin:20px 0;
  background:var(--tt-sand);
}
.tt-pdp-trust__t{
  font-size:11.5px; text-transform:uppercase; letter-spacing:.14em; color:var(--tt-muted);
  text-align:center; margin:0 0 10px; font-weight:800;
}


/* ═══════════════════════════════════════════════════════════════
   FOOTER v2 — three shapes off one data source
   .tt-footer--columns  4-up grid, contact in the first column
   .tt-footer--stacked  wide contact panel over a three-column link bar
   .tt-footer--split    contact on the left, links tight on the right
   The contact list (.tt-contact) is shared, so a store can switch shape
   without the details being restyled.
   ═══════════════════════════════════════════════════════════════ */

.tt-footer{ background:var(--tt-navy-dark); color:#fff; margin-top:0; }
.tt-footer a{ color:#fff; text-decoration:none; }
.tt-footer a:hover{ color:var(--tt-coral); }
.tt-footer h4{ font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; }
.tt-footer ul{ list-style:none; margin:0; padding:0; }
.tt-footer ul li{ margin:0 0 9px; font-size:14px; }
.tt-footer__brand{ font-size:19px; font-weight:800; letter-spacing:-.01em; margin:0 0 10px; }
.tt-footer__about{ font-size:14px; line-height:1.72; color:rgba(255,255,255,.66); margin:0 0 18px;
  max-width:46ch; }
.tt-footer__note{ font-size:13px; line-height:1.6; color:var(--tt-coral); margin:14px 0 0; }

/* ---------------------------------------------------- contact block */
.tt-contact{ margin:0; }
.tt-contact li{ display:grid; grid-template-columns:88px 1fr; gap:12px; align-items:baseline;
  padding:7px 0; border-bottom:1px solid rgba(255,255,255,.10); font-size:14px; }
.tt-contact li:last-child{ border-bottom:0; }
.tt-contact__k{ font-size:10.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  color:rgba(255,255,255,.45); }
.tt-contact__v{ color:#fff; word-break:break-word; }
.tt-contact__v a{ border-bottom:1px solid rgba(255,255,255,.28); }
.tt-contact__v a:hover{ border-bottom-color:var(--tt-coral); }

/* ---------------------------------------------------- shape: columns */
.tt-footer--columns .tt-footer__grid{ max-width:1240px; margin:0 auto;
  padding:66px 24px 44px; display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:46px; }

/* ---------------------------------------------------- shape: stacked */
.tt-footer--stacked .tt-footer__panel{ border-bottom:1px solid rgba(255,255,255,.12); }
.tt-footer--stacked .tt-footer__panel-in{ max-width:1240px; margin:0 auto; padding:60px 24px 46px;
  display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:start; }
.tt-footer--stacked .tt-contact--panel{ background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12); border-radius:14px; padding:8px 20px; }
.tt-footer--stacked .tt-footer__bars{ max-width:1240px; margin:0 auto;
  padding:40px 24px 34px; display:grid; grid-template-columns:repeat(3,1fr); gap:42px; }

/* ---------------------------------------------------- shape: split */
.tt-footer--split .tt-footer__split{ max-width:1240px; margin:0 auto; padding:64px 24px 44px;
  display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; }
.tt-footer--split .tt-footer__side{ border-right:1px solid rgba(255,255,255,.12); padding-right:48px; }
.tt-footer--split .tt-contact--side li{ grid-template-columns:76px 1fr; }
.tt-footer--split .tt-footer__cols{ display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }

/* ---------------------------------------------------- bottom bar */
.tt-footer__bar{ border-top:1px solid rgba(255,255,255,.12); }
.tt-footer__bar{ max-width:1240px; margin:0 auto; padding:26px 24px 40px; text-align:center; }
.tt-footer__legal{ font-size:13px; color:rgba(255,255,255,.62); margin:14px 0 0; }
.tt-footer__legal--sm{ font-size:12px; color:rgba(255,255,255,.42); margin-top:6px; }
.tt-footer__sep{ opacity:.45; margin:0 4px; }
.tt-payicons{ display:inline-flex; gap:8px; flex-wrap:wrap; justify-content:center; }
.tt-payicon svg{ width:44px; height:29px; display:block; }

@media (max-width:1024px){
  .tt-footer--columns .tt-footer__grid{ grid-template-columns:1fr 1fr; gap:36px; }
  .tt-footer--stacked .tt-footer__panel-in{ grid-template-columns:1fr; gap:32px; }
  .tt-footer--split .tt-footer__split{ grid-template-columns:1fr; gap:36px; }
  .tt-footer--split .tt-footer__side{ border-right:0; padding-right:0;
    border-bottom:1px solid rgba(255,255,255,.12); padding-bottom:32px; }
}
@media (max-width:620px){
  .tt-footer--columns .tt-footer__grid,
  .tt-footer--stacked .tt-footer__bars,
  .tt-footer--split .tt-footer__cols{ grid-template-columns:1fr; gap:30px; }
  .tt-contact li{ grid-template-columns:1fr; gap:2px; padding:9px 0; }
  .tt-contact__k{ font-size:10px; }
}

/* ══════════════════ v7 footer shapes: beacon · masthead · placard · banner · grid ══ */

/* BEACON — oversized wordmark sign-off, then one wide row (nocturne) */
.tt-footer--beacon{ background:#08090d; border-top:1px solid var(--tt-line); }
.tt-footer__beacon{ max-width:1680px; margin:0 auto; padding:72px clamp(20px,5vw,72px) 44px; }
.tt-footer__wordmark{ font-family:var(--nc-display,inherit); font-size:clamp(42px,7vw,110px);
  line-height:.96; letter-spacing:.02em; text-transform:uppercase; color:var(--tt-ink);
  margin:0 0 18px; }
.tt-footer--beacon .tt-footer__about{ max-width:62ch; color:var(--tt-muted); margin:0 0 40px;
  padding-bottom:34px; border-bottom:1px solid var(--tt-line); }
.tt-footer__beacon-row{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
.tt-footer--beacon h4{ font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--beacon ul{ list-style:none; margin:0; padding:0; }
.tt-footer--beacon li{ margin-bottom:8px; }
.tt-footer--beacon a{ color:var(--tt-muted); text-decoration:none; font-size:14px; }
.tt-footer--beacon a:hover{ color:var(--tt-coral); }

/* MASTHEAD — centred brand between rules, then four ruled columns (pressroom) */
.tt-footer--masthead{ background:var(--tt-sand); border-top:5px solid var(--tt-ink); }
.tt-footer__masthead{ max-width:1180px; margin:0 auto; padding:44px 20px 26px; text-align:center;
  border-bottom:3px double var(--tt-ink); }
.tt-footer--masthead .tt-footer__brand{ font-family:var(--pr-display,Georgia,serif); font-weight:900;
  font-size:clamp(28px,4vw,46px); margin:0 0 12px; color:var(--tt-ink); }
.tt-footer--masthead .tt-footer__about{ max-width:70ch; margin:0 auto; color:var(--tt-muted); font-size:15px; }
.tt-footer__rules{ max-width:1180px; margin:0 auto; padding:30px 20px 40px;
  display:grid; grid-template-columns:repeat(4,1fr); }
.tt-footer__rules > div{ padding:0 22px; border-right:1px solid var(--tt-line); }
.tt-footer__rules > div:first-child{ padding-left:0; }
.tt-footer__rules > div:last-child{ border-right:0; padding-right:0; }
.tt-footer--masthead h4{ font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; padding-bottom:8px; border-bottom:1px solid var(--tt-ink); }
.tt-footer--masthead ul{ list-style:none; margin:0; padding:0; }
.tt-footer--masthead li{ margin-bottom:8px; }
.tt-footer--masthead a{ color:var(--tt-ink); text-decoration:none; font-size:14.5px; }
.tt-footer--masthead a:hover{ color:var(--tt-coral); }

/* PLACARD — airy two-part label, links set inline (atelier) */
.tt-footer--placard{ background:#fff; border-top:1px solid var(--tt-line); }
.tt-footer__placard{ max-width:1500px; margin:0 auto; padding:76px clamp(20px,6vw,90px) 46px;
  display:grid; grid-template-columns:1.5fr .8fr; gap:clamp(30px,5vw,80px); }
.tt-footer--placard .tt-footer__brand{ font-family:var(--at-display,Georgia,serif); font-weight:300;
  font-size:32px; margin:0 0 14px; color:var(--tt-ink); }
.tt-footer--placard .tt-footer__about{ max-width:56ch; color:var(--tt-muted); margin:0 0 34px; font-size:15px; }
.tt-footer__inline{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.tt-footer--placard h4{ font-size:10px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--tt-muted); font-weight:400; margin:0 0 12px; }
.tt-footer--placard ul{ list-style:none; margin:0; padding:0; }
.tt-footer--placard li{ margin-bottom:7px; }
.tt-footer--placard a{ color:var(--tt-ink); text-decoration:none; font-size:11.5px;
  letter-spacing:.12em; text-transform:uppercase; }
.tt-footer--placard a:hover{ color:var(--tt-muted); }

/* BANNER — navy sign panel over four framed columns (signwright) */
.tt-footer--banner{ background:var(--tt-sand); border-top:6px solid var(--tt-navy); }
.tt-footer__banner{ background:var(--tt-navy); border-bottom:5px solid var(--tt-gold); }
.tt-footer__banner-in{ max-width:1320px; margin:0 auto; padding:40px 20px 34px; text-align:center; }
.tt-footer--banner .tt-footer__brand{ font-family:var(--sw-display,Georgia,serif); font-size:clamp(24px,3.4vw,40px);
  text-transform:uppercase; color:var(--tt-gold); margin:0 0 12px; }
.tt-footer--banner .tt-footer__about{ max-width:66ch; margin:0 auto; color:#e7e0cd; font-size:14.5px; }
.tt-footer__panels{ max-width:1320px; margin:0 auto; padding:36px 20px 40px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.tt-footer__panels > div{ border:2px solid var(--tt-navy); background:#fffdf6; padding:20px 20px 22px; }
.tt-footer--banner h4{ font-family:var(--sw-display,Georgia,serif); font-size:14px; text-transform:uppercase;
  color:var(--tt-navy); margin:0 0 14px; padding-bottom:9px; border-bottom:2px solid var(--tt-gold); }
.tt-footer--banner ul{ list-style:none; margin:0; padding:0; }
.tt-footer--banner li{ margin-bottom:8px; }
.tt-footer--banner a{ color:var(--tt-navy); text-decoration:none; font-size:14px; }
.tt-footer--banner a:hover{ color:var(--tt-coral); }

/* GRID — drawn cells, numbered headings (gridlock) */
.tt-footer--grid{ background:#fff; border-top:3px solid #000; }
.tt-footer__cells{ max-width:1560px; margin:0 auto; padding:0 clamp(18px,4vw,40px) 34px; }
.tt-footer__cells{ display:grid; grid-template-columns:repeat(3,1fr); }
.tt-footer__cell{ border-right:2px solid #000; border-bottom:2px solid #000; padding:22px 20px 24px; }
.tt-footer__cell:nth-child(3n){ border-right:0; }
.tt-footer__cell--wide{ grid-column:span 3; }
.tt-footer--grid h4{ font-family:var(--gl-body,monospace); font-size:11.5px; font-weight:600;
  letter-spacing:.16em; text-transform:uppercase; color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--grid .tt-footer__about{ max-width:78ch; margin:0; color:var(--tt-muted); font-size:13.5px; }
.tt-footer--grid ul{ list-style:none; margin:0; padding:0; }
.tt-footer--grid li{ margin-bottom:7px; }
.tt-footer--grid a{ color:#000; text-decoration:none; font-size:13px; }
.tt-footer--grid a:hover{ color:var(--tt-coral); }

@media (max-width:960px){
  .tt-footer__beacon-row, .tt-footer__rules, .tt-footer__panels{ grid-template-columns:repeat(2,1fr); }
  .tt-footer__rules > div{ border-right:0; padding:0 0 18px; }
  .tt-footer__placard{ grid-template-columns:1fr; }
  .tt-footer__inline{ grid-template-columns:repeat(2,1fr); }
  .tt-footer__cells{ grid-template-columns:1fr; }
  .tt-footer__cell{ border-right:0; }
  .tt-footer__cell--wide{ grid-column:span 1; }
}
@media (max-width:600px){
  .tt-footer__beacon-row, .tt-footer__rules, .tt-footer__panels, .tt-footer__inline{ grid-template-columns:1fr; }
}


/* ══════════════════ NOCTURNE — dark, full-bleed, overlay tiles ══════════════ */
.tt-skin--nocturne{
  --tt-radius:0px;
  --tt-shadow:0 18px 50px rgba(0,0,0,.55);
  --nc-display:'Bebas Neue','Arial Narrow',sans-serif;
  --nc-body:'Inter',-apple-system,'Segoe UI',Roboto,sans-serif;
}
.tt-skin--nocturne,
.tt-skin--nocturne body{ background:#0b0c10; color:var(--tt-ink); }
.tt-skin--nocturne{ font-family:var(--nc-body); font-weight:300; letter-spacing:.005em; }
.tt-skin--nocturne h1,.tt-skin--nocturne h2,.tt-skin--nocturne h3,
.tt-skin--nocturne h4,.tt-skin--nocturne .product_title{
  font-family:var(--nc-display); font-weight:400; letter-spacing:.02em; line-height:1.02;
  text-transform:uppercase; color:var(--tt-ink);
}
.tt-skin--nocturne h1{ font-size:clamp(40px,6vw,84px); }
.tt-skin--nocturne h2{ font-size:clamp(30px,4vw,54px); }
.tt-skin--nocturne p, .tt-skin--nocturne li, .tt-skin--nocturne td{ color:var(--tt-muted); }

/* header: slim, sticky, hairline — no card, no shadow */
.tt-skin--nocturne .bhfb-header .bhfb-row-wrapper{ background:#0b0c10 !important; }
.tt-skin--nocturne .bhfb-header{ background:#0b0c10 !important; border-bottom:1px solid var(--tt-line); }
.tt-skin--nocturne .bhfb-header .container,
.tt-skin--nocturne .bhfb-header .container-fluid{ max-width:1680px; }
.tt-skin--nocturne .main-navigation a{
  font-family:var(--nc-display); font-size:17px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--tt-ink) !important;
}
.tt-skin--nocturne .main-navigation a:hover{ color:var(--tt-coral) !important; }
.tt-skin--nocturne .site-branding img{ max-height:46px; width:auto; }
/* header hygiene: the logo image already says the name, and the hero h1 sizing
 * must never reach the branding title */
.tt-skin--nocturne .site-branding .site-title{ display:none; }
.tt-skin--nocturne .site-title, .tt-skin--nocturne .site-description{
  font-size:16px !important; line-height:1.3; letter-spacing:0; word-break:normal;
}
.tt-skin--nocturne .tt-announce{
  background:#000; color:var(--tt-muted); border-bottom:1px solid var(--tt-line);
  font-size:11px; letter-spacing:.22em; text-transform:uppercase; padding:9px 16px;
}
.tt-skin--nocturne .tt-announce strong{ color:var(--tt-coral); }

/* full-bleed measure — the site does not sit in a centred box */
.tt-skin--nocturne .container,
.tt-skin--nocturne .container.content-wrapper{ max-width:1680px; }
.tt-skin--nocturne.post-type-archive-product .container.content-wrapper,
.tt-skin--nocturne.tax-product_cat .container.content-wrapper{ max-width:1780px; }

/* PRODUCT TILE — image is the card; the label lives on top of it */
.tt-skin--nocturne ul.products{ gap:6px !important; }
.tt-skin--nocturne ul.products li.product{
  background:#101219 !important; border:0 !important; border-radius:0 !important;
  padding:0 !important; overflow:hidden; position:relative; box-shadow:none !important;
}
.tt-skin--nocturne ul.products li.product:hover{ transform:none; box-shadow:none !important; }
.tt-skin--nocturne ul.products li.product a img{
  margin:0 !important; width:100%; aspect-ratio:1/1; object-fit:cover; display:block;
  filter:saturate(.82) brightness(.86); transition:filter .35s, transform .5s;
}
.tt-skin--nocturne ul.products li.product:hover a img{
  filter:saturate(1) brightness(1); transform:scale(1.04);
}
.tt-skin--nocturne ul.products li.product::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:62%;
  background:linear-gradient(to top, rgba(8,9,13,.94) 22%, rgba(8,9,13,0)); pointer-events:none;
}
.tt-skin--nocturne ul.products li.product .botiga-wc-loop-product__title,
.tt-skin--nocturne ul.products li.product .woocommerce-loop-product__title{
  position:absolute; left:16px; right:16px; bottom:44px; z-index:2; margin:0;
  font-family:var(--nc-display); font-size:20px; line-height:1.08; letter-spacing:.03em;
  text-transform:uppercase; color:#fff;
}
.tt-skin--nocturne ul.products li.product .price{
  position:absolute; left:16px; bottom:18px; z-index:2; margin:0;
  font-family:var(--nc-body); font-size:13px; font-weight:600; color:var(--tt-coral);
}
.tt-skin--nocturne ul.products li.product .button{
  position:absolute; right:14px; bottom:14px; z-index:3; width:auto !important;
  padding:8px 14px !important; font-size:10.5px !important; letter-spacing:.16em;
  text-transform:uppercase; border-radius:0 !important; opacity:0; transform:translateY(6px);
  transition:opacity .28s, transform .28s;
}
.tt-skin--nocturne ul.products li.product:hover .button{ opacity:1; transform:none; }
.tt-skin--nocturne ul.products li.product .onsale{ border-radius:0; }

/* forms, tables and the rest of the shop have to follow the ground down */
.tt-skin--nocturne .single_add_to_cart_button,
.tt-skin--nocturne .button, .tt-skin--nocturne button{ border-radius:0 !important; }
.tt-skin--nocturne input, .tt-skin--nocturne select, .tt-skin--nocturne textarea{
  background:#12141b; color:var(--tt-ink); border:1px solid var(--tt-line); border-radius:0;
}
.tt-skin--nocturne table, .tt-skin--nocturne th, .tt-skin--nocturne td{ border-color:var(--tt-line) !important; }
.tt-skin--nocturne .woocommerce-message, .tt-skin--nocturne .woocommerce-info,
.tt-skin--nocturne .cart_totals, .tt-skin--nocturne .cart-collaterals{
  background:#12141b; color:var(--tt-ink); border-color:var(--tt-line);
}
@media (max-width:782px){
  .tt-skin--nocturne ul.products li.product .button{ opacity:1; transform:none; }
}


/* ─────────── NOCTURNE homepage: full-bleed hero, hour board, tile wall ─── */
.nc-hero{ position:relative; min-height:78vh; display:flex; align-items:flex-end;
  background-size:cover; background-position:center; }
.nc-hero__scrim{ position:absolute; inset:0;
  background:linear-gradient(105deg, rgba(8,9,13,.96) 32%, rgba(8,9,13,.55) 72%, rgba(8,9,13,.8)); }
.nc-hero__inner{ position:relative; z-index:2; max-width:1680px; margin:0 auto;
  padding:120px clamp(20px,5vw,72px) 72px; width:100%; }
.nc-hero__eyebrow{ display:block; font-size:11px; letter-spacing:.34em; text-transform:uppercase;
  color:var(--tt-coral); margin-bottom:22px; }
.nc-hero h1{ max-width:16ch; margin:0 0 20px; }
.nc-hero p{ max-width:56ch; font-size:16.5px; line-height:1.72; margin:0 0 32px; color:#c3cbd8; }
.nc-hero__cta{ display:flex; gap:26px; align-items:center; flex-wrap:wrap; }
.nc-link{ color:var(--tt-coral); font-size:12px; letter-spacing:.18em; text-transform:uppercase;
  font-weight:600; text-decoration:none; }
.nc-link:hover{ color:var(--tt-gold); }
.nc-hero__meta{ display:flex; gap:34px; flex-wrap:wrap; margin-top:44px; padding-top:22px;
  border-top:1px solid rgba(255,255,255,.14); font-size:11.5px; letter-spacing:.18em;
  text-transform:uppercase; color:#7f8a99; }

.nc-board{ padding:96px clamp(20px,5vw,72px); }
.nc-board__head{ max-width:1680px; margin:0 auto 40px; }
.nc-board__head h2{ margin:0 0 8px; }
.nc-board__head p{ color:var(--tt-muted); margin:0; }
.nc-board__grid{ max-width:1680px; margin:0 auto; display:grid; gap:4px;
  grid-template-columns:repeat(6,1fr); }
.nc-panel{ position:relative; min-height:420px; display:flex; flex-direction:column;
  justify-content:flex-end; padding:22px 20px; text-decoration:none; overflow:hidden;
  background-size:cover; background-position:center; transition:flex-grow .4s; }
.nc-panel__scrim{ position:absolute; inset:0;
  background:linear-gradient(to top, rgba(8,9,13,.95) 26%, rgba(8,9,13,.28)); transition:background .35s; }
.nc-panel:hover .nc-panel__scrim{ background:linear-gradient(to top, rgba(8,9,13,.92) 20%, rgba(255,138,61,.2)); }
.nc-panel > span:not(.nc-panel__scrim){ position:relative; z-index:2; }
.nc-panel__hour{ font-family:var(--nc-display); font-size:13px; letter-spacing:.2em;
  color:var(--tt-coral); margin-bottom:10px; }
.nc-panel__name{ font-family:var(--nc-display); font-size:27px; line-height:1.04;
  text-transform:uppercase; color:#fff; margin-bottom:8px; }
.nc-panel__desc{ font-size:12.5px; line-height:1.55; color:#aab3c0; margin-bottom:12px; }
.nc-panel__count{ font-size:10.5px; letter-spacing:.2em; text-transform:uppercase; color:#6f7a89; }

.nc-new{ padding:0 clamp(20px,5vw,72px) 96px; }
.nc-new__head{ max-width:1680px; margin:0 auto 26px; display:flex; justify-content:space-between;
  align-items:baseline; gap:20px; flex-wrap:wrap; }
.nc-new__head h2{ margin:0; }
.nc-new__grid{ max-width:1680px; margin:0 auto; display:grid; gap:6px;
  grid-template-columns:repeat(4,1fr); }
.nc-tile{ position:relative; display:block; text-decoration:none; overflow:hidden; background:#101219; }
.nc-tile img{ width:100%; aspect-ratio:1/1; object-fit:cover; display:block;
  filter:saturate(.82) brightness(.86); transition:filter .35s, transform .5s; }
.nc-tile:hover img{ filter:none; transform:scale(1.05); }
.nc-tile__scrim{ position:absolute; inset:0;
  background:linear-gradient(to top, rgba(8,9,13,.94) 20%, rgba(8,9,13,0) 62%); }
.nc-tile__t{ position:absolute; left:16px; right:16px; bottom:40px; z-index:2;
  font-family:var(--nc-display); font-size:19px; line-height:1.08; text-transform:uppercase; color:#fff; }
.nc-tile__p{ position:absolute; left:16px; bottom:16px; z-index:2; font-size:12.5px;
  font-weight:600; color:var(--tt-coral); }

.nc-faq{ padding:0 clamp(20px,5vw,72px) 110px; }
.nc-faq__wrap{ max-width:900px; margin:0 auto; }
.nc-faq h2{ margin:0 0 26px; }
.nc-faq__list details{ border-bottom:1px solid var(--tt-line); }
.nc-faq__list summary{ padding:18px 0; font-weight:600; color:var(--tt-ink); }
@media (max-width:1100px){ .nc-board__grid{ grid-template-columns:repeat(3,1fr); }
  .nc-new__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .nc-board__grid{ grid-template-columns:1fr; }
  .nc-panel{ min-height:280px; } .nc-hero{ min-height:64vh; } }

/* ══════════════════ v7 footer shapes: beacon · masthead · placard · banner · grid ══ */

/* BEACON — oversized wordmark sign-off, then one wide row (nocturne) */
.tt-footer--beacon{ background:#08090d; border-top:1px solid var(--tt-line); }
.tt-footer__beacon{ max-width:1680px; margin:0 auto; padding:72px clamp(20px,5vw,72px) 44px; }
.tt-footer__wordmark{ font-family:var(--nc-display,inherit); font-size:clamp(42px,7vw,110px);
  line-height:.96; letter-spacing:.02em; text-transform:uppercase; color:var(--tt-ink);
  margin:0 0 18px; }
.tt-footer--beacon .tt-footer__about{ max-width:62ch; color:var(--tt-muted); margin:0 0 40px;
  padding-bottom:34px; border-bottom:1px solid var(--tt-line); }
.tt-footer__beacon-row{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
.tt-footer--beacon h4{ font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--beacon ul{ list-style:none; margin:0; padding:0; }
.tt-footer--beacon li{ margin-bottom:8px; }
.tt-footer--beacon a{ color:var(--tt-muted); text-decoration:none; font-size:14px; }
.tt-footer--beacon a:hover{ color:var(--tt-coral); }

/* MASTHEAD — centred brand between rules, then four ruled columns (pressroom) */
.tt-footer--masthead{ background:var(--tt-sand); border-top:5px solid var(--tt-ink); }
.tt-footer__masthead{ max-width:1180px; margin:0 auto; padding:44px 20px 26px; text-align:center;
  border-bottom:3px double var(--tt-ink); }
.tt-footer--masthead .tt-footer__brand{ font-family:var(--pr-display,Georgia,serif); font-weight:900;
  font-size:clamp(28px,4vw,46px); margin:0 0 12px; color:var(--tt-ink); }
.tt-footer--masthead .tt-footer__about{ max-width:70ch; margin:0 auto; color:var(--tt-muted); font-size:15px; }
.tt-footer__rules{ max-width:1180px; margin:0 auto; padding:30px 20px 40px;
  display:grid; grid-template-columns:repeat(4,1fr); }
.tt-footer__rules > div{ padding:0 22px; border-right:1px solid var(--tt-line); }
.tt-footer__rules > div:first-child{ padding-left:0; }
.tt-footer__rules > div:last-child{ border-right:0; padding-right:0; }
.tt-footer--masthead h4{ font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; padding-bottom:8px; border-bottom:1px solid var(--tt-ink); }
.tt-footer--masthead ul{ list-style:none; margin:0; padding:0; }
.tt-footer--masthead li{ margin-bottom:8px; }
.tt-footer--masthead a{ color:var(--tt-ink); text-decoration:none; font-size:14.5px; }
.tt-footer--masthead a:hover{ color:var(--tt-coral); }

/* PLACARD — airy two-part label, links set inline (atelier) */
.tt-footer--placard{ background:#fff; border-top:1px solid var(--tt-line); }
.tt-footer__placard{ max-width:1500px; margin:0 auto; padding:76px clamp(20px,6vw,90px) 46px;
  display:grid; grid-template-columns:1.5fr .8fr; gap:clamp(30px,5vw,80px); }
.tt-footer--placard .tt-footer__brand{ font-family:var(--at-display,Georgia,serif); font-weight:300;
  font-size:32px; margin:0 0 14px; color:var(--tt-ink); }
.tt-footer--placard .tt-footer__about{ max-width:56ch; color:var(--tt-muted); margin:0 0 34px; font-size:15px; }
.tt-footer__inline{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.tt-footer--placard h4{ font-size:10px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--tt-muted); font-weight:400; margin:0 0 12px; }
.tt-footer--placard ul{ list-style:none; margin:0; padding:0; }
.tt-footer--placard li{ margin-bottom:7px; }
.tt-footer--placard a{ color:var(--tt-ink); text-decoration:none; font-size:11.5px;
  letter-spacing:.12em; text-transform:uppercase; }
.tt-footer--placard a:hover{ color:var(--tt-muted); }

/* BANNER — navy sign panel over four framed columns (signwright) */
.tt-footer--banner{ background:var(--tt-sand); border-top:6px solid var(--tt-navy); }
.tt-footer__banner{ background:var(--tt-navy); border-bottom:5px solid var(--tt-gold); }
.tt-footer__banner-in{ max-width:1320px; margin:0 auto; padding:40px 20px 34px; text-align:center; }
.tt-footer--banner .tt-footer__brand{ font-family:var(--sw-display,Georgia,serif); font-size:clamp(24px,3.4vw,40px);
  text-transform:uppercase; color:var(--tt-gold); margin:0 0 12px; }
.tt-footer--banner .tt-footer__about{ max-width:66ch; margin:0 auto; color:#e7e0cd; font-size:14.5px; }
.tt-footer__panels{ max-width:1320px; margin:0 auto; padding:36px 20px 40px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.tt-footer__panels > div{ border:2px solid var(--tt-navy); background:#fffdf6; padding:20px 20px 22px; }
.tt-footer--banner h4{ font-family:var(--sw-display,Georgia,serif); font-size:14px; text-transform:uppercase;
  color:var(--tt-navy); margin:0 0 14px; padding-bottom:9px; border-bottom:2px solid var(--tt-gold); }
.tt-footer--banner ul{ list-style:none; margin:0; padding:0; }
.tt-footer--banner li{ margin-bottom:8px; }
.tt-footer--banner a{ color:var(--tt-navy); text-decoration:none; font-size:14px; }
.tt-footer--banner a:hover{ color:var(--tt-coral); }

/* GRID — drawn cells, numbered headings (gridlock) */
.tt-footer--grid{ background:#fff; border-top:3px solid #000; }
.tt-footer__cells{ max-width:1560px; margin:0 auto; padding:0 clamp(18px,4vw,40px) 34px; }
.tt-footer__cells{ display:grid; grid-template-columns:repeat(3,1fr); }
.tt-footer__cell{ border-right:2px solid #000; border-bottom:2px solid #000; padding:22px 20px 24px; }
.tt-footer__cell:nth-child(3n){ border-right:0; }
.tt-footer__cell--wide{ grid-column:span 3; }
.tt-footer--grid h4{ font-family:var(--gl-body,monospace); font-size:11.5px; font-weight:600;
  letter-spacing:.16em; text-transform:uppercase; color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--grid .tt-footer__about{ max-width:78ch; margin:0; color:var(--tt-muted); font-size:13.5px; }
.tt-footer--grid ul{ list-style:none; margin:0; padding:0; }
.tt-footer--grid li{ margin-bottom:7px; }
.tt-footer--grid a{ color:#000; text-decoration:none; font-size:13px; }
.tt-footer--grid a:hover{ color:var(--tt-coral); }

@media (max-width:960px){
  .tt-footer__beacon-row, .tt-footer__rules, .tt-footer__panels{ grid-template-columns:repeat(2,1fr); }
  .tt-footer__rules > div{ border-right:0; padding:0 0 18px; }
  .tt-footer__placard{ grid-template-columns:1fr; }
  .tt-footer__inline{ grid-template-columns:repeat(2,1fr); }
  .tt-footer__cells{ grid-template-columns:1fr; }
  .tt-footer__cell{ border-right:0; }
  .tt-footer__cell--wide{ grid-column:span 1; }
}
@media (max-width:600px){
  .tt-footer__beacon-row, .tt-footer__rules, .tt-footer__panels, .tt-footer__inline{ grid-template-columns:1fr; }
}

/* ==== TT PDP BLOCK START ==== */

/* ═══════════════════════════════════════════════════════════════
   PRODUCT PAGE — shared base
   Botiga reorders .summary children itself, so we take the column
   back: flex + explicit `order` on every child. Each store's block
   below overrides the ratios, the order and the tab treatment.
   ═══════════════════════════════════════════════════════════════ */

.tt-pdp .summary.entry-summary{ display:flex; flex-direction:column; }

/* default sequence — every store re-declares the ones it wants moved */
.tt-pdp .summary > .product_title            { order:1; }
.tt-pdp .summary > .price                    { order:2; }
.tt-pdp .summary > .tt-avail                 { order:3; }
.tt-pdp .summary > .woocommerce-product-details__short-description{ order:4; }
.tt-pdp .summary > .tt-pp                    { order:5; }
.tt-pdp .summary > form.cart                 { order:6; }
.tt-pdp .summary > .tt-pdp-trust             { order:7; }
.tt-pdp .summary > .elements-order-end       { order:98; }

/* legacy blocks and Botiga furniture we do not want on the new page */
.tt-pdp .summary > .product_meta,
.tt-pdp .summary > .botiga-wc-brands-brand-wrapper,
.tt-pdp .summary > hr.divider,
.tt-pdp .summary > .tt-pdp-points,
.tt-pdp .summary > .tt-stock-note{ display:none !important; }

/* ------------------------------------------------------------ typography */
.tt-pdp .summary .product_title{ font-size:clamp(24px,2.6vw,34px); line-height:1.18;
  font-weight:800; letter-spacing:-.02em; color:var(--tt-navy); margin:0 0 12px; }
.tt-pdp .summary .price{ margin:0 0 14px; }
.tt-pdp .summary .price .amount{ font-size:26px; font-weight:800; color:var(--tt-ink); }
.tt-pdp .summary .woocommerce-product-details__short-description{ color:var(--tt-muted);
  font-size:15px; line-height:1.72; margin:0 0 20px; }
.tt-pdp .summary form.cart{ margin:0 0 18px; }

/* ------------------------------------------------------- availability line */
.tt-avail{ display:flex; align-items:center; gap:9px; margin:0 0 16px; font-size:14px;
  color:var(--tt-muted); }
.tt-avail b{ color:var(--tt-ink); }
.tt-avail__dot{ width:9px; height:9px; border-radius:50%; background:#2fa84f; flex:0 0 auto;
  box-shadow:0 0 0 3px rgba(47,168,79,.18); }

/* --------------------------------------------------------- assurance rail */
.tt-assure{ list-style:none; display:flex; flex-wrap:wrap; gap:8px 18px; margin:14px 0 0; padding:0; }
.tt-assure li{ position:relative; padding-left:18px; font-size:13px; color:var(--tt-muted); }
.tt-assure li::before{ content:"\2713"; position:absolute; left:0; top:0;
  color:var(--tt-coral-dark); font-weight:800; }

/* ---------------------------------------------------- selling-point blocks */
.tt-pp{ margin:0 0 22px; }
.tt-pp__h{ font-size:12px; font-weight:800; letter-spacing:.18em; text-transform:uppercase;
  color:var(--tt-muted); margin:0 0 12px; }
.tt-pp b{ color:var(--tt-ink); }
.tt-pp span{ color:var(--tt-muted); }

/* ------------------------------------------------------------- tab basics */
.tt-pdp .woocommerce-tabs{ margin-top:16px; }
.tt-pdp .tt-panel-h{ font-size:17px; font-weight:800; color:var(--tt-navy); margin:0 0 12px; }
.tt-pdp .tt-ship-table{ width:100%; border-collapse:collapse; font-size:14px; }
.tt-pdp .tt-ship-table th,.tt-pdp .tt-ship-table td{ border:1px solid var(--tt-line);
  padding:9px 12px; text-align:left; }
.tt-pdp .tt-ship-table th{ background:var(--tt-sand); font-weight:800; }

/* stacked treatment: show every panel, drop the tab strip and the duplicate h2 */
.tt-pdp--stacked .wc-tabs,
.tt-pdp .tt-stacked-tabs .wc-tabs{ display:none !important; }

/* The shipping table has a wide min-content, and a grid/flex track sized `1fr`
   is really minmax(auto,1fr) — so the panel grows past the viewport and the
   right-hand column gets clipped. Allow the tracks to shrink, and let the
   table scroll inside itself on narrow screens. */
.tt-pdp .woocommerce-tabs,
.tt-pdp .woocommerce-Tabs-panel{ min-width:0; }
@media (max-width:900px){
  .tt-pdp .woocommerce-Tabs-panel table{ display:block; overflow-x:auto;
    max-width:100%; -webkit-overflow-scrolling:touch; }
}

/* ------------------------------------------------- variation picker: base
   WooCommerce renders the picker as a real <table>. Blocking it out lets each
   store lay the rows out however it likes (stacked, label-left, 2-up grid).
   The native select arrow is dropped and redrawn as a clip-path triangle on
   td.value so its colour comes from a token each store can override.        */
.tt-pdp .variations,
.tt-pdp .variations tbody,
.tt-pdp .variations tr,
.tt-pdp .variations th.label,
.tt-pdp .variations td.value{ display:block; width:auto !important; vertical-align:top; }
/* Botiga pads td.value from the second row down; that has to be forced away.
   `tr` is deliberately NOT forced — several layouts draw a rule line and set
   their own row padding, and an !important reset here would silently kill it. */
.tt-pdp .variations,
.tt-pdp .variations th.label,
.tt-pdp .variations td.value{ border:0 !important; padding:0 !important; }
.tt-pdp .variations tbody,
.tt-pdp .variations tr{ border:0; padding:0; }
.tt-pdp .variations{ margin:0 0 16px; }
.tt-pdp .variations tr{ margin:0 0 14px; }
.tt-pdp .variations tr:last-child{ margin-bottom:0; }
.tt-pdp .variations th.label{ padding:0 0 7px !important; text-align:left; }
.tt-pdp .variations th.label label{ margin:0; font-size:13px; font-weight:800;
  color:var(--tt-ink); }
.tt-pdp .variations td.value{ position:relative; }
.tt-pdp .variations td.value::after{ content:""; position:absolute; right:16px; top:50%;
  width:11px; height:7px; margin-top:-3px; pointer-events:none;
  background:var(--tt-muted); clip-path:polygon(0 0,100% 0,50% 100%); }
.tt-pdp .variations select{ -webkit-appearance:none; appearance:none; width:100%;
  font-family:inherit; font-size:14.5px; font-weight:600; color:var(--tt-ink);
  background:#fff; padding:12px 40px 12px 14px; margin:0;
  border:1px solid var(--tt-line); border-radius:8px; line-height:1.3;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.tt-pdp .variations select:focus{ outline:none; border-color:var(--tt-coral); }
.tt-pdp .variations select:disabled{ opacity:.5; }
.tt-pdp .reset_variations{ display:inline-block; font-size:12.5px; font-weight:700;
  color:var(--tt-muted); margin:0 0 12px; }

/* the buy row: quantity stepper + button */
.tt-pdp .botiga-single-addtocart-wrapper{ display:flex !important; gap:12px;
  align-items:stretch; flex-wrap:wrap; }
.tt-pdp .botiga-single-addtocart-wrapper .quantity{ display:flex; align-items:center;
  flex:0 0 auto; }
.tt-pdp .quantity .botiga-quantity-minus,
.tt-pdp .quantity .botiga-quantity-plus{ display:flex; align-items:center; justify-content:center;
  width:38px; align-self:stretch; text-decoration:none; font-weight:800; }
.tt-pdp .quantity input.qty{ width:46px; text-align:center; border:0; background:transparent;
  font-weight:800; -moz-appearance:textfield; }
.tt-pdp .quantity input.qty::-webkit-outer-spin-button,
.tt-pdp .quantity input.qty::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.tt-pdp .single_add_to_cart_button{ flex:1 1 190px; border:0; cursor:pointer; }
.tt-pdp .woocommerce-variation-price{ margin:0 0 14px; }

/* --------------------------------------------------------------- gallery */
.tt-pdp .woocommerce-product-gallery__image img{ border-radius:inherit; }

/* ------------------------------------------------------------ responsive */
@media (max-width:900px){
  .tt-pdp .product-gallery-summary{ flex-direction:column !important; }
  .tt-pdp .woocommerce-product-gallery,
  .tt-pdp .summary.entry-summary{ flex:0 0 100% !important; width:100% !important;
    max-width:100% !important; position:static !important; }
  .tt-pdp .summary.entry-summary{ margin-top:26px; }
}

/* ── NOCTURNE PDP — gallery bleeds left, buy column floats on the dark ── */
.tt-pdp--nocturne .product-gallery-summary{ gap:48px; align-items:flex-start; }
.tt-pdp--nocturne .woocommerce-product-gallery{ flex:0 0 55% !important; max-width:55%; }
.tt-pdp--nocturne .woocommerce-product-gallery__wrapper{ background:#101219; }
.tt-pdp--nocturne .summary.entry-summary{ flex:0 0 calc(45% - 48px) !important;
  position:sticky; top:96px; }
.tt-pdp--nocturne .summary .product_title{ letter-spacing:.02em; }
.tt-pdp--nocturne .summary > .price{ align-self:flex-start; color:var(--tt-coral);
  font-size:26px; margin-bottom:20px; }
.tt-pp--hours ul{ list-style:none; margin:0; padding:0; border-top:1px solid var(--tt-line); }
.tt-pp--hours li{ display:grid; grid-template-columns:62px 96px 1fr; gap:14px; padding:12px 0;
  border-bottom:1px solid var(--tt-line); align-items:baseline; }
.tt-pp--hours .tt-pp__hr{ font-family:var(--nc-display); font-size:13px; letter-spacing:.14em;
  color:var(--tt-coral); }
.tt-pp--hours b{ font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--tt-ink); }
.tt-pp--hours .tt-pp__v{ font-size:13.5px; line-height:1.6; color:var(--tt-muted); }
.tt-pdp--nocturne .variations th.label label{ font-size:10.5px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--tt-muted); }
.tt-pdp--nocturne .variations select{ background:#101219; color:var(--tt-ink);
  border:1px solid var(--tt-line); border-radius:0; padding:13px 40px 13px 14px; }
.tt-pdp--nocturne .variations select:focus{ border-color:var(--tt-coral); }
.tt-pdp--nocturne .quantity{ border:1px solid var(--tt-line); background:#101219; }
.tt-pdp--nocturne .single_add_to_cart_button{ border-radius:0; letter-spacing:.16em;
  text-transform:uppercase; font-weight:800; padding:17px 30px; }
.tt-pdp--nocturne .wc-tabs{ display:none !important; }
.tt-pdp--nocturne .woocommerce-Tabs-panel{ display:block !important; margin:0 0 30px;
  padding-top:20px; border-top:1px solid var(--tt-line); }
.tt-pdp--nocturne .woocommerce-Tabs-panel > h2{ display:none; }
@media (max-width:900px){ .tt-pdp--nocturne .woocommerce-product-gallery,
  .tt-pdp--nocturne .summary.entry-summary{ max-width:100%; position:static; } }
/* ==== TT PDP BLOCK END ==== */





/* ===== POLISH BLOCK START (deploy_style.sh) ===== */

/* ══════════════ POLISH: header ══════════════
 * Botiga lays the desktop header out as three EQUAL grid columns (395px each
 * at 1280px). The primary menu sits in one of them, so a seven-item menu
 * wrapped onto a second row at every viewport width. Size the columns to their
 * content instead: logo left, menu right, cart/account far right. */
.bhfb-desktop .bhfb-main_header_row .bhfb-row{
  grid-template-columns:auto minmax(0,1fr) auto !important;
  align-items:center; column-gap:32px;
}
.bhfb-desktop .bhfb-main_header_row .bhfb-column-2{ order:-1; justify-content:flex-start !important; }
.bhfb-desktop .bhfb-main_header_row .bhfb-column-1{ justify-content:flex-end !important; }
.bhfb-desktop .bhfb-main_header_row .bhfb-column-3{ justify-content:flex-end !important; }
.bhfb-desktop .main-navigation > div > ul{ flex-wrap:nowrap !important; justify-content:flex-end; }
.bhfb-desktop .main-navigation > div > ul > li > a{ white-space:nowrap; }
@media (max-width:1100px){
  .bhfb-desktop .main-navigation > div > ul > li > a{ padding-left:10px !important; padding-right:10px !important; }
}

/* Botiga prints the uploaded logo AND an h1.site-title, so every store showed
 * its name twice, the second time as small grey text under the mark. Every one
 * of these stores has a logo that already carries the name, and each homepage
 * supplies its own hero h1, so hiding it also leaves a single h1 on the page. */
.site-branding .site-title, .site-branding .site-description{ display:none !important; }
.bhfb-header .site-branding img{ max-height:52px; width:auto; }

/* ══════════════ POLISH: inner-page gutter ══════════════
 * The homepages set their own generous side padding, but every other page
 * (shop, category, cart, policies) uses Botiga's .container, which has just
 * 15px — so content sat almost flush against the viewport edge. Worse, the
 * archive band `.lw-archhead` is deliberately full-bleed via a negative margin
 * and its inner wrapper had no padding at all, which put the page title 7px
 * OUTSIDE the left edge. */
.lw-archhead__in{
  padding-left:clamp(20px,4vw,48px) !important;
  padding-right:clamp(20px,4vw,48px) !important;
}
@media (min-width:900px){
  .site-main > .container, .content-wrapper.container, body:not(.home) .container{
    padding-left:clamp(20px,3vw,40px) !important;
    padding-right:clamp(20px,3vw,40px) !important;
  }
}

/* ══════════════ POLISH: shift board ══════════════
 * Six panels across six columns gave each 189px, so the background photo was
 * cropped to a vertical sliver and the copy was squeezed to three lines. */
.nc-board__grid{ grid-template-columns:repeat(3,1fr) !important; gap:8px; }
.nc-panel{ min-height:400px; background-size:cover; background-position:center 22%; }
@media (max-width:1000px){ .nc-board__grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:640px){ .nc-board__grid{ grid-template-columns:1fr !important; } }

/* ===== READABILITY BLOCK START ===== */

/* ══════════════ READABILITY: base sizes ══════════════
 * Measured on the live sites first: the small text really was too small
 * (atelier ran an 11.5px menu, a 10.5px announcement bar and 41 text elements
 * under 14px). These set the floor; the per-store block below raises each
 * store's own small classes so the hierarchy between them survives. */
body, .site-main, .site-main p, .site-main li, .site-main dd{
  font-size:17px; line-height:1.72;
}
body.tt-skin--nocturne{ font-size:17px; line-height:1.72; }
.site-main p, .site-main li, .site-main dd{ font-size:17px !important; }
.bhfb-desktop .main-navigation > div > ul > li > a{ font-size:15px !important; }
.tt-announce{ font-size:13px !important; letter-spacing:.08em; }

/* shop and category grids: the product name is the thing people read */
ul.products li.product .botiga-wc-loop-product__title,
ul.products li.product .woocommerce-loop-product__title{ font-size:16px !important; line-height:1.42; }
ul.products li.product .price{ font-size:16.5px !important; }
ul.products li.product .button{ font-size:14.5px !important; }

/* product page */
.single-product .summary .product_title{ font-size:clamp(28px,3vw,42px); }
.single-product .summary .price{ font-size:24px; }
.woocommerce-product-details__short-description{ font-size:17px; line-height:1.7; }
.tt-pp b, .tt-pp dt, .tt-pp__k{ font-size:14.5px !important; }
.tt-pp span, .tt-pp dd, .tt-pp__v, .tt-pp li{ font-size:15px !important; line-height:1.6; }

/* forms people actually have to read and fill in */
.variations th.label label{ font-size:14.5px !important; }
.variations select, .quantity input, input, textarea, select{ font-size:16px !important; }
.single_add_to_cart_button{ font-size:15px !important; }

/* footer */
.tt-footer a, .tt-footer li, .tt-footer p{ font-size:15px !important; line-height:1.65; }
.tt-footer h4{ font-size:14.5px !important; }
.tt-footer__legal{ font-size:14px !important; }
.tt-contact__k{ font-size:14px !important; }
.tt-contact__v{ font-size:15px !important; }

/* FAQ accordions */
.tt-faq summary{ font-size:16.5px !important; }
.tt-faq .tt-faq__a p{ font-size:16px !important; line-height:1.7; }

/* ── this store's own small classes, raised in place ── */
.tt-skin--nocturne .tt-announce{ font-size:14.5px !important; letter-spacing:0.11em; line-height:1.55; }
.tt-skin--nocturne ul.products li.product .price{ font-size:15.5px !important; line-height:1.55; }
.tt-skin--nocturne ul.products li.product .button{ font-size:14px !important; letter-spacing:0.11em; line-height:1.55; }
.nc-hero__eyebrow{ font-size:14.5px !important; letter-spacing:0.11em; line-height:1.55; }
.nc-link{ font-size:15px !important; letter-spacing:0.11em; line-height:1.55; }
.nc-hero__meta{ font-size:14.5px !important; letter-spacing:0.11em; line-height:1.55; }
.nc-panel__hour{ font-size:15.5px !important; letter-spacing:0.11em; line-height:1.55; }
.nc-panel__desc{ font-size:15px !important; }
.nc-panel__count{ font-size:14px !important; letter-spacing:0.11em; line-height:1.55; }
.nc-tile__p{ font-size:15px !important; line-height:1.55; }
.tt-pp--hours .tt-pp__hr{ font-size:15.5px !important; line-height:1.55; }
.tt-pp--hours b{ font-size:14.5px !important; line-height:1.55; }
.tt-pp--hours .tt-pp__v{ font-size:15.5px !important; }
.tt-pdp--nocturne .variations th.label label{ font-size:14px !important; letter-spacing:0.11em; line-height:1.55; }
