:root {
    --cch-deep: #061f21;
    --cch-sea: #0b3033;
    --cch-sea-soft: #164448;
    --cch-ink: #172220;
    --cch-palm: #5f6d65;
    --cch-shell: #f2efe5;
    --cch-paper: #fbfaf6;
    --cch-brass: #c59b5c;
    --cch-brass-light: #e2c99e;
    --cch-laterite: #a85138;
    --cch-line: rgba(23, 34, 32, .15);
    --cch-line-light: rgba(255, 255, 255, .16);
    --cch-shadow: 0 24px 70px rgba(6, 31, 33, .13);
    --cch-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --cch-sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
    --cch-width: 1240px;
    --cch-radius: 2px;
}

html { scroll-behavior: smooth; }
body {
    background: var(--cch-paper);
    color: var(--cch-ink);
    font-family: var(--cch-sans);
    font-size: 16px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-family: var(--cch-sans); }
a { color: inherit; text-underline-offset: .2em; }
img { border-radius: 0; }
::selection { background: var(--cch-brass-light); color: var(--cch-deep); }

.cch-shell,
.ast-container,
.cch-section > .wp-block-group__inner-container,
.cch-home-hero > .wp-block-group__inner-container,
.cch-page-hero > .wp-block-group__inner-container {
    width: min(calc(100% - 40px), var(--cch-width));
    margin-inline: auto;
}

.cch-announcement {
    position: relative;
    z-index: 101;
    background: var(--cch-deep);
    color: rgba(255, 255, 255, .78);
    border-bottom: 1px solid var(--cch-line-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.cch-announcement__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.cch-announcement a { color: var(--cch-brass-light); text-decoration: none; }

#masthead {
    position: relative;
    z-index: 100;
    background: rgba(251, 250, 246, .96);
    border-bottom: 1px solid var(--cch-line);
    transition: box-shadow .25s ease, background .25s ease;
}
body.cch-scrolled #masthead {
    position: sticky;
    top: 0;
    box-shadow: 0 10px 30px rgba(6, 31, 33, .08);
    backdrop-filter: blur(16px);
}
.admin-bar.cch-scrolled #masthead { top: 32px; }
.ast-primary-header-bar { background: transparent; border: 0; }
.ast-site-title-wrap .site-title a,
.site-title a {
    color: var(--cch-deep) !important;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.site-header .site-logo-img img { max-height: 54px; width: auto; }
.cch-wordmark {
    display: inline-grid;
    gap: 1px;
    color: var(--cch-deep);
    line-height: 1;
    text-decoration: none;
}
.cch-wordmark span { font-size: 18px; font-weight: 850; letter-spacing: .16em; }
.cch-wordmark small { color: var(--cch-laterite); font-size: 8px; font-weight: 800; letter-spacing: .21em; }
.main-header-menu > .menu-item > .menu-link {
    color: var(--cch-ink);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link { color: var(--cch-laterite) !important; }
.ast-header-break-point .main-header-menu { background: var(--cch-paper); }
.ast-header-break-point .main-navigation ul .menu-item .menu-link { border-color: var(--cch-line); }
.ast-header-break-point .ast-mobile-menu-trigger-minimal { color: var(--cch-deep); }
.ast-mobile-menu-trigger-minimal,
.ast-mobile-menu-trigger-minimal .ast-mobile-svg { color: var(--cch-deep) !important; fill: var(--cch-deep) !important; }
.ast-header-woo-cart .ast-addon-cart-wrap,
.woocommerce .ast-header-woo-cart .ast-site-header-cart .ast-addon-cart-wrap {
    min-height: 44px;
    padding: 9px 13px;
    border: 1px solid var(--cch-line) !important;
    background: transparent !important;
    color: var(--cch-deep) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.ast-header-woo-cart .ast-addon-cart-wrap:hover { border-color: var(--cch-laterite) !important; color: var(--cch-laterite) !important; }
.ast-header-woo-cart .ast-addon-cart-wrap svg { fill: currentColor !important; }
.ast-header-woo-cart .ast-addon-cart-wrap .ast-woo-header-cart-info-wrap,
.ast-header-woo-cart .ast-addon-cart-wrap .ast-woo-header-cart-info-wrap * { color: var(--cch-deep) !important; }
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon::after,
.ast-site-header-cart .ast-addon-cart-wrap .ast-count-text { background: var(--cch-laterite) !important; color: white !important; }

.cch-designed-page .site-content > .ast-container,
.cch-home .site-content > .ast-container {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
}
.cch-designed-page #primary,
.cch-home #primary { width: 100%; margin: 0; padding: 0; }
.cch-designed-page #secondary,
.cch-home #secondary,
.cch-designed-page .entry-header,
.cch-home .entry-header { display: none; }
.cch-designed-page article.page,
.cch-home article.page { padding: 0; margin: 0; }
.cch-designed-page .entry-content,
.cch-home .entry-content { margin: 0; }
.entry-content > .alignfull { margin-left: 0; margin-right: 0; width: 100%; max-width: 100%; }

.cch-kicker,
.cch-eyebrow {
    display: block;
    color: var(--cch-laterite);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}
.cch-eyebrow--light { color: var(--cch-brass-light); }
.cch-display { font-family: var(--cch-display); font-style: italic; font-weight: 400; }

.cch-home-hero {
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at 85% 5%, rgba(197, 155, 92, .16), transparent 32%),
        linear-gradient(135deg, var(--cch-deep), var(--cch-sea));
    color: white;
}
.cch-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to right, transparent 8%, black 60%, transparent 100%);
}
.cch-home-hero .wp-block-group__inner-container { position: relative; z-index: 2; }
.cch-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
    gap: clamp(40px, 7vw, 110px);
    align-items: center;
    min-height: min(790px, calc(100vh - 120px));
    padding: clamp(80px, 10vw, 148px) 0 96px;
}
.cch-hero-copy { max-width: 710px; }
.cch-hero-copy h1 {
    max-width: 720px;
    margin: 22px 0 26px;
    color: white;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: .96;
}
.cch-hero-copy h1 em { color: var(--cch-brass-light); }
.cch-hero-copy > p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.65;
}
.cch-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 38px; }
.cch-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid var(--cch-deep);
    border-radius: var(--cch-radius);
    background: var(--cch-deep);
    box-shadow: none;
    color: white;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.cch-button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { transform: translateY(-2px); background: var(--cch-laterite); border-color: var(--cch-laterite); color: white; }
.cch-button--light { background: var(--cch-shell); border-color: var(--cch-shell); color: var(--cch-deep); }
.cch-button--light:hover { background: var(--cch-brass-light); border-color: var(--cch-brass-light); color: var(--cch-deep); }
.cch-button--outline { background: transparent; border-color: rgba(255,255,255,.42); color: white; }
.cch-text-link { color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.cch-text-link span { color: var(--cch-brass); display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.cch-text-link:hover span { transform: translateX(4px); }

.cch-hero-art { margin: 0; position: relative; }
.cch-hero-art figcaption {
    margin-top: 14px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.cch-hero-art__image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.cch-toolpath {
    position: relative;
    min-height: 520px;
    border: 1px solid rgba(226, 201, 158, .42);
    border-radius: 240px 240px 4px 4px;
    background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
    box-shadow: inset 0 0 0 12px rgba(6, 31, 33, .42), 0 35px 90px rgba(0,0,0,.23);
}
.cch-toolpath::before,
.cch-toolpath::after,
.cch-toolpath__line {
    content: "";
    position: absolute;
    border: 1px solid rgba(226, 201, 158, .32);
    border-radius: 50% 50% 2px 2px;
}
.cch-toolpath::before { inset: 30px; }
.cch-toolpath::after { inset: 58px; border-style: dashed; }
.cch-toolpath__line--one { inset: 88px; }
.cch-toolpath__line--two { inset: 122px; border-color: rgba(255,255,255,.2); }
.cch-toolpath__line--three { inset: 157px 148px 98px; border-color: rgba(197,155,92,.5); }
.cch-toolpath__axis { position: absolute; left: 50%; top: 14%; bottom: 14%; border-left: 1px dashed rgba(255,255,255,.18); }
.cch-toolpath__mark {
    position: absolute;
    inset: 42% auto auto 50%;
    transform: translate(-50%, -50%);
    color: var(--cch-brass-light);
    font-size: 44px;
    font-weight: 200;
    letter-spacing: .26em;
    line-height: .8;
    text-align: center;
}
.cch-toolpath__mark small { color: rgba(255,255,255,.48); font-size: 8px; font-weight: 700; letter-spacing: .18em; }

.cch-proof-strip { background: var(--cch-shell); border-bottom: 1px solid var(--cch-line); }
.cch-proof-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.cch-proof-item { padding: 24px clamp(16px, 2.2vw, 32px); border-right: 1px solid var(--cch-line); }
.cch-proof-item:first-child { border-left: 1px solid var(--cch-line); }
.cch-proof-item strong { display: block; color: var(--cch-deep); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.cch-proof-item span { color: var(--cch-palm); font-size: 12px; }

.cch-section { padding: clamp(78px, 10vw, 142px) 0; }
.cch-section--shell { background: var(--cch-shell); }
.cch-section--dark { background: var(--cch-deep); color: white; }
.cch-section--tight { padding-block: clamp(60px, 7vw, 90px); }
.cch-section-heading {
    display: grid;
    grid-template-columns: minmax(180px, .5fr) minmax(0, 1.15fr);
    gap: 40px;
    align-items: start;
    margin-bottom: clamp(42px, 6vw, 74px);
}
.cch-section-heading h2,
.cch-page-hero h1 {
    margin: 0;
    color: var(--cch-deep);
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 650;
    letter-spacing: -.045em;
    line-height: 1.02;
}
.cch-section-heading p { max-width: 640px; margin: 16px 0 0; color: var(--cch-palm); font-size: 18px; }
.cch-section--dark .cch-section-heading h2 { color: white; }
.cch-section--dark .cch-section-heading p { color: rgba(255,255,255,.64); }

.cch-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--cch-line); border-left: 1px solid var(--cch-line); }
.cch-path-card { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 52px); border-right: 1px solid var(--cch-line); border-bottom: 1px solid var(--cch-line); color: inherit; text-decoration: none; transition: background .25s ease, color .25s ease; }
.cch-path-card:hover { background: var(--cch-sea); color: white; }
.cch-path-card__number { color: var(--cch-laterite); font-family: var(--cch-display); font-size: 16px; font-style: italic; }
.cch-path-card h3 { margin: 70px 0 12px; color: inherit; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.035em; }
.cch-path-card p { margin: 0; color: var(--cch-palm); }
.cch-path-card:hover p { color: rgba(255,255,255,.66); }

.cch-collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--cch-line); border: 1px solid var(--cch-line); }
.cch-collection-card { min-height: 430px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--cch-paper); color: inherit; text-decoration: none; }
.cch-collection-card__index { position: absolute; z-index: 2; top: 16px; left: 18px; color: white; font-size: 11px; letter-spacing: .13em; }
.cch-collection-card__media { flex: 1; background: linear-gradient(145deg, var(--cch-sea-soft), var(--cch-deep)); overflow: hidden; }
.cch-collection-card__media:empty::after { content: ""; display: block; width: 70%; height: 88%; margin: 12% auto 0; border: 1px solid rgba(226,201,158,.32); border-radius: 50% 50% 0 0; }
.cch-collection-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.cch-collection-card:hover img { transform: scale(1.035); }
.cch-collection-card__body { display: flex; justify-content: space-between; gap: 12px; padding: 20px; align-items: center; }
.cch-collection-card__body strong { color: var(--cch-deep); font-size: 17px; }
.cch-collection-card__body small { color: var(--cch-laterite); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cch-collection-empty,
.cch-journal-empty {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: clamp(28px, 5vw, 60px);
    border: 1px solid var(--cch-line);
    background: linear-gradient(135deg, rgba(11,48,51,.07), transparent);
}
.cch-collection-empty span,
.cch-journal-empty span { color: var(--cch-laterite); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cch-collection-empty p,
.cch-journal-empty p { max-width: 610px; margin: 14px 0 0; color: var(--cch-palm); font-size: 19px; }

.cch-catalog-empty {
    display: grid;
    grid-template-columns: minmax(170px, .42fr) minmax(0, .8fr) minmax(280px, .65fr);
    gap: 34px;
    align-items: start;
    padding: clamp(32px, 5vw, 60px);
    border: 1px solid var(--cch-line);
    background: var(--cch-paper);
    box-shadow: var(--cch-shadow);
}
.cch-catalog-empty h3 { margin: 0; color: var(--cch-deep); font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; line-height: 1.08; }
.cch-catalog-empty p { margin: 0; color: var(--cch-palm); }
.cch-catalog-empty .cch-actions { margin-top: 0; align-self: center; }

.cch-process { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: steps; border-top: 1px solid var(--cch-line-light); }
.cch-process__step { counter-increment: steps; padding: 32px 28px; border-right: 1px solid var(--cch-line-light); }
.cch-process__step:first-child { border-left: 1px solid var(--cch-line-light); }
.cch-process__step::before { content: "0" counter(steps); display: block; margin-bottom: 64px; color: var(--cch-brass-light); font-family: var(--cch-display); font-style: italic; }
.cch-process__step h3 { margin: 0 0 10px; color: white; font-size: 20px; }
.cch-process__step p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

.cch-cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: clamp(40px, 7vw, 84px); background: var(--cch-laterite); color: white; }
.cch-cta-panel h2 { max-width: 820px; margin: 14px 0 0; color: white; font-size: clamp(38px, 5vw, 68px); letter-spacing: -.045em; line-height: 1; }

.cch-page-hero { position: relative; overflow: hidden; padding: clamp(86px, 11vw, 150px) 0 clamp(68px, 8vw, 110px); background: var(--cch-shell); border-bottom: 1px solid var(--cch-line); }
.cch-page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -80px; top: -160px; border: 1px solid rgba(11,48,51,.12); border-radius: 50%; box-shadow: 0 0 0 52px rgba(11,48,51,.035), 0 0 0 104px rgba(11,48,51,.02); }
.cch-page-hero h1 { max-width: 920px; margin-top: 18px; }
.cch-page-hero p { max-width: 720px; margin: 26px 0 0; color: var(--cch-palm); font-size: clamp(18px, 2vw, 22px); }
.cch-page-hero--dark { background: var(--cch-deep); color: white; }
.cch-page-hero--dark h1 { color: white; }
.cch-page-hero--dark p { color: rgba(255,255,255,.62); }
.cch-page-content { max-width: 900px; }
.cch-page-content h2 { margin-top: 2.2em; color: var(--cch-deep); font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.035em; }
.cch-page-content h3 { margin-top: 1.8em; font-size: 21px; }
.cch-page-content p,
.cch-page-content li { color: #52605b; }
.cch-page-content a { color: var(--cch-laterite); }
.cch-page-content > *:first-child { margin-top: 0; }
.cch-prelaunch-notice { margin: 0 0 44px; padding: 22px 24px; border-left: 3px solid var(--cch-brass); background: var(--cch-shell); color: #52605b; }

.cch-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.cch-feature-card { padding: 28px; border: 1px solid var(--cch-line); background: var(--cch-paper); }
.cch-feature-card h3 { margin: 0 0 10px; color: var(--cch-deep); font-size: 20px; }
.cch-feature-card p { margin: 0; color: var(--cch-palm); font-size: 14px; }
.cch-faq-list { border-top: 1px solid var(--cch-line); }
.cch-faq-list details { padding: 24px 0; border-bottom: 1px solid var(--cch-line); }
.cch-faq-list summary { cursor: pointer; color: var(--cch-deep); font-size: 18px; font-weight: 700; }
.cch-faq-list details p { max-width: 720px; margin-bottom: 0; color: var(--cch-palm); }

.cch-enquiry-form { max-width: 900px; padding: clamp(26px, 5vw, 54px); border: 1px solid var(--cch-line); background: var(--cch-shell); }
.cch-form-note { margin: 0 0 30px; padding-bottom: 20px; border-bottom: 1px solid var(--cch-line); color: var(--cch-palm); font-size: 13px; }
.cch-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cch-enquiry-form label { display: grid; gap: 7px; color: var(--cch-deep); font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.cch-enquiry-form input:not([type="checkbox"]),
.cch-enquiry-form textarea,
.cch-enquiry-form select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100%;
    border: 1px solid rgba(23,34,32,.25);
    border-radius: 0;
    background: var(--cch-paper);
    color: var(--cch-ink);
    font-size: 16px;
}
.cch-enquiry-form input { min-height: 50px; padding: 10px 12px; }
.cch-enquiry-form textarea { padding: 12px; resize: vertical; }
.cch-form-wide { grid-column: 1 / -1; }
.cch-consent { grid-template-columns: 18px 1fr !important; align-items: start; margin: 22px 0; color: var(--cch-palm) !important; font-weight: 500 !important; letter-spacing: 0 !important; }
.cch-consent input { margin-top: 5px; }
.cch-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cch-form-status { min-height: 24px; margin: 18px 0 0; color: var(--cch-laterite); font-size: 14px; font-weight: 700; }
.cch-form-status--success { color: var(--cch-deep); }

.cch-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cch-journal-card { border-bottom: 1px solid var(--cch-line); }
.cch-journal-card a { display: block; color: inherit; text-decoration: none; }
.cch-journal-card img,
.cch-journal-card__placeholder { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 22px; background: linear-gradient(145deg, var(--cch-sea-soft), var(--cch-deep)); }
.cch-journal-card__placeholder::after { content: "WORKSHOP NOTE"; display: grid; width: 100%; height: 100%; place-items: center; color: rgba(226,201,158,.55); font-size: 10px; letter-spacing: .2em; }
.cch-journal-card__meta { color: var(--cch-laterite); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cch-journal-card h3 { margin: 10px 0; color: var(--cch-deep); font-size: 24px; line-height: 1.2; }
.cch-journal-card p { color: var(--cch-palm); font-size: 14px; }
.cch-journal-card .cch-text-link { display: inline-block; margin: 4px 0 22px; }

.woocommerce .woocommerce-breadcrumb { color: var(--cch-palm); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.woocommerce .woocommerce-breadcrumb a { color: var(--cch-laterite); }
.woocommerce-shop .site-main { padding: 48px 0 clamp(76px, 9vw, 120px); }
.woocommerce-shop .woocommerce-breadcrumb,
.woocommerce-shop .woocommerce-products-header,
.woocommerce-shop .cch-shop-intro,
.woocommerce-shop .woocommerce-notices-wrapper,
.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering,
.woocommerce-shop .products,
.woocommerce-shop .cch-catalog-empty {
    width: min(calc(100% - 40px), var(--cch-width));
    margin-inline: auto;
}
.woocommerce-shop .cch-shop-intro { margin-top: 28px; margin-bottom: 34px; }
.woocommerce-shop .cch-catalog-empty { margin-top: 32px; }
.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title {
    color: var(--cch-deep);
    font-size: clamp(38px, 5vw, 64px);
    letter-spacing: -.045em;
    line-height: 1.05;
}
.cch-shop-intro { max-width: 630px; margin: 0 0 38px; }
.cch-shop-intro p { margin: 10px 0 0; color: var(--cch-palm); font-size: 18px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 22px; margin: 0; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { aspect-ratio: 4 / 5; object-fit: cover; margin-bottom: 18px; background: var(--cch-shell); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--cch-deep); font-size: 18px; font-weight: 700; }
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--cch-laterite); font-weight: 750; }
.woocommerce span.onsale { min-width: 0; min-height: 0; padding: 8px 11px; border-radius: 0; background: var(--cch-laterite); font-size: 10px; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.woocommerce-message,
.woocommerce-info { border-top-color: var(--cch-brass); background: var(--cch-shell); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--cch-laterite); }
.woocommerce-checkout,
.woocommerce-cart-form,
.woocommerce-account .woocommerce { color: var(--cch-ink); }

.cch-footer { position: relative; z-index: 3; background: var(--cch-deep); color: rgba(255,255,255,.62); }
.site-footer { display: none; }
.cch-footer__lead { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: end; padding-top: clamp(70px, 8vw, 110px); padding-bottom: clamp(64px, 8vw, 100px); border-bottom: 1px solid var(--cch-line-light); }
.cch-footer__lead h2 { max-width: 800px; margin: 18px 0 0; color: white; font-size: clamp(38px, 5vw, 70px); letter-spacing: -.05em; line-height: 1; }
.cch-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: clamp(30px, 5vw, 70px); padding-top: 60px; padding-bottom: 60px; }
.cch-footer__brand > a { color: white; font-size: 16px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.cch-footer__brand > a small { display: block; margin-top: 5px; color: var(--cch-brass-light); font-size: 8px; letter-spacing: .18em; }
.cch-footer__brand p { max-width: 340px; margin: 18px 0; }
.cch-footer__brand span { color: var(--cch-brass-light); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cch-footer nav { display: flex; flex-direction: column; gap: 10px; }
.cch-footer nav h3 { margin: 0 0 10px; color: white; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.cch-footer nav a { color: rgba(255,255,255,.6); font-size: 13px; text-decoration: none; }
.cch-footer nav a:hover { color: var(--cch-brass-light); }
.cch-footer__legal { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid var(--cch-line-light); font-size: 11px; }
.cch-footer__legal nav { flex-direction: row; flex-wrap: wrap; }

.cch-reveal { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s ease; }
.cch-js .cch-reveal { opacity: 0; transform: translateY(18px); }
.cch-reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--cch-deep); outline-offset: 3px; box-shadow: 0 0 0 6px var(--cch-brass-light); }

@media (max-width: 980px) {
    .cch-hero-grid { grid-template-columns: 1fr .75fr; gap: 36px; min-height: auto; }
    .cch-hero-copy h1 { font-size: clamp(48px, 8vw, 72px); }
    .cch-toolpath { min-height: 420px; }
    .cch-path-grid,
    .cch-feature-grid { grid-template-columns: 1fr 1fr; }
    .cch-path-card:last-child { grid-column: 1 / -1; }
    .cch-collection-grid { grid-template-columns: 1fr 1fr; }
    .cch-catalog-empty { grid-template-columns: .5fr 1fr; }
    .cch-catalog-empty .cch-actions { grid-column: 2; }
    .cch-process { grid-template-columns: 1fr 1fr; }
    .cch-process__step:nth-child(3) { border-left: 1px solid var(--cch-line-light); }
    .cch-footer__grid { grid-template-columns: 1.6fr 1fr 1fr; }
    .cch-footer__grid nav:last-child { grid-column: 2; }
}

@media (max-width: 767px) {
    .admin-bar.cch-scrolled #masthead { top: 46px; }
    .cch-shell,
    .ast-container,
    .cch-section > .wp-block-group__inner-container,
    .cch-home-hero > .wp-block-group__inner-container,
    .cch-page-hero > .wp-block-group__inner-container { width: min(calc(100% - 32px), var(--cch-width)); }
    .cch-announcement__inner { justify-content: center; text-align: center; }
    .cch-announcement__inner > span { display: none; }
    .cch-hero-grid { grid-template-columns: 1fr; padding-top: 72px; }
    .cch-hero-copy h1 { font-size: clamp(46px, 14vw, 64px); }
    .cch-hero-art { max-width: 520px; }
    .cch-toolpath { min-height: min(115vw, 500px); }
    .cch-toolpath__line--three { inset: 34% 31% 20%; }
    .cch-proof-strip__inner { grid-template-columns: 1fr 1fr; }
    .cch-proof-item:nth-child(3) { border-left: 1px solid var(--cch-line); }
    .cch-section-heading { grid-template-columns: 1fr; gap: 16px; }
    .cch-path-grid,
    .cch-feature-grid,
    .cch-collection-grid,
    .cch-journal-grid,
    .woocommerce ul.products { grid-template-columns: 1fr; }
    .cch-path-card:last-child { grid-column: auto; }
    .cch-collection-card { min-height: 390px; }
    .cch-catalog-empty { grid-template-columns: 1fr; }
    .cch-catalog-empty .cch-actions { grid-column: auto; }
    .cch-process { grid-template-columns: 1fr; }
    .cch-process__step,
    .cch-process__step:nth-child(3) { border-left: 1px solid var(--cch-line-light); }
    .cch-process__step::before { margin-bottom: 28px; }
    .cch-cta-panel,
    .cch-footer__lead { grid-template-columns: 1fr; align-items: start; }
    .cch-footer__grid { grid-template-columns: 1fr 1fr; }
    .cch-footer__brand { grid-column: 1 / -1; }
    .cch-footer__grid nav:last-child { grid-column: auto; }
    .cch-footer__legal { flex-direction: column; }
    .cch-form-grid { grid-template-columns: 1fr; }
    .cch-form-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .cch-reveal { opacity: 1; transform: none; }
}
