/* ============================================================================
   Apex Exposure — FIELD POSTER
   Sitewide design system, replacing Nightfall. Approved direction: black/bone
   ground, duotone teal+gold over grayscale photography (not a dark gradient
   scrim), Anton for display, flat rectangular stamps — no pills, no rounded
   cards. Applied once here so every page picks it up through the one
   stylesheet the plugin already enqueues everywhere.
   ========================================================================= */

:root{
  --black:#0B0B0C; --bone:#F3EFE4; --panel:#151516; --edge:#2A2A28;
  --gold:#E8A63B; --gold-dim:#8A6A2E; --teal:#1F6E6A; --teal-dim:#12403D;
  --grey:#B9B3A2;

  --disp:"Anton",sans-serif;
  --sans:"IBM Plex Sans","Helvetica Neue",Arial,sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Consolas,monospace;
  --ease:cubic-bezier(.22,.68,.24,1);

  /* --- Blocksy palette override --------------------------------------- */
  --theme-palette-color-1:var(--gold);
  --theme-palette-color-2:var(--teal);
  --theme-palette-color-3:var(--black);
  --theme-palette-color-4:var(--black);
  --theme-palette-color-5:var(--grey);
  --theme-palette-color-6:var(--bone);
  --theme-palette-color-7:var(--bone);
  --theme-palette-color-8:var(--bone);

  --theme-text-color:var(--grey);
  --theme-headings-color:var(--bone);
  --theme-border-color:var(--edge);
  --theme-link-initial-color:var(--bone);
  --theme-link-hover-color:var(--gold);
  --theme-selection-background-color:var(--gold);
  --theme-selection-text-color:var(--black);

  --theme-font-family:var(--sans);
  --theme-font-size:18px;
  --theme-line-height:1.6;
  --theme-button-font-family:var(--sans);
  --theme-button-font-weight:700;
  --theme-button-background-initial-color:var(--gold);
  --theme-button-background-hover-color:var(--bone);
  --theme-button-text-initial-color:#1A1204;
  --theme-button-text-hover-color:var(--black);
  --theme-button-border-radius:0px;
}

body,body.home{
  background-color:var(--black); background-image:none;
  color:var(--grey); font-family:var(--sans);
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}

/* header + footer: flat black, 2px bone rule (poster stock, not a gradient) */
[data-header*="type-1"] .ct-header [data-row*="middle"],
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"],
[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"]{
  background-color:var(--black); border-bottom:2px solid var(--bone);
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a,
[data-header*="type-1"] .ct-header [data-transparent-row="yes"] [data-id="menu"] > ul > li > a{
  --theme-link-initial-color:var(--bone); --theme-link-hover-color:var(--gold);
  font-family:var(--sans); font-weight:600; letter-spacing:.02em;
}
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu{
  --dropdown-background-color:var(--panel); --theme-link-initial-color:var(--bone);
  --dropdown-divider:1px solid var(--edge); border-radius:0;
}
[data-footer*="type-1"] .ct-footer{background-color:var(--black)}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"]{
  background-color:var(--panel); border-top:2px solid var(--bone);
}

/* ---------------------------------------------------------------- type --- */
h1,h2,h3,h4,h5,h6,.entry-title,.page-title,.wp-block-heading{
  font-family:var(--disp); color:var(--bone); font-weight:400;
  text-transform:uppercase; letter-spacing:.005em; line-height:.98; text-wrap:balance;
}
h1,.entry-title,.page-title{font-size:clamp(2.4rem,6vw,4.6rem); line-height:.92}
h2,.wp-block-heading.wp-block-heading{font-size:clamp(1.8rem,3.6vw,2.7rem)}
h3{font-size:clamp(1.25rem,2.2vw,1.6rem)}
h4{font-size:1.05rem; font-family:var(--sans); font-weight:700; text-transform:none; letter-spacing:0}

.entry-content p,.entry-content li{color:var(--grey)}
.entry-content strong{color:var(--bone); font-weight:700}
.entry-content > p:first-of-type{font-size:1.14em; line-height:1.6; color:var(--bone)}

.entry-content.is-layout-constrained > *{max-width:min(46rem,100%); margin-inline:auto}
.entry-content.is-layout-constrained > .wp-block-image,
.entry-content.is-layout-constrained > .wp-block-gallery,
.entry-content.is-layout-constrained > .wp-block-columns,
.entry-content.is-layout-constrained > .wp-block-table,
.entry-content.is-layout-constrained > .wp-block-embed,
.entry-content.is-layout-constrained > figure,
.entry-content.is-layout-constrained > .apex-figure,
.entry-content.is-layout-constrained > .apex-gallery,
.entry-content.is-layout-constrained > .apex-hero,
.entry-content.is-layout-constrained > .apex-band,
.entry-content.is-layout-constrained > .apex-section{max-width:none; width:100%; margin-inline:0}
.entry-content.is-layout-constrained > .wp-block-image,
.entry-content.is-layout-constrained > .wp-block-gallery,
.entry-content.is-layout-constrained > .wp-block-table,
.entry-content.is-layout-constrained > figure,
.entry-content.is-layout-constrained > .apex-figure,
.entry-content.is-layout-constrained > .apex-gallery{max-width:min(1080px,100%); margin-inline:auto}

.entry-content a:not(.wp-block-button__link):not(.wp-element-button):not(.apex-btn):not(.apex-loc):not(.apex-pill):not(.apex-jump a):not(.apex-crumb a){
  color:var(--bone); text-decoration:underline; text-decoration-thickness:1px;
  text-underline-offset:3px; text-decoration-color:var(--teal);
  transition:color .22s var(--ease), text-decoration-color .22s var(--ease);
}
.entry-content a:not(.wp-block-button__link):not(.wp-element-button):not(.apex-btn):not(.apex-loc):not(.apex-pill):hover{
  color:var(--gold); text-decoration-color:var(--gold);
}
.apex-loc,.apex-loc *,.apex-btn,.apex-pill{text-decoration:none!important}
.apex-loc:hover .apex-loc-body h3{color:var(--gold)}

/* ------------------------------------------------------------- buttons ---
   Flat, hard-cornered, poster-stamp weight — never rounded. */
.wp-block-button__link,.wp-element-button,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{
  font-family:var(--sans); font-weight:700; font-size:.85rem; letter-spacing:.06em;
  text-transform:uppercase; border-radius:0; padding:.9rem 1.6rem; border:2px solid var(--gold);
  transition:background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.wp-block-button.is-style-outline .wp-block-button__link{
  border:2px solid var(--bone); color:var(--bone); background:transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{background:var(--bone); color:var(--black)}

/* -------------------------------------------------------------- images --- */
.entry-content img,.wp-block-image img{border-radius:0}
.wp-block-image{margin-block:2.2em}
.wp-block-image figcaption,.wp-element-caption{
  font-family:var(--mono); font-size:.72rem; letter-spacing:.03em; color:var(--grey);
  text-align:left; margin-top:.65em;
}
.wp-block-image a img,.wp-block-gallery a img{transition:transform 1.05s var(--ease), filter .4s ease}
.wp-block-image a:hover img,.wp-block-gallery a:hover img{transform:scale(1.025)}

.entry-content > *{margin-block:1.3em}
.entry-content > h2{margin-top:2.4em; margin-bottom:.6em}
.entry-content > h3{margin-top:1.9em; margin-bottom:.45em}
.entry-content > h2:first-child,.entry-content > h3:first-child{margin-top:0}
.wp-block-separator{border:0; border-top:2px solid var(--bone); opacity:1; margin-block:3rem}

/* ---------------------------------------------------- location colour ---
   Flat stamp tags, hard corners — replaces the pill system entirely. */
.apex-pill{
  display:inline-flex; align-items:center; gap:.4rem; font-family:var(--mono);
  font-size:.68rem; letter-spacing:.08em; text-transform:uppercase;
  padding:.32rem .65rem; border-radius:0; color:#161005; white-space:nowrap; font-weight:700;
}
.apex-pill.congaree{background:var(--gold)}
.apex-pill.saluda{background:var(--teal); color:var(--bone)}
.apex-pill.preserve{background:var(--bone); color:var(--black)}
.apex-pill.elsewhere{background:var(--edge); color:var(--bone)}

/* -------------------------------------------------- structured devices --- */
.apex-obs{
  border-left:4px solid var(--gold); background:var(--panel); padding:1.2rem 1.4rem;
  margin:2em 0; display:grid; gap:.5rem;
}
.apex-warn{border:2px solid var(--teal); background:var(--teal-dim); padding:1.2rem 1.4rem;
  margin:2em 0; display:grid; gap:.5rem}
.apex-obs h4{color:var(--gold)}
.apex-warn h4{color:var(--bone)}
.apex-obs h4,.apex-warn h4{
  margin:0; font-family:var(--mono); font-size:.68rem; letter-spacing:.13em;
  text-transform:uppercase; font-weight:600;
}
.apex-obs p,.apex-warn p{margin:0; color:var(--grey); font-size:.95rem; line-height:1.62; max-width:none}
.apex-obs p+p,.apex-warn p+p{margin-top:.7rem}
.apex-jump{display:grid; gap:.35rem; margin-top:.9rem}
.apex-jump a{justify-self:start; color:var(--bone); font-family:var(--mono); font-size:.75rem;
  text-decoration:none; border-bottom:1px solid var(--gold-dim); padding-bottom:2px}
.apex-jump a:hover{color:var(--gold); border-bottom-color:var(--gold)}

sup.apex-ref{font-family:var(--mono); font-size:.6em; color:var(--gold); font-weight:700; margin-left:.12em}

.apex-srcs{list-style:none; padding:0; margin:1.4rem 0 0; display:grid; gap:.55rem}
.apex-srcs li{font-size:.86rem; line-height:1.6; color:var(--grey); max-width:78ch}
.apex-srcs a{color:var(--grey)}
.apex-srcs a:hover{color:var(--gold)}

.wp-block-table.apex-cmp{overflow-x:auto; margin-block:2.4em}
.wp-block-table.apex-cmp table{border-collapse:collapse; width:100%}
.wp-block-table.apex-cmp th,.wp-block-table.apex-cmp td{
  text-align:left; padding:.8rem 1rem; vertical-align:top; border-bottom:1px solid var(--edge);
  font-size:.92rem; color:var(--grey);
}
.wp-block-table.apex-cmp thead th{
  font-family:var(--mono); font-size:.68rem; letter-spacing:.12em; text-transform:uppercase;
  color:var(--gold); border-bottom:2px solid var(--gold);
}

/* --------------------------------------------- article images / gallery --- */
.apex-figure{margin:2.2em 0}
.apex-figure a{display:block; overflow:hidden; line-height:0}
.apex-figure img{width:100%; height:auto; display:block; border-radius:0;
  filter:grayscale(.25) contrast(1.05); transition:transform 1.05s var(--ease)}
.apex-figure a:hover img{transform:scale(1.02)}
.apex-figure figcaption{font-family:var(--mono); font-size:.74rem; color:var(--grey);
  margin-top:.65em; line-height:1.5}
.apex-figure-hero{margin-top:1.6em}
.apex-figure-hero img{aspect-ratio:16/10; object-fit:cover}

.apex-gallery{display:grid; gap:2px; margin:2.2em 0; grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
  background:var(--edge); border:2px solid var(--bone)}
.apex-gallery figure{margin:0; background:var(--black)}
.apex-gallery a{display:block; line-height:0; aspect-ratio:4/5}
.apex-gallery img{width:100%; height:100%; object-fit:cover; display:block;
  filter:grayscale(.25) contrast(1.05); transition:transform 1.05s var(--ease)}
.apex-gallery a:hover img{transform:scale(1.04)}
.apex-gallery figcaption{font-family:var(--mono); font-size:.66rem; color:var(--grey); padding:.5rem .6rem}
.apex-gallery[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.apex-gallery[data-count="2"] a,.apex-gallery[data-count="3"] a{aspect-ratio:4/3}
@media (max-width:640px){
  .apex-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .apex-gallery[data-count="1"]{grid-template-columns:1fr}
}

/* --------------------------------------------------------------- lightbox */
.apex-lb{position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center;
  background:rgba(6,6,6,.96); padding:5vh 4vw; opacity:0; pointer-events:none; transition:opacity .2s ease}
.apex-lb.is-open{opacity:1; pointer-events:auto}
.apex-lb img{max-width:100%; max-height:82vh; width:auto; height:auto}
.apex-lb figcaption{color:var(--grey); font-family:var(--mono); font-size:.78rem; text-align:center;
  margin-top:1rem; max-width:70ch}
.apex-lb-inner{display:flex; flex-direction:column; align-items:center; max-width:100%}
.apex-lb-close{position:absolute; top:clamp(.8rem,3vw,2rem); right:clamp(.8rem,3vw,2rem);
  width:44px; height:44px; border:2px solid var(--bone); background:var(--black); color:var(--bone);
  font-size:1.3rem; line-height:1; cursor:pointer; display:grid; place-items:center; border-radius:0}
.apex-lb-close:hover{border-color:var(--gold); color:var(--gold)}
.apex-lb-nav{position:absolute; top:50%; transform:translateY(-50%); width:48px; height:48px;
  border:2px solid var(--bone); background:var(--black); color:var(--bone); font-size:1.4rem;
  cursor:pointer; display:grid; place-items:center; border-radius:0}
.apex-lb-nav:hover{border-color:var(--gold); color:var(--gold)}
.apex-lb-prev{left:clamp(.6rem,3vw,2rem)} .apex-lb-next{right:clamp(.6rem,3vw,2rem)}
@media (max-width:640px){.apex-lb{padding:9vh 3vw} .apex-lb-nav{width:40px;height:40px;font-size:1.15rem} .apex-lb-close{width:38px;height:38px}}

/* ============================================================ PAGE COMPONENTS */
.apex-section{padding-block:clamp(2.6rem,6vw,5rem)}
.apex-kicker{font-family:var(--mono); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); margin:0}
.apex-lede{font-size:clamp(1.05rem,1.4vw,1.3rem); line-height:1.55; color:var(--grey); max-width:60ch; margin:0}
.apex-btn-row{display:flex; flex-wrap:wrap; gap:.7rem; margin-top:.4rem}
.apex-btn{display:inline-flex; align-items:center; font-family:var(--sans); font-weight:700; font-size:.85rem;
  letter-spacing:.04em; text-transform:uppercase; text-decoration:none; padding:.85rem 1.5rem;
  border-radius:0; background:var(--gold); color:#1A1204; border:2px solid var(--gold);
  transition:background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease)}
.apex-btn:hover{background:var(--bone); border-color:var(--bone); color:var(--black)}
.apex-btn.ghost{background:transparent; color:var(--bone); border-color:var(--bone)}
.apex-btn.ghost:hover{background:var(--bone); border-color:var(--bone); color:var(--black)}
.apex-btn.light{background:var(--bone); border-color:var(--bone); color:var(--black)}
.apex-btn.light:hover{background:var(--gold); border-color:var(--gold); color:#1A1204}

/* --- hero: duotone photograph, letterbox bars, type crossing the edge --- */
.apex-hero{margin-block:0 clamp(1rem,2vw,1.6rem)}
.apex-hero-frame{position:relative; overflow:hidden; min-height:clamp(380px,64vh,680px);
  display:flex; align-items:flex-end; background:var(--panel); border:2px solid var(--bone)}
.apex-hero-frame > img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  object-position:50% 38%; z-index:0; filter:grayscale(1) contrast(1.15) brightness(.92)}
.apex-hero-frame::after{content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(155deg, rgba(31,110,106,.55), rgba(232,166,59,.38) 58%, rgba(11,11,12,.12));
  mix-blend-mode:color}
.apex-hero-slug{position:absolute; z-index:3; top:clamp(1rem,2.4vw,1.6rem); left:clamp(1.3rem,3.2vw,2.6rem);
  max-width:calc(100vw - 2 * clamp(1.3rem,3.2vw,2.6rem)); white-space:normal}
.apex-hero-caption{position:relative; z-index:2; padding:clamp(1.3rem,3.2vw,2.8rem); color:var(--bone);
  display:grid; gap:.7rem; width:100%; max-width:24ch}
.apex-hero-caption .apex-kicker{
  font-family:var(--mono); background:var(--black); display:inline-block; padding:.3rem .6rem; width:max-content;
}
.apex-hero-caption h1{
  color:var(--bone); margin:0; font-family:var(--disp); font-weight:400; text-transform:uppercase;
  font-size:clamp(2.6rem,8vw,6.6rem); line-height:.86; letter-spacing:.005em;
}
.apex-hero-caption h1 span{color:var(--gold)}
.apex-hero-under{display:grid; grid-template-columns:1.3fr 1fr; gap:clamp(1rem,3vw,3rem);
  align-items:end; padding-top:clamp(1.4rem,3vw,2.2rem)}
.apex-hero-under .apex-btn-row{justify-self:end}
@media (max-width:860px){
  .apex-hero-under{grid-template-columns:1fr; align-items:start}
  .apex-hero-under .apex-btn-row{justify-self:start}
  .apex-hero-caption{max-width:100%}
}

/* --- numbers band: poster-stat treatment, huge Anton numerals --- */
.apex-band{background:var(--black); color:var(--bone); margin:0; border:2px solid var(--bone);
  display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:0}
.apex-band > div{padding:clamp(1.4rem,3vw,2.2rem); border-right:2px solid var(--bone)}
.apex-band > div:last-child{border-right:0}
.apex-band dt{font-family:var(--mono); font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; color:var(--grey); margin:0 0 .3rem}
.apex-band dd{margin:0; font-family:var(--disp); font-weight:400; font-size:clamp(2.2rem,4.6vw,3.6rem);
  line-height:.9; color:var(--bone)}
.apex-band dd em{font-style:normal; color:var(--gold)}

/* --- section head --- */
.apex-head{display:flex; align-items:end; gap:1rem; flex-wrap:wrap; margin-bottom:1.6rem;
  padding-bottom:.9rem; border-bottom:2px solid var(--bone)}
.apex-head h2{margin:0; font-size:clamp(1.9rem,4vw,3rem)}
.apex-side{margin-left:auto; font-family:var(--mono); font-size:.7rem; letter-spacing:.12em;
  text-transform:uppercase; color:var(--grey)}

/* --- location / species cards: duotone photo, flat stamp tag, hard corners --- */
.apex-locs{display:grid; gap:2px; grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  background:var(--edge); border:2px solid var(--bone)}
.apex-loc{position:relative; overflow:hidden; text-decoration:none; min-height:330px;
  display:flex; align-items:flex-end; background:var(--black)}
.apex-loc > img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;
  filter:grayscale(1) contrast(1.1); transition:transform 1.1s var(--ease)}
.apex-loc:hover > img{transform:scale(1.05)}
.apex-loc::after{content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(160deg, rgba(31,110,106,.5), rgba(232,166,59,.32) 60%, rgba(11,11,12,.12));
  mix-blend-mode:color}
.apex-loc-tag{position:absolute; top:.8rem; left:.8rem; z-index:3}
.apex-loc-body{position:relative; z-index:2; padding:1.2rem; color:var(--bone); display:grid; gap:.4rem; width:100%; min-width:0}
.apex-loc-body h3{margin:0; font-family:var(--disp); font-weight:400; text-transform:uppercase;
  font-size:1.5rem; color:var(--bone); letter-spacing:.005em; line-height:.98; overflow-wrap:break-word}
.apex-loc-body p{margin:0; font-size:.88rem; color:var(--bone); opacity:.86; line-height:1.5; font-family:var(--sans)}
.apex-n{font-family:var(--mono); font-size:.66rem; letter-spacing:.08em; text-transform:uppercase; color:var(--bone); opacity:.72; overflow-wrap:break-word}

/* --- gallery wall (uses .apex-loc as a repeatable tile) --- */
.apex-wall{display:grid; gap:2px; grid-template-columns:repeat(auto-fill,minmax(210px,1fr));
  background:var(--edge); border:2px solid var(--bone)}
.apex-wall .apex-loc{min-height:230px}
.apex-wall .apex-loc-body h3{font-size:1.15rem}
.apex-wall .apex-loc:not(:has(img)){background:var(--panel); align-items:center; justify-content:center; text-align:center}
.apex-wall .apex-loc:not(:has(img)) .apex-loc-body{position:static; color:var(--grey); padding:1.4rem}
.apex-wall .apex-loc:not(:has(img)) .apex-loc-body h3{color:var(--bone)}
.apex-wall .apex-loc:not(:has(img)) .apex-loc-tag{position:static; margin-bottom:.6rem}
@media (max-width:640px){.apex-wall{grid-template-columns:repeat(2,minmax(0,1fr))} .apex-wall .apex-loc{min-height:190px} .apex-wall .apex-loc-body h3{font-size:1rem}}

/* --- colour-blocked journal strip: flat teal block, no gradient --- */
.apex-jrn{overflow:hidden; display:grid; grid-template-columns:1.1fr 1fr; background:var(--teal-dim);
  color:var(--bone); border:2px solid var(--bone)}
.apex-jrn-body{padding:clamp(1.5rem,3.4vw,3rem); display:grid; gap:1rem; align-content:center}
.apex-jrn-body h2{margin:0; color:var(--bone); font-family:var(--disp); font-weight:400; text-transform:uppercase;
  font-size:clamp(1.9rem,3.6vw,3rem); letter-spacing:.005em; line-height:.92}
.apex-jrn-body p{margin:0; color:var(--bone); opacity:.9; max-width:46ch}
.apex-jrn-body .apex-kicker{opacity:.9}
.apex-jrn > img{width:100%; height:100%; object-fit:cover; min-height:300px;
  filter:grayscale(1) contrast(1.1)}
@media (max-width:820px){.apex-jrn{grid-template-columns:1fr} .apex-jrn > img{order:-1; min-height:240px}}

/* --- split feature --- */
.apex-split{display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.4rem,4vw,3.5rem); align-items:center}
.apex-split figure{margin:0; overflow:hidden; border:2px solid var(--bone)}
.apex-split figure img{width:100%; aspect-ratio:4/5; object-fit:cover; filter:grayscale(.4) contrast(1.05)}
.apex-split-body{display:grid; gap:1rem; align-content:start}
.apex-split-body h2{margin:0; font-size:clamp(1.9rem,3.8vw,2.9rem)}
.apex-split-body p{margin:0; color:var(--grey)}
@media (max-width:860px){.apex-split{grid-template-columns:1fr} .apex-split figure img{aspect-ratio:4/3}}

/* ================================================================ BREADCRUMBS
   Auto-injected by the plugin ahead of entry-content. Flat stamp trail,
   matches the poster component language. */
.apex-crumb{
  font-family:var(--mono); font-size:.72rem; letter-spacing:.04em; color:var(--grey);
  display:flex; flex-wrap:wrap; align-items:center; gap:.4rem; padding-block:1rem;
  border-bottom:1px solid var(--edge); margin-bottom:1.6rem; text-transform:uppercase;
}
.apex-crumb a{color:var(--grey); text-decoration:none}
.apex-crumb a:hover{color:var(--gold)}
.apex-crumb .sep{color:var(--gold-dim)}
.apex-crumb .here{color:var(--bone)}

/* ----------------------------------------------------------- WooCommerce --- */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--disp); font-weight:400; text-transform:uppercase; color:var(--bone); letter-spacing:.005em;
}
.woocommerce ul.products li.product img,.woocommerce div.product div.images img{border-radius:0}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price{
  font-family:var(--mono); font-variant-numeric:tabular-nums; color:var(--gold);
}
.woocommerce div.product .product_title{font-family:var(--disp); font-weight:400; text-transform:uppercase}
.woocommerce span.onsale{background:var(--gold); color:#1A1204; border-radius:0; font-family:var(--mono)}

/* --------------------------------------------------------------- motion --- */
.apex-js [data-apex-reveal]{opacity:0; transform:translateY(18px);
  transition:opacity .7s var(--ease), transform .7s var(--ease)}
.apex-js [data-apex-reveal].apex-in{opacity:1; transform:none}
.apex-js [data-apex-reveal].apex-now{transition:none}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important; transition:none!important}
  .apex-js [data-apex-reveal]{opacity:1!important; transform:none!important}
}

a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible,.wp-block-button__link:focus-visible{
  outline:2px solid var(--gold); outline-offset:3px;
}
