/*
Theme Name: ColorUncover OceanWP Child
Description: ColorUncover presentation layer built safely on OceanWP.
Author: ColorUncover
Template: oceanwp
Version: 0.11.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: coloruncover
*/

:root {
  --cu-primary: #ae445a;
  --cu-primary-dark: #432e54;
  --cu-plum: #432e54;
  --cu-etsy: #4b4376;
  --cu-ink: #302534;
  --cu-muted: #665b68;
  --cu-cream: #faf5f2;
  --cu-blush: #f3e1df;
  --cu-lilac: #eee9f1;
  --cu-sage: #f7eeec;
  --cu-apricot: #e8bcb9;
  --cu-surface: #fdf9f7;
  --cu-border: #dfd0d3;
  --cu-radius: 14px;
}

.cu-button,
.cu-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.15rem;
  border: 2px solid var(--cu-primary);
  border-radius: 8px;
  background: var(--cu-primary);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.cu-button:hover,
.cu-button:focus-visible {
  border-color: var(--cu-primary-dark);
  background: var(--cu-primary-dark);
  color: #fff;
}

.cu-button--secondary,
.cu-button--secondary:visited {
  background: transparent;
  color: var(--cu-primary-dark);
}

.cu-button--secondary:hover,
.cu-button--secondary:focus-visible {
  color: #fff;
}
/* Local restructure: Home, navigation, and working-copy pages. */
.page-id-256 #main #content-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.page-id-256 #primary,
.page-id-256 #content {
  width: 100%;
  padding: 0;
  border: 0;
}
.cu-home-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.5rem;
}
.cu-home-section .elementor-container {
  max-width: 1120px;
}
.cu-home-section .elementor-heading-title {
  color: var(--cu-ink);
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.16;
}
.cu-home-section .elementor-widget-text-editor {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: var(--cu-muted);
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.65;
}
.cu-home-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(174, 68, 90, 0.18), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(232, 188, 185, 0.34), transparent 30%),
    radial-gradient(circle at 78% 88%, rgba(75, 67, 118, 0.14), transparent 38%),
    linear-gradient(135deg, var(--cu-blush) 0%, var(--cu-cream) 48%, var(--cu-lilac) 100%);
}
.cu-home-hero .elementor-heading-title {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.cu-home-hero .elementor-widget-text-editor {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
}
.cu-home-etsy {
  background: var(--cu-etsy);
}
.cu-home-etsy .elementor-heading-title,
.cu-home-etsy .elementor-widget-text-editor {
  color: #fff;
}
.cu-home-latest {
  background: var(--cu-cream);
}
.cu-home-tutorials {
  background: var(--cu-sage);
}
.cu-home-about {
  background: var(--cu-lilac);
}
.cu-home-primary-cta .elementor-button,
.cu-home-secondary-cta .elementor-button {
  min-height: 46px;
  padding: 0.85rem 1.25rem;
  border: 2px solid var(--cu-primary);
  border-radius: 8px;
  background: var(--cu-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 750;
}
.cu-home-primary-cta .elementor-button:hover,
.cu-home-primary-cta .elementor-button:focus-visible,
.cu-home-secondary-cta .elementor-button:hover,
.cu-home-secondary-cta .elementor-button:focus-visible {
  border-color: var(--cu-primary-dark);
  background: var(--cu-primary-dark);
  color: #fff;
}
.cu-home-secondary-cta .elementor-button {
  background: transparent;
  color: var(--cu-primary-dark);
}
.cu-home-etsy .cu-home-primary-cta .elementor-button {
  border-color: #fff;
  background: #fff;
  color: var(--cu-primary-dark);
}
.cu-home-etsy .cu-home-primary-cta .elementor-button:hover,
.cu-home-etsy .cu-home-primary-cta .elementor-button:focus-visible {
  background: transparent;
  color: #fff;
}
.cu-menu-etsy > a.menu-link {
  color: var(--cu-primary) !important;
  font-weight: 800;
}
.cu-working-copy {
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--cu-primary);
  background: var(--cu-surface);
}
@media (max-width: 767px) {
  .cu-home-section {
    padding: 3.25rem 1.15rem;
  }
  .cu-home-hero {
    min-height: auto;
  }
}
/* Contact page: replace the orphaned Ocean widget with native WPForms output. */
.page-id-21 .elementor-shortcode {
  width: min(100%, 720px);
  margin: 0 auto;
}
.page-id-21 .wpforms-container .wpforms-submit {
  min-height: 46px;
  border-color: var(--cu-primary);
  border-radius: 8px;
  background: var(--cu-primary);
  color: #fff;
  font-weight: 750;
}
.page-id-21 .wpforms-container .wpforms-submit:hover,
.page-id-21 .wpforms-container .wpforms-submit:focus-visible {
  border-color: var(--cu-primary-dark);
  background: var(--cu-primary-dark);
}
/* Plum, berry, blush, and ivory site palette. */
#site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--cu-plum);
}
#site-navigation-wrap .dropdown-menu > li > a,
.oceanwp-mobile-menu-icon a,
#searchform-header-replace-close {
  color: #fff;
}
#site-navigation-wrap .dropdown-menu > li > a:hover,
#site-navigation-wrap .dropdown-menu > li.sfHover > a,
#site-navigation-wrap .dropdown-menu > li.current-menu-item > a,
.oceanwp-mobile-menu-icon a:hover,
.oceanwp-mobile-menu-icon a:focus-visible {
  color: var(--cu-apricot);
}
.cu-menu-etsy > a.menu-link {
  color: var(--cu-apricot) !important;
}
#footer-widgets {
  border-top: 5px solid var(--cu-primary);
  background: var(--cu-plum);
  color: var(--cu-cream);
}
#footer-widgets .widget-title,
#footer-widgets .contact-info-widget,
#footer-widgets .contact-info-widget span,
#footer-widgets p {
  color: var(--cu-cream);
}
#footer-widgets a {
  color: var(--cu-apricot);
}
#footer-widgets a:hover,
#footer-widgets a:focus-visible {
  color: #fff;
}
#footer-bottom {
  background: #30213b;
  color: #eee4eb;
}
#footer-bottom a {
  color: var(--cu-apricot);
}
.cu-home-primary-cta .elementor-button-text,
.cu-home-secondary-cta .elementor-button-text {
  color: inherit !important;
}
.cu-home-secondary-cta .elementor-button {
  border-color: var(--cu-primary-dark);
  background: rgba(255, 255, 255, 0.82);
  color: var(--cu-primary-dark) !important;
}
.cu-home-secondary-cta .elementor-button:hover,
.cu-home-secondary-cta .elementor-button:focus-visible {
  color: #fff !important;
}
.cu-home-latest .cu-resource-empty {
  border-color: var(--cu-border);
  background: rgba(255, 255, 255, 0.72);
}
/* Responsive containment for Elementor and OceanWP header. */
.cu-home-section {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cu-home-section .elementor-container,
.cu-home-section .elementor-column,
.cu-home-section .elementor-widget-wrap,
.cu-home-section .elementor-widget,
.cu-home-section .elementor-widget-container {
  min-width: 0;
  max-width: 100%;
}
.cu-home-section .elementor-widget-heading,
.cu-home-section .elementor-widget-text-editor,
.cu-home-section .elementor-shortcode {
  width: 100%;
}
.cu-home-section .elementor-heading-title,
.cu-home-section p {
  overflow-wrap: break-word;
}
.cu-home-section .elementor-button {
  max-width: 100%;
  white-space: normal;
}
@media (max-width: 767px) {
  #site-logo {
    max-width: 190px;
  }
  #site-logo .custom-logo-link img {
    width: auto;
    max-width: 180px;
    height: auto;
  }
  .cu-home-hero .elementor-heading-title {
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1.1;
  }
  .cu-home-section .elementor-widget-text-editor {
    font-size: 17px;
  }
}
/* Shared CTA alignment and intentional raster-logo badge. */
.cu-home-primary-cta .elementor-button,
.cu-home-secondary-cta .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cu-home-primary-cta .elementor-button-content-wrapper,
.cu-home-secondary-cta .elementor-button-content-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cu-home-primary-cta .elementor-button-text,
.cu-home-secondary-cta .elementor-button-text {
  flex: 0 1 auto;
  line-height: 1.25;
  text-align: center;
}
.cu-home-hero .cu-home-primary-cta .elementor-button,
.cu-home-hero .cu-home-secondary-cta .elementor-button {
  width: min(100%, 270px);
}
#site-logo .custom-logo-link {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  border: 1px solid rgba(232, 188, 185, 0.78);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(24, 10, 21, 0.22);
}
#site-logo .custom-logo-link img {
  display: block;
  width: auto;
  max-width: 170px;
  height: auto;
}
@media (max-width: 767px) {
  #site-logo {
    max-width: 170px;
  }
  #site-logo .custom-logo-link img {
    max-width: 160px;
  }
}
/* Reusable page-section and CTA primitives for subsequent pages. */
.cu-page-section {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.5rem;
}
.cu-page-section > .elementor-container,
.cu-page-section__inner {
  width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
}
.cu-page-prose {
  width: min(100%, 760px);
  margin-right: auto;
  margin-left: auto;
}
.cu-surface-blush {
  background: var(--cu-blush);
}
.cu-surface-cream {
  background: var(--cu-cream);
}
.cu-surface-sage {
  background: var(--cu-sage);
}
.cu-surface-lilac {
  background: var(--cu-lilac);
}
.cu-surface-plum {
  background: var(--cu-etsy);
  color: #fff;
}
.cu-cta--primary .elementor-button,
.wp-block-button.cu-cta--primary .wp-block-button__link {
  border: 2px solid var(--cu-primary);
  border-radius: 8px;
  background: var(--cu-primary);
  color: #fff;
}
.cu-cta--secondary .elementor-button,
.wp-block-button.cu-cta--secondary .wp-block-button__link {
  border: 2px solid var(--cu-primary-dark);
  border-radius: 8px;
  background: #fff;
  color: var(--cu-primary-dark);
}

/* Keep narrow footer widget metadata inside the mobile viewport. */
#footer .recent-posts-comments a {
  overflow-wrap: anywhere;
}

/* About page: brand story and reusable internal-page composition. */
.cu-about-page #main #content-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.cu-about-page #primary,
.cu-about-page #content {
  width: 100%;
  padding: 0;
  border: 0;
}
.cu-about,
.cu-about * {
  box-sizing: border-box;
}
.cu-about {
  color: var(--cu-ink);
  font-size: 17px;
}
.cu-about-shell {
  width: min(100% - 40px, 1120px);
  margin-right: auto;
  margin-left: auto;
}
.cu-about-hero {
  padding: clamp(80px, 10vw, 128px) 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(174, 68, 90, 0.2), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(75, 67, 118, 0.14), transparent 34%),
    linear-gradient(135deg, var(--cu-blush), var(--cu-cream) 52%, var(--cu-lilac));
  text-align: center;
}
.cu-about-hero__inner {
  max-width: 930px;
}
.cu-about-eyebrow {
  margin: 0 0 14px;
  color: var(--cu-primary);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.cu-about h1,
.cu-about h2,
.cu-about h3 {
  color: var(--cu-ink);
}
.cu-about h1 {
  max-width: 900px;
  margin: 0 auto 24px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.cu-about h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.cu-about h3 {
  margin: 18px 0 12px;
  font-size: 23px;
  line-height: 1.25;
}
.cu-about p,
.cu-about li {
  font-size: 17px;
  line-height: 1.72;
}
.cu-about-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--cu-muted);
  font-size: clamp(18px, 2vw, 21px) !important;
}
.cu-about-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
  gap: 12px;
}
.cu-about-actions .cu-button {
  min-width: 190px;
  font-size: 16px;
}
.cu-about-actions .cu-button--secondary {
  border-color: var(--cu-primary-dark);
  background: rgba(255, 255, 255, 0.78);
}
.cu-about-section {
  padding: clamp(72px, 9vw, 112px) 0;
}
.cu-about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(38px, 7vw, 88px);
}
.cu-about-prose p {
  margin: 0 0 20px;
  color: var(--cu-muted);
}
.cu-about-prose p:last-child {
  margin-bottom: 0;
}
.cu-about-resources {
  background: var(--cu-cream);
  text-align: center;
}
.cu-about-resources h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.cu-about-card-grid {
  display: grid;
  margin-top: 44px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  text-align: left;
}
.cu-about-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(48, 37, 52, 0.07);
}
.cu-about-card > span {
  color: var(--cu-primary);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.cu-about-card p {
  margin: 0 0 24px;
  color: var(--cu-muted);
}
.cu-about-card a {
  margin-top: auto;
  color: var(--cu-primary-dark);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.cu-about-card a:hover,
.cu-about-card a:focus-visible {
  color: var(--cu-primary);
  text-decoration: underline;
}
.cu-about-values {
  background: var(--cu-lilac);
}
.cu-about-value-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cu-about-value-list li {
  display: grid;
  padding: 20px 0;
  border-top: 1px solid var(--cu-border);
  grid-template-columns: minmax(150px, 0.65fr) minmax(0, 1.35fr);
  gap: 22px;
}
.cu-about-value-list li:last-child {
  border-bottom: 1px solid var(--cu-border);
}
.cu-about-value-list strong {
  color: var(--cu-primary-dark);
}
.cu-about-value-list span {
  color: var(--cu-muted);
}
.cu-about-cta {
  padding: clamp(72px, 9vw, 104px) 0;
  background: var(--cu-etsy);
  color: #fff;
  text-align: center;
}
.cu-about-cta .cu-about-eyebrow,
.cu-about-cta h2,
.cu-about-cta p {
  color: #fff;
}
.cu-about-cta p:not(.cu-about-eyebrow) {
  max-width: 650px;
  margin: 18px auto 28px;
}
.cu-about-cta .cu-button {
  border-color: #fff;
  background: #fff;
  color: var(--cu-primary-dark);
  font-size: 16px;
}
.cu-about-cta .cu-button:hover,
.cu-about-cta .cu-button:focus-visible {
  background: transparent;
  color: #fff;
}
@media (max-width: 800px) {
  .cu-about-split,
  .cu-about-card-grid {
    grid-template-columns: 1fr;
  }
  .cu-about-card {
    min-height: 0;
  }
  .cu-about-value-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
@media (max-width: 520px) {
  .cu-about-shell {
    width: min(100% - 30px, 1120px);
  }
  .cu-about-hero {
    padding: 64px 0;
  }
  .cu-about h1 {
    font-size: 38px;
  }
  .cu-about-actions {
    display: grid;
  }
  .cu-about-actions .cu-button {
    width: 100%;
  }
}

/* Tutorials landing page and native tutorial posts. */
.cu-tutorials-page #main #content-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.cu-tutorials-page #primary,
.cu-tutorials-page #content,
.cu-tutorial-post #primary,
.cu-tutorial-post #content {
  width: 100%;
  border: 0;
}
.cu-tutorials,
.cu-tutorials *,
.cu-tutorial-post .entry-content,
.cu-tutorial-post .entry-content * {
  box-sizing: border-box;
}
.cu-tutorials {
  color: var(--cu-ink);
  font-size: 17px;
}
.cu-tutorial-shell {
  width: min(100% - 40px, 1120px);
  margin-right: auto;
  margin-left: auto;
}
.cu-tutorial-eyebrow,
.cu-tutorial-card__label {
  margin: 0 0 14px;
  color: var(--cu-primary);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.cu-tutorials h1,
.cu-tutorials h2,
.cu-tutorials h3 {
  color: var(--cu-ink);
}
.cu-tutorials h1 {
  max-width: 880px;
  margin: 0 auto 22px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.cu-tutorials h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.cu-tutorials h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
}
.cu-tutorials p,
.cu-tutorials li {
  font-size: 17px;
  line-height: 1.7;
}
.cu-tutorials-hero {
  padding: clamp(80px, 10vw, 128px) 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(174, 68, 90, 0.2), transparent 32%),
    radial-gradient(circle at 88% 80%, rgba(75, 67, 118, 0.15), transparent 35%),
    linear-gradient(135deg, var(--cu-blush), var(--cu-cream) 52%, var(--cu-lilac));
  text-align: center;
}
.cu-tutorial-lead {
  max-width: 730px;
  margin: 0 auto 30px;
  color: var(--cu-muted);
  font-size: clamp(18px, 2vw, 21px) !important;
}
.cu-tutorials-hero .cu-button {
  font-size: 16px;
}
.cu-tutorials-latest,
.cu-tutorials-scope {
  padding: clamp(72px, 9vw, 110px) 0;
}
.cu-tutorials-latest {
  background: var(--cu-cream);
  text-align: center;
}
.cu-tutorial-query {
  margin-top: 42px;
}
.cu-tutorial-card-grid {
  display: grid !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  text-align: left;
}
.cu-tutorial-card-grid > li {
  display: flex;
  margin: 0 !important;
}
.cu-tutorial-card {
  display: flex;
  width: 100%;
  min-height: 290px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--cu-border);
  border-top: 5px solid var(--cu-primary);
  border-radius: var(--cu-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(48, 37, 52, 0.07);
}
.cu-tutorial-card .wp-block-post-title a {
  color: var(--cu-primary-dark);
  text-decoration: none;
}
.cu-tutorial-card .wp-block-post-title a:hover,
.cu-tutorial-card .wp-block-post-title a:focus-visible {
  color: var(--cu-primary);
  text-decoration: underline;
}
.cu-tutorial-card .wp-block-post-excerpt {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.cu-tutorial-card .wp-block-post-excerpt__excerpt {
  margin: 0 0 24px;
  color: var(--cu-muted);
}
.cu-tutorial-card .wp-block-post-excerpt__more-text {
  margin-top: auto;
  margin-bottom: 0;
}
.cu-tutorial-card .wp-block-post-excerpt__more-link {
  color: var(--cu-primary-dark);
  font-size: 16px;
  font-weight: 800;
}
.cu-tutorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(38px, 7vw, 88px);
}
.cu-tutorial-scope-list {
  border-top: 1px solid var(--cu-border);
}
.cu-tutorial-scope-list > div {
  display: grid;
  padding: 21px 0;
  border-bottom: 1px solid var(--cu-border);
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 22px;
}
.cu-tutorial-scope-list strong {
  color: var(--cu-primary-dark);
  font-size: 17px;
}
.cu-tutorial-scope-list span {
  color: var(--cu-muted);
  font-size: 17px;
  line-height: 1.65;
}
.cu-tutorials-cta {
  padding: clamp(72px, 9vw, 104px) 0;
  background: var(--cu-etsy);
  color: #fff;
  text-align: center;
}
.cu-tutorials-cta .cu-tutorial-eyebrow,
.cu-tutorials-cta h2,
.cu-tutorials-cta p {
  color: #fff;
}
.cu-tutorials-cta p:not(.cu-tutorial-eyebrow) {
  max-width: 650px;
  margin: 18px auto 28px;
}
.cu-tutorials-cta .cu-button {
  border-color: #fff;
  background: #fff;
  color: var(--cu-primary-dark);
  font-size: 16px;
}
.cu-tutorials-cta .cu-button:hover,
.cu-tutorials-cta .cu-button:focus-visible {
  background: transparent;
  color: #fff;
}

/* Single tutorial reading experience. */
.cu-tutorial-post #main #content-wrap {
  width: min(100% - 40px, 920px);
  padding-top: 58px;
  padding-bottom: 88px;
}
.cu-tutorial-post .page-header {
  padding: clamp(60px, 8vw, 96px) 20px;
  border: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(174, 68, 90, 0.18), transparent 34%),
    linear-gradient(135deg, var(--cu-blush), var(--cu-cream) 54%, var(--cu-lilac));
  text-align: center;
}
body.cu-tutorial-post .page-header .page-header-title {
  max-width: 900px;
  margin: 0 auto;
  color: var(--cu-ink);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.cu-tutorial-post .site-breadcrumbs {
  display: none;
}
.cu-tutorial-post .entry-header,
.cu-tutorial-post .meta,
.cu-tutorial-post .thumbnail,
.cu-tutorial-post .post-tags,
.cu-tutorial-post .related-posts-title,
.cu-tutorial-post .related-posts {
  display: none;
}
.cu-tutorial-post .entry-content {
  width: min(100%, 760px);
  margin: 0 auto;
  color: var(--cu-ink);
  font-size: 17px;
  line-height: 1.75;
}
.cu-tutorial-post .entry-content > p,
.cu-tutorial-post .entry-content > ul,
.cu-tutorial-post .entry-content > ol {
  margin-bottom: 24px;
}
.cu-tutorial-post .entry-content h2 {
  margin: 54px 0 18px;
  color: var(--cu-ink);
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cu-tutorial-post .entry-content li {
  margin-bottom: 10px;
}
.cu-tutorial-post .cu-tutorial-intro {
  color: var(--cu-muted);
  font-size: 20px;
  line-height: 1.65;
}
.cu-tutorial-post .cu-tutorial-callout,
.cu-tutorial-post .cu-tutorial-next,
.cu-tutorial-post .cu-tutorial-review-note {
  margin: 34px 0;
  padding: 26px;
  border-radius: var(--cu-radius);
}
.cu-tutorial-post .cu-tutorial-callout {
  border-left: 5px solid var(--cu-primary);
  background: var(--cu-cream);
}
.cu-tutorial-post .cu-tutorial-review-note {
  border: 1px solid var(--cu-border);
  background: var(--cu-lilac);
}
.cu-tutorial-post .cu-tutorial-next {
  background: var(--cu-etsy);
  color: #fff;
}
.cu-tutorial-post .cu-tutorial-callout h2,
.cu-tutorial-post .cu-tutorial-next h2 {
  margin-top: 0;
}
.cu-tutorial-post .cu-tutorial-next h2,
.cu-tutorial-post .cu-tutorial-next p {
  color: #fff;
}
.cu-tutorial-post .cu-tutorial-next > .wp-block-group__inner-container > h2,
.cu-tutorial-post .cu-tutorial-next > .wp-block-group__inner-container > p {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.cu-tutorial-post .cu-tutorial-next > .wp-block-group__inner-container > p {
  margin-bottom: 24px;
}
.cu-tutorial-post .cu-tutorial-next .wp-block-buttons {
  justify-content: flex-start;
  margin: 0;
}
.cu-tutorial-post .cu-tutorial-next__button {
  margin: 0;
  padding: 0;
  background: transparent;
}
.cu-tutorial-post .cu-tutorial-next__button .wp-block-button__link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid var(--cu-primary);
  border-radius: 8px;
  background: var(--cu-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
}
.cu-tutorial-post .cu-tutorial-next__button .wp-block-button__link:hover,
.cu-tutorial-post .cu-tutorial-next__button .wp-block-button__link:focus-visible {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
@media (max-width: 800px) {
  .cu-tutorial-card-grid,
  .cu-tutorial-split {
    grid-template-columns: 1fr;
  }
  .cu-tutorial-card {
    min-height: 0;
  }
}
@media (max-width: 520px) {
  .cu-tutorial-shell,
  .cu-tutorial-post #main #content-wrap {
    width: min(100% - 30px, 1120px);
  }
  .cu-tutorials-hero {
    padding: 64px 0;
  }
  .cu-tutorials h1 {
    font-size: 38px;
  }
  .cu-tutorial-scope-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  body.cu-tutorial-post .page-header .page-header-title {
    font-size: 36px;
  }
  .cu-tutorial-post .entry-content {
    font-size: 17px;
  }
  .cu-tutorial-post .cu-tutorial-intro {
    font-size: 18px;
  }
}

/* Canonical Free SVG licence page. */
.cu-licence-page #main #content-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.cu-licence-page #primary,
.cu-licence-page #content {
  width: 100%;
  padding: 0;
  border: 0;
}
.cu-licence,
.cu-licence * {
  box-sizing: border-box;
}
.cu-licence {
  color: var(--cu-ink);
  font-size: 17px;
}
.cu-licence-shell {
  width: min(100% - 40px, 1120px);
  margin-right: auto;
  margin-left: auto;
}
.cu-licence-prose {
  width: min(100% - 40px, 800px);
  margin-right: auto;
  margin-left: auto;
}
.cu-licence-eyebrow {
  margin: 0 0 14px;
  color: var(--cu-primary);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.cu-licence h1,
.cu-licence h2,
.cu-licence h3 {
  color: var(--cu-ink);
}
.cu-licence h1 {
  max-width: 900px;
  margin: 0 auto 22px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.cu-licence h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}
.cu-licence h3 {
  margin: 46px 0 14px;
  font-size: 25px;
  line-height: 1.25;
}
.cu-licence p,
.cu-licence li {
  font-size: 17px;
  line-height: 1.72;
}
.cu-licence-hero {
  padding: clamp(80px, 10vw, 126px) 0;
  background:
    radial-gradient(circle at 13% 20%, rgba(174, 68, 90, 0.2), transparent 33%),
    radial-gradient(circle at 88% 78%, rgba(75, 67, 118, 0.14), transparent 34%),
    linear-gradient(135deg, var(--cu-blush), var(--cu-cream) 52%, var(--cu-lilac));
  text-align: center;
}
.cu-licence-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--cu-muted);
  font-size: clamp(18px, 2vw, 21px) !important;
}
.cu-licence-version {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
  color: var(--cu-primary-dark);
  gap: 10px;
}
.cu-licence-version,
.cu-licence-version strong {
  font-size: 14px !important;
}
.cu-licence-section {
  padding: clamp(72px, 9vw, 110px) 0;
}
.cu-licence-summary {
  background: var(--cu-cream);
  text-align: center;
}
.cu-licence-summary-note {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--cu-muted);
}
.cu-licence-card-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  text-align: left;
}
.cu-licence-card {
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(48, 37, 52, 0.07);
}
.cu-licence-card--allow {
  border-top: 5px solid var(--cu-primary);
}
.cu-licence-card--restrict {
  border-top: 5px solid var(--cu-etsy);
}
.cu-licence-card h3 {
  margin: 0 0 18px;
  font-size: 27px;
}
.cu-licence-card ul {
  margin: 0;
  padding-left: 22px;
}
.cu-licence-card li {
  margin-bottom: 12px;
  color: var(--cu-muted);
}
.cu-licence-card li:last-child {
  margin-bottom: 0;
}
.cu-licence-terms {
  background: #fff;
}
.cu-licence-terms > .cu-licence-prose > p {
  color: var(--cu-muted);
}
.cu-licence-terms h2 {
  margin-bottom: 22px;
}
.cu-licence-contact {
  padding: clamp(72px, 9vw, 104px) 0;
  background: var(--cu-etsy);
  color: #fff;
  text-align: center;
}
.cu-licence-contact .cu-licence-eyebrow,
.cu-licence-contact h2,
.cu-licence-contact p {
  color: #fff;
}
.cu-licence-contact p:not(.cu-licence-eyebrow) {
  max-width: 680px;
  margin: 18px auto 28px;
}
.cu-licence-contact .cu-button {
  border-color: #fff;
  background: #fff;
  color: var(--cu-primary-dark);
  font-size: 16px;
}
.cu-licence-contact .cu-button:hover,
.cu-licence-contact .cu-button:focus-visible {
  background: transparent;
  color: #fff;
}
@media (max-width: 700px) {
  .cu-licence-card-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .cu-licence-shell,
  .cu-licence-prose {
    width: min(100% - 30px, 1120px);
  }
  .cu-licence-hero {
    padding: 64px 0;
  }
  .cu-licence h1 {
    font-size: 38px;
  }
  .cu-licence-version {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .cu-licence-version span {
    display: none;
  }
}

/* Blog landing */
.cu-blog-page #content-wrap { max-width: none; padding: 0; }
.cu-blog-page #primary { width: 100%; padding: 0; border: 0; }
.cu-blog-page #content { padding-bottom: 0; }
.cu-blog { background: #fffaf7; color: #382d38; }
.cu-blog-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.cu-blog-hero { padding: 92px 0 86px; color: #fffaf7; background: linear-gradient(135deg, #512847 0%, #6b365a 58%, #87536f 100%); }
.cu-blog-hero .cu-blog-shell { max-width: 940px; margin-left: max(24px, calc((100% - 1180px) / 2)); }
.cu-blog-eyebrow { margin: 0 0 14px; color: #d9a56f; font-size: 14px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.cu-blog-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(42px, 5.2vw, 68px); line-height: 1.06; letter-spacing: -.025em; }
.cu-blog-lead { max-width: 760px; margin: 24px 0 0; color: #f5eaf0; font-size: 20px; line-height: 1.7; }
.cu-blog-feed { padding: 82px 0 94px; }
.cu-blog-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.cu-blog-heading h2 { margin: 0; color: #512847; font-size: 42px; line-height: 1.15; }
.cu-blog-tutorial-link { color: #7d315f; font-size: 16px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.cu-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.cu-blog-card { overflow: hidden; margin: 0; border: 1px solid #eadde4; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(73, 38, 62, .07); transition: transform .2s ease, box-shadow .2s ease; }
.cu-blog-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(73, 38, 62, .12); }
.cu-blog-card__media { display: block; height: 220px; overflow: hidden; background: #f1e5ea; }
.cu-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.cu-blog-card:hover .cu-blog-card__media img { transform: scale(1.025); }
.cu-blog-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #ead8e1, #f7ebe4); }
.cu-blog-card__body { display: flex; min-height: 315px; flex-direction: column; padding: 26px 26px 28px; }
.cu-blog-card__meta { margin: 0 0 12px; color: #815d73; font-size: 14px; font-weight: 600; }
.cu-blog-card h3 { margin: 0; color: #512847; font-size: 23px; line-height: 1.3; }
.cu-blog-card h3 a { color: inherit; }
.cu-blog-card h3 a:hover { color: #8a315f; }
.cu-blog-card__excerpt { margin: 16px 0 24px; color: #574b56; font-size: 16px; line-height: 1.65; }
.cu-blog-card__link { margin-top: auto; color: #8a315f; font-size: 15px; font-weight: 700; }
.cu-blog-pagination { margin-top: 52px; }
.cu-blog-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.cu-blog-pagination .page-numbers { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 8px 14px; border: 1px solid #ddcbd5; border-radius: 999px; color: #512847; background: #fff; font-weight: 700; }
.cu-blog-pagination .page-numbers.current, .cu-blog-pagination .page-numbers:hover { border-color: #7d315f; color: #fff; background: #7d315f; }
@media (max-width: 900px) {
	.cu-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.cu-blog-shell { width: min(100% - 32px, 1180px); }
	.cu-blog-hero { padding: 64px 0 60px; }
	.cu-blog-hero .cu-blog-shell { margin: 0 auto; }
	.cu-blog-hero h1 { font-size: 39px; }
	.cu-blog-lead { font-size: 17px; }
	.cu-blog-feed { padding: 58px 0 68px; }
	.cu-blog-heading { display: block; margin-bottom: 28px; }
	.cu-blog-heading h2 { margin-bottom: 18px; font-size: 32px; }
	.cu-blog-grid { grid-template-columns: 1fr; }
	.cu-blog-card__media { height: 210px; }
	.cu-blog-card__body { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.cu-blog-card, .cu-blog-card__media img { transition: none; }
}

/* Legacy blog article */
.cu-legacy-post #content-wrap { max-width: 1160px; padding-top: 66px; padding-bottom: 82px; }
.cu-legacy-post #primary { width: 100%; padding: 0; border: 0; }
.cu-legacy-post #content { max-width: 900px; margin: 0 auto; }
.cu-legacy-post article { color: #403640; }
.cu-legacy-post article > .thumbnail { overflow: hidden; margin: 0 0 44px; border-radius: 20px; background: #f2e7eb; box-shadow: 0 14px 34px rgba(73,38,62,.09); }
.cu-legacy-post article > .thumbnail img { display: block; width: 100%; max-height: 540px; object-fit: cover; }
.cu-legacy-post .thumbnail-caption { padding: 11px 18px; color: #746472; background: #fff7f3; font-size: 13px; line-height: 1.55; }
.cu-legacy-post .entry-header { max-width: 820px; margin: 0 auto; text-align: center; }
.cu-legacy-post .single-post-title { margin: 0; color: #512847; font-size: clamp(40px,5vw,62px); line-height: 1.1; letter-spacing: -.025em; }
.cu-legacy-post ul.meta { display: flex; max-width: 760px; justify-content: center; gap: 18px; margin: 22px auto 44px; padding: 0; color: #806879; font-size: 14px; }
.cu-legacy-post ul.meta li { float: none; margin: 0; }
.cu-legacy-post ul.meta li a { color: #7d315f; }
.cu-legacy-post .entry-content { max-width: 760px; margin: 0 auto; font-size: 18px; line-height: 1.82; }
.cu-legacy-post .entry-content > p, .cu-legacy-post .entry-content > ul, .cu-legacy-post .entry-content > ol { margin-bottom: 1.45em; }
.cu-legacy-post .entry-content h2 { margin: 2.1em 0 .7em; padding: 0; color: #512847 !important; background: none !important; font-size: 34px !important; line-height: 1.24; letter-spacing: -.015em; }
.cu-legacy-post .entry-content h3 { margin: 1.8em 0 .65em; color: #6f345c; font-size: 25px; line-height: 1.32; }
.cu-legacy-post .entry-content a { color: #8a315f; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.cu-legacy-post .entry-content img { border-radius: 14px; }
.cu-legacy-post .entry-content figcaption { color: #766775; font-size: 13px; line-height: 1.5; }
.cu-legacy-post .entry-content blockquote { margin: 32px 0; padding: 24px 28px; border-left: 4px solid #c27891; border-radius: 0 12px 12px 0; background: #fbf0f2; color: #4d3c49; }
.cu-legacy-post .post-tags, .cu-legacy-post .post-pagination-wrap, .cu-legacy-post #respond, .cu-legacy-post .comment-list { max-width: 760px; margin-right: auto; margin-left: auto; }
.cu-article-paths { max-width: 760px; margin: 52px auto 12px; padding: 34px; border-radius: 18px; background: #f6e8ec; }
.cu-article-paths__eyebrow { margin: 0 0 8px; color: #9a5b39; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cu-article-paths h2 { margin: 0 0 20px; color: #512847; font-size: 28px; }
.cu-article-paths__links { display: flex; flex-wrap: wrap; gap: 10px; }
.cu-article-paths__links a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 17px; border: 1px solid #cdaab9; border-radius: 999px; color: #6f2953; background: #fff; font-weight: 700; }
.cu-article-paths__links a:hover { border-color: #7d315f; color: #fff; background: #7d315f; }
.cu-legacy-post .post-pagination { max-width: 760px; margin: 44px auto 0; border-color: #e6d8df; }
.cu-legacy-post #comments { max-width: 760px; margin: 48px auto 0; }
.cu-legacy-elementor-post .entry-content { max-width: 900px; }
@media (max-width: 767px) {
	.cu-legacy-post #content-wrap { width: calc(100% - 32px); padding-top: 42px; padding-bottom: 60px; }
	.cu-legacy-post article > .thumbnail { margin-bottom: 30px; border-radius: 14px; }
	.cu-legacy-post .single-post-title { font-size: 38px; }
	.cu-legacy-post ul.meta { flex-wrap: wrap; margin-bottom: 34px; }
	.cu-legacy-post .entry-content { font-size: 17px; line-height: 1.75; }
	.cu-legacy-post .entry-content h2 { font-size: 29px !important; }
	.cu-legacy-post .entry-content h3 { font-size: 23px; }
	.cu-article-paths { padding: 26px 22px; }
	.cu-article-paths__links { display: grid; }
}

/* Legal pages */
.cu-legal-page #content-wrap { max-width: 1040px; padding-top: 62px; padding-bottom: 82px; }
.cu-legal-page #primary { width: 100%; padding: 0; border: 0; }
.cu-legal-page .entry-content { max-width: 820px; margin: 0 auto; color: #443842; font-size: 17px; line-height: 1.78; }
.cu-legal-page .entry-content h1 { margin: 0 0 28px; color: #512847; font-size: clamp(40px,5vw,58px); line-height: 1.1; letter-spacing: -.02em; }
.cu-legal-page .entry-content h2 { margin: 1.8em 0 .65em; color: #633153; font-size: 30px; line-height: 1.25; }
.cu-legal-page .entry-content h3 { margin: 1.5em 0 .55em; color: #75415f; font-size: 23px; }
.cu-legal-page .entry-content a { color: #8a315f; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 767px) {
	.cu-legal-page #content-wrap { width: calc(100% - 32px); padding-top: 42px; padding-bottom: 60px; }
	.cu-legal-page .entry-content { font-size: 16px; }
}
