/* ============================================================
   CONSUMPTION METHODS PAGE
   ============================================================ */

.cm-breadcrumb {
    background: var(--forest-authority);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 12px 0;
}

.cm-hero {
    background: var(--forest-authority);
    color: #fff;
    overflow: hidden;
    padding: 76px 0 88px;
    position: relative;
}

.cm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, rgba(212, 168, 67, 0.13), transparent 44%),
        radial-gradient(circle at 82% 18%, rgba(143, 186, 159, 0.2), transparent 31%);
    pointer-events: none;
}

.cm-hero-inner,
.cm-method-grid,
.cm-table-wrap,
.cm-cta-inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.cm-hero-inner {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
    position: relative;
    z-index: 1;
}

.cm-eyebrow,
.cm-section-kicker {
    align-items: center;
    background: rgba(212, 168, 67, 0.1);
    border: 1px solid rgba(212, 168, 67, 0.25);
    border-radius: 100px;
    color: var(--insight-highlight);
    display: inline-flex;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.1em;
    padding: 5px 16px;
    text-transform: uppercase;
}

.cm-hero h1 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(36px, 5vw, 66px);
    letter-spacing: -0.02em;
    line-height: 1.04;
    margin: 22px 0 20px;
    max-width: 940px;
}

.cm-hero p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.75;
    max-width: 760px;
}

.cm-hero p + p {
    margin-top: 10px;
}

.cm-hero-actions,
.cm-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cm-btn {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all var(--transition);
}

.cm-btn-primary {
    background: var(--insight-highlight);
    border-color: var(--insight-highlight);
    color: var(--forest-authority);
}

.cm-btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.88);
}

.cm-btn:hover {
    transform: translateY(-1px);
}

.cm-control-panel {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.cm-control-item {
    background: rgba(255, 255, 255, 0.035);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px;
}

.cm-control-item:last-child {
    border-bottom: 0;
}

.cm-control-item span {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cm-control-item strong {
    color: #fff;
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 8px;
}

.cm-control-item p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.cm-section {
    padding: var(--section-pad);
}

.cm-method-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cm-method-card {
    background: #fff;
    border: 1px solid rgba(11, 59, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(11, 59, 47, 0.08);
    padding: 30px;
}

.cm-method-card-featured {
    background: var(--forest-authority);
}

.cm-method-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.cm-method-header span {
    color: var(--insight-highlight);
    font-weight: 900;
}

.cm-method-header i {
    align-items: center;
    background: rgba(11, 59, 47, 0.08);
    border-radius: 8px;
    color: var(--forest-authority);
    display: inline-flex;
    font-size: 26px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.cm-method-card-featured .cm-method-header i {
    background: rgba(255, 255, 255, 0.1);
    color: var(--insight-highlight);
}

.cm-method-card h2,
.cm-section-header h2,
.cm-cta-inner h2 {
    color: var(--readable-ink);
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.02em;
}

.cm-method-card h2 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.2;
    margin-bottom: 12px;
}

.cm-method-card p,
.cm-method-card li,
.cm-cta-inner p {
    color: var(--subtle-ui);
    line-height: 1.72;
}

.cm-method-card ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.cm-method-card li {
    border-left: 3px solid rgba(212, 168, 67, 0.65);
    padding-left: 14px;
}

.cm-method-card-featured h2,
.cm-method-card-featured p,
.cm-method-card-featured li {
    color: #fff;
}

.cm-method-card-featured p,
.cm-method-card-featured li {
    color: rgba(255, 255, 255, 0.74);
}

.cm-method-card-featured li strong {
    color: #fff;
}

.cm-comparison {
    background: var(--soft-cream);
}

.cm-section-header {
    margin: 0 auto 34px;
    max-width: 780px;
    text-align: center;
}

.cm-section-header h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.16;
    margin-top: 16px;
}

.cm-table-wrap {
    background: #fff;
    border: 1px solid rgba(11, 59, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(11, 59, 47, 0.08);
    overflow-x: auto;
}

.cm-table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.cm-table th,
.cm-table td {
    border-bottom: 1px solid rgba(11, 59, 47, 0.08);
    padding: 18px 20px;
    text-align: left;
}

.cm-table th {
    background: var(--forest-authority);
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-table td {
    color: var(--subtle-ui);
    line-height: 1.45;
}

.cm-table td:first-child {
    color: var(--readable-ink);
    font-weight: 800;
}

.cm-table tr:last-child td {
    border-bottom: 0;
}

.cm-cta-inner {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.cm-cta-inner h2 {
    color: #fff;
    font-size: clamp(26px, 4vw, 40px);
    margin-bottom: 10px;
}

.cm-cta-inner p {
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 960px) {
    .cm-hero-inner,
    .cm-method-grid {
        grid-template-columns: 1fr;
    }

    .cm-cta-inner {
        display: block;
    }
}

@media (max-width: 640px) {
    .cm-hero {
        padding: 54px 0 62px;
    }

    .cm-control-item,
    .cm-method-card {
        padding: 22px;
    }

    .cm-table th,
    .cm-table td {
        padding: 15px 16px;
    }
}
