:root{
  --ink:#14170F;
  --ink-soft:#1D2117;
  --paper:#F6F4EE;
  --paper-dim:#ECE8DD;
  --stone:#8B8672;
  --line:#DAD5C6;
  --ember:#C2793A;
  --ember-deep:#9C5C28;
  --white:#FFFFFF;
  --e-out:cubic-bezier(.16,1,.3,1);
  --e-io:cubic-bezier(.65,0,.35,1);
  --gut:clamp(1.25rem,4vw,4rem);
  --radius:20px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Montserrat',sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  padding-top:76px;
}
h1,h2,h3{font-family:'Montserrat',sans-serif;font-weight:700;line-height:1.12;letter-spacing:-.015em}
p{color:var(--stone)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
.wrap{max-width:1400px;margin:0 auto;padding:0 var(--gut)}
section{padding:clamp(64px,9vw,128px) 0;position:relative}

/* ---------- buttons: one shape system, pill for every interactive control ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:15px 34px;border-radius:100px;white-space:nowrap;
  font-size:.92rem;font-weight:600;letter-spacing:.01em;
  transition:background .3s var(--e-out),color .3s var(--e-out),border-color .3s var(--e-out);
}
.btn-ember{background:var(--ember);color:var(--white)}
.btn-ember:hover{background:var(--ember-deep)}
.btn-ink{background:var(--ink);color:var(--paper)}
.btn-ink:hover{background:var(--ink-soft)}
.btn-outline{border:1.5px solid rgba(255,255,255,.8);color:#fff;background:rgba(255,255,255,.06)}
.btn-outline:hover{background:rgba(255,255,255,.16)}
.btn-outline-ink{border:1.5px solid var(--ink);color:var(--ink)}
.btn-outline-ink:hover{background:var(--ink);color:var(--paper)}

/* ---------- nav: fixed, solid, one line, no blur ---------- */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:76px;display:flex;align-items:center;background:var(--paper);border-bottom:1px solid var(--line)}
.nav-inner{max-width:1400px;margin:0 auto;padding:0 var(--gut);width:100%;display:flex;align-items:center;justify-content:space-between}
.nav-logo img{height:20px;width:auto}
.nav-links{display:flex;align-items:center;gap:36px}
.nav-links a{font-size:.86rem;font-weight:600;color:var(--ink);opacity:.7;transition:opacity .2s}
.nav-links a:hover,.nav-links a.active{opacity:1}
.nav-right{display:flex;align-items:center;gap:20px}
.lang-toggle{display:flex;gap:2px;background:var(--paper-dim);border-radius:100px;padding:3px}
.lang-toggle button{padding:5px 12px;border-radius:100px;font-size:.7rem;font-weight:700;letter-spacing:.03em;color:var(--stone)}
.lang-toggle button.active{background:var(--ink);color:var(--paper)}
.burger{display:none;flex-direction:column;gap:5px;width:24px;padding:6px 0}
.burger span{display:block;height:2px;width:100%;background:var(--ink);transition:transform .3s var(--e-io),opacity .3s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:90;background:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;opacity:0;pointer-events:none;transition:opacity .4s var(--e-io)}
.mobile-menu.open{opacity:1;pointer-events:auto}
.mobile-menu a{font-weight:700;font-size:1.6rem;color:var(--paper)}
@media (max-width:900px){ .nav-links{display:none} .burger{display:flex} }

/* ---------- hero: full-bleed photo, plain white text directly on the image, no overlay ---------- */
.hero{position:relative;overflow:hidden;color:#fff;min-height:100svh;display:flex;padding:0;margin-top:-76px}
.hero-media{position:absolute;inset:0;overflow:hidden;background:var(--ink)}
.hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.hero .scrim{display:none}
.hero-inner{position:relative;z-index:1;width:100%;display:flex;padding:clamp(28px,5vw,56px) 0}
.hero.align-top .hero-inner{padding-top:clamp(120px,16vw,168px)}
.hero.align-top{align-items:flex-start}
.hero.align-bottom{align-items:flex-end}
.hero.align-center{align-items:center}
.hero-inner .wrap{width:100%}
.hero-col{max-width:32rem}
.hero-col.pos-right{margin-left:auto}
.hero-col.pos-center{margin:0 auto;text-align:center}
.hero-col h1{color:#fff;font-size:clamp(2.1rem,4.4vw,3.6rem)}
.hero-col .sub{color:#fff;font-size:1.04rem;max-width:38ch;margin:18px 0 30px}
.hero-col.pos-center .sub{margin-left:auto;margin-right:auto}
.hero-col .powered-by{display:flex;align-items:center;gap:10px;margin-top:30px;opacity:.85}
.hero-col .powered-by span{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}
.hero-col .powered-by img{height:15px;filter:brightness(0) invert(1)}
@media (max-width:900px){
  .hero-col{max-width:100%}
}
@media (max-width:700px){
  .hero,.photo-band{position:relative;min-height:0;height:78vw;max-height:310px;display:block;padding:0;margin-top:0;overflow:hidden}
  .hero-media,.photo-band-media{position:absolute;inset:0}
  .hero-inner,.photo-band-inner{position:absolute;inset:0;z-index:1;display:flex;align-items:center;padding:0 var(--gut)}
  .hero.align-top .hero-inner{align-items:center;padding-top:0}
  .hero-inner .wrap,.photo-band-inner .wrap{width:100%}
  .hero-col,.hero-col.pos-right,.hero-col.pos-center,.photo-band-copy{max-width:100%;margin:0 auto;text-align:center}
  .hero-col .sub,.hero-col.pos-center .sub,.photo-band-copy p{margin-left:auto;margin-right:auto}
  .hero-col h1{font-size:clamp(1.2rem,5.6vw,1.6rem);line-height:1.18}
  .hero-col .sub{font-size:.72rem;line-height:1.4;max-width:28ch;margin:8px auto 14px}
  .hero-col .btn{padding:10px 22px;font-size:.85rem}
  .hero-col .powered-by{justify-content:center;margin-top:8px}
  .hero-col .powered-by span{font-size:.58rem}
  .hero-col .powered-by img{height:12px}
  .photo-band-copy{margin-left:auto;margin-right:auto}
  .photo-band-copy h2{font-size:clamp(1.2rem,5.6vw,1.6rem)}
  .photo-band-copy p{font-size:.72rem;line-height:1.4;margin-bottom:12px}
  .photo-band-copy .btn{padding:10px 22px;font-size:.85rem}
}

/* ---------- bento: asymmetric, real photography, no equal cards ---------- */
.bento{display:grid;grid-template-columns:1.3fr 1fr;grid-template-rows:auto auto;gap:20px;margin-top:0}
.bento-feature{grid-row:span 2;position:relative;border-radius:var(--radius);overflow:hidden;min-height:420px}
.bento-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bento-feature .tag{position:relative;z-index:1;padding:clamp(28px,4vw,44px);height:100%;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.bento-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,23,15,0) 45%,rgba(20,23,15,.78) 100%)}
.bento-feature .tag{position:absolute;bottom:0;left:0;right:0;padding:clamp(24px,3.6vw,40px)}
.bento-feature h3{color:#fff;font-size:1.3rem;margin-bottom:8px}
.bento-feature p{color:rgba(255,255,255,.82);font-size:.94rem;max-width:32ch}
.bento-card{background:var(--paper-dim);border-radius:var(--radius);padding:clamp(26px,3.2vw,36px);display:flex;flex-direction:column;justify-content:center}
.bento-card h3{font-size:1.15rem;margin-bottom:10px}
.bento-card p{font-size:.92rem}
@media (max-width:860px){
  .bento{grid-template-columns:1fr;grid-template-rows:none}
  .bento-feature{grid-row:auto;min-height:340px}
}

/* ---------- full-bleed photo band: plain white text directly on the image, no overlay ---------- */
.photo-band{position:relative;overflow:hidden;min-height:100svh;display:flex;padding:0;color:#fff}
.photo-band-media{position:absolute;inset:0;overflow:hidden;background:var(--ink)}
.photo-band-media img{width:100%;height:100%;object-fit:cover;display:block}
.photo-band .scrim{display:none}
.photo-band-inner{position:relative;z-index:1;width:100%;display:flex;align-items:center}
.photo-band-copy{max-width:28rem;margin-left:auto;text-align:left}
.photo-band-copy h2{color:#fff;font-size:clamp(1.8rem,3.4vw,2.7rem);margin-bottom:18px}
.photo-band-copy p{color:#fff;margin-bottom:28px;font-size:1.05rem}

/* ---------- editorial statement: type is the whole visual ---------- */
.statement{background:var(--ink);color:var(--paper);text-align:left}
.statement .wrap{max-width:1000px}
.statement .eyebrow-free{font-size:clamp(1.6rem,4vw,3rem);font-weight:700;line-height:1.22;letter-spacing:-.01em}
.statement .eyebrow-free em{color:var(--ember);font-style:normal}
.statement .credit{margin-top:28px;color:rgba(246,244,238,.55);font-size:.9rem}

/* ---------- photo collage ---------- */
.collage{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:18px;height:560px}
.collage figure{border-radius:var(--radius);overflow:hidden;height:100%}
.collage .c1{grid-column:1;grid-row:1 / span 2}
.collage .c2{grid-column:2;grid-row:1}
.collage .c3{grid-column:2;grid-row:2}
.collage img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
@media (max-width:860px){
  .collage{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px;height:auto}
  .collage .c1{grid-column:1 / span 2;grid-row:1}
  .collage .c2{grid-column:1;grid-row:2}
  .collage .c3{grid-column:2;grid-row:2}
}

/* ---------- intro block (used sparingly, left-aligned not centered) ---------- */
.intro{max-width:640px}
.intro h2{font-size:clamp(1.7rem,3vw,2.4rem);margin-bottom:16px}
.intro p{font-size:1.02rem}

/* ---------- experiences: alternating statement rows (max 2 in a row) ---------- */
.pillar-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,80px);align-items:center;padding:clamp(48px,7vw,88px) 0;border-bottom:1px solid var(--line)}
.pillar-row:last-child{border-bottom:none}
.pillar-row.flip .pillar-text{order:2}
.pillar-row.flip .pillar-media{order:1}
.pillar-media{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}
.pillar-media img{width:100%;height:100%;object-fit:cover}
.pillar-text h3{font-size:1.6rem;margin-bottom:14px}
.pillar-text p{font-size:1rem;max-width:46ch}
@media (max-width:860px){
  .pillar-row,.pillar-row.flip{grid-template-columns:1fr}
  .pillar-row.flip .pillar-text{order:1}
  .pillar-row.flip .pillar-media{order:2}
}

/* ---------- location / map ---------- */
.location-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.location-copy h2{font-size:clamp(1.6rem,2.8vw,2.2rem);margin-bottom:16px}
.location-copy p{margin-bottom:24px}
.location-tag{display:inline-flex;flex-direction:column;gap:3px;border-left:2px solid var(--ember);padding-left:16px}
.location-tag .next-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);font-weight:700}
.location-tag .place{font-weight:700;font-size:1.15rem}
.map-embed{border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1}
.map-embed iframe{width:100%;height:100%;border:0;display:block;filter:grayscale(.25) contrast(1.05)}
@media (max-width:860px){ .location-split{grid-template-columns:1fr} }

/* ---------- gallery masonry ---------- */
.gallery-grid{column-count:4;column-gap:16px}
.gallery-grid figure{break-inside:avoid;margin-bottom:16px;border-radius:var(--radius);overflow:hidden;min-height:220px;background:var(--paper-dim)}
.gallery-grid img{width:100%;height:auto;display:block;transition:transform .5s var(--e-out)}
@media (max-width:860px){ .gallery-grid{column-count:2} }

/* ---------- apply: presence line + form ---------- */
.presence{background:var(--paper-dim);text-align:left}
.presence h3{font-size:clamp(1.3rem,2.2vw,1.7rem);margin-bottom:8px}
.presence p{font-size:1rem}

#form{scroll-margin-top:76px}
.form-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,72px);align-items:start;max-width:1200px;margin:0 auto}
.form-copy h2{font-size:clamp(1.7rem,3vw,2.3rem);margin-bottom:16px}
.form-copy p{margin-bottom:0;max-width:40ch}
.field{margin-bottom:20px}
.field label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.02em;margin-bottom:8px;color:var(--ink)}
.field input,.field textarea{
  width:100%;padding:14px 16px;border:1.5px solid var(--line);border-radius:var(--radius);
  background:var(--white);font-family:inherit;font-size:.96rem;color:var(--ink);
  transition:border-color .2s;
}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--ember)}
.field textarea{min-height:110px;resize:vertical}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-submit{width:100%;padding:16px;margin-top:4px}
.form-submit:disabled{opacity:.6;cursor:not-allowed}
.form-status{margin-top:14px;font-size:.9rem;min-height:1.3em}
.form-status.success{color:#3E6B33}
.form-status.error{color:#A33227}

/* ---------- footer ---------- */
.foot{background:var(--ink);color:var(--paper);padding:64px 0 28px}
.foot-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(246,244,238,.14)}
.foot-brand img{height:18px;filter:brightness(0) invert(1);margin-bottom:14px}
.foot-brand .tagline{font-weight:600;font-size:.98rem;color:var(--paper)}
.foot-brand .tagline-es{color:rgba(246,244,238,.5);font-size:.86rem;font-style:italic;margin-top:6px;max-width:32ch}
.foot-col h4{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ember);font-weight:700;margin-bottom:14px}
.foot-col a{display:block;color:rgba(246,244,238,.82);font-size:.95rem;margin-bottom:8px}
.foot-col a:hover{color:var(--paper)}
.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:24px;font-size:.8rem;color:rgba(246,244,238,.45)}

/* ---------- reveal on scroll: motivated, one-time, cheap ---------- */
.reveal{opacity:0;transform:translateY(32px) scale(.98);transition:opacity .8s var(--e-out),transform .8s var(--e-out)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){ .reveal{opacity:1;transform:none;transition:none} }
