
/*
Theme Name: Cars & Coffee — Coming Soon v3 (Clean Photo)
Theme URI: https://carsandcoffee.com/
Author: Cars & Coffee LLC
Description: Cars & Coffee Coming Soon page with a clean Porsche event photo and real HTML content.
Version: 5.0
*/
:root{--navy:#071329;--red:#c9362d;--cream:#f7f5f0;--ink:#0b1930;--muted:#24324a}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff}
body{color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.cc-page{min-height:100vh;display:flex;flex-direction:column}
.cc-main{flex:1;display:grid;grid-template-columns:48% 52%;min-height:calc(100vh - 112px)}
.cc-copy{display:flex;flex-direction:column;justify-content:center;padding:46px clamp(28px,4.7vw,78px);background:var(--cream)}
.cc-logo{display:block;width:min(290px,72%);height:auto;margin:0 0 32px}
.cc-rule{width:76px;height:4px;background:var(--red);margin:0 0 22px}
.cc-headline{margin:0;max-width:620px;font-size:clamp(36px,3.7vw,59px);line-height:.98;letter-spacing:-2.2px;font-weight:850}
.cc-copy-text{margin:20px 0 0;max-width:620px;color:var(--muted);font-size:clamp(16px,1.35vw,20px);line-height:1.48}
.cc-features{display:grid;grid-template-columns:repeat(4,1fr);max-width:710px;margin-top:27px}
.cc-feature{text-align:center;padding:0 9px;border-left:1px solid rgba(11,25,48,.2)}
.cc-feature:first-child{border-left:0;padding-left:0}
.cc-icon{display:block;width:30px;height:30px;margin:0 auto 7px;color:var(--red)}
.cc-feature h3{margin:0;font-size:11px;line-height:1.15;font-weight:900}
.cc-feature p{margin:6px auto 0;max-width:135px;font-size:10px;line-height:1.3}
.cc-callout{max-width:620px;margin-top:25px;padding:18px 20px;border-radius:9px;background:var(--navy);color:#fff;text-align:center;box-shadow:0 10px 24px rgba(7,19,41,.12)}
.cc-callout:before{content:"";display:block;width:54px;height:3px;margin:0 auto 10px;background:var(--red)}
.cc-callout strong{font-size:clamp(17px,1.6vw,23px);line-height:1.2}
.cc-status{margin-top:14px;color:var(--red);font-size:10px;font-weight:900;letter-spacing:3.2px;text-align:center}
.cc-photo{min-height:680px;background:#222 url("assets/cars-and-coffee-porsche.jpg") center center/cover no-repeat}
.cc-contact{min-height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px 28px;background:#fff;border-top:1px solid rgba(11,25,48,.08)}
.cc-contact-main{display:flex;align-items:center;justify-content:center;gap:17px}
.cc-envelope{width:38px;height:38px;flex:0 0 auto;color:var(--red)}
.cc-contact p{margin:0;font-size:16px;line-height:1.45;text-align:center}
.cc-copyright{color:#7a8494;font-size:10px;line-height:1.3;text-align:center;white-space:nowrap}
.cc-contact a{color:var(--red);font-weight:800;text-decoration:none}
.cc-contact a:hover,.cc-contact a:focus{text-decoration:underline;text-underline-offset:3px}
@media(max-width:1000px){
 .cc-main{grid-template-columns:52% 48%}
 .cc-copy{padding-left:28px;padding-right:28px}
 .cc-feature h3{font-size:10px}.cc-feature p{font-size:9px}
}
@media(max-width:850px){
 .cc-main{grid-template-columns:1fr}
 .cc-copy{padding:40px 26px 46px}
 .cc-photo{min-height:60vw;height:60vw}
 .cc-contact{min-height:104px;padding:21px 26px}
}
@media(max-width:600px){
 .cc-copy{padding:31px 18px 37px}
 .cc-logo{width:min(275px,82%);margin-bottom:27px}
 .cc-headline{font-size:40px;letter-spacing:-1.7px}
 .cc-copy-text{font-size:16px}
 .cc-features{margin-top:23px}
 .cc-feature{padding:0 4px}
 .cc-feature h3{font-size:8.5px}.cc-feature p{font-size:8px}
 .cc-icon{width:27px;height:27px}
 .cc-callout{margin-top:24px;padding:17px 12px}
 .cc-status{font-size:8.5px;letter-spacing:2px}
 .cc-photo{min-height:68vw;height:68vw}
 .cc-contact{min-height:122px;padding:18px 19px;gap:8px}
 .cc-contact-main{gap:12px}
 .cc-envelope{width:31px;height:31px}
 .cc-contact p{font-size:13.5px}
 .cc-copyright{font-size:9px;white-space:normal;text-align:center}
}
