/* generated per-site — palette + tokens are seeded, prefix is randomized */
:root{
  --bix51-brand:#68533f;
  --bix51-brand2:#727275;
  --bix51-brand-contrast:#ffffff;
  --bix51-brand-ink:#68533f;
  --bix51-accent:#727275;
  --bix51-accent-ink:#727275;
  --bix51-accent-contrast:#ffffff;
  --bix51-paper:#fbfaf9;
  --bix51-ink:#17181c;
  --bix51-muted:#f2f1f0;
  --bix51-muted-strong:#ece9e6;
  --bix51-border:#dddddc;
  --bix51-ink-soft:#676769;
  --bix51-radius:8px;
  --bix51-gap:32px;
  --bix51-container:1200px;
  --bix51-section-pad:clamp(48px,7.4vw,96px);
  --bix51-hero-height:clamp(160px,25vw,242px);
  --bix51-shadow-1:0 1px 2px rgba(23,24,28,.05),0 6px 16px rgba(23,24,28,.06);
  --bix51-shadow-2:0 4px 8px rgba(23,24,28,.07),0 14px 32px rgba(23,24,28,.11);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
[id]{scroll-margin-top:calc(64px + 1rem);}
:focus-visible{outline:2px solid var(--bix51-brand);outline-offset:3px;}
:focus:not(:focus-visible){outline:none;}
body{
  margin:0;background:var(--bix51-paper);color:var(--bix51-ink);
  font-family:'Quicksand',system-ui,-apple-system,sans-serif;
  line-height:1.6;
}
h1,h2,h3{font-family:'Quicksand',Georgia,serif;line-height:1.15;margin:0 0 .55em;}
h1,h2{text-wrap:balance;}
h1{font-size:clamp(2.17rem,5vw,3.6rem);}
h2{font-size:clamp(1.64rem,3.2vw,2.42rem);}
h3{font-size:1.19rem;}
p{margin:0 0 1em;}
a{color:var(--bix51-brand-ink);text-decoration:none;}
a:hover{text-decoration:underline;}
img,picture{max-width:100%;display:block;}
img{height:auto;border-radius:var(--bix51-radius);}
ul{margin:0;padding:0;}
li{list-style:none;}

.bix51-container{max-width:var(--bix51-container);margin-inline:auto;padding-inline:40px;}
.bix51-skip{position:absolute;left:-999px;top:0;background:var(--bix51-brand);color:var(--bix51-brand-contrast);padding:.6em 1em;z-index:200;}
.bix51-skip:focus{left:0;}

/* --- header / nav --- */
.bix51-header{position:sticky;top:0;background:var(--bix51-paper);border-bottom:1px solid var(--bix51-border);z-index:100;}
.bix51-header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:20px;gap:32px;}
.bix51-logo{display:flex;align-items:center;}
.bix51-logo-img{max-height:44px;width:auto;border-radius:0;}
.bix51-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:0;padding:8px;cursor:pointer;}
.bix51-nav-toggle span{display:block;width:24px;height:2px;background:var(--bix51-ink);}
.bix51-nav-list{display:flex;gap:45px;align-items:center;}
.bix51-nav-list a{color:var(--bix51-ink);font-weight:500;}
.bix51-nav-list a:hover,.bix51-nav-list a[aria-current="page"]{color:var(--bix51-brand-ink);text-decoration:none;}

/* --- header chrome variants (29-A) --- */
/* The two elements on every page of every site had zero variation. Each
   variant rearranges the same hooks `nav.js` and the a11y contract need. */
.bix51-header--centered_stack .bix51-header-inner{flex-direction:column;gap:16px;}
.bix51-header--centered_stack .bix51-nav-list{justify-content:center;}
.bix51-header--split_nav .bix51-header-inner{justify-content:center;gap:51px;}
.bix51-header--split_nav .bix51-nav{display:none;}
.bix51-header-split-list{display:flex;gap:38px;align-items:center;}
.bix51-header-split-list a{color:var(--bix51-ink);font-weight:500;}
.bix51-header-split-list a:hover,.bix51-header-split-list a[aria-current="page"]{color:var(--bix51-brand-ink);}
.bix51-header--logo_left_cta .bix51-header-cta{padding:.5em 1.2em;font-size:0.78rem;white-space:nowrap;flex:none;}
@media (max-width:780px){
  .bix51-header--split_nav .bix51-header-split{display:none;}
  .bix51-header--split_nav .bix51-nav{display:block;}
  .bix51-header--split_nav .bix51-header-inner{justify-content:space-between;}
  .bix51-header--centered_stack .bix51-header-inner{flex-direction:row;}
  .bix51-header--logo_left_cta .bix51-header-cta{display:none;}
}

@media (max-width:780px){
  .bix51-nav-toggle{display:flex;}
  .bix51-nav{position:absolute;left:0;right:0;top:100%;background:var(--bix51-paper);border-bottom:1px solid var(--bix51-border);max-height:0;overflow:hidden;}
  .bix51-nav.bix51-nav-open{max-height:70vh;}
  .bix51-nav-list{flex-direction:column;align-items:flex-start;padding:32px 40px;gap:16px;}
}

/* --- buttons / cta --- */
.bix51-btn{display:inline-block;padding:.75em 1.5em;border-radius:var(--bix51-radius);background:var(--bix51-brand);color:var(--bix51-brand-contrast);font-weight:600;}
.bix51-btn:hover{background:var(--bix51-brand2);text-decoration:none;}
.bix51-btn--outline{background:transparent;border:1.5px solid var(--bix51-brand);color:var(--bix51-brand-ink);}

/* --- layout frame (29-E) --- */
/* Proportion is what a reader perceives as "a different site" more than any
   colour or font choice. `centered` is the width every build used before. */
.bix51-frame--narrow_editorial .bix51-container{max-width:min(var(--bix51-container),62em);}
/* ...but chrome is not body copy: narrowing the *measure* must not narrow the
   header, which then wraps its own nav. */
.bix51-frame--narrow_editorial .bix51-header .bix51-container,.bix51-frame--narrow_editorial .bix51-footer .bix51-container{max-width:1200px;}
.bix51-frame--narrow_editorial body,.bix51-frame--narrow_editorial p{line-height:1.72;}
.bix51-frame--wide .bix51-section-intro{max-width:48em;}
.bix51-frame--asymmetric .bix51-container{margin-left:min(11vw,180px);margin-right:auto;}
.bix51-frame--asymmetric .bix51-hero--centered .bix51-hero-inner{margin-inline:0;}
@media (max-width:900px){
  .bix51-frame--asymmetric .bix51-container{margin-inline:auto;}
}

/* --- heading treatment (29-D) --- */
.bix51-heads--uppercase_tracked h1,.bix51-heads--uppercase_tracked h2,.bix51-heads--uppercase_tracked h3{text-transform:uppercase;letter-spacing:.045em;}
.bix51-heads--uppercase_tracked h1{letter-spacing:.02em;}
.bix51-heads--italic_display h1,.bix51-heads--italic_display h2{font-style:italic;letter-spacing:-.01em;}
.bix51-heads--italic_display .bix51-pullquote-text{font-style:normal;}

/* --- button language (29-F) --- */
/* `radius` stays a token; it just stops being the only shape signal. */
.bix51-btns--outline .bix51-btn{background:transparent;border:1.5px solid var(--bix51-brand);color:var(--bix51-brand-ink);}
.bix51-btns--outline .bix51-btn:hover{background:var(--bix51-brand);color:var(--bix51-brand-contrast);}
.bix51-btns--pill .bix51-btn{border-radius:999px;padding-inline:1.9em;}
.bix51-btns--underline .bix51-btn{background:transparent;color:var(--bix51-brand-ink);border-radius:0;border-bottom:2px solid var(--bix51-brand);padding:.35em 0;}
.bix51-btns--underline .bix51-btn:hover{background:transparent;border-bottom-color:var(--bix51-ink);color:var(--bix51-ink);text-decoration:none;}
.bix51-btns--underline .bix51-cta--banner .bix51-btn{color:#fff;border-bottom-color:#fff;}

/* --- generic section rhythm (29-F) --- */
/* `alternate` and `banded` differ in *which* sections carry the fill — that
   pattern is assigned in `render._assign_use_alt`, not here — while `ruled`
   and `bordered` replace the fill with a line and a box. */
.bix51-section{padding-block:var(--bix51-section-pad);}
.bix51-section--alt{background:var(--bix51-muted-strong);}
.bix51-rhythm--ruled .bix51-section+.bix51-section{border-top:1px solid var(--bix51-border);}
.bix51-rhythm--ruled .bix51-section--alt{background:none;}
.bix51-rhythm--bordered .bix51-section--alt{background:none;}
.bix51-rhythm--bordered .bix51-section+.bix51-section>.bix51-container{border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);padding-block:40px;}
.bix51-rhythm--bordered .bix51-hero>.bix51-container,.bix51-rhythm--bordered .bix51-page-header>.bix51-container{border:0;padding-block:0;}
.bix51-section-intro{max-width:42em;color:var(--bix51-ink-soft);margin-bottom:32px;}
.bix51-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:0.78rem;color:var(--bix51-brand-ink);font-weight:600;}
.bix51-section-head{margin-bottom:48px;}
.bix51-section-head h2{margin-bottom:.25em;}
.bix51-section-head .bix51-section-intro{margin-bottom:0;}

/* --- hero --- */
/* min-height (all variants) is a floor, not a cap — the fixed-height slider
   images stretch to fill it, but real copy is always free to grow the
   section taller instead of ever being clipped. */
.bix51-hero{position:relative;background:var(--bix51-muted);min-height:var(--bix51-hero-height);}
.bix51-hero-inner{display:grid;gap:48px;align-items:center;padding-block:clamp(64px,8.5vw,110px);}
.bix51-hero--split .bix51-hero-inner{grid-template-columns:1.1fr 1fr;}
.bix51-hero--centered .bix51-hero-inner{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:46em;margin-inline:auto;}
.bix51-hero--centered .bix51-hero-media{order:-1;width:100%;max-width:640px;}
.bix51-hero h1{font-size:clamp(2.58rem,6.5vw,4.47rem);letter-spacing:-.02em;}
.bix51-hero-eyebrow{margin-bottom:1.1em;}
.bix51-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;}
.bix51-hero--centered .bix51-hero-actions{justify-content:center;}
.bix51-hero-media img{aspect-ratio:16/10;object-fit:cover;width:100%;}
.bix51-hero--split .bix51-hero-media img{box-shadow:14px 14px 0 var(--bix51-muted-strong);}
.bix51-hero--collage{color:#fff;}
.bix51-hero--collage .bix51-hero-media{position:absolute;inset:0;z-index:0;}
.bix51-hero--collage .bix51-hero-media img{aspect-ratio:auto;width:100%;height:100%;object-fit:cover;border-radius:0;}
.bix51-hero--collage .bix51-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55));}
/* copy (not hero-inner) gets the position:relative/z-index stacking context —
   putting it on hero-inner instead would make hero-inner's narrow, centered
   max-width:42em box the containing block for the absolutely-positioned
   hero-media, squeezing the full-bleed slider image/collage down to that
   copy-width column instead of the full hero width. */
.bix51-hero--collage .bix51-hero-inner{grid-template-columns:1fr;max-width:42em;}
.bix51-hero--collage .bix51-hero-copy{position:relative;z-index:1;}
.bix51-hero-subhead{font-size:1.18rem;color:var(--bix51-ink-soft);}
.bix51-hero--collage .bix51-hero-subhead{color:rgba(255,255,255,.88);}
.bix51-hero--collage .bix51-eyebrow{color:rgba(255,255,255,.85);}
.bix51-hero--collage .bix51-btn--outline{border-color:rgba(255,255,255,.85);color:#fff;}
/* auto-slide hero: 3 stacked slides crossfade in a synchronized 18s loop —
   each slide's own animation-delay staggers when its local 0% keyframe
   (opaque) lands, so exactly one slide is visible at any moment. */
.bix51-hero-slider .bix51-hero-slide{position:absolute;inset:0;opacity:0;animation:bix51-hero-fade 18s infinite;}
.bix51-hero-slider .bix51-hero-slide:nth-child(1){animation-delay:0s;}
.bix51-hero-slider .bix51-hero-slide:nth-child(2){animation-delay:6s;}
.bix51-hero-slider .bix51-hero-slide:nth-child(3){animation-delay:12s;}
@keyframes bix51-hero-fade{
  0%{opacity:1;}
  28%{opacity:1;}
  33%{opacity:0;}
  100%{opacity:0;}
}
@media (prefers-reduced-motion:reduce){
  .bix51-hero-slider .bix51-hero-slide{animation:none;opacity:0;}
  .bix51-hero-slider .bix51-hero-slide:first-child{opacity:1;}
}
/* 19-F: text-led hero for builds with no real photography */
.bix51-hero--text_banner{background:linear-gradient(165deg,var(--bix51-muted) 0%,var(--bix51-muted-strong) 100%);}
.bix51-hero--text_banner .bix51-hero-inner{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:46em;margin-inline:auto;padding-block:clamp(77px,10.2vw,132px);}
.bix51-hero--text_banner .bix51-hero-actions{justify-content:center;}
/* 26-A: `split` reserves a second column and `centered` a media slot above
   the copy. A build whose images all failed to process reaches neither, and
   the copy would sit in a 55%-wide column beside dead space — so a hero with
   no media collapses to the single-column treatment it effectively is. */
.bix51-hero--no-media .bix51-hero-inner{grid-template-columns:1fr;}
@media (max-width:780px){
  .bix51-hero--split .bix51-hero-inner{grid-template-columns:1fr;}
  .bix51-hero--split .bix51-hero-media{order:-1;}
}

/* --- page header (sub-pages) --- */
.bix51-page-header{position:relative;background:var(--bix51-muted-strong);overflow:hidden;}
.bix51-page-header-media{position:absolute;inset:0;z-index:0;}
.bix51-page-header-media img{width:100%;height:100%;object-fit:cover;object-position:center;}
.bix51-page-header-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.6));}
.bix51-page-header--banner{color:#fff;}
.bix51-page-header-inner{position:relative;z-index:1;padding-block:clamp(40px,5.2vw,67px);}
.bix51-page-header--banner .bix51-breadcrumb a,.bix51-page-header--banner .bix51-breadcrumb{color:rgba(255,255,255,.75);}
.bix51-page-header--banner .bix51-page-header-intro{color:rgba(255,255,255,.88);font-size:1.1rem;margin-top:.5em;}
.bix51-breadcrumb{font-size:.85rem;color:var(--bix51-ink-soft);margin-bottom:.5em;}
.bix51-breadcrumb a{color:var(--bix51-ink-soft);}

/* --- about --- */
.bix51-about-inner{display:grid;gap:48px;align-items:center;}
.bix51-about--image_left .bix51-about-inner,.bix51-about--image_right .bix51-about-inner{grid-template-columns:1fr 1.1fr;}
.bix51-about--image_right .bix51-about-inner{direction:rtl;}
.bix51-about--image_right .bix51-about-inner > *{direction:ltr;}
.bix51-about--stacked .bix51-about-inner{grid-template-columns:1fr;max-width:46em;margin-inline:auto;text-align:center;}
.bix51-about--stacked .bix51-about-media{order:-1;}
@media (max-width:780px){.bix51-about-inner{grid-template-columns:1fr !important;direction:ltr !important;}}

/* --- narrative (inner-page rich text) --- */
.bix51-narrative-inner{display:grid;gap:48px;align-items:center;}
.bix51-narrative--image_left .bix51-narrative-inner,.bix51-narrative--image_right .bix51-narrative-inner{grid-template-columns:1fr 1.1fr;}
.bix51-narrative--image_right .bix51-narrative-inner{direction:rtl;}
.bix51-narrative--image_right .bix51-narrative-inner > *{direction:ltr;}
.bix51-narrative--stacked .bix51-narrative-inner{grid-template-columns:1fr;max-width:46em;margin-inline:auto;text-align:center;}
.bix51-narrative--stacked .bix51-narrative-media{order:-1;}
@media (max-width:780px){.bix51-narrative-inner{grid-template-columns:1fr !important;direction:ltr !important;}}

/* --- content blocks --- */
.bix51-content-block-inner{display:grid;gap:48px;align-items:center;}
.bix51-content-block--image_left .bix51-content-block-inner,.bix51-content-block--image_right .bix51-content-block-inner{grid-template-columns:1fr 1.1fr;}
.bix51-content-block--image_right .bix51-content-block-inner{direction:rtl;}
.bix51-content-block--image_right .bix51-content-block-inner > *{direction:ltr;}
.bix51-content-block--text_only .bix51-content-block-inner{grid-template-columns:1fr;max-width:46em;margin-inline:auto;background:var(--bix51-muted);border-left:3px solid var(--bix51-brand);padding:40px 48px;}
@media (max-width:780px){.bix51-content-block-inner{grid-template-columns:1fr !important;direction:ltr !important;}}

/* --- review digest --- */
.bix51-review-verdict{max-width:46em;margin-inline:auto;margin-bottom:40px;font-size:1.18rem;line-height:1.75;text-align:center;color:var(--bix51-ink-soft);}
.bix51-review-digest-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
/* 26: the variant sweep caught this — `columns` and `stacked` were declared
   as two treatments and drew the identical two-column grid, so half the
   axis did nothing. `stacked` now stacks. */
.bix51-review-digest--stacked .bix51-review-digest-cols{grid-template-columns:1fr;max-width:46em;}
.bix51-review-card{padding:32px 40px;border-radius:var(--bix51-radius);box-shadow:var(--bix51-shadow-1);}
.bix51-review-card--liked{background:rgba(34,139,34,.07);border-top:3px solid #3a7d3a;}
.bix51-review-card--disliked{background:var(--bix51-muted-strong);border-top:3px solid var(--bix51-ink-soft);}
.bix51-review-card h3{font-size:0.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;}
.bix51-review-card--liked h3{color:#3a7d3a;}
.bix51-review-card--disliked h3{color:var(--bix51-ink-soft);}
.bix51-review-card ul{display:flex;flex-direction:column;gap:.6em;}
.bix51-review-card li{display:flex;align-items:baseline;gap:.5em;line-height:1.5;}
.bix51-like-icon{color:#3a7d3a;font-weight:700;flex-shrink:0;}
.bix51-dislike-icon{color:var(--bix51-ink-soft);font-weight:700;flex-shrink:0;}
@media (max-width:780px){.bix51-review-digest-cols{grid-template-columns:1fr;}}

/* --- highlights --- */
.bix51-highlights--icon_grid .bix51-highlights-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.bix51-highlights--icon_grid .bix51-highlight{padding:32px;border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);background:var(--bix51-paper);box-shadow:var(--bix51-shadow-1);}
.bix51-highlights--alternating_rows .bix51-highlights-list{display:flex;flex-direction:column;gap:32px;}
.bix51-highlights--alternating_rows .bix51-highlight{display:flex;gap:32px;padding-block:16px;border-bottom:1px solid var(--bix51-border);}
.bix51-highlights--stat_strip .bix51-highlights-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;text-align:center;}
.bix51-highlights--stat_strip .bix51-highlight strong{display:block;font-size:1.64rem;font-family:'Quicksand',serif;color:var(--bix51-brand-ink);}
.bix51-highlights--chips .bix51-highlights-list{display:flex;flex-wrap:wrap;gap:16px;}
.bix51-highlight-chip{display:inline-block;padding:.45em 1.1em;border:1px solid var(--bix51-border);border-radius:999px;background:var(--bix51-paper);font-size:.92rem;line-height:1.3;box-shadow:var(--bix51-shadow-1);}
.bix51-highlights--chips .bix51-highlight{display:inline-flex;}
.bix51-highlight-icon{width:2.4em;height:2.4em;border-radius:50%;background:var(--bix51-muted-strong);display:flex;align-items:center;justify-content:center;color:var(--bix51-brand-ink);font-weight:700;flex:none;}
.bix51-highlight > div{display:flex;flex-direction:column;gap:.2em;}
.bix51-highlight p{margin:0;color:var(--bix51-ink-soft);font-size:0.86rem;line-height:1.4;}

/* --- testimonials --- */
.bix51-testimonials--card_grid .bix51-testimonials-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;}
.bix51-testimonial{background:var(--bix51-paper);border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);padding:32px;box-shadow:var(--bix51-shadow-1);}
.bix51-testimonials--quote_wall .bix51-testimonials-list{display:flex;flex-direction:column;gap:24px;}
.bix51-testimonials--quote_wall .bix51-testimonial{border:0;border-left:3px solid var(--bix51-brand);border-radius:0;background:none;padding-block:0;box-shadow:none;}
.bix51-testimonials--single_carousel_static .bix51-testimonial--featured{max-width:42em;margin-inline:auto;text-align:center;border:0;background:none;box-shadow:none;}
.bix51-testimonials--single_carousel_static .bix51-testimonial--featured p{font-size:1.64rem;font-family:'Quicksand',serif;}
.bix51-testimonial-rating{color:var(--bix51-brand-ink);letter-spacing:.1em;}
.bix51-testimonial-author{font-weight:600;margin-top:.5em;}

/* --- faq --- */
.bix51-faq--two_column .bix51-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;}
.bix51-faq-item{border-bottom:1px solid var(--bix51-border);padding-block:20px;}
.bix51-faq-item summary{cursor:pointer;font-weight:600;list-style:none;}
.bix51-faq-item summary::-webkit-details-marker{display:none;}
.bix51-faq-item summary::after{content:"+";float:right;color:var(--bix51-brand-ink);}
.bix51-faq-item[open] summary::after{content:"–";}
.bix51-faq-item p{margin-top:.6em;color:var(--bix51-ink-soft);}
@media (max-width:780px){.bix51-faq--two_column .bix51-faq-list{grid-template-columns:1fr;}}

/* --- cta --- */
/* Banner CTA is the page's mid-scroll tonal break: near-black band with a
   brand accent line — light → tint → dark rhythm instead of all-light. */
.bix51-cta--banner{background:var(--bix51-ink);color:rgba(255,255,255,.94);text-align:center;border-top:3px solid var(--bix51-brand);}
.bix51-cta--banner h2{color:#fff;}
.bix51-cta--banner .bix51-btn{background:#fff;color:var(--bix51-ink);}
.bix51-cta--banner .bix51-btn:hover{background:var(--bix51-brand);color:var(--bix51-brand-contrast);}
.bix51-cta--inline_split .bix51-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap;}
.bix51-cta-body{margin:.4em 0 0;opacity:.88;font-size:1.18rem;}

/* --- menu --- */
.bix51-menu-cat{margin-bottom:40px;}
.bix51-menu-cat h3{border-bottom:2px solid var(--bix51-brand);display:inline-block;padding-bottom:.2em;}
.bix51-menu--two_column .bix51-menu-cats{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
.bix51-menu-item{display:flex;justify-content:space-between;gap:32px;padding-block:.5em;border-bottom:1px dotted var(--bix51-border);}
.bix51-menu-item-desc{color:var(--bix51-ink-soft);font-size:0.86rem;}
.bix51-menu-item-price{font-weight:600;white-space:nowrap;}
.bix51-menu--tabs .bix51-menu-tabs{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px;}
.bix51-menu--tabs .bix51-menu-tab{padding:.4em 1em;border:1px solid var(--bix51-border);border-radius:999px;font-size:.85rem;color:var(--bix51-ink-soft);text-decoration:none;}
.bix51-menu--tabs .bix51-menu-tab:hover{border-color:var(--bix51-brand);color:var(--bix51-brand-ink);}
/* Phase 30-D: real tabs without a script. Every section shows until one is
   targeted; then only that one does. Browsers without :has() keep the
   single-column fallback, and the anchors still jump to the section. */
.bix51-menu--tabs .bix51-menu-cats:has(.bix51-menu-cat:target) .bix51-menu-cat:not(:target){display:none;}
.bix51-menu-cat:target{scroll-margin-top:96px;}
@media (max-width:780px){.bix51-menu--two_column .bix51-menu-cats{grid-template-columns:1fr;}}

/* --- menu preview / dishes / gallery (Phase 30) --- */
.bix51-menu-preview-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:48px;}
.bix51-menu-preview-cat h3{border-bottom:2px solid var(--bix51-brand);display:inline-block;padding-bottom:.2em;}
.bix51-menu-preview--cards .bix51-menu-preview-cat{border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);padding:32px;background:var(--bix51-paper);box-shadow:var(--bix51-shadow-1);}
.bix51-menu-preview--cards .bix51-menu-preview-cat h3{border-bottom:0;padding-bottom:0;}
.bix51-menu-preview-more{margin-top:40px;text-align:center;}
.bix51-menu-dishes-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;list-style:none;padding:0;margin:0;}
.bix51-menu-dish{border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);overflow:hidden;background:var(--bix51-paper);box-shadow:var(--bix51-shadow-1);display:flex;flex-direction:column;}
.bix51-menu-dish-media img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block;border-radius:0;}
.bix51-menu-dish-body{padding:24px 28px;display:flex;flex-direction:column;gap:.3em;}
.bix51-menu-dish-name{font-weight:600;}
.bix51-menu-dishes--list .bix51-menu-dishes-list{grid-template-columns:1fr;gap:24px;}
.bix51-menu-dishes--list .bix51-menu-dish{flex-direction:row;align-items:stretch;}
.bix51-menu-dishes--list .bix51-menu-dish-media{flex:0 0 160px;}
.bix51-menu-dishes--list .bix51-menu-dish-media img{height:100%;aspect-ratio:auto;}
.bix51-menu-gallery-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;list-style:none;padding:0;margin:0;}
.bix51-menu-gallery-list img{aspect-ratio:1;object-fit:cover;width:100%;display:block;}
.bix51-menu-gallery--strip .bix51-menu-gallery-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:16px;}
.bix51-menu-gallery--strip .bix51-gallery-item{flex:0 0 200px;scroll-snap-align:start;}
.bix51-menu-gallery--grid .bix51-menu-gallery-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));}
@media (max-width:600px){.bix51-menu-dishes--list .bix51-menu-dish{flex-direction:column;}.bix51-menu-dishes--list .bix51-menu-dish-media{flex:none;}.bix51-menu-dishes--list .bix51-menu-dish-media img{aspect-ratio:4/3;}}

/* --- rooms / services --- */
.bix51-rooms--cards .bix51-rooms-list,.bix51-services--grid .bix51-services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;}
.bix51-room-card,.bix51-service-card{border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);padding:32px;background:var(--bix51-paper);display:flex;align-items:flex-start;gap:.6em;box-shadow:var(--bix51-shadow-1);}
.bix51-room-card > div,.bix51-service-card > div{flex:1;min-width:0;}
.bix51-room-card p,.bix51-service-card p{margin:.25em 0 0;color:var(--bix51-ink-soft);font-size:.9rem;line-height:1.45;}
.bix51-rooms--list_with_icons .bix51-rooms-list,.bix51-services--icon_list .bix51-services-list{display:flex;flex-direction:column;gap:16px;}
.bix51-rooms--list_with_icons .bix51-room-card,.bix51-services--icon_list .bix51-service-card{border:0;border-bottom:1px solid var(--bix51-border);border-radius:0;background:none;padding-inline:0;box-shadow:none;}
.bix51-rooms--alternating .bix51-rooms-list,.bix51-services--alternating .bix51-services-list{display:flex;flex-direction:column;gap:48px;}
.bix51-rooms--alternating .bix51-room-card:nth-child(even),.bix51-services--alternating .bix51-service-card:nth-child(even){background:var(--bix51-muted-strong);}
.bix51-amenity-check{color:var(--bix51-brand-ink);font-weight:700;flex:none;}

/* --- practical info (24-A) --- */
.bix51-practical-list{display:grid;gap:24px;}
.bix51-practical--columns .bix51-practical-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;}
.bix51-practical-row{display:grid;gap:.35em;padding-block:16px;border-top:1px solid var(--bix51-border);}
.bix51-practical--columns .bix51-practical-row{border-top:0;border-left:2px solid var(--bix51-brand);padding:16px 24px;background:var(--bix51-muted);border-radius:var(--bix51-radius);}
.bix51-practical-row dt{font-size:0.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--bix51-ink-soft);}
.bix51-practical-names{display:block;font-weight:600;line-height:1.45;}
.bix51-practical-note{display:block;margin-top:.3em;color:var(--bix51-ink-soft);font-size:.9rem;line-height:1.55;}
.bix51-practical--grouped_list .bix51-practical-row{grid-template-columns:minmax(9em,14em) 1fr;gap:32px;align-items:baseline;}
@media (max-width:780px){.bix51-practical--grouped_list .bix51-practical-row{grid-template-columns:1fr;}}

/* --- rating breakdown (24-B) --- */
.bix51-ratings-inner{display:flex;flex-wrap:wrap;align-items:center;gap:32px;}
.bix51-ratings-score{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 40px;background:var(--bix51-muted);border-radius:var(--bix51-radius);}
.bix51-ratings-value{font-family:'Quicksand',Georgia,serif;font-size:2.73rem;line-height:1;}
.bix51-ratings-count{color:var(--bix51-ink-soft);font-size:.85rem;margin-top:.35em;}
.bix51-ratings-bars{flex:1;min-width:240px;display:flex;flex-direction:column;gap:.45em;}
.bix51-ratings-bar{display:grid;grid-template-columns:5.5em 1fr 3.5em;align-items:center;gap:.75em;font-size:.9rem;}
.bix51-ratings-label{color:var(--bix51-ink-soft);white-space:nowrap;}
.bix51-ratings-track{display:block;height:.6em;background:var(--bix51-muted-strong);border-radius:999px;overflow:hidden;}
.bix51-ratings-fill{display:block;height:100%;background:var(--bix51-brand);border-radius:999px;}
.bix51-ratings-num{text-align:right;font-variant-numeric:tabular-nums;color:var(--bix51-ink-soft);}
.bix51-ratings--compact .bix51-ratings-track{height:.4em;}
.bix51-ratings--compact .bix51-ratings-score{padding:16px 24px;}
.bix51-ratings--compact .bix51-ratings-value{font-size:1.8rem;}

/* --- hours (24-C) --- */
.bix51-hours-list{display:grid;gap:0;max-width:34em;}
.bix51-hours-row{display:flex;justify-content:space-between;gap:32px;padding-block:.55em;border-bottom:1px dotted var(--bix51-border);}
.bix51-hours-day{font-weight:600;}
.bix51-hours-time{color:var(--bix51-ink-soft);font-variant-numeric:tabular-nums;text-align:right;}
.bix51-hours-row--closed .bix51-hours-time{opacity:.65;font-style:italic;}
.bix51-hours--inline_list .bix51-hours-list{display:flex;flex-wrap:wrap;gap:16px 32px;max-width:none;}
.bix51-hours--inline_list .bix51-hours-row{display:grid;gap:.15em;border-bottom:0;border-left:2px solid var(--bix51-border);padding:.1em 0 .1em 16px;}
.bix51-hours--inline_list .bix51-hours-time{text-align:left;}

/* --- steps (25-A) --- */
.bix51-steps-list{display:grid;gap:32px;counter-reset:none;}
.bix51-steps--numbered_rows .bix51-steps-list{grid-template-columns:1fr;max-width:52em;}
.bix51-steps--cards .bix51-steps-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));}
.bix51-step{display:flex;align-items:flex-start;gap:24px;}
.bix51-step-num{flex:none;width:2.2em;height:2.2em;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bix51-accent);color:var(--bix51-accent-contrast);font-family:'Quicksand',Georgia,serif;font-weight:700;}
.bix51-step-body{flex:1;min-width:0;}
.bix51-step-body h3{font-size:1.19rem;margin-bottom:.35em;}
.bix51-step-body p{margin:0;color:var(--bix51-ink-soft);line-height:1.6;}
.bix51-steps--numbered_rows .bix51-step{padding-bottom:24px;border-bottom:1px solid var(--bix51-border);}
.bix51-steps--numbered_rows .bix51-step:last-child{border-bottom:0;padding-bottom:0;}
.bix51-steps--cards .bix51-step{flex-direction:column;padding:32px;background:var(--bix51-paper);border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);box-shadow:var(--bix51-shadow-1);}

/* --- sibling hub (25-B) --- */
.bix51-hub-list{display:flex;flex-wrap:wrap;gap:16px;}
.bix51-hub-link{display:inline-block;color:var(--bix51-ink);}
.bix51-hub--chips .bix51-hub-link{padding:.45em 1.1em;border:1px solid var(--bix51-border);border-radius:999px;background:var(--bix51-paper);font-size:.9rem;}
.bix51-hub--chips .bix51-hub-link:hover{border-color:var(--bix51-brand);color:var(--bix51-brand-ink);text-decoration:none;}
.bix51-hub--cards .bix51-hub-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.bix51-hub--cards .bix51-hub-link{width:100%;padding:24px 32px;border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);background:var(--bix51-paper);font-weight:600;box-shadow:var(--bix51-shadow-1);}
.bix51-hub--cards .bix51-hub-link:hover{border-color:var(--bix51-brand);text-decoration:none;}

/* --- pull quote (25-C) --- */
.bix51-pullquote-text{margin:0 auto;max-width:22em;text-align:center;font-family:'Quicksand',Georgia,serif;font-size:clamp(1.64rem,3vw,2.17rem);line-height:1.3;text-wrap:balance;}
.bix51-pullquote--rule_flanked .bix51-pullquote-text{padding-block:32px;border-top:2px solid var(--bix51-accent);border-bottom:2px solid var(--bix51-accent);}
.bix51-pullquote--centered .bix51-pullquote-text{color:var(--bix51-brand-ink);}

/* --- neighborhood (25-D + 27-B) --- */
.bix51-neighborhood-inner{display:grid;gap:32px;}
.bix51-neighborhood--split_map .bix51-neighborhood-inner{grid-template-columns:1fr 1fr;align-items:start;}
.bix51-neighborhood--stacked .bix51-neighborhood-inner{grid-template-columns:1fr;max-width:52em;}
.bix51-neighborhood-text p{line-height:1.7;}
.bix51-neighborhood-address{color:var(--bix51-ink-soft);font-size:.9rem;}
@media (max-width:780px){.bix51-neighborhood--split_map .bix51-neighborhood-inner{grid-template-columns:1fr;}}

/* --- stay essentials (27-A) --- */
.bix51-stay-list{display:grid;gap:16px;}
.bix51-stay--grid .bix51-stay-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;}
.bix51-stay--grid .bix51-stay-row{padding:24px 32px;background:var(--bix51-muted);border-radius:var(--bix51-radius);text-align:center;}
.bix51-stay--inline_row .bix51-stay-list{display:flex;flex-wrap:wrap;gap:16px 32px;}
.bix51-stay--inline_row .bix51-stay-row{border-left:2px solid var(--bix51-brand);padding:.1em 0 .1em 16px;}
.bix51-stay-row dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--bix51-ink-soft);}
.bix51-stay-row dd{margin:.25em 0 0;font-family:'Quicksand',Georgia,serif;font-size:1.5rem;line-height:1.1;font-variant-numeric:tabular-nums;}

/* --- on-site venues (27-C) --- */
.bix51-onsite-list{display:grid;gap:16px;}
.bix51-onsite--cards .bix51-onsite-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;}
.bix51-onsite--cards .bix51-onsite-item{padding:32px;background:var(--bix51-paper);border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);box-shadow:var(--bix51-shadow-1);}
.bix51-onsite--list .bix51-onsite-list{max-width:44em;}
.bix51-onsite--list .bix51-onsite-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5em 32px;padding-block:.55em;border-bottom:1px dotted var(--bix51-border);}
.bix51-onsite--list .bix51-onsite-floor{margin-left:auto;}
.bix51-onsite-item{display:grid;gap:.2em;}
.bix51-onsite-name{font-weight:600;}
.bix51-onsite-cat{color:var(--bix51-ink-soft);font-size:.9rem;}
.bix51-onsite-floor{color:var(--bix51-ink-soft);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;}

/* --- partner ratings (27-D) --- */
.bix51-partners-list{display:flex;flex-wrap:wrap;gap:32px;}
.bix51-partners-item{display:flex;align-items:baseline;gap:.5em;}
.bix51-partners--badges .bix51-partners-item{flex-direction:column;align-items:center;gap:.15em;padding:24px 32px;background:var(--bix51-muted);border-radius:var(--bix51-radius);min-width:9em;}
.bix51-partners--row .bix51-partners-list{flex-direction:column;gap:0;max-width:34em;}
.bix51-partners--row .bix51-partners-item{padding-block:.55em;border-bottom:1px dotted var(--bix51-border);}
.bix51-partners--row .bix51-partners-count{margin-left:auto;}
/* the score is the section's whole point, so it is sized for emphasis and
   inked for legibility: `--brand` is derived from the site's photography and
   landed at 1.86:1 on a pale palette. Same treatment as `ratings-value`. */
.bix51-partners-score{font-family:'Quicksand',Georgia,serif;font-size:1.5rem;line-height:1;color:var(--bix51-ink);font-variant-numeric:tabular-nums;}
.bix51-partners-name{font-weight:600;}
.bix51-partners-count{color:var(--bix51-ink-soft);font-size:.85rem;}

/* --- gallery --- */
.bix51-gallery-item img{aspect-ratio:4/3;object-fit:cover;width:100%;}
.bix51-gallery-collages{display:flex;flex-direction:column;gap:24px;margin-bottom:24px;}
.bix51-gallery-collages .bix51-gallery-item img{aspect-ratio:auto;width:100%;}
.bix51-gallery-singles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;}
.bix51-gallery--grid .bix51-gallery-singles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.bix51-gallery--masonry .bix51-gallery-singles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;grid-auto-rows:10px;}
.bix51-gallery--masonry .bix51-gallery-singles .bix51-gallery-item:nth-child(3n+1){grid-row-end:span 24;}
.bix51-gallery--masonry .bix51-gallery-singles .bix51-gallery-item:nth-child(3n+2){grid-row-end:span 32;}
.bix51-gallery--masonry .bix51-gallery-singles .bix51-gallery-item:nth-child(3n){grid-row-end:span 20;}
.bix51-gallery--masonry .bix51-gallery-singles .bix51-gallery-item img{height:100%;object-fit:cover;}
.bix51-gallery-trigger{display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;text-align:left;}
.bix51-lightbox{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;}
.bix51-lightbox[hidden]{display:none;}
.bix51-lightbox-img{max-width:90vw;max-height:85vh;width:auto;border-radius:0;}
.bix51-lightbox-close,.bix51-lightbox-prev,.bix51-lightbox-next{position:absolute;background:rgba(255,255,255,.12);color:#fff;border:0;border-radius:50%;width:44px;height:44px;font-size:1.4rem;line-height:1;cursor:pointer;}
.bix51-lightbox-close{top:24px;right:24px;}
.bix51-lightbox-prev{left:24px;top:50%;transform:translateY(-50%);}
.bix51-lightbox-next{right:24px;top:50%;transform:translateY(-50%);}
.bix51-lightbox-close:hover,.bix51-lightbox-prev:hover,.bix51-lightbox-next:hover{background:rgba(255,255,255,.25);}
@media (max-width:600px){
  .bix51-lightbox-prev{left:12px;}
  .bix51-lightbox-next{right:12px;}
}

/* --- contact --- */
.bix51-contact--split_map .bix51-contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
.bix51-contact--stacked .bix51-contact-inner{display:flex;flex-direction:column;gap:48px;}
.bix51-map-embed{aspect-ratio:4/3;border-radius:var(--bix51-radius);overflow:hidden;background:var(--bix51-muted-strong);}
.bix51-map-embed iframe{width:100%;height:100%;border-radius:0;}
.bix51-form{display:flex;flex-direction:column;gap:20px;}
.bix51-form label{font-weight:600;font-size:.9rem;display:block;margin-bottom:.35em;}
.bix51-form input,.bix51-form textarea{width:100%;padding:.7em;border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);font:inherit;background:var(--bix51-paper);color:var(--bix51-ink);}
.bix51-form-hp{position:absolute;left:-9999px;}
.bix51-form-status{padding:16px 20px;border-radius:var(--bix51-radius);margin-bottom:20px;border:1px solid var(--bix51-border);font-weight:600;}
.bix51-form-status--ok{border-color:var(--bix51-brand);background:var(--bix51-muted-strong);color:var(--bix51-ink);}
.bix51-form-status--err{border-color:#c0392b;background:var(--bix51-muted-strong);color:#c0392b;}
.bix51-nap{margin-top:24px;color:var(--bix51-ink-soft);}
@media (max-width:780px){.bix51-contact--split_map .bix51-contact-inner{grid-template-columns:1fr;}}

/* --- footer --- */
.bix51-footer{background:var(--bix51-ink);color:rgba(255,255,255,.82);padding-block:58px;margin-top:32px;}
.bix51-footer a{color:rgba(255,255,255,.82);text-decoration:none;}
.bix51-footer a:hover{color:#fff;text-decoration:underline;}
.bix51-footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;}
.bix51-footer-nav{display:flex;flex-direction:column;gap:12px;}
.bix51-footer-nav a{font-size:.9rem;}
.bix51-footer-social{display:flex;gap:24px;}
.bix51-footer-bottom{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-size:0.78rem;opacity:.7;}

/* --- footer chrome variants (29-A) --- */
.bix51-footer--centered_minimal .bix51-footer-inner{flex-direction:column;align-items:center;text-align:center;gap:24px;}
.bix51-footer--centered_minimal .bix51-footer-nav{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:32px;}
.bix51-footer--centered_minimal .bix51-footer-bottom{text-align:center;}
.bix51-footer-band{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:32px;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12);}
.bix51-footer-band strong{font-family:'Quicksand',Georgia,serif;font-size:1.64rem;}
.bix51-footer--cta_band .bix51-footer-band .bix51-btn{background:#fff;color:var(--bix51-ink);}

/* --- related locations (injected post-build by `sitegen workflow`) --- */
.bix51-related{background:var(--bix51-muted);padding-block:67px;border-top:1px solid var(--bix51-border);}
.bix51-related h2{font-size:clamp(1.2rem,2.4vw,1.6rem);margin:0 0 32px;}
.bix51-related-list{list-style:none;margin:0;padding:0;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));}
.bix51-related-card{background:var(--bix51-paper);border:1px solid var(--bix51-border);border-radius:var(--bix51-radius);overflow:hidden;box-shadow:var(--bix51-shadow-1);}
.bix51-related-card a{display:block;color:inherit;text-decoration:none;height:100%;}
.bix51-related-card img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;background:var(--bix51-muted-strong);}
.bix51-related-body{padding:24px 28px;}
.bix51-related-name{font-weight:600;line-height:1.3;margin:0;}
.bix51-related-meta{margin:.35em 0 0;font-size:.82rem;color:var(--bix51-ink-soft);line-height:1.45;}
.bix51-related-card a:hover .bix51-related-name{text-decoration:underline;}

/* --- 404 --- */
.bix51-notfound{text-align:center;padding-block:144px;}

/* --- motion-safe transitions and hover effects --- */
@media (prefers-reduced-motion: no-preference){
  .bix51-nav{transition:max-height .25s ease;}
  .bix51-btn{transition:background .15s ease,transform .1s ease;}
  .bix51-btn:hover{transform:translateY(-1px);}
  .bix51-room-card,.bix51-service-card,.bix51-highlights--icon_grid .bix51-highlight{transition:box-shadow .18s ease,transform .18s ease;}
  .bix51-rooms--cards .bix51-room-card:hover,.bix51-services--grid .bix51-service-card:hover,
  .bix51-highlights--icon_grid .bix51-highlight:hover{box-shadow:var(--bix51-shadow-2);transform:translateY(-2px);}
  .bix51-related-card{transition:box-shadow .18s ease,transform .18s ease;}
  .bix51-related-card:hover{box-shadow:var(--bix51-shadow-2);transform:translateY(-2px);}
  .bix51-testimonial{transition:box-shadow .18s ease;}
  .bix51-testimonials--card_grid .bix51-testimonial:hover{box-shadow:var(--bix51-shadow-2);}
  .bix51-nav-list a{transition:color .15s ease;}
  .bix51-faq-item p{transition:opacity .15s ease;}
}
