/*
Theme Name: Lucky Clover Ventures
Theme URI: https://luckycloverventures.com
Author: Lucky Clover Ventures LLC
Description: Standalone one-page landing theme for Lucky Clover Ventures, built from a Claude Design export. The homepage is the full-page landing; other pages/posts get a matching minimal layout.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: lucky-clover-ventures
*/

/* Minimal styling for non-front pages (posts, legal pages, etc.) */
:root { --lcv-bg:#f3f2f2; --lcv-text:#201e1d; --lcv-accent:#ec3013; --lcv-accent-700:#ae1800; --lcv-divider:rgba(32,30,29,.4); }
body.lcv-inner { margin:0; background:var(--lcv-bg); color:var(--lcv-text); font-family:"Archivo",system-ui,sans-serif; line-height:1.6; }
body.lcv-inner a { color:var(--lcv-accent-700); }
.lcv-inner-nav { display:flex; align-items:center; gap:24px; padding:20px clamp(20px,5vw,72px); border-bottom:2px solid var(--lcv-divider); font-size:12px; letter-spacing:.08em; text-transform:uppercase; font-weight:600; }
.lcv-inner-nav a { color:var(--lcv-text); text-decoration:none; }
.lcv-inner-nav .brand { display:flex; align-items:center; gap:10px; margin-right:auto; font-weight:800; font-size:17px; text-transform:none; letter-spacing:-.01em; }
.lcv-inner-nav .brand img { width:36px; height:36px; object-fit:contain; mix-blend-mode:multiply; }
.lcv-inner-main { max-width:760px; margin:0 auto; padding:56px clamp(20px,5vw,72px) 96px; }
.lcv-inner-main h1 { font-weight:800; font-size:clamp(34px,4.5vw,56px); line-height:1.08; letter-spacing:-.02em; margin:0 0 28px; }
.lcv-inner-main h2,.lcv-inner-main h3 { font-weight:800; letter-spacing:-.01em; }
.lcv-inner-main img { max-width:100%; height:auto; }
.lcv-inner-footer { padding:28px clamp(20px,5vw,72px); border-top:2px solid var(--lcv-divider); font-size:13px; }
