/*
Theme Name: Amplified by Cole
Theme URI: https://example.com/
Author: OpenAI
Description: A custom editorial dark-luxury WordPress theme inspired by the Amplified by Cole homepage concept.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: amplified-by-cole
*/

:root{
  --abc-black:#070707;
  --abc-ink:#11100f;
  --abc-cream:#efe7dc;
  --abc-warm:#d8c9ba;
  --abc-gold:#b37a43;
  --abc-gold-2:#8f5d31;
  --abc-burgundy:#3a0809;
  --abc-burgundy-2:#5a0d12;
  --abc-white:#f8f4ee;
  --abc-muted:#a49b92;
  --abc-line:rgba(255,255,255,.18);
  --abc-serif:'Cormorant Garamond', Georgia, serif;
  --abc-sans:'Inter', Arial, sans-serif;
  --abc-condensed:'Oswald', Impact, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--abc-black);color:var(--abc-white);font-family:var(--abc-sans);font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:0 auto}
.eyebrow{font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;color:var(--abc-gold);font-weight:700}
.serif{font-family:var(--abc-serif)}
.condensed{font-family:var(--abc-condensed);text-transform:uppercase}
.btn{display:inline-flex;align-items:center;gap:.65rem;border:1px solid rgba(179,122,67,.75);padding:.85rem 1.3rem;text-transform:uppercase;font-size:.72rem;letter-spacing:.12em;transition:.25s ease}
.btn:hover{background:var(--abc-gold);color:#111}

.site-header{position:sticky;top:0;z-index:50;background:rgba(7,7,7,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:flex;flex-direction:column;line-height:.9}
.brand strong{font-family:var(--abc-condensed);font-size:1.15rem;letter-spacing:.08em}
.brand small{font-family:var(--abc-serif);font-style:italic;font-size:.72rem;letter-spacing:.18em;color:var(--abc-warm)}
.primary-menu{display:flex;align-items:center;gap:1.6rem;list-style:none;padding:0;margin:0}
.primary-menu a{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#ddd}
.menu-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.55rem .7rem}

.hero{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;background:
  radial-gradient(circle at 72% 30%,rgba(139,87,49,.20),transparent 26%),
  linear-gradient(90deg,#050505 0%,#0b0a09 54%,#050505 100%);border-bottom:1px solid rgba(255,255,255,.12)}
.hero-copy{padding:6rem 3vw 5rem max(4vw,calc((100vw - 1180px)/2));display:flex;justify-content:center;flex-direction:column}
.hero h1{font-family:var(--abc-condensed);font-size:clamp(4.1rem,7.9vw,8.2rem);line-height:.82;margin:.9rem 0 1.25rem;letter-spacing:-.02em;max-width:640px}
.hero h1 span{display:block;color:var(--abc-gold)}
.hero .subline{font-size:.8rem;letter-spacing:.22em;text-transform:uppercase;color:#bfb8b0;margin-bottom:1.4rem}
.hero .promise{max-width:510px;font-size:1rem;letter-spacing:.13em;text-transform:uppercase;margin-bottom:2rem}
.hero-visual{position:relative;overflow:hidden;min-height:520px;background:
 linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.78)),
 url('https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=1400&q=85') center/cover no-repeat}
.hero-visual:after{content:'WE DON\'T JUST POST.\A WE POSITION.\A WE AMPLIFY.';white-space:pre;position:absolute;right:8%;top:18%;font-size:.8rem;line-height:1.75;letter-spacing:.15em;text-transform:uppercase}
.hero-visual:before{content:'BE SEEN.\A GET SEEN.\A GET BOOKED.';white-space:pre;position:absolute;right:8%;bottom:15%;font-size:.8rem;line-height:1.75;letter-spacing:.16em;text-transform:uppercase;color:#f2eadf}

.story-grid{display:grid;grid-template-columns:1.1fr .85fr .85fr 1.1fr;min-height:290px}
.story-cell{border-right:1px solid rgba(255,255,255,.18);position:relative;overflow:hidden}
.story-cell:last-child{border-right:0}
.story-copy{background:var(--abc-cream);color:#17130f;padding:2rem 2.2rem}
.story-copy h2{font-family:var(--abc-serif);font-size:2.15rem;line-height:1.03;margin:.9rem 0}
.story-copy p{font-size:.78rem;line-height:1.65;max-width:34ch}
.story-photo.one{background:url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80') center/cover}
.story-photo.two{background:url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?auto=format&fit=crop&w=900&q=80') center/cover}
.story-brand{display:grid;place-items:center;text-align:center;background:radial-gradient(circle at center,#531015 0,#2f090b 60%,#180506 100%)}
.monogram{width:130px;height:130px;border:1px solid rgba(179,122,67,.65);border-radius:50%;display:grid;place-items:center;font-family:var(--abc-serif);font-size:3rem;color:var(--abc-gold);position:relative}
.monogram:before,.monogram:after{content:'';position:absolute;width:18px;height:1px;background:var(--abc-gold);top:50%}
.monogram:before{left:-10px}.monogram:after{right:-10px}

.services{padding:4.6rem 0 4rem}
.services-top{display:grid;grid-template-columns:1.15fr 2fr;gap:3rem;align-items:end;margin-bottom:2.8rem}
.services h2{font-family:var(--abc-serif);font-size:3rem;line-height:.95;margin:.8rem 0 0;font-weight:500}
.services-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--abc-line)}
.service{padding:1.5rem 1rem 1.9rem;border-right:1px solid var(--abc-line)}
.service:last-child{border-right:0}
.service .icon{font-size:1.5rem;color:var(--abc-gold);margin-bottom:1rem}
.service h3{font-size:.76rem;letter-spacing:.10em;text-transform:uppercase;margin:.4rem 0 .8rem}
.service p{font-size:.72rem;color:#b9b1a9;line-height:1.65}

.method{background:var(--abc-cream);color:#18120f;display:grid;grid-template-columns:1fr 4fr;min-height:305px}
.method-image{background:url('https://images.unsplash.com/photo-1524250502761-1ac6f2e30d43?auto=format&fit=crop&w=900&q=80') center/cover grayscale(1)}
.method-content{padding:2.8rem 4vw}
.method-content h2{font-family:var(--abc-serif);font-size:2.5rem;margin:.4rem 0 1.6rem;font-weight:500}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.step{padding-right:1rem;border-right:1px solid rgba(0,0,0,.15)}
.step:last-child{border-right:0}
.step .num{font-family:var(--abc-serif);font-size:2rem}
.step h3{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;margin:.35rem 0}
.step p{font-size:.68rem;line-height:1.45;color:#5d5148}

.work{display:grid;grid-template-columns:1.25fr 3fr 1fr;min-height:340px}
.work-intro{padding:2.2rem 2rem;background:#080808}
.work-intro h2{font-family:var(--abc-serif);font-size:2.5rem;line-height:1.02;font-weight:500;margin:.7rem 0 1.3rem}
.case-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.case{position:relative;border-left:1px solid var(--abc-line);min-height:340px;background-size:cover;background-position:center}
.case:nth-child(1){background-image:linear-gradient(to top,rgba(0,0,0,.85),transparent 55%),url('https://images.unsplash.com/photo-1556228720-195a672e8a03?auto=format&fit=crop&w=700&q=80')}
.case:nth-child(2){background-image:linear-gradient(to top,rgba(0,0,0,.85),transparent 55%),url('https://images.unsplash.com/photo-1485230895905-ec40ba36b9bc?auto=format&fit=crop&w=700&q=80')}
.case:nth-child(3){background-image:linear-gradient(to top,rgba(0,0,0,.85),transparent 55%),url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=700&q=80')}
.case:nth-child(4){background-image:linear-gradient(to top,rgba(0,0,0,.85),transparent 55%),url('https://images.unsplash.com/photo-1556228578-8c89e6adf883?auto=format&fit=crop&w=700&q=80')}
.case-meta{position:absolute;left:1rem;right:1rem;bottom:1rem;text-align:center}
.case-meta small{font-size:.58rem;letter-spacing:.11em;text-transform:uppercase}
.case-meta strong{display:block;color:var(--abc-gold);font-family:var(--abc-serif);font-size:1.55rem;font-weight:500}
.retention{background:linear-gradient(160deg,#4d0b0d,#250708);display:grid;place-items:center;text-align:center;padding:2rem}
.retention strong{font-family:var(--abc-serif);font-size:4rem;color:var(--abc-gold);font-weight:500}
.retention p{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}

.quote-band{display:grid;grid-template-columns:1.3fr .9fr 1fr 1fr;background:var(--abc-cream);color:#16110e;border-top:1px solid rgba(0,0,0,.08)}
.quote-band>div{min-height:230px;padding:2rem;border-right:1px solid rgba(0,0,0,.12)}
.quote-big{font-family:var(--abc-serif);font-size:2.35rem;line-height:1.03}
.quote-small{font-family:var(--abc-serif);font-size:1.1rem;line-height:1.5}
.quote-photo{background:url('https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=900&q=80') center/cover}
.quote-cta{display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.82rem}

.testimonials{padding:3rem 0 3.4rem;background:linear-gradient(180deg,#230506,#40090c)}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr) .8fr;gap:1.4rem;align-items:center}
.testimonial{padding-right:1.4rem;border-right:1px solid rgba(255,255,255,.13)}
.testimonial p{font-family:var(--abc-serif);font-size:1.03rem;line-height:1.4;margin:.6rem 0 1rem}
.testimonial small{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:#d9c6b4}

.final-cta{display:grid;grid-template-columns:.95fr 1.7fr .9fr;min-height:250px}
.final-photo{background:url('https://images.unsplash.com/photo-1524250502761-1ac6f2e30d43?auto=format&fit=crop&w=900&q=80') center/cover}
.final-copy{padding:3rem 3vw;display:flex;justify-content:center;flex-direction:column}
.final-copy h2{font-family:var(--abc-condensed);font-size:3.5rem;line-height:.9;margin:0 0 .8rem}
.final-copy p{font-size:.8rem;color:#c7bfb8;max-width:52ch}
.final-social{padding:3rem 2rem;border-left:1px solid var(--abc-line);display:flex;justify-content:center;flex-direction:column}
.final-social h3{font-family:var(--abc-serif);font-weight:500;color:var(--abc-gold);letter-spacing:.1em;text-transform:uppercase;font-size:.9rem}
.socials{display:flex;gap:1rem;margin-top:1rem;font-size:1.1rem;color:var(--abc-gold)}

.site-footer{border-top:1px solid rgba(255,255,255,.14);padding:1rem 0;color:#9f9790}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em}

@media (max-width: 980px){
 .primary-menu{display:none;position:absolute;top:72px;left:0;right:0;background:#090909;padding:1rem 4vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.1)}
 .primary-menu.open{display:flex}.menu-toggle{display:block}.header-cta{display:none}
 .hero{grid-template-columns:1fr}.hero-copy{padding:5rem 5vw}.hero-visual{min-height:500px}
 .story-grid{grid-template-columns:1fr 1fr}.story-cell{min-height:260px}
 .services-top{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}
 .service{border-bottom:1px solid var(--abc-line)}
 .method{grid-template-columns:1fr}.method-image{min-height:280px}.steps{grid-template-columns:repeat(2,1fr)}
 .work{grid-template-columns:1fr}.case-grid{grid-template-columns:repeat(2,1fr)}
 .quote-band{grid-template-columns:1fr 1fr}.testimonial-grid{grid-template-columns:1fr 1fr}.final-cta{grid-template-columns:1fr 1fr}.final-photo{min-height:300px}.final-social{grid-column:1/-1}
}
@media (max-width: 640px){
 .hero h1{font-size:4.3rem}.story-grid,.services-grid,.steps,.case-grid,.quote-band,.testimonial-grid,.final-cta{grid-template-columns:1fr}
 .story-cell{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
 .method-content{padding:2.4rem 6vw}.step{border-right:0;border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:1rem}
 .quote-band>div{border-right:0;border-bottom:1px solid rgba(0,0,0,.12)}.testimonial{border-right:0;border-bottom:1px solid rgba(255,255,255,.13);padding-bottom:1.4rem}
 .final-social{grid-column:auto}.footer-inner{flex-direction:column;align-items:flex-start}
}
