:root{
  --ink:#16110e;
  --paper:#f4efe8;
  --paper-2:#e9ded0;
  --red:#bd2b22;
  --red-dark:#8f1f19;
  --gold:#d8a85f;
  --char:#241d18;
  --muted:#75695f;
  --line:rgba(35,27,22,.18);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(244,239,232,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.header-logo{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}
.header-logo img{width:104px;height:auto;max-height:68px;object-fit:contain}
.menu{display:flex;align-items:center;gap:30px;font-size:.87rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-right:auto}
.menu a{position:relative;padding:28px 0 24px}
.menu a:after{content:"";position:absolute;left:0;right:100%;bottom:16px;height:2px;background:var(--red);transition:.2s}
.menu a:hover:after,.menu a[aria-current="page"]:after{right:0}
.mobile-toggle{display:none;border:0;background:transparent;font-size:26px;padding:8px;color:var(--ink)}
.hero{min-height:690px;display:grid;place-items:center;position:relative;isolation:isolate;overflow:hidden;background:#7b542f;color:#fff}
.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-3}
.hero-video-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(20,14,10,.72) 0%,rgba(20,14,10,.46) 34%,rgba(20,14,10,.10) 66%,rgba(20,14,10,.12) 100%)}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,var(--paper));z-index:-1;pointer-events:none}
.hero-inner{width:min(calc(100% - 40px),var(--max));padding:90px 0 120px;position:relative;z-index:1}
.eyebrow{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:.22em;font-size:.74rem;font-weight:800;color:var(--red)}
.hero .eyebrow{color:#f0c779}
.eyebrow:before{content:"";width:38px;height:1px;background:currentColor}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3.4rem,9vw,7.8rem);line-height:.88;letter-spacing:-.055em;margin:18px 0 22px;max-width:860px}
.hero h1 small{display:block;font-size:.28em;letter-spacing:.05em;line-height:1.15;margin-top:18px;font-weight:700}
.lead{font-size:clamp(1.08rem,2.2vw,1.35rem);max-width:680px;color:rgba(255,255,255,.88)}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:.2s}
.btn-primary{background:var(--red);color:white}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}
.btn-light{background:rgba(255,255,255,.92);color:var(--ink)}.btn-light:hover{background:#fff;transform:translateY(-2px)}
.btn-outline{border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:white}
section{padding:95px 0}
.section-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.section-title{font-size:clamp(2.2rem,5vw,4.2rem);line-height:.95;letter-spacing:-.045em;margin:12px 0 24px}
.copy{font-size:1.08rem;color:#443a33;max-width:680px}
.album-panel{background:var(--char);color:white;padding:28px;border-radius:3px;box-shadow:0 28px 70px rgba(33,22,15,.24)}
.album-cover{aspect-ratio:1;background:#2a211c;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.album-cover img{width:100%;height:100%;object-fit:cover;display:block}
.album-meta{padding:24px 4px 4px}.album-meta h3{font-size:1.6rem;margin-bottom:6px}.album-meta p{color:#cfc1b5;margin-bottom:0}
.quote-band{background:var(--red);color:white;padding:55px 0}.quote{font-size:clamp(2rem,5vw,4.3rem);line-height:1;letter-spacing:-.04em;font-weight:800;max-width:980px;margin:0}
.about-strip{background:#e7ded2}
.about-strip .section-grid{grid-template-columns:.9fr 1.1fr}
.type-art{min-height:420px;border:1px solid var(--line);display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 42%,#f2c786 0 12%,transparent 13%),linear-gradient(135deg,#c63b2f 0 44%,#1e1815 44% 100%);color:white}
.type-art span{font-size:clamp(4rem,9vw,8rem);font-weight:900;letter-spacing:-.06em;transform:rotate(-8deg)}
.type-art small{position:absolute;bottom:22px;right:24px;text-transform:uppercase;letter-spacing:.17em;font-weight:700}
.newsletter{background:var(--ink);color:white;text-align:center}.newsletter .wrap{max-width:800px}.newsletter .section-title{margin-inline:auto}.newsletter p{color:#c7bbb1}.form-row{display:flex;gap:10px;max-width:650px;margin:30px auto 0}.form-row input{flex:1;min-width:0;padding:0 20px;height:54px;border:1px solid rgba(255,255,255,.22);background:#2b2420;color:white;border-radius:999px;outline:none}.form-row input:focus{border-color:#fff}.form-row button{white-space:nowrap}
.site-footer{background:#100d0b;color:#a89c92;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{min-height:105px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.82rem}.socials{display:flex;gap:15px;flex-wrap:wrap;justify-content:flex-end}.socials a{color:white;font-weight:700}.socials a:hover{color:#efb760}
.page-hero{padding:90px 0 70px;background:#231c18;color:#fff}.page-hero h1{font-size:clamp(3rem,8vw,6.6rem);margin-bottom:16px;max-width:1000px}.page-hero p{max-width:720px;color:#d7ccc4;font-size:1.15rem}
.content{padding:85px 0}.prose{max-width:850px;margin:auto;font-size:1.1rem;color:#3f3630}.prose p{margin-bottom:1.35em}.prose strong{color:var(--ink)}
.camila-hero{background:linear-gradient(135deg,#1a1715 0 55%,#b22b24 55%);overflow:hidden}.camila-wrap{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;min-height:620px}.camila-hero h1{max-width:720px}.parrot-card{min-height:430px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;background:radial-gradient(circle at 46% 35%,#f4d4a0 0 7%,transparent 7.5%),radial-gradient(circle at 58% 38%,#f4d4a0 0 6%,transparent 6.5%),linear-gradient(145deg,#124737 0 32%,#d22d29 32% 61%,#efba32 61% 100%);box-shadow:0 30px 80px rgba(0,0,0,.28);position:relative}.parrot-card:before{content:"CAMILA";font-size:clamp(3rem,8vw,7rem);font-weight:900;letter-spacing:-.06em;color:white;transform:rotate(-8deg);text-shadow:0 3px 0 rgba(0,0,0,.15)}.parrot-card:after{content:"DE FAVELA";position:absolute;bottom:28px;right:28px;color:white;font-size:1.15rem;letter-spacing:.22em;font-weight:800}
.music-embed{border:0;width:100%;height:352px;border-radius:12px;background:#222}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.contact-card{background:#e9dfd4;padding:35px}.contact-card a{color:var(--red);font-weight:800}.contact-form{display:grid;gap:14px}.contact-form label{font-size:.78rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid #cfc2b6;background:white;padding:15px 16px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--red)}.contact-form textarea{min-height:160px;resize:vertical}
.thankyou{min-height:72vh;display:grid;place-items:center;text-align:center;padding:70px 20px}.thankyou h1{font-size:clamp(3rem,8vw,6rem)}
@media (max-width:850px){
  .nav{min-height:68px}.mobile-toggle{display:block;order:1}.header-logo{order:3;margin-left:auto}.header-logo img{width:86px;max-height:58px}.menu{position:absolute;top:68px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 20px;margin-right:0}.menu.open{display:flex}.menu a{padding:15px 0}.menu a:after{bottom:7px}.hero{min-height:620px}.hero-bg-video{object-position:62% center}.hero-inner{padding-top:70px}.section-grid,.about-strip .section-grid,.camila-wrap,.contact-grid{grid-template-columns:1fr;gap:38px}section{padding:70px 0}.about-strip .section-grid{display:flex;flex-direction:column-reverse}.form-row{flex-direction:column}.form-row .btn{width:100%}.footer-inner{padding:26px 0;flex-direction:column;text-align:center;justify-content:center}.page-hero{padding:65px 0 55px}.camila-wrap{padding:65px 0}.parrot-card{min-height:340px}
}
@media (max-width:520px){.wrap{width:min(calc(100% - 28px),var(--max))}.header-logo img{width:78px}.hero{min-height:600px}.hero-bg-video{object-position:60% center}.hero h1{font-size:3.3rem}.actions{display:grid}.actions .btn{width:100%}}

/* Wix-like image-led Camila page */
.camila-image-hero{padding:72px 0 84px;background:#f4efe8;color:var(--ink)}
.camila-image-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:58px;align-items:center}
.camila-image-copy h1{font-size:clamp(3rem,7.5vw,6.8rem);line-height:.9;margin:16px 0 24px;max-width:620px}
.camila-image-copy p{font-size:1.12rem;color:#5c5048;max-width:460px}
.camila-photo{background:#fff;padding:10px;box-shadow:0 24px 70px rgba(34,24,18,.18)}
.camila-photo img{width:100%;height:auto;display:block}
.camila-stream{padding:62px 0;background:#e9ded0}
.camila-stream-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}
.camila-stream .section-title{margin-bottom:12px}
.social-icon-row{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 32px}
.social-icon-row a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.5);display:grid;place-items:center;color:#fff;font-size:.78rem;font-weight:900;letter-spacing:-.02em;transition:.2s}
.social-icon-row a:hover{background:#fff;color:var(--ink);transform:translateY(-2px)}

/* Keep the logo visually limited to the upper-right corner */
.header-logo img{width:112px;max-height:70px;object-fit:contain}

/* Album artwork supplied by MadChita */
.album-cover img{width:100%;height:100%;object-fit:cover;display:block}

@media (max-width:850px){
  .camila-image-grid{grid-template-columns:1fr;gap:32px}
  .camila-image-copy{text-align:center}
  .camila-image-copy p{margin-left:auto;margin-right:auto}
  .camila-image-copy .actions{justify-content:center}
  .camila-stream-inner{flex-direction:column;align-items:flex-start}
}

@media (prefers-reduced-motion: reduce){
  .hero-bg-video{display:none}
  .hero{background:url('/assets/cheetah-running-poster.jpg') 62% center/cover no-repeat}
}
