Cabin & Homestead Water Solutions
A collection page of The Cabin Depot
About
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap'); /* Scoped Container to Prevent Theme Bleeding - Designed for Dark Category Backgrounds */ .cd-water-collection-wrapper { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background-color: transparent !important; color: #ffffff !important; max-width: 850px; margin: 0 auto; padding: 10px 15px 20px; line-height: 1.5; box-sizing: border-box; } .cd-water-collection-wrapper * { box-sizing: border-box; } /* Color Tokens */ .cd-water-collection-wrapper { --cd-blue: #38bdf8; /* Pressure & Flow Blue */ --cd-teal: #2dd4bf; /* Pure Water Teal */ --cd-amber: #fbbf24; /* Thermal Heat Amber */ --cd-muted: #cbd5e1; /* Light Slate Text */ --cd-border: rgba(255, 255, 255, 0.15); /* Minimal Translucent Line */ } /* Centered Header Badge */ .cd-water-collection-wrapper .badge-row { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 12px; } .cd-water-collection-wrapper .status-text { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #ffffff; } /* Main Narrative Typography */ .cd-water-collection-wrapper .lead-text { font-size: 15px; color: #f1f5f9; font-weight: 400; margin: 0 0 24px 0; line-height: 1.6; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; } /* Highlight Text Spans */ .cd-water-collection-wrapper .highlight-blue { color: var(--cd-blue); font-weight: 700; } .cd-water-collection-wrapper .highlight-amber { color: var(--cd-amber); font-weight: 700; } .cd-water-collection-wrapper .highlight-teal { color: var(--cd-teal); font-weight: 700; } /* Clean 3-Column Visual Grid without bloated hover tooltips */ .cd-water-collection-wrapper .pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 30px; } .cd-water-collection-wrapper .pillar-card { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--cd-border); borde