/*
Theme Name: Cogan Couture Child
Template: rara-ecommerce-pro
Description: Child theme for cogancouture.com — Kristin Cogan's handmade-and-curated boutique. Rara eCommerce Pro underneath; the brand on top is Couture Plum and Antique Gold on warm paper, Playfair-led, hairline rules, no badges, nothing that looks discounted. The darker scheme: plum header, gold monogram.
Version: 1.0
Text Domain: cogan-child
*/

/* ------------------------------------------------------------------ tokens
 * Spec §4.1. Paper, not white. Plum is the ground for the header, the footer
 * slab and the closing band; gold is a line weight, never a surface.
 */
:root{
  --paper:   #F8F5F0;
  --paper-2: #F2EDE6;
  --ink:     #17161A;
  --ink-2:   #3D3840;
  --plum:    #4B2E3A;
  --plum-2:  #3A2230;
  /* ---------------------------------------------- PINK COLOURWAY 2026-09-16
   * Authoritative palette. Never hardcode these hexes in a template — always
   * reference the token, so a future change is one edit here.
   *
   * Measured contrast (sRGB, WCAG 2.1):
   *   white  on --cc-rose  4.70  PASS small text
   *   blush  on --cc-rose  3.20  PASS large mark
   *   gold   on --cc-rose  1.52  KNOWN AND ACCEPTED — the blush keyline on the
   *                              C is the mitigation. Do not "fix" this by
   *                              altering --cc-gold.
   *   deep   on --cc-paper 7.21  PASS
   *
   * Why two pink grounds: --cc-rose carries only the lockup and large display
   * type. Bands that carry small body copy use --cc-deep, because on --cc-rose
   * the existing cream body text measures 4.01 and the muted text 3.05, both
   * under 4.5. On --cc-deep the same colours measure 6.69 and 5.09.
   */
  --cc-rose:  #BE4C73;   /* hero / header / full-bleed bands */
  --cc-blush: #F7C9D8;   /* the S on pink grounds; the C keyline */
  --cc-petal: #FBE8EE;   /* light section wash, cards, inputs */
  --cc-deep:  #8E2F52;   /* body-copy bands, hovers, pink text on ivory */
  --cc-gold:  #B08D57;   /* the C, everywhere, unchanged */
  --cc-paper: #F8F5F0;
  --cc-ink:   #17161A;
  --cc-plum:  #4B2E3A;   /* retained for the footer — see .site-footer */
  --cc-on-rose: #FFFFFF; /* text on --cc-rose; cream (#F3ECE3) is only 4.01 */

  /* superseded by the tokens above; kept so any rule still pointing at them
     lands on-palette rather than reverting to maroon */
  --brand-bg:   #BE4C73;
  --brand-bg-2: #8E2F52;
  --gold:    #B08D57;
  --gold-2:  #8F7146;
  --gold-lt: #E8C89A;
  --muted:   #6E6259;
  --hair:    #E2DAD0;
  --sold:    #8A7466;
  --sage:    #7C8F72;
  --on-plum: #F3ECE3;
  --on-plum-2: #D8CFC4;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-label:   "Jost", ui-sans-serif, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-body:    "Source Sans 3", "Source Sans Pro", ui-sans-serif, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1180px;
  --narrow: 960px;
  --gutter: 48px;
  /* the parent's variables, remapped — anything the child doesn't restyle still lands on-palette */
  --primary-color: #4B2E3A; --primary-color-rgb: 75,46,58;
  --secondary-color: #B08D57; --secondary-color-rgb: 176,141,87;
  --grey-color: #6E6259; --light-black: #17161A; --light-black-rgb: 23,22,26;
  --dark-black: #17161A; --white-color: #F8F5F0; --light-gray: #F2EDE6;
  --primary-font: "Source Sans 3", sans-serif; --secondary-font: "Playfair Display", serif;
}

/* ------------------------------------------------------------------ base */
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body,body.woocommerce-page,#page{background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
body{font-weight:400}
a{color:var(--plum);text-decoration:none;transition:color .15s}
a:hover{color:var(--cc-deep);text-decoration:none}
img{max-width:100%;height:auto}
::selection{background:var(--cc-rose);color:var(--paper)}
h1,h2,h3,h4,h5,.site-title,.section-title,.banner-title,.page-title,.entry-title,.woocommerce-loop-product__title,.product_title,.woocommerce div.product .product_title,.page-header .page-title,.woocommerce-products-header__title,.page-header .archive-title{
  font-family:var(--font-display)!important;font-weight:400!important;line-height:1.18;letter-spacing:0;color:var(--ink);margin:0 0 .5em;text-transform:none}
h1,.page-title,.page-header h1,.page-header .page-title,.woocommerce-products-header__title{font-size:clamp(30px,5.2vw,50px);line-height:1.18}
h2,.section-title{font-size:clamp(24px,3.6vw,34px);line-height:1.25}
h3{font-size:clamp(1.25rem,2vw,1.5rem)}
h4{font-family:var(--font-label);font-size:.78rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 0 .8em}
p{margin:0 0 1.2em}
strong,b{font-weight:600}
em{font-style:italic}
.section-title{text-align:center;position:static}
.section-title::after,.section-title::before{display:none!important}
.kicker,.eyebrow{display:block;font-family:var(--font-label);font-weight:300;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2);margin:0 0 18px}
.container-sm,.container,.container-lg{max-width:var(--wrap);padding-left:24px;padding-right:24px;margin-left:auto;margin-right:auto;width:auto}
.wrap{max-width:var(--narrow);margin:0 auto;padding:0 20px}
.lead{text-align:center;color:var(--muted);max-width:58ch;margin:0 auto 34px;font-size:clamp(17px,2.2vw,20px);line-height:1.6}
.prose{max-width:64ch;margin:0 auto}
.prose p{margin:0 0 20px}
.rule{width:70px;height:1px;background:var(--gold);margin:34px auto}
.rule--left{margin-left:0}
.beat{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:clamp(20px,3vw,26px);line-height:1.45;color:var(--plum);text-align:center;margin:34px auto;max-width:24ch}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden}
.hp{position:absolute!important;left:-9999px!important}
.cf{color:#A08C5E;font-family:var(--font-label);font-size:12px;letter-spacing:.04em}
.button-wrap{margin-top:2.2rem;text-align:center}

/* buttons — gold hairline, plum fill on hover. Never red, never bold. */
.btn,.primary-btn,.btn-readmore,.bttn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce #review_form #respond .form-submit input,.wc-block-components-button,.cc-form button,.nl-form button{
  display:inline-block;font-family:var(--font-label)!important;font-weight:400!important;font-size:12px!important;letter-spacing:.2em;text-transform:uppercase;
  background:var(--cc-rose)!important;color:var(--cc-on-rose)!important;border:1px solid var(--cc-rose)!important;border-radius:0!important;padding:15px 34px!important;line-height:1!important;
  box-shadow:none!important;text-decoration:none!important;cursor:pointer;transition:background .15s,color .15s,border-color .15s}
.btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.cc-form button:hover,.nl-form button:hover{background:var(--cc-deep)!important;border-color:var(--cc-deep)!important;color:var(--cc-on-rose)!important}
.btn--ghost{background:transparent!important;color:var(--ink)!important;border-color:var(--gold)!important}
.btn--ghost:hover{background:var(--cc-rose)!important;color:var(--cc-on-rose)!important;border-color:var(--cc-rose)!important}
.btn--onplum{background:transparent!important;color:var(--on-plum)!important;border-color:var(--gold)!important}
.btn--onplum:hover{background:var(--gold)!important;color:var(--plum)!important;border-color:var(--gold)!important}
.btnrow{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1.6rem}
.btnrow--left{justify-content:flex-start}

/* ------------------------------------------------------------------ header — the darker scheme */
.cc-bar{background:var(--ink);color:var(--on-plum-2);font:300 12px/1 var(--font-label);letter-spacing:.18em;text-transform:uppercase;text-align:center;padding:10px 14px}
.cc-header{background:var(--cc-rose);color:var(--on-plum)}
.cc-header .cc-lock-row{position:relative;padding:24px 20px 18px}
.cc-header .lock{max-width:430px;margin:0 auto;display:block}
.cc-header .lock img,.cc-header .lock svg{width:100%;height:auto;display:block}
.cc-header .cc-tools{position:absolute;right:24px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:1.1rem}
.cc-cart{display:inline-flex;align-items:center;gap:.45rem;color:var(--on-plum-2);font:300 11px var(--font-label);letter-spacing:.16em;text-transform:uppercase}
.cc-cart:hover{color:var(--gold-lt)}
.cc-cart svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.3}
.cc-cart .n{font-family:var(--font-label);font-size:11px;color:var(--gold-lt)}
.cc-nav{text-align:center;padding:0 10px 20px;background:var(--cc-rose);border-bottom:1px solid rgba(176,141,87,.45)}
.cc-nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:0}
.cc-nav ul li{margin:0;padding:0}
.cc-nav ul li a{font:400 12px var(--font-label);letter-spacing:.16em;text-transform:uppercase;color:#E6DCD1;text-decoration:none;margin:0 clamp(8px,2vw,18px);white-space:nowrap;display:inline-block;padding:6px 0;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}
.cc-nav ul li a:hover{color:var(--gold-lt)}
.cc-nav ul li.current-menu-item>a,.cc-nav ul li.current_page_item>a,.cc-nav ul li.current-menu-ancestor>a,.cc-nav ul li.current_page_parent>a,.cc-nav ul li.is-current>a{color:#D8A85F}
.cc-nav .sub-menu{display:none}
.cc-menu-btn{display:none;position:absolute;left:20px;top:50%;transform:translateY(-50%);background:none;border:0;padding:8px;cursor:pointer}
.cc-menu-btn span{display:block;width:22px;height:1px;background:var(--on-plum);margin:6px 0;transition:transform .2s,opacity .2s}
.cc-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.cc-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.cc-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.site-header,.mobile-header,.sticky-header,#masthead{display:none!important} /* the parent's headers never render; the child's does */

/* ------------------------------------------------------------------ home hero — typographic, on paper, the mark behind it */
.cc-hero{position:relative;text-align:center;padding:72px 20px 56px;overflow:hidden;background:var(--paper)}
.cc-hero .mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(560px,80vw);opacity:.09;pointer-events:none}
.cc-hero .mark img{width:100%;height:auto;display:block}
.cc-hero .inner{position:relative;max-width:var(--narrow);margin:0 auto}
.cc-hero h1{font-size:clamp(34px,6vw,62px);line-height:1.12;margin:0 0 16px}
.cc-hero h1 em{font-style:italic;font-weight:400;color:var(--plum)}
.cc-hero .sub{font-size:clamp(17px,2.2vw,20px);line-height:1.6;color:var(--muted);max-width:60ch;margin:0 auto}
.cc-hero .btnrow{margin-top:30px}
.cc-hero .three{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin:30px auto 0;font:300 12px var(--font-label);letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2)}
.cc-hero .three span{padding:0 14px;position:relative}
.cc-hero .three span+span::before{content:"·";position:absolute;left:-4px;color:var(--gold)}

/* doors — three tiles */
.cc-doors{padding:20px 0 64px}
.door-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gutter)}
.door{display:block;color:var(--ink);text-align:center}
.door .art{aspect-ratio:4/5;background:var(--paper-2);border:1px solid transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:border-color .2s}
.door .art img{width:100%;height:100%;object-fit:cover;display:block}
.door .art .ph{width:44%;opacity:.9}
.door:hover .art{border-color:var(--gold)}
.door .name{display:block;font-family:var(--font-display);font-size:clamp(22px,2.6vw,28px);margin:20px 0 6px;line-height:1.2}
.door .line{display:block;color:var(--muted);font-size:15px;max-width:30ch;margin:0 auto;line-height:1.55}
.door .go{display:block;font:300 12px var(--font-label);letter-spacing:.2em;text-transform:uppercase;color:var(--gold-2);margin-top:14px}
.door .go::after{content:"";display:block;width:26px;height:1px;background:var(--gold);margin:10px auto 0}

/* sections */
.cc-sec{padding:64px 0}
.cc-sec.alt{background:var(--paper-2);border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}
.cc-sec .section-title,.cc-sec h2{text-align:center;margin-bottom:10px}
.cc-sec .kicker{text-align:center}
.cc-sec.plum{background:var(--cc-deep);color:var(--on-plum);border:0}
.cc-sec.plum h2,.cc-sec.plum .section-title{color:var(--paper)}
.cc-sec.plum .kicker{color:var(--gold-lt)}
.cc-sec.plum p{color:var(--on-plum-2)}
.cc-sec.plum .lead{color:var(--on-plum-2)}

/* about band on the homepage */
.about-band{display:grid;grid-template-columns:1.2fr .8fr;gap:var(--gutter);align-items:center}
.about-band .copy h2{text-align:left;font-size:clamp(24px,3.2vw,32px)}
.about-band .copy .kicker{text-align:left}
.about-band .copy p,.about-band .copy .sig,.cc-about-band.about-section .copy{text-align:left}
.about-band .copy p{font-size:1.05rem;max-width:56ch}
.cc-about-band.about-section{max-width:none;margin:0;text-align:left}
.about-band .sig{font-family:var(--font-display);font-style:italic;font-size:1.3rem;color:var(--plum);margin:.4rem 0 1.4rem}
.about-band figure{margin:0;max-width:400px;justify-self:end}
.frame{border:1px solid var(--hair);padding:10px;background:var(--paper)}
.frame img{display:block;width:100%;height:auto}
figure{margin:0}
figcaption{font:300 12px var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:10px;text-align:center}
.slot{border:1px dashed var(--gold);background:var(--paper-2);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}
.slot span{font:300 12px/1.8 var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:#8C7A5C}
.slot.portrait{aspect-ratio:4/5}

/* curated band */
.curated-band .inner{max-width:var(--narrow);margin:0 auto;text-align:center}
.curated-band .tag{font-family:var(--font-display);font-style:italic;font-size:clamp(26px,4vw,40px);color:var(--paper);line-height:1.25;margin:0 0 18px}
.curated-band p{max-width:56ch;margin:0 auto 28px}
.grade-row{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:34px auto 0;max-width:var(--narrow)}
.grade{border:1px solid rgba(176,141,87,.45);padding:22px 18px;text-align:left}
.grade b{display:block;font:400 12px var(--font-label);letter-spacing:.2em;text-transform:uppercase;color:var(--gold-lt);margin-bottom:8px}
.grade span{font-size:15px;color:var(--on-plum-2);line-height:1.55}
.cc-sec.alt .grade{border-color:var(--hair);background:var(--paper)}
.cc-sec.alt .grade b{color:var(--gold-2)}
.cc-sec.alt .grade span,.page-curated .grade span{color:var(--muted)}

/* testimonials — one honest placeholder */
.review-card{max-width:720px;margin:0 auto;padding:36px 32px;border:1px dashed var(--gold);background:var(--paper);text-align:center}
.review-card blockquote{font-family:var(--font-display);font-size:clamp(20px,2.6vw,26px);font-style:italic;color:var(--sage);margin:0 0 1rem;line-height:1.35;border:0;padding:0}
.review-card .attrib{font:300 12px var(--font-label);letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0}
.disclose{font-size:.92rem;color:var(--muted);max-width:62ch;margin:1.6rem auto 0;text-align:center}

/* newsletter */
.nl-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch;position:relative;max-width:520px;margin:0 auto}
.nl-form input[type=email]{flex:1 1 220px;min-width:0;font:400 1rem var(--font-body);padding:.9rem 1rem;border:1px solid var(--hair);background:var(--paper);color:var(--ink);border-radius:0;outline:0}
.nl-form input[type=email]:focus{border-color:var(--gold)}
.nl-form .form-ok{flex-basis:100%;margin:.5rem 0 0;font-size:.9rem;color:var(--sage);text-align:center}
.cc-sec.plum .nl-form input[type=email]{background:rgba(248,245,240,.06);border-color:rgba(176,141,87,.5);color:var(--paper)}
.cc-sec.plum .nl-form input[type=email]::placeholder{color:#B7AC9D}
.cc-sec.plum .nl-form button{background:transparent!important;border-color:var(--gold)!important;color:var(--on-plum)!important}
.cc-sec.plum .nl-form button:hover{background:var(--gold)!important;color:var(--plum)!important}

/* ------------------------------------------------------------------ pages */
.site-content{padding:0 0 4rem}
body.cc-own-hero .page-header{display:none}
.page-header,.woocommerce .page-header{background:transparent;border:0;padding:56px 0 8px;margin:0;text-align:center}
.page-header .container-sm{text-align:center}
.page-header .page-title,.page-header h1{margin:0 0 14px}
.content-area{width:100%;float:none}
.page-hero{text-align:center;padding:56px 0 20px}
.page-hero .em{max-width:380px;margin:0 auto 6px}
.page-hero .em img{width:100%;height:auto;display:block}
.page-hero h1{margin:0 0 14px}
.page-hero .sub{font-size:clamp(17px,2.2vw,20px);line-height:1.6;color:var(--muted);max-width:62ch;margin:0 auto}
.page-hero .kicker{text-align:center}
.duo{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:34px;align-items:center}
.duo p{margin:0 0 20px}
.leaves{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:22px}
.leaf{background:var(--paper);border:1px solid var(--hair);padding:26px 22px;text-align:center}
.leaf .initial{font-family:var(--font-display);font-size:46px;line-height:1;color:var(--plum)}
.leaf .initial::after{content:"";display:block;width:26px;height:1px;background:var(--gold);margin:12px auto 0}
.leaf h3{font:400 13px var(--font-label);letter-spacing:.2em;text-transform:uppercase;margin:14px 0 10px}
.leaf p{font-size:15px;color:var(--muted);margin:0}
.close{background:var(--cc-deep);color:var(--on-plum);text-align:center;padding:60px 20px 66px}
.close .cl{max-width:150px;margin:0 auto 22px}
.close .cl img{width:100%;height:auto;display:block}
.close h2{color:var(--paper)}
.close p{max-width:52ch;margin:0 auto 28px;color:var(--on-plum-2)}
.plain{list-style:none;padding:0;margin:1.4rem 0}
.plain li{padding:.6rem 0;border-top:1px solid var(--hair);color:var(--ink-2)}
.plain li:last-child{border-bottom:1px solid var(--hair)}
.lede{font-family:var(--font-display);font-size:clamp(20px,2.6vw,26px);line-height:1.4;color:var(--ink);max-width:30ch}
.two-col{display:grid;grid-template-columns:1fr 1.15fr;gap:var(--gutter);align-items:start}
table.cc-table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.98rem}
table.cc-table th,table.cc-table td{text-align:left;padding:.65rem .4rem;border-bottom:1px solid var(--hair);vertical-align:top}
table.cc-table th{font:400 12px var(--font-label);letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2)}
.fine{font-size:.9rem;color:var(--muted)}
.qa dt{font-family:var(--font-display);font-size:1.25rem;margin-top:1.6rem}
.qa dd{margin:.4rem 0 0;color:var(--ink-2)}
.confirm-frame{border:1px dashed var(--gold);background:var(--paper-2);padding:16px 18px;font:400 13px/1.6 var(--font-body);color:#6B5B43;margin:26px 0}
.confirm-frame strong{color:var(--gold-2)}

/* forms */
.cc-form{background:var(--paper-2);border:1px solid var(--hair);padding:2rem}
.cc-form label{display:block;font:300 12px var(--font-label);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);margin-bottom:1.1rem}
.cc-form input[type=text],.cc-form input[type=email],.cc-form select,.cc-form textarea{display:block;width:100%;margin-top:.4rem;font:400 1rem var(--font-body);letter-spacing:0;text-transform:none;padding:.8rem .9rem;border:1px solid var(--hair);background:var(--paper);color:var(--ink);border-radius:0;outline:0;box-sizing:border-box}
.cc-form input:focus,.cc-form select:focus,.cc-form textarea:focus{border-color:var(--gold)}
.cc-form .f-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.cc-form .fine{margin:1rem 0 0}
.form-ok{color:var(--sage);font-weight:600;margin-bottom:1rem}
.form-err{color:#8B3A2F;margin-bottom:1rem}
.contact-list{margin:1.6rem 0}
.contact-list dt{font:300 12px var(--font-label);letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2);margin-top:1rem}
.contact-list dd{margin:.15rem 0 0;font-size:1.05rem}

/* ------------------------------------------------------------------ WooCommerce — spec §4.3 card */
.woocommerce ul.products,.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gutter);margin:0;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce-page ul.products::before,.woocommerce-page ul.products::after{display:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto;margin:0;padding:0;float:none;background:transparent;border:0;box-shadow:none;text-align:left}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:1/1;object-fit:cover;margin:0;border-bottom:1px solid var(--hair);box-shadow:none;transition:opacity .2s}
.woocommerce ul.products li.product:hover a img{opacity:.92}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h2{font-family:var(--font-display);font-size:1.35rem;font-weight:400;padding:1rem 0 0;margin:0 0 .3rem;line-height:1.2;color:var(--ink);text-align:left}
.card-meta,.single-meta{font-family:var(--font-label);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 .45rem;line-height:1.7}
.card-meta .shelf,.single-meta .shelf{color:var(--gold-2)}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price{font-family:var(--font-label);font-weight:300;font-size:1rem;color:var(--ink);letter-spacing:.04em;margin:0}
.woocommerce ul.products li.product .price del,.woocommerce div.product p.price del{display:none}
.woocommerce ul.products li.product .price ins,.woocommerce div.product p.price ins{text-decoration:none;font-weight:300}
.woocommerce span.onsale,span.outofstock,.product-cat,.woocommerce .yith-wcwl-add-to-wishlist,.woocommerce .quick-view{display:none!important}
.woocommerce .woocommerce-breadcrumb,.woocommerce-result-count,.woocommerce-ordering,.view-wrap{display:none}
/* sold — greyed, no price, still visible */
.woocommerce ul.products li.product.is-sold a img{opacity:.55;filter:saturate(.35)}
.woocommerce ul.products li.product.is-sold .price{display:none}
.woocommerce ul.products li.product.is-sold .woocommerce-loop-product__title{color:var(--sold)}
.sold-line{font-family:var(--font-label);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--sold)}
.woocommerce nav.woocommerce-pagination ul{border:0}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{font-family:var(--font-label);font-size:.8rem;letter-spacing:.1em;padding:.6rem .9rem;color:var(--ink-2)}
.woocommerce nav.woocommerce-pagination ul li span.current{background:transparent;color:var(--ink);border-bottom:1px solid var(--gold)}
.page-header .archive-title,.woocommerce-products-header__title{font-family:var(--font-display);font-weight:400;font-size:clamp(30px,5.2vw,50px)}
.page-header .sub-title{display:block;color:var(--muted);margin:.6rem auto 0;max-width:60ch;font-size:1.1rem}
/* shelf chips above the shop grid */
.shelf-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:0 6px;margin:8px 0 40px;padding-bottom:16px;border-bottom:1px solid var(--hair)}
.shelf-nav a{font:300 12px var(--font-label);letter-spacing:.18em;text-transform:uppercase;color:var(--muted);padding:8px 14px;border-bottom:1px solid transparent}
.shelf-nav a:hover{color:var(--ink)}
.shelf-nav a.is-active{color:var(--plum);border-bottom-color:var(--gold)}
.woocommerce-no-products-found .woocommerce-info{background:transparent;border:1px dashed var(--gold);color:var(--muted)}

/* single product */
.single-product .page-header{display:none}
.single-product .site-content{padding-top:2.5rem}
.woocommerce div.product .stock,.woocommerce div.product .product-badge,.woocommerce div.product .in-stock-badge{display:none!important}
.woocommerce div.product .product_title.entry-title,.woocommerce div.product h1.product_title{font-family:var(--font-display);font-weight:400;font-size:clamp(28px,3.6vw,40px);line-height:1.15;text-align:left;margin:0 0 .5rem}
.woocommerce div.product .single-meta{margin:0 0 .8rem}
.woocommerce div.product p.price{clear:both;display:block;float:none;font-size:1.15rem;margin-bottom:1.4rem}
.woocommerce div.product .woocommerce-tabs .panel h2,.woocommerce .related.products>h2,.woocommerce .up-sells>h2{font-family:var(--font-display);font-weight:400;text-align:left;font-size:1.5rem;margin:0 0 1.2rem;padding:0}
.woocommerce div.product .woocommerce-tabs .panel h2::after,.woocommerce .related.products>h2::after,.woocommerce .up-sells>h2::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs{text-align:left;padding:0;margin:0 0 1.2rem;border-bottom:1px solid var(--hair)}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent;border:0;border-radius:0;margin:0 1.6rem 0 0;padding:0;box-shadow:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-family:var(--font-label);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);padding:.8rem 0;font-weight:400}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:1px solid var(--gold)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ink)}
.woocommerce div.product .woocommerce-tabs .panel{padding:0;max-width:720px}
.woocommerce div.product .related.products{margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--hair)}
.woocommerce div.product{margin-top:1rem}
.woocommerce div.product div.images{width:52%;margin-bottom:2rem}
.woocommerce div.product div.images img{border-bottom:1px solid var(--hair)}
.woocommerce div.product div.images .flex-control-thumbs{margin-top:.6rem;display:flex;gap:.6rem}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto;flex:0 0 72px;margin:0}
.woocommerce div.product div.summary{width:42%}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:1.05rem;color:var(--ink-2)}
.woocommerce div.product form.cart{margin:1.4rem 0 1.8rem;padding:1.2rem 0;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}
.woocommerce div.product form.cart div.quantity{display:none}
.woocommerce div.product form.cart .button{margin-left:0}
.sold-note{margin:1.2rem 0 1.8rem;padding:1.2rem 0;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}
.sold-note p{color:var(--ink-2);margin-bottom:1rem}
.mto-note{font-size:.92rem;color:var(--muted)}
.woocommerce table.shop_attributes{border:0}
.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td{border:0;border-bottom:1px solid var(--hair);background:transparent;font-style:normal;padding:.6rem 0}
.woocommerce table.shop_attributes th{font-family:var(--font-label);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2);font-weight:400;width:170px}
.cc-disclosure{margin:0 0 1.4rem;padding:1rem 1.1rem;background:var(--paper-2);border:1px solid var(--hair)}
.cc-disclosure dt{font:300 11.5px var(--font-label);letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2);margin-top:.6rem}
.cc-disclosure dt:first-child{margin-top:0}
.cc-disclosure dd{margin:.1rem 0 0;font-size:.98rem;color:var(--ink-2)}
.poc-note{font:300 12px var(--font-label);letter-spacing:.1em;text-transform:uppercase;color:var(--sage);border:1px dashed var(--sage);padding:.8rem 1rem;margin-bottom:1.6rem;line-height:1.6}

/* cart + checkout — quiet */
.woocommerce-checkout h3,.woocommerce-cart h2,.woocommerce-cart .cart_totals h2,.woocommerce-order-received h2,.woocommerce-order-received h3,.woocommerce-MyAccount-content h2,.woocommerce-account h2{font-family:var(--font-display);font-weight:400;font-size:1.6rem;text-align:left;margin:0 0 1rem}
.woocommerce-checkout h3::after,.woocommerce-cart h2::after{display:none}
#ship-to-different-address{font-family:var(--font-label);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;font-weight:400}
.woocommerce form .form-row label{font-family:var(--font-label);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{border:1px solid var(--hair);background:var(--paper);border-radius:0;padding:.75rem .9rem;font:400 1rem var(--font-body);box-shadow:none;height:auto}
.woocommerce-checkout #payment{background:var(--paper-2);border-radius:0}
.woocommerce-checkout #payment div.payment_box{background:var(--paper);border:1px solid var(--hair);border-radius:0;color:var(--ink-2)}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--hair)}
.woocommerce-checkout #payment ul.payment_methods li label{font-family:var(--font-label);font-size:.85rem;letter-spacing:.04em}
.woocommerce-checkout-review-order-table{background:var(--paper-2)}
.woocommerce table.shop_table td.product-name{font-family:var(--font-display);font-size:1.1rem}
.woocommerce table.shop_table{border:0;border-collapse:collapse}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{border:0;border-bottom:1px solid var(--hair)}
.woocommerce table.shop_table th{font-family:var(--font-label);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-2);font-weight:400}
.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart form.woocommerce-cart-form table.shop_table{width:100%;float:none}
.woocommerce-cart .cart-collaterals{width:100%;float:none;display:flex;justify-content:flex-end;margin-top:2rem}
.woocommerce .cart-collaterals .cart_totals{width:100%;max-width:440px;float:none}
.woocommerce .cart-collaterals .cart_totals h2{background:transparent;padding:0}
.woocommerce table.shop_table td.product-thumbnail img{width:72px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--paper-2);border-top-color:var(--gold);color:var(--ink)}
.woocommerce-message:before,.woocommerce-info:before{color:var(--gold)}
.woocommerce .cart-empty,.woocommerce .return-to-shop{text-align:center}

/* ------------------------------------------------------------------ footer — plum slab, crest, three columns */
.site-footer{background:var(--cc-deep);border-top:1px solid rgba(176,141,87,.45);color:var(--on-plum-2)}
.site-footer a{color:var(--on-plum)}
.site-footer a:hover{color:var(--gold-lt)}
.site-footer h4{color:var(--gold-lt);font:300 12px var(--font-label);letter-spacing:.2em;text-transform:uppercase;margin:0 0 .9em;padding:0}
.site-footer h4::after,.site-footer h4::before{display:none}
.cc-footer{padding:56px 0 34px}
.cc-footer .grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:var(--gutter);align-items:start}
.cc-footer .crest{max-width:130px;margin-bottom:18px}
.cc-footer .crest img{width:100%;height:auto;display:block}
.cc-footer .col p{font-size:.98rem;color:var(--on-plum-2)}
.cc-footer .col p.three{font:300 12px var(--font-label);letter-spacing:.2em;text-transform:uppercase;color:var(--gold-lt);margin-bottom:1rem}
.foot-links{list-style:none;padding:0;margin:0}
.foot-links li{padding:.35rem 0}
.foot-links a{font:300 12px var(--font-label);letter-spacing:.16em;text-transform:uppercase}
.foot-social a{display:inline-block;margin-right:1.2rem;font:300 12px var(--font-label);letter-spacing:.16em;text-transform:uppercase}
.cc-footer .nl-form{margin:0}
.footer-b{border-top:1px solid rgba(176,141,87,.35);padding:1.2rem 0;background:transparent}
.footer-b .site-info{font:300 11px var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:#B7AC9D;text-align:center}
.footer-b .site-info em{font-family:var(--font-display);font-style:italic;text-transform:none;letter-spacing:0;font-size:13px;color:var(--gold-lt)}
.back-to-top{display:none!important}

/* ------------------------------------------------------------------ fancybox — quiet chrome */
.fancybox-bg{background:var(--paper)}
.fancybox-is-open .fancybox-bg{opacity:.98}
.fancybox-caption{color:var(--ink-2);font-family:var(--font-label);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;background:none}
.fancybox-button{background:transparent;color:var(--ink)}

/* ------------------------------------------------------------------ responsive */
@media (max-width:1024px){
  :root{--gutter:32px}
  .door-grid,.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr)}
  .grade-row{grid-template-columns:repeat(2,1fr)}
  .cc-footer .grid{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  .cc-header .cc-lock-row{padding:18px 64px 14px}
  .cc-header .lock{max-width:300px}
  .cc-header .cc-tools{right:18px}
  .cc-cart .lbl{display:none}
  .cc-menu-btn{display:block}
  .cc-nav{display:none;padding:6px 0 10px;border-top:1px solid rgba(176,141,87,.35)}
  .cc-nav.is-open{display:block}
  .cc-nav ul{flex-direction:column;gap:0}
  .cc-nav ul li a{display:block;padding:13px 20px;margin:0;border-bottom:1px solid rgba(176,141,87,.18);font-size:13px}
}
@media (max-width:768px){
  :root{--gutter:24px}
  body{font-size:16px}
  .cc-hero{padding:52px 20px 40px}
  .about-band,.two-col{grid-template-columns:1fr}
  .about-band figure{justify-self:start;max-width:340px}
  .cc-sec{padding:44px 0}
  .cc-form .f-row{grid-template-columns:1fr}
  .woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%;float:none}
  .cc-footer .grid{grid-template-columns:1fr}
  .cc-footer{padding:40px 0 26px}
}
@media (max-width:560px){
  .cc-bar .more{display:none}
  .door-grid,.woocommerce ul.products,.woocommerce-page ul.products,.grade-row{grid-template-columns:1fr}
  .woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:100%}
  .cc-form{padding:1.3rem}
  .cc-hero .three{flex-wrap:wrap;row-gap:6px}
}

/* full-bleed pages (own hero): the parent's wrappers are gone, so sections
 * carry their own .wrap / .container-sm */
.cc-bleed{padding:0}
.cc-bleed .close{margin-top:0}
.cc-bleed > main > .cc-sec:last-of-type{padding-bottom:64px}

/* shop archive header: tighter, centred chips */
.woocommerce .page-header,.woocommerce-page .page-header{padding:48px 0 0}
.woocommerce .page-header .page-title{margin-bottom:6px}
.shelf-nav{float:none!important;width:100%;clear:both;margin:18px 0 40px}
.woocommerce .woocommerce-notices-wrapper{clear:both}
/* single product: meta line above the price, price on its own line */
.woocommerce div.product .single-meta{display:block!important;float:none!important;width:100%;margin:0 0 .6rem}
.woocommerce div.product p.price,.woocommerce div.product span.price{display:block!important;float:none!important;clear:both!important;width:100%}
.woocommerce div.product .summary>*{float:none}
.woocommerce-Tabs-panel>h2:first-child{display:none}
.woocommerce div.product .woocommerce-tabs{padding-top:1rem}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;justify-content:flex-start}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{background:transparent}
.woocommerce div.product form.cart .single_add_to_cart_button{width:auto}
/* never let anything push the page wider than the phone */
html,body{overflow-x:hidden}

/* Bench strip — Handmade page (2026-09-15). Kristin's own workbench and market photographs. */
.cc-bench-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:22px}
.cc-bench-strip .frame{display:block;overflow:hidden;border-radius:2px}
.cc-bench-strip img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4;display:block;transition:transform .35s ease}
.cc-bench-strip .frame:hover img{transform:scale(1.03)}
@media(max-width:600px){.cc-bench-strip{grid-template-columns:repeat(2,1fr)}}
