:root{
  --bg:#050709;
  --bg-2:#0d1218;
  --panel:#14171c;
  --panel-2:#1b1c1f;
  --text:#f3efe7;
  --muted:#beb8af;
  --line:rgba(243,239,231,.16);
  --gold:#c5a260;
  --gold-2:#d2b373;
  --green:#1f6f43;
  --green-dark:#164f32;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.7;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(5,7,9,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;min-width:230px}
.brand img{width:248px;height:auto;object-fit:contain;filter:contrast(1.05)}
.nav-links{display:flex;gap:34px;align-items:center;color:var(--muted);font-weight:600;font-size:.95rem}
.nav-links a{transition:.2s ease}
.nav-links a:hover{color:var(--gold)}
.nav-toggle{display:none;background:transparent;color:var(--text);border:1px solid var(--line);font-size:1.25rem;border-radius:999px;width:42px;height:42px}
.section-pad{padding:88px 0}
.hero{min-height:calc(100vh - 78px);display:flex;align-items:center;background:radial-gradient(circle at 72% 18%,rgba(197,162,96,.16),transparent 34%),linear-gradient(90deg,#050709 0%,#090b0d 58%,#161410 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}
.eyebrow{margin:0 0 22px;color:var(--gold);font-size:.82rem;text-transform:uppercase;letter-spacing:.28em;font-weight:800}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;line-height:.98;letter-spacing:-.035em}
h1{font-size:clamp(4rem,7.4vw,7.6rem);margin-bottom:26px;max-width:760px}
h2{font-size:clamp(3rem,5.2vw,5.6rem);margin-bottom:24px}
h3{font-size:1.24rem;line-height:1.25;margin-bottom:14px}
.hero-subtitle{font-size:1.24rem;color:var(--muted);max-width:660px;margin-bottom:36px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border-radius:999px;font-weight:800;letter-spacing:-.01em;transition:.2s ease}.btn-primary{background:var(--gold);color:#080808}.btn-primary:hover{background:var(--gold-2);transform:translateY(-1px)}.btn-secondary{border:1px solid var(--line);color:var(--text)}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}
.hero-proof{display:flex;gap:12px;flex-wrap:wrap}.hero-proof span{border:1px solid var(--line);border-radius:999px;padding:8px 16px;color:var(--muted);font-size:.9rem;background:rgba(255,255,255,.02)}
.hero-media{position:relative;border:1px solid rgba(197,162,96,.45);padding:18px 18px 0 0}.hero-media img{width:100%;height:min(58vh,560px);object-fit:cover;object-position:center;border-radius:1px;filter:saturate(.88) contrast(1.05) brightness(.86)}.hero-media:after{content:"";position:absolute;inset:18px -18px -18px 18px;border:1px solid rgba(197,162,96,.26);z-index:-1}.media-caption{position:absolute;left:50px;bottom:0;transform:translateY(34%);background:rgba(26,27,29,.94);padding:20px 28px;min-width:360px;border:1px solid rgba(255,255,255,.06)}.media-caption span{display:block;text-transform:uppercase;letter-spacing:.25em;color:var(--muted);font-size:.82rem;margin-bottom:6px}.media-caption strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;line-height:1;color:var(--text)}
.intro-band{background:var(--gold);color:#15120b;padding:54px 0}.intro-content{max-width:980px}.intro-content p{font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;font-size:clamp(2rem,3.4vw,3.45rem);line-height:1.16;letter-spacing:-.02em;margin:0}
.two-col{display:grid;grid-template-columns:.82fr 1.18fr;gap:92px}.section-heading h2{max-width:580px}.section-heading.narrow{max-width:760px;margin-bottom:54px}.section-heading.narrow p:not(.eyebrow){color:var(--muted);font-size:1.15rem}.content-block p{color:var(--muted);font-size:1.04rem;margin-bottom:20px}.profile-section{background:#07090b}.profile-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.profile-image{border:1px solid var(--line);padding:12px;background:rgba(255,255,255,.02);position:sticky;top:112px}.profile-image img{height:720px;width:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.08) brightness(.82)}.profile-copy h2{margin-bottom:32px}.profile-copy .content-block{max-width:820px}
.muted{background:var(--bg-2)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:rgba(255,255,255,.015);border:1px solid var(--line);padding:32px;min-height:210px;transition:.2s ease}.card:hover{transform:translateY(-4px);border-color:rgba(197,162,96,.42)}.card h3{font-size:1.25rem}.card p{color:var(--muted);margin:0}.trust-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px}.trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-cards article{background:var(--panel);border:1px solid var(--line);padding:28px}.trust-cards span,.step span{font-family:"Cormorant Garamond",Georgia,serif;color:var(--gold);font-size:1.55rem;font-weight:700}.trust-cards p{color:var(--muted);margin:0}.steps{display:grid;gap:0}.step{display:grid;grid-template-columns:80px 1fr;gap:34px;border-bottom:1px solid var(--line);padding:0 0 28px;margin-bottom:28px}.step h3{margin-bottom:6px}.step p{color:var(--muted);margin:0}.split-card{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;border:1px solid var(--line);background:var(--panel-2);padding:54px}.split-card h2{font-size:clamp(3rem,5vw,5.2rem)}.split-card p:not(.eyebrow){color:var(--muted);font-size:1.08rem}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:18px}.check-list li{font-size:1.08rem;font-weight:650;display:flex;gap:16px;align-items:center}.check-list li:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(197,162,96,.08)}
.cta{text-align:center}.cta-box{max-width:920px}.cta-box p:not(.eyebrow){color:var(--muted);font-size:1.14rem;max-width:760px;margin:0 auto 34px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left}.contact-grid a,.contact-grid div{border:1px solid var(--line);padding:24px 26px;background:rgba(255,255,255,.015);transition:.2s ease}.contact-grid a:hover{border-color:var(--gold);transform:translateY(-2px)}.contact-grid span{display:block;text-transform:uppercase;letter-spacing:.24em;color:var(--gold);font-size:.72rem;font-weight:800;margin-bottom:10px}.contact-grid strong{font-size:1rem;word-break:break-word}.footer{border-top:1px solid var(--line);background:#030405;padding:28px 0;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer p{margin:0}.footer-links{display:flex;gap:26px}.footer a:hover{color:var(--gold)}
.floating-whatsapp{position:fixed;right:28px;bottom:28px;z-index:30;background:var(--green-dark);color:#fff;border-radius:999px;min-height:50px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 14px 38px rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.08);transition:.2s ease}.floating-whatsapp:hover{background:var(--green);transform:translateY(-2px)}.floating-whatsapp span:before{content:"";display:inline-block;width:10px;height:10px;background:#fff;border-radius:50%;margin-right:9px;box-shadow:0 0 0 4px rgba(255,255,255,.12)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
.privacy-page{padding:100px 0}.privacy-page h1{font-size:clamp(3rem,6vw,5.5rem)}.privacy-page .content-block{max-width:880px}.privacy-page ul{color:var(--muted)}
@media(max-width:980px){.nav{height:72px}.brand img{width:210px}.nav-toggle{display:block}.nav-links{position:absolute;top:72px;left:0;right:0;background:#050709;border-bottom:1px solid var(--line);padding:18px 24px;display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.hero{min-height:auto}.hero-grid,.two-col,.profile-grid,.trust-grid,.split-card{grid-template-columns:1fr;gap:44px}.section-pad{padding:70px 0}h1{font-size:clamp(3.4rem,14vw,5.4rem)}.hero-media img{height:500px}.profile-image{position:relative;top:auto}.profile-image img{height:540px}.cards-grid,.trust-cards,.contact-grid{grid-template-columns:1fr}.media-caption{left:24px;right:24px;min-width:auto}.intro-band{padding:40px 0}}
@media(max-width:620px){.container{width:min(100% - 28px,var(--max))}.brand img{width:178px}.nav{height:68px}.nav-links{top:68px}.hero-grid{gap:42px}.hero-media{padding:10px}.hero-media img{height:390px}.hero-media:after{display:none}.media-caption{position:static;transform:none;margin-top:0;padding:18px 20px}.media-caption strong{font-size:1.55rem}.hero-actions{flex-direction:column}.btn{width:100%}.hero-proof span{font-size:.82rem}.intro-content p{font-size:2rem}.profile-image img{height:420px}.card,.split-card,.trust-cards article{padding:24px}.step{grid-template-columns:54px 1fr;gap:18px}.floating-whatsapp{right:16px;bottom:16px;min-height:46px;padding:0 16px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{flex-direction:column;gap:8px}.contact-grid strong{font-size:.92rem}}


/* === V4 corrections: hero restored, logo prominent, justified body copy === */
.site-header{background:rgba(5,7,9,.92)}
.nav{height:104px;align-items:center}
.brand{min-width:330px;display:flex;align-items:center;justify-content:flex-start}
.brand img{width:245px;max-height:86px;height:auto;object-fit:contain;filter:contrast(1.08) brightness(1.05)}

.hero{min-height:calc(100vh - 104px);padding:86px 0 112px;align-items:center;background:radial-gradient(circle at 72% 18%,rgba(197,162,96,.16),transparent 34%),linear-gradient(90deg,#050709 0%,#090b0d 58%,#161410 100%)}
.hero-grid{grid-template-columns:1.02fr .98fr;gap:76px;align-items:center}
h1{font-size:clamp(4.2rem,6.6vw,7.1rem);line-height:.99;max-width:760px;margin-bottom:26px}
.hero-subtitle{font-size:1.22rem;max-width:640px;text-align:justify;text-align-last:left}
.hero-media{padding:18px 18px 0 0;max-width:none;justify-self:stretch;border:1px solid rgba(197,162,96,.45)}
.hero-media img{width:100%;height:min(58vh,560px);object-fit:cover;object-position:center 42%;filter:saturate(.9) contrast(1.04) brightness(.88)}
.hero-media:after{content:"";display:block;position:absolute;inset:18px -18px -18px 18px;border:1px solid rgba(197,162,96,.26);z-index:-1}
.media-caption{left:50px;bottom:0;transform:translateY(34%);min-width:360px;padding:20px 28px}

.content-block p,.section-heading.narrow p:not(.eyebrow),.card p,.trust-cards p,.step p,.split-card p:not(.eyebrow),.cta-box p:not(.eyebrow),.privacy-page p,.privacy-page li{text-align:justify;text-align-last:left}
.intro-content p{text-align:justify;text-align-last:left}

@media(max-width:980px){
  .nav{height:92px}.nav-links{top:92px}.brand{min-width:240px}.brand img{width:210px;max-height:76px}
  .hero{min-height:auto;padding:70px 0 84px}.hero-grid{grid-template-columns:1fr;gap:54px}h1{font-size:clamp(3.6rem,12vw,5.6rem)}.hero-media img{height:520px}.hero-media{max-width:760px;margin:0 auto}.media-caption{left:28px;right:28px;min-width:auto}
}
@media(max-width:620px){
  .nav{height:82px}.nav-links{top:82px}.brand{min-width:auto}.brand img{width:172px;max-height:64px}
  .hero{padding:52px 0 70px}.hero-grid{gap:44px}h1{font-size:clamp(3rem,16vw,4.4rem)}.hero-media{padding:10px}.hero-media img{height:420px;object-position:center 40%}.hero-media:after{display:none}.media-caption{position:static;transform:none;margin-top:0}.hero-subtitle{text-align:left}.content-block p,.section-heading.narrow p:not(.eyebrow),.card p,.trust-cards p,.step p,.split-card p:not(.eyebrow),.cta-box p:not(.eyebrow){text-align:left}
}

/* === V5 corrections: protagonic centered logo, balanced hero, larger image, smaller headline === */
.site-header{
  background:rgba(5,7,9,.94);
  border-bottom:1px solid rgba(243,239,231,.13);
}
.nav{
  height:132px;
  position:relative;
  justify-content:center;
}
.brand{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  min-width:0;
  justify-content:center;
  z-index:2;
}
.brand img{
  width:330px;
  max-height:118px;
  object-fit:contain;
  filter:contrast(1.12) brightness(1.08);
}
.nav-links{
  margin-left:auto;
  gap:34px;
  font-size:.96rem;
  z-index:3;
}
.nav-toggle{margin-left:auto;z-index:4}
.hero{
  min-height:calc(100vh - 132px);
  padding:76px 0 98px;
  background:radial-gradient(circle at 70% 22%,rgba(197,162,96,.16),transparent 36%),linear-gradient(90deg,#050709 0%,#090b0d 55%,#161410 100%);
}
.hero-grid{
  grid-template-columns:.88fr 1.12fr;
  gap:70px;
  align-items:center;
}
h1{
  font-size:clamp(3.6rem,5.65vw,6.15rem);
  line-height:1.01;
  max-width:690px;
  margin-bottom:28px;
  text-align:justify;
  text-align-last:left;
}
.hero-subtitle{
  font-size:1.18rem;
  max-width:630px;
  text-align:justify;
  text-align-last:left;
}
.hero-media{
  width:100%;
  max-width:720px;
  justify-self:end;
  padding:18px 18px 0 0;
}
.hero-media img{
  width:100%;
  height:min(66vh,660px);
  object-fit:cover;
  object-position:center 42%;
  filter:saturate(.9) contrast(1.05) brightness(.88);
}
.media-caption{
  left:54px;
  min-width:390px;
  padding:22px 30px;
}
.media-caption strong{font-size:2.15rem}

@media(max-width:1180px){
  .brand img{width:285px;max-height:104px}
  .nav-links{gap:24px}
  .hero-grid{gap:50px;grid-template-columns:.95fr 1.05fr}
  h1{font-size:clamp(3.3rem,5.4vw,5.4rem)}
  .hero-media{max-width:650px}
}
@media(max-width:980px){
  .nav{height:118px;justify-content:space-between}
  .brand{position:static;transform:none;justify-content:flex-start}
  .brand img{width:260px;max-height:98px}
  .nav-links{top:118px;margin-left:0}
  .hero{min-height:auto;padding:66px 0 86px}
  .hero-grid{grid-template-columns:1fr;gap:54px}
  h1{font-size:clamp(3.2rem,11vw,5rem);max-width:760px;text-align:left}
  .hero-subtitle{text-align:left}
  .hero-media{justify-self:center;max-width:780px}
  .hero-media img{height:560px}
}
@media(max-width:620px){
  .nav{height:96px}
  .brand img{width:218px;max-height:78px}
  .nav-links{top:96px}
  .hero{padding:48px 0 72px}
  h1{font-size:clamp(2.9rem,15vw,4.1rem)}
  .hero-media{padding:10px;max-width:100%}
  .hero-media img{height:430px;object-position:center 40%}
  .media-caption{min-width:auto;padding:18px 20px}
}

/* === V6 corrections: larger protagonist logo and uppercase hero headline === */
.nav{
  height:176px;
  padding-top:0;
  padding-bottom:0;
}
.brand img{
  width:520px;
  max-height:164px;
  object-fit:contain;
  filter:contrast(1.15) brightness(1.12);
}
.nav-links{
  align-self:center;
}
.hero{
  min-height:calc(100vh - 176px);
  padding:72px 0 100px;
}
h1{
  text-transform:uppercase;
  font-size:clamp(3.25rem,5.15vw,5.7rem);
  line-height:1.03;
  letter-spacing:-.045em;
  text-align:justify;
  text-align-last:left;
}

@media(max-width:1180px){
  .nav{height:154px}
  .brand img{width:430px;max-height:142px}
  .hero{min-height:calc(100vh - 154px)}
  h1{font-size:clamp(3rem,5vw,5.05rem)}
}
@media(max-width:980px){
  .nav{height:132px;justify-content:space-between}
  .brand{position:static;transform:none;justify-content:flex-start}
  .brand img{width:330px;max-height:118px}
  .nav-links{top:132px}
  .hero{min-height:auto;padding:64px 0 86px}
  h1{font-size:clamp(2.8rem,10vw,4.8rem);text-align:left;letter-spacing:-.04em}
}
@media(max-width:620px){
  .nav{height:106px}
  .brand img{width:252px;max-height:92px}
  .nav-links{top:106px}
  .hero{padding:46px 0 72px}
  h1{font-size:clamp(2.35rem,12.4vw,3.65rem);line-height:1.05}
}


/* === V7 corrections: black header, updated hero copy, smaller title, larger photo === */
.site-header{
  background:#000000;
  border-bottom:1px solid rgba(243,239,231,.14);
}
.nav{
  height:186px;
}
.brand img{
  width:560px;
  max-height:172px;
  object-fit:contain;
}
.hero{
  min-height:calc(100vh - 186px);
  padding:64px 0 96px;
  background:radial-gradient(circle at 74% 18%, rgba(197,162,96,.17), transparent 36%), linear-gradient(90deg, #050709 0%, #090b0d 54%, #17140f 100%);
}
.hero-grid{
  grid-template-columns: .80fr 1.20fr;
  gap: 78px;
  align-items:center;
}
h1{
  font-size:clamp(3rem,4.7vw,5rem);
  line-height:1.02;
  max-width:620px;
  text-align:justify;
  text-align-last:left;
  margin-bottom:24px;
}
.hero-subtitle{
  font-size:1.12rem;
  max-width:620px;
  text-align:justify;
  text-align-last:left;
}
.hero-media{
  max-width:800px;
  justify-self:end;
  padding:18px 18px 0 0;
}
.hero-media img{
  width:100%;
  height:min(72vh,760px);
  object-fit:cover;
  object-position:center 40%;
}
.media-caption{
  left:58px;
  min-width:420px;
  padding:22px 30px;
}

@media(max-width:1280px){
  .brand img{width:500px;max-height:160px;}
  .hero-grid{grid-template-columns:.84fr 1.16fr;gap:62px;}
  h1{font-size:clamp(2.85rem,4.55vw,4.7rem);max-width:590px;}
  .hero-media{max-width:740px;}
  .hero-media img{height:min(68vh,690px);}
}
@media(max-width:1180px){
  .nav{height:166px;}
  .brand img{width:455px;max-height:148px;}
  .hero{min-height:calc(100vh - 166px);}
  .hero-grid{grid-template-columns:.9fr 1.1fr;gap:48px;}
  h1{font-size:clamp(2.7rem,4.3vw,4.35rem);max-width:560px;}
  .hero-media{max-width:680px;}
  .hero-media img{height:min(64vh,620px);}
}
@media(max-width:980px){
  .site-header{background:#000000;}
  .nav{height:132px;justify-content:space-between;}
  .brand{position:static;transform:none;justify-content:flex-start;}
  .brand img{width:330px;max-height:118px;}
  .nav-links{top:132px;}
  .hero{min-height:auto;padding:58px 0 82px;}
  .hero-grid{grid-template-columns:1fr;gap:46px;}
  h1{font-size:clamp(2.75rem,9.2vw,4.3rem);max-width:760px;text-align:left;}
  .hero-subtitle{text-align:left;}
  .hero-media{justify-self:center;max-width:820px;}
  .hero-media img{height:620px;}
}
@media(max-width:620px){
  .nav{height:106px;}
  .brand img{width:252px;max-height:92px;}
  .nav-links{top:106px;}
  .hero{padding:42px 0 68px;}
  h1{font-size:clamp(2.2rem,11.5vw,3.4rem);line-height:1.05;}
  .hero-media{padding:10px;max-width:100%;}
  .hero-media img{height:470px;object-position:center 38%;}
  .media-caption{min-width:auto;padding:18px 20px;left:24px;right:24px;}
}


/* === V8 improvements: mobile optimization, updated areas, experience section === */
.areas-grid-eight{grid-template-columns:repeat(4,1fr)}
.experience-section{background:linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,.02));}
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.experience-card{border:1px solid var(--line);background:rgba(255,255,255,.02);padding:28px;transition:.2s ease}
.experience-card:hover{border-color:rgba(197,162,96,.45);transform:translateY(-2px)}
.experience-card span{display:inline-block;margin-bottom:16px;color:var(--gold);font-size:1.8rem;font-family:"Cormorant Garamond",serif;font-weight:700}
.experience-card h3{margin-bottom:12px}
.experience-card p{text-align:justify;text-align-last:left}

@media(max-width:1180px){
  .areas-grid-eight{grid-template-columns:repeat(2,1fr)}
  .experience-grid{grid-template-columns:1fr;gap:18px}
}

@media(max-width:980px){
  .section-pad{padding:60px 0}
  .hero{padding:50px 0 70px}
  h1{font-size:clamp(2.45rem,8.6vw,4rem);line-height:1.04;letter-spacing:-.03em}
  h2{font-size:clamp(2.2rem,7vw,3.6rem);line-height:1.04}
  .hero-subtitle{font-size:1rem;line-height:1.65;text-align:left}
  .hero-proof{gap:10px}
  .hero-proof span{font-size:.8rem;padding:10px 14px}
  .intro-band{padding:28px 0}
  .intro-content p{font-size:2rem;line-height:1.18;text-align:left !important;text-align-last:left !important}
  .profile-copy .content-block p,
  .section-heading.narrow p:not(.eyebrow),
  .card p,
  .trust-cards p,
  .step p,
  .split-card p:not(.eyebrow),
  .cta-box p:not(.eyebrow),
  .experience-card p,
  .privacy-page p,
  .privacy-page li{font-size:1rem;line-height:1.75;text-align:left !important;text-align-last:left !important}
  .profile-copy h2{margin-bottom:18px}
  .trust-section .section-heading h2,
  #areas .section-heading h2{font-size:clamp(2.1rem,7vw,3.3rem)}
  .cards-grid{gap:18px}
  .card{padding:24px 22px;min-height:unset}
  .card h3{font-size:1.65rem;margin-bottom:14px}
  .experience-card{padding:24px 22px}
  .contact-grid{gap:14px}
  .floating-whatsapp{right:14px;bottom:14px;min-height:42px;padding:0 14px;font-size:1rem;border-radius:999px}
  .floating-whatsapp span:before{width:9px;height:9px;margin-right:8px}
}

@media(max-width:620px){
  .section-pad{padding:48px 0}
  .container{width:min(100% - 24px,var(--max))}
  .hero{padding:34px 0 56px}
  h1{font-size:clamp(2rem,10.3vw,3.2rem);line-height:1.05;letter-spacing:-.02em;text-align:left;text-align-last:left;text-wrap:balance}
  h2{font-size:clamp(1.9rem,8.6vw,2.9rem);line-height:1.05}
  .eyebrow{font-size:.78rem;letter-spacing:.24em}
  .hero-subtitle{font-size:.98rem;line-height:1.7;margin-bottom:22px;text-align:left;text-align-last:left}
  .btn{padding:16px 18px;font-size:1rem}
  .hero-proof{display:none}
  .hero-media img{height:520px}
  .media-caption strong{font-size:2rem}
  .media-caption span{font-size:.95rem}
  .intro-band{padding:20px 0}
  .intro-content p{font-size:1.3rem;line-height:1.35;text-align:left !important;text-align-last:left !important}
  .profile-grid{gap:26px}
  .profile-image img{height:380px;object-position:center 18%}
  .profile-copy .content-block p,
  .section-heading.narrow p:not(.eyebrow),
  .card p,
  .trust-cards p,
  .step p,
  .split-card p:not(.eyebrow),
  .cta-box p:not(.eyebrow),
  .experience-card p,
  .privacy-page p,
  .privacy-page li{font-size:.97rem;line-height:1.68;text-align:left !important;text-align-last:left !important}
  .card h3,.step h3,.trust-cards h3,.experience-card h3{font-size:1.45rem}
  .card,.split-card,.trust-cards article,.experience-card{padding:22px 18px}
  .areas-grid-eight,.experience-grid,.cards-grid,.contact-grid,.trust-cards{grid-template-columns:1fr}
  .step{grid-template-columns:48px 1fr;gap:14px;padding:18px 0}
  .section-heading{margin-bottom:28px}
  .section-heading h2{margin-bottom:12px}
  .floating-whatsapp{right:12px;bottom:12px;min-height:38px;padding:0 12px;font-size:.94rem}
}


/* === V9 final mobile polish: profile hierarchy, smaller cards, discreet CTA === */
.profile-content h3{
  font-family:"Inter",sans-serif;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  margin:28px 0 10px;
}
.profile-content h3:first-child{margin-top:0}

@media(max-width:980px){
  .floating-whatsapp{font-size:.94rem;min-height:38px;padding:0 12px;right:12px;bottom:12px;box-shadow:0 10px 24px rgba(0,0,0,.28)}
  .card,.experience-card,.trust-cards article{padding:20px 18px}
  .card h3,.experience-card h3,.trust-cards h3,.step h3{font-size:1.35rem;line-height:1.2}
  .card p,.experience-card p,.trust-cards p,.step p{font-size:.94rem!important;line-height:1.6!important;letter-spacing:.01em}
  #areas .section-heading h2,.trust-section .section-heading h2{font-size:clamp(1.9rem,6.5vw,3rem)}
  .profile-content h3{font-size:.74rem;margin:24px 0 8px;letter-spacing:.16em}
  .profile-copy .content-block p{font-size:.95rem!important;line-height:1.62!important;letter-spacing:.005em}
}

@media(max-width:620px){
  .floating-whatsapp{font-size:.84rem;min-height:34px;padding:0 11px;right:10px;bottom:10px}
  .floating-whatsapp span:before{width:8px;height:8px;margin-right:7px;box-shadow:0 0 0 3px rgba(255,255,255,.12)}
  .card,.experience-card,.trust-cards article{padding:18px 16px}
  .cards-grid,.experience-grid,.trust-cards{gap:14px}
  .card h3,.experience-card h3,.trust-cards h3,.step h3{font-size:1.25rem;letter-spacing:.01em}
  .card p,.experience-card p,.trust-cards p,.step p{font-size:.9rem!important;line-height:1.55!important}
  .profile-content h3{font-size:.7rem;margin:22px 0 7px;letter-spacing:.15em}
  .profile-copy .content-block p{font-size:.9rem!important;line-height:1.58!important}
  .profile-copy h2{font-size:clamp(2.1rem,10vw,3rem)}
  #areas .section-heading h2,.trust-section .section-heading h2{font-size:clamp(1.8rem,8vw,2.7rem)}
  .experience-card span{font-size:1.45rem;margin-bottom:10px}
}


/* === V10 final polish: preserve profile photo, refine mobile CTA and hierarchy === */
@media(max-width:980px){
  .floating-whatsapp{
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    min-height:36px;
    padding:0 12px;
    font-size:.88rem;
    letter-spacing:.01em;
    box-shadow:0 10px 28px rgba(0,0,0,.22);
  }
  .floating-whatsapp span:before{
    width:8px;
    height:8px;
    margin-right:7px;
    box-shadow:0 0 0 3px rgba(255,255,255,.12);
  }
  .trust-section .section-heading h2,
  .experience-section .section-heading h2,
  #areas .section-heading h2{
    font-size:clamp(1.85rem,7.2vw,3.05rem);
  }
  .section-heading.narrow{
    max-width:780px;
  }
}

@media(max-width:620px){
  .floating-whatsapp{
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    min-height:34px;
    padding:0 11px;
    font-size:.84rem;
  }
  .trust-section .section-heading h2,
  .experience-section .section-heading h2,
  #areas .section-heading h2{
    font-size:clamp(1.72rem,7.8vw,2.55rem);
    line-height:1.08;
  }
  .experience-card,
  .card,
  .trust-cards article{
    padding:20px 17px;
  }
  .split-card{
    padding:22px 18px;
  }
  .cta-box h2{
    font-size:clamp(2rem,8.5vw,3rem);
  }
  .contact-grid a,
  .contact-grid div{
    padding:20px 18px;
  }
}


/* === V11 final polish: lighter floating CTA, cleaner closing, SEO-ready layout === */
.legal-note{
  margin:22px auto 0;
  max-width:720px;
  color:rgba(243,239,231,.55);
  font-size:.82rem !important;
  line-height:1.6 !important;
  text-align:center !important;
  text-align-last:center !important;
}

@media(max-width:980px){
  .floating-whatsapp{
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    min-height:32px;
    padding:0 10px;
    font-size:.8rem;
    opacity:.93;
  }
  .floating-whatsapp span:before{
    width:7px;
    height:7px;
    margin-right:6px;
    box-shadow:0 0 0 3px rgba(255,255,255,.10);
  }
  .cta .contact-grid{
    margin-top:26px;
  }
  .legal-note{
    font-size:.76rem !important;
    padding:0 10px;
  }
}

@media(max-width:620px){
  .floating-whatsapp{
    right:9px;
    bottom:calc(9px + env(safe-area-inset-bottom));
    min-height:31px;
    padding:0 10px;
    font-size:.78rem;
  }
  .cta-box p:not(.eyebrow){
    margin-bottom:24px;
  }
  .footer{
    padding-bottom:68px;
  }
}


/* === V12 photography update: new selected shooting photos === */
.hero-media img{
  object-position:center 36%;
  filter:saturate(.92) contrast(1.04) brightness(.86);
}

.profile-image img{
  object-position:center 18%;
}

.section-photo{
  border:1px solid var(--line);
  background:rgba(255,255,255,.015);
  padding:16px;
  margin:34px 0 38px;
  overflow:hidden;
}

.section-photo img{
  display:block;
  width:100%;
  height:560px;
  object-fit:cover;
  filter:saturate(.9) contrast(1.04) brightness(.88);
}

.section-photo-experience img{
  object-position:center 42%;
}

.section-photo-areas img{
  object-position:center 40%;
}

.method-visual{
  border:1px solid var(--line);
  padding:14px;
  background:rgba(255,255,255,.015);
  margin-bottom:28px;
}

.method-visual img{
  display:block;
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center 48%;
  filter:saturate(.9) contrast(1.05) brightness(.86);
}

.contact-visual{
  width:min(680px,100%);
  margin:30px auto 30px;
  border:1px solid rgba(197,162,96,.26);
  padding:14px;
  background:rgba(255,255,255,.015);
}

.contact-visual img{
  display:block;
  width:100%;
  height:560px;
  object-fit:cover;
  object-position:center 36%;
  filter:saturate(.9) contrast(1.04) brightness(.88);
}

@media(max-width:980px){
  .hero-media img{
    object-position:center 36%;
  }
  .section-photo{
    padding:10px;
    margin:26px 0 30px;
  }
  .section-photo img{
    height:500px;
  }
  .method-visual{
    padding:10px;
    margin-bottom:22px;
  }
  .method-visual img{
    height:480px;
  }
  .contact-visual{
    padding:10px;
    margin:24px auto 24px;
  }
  .contact-visual img{
    height:500px;
  }
}

@media(max-width:620px){
  .hero-media img{
    height:520px;
    object-position:center 34%;
  }
  .section-photo{
    padding:8px;
    margin:22px 0 26px;
  }
  .section-photo img{
    height:420px;
  }
  .section-photo-experience img{
    object-position:center 38%;
  }
  .section-photo-areas img{
    object-position:center 38%;
  }
  .method-visual img{
    height:390px;
    object-position:center 48%;
  }
  .contact-visual img{
    height:430px;
    object-position:center 35%;
  }
}

@media(min-width:981px){
  .experience-section .section-heading,
  #areas .section-heading{
    margin-bottom:0;
  }
}


/* === V13 correction: keep hero/profile, fix cropped supporting photos === */

/* Supporting photos should not be treated as brutal horizontal banners.
   These selected shooting photos are vertical; we show them as editorial portrait pieces. */
.section-photo{
  width:min(520px, 100%);
  margin:38px auto 44px;
  padding:14px;
  border:1px solid rgba(243,239,231,.16);
  background:rgba(255,255,255,.018);
}

.section-photo img{
  width:100%;
  height:auto;
  max-height:none;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center center;
  filter:saturate(.92) contrast(1.03) brightness(.88);
}

/* Experience photo: vertical architectural image, centered and fully visible. */
.section-photo-experience{
  width:min(560px, 100%);
}

.section-photo-experience img{
  object-fit:contain;
  object-position:center center;
}

/* Areas photo: avoid cutting face/body. Keep portrait logic. */
.section-photo-areas{
  width:min(560px, 100%);
}

.section-photo-areas img{
  object-fit:contain;
  object-position:center center;
}

/* Method photo works better as a horizontal detail image, but must not be overcropped. */
.method-visual{
  width:min(760px, 100%);
  margin:0 auto 34px;
  padding:14px;
  border:1px solid rgba(243,239,231,.16);
  background:rgba(255,255,255,.018);
}

.method-visual img{
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:contain;
  object-position:center center;
  filter:saturate(.92) contrast(1.04) brightness(.88);
}

/* Contact photo: editorial portrait, not a banner. */
.contact-visual{
  width:min(560px, 100%);
  margin:32px auto 34px;
  padding:14px;
  border:1px solid rgba(197,162,96,.28);
  background:rgba(255,255,255,.018);
}

.contact-visual img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center center;
  filter:saturate(.92) contrast(1.04) brightness(.88);
}

/* Desktop: keep sections clean and avoid overlarge portrait photos swallowing the page. */
@media(min-width:981px){
  .section-photo img,
  .contact-visual img{
    max-height:760px;
  }

  .method-visual img{
    max-height:540px;
  }

  .experience-grid,
  .cards-grid{
    margin-top:34px;
  }
}

/* Tablet/mobile: reduce portrait image footprint but keep full composition. */
@media(max-width:980px){
  .section-photo{
    width:min(520px, 100%);
    padding:10px;
    margin:28px auto 32px;
  }

  .section-photo img{
    height:auto;
    max-height:680px;
    object-fit:contain;
  }

  .method-visual{
    width:100%;
    padding:10px;
    margin-bottom:26px;
  }

  .method-visual img{
    height:auto;
    max-height:520px;
    object-fit:contain;
  }

  .contact-visual{
    width:min(520px, 100%);
    padding:10px;
    margin:26px auto 28px;
  }

  .contact-visual img{
    height:auto;
    max-height:680px;
    object-fit:contain;
  }
}

@media(max-width:620px){
  .section-photo{
    margin:22px auto 28px;
    padding:8px;
  }

  .section-photo img{
    max-height:560px;
  }

  .method-visual{
    padding:8px;
  }

  .method-visual img{
    max-height:430px;
  }

  .contact-visual{
    padding:8px;
  }

  .contact-visual img{
    max-height:560px;
  }
}


/* === V14 final correction: desktop experience heading + mobile profile photo === */

/* Desktop: the experience intro should feel intentional, not stranded on the left
   like a sad exhibit label in an empty museum. */
@media(min-width:981px){
  .experience-section .section-heading.narrow{
    max-width:980px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }

  .experience-section .section-heading.narrow .eyebrow,
  .experience-section .section-heading.narrow h2,
  .experience-section .section-heading.narrow p{
    text-align:center !important;
    text-align-last:center !important;
    margin-left:auto;
    margin-right:auto;
  }

  .experience-section .section-heading.narrow h2{
    max-width:900px;
  }

  .experience-section .section-heading.narrow p{
    max-width:820px;
  }
}

/* Mobile: keep the profile portrait complete. No more accidental decapitation,
   thank you very much, CSS. */
@media(max-width:620px){
  .profile-image img{
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:center center !important;
  }

  .profile-image{
    padding:8px;
  }
}

@media(max-width:980px){
  .profile-image img{
    object-position:center center !important;
  }
}
