/*
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:    astra-child
 */

@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Cabin:wght@400;500;600;700&family=Sumana:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Lato:wght@300;400;700;900&family=Unna:wght@400;700&display=swap");


/* Coaching with Ciara */
:root {
  --cw-burgundy: #753f47;
  --cw-burgundy-dark: #5e3239;
  --cw-taupe: #b7896a;
  --cw-sage: #f2f4f3;
  --cw-paper: #fffaf6;
  --cw-ink: #363131;
  --cw-muted: #736866;
  --cw-border: rgba(117, 63, 71, 0.18);
  --cw-heading-font: Arapey, Georgia, "Times New Roman", serif;
  --cw-accent-font: Unna, Georgia, "Times New Roman", serif;
  --cw-body-font: Lato, Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}
.ast-plain-container.ast-no-sidebar #primary {
	    margin-top: 0!important;
    margin-bottom: 0!important;
}
.cw-shop-image-wrap img, .cw-shop-panel ul.products li.product img, .cw-product-gallery img {
	object-fit:contain!important
}

.ast-separate-container #primary {
  margin-top:0!important;
}

.cw-footer-contact-line{
  margin-bottom: 0!important;
}

.cw-footer-contact-line{
  font-size: 14px!important;
  margin-bottom: 60px!important;
}

.cw-footer-social{gap: 10px!important;}

.cw-footer-social-instagram::before{
	background:url('https://apkgame.io/wp-content/uploads/2026/05/instagram-icon.png') no-repeat center center/contain!important;
  height: 28px!important;
  width: 28px!important;
	content:'';
  } 
.cw-footer-social-linkedin span[aria-hidden],.cw-footer-social-facebook span[aria-hidden] {
  font-size: 25px!important;
} 
.cw-footer-social{margin-bottom: 40px!important;}

.cw-footer-inner h2{margin-bottom: 25px!important;}

.cw-workshops { 
    background-size: 100% auto!important;}
.cw-services { 
    background-size: auto 82%!important;}
body {
  background: var(--cw-sage);
  color: var(--cw-ink);
  font-family: var(--cw-body-font);
  font-size: 17px;
  line-height: 1.75;
}

body,
button,
input,
select,
textarea {
  font-family: var(--cw-body-font);
}

a {
  color: var(--cw-burgundy);
}

a:hover,
a:focus {
  color: var(--cw-taupe);
}

.cw-hero-blurb .et-pb-icon { 
    border: 3px solid #c3bea9!important; 
    width: 50px!important;
      height: 50px!important;
      padding-bottom: 26px!important;
      font-size: 50px!important;}

a.cw-button.cw-button-light {
    color: #ffffff !important;
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #753F47;
    min-width: auto!important;
    padding: 20px 36px!important;
}

a.cw-button.cw-button-light:hover{
    background: var(--cw-taupe);
    border-color: var(--cw-taupe);
    color: #fff;
}

.cw-site-header {
  background: rgba(117, 63, 71, 0.86);
  backdrop-filter: blur(3px);
  box-shadow: none;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: opacity 420ms ease, transform 420ms ease, background-color 420ms ease;
  z-index: 1000;
}

.cw-site-header.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cw-header-inner {
  align-items: center;
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  min-height: 116px;
  padding: 12px 44px;
}

.cw-header-logo {
  display: none;
  line-height: 0;
}

.cw-header-logo img {
  display: block;
  height: auto;
  max-width: 180px;
}

.cw-primary-menu,
.cw-submenu,
.cw-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cw-primary-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
  justify-content: center;
}

.cw-menu-item {
  position: relative;
}

.cw-primary-menu a {
  color: rgba(233, 230, 207, 0.95);
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
   text-decoration: none;
  text-transform: uppercase;
}

.cw-primary-menu a:hover,
.cw-primary-menu a:focus {
  color: #f6d9c8;
}

.cw-menu-item-has-children > a::after {
  content: "⌄";
  display: inline-block;
  font-size: 0.85em;
  margin-left: 10px;
  transform: translateY(-1px);
}

.cw-menu-logo-item {
  flex: 0 0 auto;
  margin: 0 16px;
}

.cw-menu-logo-link {
  line-height: 0;
  padding: 0 !important;
}

.cw-menu-logo-link img {
  display: block;
  height: auto;
  max-width: clamp(130px, 10vw, 190px);
}

.cw-header-contact-link {
  color: rgba(233, 230, 207, 0.95);
  display: table;
  font-size: clamp(17px, 1.18vw, 24px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 8px auto 0;
  text-decoration: none;
  text-transform: uppercase;
}

.cw-header-contact-link:hover,
.cw-header-contact-link:focus {
  color: #f6d9c8;
}

.cw-submenu {
  background: rgba(117, 63, 71, 0.94);
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(54, 49, 49, 0.16);
  left: 0;
  min-width: 180px;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cw-menu-item-has-children:hover .cw-submenu,
.cw-menu-item-has-children:focus-within .cw-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cw-submenu a {
  color: rgba(233, 230, 207, 0.95);
  font-size: 15px;
  padding: 8px 18px;
  white-space: nowrap;
}

.cw-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  width: 44px;
}

.cw-menu-toggle span:not(.screen-reader-text) {
  background: #fff;
  display: block;
  height: 2px;
  width: 24px;
}

.cw-site-main {
  overflow: hidden;
}

.cw-submenu {
	background-color: rgba(117, 63, 71, 0.95);
    border-top: 3px solid #9b5742;
	top:110%
}

.cw-hero {
  align-items: center;
  background-image: var(--cw-hero-image);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 90px 24px;
}

.cw-hero-inner {
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
  width: 100%;
}

.cw-hero-logo {
  display: block;
  margin: 0 auto 38px;
  max-width: min(520px, 86vw);
  width: 100%;
}

.cw-hero-blurb {
  color: #bfb9a4;
  margin: 60px auto 0;
  text-align: center;
}

.cw-hero-blurb .et_pb_blurb_content,
.cw-hero-blurb .et_pb_main_blurb_image,
.cw-hero-blurb .et_pb_image_wrap {
  display: inline-flex;
}

.cw-hero-blurb .et-pb-icon {
  animation: cwHeroBlurbFloat 1.8s ease-in-out infinite;
  align-items: center;
  border: 6px solid #c3bea9;
  border-radius: 50%;
  color: #bfb9a4;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 300;
  height: 90px;
  justify-content: center;
  line-height: 0.78;
  padding-bottom: 14px;
  width: 90px;
}

@keyframes cwHeroBlurbFloat {
  0%,
  100% {
    opacity: 0.68;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(10px);
  }
}

.cw-button {
  background: var(--cw-burgundy);
  border: 2px solid var(--cw-burgundy);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.32em;
  line-height: 1.2;
  min-width: 160px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cw-hero .cw-button {
  border-radius: 18px;
  font-family: var(--cw-accent-font);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.28em;
  min-width: min(382px, 78vw);
  padding: 28px 42px;
}

.cw-button:hover,
.cw-button:focus {
  background: var(--cw-taupe);
  border-color: var(--cw-taupe);
  color: #fff;
}

.cw-button-light {
  background: rgba(255, 255, 255, 0.92);
  border-color: #fff;
  color: var(--cw-burgundy);
}

.cw-section {
  padding: 92px 24px;
}

.cw-section-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.cw-about {
  background: var(--cw-sage);
  padding-bottom: 72px;
  padding-top: 0;
  scroll-margin-top: 0;
}

.cw-about-grid {
  align-items: start;
  display: grid;
  gap: clamp(48px, 5vw, 72px);
  grid-template-columns: minmax(300px, 380px) minmax(0, 760px);
  justify-content: center;
  max-width: 1320px;
}

.cw-about-image-wrap {
  background: #fff;
  box-shadow: 0 34px 48px rgba(54, 49, 49, 0.1);
  padding: 0 14px 38px;
}

.cw-about-image {
  display: block;
  height: min(565px, 46vw);
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.cw-eyebrow {
  color: var(--cw-taupe);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cw-section h1,
.cw-section h2,
.cw-section h3 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 24px;
}

.cw-section h1 {
  font-size: clamp(48px, 7vw, 92px);
}

.cw-section h2 {
  font-size: clamp(42px, 5.4vw, 74px);
}

.cw-section h3 {
  font-size: clamp(26px, 3vw, 38px);
}

.cw-section p {
  margin: 0 0 18px;
}

.cw-copy-columns {
  display: grid;
  gap: clamp(38px, 4.5vw, 72px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cw-copy-columns ul,
.cw-workshops ul,
.cw-services-list ol {
  margin: 0 0 20px 1.2em;
  padding: 0;
}

.cw-certification {
  border-top: 0;
  margin-top: 66px;
  padding-top: 0;
}

.cw-certification h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.cw-about-content {
  padding-top: 52px;
}

.cw-about-content h1 {
  color: #77434b;
  font-size: clamp(68px, 5.5vw, 88px);
  line-height: 0.98;
  margin-bottom: 26px;
}

.cw-about-content .cw-eyebrow {
  color: #a8664e;
  font-family: var(--cw-accent-font);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 34px;
  text-transform: none;
}

.cw-about-content p,
.cw-about-content li {
  color: #371405;
  font-size: 14px;
  line-height: 1.85;
}

.cw-about-content .cw-copy-columns > div:first-child > p:first-child {
  font-family: var(--cw-accent-font);
  font-size: 22px;
  line-height: 1.05;
  margin-bottom: 22px;
}

.cw-about-content .cw-copy-columns > div:first-child {
  max-width: 340px;
}

.cw-about-content .cw-copy-columns > div:last-child {
  max-width: 330px;
}

.cw-about-content .cw-copy-columns > div:last-child > p:nth-of-type(6) {
  font-weight: 700;
  margin-bottom: 10px;
}

.cw-about-content ul {
  line-height: 1.55;
  margin-bottom: 18px;
}

.cw-certification h2 {
  color: #371405;
  font-family: var(--cw-body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.cw-certification p {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 8px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.cw-services {
  background-color: var(--cw-sage);
  background-image: var(--cw-services-image);
   background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 900px;
  padding-bottom: 120px;
  padding-top: 165px;
}

.cw-services-content {
  margin-left: clamp(0px, 8vw, 110px);
  max-width: 570px;
}

.cw-services-content h2 {
  color: var(--cw-burgundy);
  font-size: clamp(58px, 5vw, 82px);
  margin-bottom: 32px;
}

.cw-services-content p {
  color: #371405;
  font-size: 16px;
  line-height: 1.18;
}

.cw-services-content > p:first-of-type {
  font-family: var(--cw-accent-font);
  font-size: 20px;
  line-height: 1.05;
  max-width: 620px;
}

.cw-services-subhead {
  margin-top: 28px !important;
}

.cw-services-content ol {
  color: #371405;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 24px 1.15em;
  padding: 0;
}

.cw-testimonial {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--cw-border);
  padding: 34px;
}

.cw-testimonials {
  background: #fff;
  text-align: center;
}

.cw-home-posts {
  background: #fff;
  text-align: center;
}

.cw-home-posts-heading {
  margin: 0 auto 42px;
  max-width: 760px;
}

.cw-home-posts-action {
  margin-top: 38px;
}

.cw-testimonial-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 42px 0 34px;
  text-align: left;
}

.cw-testimonial img {
  display: block;
  margin: 0 0 20px;
  max-width: 76px;
}

.cw-testimonial h3 {
  font-family: var(--cw-accent-font);
  font-size: 27px;
  line-height: 1.2;
}

.cw-workshops {
  background-color: var(--cw-sage);
  background-image: var(--cw-workshops-image);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  min-height: 1120px;
  padding-bottom: 120px;
  padding-top: 245px;
}

.cw-workshops-inner {
  display: flex;
  justify-content: flex-end;
  max-width: 1180px;
}

.cw-workshops-content {
  margin-right: clamp(0px, 4vw, 58px);
  max-width: 410px;
}

.cw-workshops-content::before {
  color: var(--cw-burgundy);
  content: "My\A Workshops";
  display: block;
  font-family: var(--cw-heading-font);
  font-size: clamp(58px, 5vw, 82px);
  line-height: 1.32;
  margin-bottom: 58px;
  white-space: pre-line;
}

.cw-workshops-content h2 {
  color: #371405;
  font-family: var(--cw-accent-font);
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 12px;
  max-width: 330px;
}

.cw-workshops-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.85;
}

.cw-workshops-content h2 + p,
.cw-workshops-content h2 + p + p {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.cw-workshops-content .cw-button {
  background: #666b4f;
  border-color: #666b4f;
  margin: 22px 0 34px;
}

.cw-workshops-content .cw-button:hover,
.cw-workshops-content .cw-button:focus {
  background: var(--cw-burgundy);
  border-color: var(--cw-burgundy);
}

.cw-workshops-content ul {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  margin-left: 1.1em;
}

.cw-contact {
  background: var(--cw-burgundy);
  color: #fff;
  text-align: center;
}

.cw-contact-page {
  background: var(--cw-sage);
  min-height: 62vh;
}

.cw-contact-page-inner {
  max-width: 920px;
  text-align: center;
}

.cw-contact-page h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 20px;
}

.cw-contact-page-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  text-align: left;
}

.cw-contact-page-grid a {
  background: #fff;
  border: 1px solid var(--cw-border);
  color: var(--cw-burgundy);
  display: block;
  font-weight: 700;
  padding: 22px;
  text-decoration: none;
}

.cw-contact-page-grid span {
  color: var(--cw-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.cw-contact .cw-eyebrow,
.cw-contact h2,
.cw-contact a {
  color: #fff;
}

.cw-contact h2 {
  margin-bottom: 28px;
}

.cw-contact-links,
.cw-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: center;
}

.cw-contact-links a,
.cw-social-links a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.cw-workshop-page {
  background: var(--cw-sage);
}

.cw-workshop-hero {
  align-items: center;
  background:
    linear-gradient(rgba(73, 42, 39, 0.34), rgba(73, 42, 39, 0.46)),
    var(--cw-workshop-hero-image) center 35% / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-workshop-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-workshop-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 82vw);
  width: 100%;
}

.cw-workshop-down {
  align-items: center;
  border: 3px solid #c3bea9;
  border-radius: 50%;
  color: #c3bea9;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  height: 58px;
  justify-content: center;
  line-height: 0.75;
  margin-top: 58px;
  padding-bottom: 16px;
  text-decoration: none;
  width: 58px;
}

.cw-workshop-section {
  padding: 96px 24px;
}

.cw-workshop-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.cw-workshop-intro {
  padding-top: 86px;
}

.cw-workshop-intro-grid {
  align-items: start;
  display: grid;
  gap: clamp(52px, 6vw, 88px);
  grid-template-columns: minmax(280px, 365px) minmax(0, 1fr);
}

.cw-workshop-portrait-wrap {
  border: 13px solid #fff;
  box-shadow: 28px 30px 48px rgba(54, 49, 49, 0.14);
}

.cw-workshop-portrait {
  display: block;
  height: min(650px, 52vw);
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.cw-workshop-copy {
  color: #371405;
  max-width: 660px;
}

.cw-workshop-kicker,
.cw-workshop-copy h1,
.cw-workshop-copy h2,
.cw-workshop-heading h2,
.cw-workshop-heading p {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
}

.cw-workshop-kicker {
  font-size: clamp(66px, 7vw, 96px);
  margin: 0 0 8px;
}

.cw-workshop-copy h1,
.cw-workshop-copy h2 {
  font-size: clamp(34px, 3.5vw, 52px);
  margin: 0 0 36px;
}

.cw-workshop-copy p,
.cw-workshop-copy li,
.cw-workshop-card p,
.cw-workshop-testimonial p {
  color: #371405;
  font-size: 15px;
  line-height: 1.8;
}

.cw-workshop-copy p {
  margin: 0 0 18px;
}

.cw-workshop-copy ul {
  margin: 0 0 30px 1.15em;
  padding: 0;
}

.cw-workshop-about {
  background:
    linear-gradient(90deg, rgba(242, 244, 243, 0.02) 0 42%, var(--cw-sage) 42% 100%),
    var(--cw-workshop-about-image) left top / auto 100% no-repeat;
  min-height: 860px;
  padding: 135px 24px;
}

.cw-workshop-about-grid {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 560px);
}

.cw-workshop-included,
.cw-workshop-testimonials {
  background: #fff;
}

.cw-workshop-heading {
  margin: 0 auto 58px;
  max-width: 880px;
  text-align: center;
}

.cw-workshop-heading h2 {
  font-size: clamp(52px, 6vw, 84px);
  margin: 0 0 12px;
}

.cw-workshop-heading p {
  color: #a8664e;
  font-family: var(--cw-accent-font);
  font-size: clamp(24px, 2.5vw, 34px);
  margin: 0;
}

.cw-workshop-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cw-workshop-card,
.cw-workshop-testimonial,
.cw-workshop-form {
  background: var(--cw-sage);
  border: 1px solid var(--cw-border);
  padding: 30px;
}

.cw-workshop-card h3,
.cw-workshop-testimonial h3,
.cw-workshop-form h3 {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 18px;
}

.cw-workshop-card p,
.cw-workshop-testimonial p {
  margin: 0 0 14px;
}

.cw-workshop-registration {
  background: var(--cw-sage);
}

.cw-workshop-registration-grid {
  align-items: start;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.cw-workshop-form {
  background: #fff;
  box-shadow: 0 28px 48px rgba(54, 49, 49, 0.1);
}

.cw-workshop-form label {
  display: block;
  margin-bottom: 16px;
}

.cw-workshop-form span {
  color: #371405;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.cw-workshop-form input {
  background: #fff;
  border: 1px solid rgba(117, 63, 71, 0.28);
  color: #371405;
  font-size: 16px;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.cw-workshop-form .cw-button {
  margin-top: 10px;
  width: 100%;
}

.cw-workshop-testimonial-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cw-workshop-testimonial {
  background: rgba(242, 244, 243, 0.72);
}

.cw-workshop-testimonial img {
  display: block;
  margin-bottom: 20px;
  max-width: 62px;
}

.cw-book-page {
  background: var(--cw-sage);
}

.cw-book-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.18), rgba(242, 244, 243, 0.1)),
    var(--cw-book-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-book-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-book-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-book-section {
  background: var(--cw-sage);
  padding: 112px 24px;
}

.cw-book-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.cw-book-grid {
  display: grid;
  gap: clamp(48px, 6vw, 86px);
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
}

.cw-book-copy h1,
.cw-book-contact h2 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(68px, 7vw, 100px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 26px;
}

.cw-book-copy p {
  color: #a8664e;
  font-family: var(--cw-accent-font);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.18;
  margin: 0;
}

.cw-book-form {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  padding: clamp(28px, 4vw, 48px);
}

.cw-book-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cw-book-form label,
.cw-book-time,
.cw-book-topics {
  border: 0;
  margin: 0;
  padding: 0;
}

.cw-book-form label > span,
.cw-book-time legend,
.cw-book-topics legend,
.cw-book-about > span {
  color: #371405;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 7px;
}

.cw-book-form b {
  color: var(--cw-burgundy);
}

.cw-book-form input,
.cw-book-form select,
.cw-book-form textarea {
  background: #fff;
  border: 1px solid rgba(117, 63, 71, 0.28);
  border-radius: 0;
  color: #371405;
  font-size: 16px;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.cw-book-form textarea {
  display: block;
  min-height: 150px;
  resize: vertical;
}

.cw-book-time > div {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cw-book-topics {
  margin-top: 24px;
}

.cw-book-topics > div {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cw-book-topics label {
  align-items: center;
  color: #371405;
  display: flex;
  font-size: 14px;
  gap: 8px;
  line-height: 1.35;
}

.cw-book-topics input {
  accent-color: var(--cw-burgundy);
  flex: 0 0 auto;
  min-height: 16px;
  padding: 0;
  width: 16px;
}

.cw-book-topics label > span {
  margin: 0;
}

.cw-book-about {
  display: block;
  margin-top: 24px;
}

.cw-book-form .cw-button {
  margin-top: 26px;
}

.cw-book-contact {
  background: var(--cw-burgundy);
  color: #fff;
  padding: 94px 24px;
  text-align: center;
}

.cw-book-contact h2 {
  color: #fff;
  font-size: clamp(52px, 5vw, 76px);
}

.cw-book-contact p,
.cw-book-contact a {
  color: #fff;
}

.cw-book-contact p {
  font-size: 18px;
  margin: 0 0 28px;
}

.cw-book-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: center;
}

.cw-book-social a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.cw-testimonials-page {
  background: var(--cw-sage);
}

.cw-testimonials-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-testimonials-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-testimonials-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-testimonials-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-testimonials-list-section {
  padding: 104px 24px;
}

.cw-testimonials-list-inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.cw-testimonials-page-heading {
  margin-bottom: 58px;
  text-align: center;
}

.cw-testimonials-page-heading h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(70px, 8vw, 108px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.cw-testimonials-masonry {
  column-count: 3;
  column-gap: 28px;
}

.cw-testimonials-card {
  background: #fff;
  border: 1px solid var(--cw-border);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(54, 49, 49, 0.06);
  break-inside: avoid;
  display: inline-block;
  margin: 0 0 28px;
  padding: 30px;
  width: 100%;
}

.cw-testimonials-card img {
  display: block;
  margin: 0 auto 22px;
  max-width: 72px;
}

.cw-testimonials-card h2 {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 18px;
}

.cw-testimonials-card p {
  color: #371405;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.cw-testimonials-card p:last-child {
  margin-bottom: 0;
}

.cw-contact-template {
  background: var(--cw-sage);
}

.cw-contact-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-contact-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-contact-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-contact-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-contact-form-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-contact-form-inner {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

.cw-contact-form-heading {
  margin: 0 auto 42px;
  text-align: center;
}

.cw-contact-form-heading h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px;
}

.cw-contact-form-heading p,
.cw-contact-form-heading a {
  color: #371405;
}

.cw-contact-form-heading p {
  font-size: 16px;
  margin: 0;
}

.cw-contact-form {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  padding: clamp(28px, 4vw, 48px);
}

.cw-contact-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cw-contact-form label {
  display: block;
}

.cw-contact-form span {
  color: #371405;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 7px;
}

.cw-contact-form b {
  color: var(--cw-burgundy);
}

.cw-contact-form input,
.cw-contact-form textarea {
  background: #fff;
  border: 1px solid rgba(117, 63, 71, 0.28);
  border-radius: 0;
  color: #371405;
  font-size: 16px;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.cw-contact-form textarea {
  display: block;
  min-height: 160px;
  resize: vertical;
}

.cw-contact-full {
  margin-top: 20px;
}

.cw-contact-form .cw-button {
  margin: 28px auto 0;
}

.cw-resources-page {
  background: var(--cw-sage);
}

.cw-resources-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-resources-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-resources-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-resources-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-resources-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-resources-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.cw-resources-heading {
  margin: 0 auto 52px;
  max-width: 860px;
  text-align: center;
}

.cw-resources-heading h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 20px;
}

.cw-resources-heading p {
  color: #371405;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px;
}

.cw-resources-heading a {
  color: var(--cw-burgundy);
  font-weight: 700;
  text-decoration: underline;
}

.cw-resources-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cw-resource-card {
  background: #fff;
  border: 1px solid var(--cw-border);
  border-radius: 8px;
  box-shadow: 0 24px 42px rgba(54, 49, 49, 0.08);
  padding: 30px;
  text-align: center;
}

.cw-resource-thumb {
  display: block;
  margin: 0 0 22px;
}

.cw-resource-thumb img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cw-resource-card h2 {
  font-family: var(--cw-accent-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 10px;
}

.cw-resource-card h2 a {
  color: var(--cw-burgundy);
  text-decoration: none;
}

.cw-resource-date {
  color: var(--cw-muted);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 18px;
}

.cw-resource-excerpt p {
  color: #371405;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.cw-resource-more {
  color: var(--cw-burgundy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.cw-resource-single-page {
  background: var(--cw-sage);
}

.cw-resource-single-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-resource-single-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-resource-single-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-resource-single-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-resource-single-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-resource-single-inner {
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
}

.cw-resource-single-heading {
  margin: 0 0 42px;
  text-align: center;
}

.cw-resource-single-meta {
  color: #a8664e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cw-resource-single-heading h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.cw-resource-single-meta a {
  color: inherit;
  text-decoration: none;
}

.cw-post-featured-image {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  margin: 0 0 34px;
  padding: clamp(14px, 2vw, 24px);
}

.cw-post-featured-image img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cw-resource-single-content {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  color: #371405;
  padding: clamp(30px, 5vw, 58px);
}

.cw-resource-single-content p {
  color: #371405;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px;
}

.cw-resource-single-content ul,
.cw-resource-single-content ol {
  color: #371405;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 22px 1.25em;
  padding: 0;
}

.cw-resource-single-content li {
  margin-bottom: 8px;
}

.cw-resource-single-content img {
  height: auto;
  max-width: 100%;
}

.cw-resource-single-lede {
  font-family: var(--cw-accent-font);
  font-size: clamp(23px, 2.2vw, 30px) !important;
  line-height: 1.2 !important;
}

.cw-resource-single-content h2 {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
  margin: 34px 0 12px;
}

.cw-resource-single-content a {
  color: var(--cw-burgundy);
  font-weight: 700;
}

.cw-resource-single-content blockquote {
  border-left: 4px solid var(--cw-burgundy);
  margin: 34px 0;
  padding: 4px 0 4px 24px;
}

.cw-resource-single-content blockquote p {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.22;
  margin: 0;
}

.cw-resource-single-footer {
  margin-top: 34px;
  text-align: center;
}

.cw-category-description p {
  margin: 0 0 10px;
}

.cw-category-empty {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.cw-category-page .navigation.pagination {
  margin-top: 42px;
  text-align: center;
}

.cw-category-page .nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.cw-category-page .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cw-border);
  color: var(--cw-burgundy);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 42px;
  min-width: 42px;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.cw-category-page .page-numbers.current,
.cw-category-page .page-numbers:hover,
.cw-category-page .page-numbers:focus {
  background: var(--cw-burgundy);
  color: #fff;
}

.cw-account-page {
  background: var(--cw-sage);
}

.cw-account-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-account-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-account-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-account-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-account-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-account-inner {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}

.cw-account-heading {
  margin-bottom: 42px;
  text-align: center;
}

.cw-account-heading h1,
.cw-account-panel h2 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.cw-account-heading h1 {
  font-size: clamp(62px, 7vw, 94px);
}

.cw-account-panel {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  padding: clamp(28px, 4vw, 48px);
}

.cw-account-panel h2 {
  font-size: clamp(42px, 4vw, 58px);
  margin-bottom: 28px;
}

.cw-account-form label {
  display: block;
  margin-bottom: 18px;
}

.cw-account-form label > span,
.cw-account-remember span {
  color: #371405;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 7px;
}

.cw-account-form b {
  color: var(--cw-burgundy);
}

.cw-account-form input[type="text"],
.cw-account-form input[type="password"] {
  background: #fff;
  border: 1px solid rgba(117, 63, 71, 0.28);
  border-radius: 0;
  color: #371405;
  font-size: 16px;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.cw-account-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  justify-content: space-between;
  margin-top: 26px;
}

.cw-account-remember {
  align-items: center;
  display: inline-flex !important;
  gap: 8px;
  margin: 0 !important;
}

.cw-account-remember input {
  accent-color: var(--cw-burgundy);
}

.cw-account-remember span {
  margin: 0;
}

.cw-account-lost-password {
  margin: 24px 0 0;
}

.cw-account-lost-password a {
  color: var(--cw-burgundy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cw-cart-page {
  background: var(--cw-sage);
}

.cw-checkout-page {
  background: var(--cw-sage);
}

.cw-cart-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-cart-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-checkout-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-checkout-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-cart-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-checkout-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-cart-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-checkout-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-cart-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-checkout-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-cart-inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.cw-checkout-inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.cw-cart-heading {
  margin-bottom: 42px;
  text-align: center;
}

.cw-checkout-heading {
  margin-bottom: 42px;
  text-align: center;
}

.cw-cart-heading h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.cw-checkout-heading h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.cw-cart-panel {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  padding: clamp(28px, 4vw, 48px);
  text-align: center;
}

.cw-checkout-panel {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  padding: clamp(28px, 4vw, 48px);
}

.cw-cart-panel .woocommerce {
  color: #371405;
}

.cw-checkout-panel .woocommerce {
  color: #371405;
}

.cw-cart-panel .woocommerce-info,
.cw-cart-panel .cart-empty {
  background: var(--cw-sage);
  border: 1px solid var(--cw-border);
  color: #371405;
  font-size: 16px;
  margin: 0 0 28px;
  padding: 22px;
}

.cw-checkout-panel .woocommerce-info,
.cw-checkout-panel .woocommerce-message,
.cw-checkout-panel .woocommerce-error {
  background: var(--cw-sage);
  border: 1px solid var(--cw-border);
  color: #371405;
  font-size: 16px;
  margin: 0 0 28px;
  padding: 22px;
}

.cw-cart-panel .return-to-shop {
  margin: 0;
}

.cw-checkout-panel .return-to-shop {
  margin: 0;
  text-align: center;
}

.cw-cart-panel .button,
.cw-cart-panel button.button,
.cw-cart-panel input.button {
  background: var(--cw-burgundy);
  border: 2px solid var(--cw-burgundy);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.32em;
  line-height: 1.2;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cw-checkout-panel .button,
.cw-checkout-panel button.button,
.cw-checkout-panel input.button,
.cw-checkout-panel #place_order {
  background: var(--cw-burgundy);
  border: 2px solid var(--cw-burgundy);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.32em;
  line-height: 1.2;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cw-cart-panel .button:hover,
.cw-cart-panel .button:focus,
.cw-cart-panel button.button:hover,
.cw-cart-panel button.button:focus,
.cw-cart-panel input.button:hover,
.cw-cart-panel input.button:focus {
  background: var(--cw-taupe);
  border-color: var(--cw-taupe);
  color: #fff;
}

.cw-checkout-panel .button:hover,
.cw-checkout-panel .button:focus,
.cw-checkout-panel button.button:hover,
.cw-checkout-panel button.button:focus,
.cw-checkout-panel input.button:hover,
.cw-checkout-panel input.button:focus,
.cw-checkout-panel #place_order:hover,
.cw-checkout-panel #place_order:focus {
  background: var(--cw-taupe);
  border-color: var(--cw-taupe);
  color: #fff;
}

.cw-cart-panel table.shop_table {
  border: 1px solid var(--cw-border);
  color: #371405;
  margin-bottom: 28px;
  text-align: left;
  width: 100%;
}

.cw-cart-panel table.shop_table th,
.cw-cart-panel table.shop_table td {
  border-color: var(--cw-border);
  padding: 14px;
}

.cw-checkout-panel table.shop_table {
  border: 1px solid var(--cw-border);
  color: #371405;
  margin-bottom: 28px;
  text-align: left;
  width: 100%;
}

.cw-checkout-panel table.shop_table th,
.cw-checkout-panel table.shop_table td {
  border-color: var(--cw-border);
  padding: 14px;
}

.cw-checkout-panel h3 {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 22px;
}

.cw-checkout-panel label {
  color: #371405;
  font-size: 13px;
  font-weight: 700;
}

.cw-checkout-panel input.input-text,
.cw-checkout-panel select,
.cw-checkout-panel textarea {
  background: #fff;
  border: 1px solid rgba(117, 63, 71, 0.28);
  border-radius: 0;
  color: #371405;
  font-size: 16px;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.cw-checkout-panel textarea {
  min-height: 130px;
}

.cw-checkout-panel .woocommerce-checkout-review-order,
.cw-checkout-panel .woocommerce-billing-fields,
.cw-checkout-panel .woocommerce-additional-fields {
  margin-bottom: 30px;
}

.cw-shop-page {
  background: var(--cw-sage);
}

.cw-shop-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-shop-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-shop-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-shop-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-shop-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-shop-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.cw-shop-heading {
  margin-bottom: 42px;
  text-align: center;
}

.cw-shop-heading h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.cw-shop-kicker {
  color: #a8664e;
  font-family: var(--cw-accent-font);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  margin: 0 0 10px;
}

.cw-shop-panel {
  text-align: center;
}

.cw-shop-panel ul.products,
.cw-shop-panel .woocommerce ul.products {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.cw-shop-panel ul.products li.product,
.cw-shop-panel .woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 24px 42px rgba(54, 49, 49, 0.08);
  float: none;
  margin: 0;
  padding: 28px;
  text-align: center;
  width: auto;
}

.cw-shop-panel .woocommerce-LoopProduct-link,
.cw-shop-panel .woocommerce-loop-product__link {
  color: #371405;
  display: block;
  text-decoration: none;
}

.cw-shop-image-wrap,
.cw-shop-panel ul.products li.product img {
  display: block;
  margin: 0 auto 24px;
}

.cw-shop-image-wrap img,
.cw-shop-panel ul.products li.product img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  max-width: 300px;
  object-fit: cover;
  width: 100%;
}

.cw-shop-panel .woocommerce-loop-product__title {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 12px;
}

.cw-shop-panel .price {
  color: #371405;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.cw-shop-panel .price::after {
  content: " USD";
}

.cw-product-page {
  background: var(--cw-sage);
}

.cw-product-hero {
  align-items: center;
  background:
    linear-gradient(rgba(242, 244, 243, 0.16), rgba(242, 244, 243, 0.08)),
    var(--cw-product-hero-image) center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 96px);
  padding: 96px 24px 56px;
}

.cw-product-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  width: 100%;
}

.cw-product-logo {
  display: block;
  margin: 0 auto;
  max-width: min(560px, 84vw);
  width: 100%;
}

.cw-product-section {
  background: var(--cw-sage);
  padding: 104px 24px;
}

.cw-product-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.cw-product-grid {
  align-items: start;
  display: grid;
  gap: clamp(48px, 6vw, 82px);
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.cw-product-gallery {
  background: #fff;
  border: 1px solid var(--cw-border);
  box-shadow: 0 30px 54px rgba(54, 49, 49, 0.1);
  padding: clamp(18px, 3vw, 30px);
}

.cw-product-gallery img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cw-product-summary {
  color: #371405;
}

.cw-product-summary h1 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: clamp(54px, 5vw, 82px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 18px;
}

.cw-product-price {
  color: var(--cw-burgundy);
  font-family: var(--cw-accent-font);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 30px;
}

.cw-product-description h2 {
  color: #371405;
  font-family: var(--cw-accent-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
  margin: 28px 0 10px;
}

.cw-product-description h2:first-child {
  margin-top: 0;
}

.cw-product-description p {
  color: #371405;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.cw-product-purchase {
  border-top: 1px solid var(--cw-border);
  margin-top: 32px;
  padding-top: 28px;
}

.cw-product-stock {
  color: #666b4f;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
}

.cw-product-purchase form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cw-product-purchase label {
  margin: 0;
}

.cw-product-purchase input[type="number"] {
  background: #fff;
  border: 1px solid rgba(117, 63, 71, 0.28);
  border-radius: 0;
  color: #371405;
  font-size: 16px;
  min-height: 50px;
  padding: 10px 12px;
  width: 92px;
}

.cw-product-purchase .button {
  background: var(--cw-burgundy);
  border: 2px solid var(--cw-burgundy);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.32em;
  line-height: 1.2;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cw-product-purchase .button:hover,
.cw-product-purchase .button:focus {
  background: var(--cw-taupe);
  border-color: var(--cw-taupe);
  color: #fff;
}

.cw-product-meta {
  border-top: 1px solid var(--cw-border);
  color: #371405;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 14px;
  margin-top: 28px;
  padding-top: 18px;
}

.cw-product-meta a {
  color: var(--cw-burgundy);
  font-weight: 700;
  text-decoration: none;
}

.cw-site-footer {
  background: var(--cw-sage);
  color: #333;
  min-height: 500px;
  padding: 150px 24px 76px;
  text-align: center;
}

.cw-footer-inner {
  margin: 0 auto;
  max-width: 980px;
}

.cw-footer-inner h2 {
  color: var(--cw-burgundy);
  font-family: var(--cw-heading-font);
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 54px;
}

.cw-footer-contact-line {
  color: #333;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.4;
  margin: 0 0 116px;
}

.cw-footer-contact-line a {
  color: inherit;
  text-decoration: none;
}

.cw-footer-contact-line strong {
  font-weight: 900;
}

.cw-footer-contact-line a + strong {
  margin-left: 8px;
}

.cw-footer-nav {
  margin: 0 0 42px;
}

.cw-footer-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
}

.cw-footer-menu a {
  color: #51291f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.cw-footer-menu a:hover,
.cw-footer-menu a:focus {
  color: var(--cw-burgundy);
}

.cw-footer-social {
  align-items: center;
  color: #51291f;
  display: flex;
  gap: 56px;
  justify-content: center;
  margin: 0 0 106px;
}

.cw-footer-social-icon {
  align-items: center;
  color: #51291f;
  display: inline-flex;
  height: 35px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 35px;
}

.cw-footer-social-linkedin span[aria-hidden],
.cw-footer-social-facebook span[aria-hidden] {
  color: #51291f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.cw-footer-social-facebook span[aria-hidden] {
  font-size: 46px;
}
 
.cw-footer-copy {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

@media only screen and (max-width: 980px) {
  .cw-header-inner {
    display: grid;
    grid-template-columns: auto auto;
    min-height: 84px;
    padding: 12px 20px;
  }

  .cw-header-logo {
    display: inline-flex;
  }

  .cw-header-logo img {
    max-width: 148px;
  }

  .cw-menu-toggle {
    display: inline-flex;
  }

  .cw-primary-nav {
    background: var(--cw-burgundy);
    display: none;
    grid-column: 1 / -1;
    padding: 8px 0 16px;
  }

  .cw-primary-nav.is-open {
    display: block;
  }

  .cw-primary-menu {
    align-items: stretch;
    display: block;
  }

  .cw-menu-logo-item {
    display: none;
  }

  .cw-primary-menu a {
    font-size: 15px;
    padding: 12px 0;
  }

  .cw-submenu {
    background: transparent;
    box-shadow: none;
    opacity: 1;
    padding: 0 0 0 18px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .cw-submenu a {
    color: #f6d9c8;
  }

  .cw-header-contact-link {
    display: block;
    font-size: 15px;
    margin: 10px 0 0;
  }

  .cw-hero {
    min-height: 74vh;
    padding: 70px 20px;
  }

  .cw-about-grid,
  .cw-testimonial-grid,
  .cw-contact-page-grid,
  .cw-copy-columns {
    grid-template-columns: 1fr;
  }

  .cw-about {
    padding-top: 56px;
  }

  .cw-about-image-wrap {
    margin: 0 auto;
    max-width: 430px;
  }

  .cw-about-image {
    height: auto;
  }

  .cw-about-content {
    padding-top: 0;
  }

  .cw-about-content h1 {
    font-size: clamp(54px, 13vw, 72px);
  }

  .cw-about-content .cw-copy-columns > div:first-child,
  .cw-about-content .cw-copy-columns > div:last-child {
    max-width: none;
  }

  .cw-workshop-hero {
    min-height: 76vh;
  }

  .cw-workshop-intro-grid,
  .cw-workshop-about-grid,
  .cw-workshop-registration-grid,
  .cw-workshop-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cw-workshop-portrait-wrap {
    margin: 0 auto;
    max-width: 420px;
  }

  .cw-workshop-portrait {
    height: auto;
  }

  .cw-workshop-copy {
    max-width: none;
  }

  .cw-workshop-about {
    background: var(--cw-sage);
    min-height: 0;
    padding: 86px 24px;
  }

  .cw-workshop-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-book-hero {
    min-height: 76vh;
  }

  .cw-book-grid,
  .cw-book-form-grid {
    grid-template-columns: 1fr;
  }

  .cw-book-copy {
    max-width: 680px;
  }

  .cw-testimonials-hero {
    min-height: 76vh;
  }

  .cw-testimonials-masonry {
    column-count: 2;
  }

  .cw-contact-hero {
    min-height: 76vh;
  }

  .cw-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .cw-resources-hero {
    min-height: 76vh;
  }

  .cw-resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-resource-single-hero {
    min-height: 76vh;
  }

  .cw-account-hero {
    min-height: 76vh;
  }

  .cw-cart-hero {
    min-height: 76vh;
  }

  .cw-checkout-hero {
    min-height: 76vh;
  }

  .cw-shop-hero {
    min-height: 76vh;
  }

  .cw-shop-panel ul.products,
  .cw-shop-panel .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-product-hero {
    min-height: 76vh;
  }

  .cw-product-grid {
    grid-template-columns: 1fr;
  }

  .cw-product-gallery {
    margin: 0 auto;
    max-width: 560px;
  }

  .cw-services {
     background-size: 82% auto;
    min-height: 980px;
    padding-top: 86px;
  }

  .cw-services-content {
    margin-left: 0;
    max-width: 560px;
  }

  .cw-workshops {
    background-size: 70% auto;
    min-height: 1080px;
    padding-top: 380px;
  }

  .cw-workshops-inner {
    justify-content: flex-start;
  }

  .cw-workshops-content {
    margin-right: 0;
    max-width: 520px;
  }
}

@media only screen and (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .cw-header-inner {
    padding: 12px 18px;
  }

  .cw-section {
    padding: 64px 20px;
  }

  .cw-testimonial {
    padding: 24px;
  }

  .cw-button {
    border-radius: 9px;
    font-size: 12px;
    min-width: 150px;
    padding: 14px 22px;
  }

  .cw-hero .cw-button {
    border-radius: 16px;
    font-size: 22px;
    min-width: min(320px, 84vw);
    padding: 24px 28px;
  }

  .cw-services {
    background-size: 120% auto;
    min-height: 940px;
    padding-bottom: 410px;
  }

  .cw-services-content h2 {
    font-size: 52px;
  }

  .cw-services-content p,
  .cw-services-content ol {
    font-size: 14px;
  }

  .cw-services-content > p:first-of-type {
    font-size: 18px;
  }

  .cw-workshops {
    background-size: 118% auto;
    min-height: 1120px;
    padding-bottom: 70px;
    padding-top: 360px;
  }

  .cw-workshops-content::before {
    font-size: 52px;
    margin-bottom: 34px;
  }

  .cw-workshops-content h2 {
    font-size: 24px;
  }

  .cw-workshops-content p,
  .cw-workshops-content ul {
    font-size: 14px;
  }

  .cw-site-footer {
    min-height: 420px;
    padding: 90px 20px 54px;
  }

  .cw-footer-inner h2 {
    margin-bottom: 34px;
  }

  .cw-footer-contact-line {
    font-size: 20px;
    margin-bottom: 70px;
  }

  .cw-footer-contact-line strong,
  .cw-footer-contact-line a {
    display: inline;
  }

  .cw-footer-social {
    gap: 34px;
    margin-bottom: 70px;
  }

  .cw-footer-nav {
    margin-bottom: 34px;
  }

  .cw-footer-menu {
    gap: 10px 18px;
  }

  .cw-footer-menu a {
    font-size: 12px;
    letter-spacing: 0.12em;
  } 

  .cw-hero-blurb .et-pb-icon {
    border-width: 5px;
    font-size: 52px;
    height: 78px;
    padding-bottom: 12px;
    width: 78px;
  }

  .cw-about {
    padding-top: 48px;
  }

  .cw-about-image-wrap {
    padding: 0 10px 28px;
  }

  .cw-about-content h1 {
    font-size: clamp(48px, 16vw, 62px);
  }

  .cw-about-content .cw-eyebrow {
    font-size: 22px;
    margin-bottom: 26px;
  }

  .cw-about-content .cw-copy-columns > div:first-child > p:first-child {
    font-size: 20px;
  }

  .cw-workshop-section {
    padding: 70px 20px;
  }

  .cw-workshop-down {
    font-size: 44px;
    height: 50px;
    margin-top: 42px;
    padding-bottom: 14px;
    width: 50px;
  }

  .cw-workshop-kicker {
    font-size: 58px;
  }

  .cw-workshop-copy h1,
  .cw-workshop-copy h2 {
    font-size: 34px;
    margin-bottom: 26px;
  }

  .cw-workshop-heading {
    margin-bottom: 36px;
  }

  .cw-workshop-heading h2 {
    font-size: 46px;
  }

  .cw-workshop-heading p {
    font-size: 22px;
  }

  .cw-workshop-card-grid,
  .cw-workshop-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cw-workshop-card,
  .cw-workshop-testimonial,
  .cw-workshop-form {
    padding: 24px;
  }

  .cw-book-section {
    padding: 74px 20px;
  }

  .cw-book-copy h1 {
    font-size: 58px;
  }

  .cw-book-copy p {
    font-size: 22px;
  }

  .cw-book-form {
    padding: 24px;
  }

  .cw-book-time > div,
  .cw-book-topics > div {
    grid-template-columns: 1fr;
  }

  .cw-book-contact {
    padding: 72px 20px;
  }

  .cw-book-contact p strong,
  .cw-book-contact p a {
    display: block;
  }

  .cw-book-contact p strong:not(:first-child) {
    margin-top: 12px;
  }

  .cw-testimonials-list-section {
    padding: 72px 20px;
  }

  .cw-testimonials-page-heading {
    margin-bottom: 36px;
  }

  .cw-testimonials-page-heading h1 {
    font-size: 58px;
  }

  .cw-testimonials-masonry {
    column-count: 1;
  }

  .cw-testimonials-card {
    padding: 24px;
  }

  .cw-testimonials-card h2 {
    font-size: 24px;
  }

  .cw-contact-form-section {
    padding: 72px 20px;
  }

  .cw-contact-form-heading h1 {
    font-size: 56px;
  }

  .cw-contact-form-heading p strong,
  .cw-contact-form-heading p a {
    display: block;
  }

  .cw-contact-form-heading p strong:not(:first-child) {
    margin-top: 12px;
  }

  .cw-contact-form {
    padding: 24px;
  }

  .cw-resources-section {
    padding: 72px 20px;
  }

  .cw-resources-heading {
    margin-bottom: 36px;
  }

  .cw-resources-heading h1 {
    font-size: 56px;
  }

  .cw-resources-grid {
    grid-template-columns: 1fr;
  }

  .cw-resource-card {
    padding: 24px;
  }

  .cw-resource-card h2 {
    font-size: 24px;
  }

  .cw-resource-single-section {
    padding: 72px 20px;
  }

  .cw-resource-single-heading h1 {
    font-size: 52px;
  }

  .cw-resource-single-content {
    padding: 24px;
  }

  .cw-resource-single-content h2 {
    font-size: 25px;
  }

  .cw-account-section {
    padding: 72px 20px;
  }

  .cw-account-heading h1 {
    font-size: 56px;
  }

  .cw-account-panel {
    padding: 24px;
  }

  .cw-account-panel h2 {
    font-size: 42px;
  }

  .cw-account-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cw-cart-section {
    padding: 72px 20px;
  }

  .cw-checkout-section {
    padding: 72px 20px;
  }

  .cw-cart-heading h1 {
    font-size: 56px;
  }

  .cw-checkout-heading h1 {
    font-size: 56px;
  }

  .cw-cart-panel {
    padding: 24px;
  }

  .cw-checkout-panel {
    padding: 24px;
  }

  .cw-cart-panel .button,
  .cw-cart-panel button.button,
  .cw-cart-panel input.button {
    font-size: 12px;
    padding: 14px 22px;
  }

  .cw-checkout-panel .button,
  .cw-checkout-panel button.button,
  .cw-checkout-panel input.button,
  .cw-checkout-panel #place_order {
    font-size: 12px;
    padding: 14px 22px;
    width: 100%;
  }

  .cw-shop-section {
    padding: 72px 20px;
  }

  .cw-shop-heading h1 {
    font-size: 56px;
  }

  .cw-shop-panel ul.products,
  .cw-shop-panel .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .cw-shop-panel ul.products li.product,
  .cw-shop-panel .woocommerce ul.products li.product {
    padding: 24px;
  }

  .cw-shop-panel .woocommerce-loop-product__title {
    font-size: 24px;
  }

  .cw-product-section {
    padding: 72px 20px;
  }

  .cw-product-summary h1 {
    font-size: 48px;
  }

  .cw-product-price {
    font-size: 24px;
  }

  .cw-product-description h2 {
    font-size: 23px;
  }

  .cw-product-purchase form {
    align-items: flex-start;
    flex-direction: column;
  }

  .cw-product-purchase .button {
    font-size: 12px;
    padding: 14px 22px;
    width: 100%;
  }
}
