/*
Theme Name: Charcoal Roster
Theme URI: https://charcoalroster.com/
Description: Storefront child theme for Charcoal Roster. Built around cooking for numbers, so the type carries tabular figures and the layout gives headcount its own furniture rather than treating it as a footnote.
Author: Charcoal Roster
Template: storefront
Version: 1.0.0
Text Domain: roster
*/

/* ------------------------------------------------------------------ *
 * Tokens
 *
 * Deliberately unlike the sister sites. Those run ash grey and an ember
 * orange; this one runs warm oat paper, a brown-black ink and a brick red,
 * with a serif for display. Nobody should mistake one for the other.
 * ------------------------------------------------------------------ */
:root {
  --r-paper:    #f4eee3;
  --r-paper-2:  #eae2d3;
  --r-paper-3:  #ded4c1;
  --r-ink:      #14100c;
  --r-ink-2:    #241d15;
  --r-ink-3:    #33291e;
  --r-brick:    #9d2c1f;
  --r-brick-2:  #7d2118;
  --r-ash:      #6b6157;
  --r-ash-2:    #8b8177;
  --r-line:     #cdc2ae;
  --r-line-d:   rgba(244, 238, 227, .16);

  --r-disp: "Fraunces", "Iowan Old Style", Georgia, serif;
  --r-body: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --r-wrap: 1200px;
  --r-gut:  clamp(18px, 4vw, 40px);
}

/* Figures are the point of this site, so lock them to tabular everywhere. */
body, .r-num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }

/* ------------------------------------------------------------------ *
 * Base
 * ------------------------------------------------------------------ */
body {
  background: var(--r-paper);
  color: var(--r-ink);
  font-family: var(--r-body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .r-disp {
  font-family: var(--r-disp);
  font-weight: 600;
  color: var(--r-ink);
  letter-spacing: -.015em;
  line-height: 1.08;
}

a { color: var(--r-brick); text-underline-offset: 3px; }
a:hover { color: var(--r-brick-2); }

.r-wrap { max-width: var(--r-wrap); margin: 0 auto; padding-inline: var(--r-gut); }

/* Square geometry throughout. The build standards rule out pills, and a
   rounded corner would fight the serif. */
.r-btn, .r-card, .r-cap, .button, input, select, textarea { border-radius: 0 !important; }

.r-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--r-brick); color: #fff;
  border: 1px solid var(--r-brick);
  font-family: var(--r-body); font-weight: 600; font-size: 14px;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 15px 26px; min-height: 50px; text-decoration: none;
  transition: background .15s ease;
}
.r-btn:hover { background: var(--r-brick-2); border-color: var(--r-brick-2); color: #fff; }
.r-btn--ghost { background: transparent; color: var(--r-ink); border-color: var(--r-ink); }
.r-btn--ghost:hover { background: var(--r-ink); color: var(--r-paper); border-color: var(--r-ink); }
.r-btn--onink { background: transparent; color: var(--r-paper); border-color: rgba(244,238,227,.5); }
.r-btn--onink:hover { background: var(--r-paper); color: var(--r-ink); border-color: var(--r-paper); }

/* Eyebrow label. Sans, wide tracking, sits above serif headings. */
.r-eyebrow {
  font-family: var(--r-body); font-size: 12px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--r-brick); margin: 0 0 14px;
}
.r-eyebrow--dim { color: var(--r-ash-2); }

.r-lead { font-size: clamp(18px, 2.1vw, 21px); line-height: 1.55; color: var(--r-ink-3); }

section { scroll-margin-top: 80px; }

/* ------------------------------------------------------------------ *
 * Header. Storefront's own header is hidden by functions.php; this is ours.
 * ------------------------------------------------------------------ */
.r-topbar {
  background: var(--r-ink); color: var(--r-paper);
  font-size: 13px; letter-spacing: .04em;
}
.r-topbar .r-wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.r-topbar a { color: var(--r-paper); text-decoration: none; }
.r-topbar a:hover { color: #fff; text-decoration: underline; }
.r-topbar strong { color: #e8b4a8; font-weight: 600; }

.r-head {
  background: var(--r-paper); border-bottom: 1px solid var(--r-line);
  position: sticky; top: 0; z-index: 500;
}
.r-head .r-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 78px; }

.r-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.r-logo-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--r-ink); color: var(--r-paper);
  font-family: var(--r-disp); font-weight: 600; font-size: 19px; letter-spacing: -.02em;
  border-bottom: 3px solid var(--r-brick);
}
.r-logo-txt { display: block; font-family: var(--r-disp); font-weight: 600; font-size: 21px; color: var(--r-ink); line-height: 1.05; letter-spacing: -.02em; }
.r-logo-sub { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--r-ash); margin-top: 3px; }

.r-nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; justify-content: center; }
.r-nav a {
  text-decoration: none; color: var(--r-ink); font-size: 15px; font-weight: 500;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.r-nav a:hover, .r-nav .current-menu-item > a { color: var(--r-brick); border-bottom-color: var(--r-brick); }

.r-head-act { display: flex; align-items: center; gap: 14px; }
.r-cart { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--r-ink); font-size: 14px; font-weight: 600; }
.r-cart-n { background: var(--r-brick); color: #fff; min-width: 21px; height: 21px; display: grid; place-items: center; font-size: 12px; padding: 0 5px; }
.r-burger { display: none; background: none; border: 1px solid var(--r-line); width: 44px; height: 44px; cursor: pointer; align-items: center; justify-content: center; }
.r-burger span { display: block; width: 19px; height: 2px; background: var(--r-ink); position: relative; }
.r-burger span::before, .r-burger span::after { content: ""; position: absolute; left: 0; width: 19px; height: 2px; background: var(--r-ink); }
.r-burger span::before { top: -6px; } .r-burger span::after { top: 6px; }

@media (max-width: 900px) {
  .r-head .r-wrap { grid-template-columns: auto 1fr auto; }
  .r-burger { display: inline-flex; }
  .r-nav { display: none; grid-column: 1 / -1; padding-bottom: 16px; }
  .r-nav.is-open { display: block; }
  .r-nav ul { flex-direction: column; gap: 0; }
  .r-nav li { border-top: 1px solid var(--r-line); }
  .r-nav a { display: block; padding: 13px 0; border-bottom: 0; }
  .r-topbar .r-wrap { font-size: 12px; }
  .r-topbar-hide { display: none; }
}

/* ------------------------------------------------------------------ *
 * Hero
 * ------------------------------------------------------------------ */
.r-hero { position: relative; background: var(--r-ink); color: var(--r-paper); overflow: hidden; }
.r-hero-bg { position: absolute; inset: 0; }
.r-hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.r-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  /* Heavy enough on the left to hold the headline, light enough on the right
     that the fire and the queue behind it actually read. An earlier version
     sat at .90/.78/.34 and smothered the picture into flat brown. */
  background:
    linear-gradient(100deg, rgba(20,16,12,.88) 0%, rgba(20,16,12,.72) 38%, rgba(20,16,12,.30) 72%, rgba(20,16,12,.14) 100%),
    linear-gradient(to top, rgba(20,16,12,.55) 0%, rgba(20,16,12,0) 34%);
}
.r-hero-in { position: relative; padding-block: clamp(64px, 10vw, 118px); max-width: 720px; }
.r-hero h1 {
  color: var(--r-paper);
  font-size: clamp(38px, 6.4vw, 70px);
  line-height: 1.02; margin: 0 0 22px; letter-spacing: -.026em;
}
.r-hero h1 em { font-style: normal; color: #e2a094; }
.r-hero p { color: #d8cfc2; font-size: clamp(17px, 2vw, 20px); line-height: 1.55; margin: 0 0 30px; }
.r-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* Figure strip under the hero. Plain arithmetic, no invented throughput. */
.r-facts { background: var(--r-ink-2); color: var(--r-paper); border-top: 1px solid var(--r-line-d); }
.r-facts .r-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--r-line-d); padding-inline: 0; }
.r-fact { background: var(--r-ink-2); padding: 26px clamp(16px, 2.4vw, 30px); }
.r-fact b { display: block; font-family: var(--r-disp); font-weight: 600; font-size: clamp(26px, 3.4vw, 36px); color: var(--r-paper); line-height: 1; }
.r-fact span { display: block; font-size: 13.5px; color: var(--r-ash-2); margin-top: 8px; line-height: 1.4; }
@media (max-width: 780px) { .r-facts .r-wrap { grid-template-columns: repeat(2, 1fr); } }

/* ------------------------------------------------------------------ *
 * Section furniture
 * ------------------------------------------------------------------ */
.r-sec { padding-block: clamp(56px, 8vw, 96px); }
.r-sec--paper2 { background: var(--r-paper-2); }
.r-sec--ink { background: var(--r-ink); color: var(--r-paper); }
.r-sec--ink h2, .r-sec--ink h3 { color: var(--r-paper); }
.r-sec--ink p { color: #cdc3b5; }

.r-shead { max-width: 760px; margin: 0 0 clamp(32px, 5vw, 52px); }
.r-shead h2 { font-size: clamp(30px, 4.4vw, 44px); margin: 0 0 16px; }
.r-shead p { margin: 0; font-size: clamp(17px, 1.9vw, 19px); color: var(--r-ink-3); }
.r-sec--ink .r-shead p { color: #cdc3b5; }

/* ------------------------------------------------------------------ *
 * The headcount chooser. This is the module the whole site turns on, so
 * it gets the strongest treatment on the page.
 * ------------------------------------------------------------------ */
.r-cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 1000px) { .r-cap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .r-cap-grid { grid-template-columns: 1fr; } }

.r-cap {
  display: flex; flex-direction: column;
  background: var(--r-paper); border: 1px solid var(--r-line);
  border-top: 3px solid var(--r-ink);
  padding: 26px 22px 22px; text-decoration: none; color: var(--r-ink);
  transition: border-top-color .15s ease, transform .15s ease;
}
.r-cap:hover { border-top-color: var(--r-brick); transform: translateY(-3px); color: var(--r-ink); }
.r-cap-n {
  font-family: var(--r-disp); font-weight: 600; font-size: clamp(34px, 4.2vw, 46px);
  line-height: 1; letter-spacing: -.03em; color: var(--r-ink);
}
.r-cap-n small { font-size: 15px; font-family: var(--r-body); font-weight: 600; color: var(--r-ash); letter-spacing: 0; display: block; margin-top: 8px; text-transform: uppercase; }
.r-cap-body { flex: 1; margin: 18px 0 0; }
.r-cap-body p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.55; color: var(--r-ink-3); }
.r-cap-pick {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--r-line);
  font-size: 14px; color: var(--r-ash);
}
.r-cap-pick strong { display: block; color: var(--r-brick); font-size: 15.5px; margin-bottom: 3px; }

/* The arithmetic note. Assumptions stay visible so nobody reads these as
   tested throughput figures, because they are not. They are division. */
.r-maths {
  margin-top: 28px; padding: 20px 22px;
  background: var(--r-paper); border: 1px solid var(--r-line); border-left: 3px solid var(--r-brick);
  font-size: 15px; line-height: 1.6; color: var(--r-ink-3);
}
.r-maths strong { color: var(--r-ink); }

/* ------------------------------------------------------------------ *
 * Product cards
 * ------------------------------------------------------------------ */
.r-prods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .r-prods { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .r-prods { grid-template-columns: 1fr; } }

.r-prod { display: flex; flex-direction: column; background: var(--r-paper); border: 1px solid var(--r-line); }
.r-prod-img { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--r-paper-3); display: block; }
.r-prod-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.r-prod:hover .r-prod-img img { transform: scale(1.035); }
.r-prod-tag {
  position: absolute; top: 0; left: 0; background: var(--r-brick); color: #fff;
  font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 7px 12px;
}
.r-prod-in { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.r-prod-in h3 { font-size: 21px; margin: 0 0 8px; line-height: 1.15; }
.r-prod-in h3 a { color: var(--r-ink); text-decoration: none; }
.r-prod-in h3 a:hover { color: var(--r-brick); }
.r-prod-note { font-size: 14.5px; color: var(--r-ash); margin: 0 0 16px; line-height: 1.5; flex: 1; }
.r-prod-price { font-family: var(--r-disp); font-weight: 600; font-size: 24px; color: var(--r-ink); letter-spacing: -.02em; }
.r-prod-price del { color: var(--r-ash-2); font-size: 16px; font-weight: 400; margin-right: 9px; }
.r-prod-price .r-from { font-family: var(--r-body); font-size: 13px; font-weight: 600; color: var(--r-ash); text-transform: uppercase; letter-spacing: .1em; display: block; margin-bottom: 2px; }
.r-prod-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 18px; }
.r-prod-foot .r-btn { padding: 11px 18px; min-height: 42px; font-size: 12.5px; }

/* ------------------------------------------------------------------ *
 * Two-up copy blocks and column sets
 * ------------------------------------------------------------------ */
.r-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 900px) { .r-split { grid-template-columns: 1fr; } }
.r-split-img { border: 1px solid var(--r-line-d); }
.r-split-img img { width: 100%; height: auto; display: block; }

.r-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 34px); }
@media (max-width: 860px) { .r-cols { grid-template-columns: 1fr; } }
.r-col-n { font-family: var(--r-disp); font-size: 14px; color: var(--r-brick); letter-spacing: .1em; margin-bottom: 10px; }
.r-col h3 { font-size: 22px; margin: 0 0 10px; }
.r-col p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--r-ink-3); }
.r-sec--ink .r-col p { color: #cdc3b5; }
.r-sec--ink .r-col { border-top: 1px solid var(--r-line-d); padding-top: 22px; }

/* Who cooks on these */
.r-who { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--r-line); border: 1px solid var(--r-line); }
@media (max-width: 1000px) { .r-who { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .r-who { grid-template-columns: 1fr; } }
.r-who-i { background: var(--r-paper); padding: 24px 20px; }
.r-who-i h3 { font-size: 18px; margin: 0 0 8px; }
.r-who-i p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--r-ash); }

/* Notes / guides */
.r-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .r-notes { grid-template-columns: 1fr; } }
.r-note { background: var(--r-paper); border: 1px solid var(--r-line); padding: 24px; display: block; text-decoration: none; }
.r-note:hover { border-color: var(--r-brick); }
.r-note h3 { font-size: 20px; margin: 0 0 10px; line-height: 1.2; }
.r-note p { margin: 0; font-size: 15px; color: var(--r-ash); line-height: 1.55; }
.r-note-go { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--r-brick); }

/* Closing strip */
.r-close { background: var(--r-brick); color: #fff; }
.r-close .r-wrap { padding-block: clamp(46px, 6vw, 70px); display: grid; grid-template-columns: 1.2fr auto; gap: 30px; align-items: center; }
@media (max-width: 780px) { .r-close .r-wrap { grid-template-columns: 1fr; } }
.r-close h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin: 0 0 12px; }
.r-close p { color: rgba(255,255,255,.88); margin: 0; font-size: 18px; }
.r-close .r-btn { background: var(--r-paper); color: var(--r-ink); border-color: var(--r-paper); }
.r-close .r-btn:hover { background: var(--r-ink); color: var(--r-paper); border-color: var(--r-ink); }

/* ------------------------------------------------------------------ *
 * Footer
 * ------------------------------------------------------------------ */
.r-foot { background: var(--r-ink); color: #b3a89a; padding-block: clamp(44px, 6vw, 66px) 0; font-size: 15px; }
.r-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(24px, 4vw, 48px); }
@media (max-width: 900px) { .r-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .r-foot-grid { grid-template-columns: 1fr; } }
.r-foot h4 { color: var(--r-paper); font-family: var(--r-body); font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 16px; }
.r-foot ul { list-style: none; margin: 0; padding: 0; }
.r-foot li { margin-bottom: 10px; }
.r-foot a { color: #b3a89a; text-decoration: none; }
.r-foot a:hover { color: var(--r-paper); text-decoration: underline; }
.r-foot-brand p { margin: 14px 0 0; max-width: 34ch; line-height: 1.6; }
.r-foot-bottom { margin-top: clamp(34px, 5vw, 52px); border-top: 1px solid var(--r-line-d); padding-block: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: 13.5px; color: #8b8177; }

/* ------------------------------------------------------------------ *
 * Storefront overrides for shop, product and page templates
 * ------------------------------------------------------------------ */
.woocommerce-active .site-header, .storefront-breadcrumb { display: none; }
.site-content { padding-top: 0; }
.woocommerce .page-title, .woocommerce-products-header__title { font-family: var(--r-disp); }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: var(--r-ink); font-family: var(--r-disp); font-weight: 600; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: var(--r-brick); color: #fff; border-radius: 0; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-size: 14px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: var(--r-brick-2); color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--r-disp); font-weight: 600; }

/* Long-form page body */
.r-page { padding-block: clamp(40px, 6vw, 70px); }
.r-page-head { border-bottom: 1px solid var(--r-line); padding-bottom: 26px; margin-bottom: 34px; }
.r-page-head h1 { font-size: clamp(32px, 5vw, 50px); margin: 0; }
.r-prose { max-width: 72ch; }
.r-prose h2 { font-size: clamp(24px, 3vw, 31px); margin: 40px 0 14px; }
.r-prose h3 { font-size: 21px; margin: 28px 0 10px; }
.r-prose p { margin: 0 0 16px; }
.r-prose ul, .r-prose ol { margin: 0 0 18px; padding-left: 22px; }
.r-prose li { margin-bottom: 8px; }
.r-prose table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15.5px; }
.r-prose th, .r-prose td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--r-line); vertical-align: top; }
.r-prose th { background: var(--r-paper-2); font-family: var(--r-body); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--r-ash); font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  .r-cap, .r-prod-img img { transition: none; }
  .r-cap:hover { transform: none; }
}

/* ------------------------------------------------------------------ *
 * Contact launcher
 *
 * Inherits the page tokens rather than redefining a palette, so a change to
 * the brick red in one place moves the widget with it.
 * ------------------------------------------------------------------ */
.r-cw {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 9999;
  font-family: var(--r-body);
}
.r-cw *, .r-cw *::before, .r-cw *::after { box-sizing: border-box; border-radius: 0; }

.r-cw-launch {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--r-ink); color: var(--r-paper);
  border: 1px solid var(--r-ink);
  border-bottom: 3px solid var(--r-brick);
  font-size: 13px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; padding: 14px 20px; cursor: pointer;
  min-height: 48px; box-shadow: 0 10px 28px rgba(20, 16, 12, .3);
}
.r-cw-launch:hover { background: var(--r-ink-2); color: var(--r-paper); }
.r-cw-launch-icon { display: inline-flex; width: 20px; height: 20px; }
.r-cw-launch-icon svg { width: 100%; height: 100%; }

.r-cw-panel {
  position: absolute; right: 0; bottom: calc(100% + 12px);
  width: min(370px, calc(100vw - 28px));
  background: var(--r-ink); color: var(--r-paper);
  border: 1px solid var(--r-ink);
  box-shadow: 0 24px 56px rgba(20, 16, 12, .45);
  overflow: hidden;
}

.r-cw-head {
  display: grid; grid-template-columns: auto 1fr auto auto;
  align-items: center; gap: 12px; padding: 18px;
  background: var(--r-ink-2); border-bottom: 1px solid var(--r-line-d);
}
.r-cw-mark {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--r-brick); color: #fff;
  font-family: var(--r-disp); font-weight: 600; font-size: 16px; letter-spacing: -.01em;
}
.r-cw-id strong {
  display: block; font-family: var(--r-disp); font-weight: 600; font-size: 18px;
  letter-spacing: -.015em; line-height: 1.1; color: var(--r-paper);
}
.r-cw-sub { display: block; font-size: 12.5px; color: var(--r-ash-2); margin-top: 4px; line-height: 1.3; }

.r-cw-status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; padding: 6px 10px; border: 1px solid var(--r-line-d);
  white-space: nowrap; color: var(--r-ash-2);
}
.r-cw-dot { width: 7px; height: 7px; background: var(--r-ash-2); display: inline-block; }
.r-cw-status.is-online { color: #86bd7f; border-color: rgba(134, 189, 127, .45); }
.r-cw-status.is-online .r-cw-dot { background: #86bd7f; }
.r-cw-status.is-away { color: #d3a244; border-color: rgba(211, 162, 68, .45); }
.r-cw-status.is-away .r-cw-dot { background: #d3a244; }

.r-cw-close {
  background: transparent; border: 0; color: var(--r-ash-2); cursor: pointer;
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0;
}
.r-cw-close svg { width: 17px; height: 17px; }
.r-cw-close:hover { color: var(--r-paper); background: transparent; }

.r-cw-list { list-style: none; margin: 0; padding: 14px; display: grid; gap: 10px; }
.r-cw-list li { margin: 0; }
.r-cw-row {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  width: 100%; text-align: left; padding: 14px;
  background: var(--r-ink-2); border: 1px solid var(--r-line-d);
  color: var(--r-paper); cursor: pointer; text-decoration: none;
  font-family: var(--r-body); transition: border-color .15s ease;
}
.r-cw-row:hover { border-color: var(--r-brick); color: var(--r-paper); }
.r-cw-ico {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(244, 238, 227, .06); color: #e2a094;
}
.r-cw-ico svg { width: 21px; height: 21px; }
.r-cw-ico--whatsapp { color: #4bbf62; }
.r-cw-txt strong {
  display: block; font-family: var(--r-disp); font-weight: 600; font-size: 17px;
  letter-spacing: -.015em; line-height: 1.15; color: var(--r-paper);
}
.r-cw-txt span { display: block; font-size: 13.5px; color: #c4b9ab; margin-top: 2px; overflow-wrap: anywhere; }
.r-cw-go { color: var(--r-ash-2); font-size: 20px; line-height: 1; }
.r-cw-row:hover .r-cw-go { color: #e2a094; }

.r-cw-foot {
  margin: 0; padding: 14px 18px; border-top: 1px solid var(--r-line-d);
  background: var(--r-ink-2); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--r-ash-2); text-align: center;
}
.r-cw-foot strong { color: #e2a094; font-weight: 600; }
.r-cw-foot span::before { content: "\00b7"; margin: 0 7px; }

@media (max-width: 520px) {
  .r-cw-launch-label { display: none; }
  .r-cw-launch { padding: 14px; min-width: 48px; justify-content: center; }
  .r-cw-panel { width: calc(100vw - 28px); }
}
@media (prefers-reduced-motion: reduce) { .r-cw-row { transition: none; } }

/* ------------------------------------------------------------------ *
 * Product page furniture used by the imported copy
 * ------------------------------------------------------------------ */
.r-spec { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15.5px; }
.r-spec th, .r-spec td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--r-line); vertical-align: top; }
.r-spec th { width: 34%; background: var(--r-paper-2); font-family: var(--r-body); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--r-ash); font-weight: 600; }
.r-note-box { margin: 26px 0; padding: 20px 22px; background: var(--r-paper-2); border-left: 3px solid var(--r-brick); }
.r-note-box strong { font-family: var(--r-disp); font-size: 18px; display: block; margin-bottom: 8px; }
.r-note-box p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--r-ink-3); }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-family: var(--r-disp); }

/* An unresolved business detail, shown rather than hidden. Grep r-todo. */
.r-todo {
  margin: 26px 0; padding: 16px 18px;
  background: #fdf4e3; border: 1px dashed #b8892f; color: #6f5316;
  font-size: 15px; line-height: 1.55;
}
.r-todo strong { color: #6f5316; }

/* ------------------------------------------------------------------ *
 * Break out of Storefront's wrapper.
 *
 * Storefront wraps all content in .col-full, capped at 1130px with its own
 * padding, which traps every full-bleed section on this site inside a column
 * and leaves paper margins down both sides of the hero. This theme does its
 * own width control with .r-wrap, so the wrapper is neutralised here and the
 * WooCommerce templates, which genuinely rely on it, get it back explicitly.
 * ------------------------------------------------------------------ */
.roster .site-content .col-full { max-width: none; padding-left: 0; padding-right: 0; }
.roster.woocommerce-page .site-content .col-full,
.roster.woocommerce-cart .site-content .col-full,
.roster.woocommerce-checkout .site-content .col-full,
.roster.woocommerce-account .site-content .col-full {
  max-width: var(--r-wrap);
  padding-inline: var(--r-gut);
}
.roster .site-content { padding-bottom: 0; }
