/*
Theme Name: CraftersVibe Welcome
Theme URI: https://craftersvibe.com
Description: A warm, maker-first Storefront child theme for CraftersVibe.
Author: CraftersVibe
Version: 1.18.0
Template: storefront
Text Domain: craftersvibe-welcome
*/

:root {
  --cv-forest: #264238;
  --cv-forest-soft: #46675a;
  --cv-sage: #dfe9df;
  --cv-cream: #f4efe5;
  --cv-paper: #fffdf8;
  --cv-orange: #b95f43;
  --cv-gold: #d5a75e;
  --cv-ink: #21352d;
  --cv-muted: #607168;
}

body.home { background: var(--cv-cream); color: var(--cv-ink); font-size: 18px; line-height: 1.65; }
body.home .site-header,
body.home .site-footer { display: none; }
body.home .site-content,
body.home .col-full,
body.home .content-area,
body.home .site-main { width: 100%; max-width: none; margin: 0; padding: 0; }
body.home .site-main { margin: 0 !important; }
body.home .hentry { margin: 0; }

.cv-home, .cv-home * { box-sizing: border-box; }
.cv-home { overflow: hidden; font-family: "Trebuchet MS", Arial, sans-serif; }
.cv-wrap { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.cv-serif { font-family: Georgia, "Times New Roman", serif; }

.cv-header { position: relative; z-index: 10; color: var(--cv-ink); background: rgba(255,253,248,.96); }
.cv-header .cv-wrap { width: min(1540px,calc(100% - 42px)); min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cv-brand { color: var(--cv-ink) !important; display: flex; align-items: center; gap: 13px; text-decoration: none !important; }
.cv-logo-mark { display: block; width: 67px; height: 67px; color: var(--cv-orange); filter: drop-shadow(0 5px 10px rgba(0,0,0,.18)); transform: rotate(-3deg); }
.cv-logo-mark svg { display: block; width: 100%; height: 100%; }
.cv-wordmark { color: var(--cv-ink); font: 700 36px Georgia, serif; letter-spacing: -.025em; }
.cv-wordmark > span { color: var(--cv-orange); font-style: italic; font-weight: 500; }
.cv-nav { display: flex; align-items: center; gap: 12px; }
.cv-nav a { color: var(--cv-ink) !important; text-decoration: none !important; letter-spacing: .01em; font-size: 15px; font-weight: 800; }
.cv-nav a:hover { color: var(--cv-orange) !important; }
.cv-nav .cv-nav-quiet { padding: 12px 7px; }
.cv-nav .cv-nav-button, .cv-nav .cv-nav-account { display: inline-flex; align-items: center; gap: 12px; min-height: 58px; padding: 0 25px; border-radius: 999px; transition: transform .2s, background .2s, box-shadow .2s; }
.cv-nav .cv-nav-button { background: var(--cv-orange); border: 1px solid var(--cv-orange); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.cv-nav .cv-nav-account { color: var(--cv-forest) !important; border: 1px solid #98aa9f; background: #fff; }
.cv-nav .cv-nav-button:hover, .cv-nav .cv-nav-account:hover { color: #fff !important; transform: translateY(-2px); box-shadow: 0 11px 28px rgba(0,0,0,.25); }
.cv-nav a > span { font-size: 17px; line-height: 1; }
.cv-nav .cv-nav-social { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border-radius: 50%; color: #fff !important; background: #1877f2; box-shadow: 0 5px 14px rgba(24,119,242,.25); }
.cv-nav .cv-nav-social:hover { color: #fff !important; background: #0f62cf; transform: translateY(-2px); }
.cv-nav-social svg { width: 23px; height: 23px; fill: currentColor; }

.cv-hero { min-height: 690px; display: flex; align-items: center; position: relative; color: var(--cv-ink); background: var(--cv-paper); }
.cv-hero:before { content: ""; position: absolute; inset: 40px 0 40px 54%; border-radius: 34px 0 0 34px; background-image: linear-gradient(90deg, rgba(255,253,248,.28), transparent 30%), url("assets/images/craftersvibe-hero.webp"); background-size: cover; background-position: 66% center; box-shadow: -15px 20px 55px rgba(39,65,55,.12); }
.cv-hero-copy { width: min(620px, 52%); padding: 55px 0 125px; position: relative; z-index: 2; }
.cv-eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 14px; color: #b86a45; text-transform: uppercase; letter-spacing: .14em; font-size: 15px; line-height: 1.4; font-weight: 900; }
.cv-eyebrow:before { content: ""; width: 34px; height: 2px; background: var(--cv-orange); }
.cv-hero h1 { color: var(--cv-ink); font: 500 clamp(49px, 5.6vw, 78px)/1.01 Georgia,serif; letter-spacing: -.045em; margin: 0; }
.cv-hero h1 em { color: var(--cv-orange); font-weight: 400; }
.cv-hero-lede { max-width: 600px; margin: 29px 0 33px; color: #4d6258; font: 21px/1.6 Georgia,serif; }
.cv-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: stretch; }
.cv-button { display: inline-flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: flex-start; gap: 0 12px; min-height: 78px; padding: 14px 27px; border-radius: 16px; background: var(--cv-orange); border: 1px solid var(--cv-orange); color: #fff !important; text-decoration: none !important; text-transform: none; letter-spacing: 0; font-size: 17px; font-weight: 800; transition: .2s; }
.cv-button-small { flex-basis: 100%; margin-bottom: 2px; color: rgba(255,255,255,.88); text-transform: uppercase; letter-spacing: .1em; font-size: 14px; }
.cv-button b { margin-left: auto; font-size: 20px; line-height: 1; }
.cv-button:hover { transform: translateY(-2px); box-shadow: 4px 5px 0 #17231d; }
.cv-button-outline { color: var(--cv-forest) !important; background: #fff; border-color: #98aa9f; }
.cv-button-outline .cv-button-small { color: var(--cv-muted); }
.cv-button-maker, .cv-button-shopper { min-width: 274px; }
.cv-button-light { color: var(--cv-ink) !important; background: var(--cv-paper); border-color: var(--cv-paper); }
.cv-learn-link { display: inline-block; margin-top: 21px; color: #4c6056 !important; font-size: 16px; font-weight: 800; letter-spacing: .01em; text-decoration: none !important; border-bottom: 1px solid #8fa096; padding-bottom: 4px; }
.cv-learn-link:hover { color: var(--cv-orange) !important; }
.cv-trust { position: absolute; inset: auto 0 0; background: var(--cv-sage); border-top: 1px solid #c9d6ca; }
.cv-trust .cv-wrap { min-height: 78px; display: grid; grid-template-columns: repeat(3,1fr); }
.cv-trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid #bdccbf; color: var(--cv-ink); font-size: 15px; }
.cv-trust-item > span:last-child { display: grid; gap: 2px; }
.cv-trust-item b { font-size: 15px; }
.cv-trust-item small { color: #53675d; font-size: 15px; }
.cv-trust-item:last-child { border: 0; }
.cv-check { color: var(--cv-gold); font-size: 17px; }

.cv-founders { padding: 105px 0; background: rgba(244,239,229,.82); backdrop-filter: blur(2px); }
.cv-founders-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.cv-founders .cv-title { font-size: clamp(45px, 5vw, 68px); }
.cv-founder-counter { padding: 30px; border-radius: 22px; background: rgba(255,253,248,.94); border: 1px solid rgba(38,66,56,.2); box-shadow: 0 16px 38px rgba(38,66,56,.12); }
.cv-founder-counter strong { display: block; color: var(--cv-forest); font: 700 38px/1 Georgia,serif; }
.cv-founder-counter strong span { color: var(--cv-muted); font-size: 21px; }
.cv-founder-counter p { margin: 9px 0 18px; color: #4c6157; font-size: 17px; }
.cv-founder-counter small { display: block; margin-top: 10px; color: #4c6157; font-size: 15px; }
.cv-fees { padding: 96px 0; background: rgba(223,233,223,.72); backdrop-filter: blur(2px); }
.cv-fees-head { max-width: 850px; margin-bottom: 42px; }
.cv-fees-head .cv-title { margin-bottom: 20px; }
.cv-fees-head > p:last-child { margin: 0; color: #4c6157; font-size: 21px; line-height: 1.7; }
.cv-fee-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.cv-fee-card { padding: 34px; background: rgba(255,253,248,.94); border: 1px solid rgba(38,66,56,.18); border-radius: 20px; box-shadow: 0 14px 34px rgba(38,66,56,.09); }
.cv-fee-card h3 { margin: 0 0 14px; color: var(--cv-forest); font: 700 31px/1.15 Georgia,serif; }
.cv-fee-card p { margin: 0 0 18px; color: #4c6157; font-size: 18px; line-height: 1.65; }
.cv-fee-list { margin: 0; padding: 0; list-style: none; }
.cv-fee-list li { position: relative; margin: 11px 0; padding-left: 28px; color: var(--cv-ink); font-size: 18px; line-height: 1.5; }
.cv-fee-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--cv-orange); font-weight: 900; }
.cv-policy-note { margin: 26px 0 0; color: #4c6157; font-size: 16px; line-height: 1.6; }
.cv-progress { height: 12px; overflow: hidden; border-radius: 99px; background: var(--cv-sage); }
.cv-progress span { display: block; min-width: 5px; height: 100%; border-radius: inherit; background: var(--cv-orange); }
.cv-join-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 55px; }
.cv-join-choice { min-height: 285px; padding: 40px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border-radius: 26px; color: #fff !important; text-decoration: none !important; box-shadow: 0 18px 42px rgba(38,66,56,.15); transition: transform .2s, box-shadow .2s; }
.cv-join-choice:hover { color: #fff !important; transform: translateY(-4px); box-shadow: 0 22px 52px rgba(38,66,56,.22); }
.cv-join-maker { background: var(--cv-orange); }
.cv-join-shopper { background: var(--cv-forest-soft); }
.cv-join-choice > span { text-transform: uppercase; letter-spacing: .1em; font-size: 15px; font-weight: 900; }
.cv-join-choice > strong { margin: 11px 0; font: 600 42px/1.1 Georgia,serif; }
.cv-join-choice > small { max-width: 520px; color: #fff; font-size: 18px; line-height: 1.55; }
.cv-join-choice > b { margin-top: 22px; padding-bottom: 5px; border-bottom: 2px solid rgba(255,255,255,.7); font-size: 17px; }
.cv-reward-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 32px; }
.cv-reward-tiers article { padding: 30px; border-radius: 19px; background: rgba(255,253,248,.94); border: 1px solid rgba(38,66,56,.16); }
.cv-reward-tiers article > span { color: #a94e34; font-size: 16px; font-weight: 900; }
.cv-reward-tiers h3 { margin: 13px 0 10px; color: var(--cv-ink); font: 700 27px/1.2 Georgia,serif; }
.cv-reward-tiers p { margin: 0; color: #4c6157; font-size: 17px; line-height: 1.6; }
.cv-tier-note { max-width: 850px; margin: 27px auto 0; text-align: center; color: #4c6157; font-size: 17px; }
.cv-founder-actions { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; }
.cv-founder-link { color: var(--cv-forest) !important; font-size: 18px; font-weight: 900; text-decoration: none !important; border-bottom: 2px solid var(--cv-orange); padding: 10px 0 6px; }

.cv-intro { padding: 108px 0; background: var(--cv-paper); }
.cv-section-label { color: #a94e34; text-transform: uppercase; letter-spacing: .11em; font-size: 15px; line-height: 1.5; font-weight: 900; margin: 0 0 28px; }
.cv-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.cv-title { color: var(--cv-ink); font: 500 clamp(44px, 5.4vw, 72px)/1 Georgia,serif; letter-spacing: -.04em; margin: 0; }
.cv-title em { color: var(--cv-orange); font-weight: 400; }
.cv-intro-copy { color: #4c6157; font: 21px/1.7 Georgia,serif; margin: 0; }

.cv-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 68px; }
.cv-value { padding: 30px; background: var(--cv-cream); border-top: 3px solid var(--cv-forest); }
.cv-number { color: #ad563b; font: italic 19px Georgia,serif; }
.cv-value h3 { color: var(--cv-ink); font: 700 25px Georgia,serif; margin: 24px 0 11px; }
.cv-value p { color: #4b6056; font-size: 17px; line-height: 1.65; margin: 0; }

.cv-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--cv-forest); color: #fff; }
.cv-split-image { min-height: 600px; background: linear-gradient(rgba(36,51,44,.04),rgba(36,51,44,.06)), url("assets/images/makers-together.webp") center/cover; }
.cv-split-copy { padding: 95px clamp(35px,7vw,110px); align-self: center; }
.cv-split .cv-title { color: #fff; }
.cv-split-copy > p:not(.cv-section-label) { color: #e1e8e3; font: 20px/1.65 Georgia,serif; margin: 26px 0 31px; }
.cv-list { list-style: none; padding: 0; margin: 0 0 35px; }
.cv-list li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 17px; line-height: 1.5; }
.cv-list li:before { content: "✓"; color: var(--cv-gold); margin-right: 12px; font-weight: 900; }

.cv-paths { padding: 105px 0; background: var(--cv-cream); text-align: center; }
.cv-paths .cv-title { max-width: 730px; margin: 0 auto 55px; }
.cv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; text-align: left; }
.cv-card { min-height: 350px; padding: 45px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; color: #fff; background: var(--cv-orange); border-radius: 24px; box-shadow: 0 18px 45px rgba(45,63,54,.10); }
.cv-card:before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; right: -80px; top: -70px; }
.cv-card:nth-child(2) { background: var(--cv-forest-soft); }
.cv-card-kicker { position: relative; text-transform: uppercase; letter-spacing: .11em; font-size: 15px; font-weight: 900; color: #ffe0ab; }
.cv-card h3 { position: relative; color: #fff; font: 500 43px/1.05 Georgia,serif; margin: 15px 0 11px; }
.cv-card p { position: relative; max-width: 500px; color: #fff; font-size: 18px; line-height: 1.6; margin: 0 0 24px; }
.cv-card-link { position: relative; color: #fff !important; font-size: 16px; font-weight: 900; text-decoration: none !important; border-bottom: 2px solid rgba(255,255,255,.72); padding-bottom: 6px; }

.cv-cta { padding: 95px 20px; text-align: center; background: #e8d9bd; }
.cv-cta .cv-title { max-width: 770px; margin: auto; }
.cv-cta p { max-width: 650px; margin: 25px auto 30px; color: #413e33; font: 20px/1.65 Georgia,serif; }
.cv-footer { padding: 40px 0; background: #17241e; color: #aebbb4; }
.cv-footer .cv-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cv-footer p { margin: 0; font-size: 16px; }
.cv-footer .cv-wordmark { color: #fff; }

/* Calm, focused buyer and maker account screens */
body.page-id-9,
body.page-id-14 { background: var(--cv-cream); }
body.page-id-9 .storefront-primary-navigation,
body.page-id-14 .storefront-primary-navigation { display: none; }
body.page-id-9 .site-header,
body.page-id-14 .site-header { margin-bottom: 0; padding: 28px 0; background: var(--cv-paper); border-bottom: 1px solid #dce4dc; }
body.page-id-9 .site-content,
body.page-id-14 .site-content { padding: 64px 0 90px; }
body.page-id-9 .woocommerce-breadcrumb,
body.page-id-14 .woocommerce-breadcrumb { display: none; }
body.page-id-9 .content-area,
body.page-id-14 .content-area { width: 100%; float: none; }
body.page-id-9 .entry-title,
body.page-id-14 .entry-title { text-align: center; color: var(--cv-ink); font: 500 48px/1.1 Georgia,serif; }
body.page-id-9 .woocommerce-form,
body.page-id-14 .entry-content > .dokan-form-horizontal,
body.page-id-14 form { padding: 32px; border: 1px solid #d7e0d8; border-radius: 20px; background: var(--cv-paper); box-shadow: 0 16px 45px rgba(44,65,55,.08); }
body.page-id-9 .woocommerce-form input,
body.page-id-14 input,
body.page-id-14 select,
body.page-id-14 textarea { border-radius: 10px; border: 1px solid #a9b7ad; background: #fff; }
body.page-id-9 button,
body.page-id-14 button,
body.page-id-14 input[type="submit"] { border-radius: 999px; background: var(--cv-orange); color: #fff; }

/* Comfortable reading across Storefront, WooCommerce, Dokan and content pages */
body:not(.home) { color: var(--cv-ink); font-size: 18px; line-height: 1.65; background-color: var(--cv-cream); }
body:not(.home) p,
body:not(.home) li,
body:not(.home) label,
body:not(.home) .woocommerce,
body:not(.home) .dokan-dashboard-wrap { font-size: 18px; line-height: 1.65; }
body:not(.home) h1, body:not(.home) .entry-title { font-size: clamp(42px, 5vw, 62px); line-height: 1.1; color: var(--cv-ink); }
body:not(.home) h2 { font-size: clamp(32px, 4vw, 46px); line-height: 1.2; color: var(--cv-ink); }
body:not(.home) h3 { font-size: clamp(25px, 3vw, 34px); line-height: 1.25; color: var(--cv-ink); }
body:not(.home) input,
body:not(.home) select,
body:not(.home) textarea,
body:not(.home) button,
body:not(.home) .button { min-height: 48px; font-size: 17px; line-height: 1.35; }
body:not(.home) .site-header a,
body:not(.home) .main-navigation a { font-size: 17px; }
body:not(.home) .woocommerce-breadcrumb { font-size: 15px; }

/* True full-viewport wallpaper: it never scrolls with the page. */
html { min-height: 100%; background: var(--cv-cream); }
body,
body.home,
body:not(.home) { position: relative; min-height: 100vh; background: transparent !important; }
body:before { content: ""; position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .27; background-image: url("assets/images/home-tools-fixed-bg.webp"); background-position: center; background-size: cover; background-repeat: no-repeat; }
body.page-id-14:before,
body.dokan-dashboard:before,
body:has(.dokan-dashboard-wrap):before { background-image: url("assets/images/seller-tools-fixed-bg.webp"); }
#page, .cv-home { position: relative; z-index: 1; }
.site, .site-content, .content-area, .site-main { background-color: transparent; }
.cv-home { background: transparent; }
.cv-hero { background-color: rgba(255,253,248,.62); }
.cv-founders, .cv-intro, .cv-paths { background: rgba(255,253,248,.54); backdrop-filter: blur(1px); }
.cv-cta { background: rgba(232,217,189,.72); }
body:not(.home) .site-content { background: rgba(255,253,248,.54); backdrop-filter: blur(1px); }
body.page-id-9 .woocommerce-form,
body.page-id-14 .entry-content > .dokan-form-horizontal,
body.page-id-14 form { background: rgba(255,253,248,.93); }
body:not(.home) .site-footer { background: #17241e; }

/* Focused registration, login and founder-information screens */
.cv-inner-page { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 75px 0 100px; }
.cv-inner-page > h1 { margin: 10px 0 20px; color: var(--cv-ink); font: 600 clamp(48px, 6vw, 76px)/1.05 Georgia,serif; letter-spacing: -.04em; }
.cv-page-lede { max-width: 780px; margin: 0 0 38px; color: #40564c; font: 21px/1.65 Georgia,serif; }
.cv-page-nav { display: flex; align-items: center; gap: 12px; width: min(1120px,calc(100% - 32px)); margin: 0 auto 34px; padding-top: 20px; }
.cv-page-home, .cv-page-back { display: inline-flex; align-items: center; min-height: 48px; margin: 0; padding: 0 20px; border: 2px solid var(--cv-forest); border-radius: 999px; color: var(--cv-forest) !important; background: rgba(255,253,248,.94); font-size: 17px; font-weight: 900; text-decoration: none !important; }
.cv-page-home:hover, .cv-page-back:hover { color: #fff !important; background: var(--cv-forest); }
.cv-register-page .entry-title,
.cv-founders-page .entry-title { display: none; }
.cv-register-page .site-content,
.cv-founders-page .site-content { padding: 0; }
.cv-register-page .content-area,
.cv-founders-page .content-area { width: 100%; float: none; }
.cv-founder-register { margin: 34px auto 0; }
.cv-founder-details { text-align: center; }
.cv-founder-details .cv-page-lede { margin-left: auto; margin-right: auto; }
.cv-founder-details .cv-page-nav { width: 100%; padding-top: 0; }
body.cv-mode-login .u-column2,
body.cv-mode-login .col-2,
body.cv-mode-register .u-column1,
body.cv-mode-register .col-1 { display: none !important; }
body.cv-mode-login .u-column1,
body.cv-mode-login .col-1,
body.cv-mode-register .u-column2,
body.cv-mode-register .col-2 { width: min(620px,100%) !important; max-width: 620px; float: none !important; margin: 0 auto !important; }
body.cv-mode-login .entry-title:after { content: "Sign in to your account"; display: block; margin-top: 12px; color: #4c6157; font: 18px/1.5 "Trebuchet MS",Arial,sans-serif; letter-spacing: 0; }
body.cv-mode-register .entry-title:after { content: "Create your buyer account"; display: block; margin-top: 12px; color: #4c6157; font: 18px/1.5 "Trebuchet MS",Arial,sans-serif; letter-spacing: 0; }
body.cv-mode-register .woocommerce-form-register .user-role,
body.cv-mode-register .woocommerce-form-register .show_if_seller,
body.cv-mode-register .woocommerce-form-register [class*="seller-form"] { display: none !important; }
body.cv-mode-register .cv-buyer-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
body.cv-mode-register .cv-buyer-fields .form-row-wide { grid-column: 1 / -1; }
body.cv-mode-register .woocommerce-form-register { max-width: 760px; }

/* Instant homepage overlays */
body.cv-modal-open { overflow: hidden; }
.cv-modal[hidden] { display: none; }
.cv-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 24px; overflow-y: auto; background: rgba(22,36,30,.78); backdrop-filter: blur(7px); }
.cv-modal-panel { position: relative; width: min(1040px,100%); max-height: calc(100vh - 48px); overflow-y: scroll; scrollbar-gutter: stable; scrollbar-width: auto; scrollbar-color: var(--cv-orange) #e7ded0; padding: 48px; border-radius: 28px; background: #fffdf8; box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.cv-modal-panel::-webkit-scrollbar { width: 15px; }
.cv-modal-panel::-webkit-scrollbar-track { background: #e7ded0; border-radius: 0 28px 28px 0; }
.cv-modal-panel::-webkit-scrollbar-thumb { background: var(--cv-orange); border: 3px solid #e7ded0; border-radius: 999px; }
.cv-modal-panel::-webkit-scrollbar-thumb:hover { background: #94472f; }
.cv-modal-close { position: sticky; z-index: 2; top: 0; float: right; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: var(--cv-forest); font-size: 28px; line-height: 1; cursor: pointer; }
.cv-modal .cv-section-label { margin-top: 8px; }
.cv-modal h2 { max-width: 830px; margin: 8px 0 18px; color: var(--cv-ink); font: 600 clamp(42px,5vw,65px)/1.05 Georgia,serif; letter-spacing: -.035em; }
.cv-modal-lede { max-width: 800px; margin: 0 0 32px; color: #40564c; font: 20px/1.6 Georgia,serif; }
.cv-modal .cv-join-choices { margin-top: 25px; }
.cv-modal .cv-reward-tiers { margin-top: 28px; }
.cv-perk-detail { display: block; margin-top: 12px; padding-top: 12px; border-top: 1px solid #d5ded6; color: var(--cv-forest); font-size: 16px; font-weight: 900; line-height: 1.5; }
.cv-modal-note { margin: 24px 0 0; color: #4c6157; font-size: 16px; line-height: 1.55; }

/* About, vision, contact and prelaunch-policy pages */
.cv-info-page .entry-title { display: none; }
.cv-info-page .site-header { display: none; }
.cv-info-page .site-footer { display: none; }
.cv-info-page .site-content { padding: 0; }
.cv-info-page .content-area { width: 100%; float: none; }
.cv-info-page .cv-inner-page { max-width: 1060px; }
.cv-info-page .cv-section-label { margin-top: 18px; }
.cv-info-page h2 { margin: 48px 0 16px; color: var(--cv-forest); font: 700 clamp(32px,4vw,46px)/1.12 Georgia,serif; }
.cv-info-page h3 { margin: 0 0 12px; color: var(--cv-forest); font: 700 27px/1.2 Georgia,serif; }
.cv-info-page p, .cv-info-page li { color: #40564c; font-size: 19px; line-height: 1.75; }
.cv-info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 38px; }
.cv-info-card { padding: 32px; border: 1px solid rgba(38,66,56,.18); border-radius: 20px; background: rgba(255,253,248,.94); box-shadow: 0 14px 32px rgba(38,66,56,.08); }
.cv-info-card p:last-child { margin-bottom: 0; }
.cv-about-hero { display: grid; grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); align-items: center; gap: 54px; margin-top: 34px; }
.cv-about-photo { overflow: hidden; margin: 0; border-radius: 30px; background: #e6ddcf; box-shadow: 0 24px 55px rgba(38,66,56,.2); }
.cv-about-photo img { display: block; width: 100%; aspect-ratio: 4 / 4.35; object-fit: cover; object-position: center 38%; }
.cv-about-story h2 { margin-top: 0; }
.cv-about-signoff { margin-top: 32px; padding: 26px 30px; border-left: 5px solid var(--cv-orange); background: rgba(255,253,248,.92); font-family: Georgia,serif; font-size: 22px !important; }
.cv-about-modal .cv-modal-panel { width: min(1180px,100%); }
.cv-about-modal .cv-about-hero { margin-top: 24px; }
.cv-about-modal .cv-about-story h2 { font-size: clamp(34px,4vw,52px); }
.cv-about-modal .cv-about-story p { color: #40564c; font-size: 18px; line-height: 1.7; }
.cv-policy-modal .cv-modal-panel { width: min(920px,100%); }
.cv-policy-modal h3 { margin: 30px 0 10px; color: var(--cv-forest); font: 700 27px/1.2 Georgia,serif; }
.cv-policy-modal p, .cv-policy-modal li { color: #40564c; font-size: 17px; line-height: 1.65; }
.cv-policy-modal .cv-policy-draft { color: #654d25; }
.cv-vision-modal .cv-modal-panel { width: min(1180px,100%); }
.cv-vision-intro { max-width: 900px; color: #40564c; font: 21px/1.65 Georgia,serif; }
.cv-vision-stage { margin-top: 38px; padding: 34px; border-radius: 24px; background: rgba(244,239,229,.82); border: 1px solid rgba(38,66,56,.16); }
.cv-vision-stage > span { display: block; margin-bottom: 8px; color: var(--cv-orange); font-size: 15px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cv-vision-stage > h3 { margin: 0 0 24px; color: var(--cv-forest); font: 700 clamp(34px,4vw,50px)/1.1 Georgia,serif; }
.cv-vision-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.cv-vision-point { padding: 26px; border-radius: 18px; background: rgba(255,253,248,.96); border-top: 4px solid var(--cv-forest); }
.cv-vision-point h4 { margin: 0 0 10px; color: var(--cv-forest); font: 700 25px/1.2 Georgia,serif; }
.cv-vision-point p { margin: 0; color: #4c6157; font-size: 17px; line-height: 1.65; }
.cv-contact-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.cv-contact-links .cv-button { min-width: 230px; justify-content: center; }
.cv-policy-draft { margin: 0 0 38px; padding: 20px 24px; border-left: 5px solid var(--cv-gold); background: #fff7e7; color: #654d25; font-size: 18px; line-height: 1.6; }
.cv-policy-list { padding-left: 25px; }
.cv-policy-list li { margin-bottom: 10px; }
.cv-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; }
.cv-footer-links a { color: #fff !important; font-weight: 800; text-decoration: none !important; }
.cv-footer-links a:hover { color: var(--cv-gold) !important; }

@media (max-width: 1180px) {
  .cv-nav-founder { display: none; }
  .cv-header .cv-wrap { width: min(100% - 34px,1180px); }
}

@media (max-width: 860px) {
  .cv-nav a.cv-nav-quiet { display: none; }
  .cv-nav { gap: 10px; }
  .cv-nav .cv-nav-account { padding: 0 15px; }
  .cv-hero { min-height: 760px; }
  .cv-hero:before { inset: 0; border-radius: 0; background-image: linear-gradient(90deg, rgba(19,38,31,.93), rgba(19,38,31,.72)), url("assets/images/craftersvibe-hero.webp"); background-position: 64% center; }
  .cv-hero-copy { width: 75%; }
  .cv-hero h1 { color: #fff; }
  .cv-hero-lede, .cv-learn-link { color: #e4ebe5 !important; }
  .cv-button-outline { color: #fff !important; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.75); }
  .cv-button-outline .cv-button-small { color: rgba(255,255,255,.72); }
  .cv-intro-grid, .cv-split { grid-template-columns: 1fr; }
  .cv-founders-head, .cv-join-choices, .cv-reward-tiers, .cv-fee-grid, .cv-info-grid, .cv-about-hero, .cv-vision-grid { grid-template-columns: 1fr; }
  .cv-founders-head { gap: 35px; }
  .cv-values { grid-template-columns: 1fr; }
  .cv-split-image { min-height: 430px; }
}

@media (max-width: 600px) {
  .cv-wrap { width: min(100% - 30px,1180px); }
  .cv-header .cv-wrap { min-height: 80px; }
  .cv-logo-mark { width: 43px; height: 43px; }
  .cv-wordmark { font-size: 25px; }
  .cv-nav-button { padding: 10px 14px !important; font-size: 15px !important; }
  .cv-nav .cv-nav-account { display: none; }
  .cv-hero { min-height: 710px; background-position: 67% center; }
  .cv-hero-copy { width: 100%; padding: 55px 0 112px; }
  .cv-hero h1 { font-size: 52px; }
  .cv-eyebrow { font-size: 15px; }
  .cv-hero-lede { font-size: 18px; line-height: 1.55; }
  .cv-button-maker, .cv-button-shopper { width: 100%; min-width: 0; }
  .cv-hero { min-height: 890px; }
  .cv-trust .cv-wrap { min-height: 180px; grid-template-columns: 1fr; padding: 8px 0; }
  .cv-trust-item { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #bdccbf; font-size: 15px; padding: 9px 14px; }
  .cv-trust-item:last-child { border-bottom: 0; }
  .cv-trust-item b { font-size: 15px; }
  .cv-trust-item small { font-size: 15px; }
  .cv-intro { padding: 78px 0; }
  .cv-founders { padding: 78px 0; }
  .cv-join-choice { min-height: 265px; padding: 30px; }
  .cv-join-choice > strong { font-size: 36px; }
  .cv-intro-grid { gap: 30px; }
  .cv-values { margin-top: 45px; }
  .cv-split-image { min-height: 330px; }
  .cv-split-copy { padding: 70px 24px; }
  .cv-paths { padding: 75px 0; }
  .cv-cards { grid-template-columns: 1fr; }
  .cv-card { min-height: 320px; padding: 32px; }
  .cv-card h3 { font-size: 36px; }
  .cv-modal { padding: 12px; }
  .cv-modal-panel { max-height: calc(100vh - 24px); padding: 28px 20px; border-radius: 20px; }
  .cv-modal h2 { font-size: 40px; }
  body.cv-mode-register .cv-buyer-fields { grid-template-columns: 1fr; }
  body.cv-mode-register .cv-buyer-fields .form-row-wide { grid-column: auto; }
  .cv-page-nav { flex-wrap: wrap; }
  .cv-footer .cv-wrap { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) { .cv-button { transition: none; } }
