@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700&display=swap');
:root{--blue:#002fa7;--ink:#17223b;--paper:#fff;--soft:#f5f3ef;--line:#d9dcd8;--max:1480px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;width:100%}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.skip{position:absolute;left:-999px;top:0;z-index:100;background:#fff;padding:12px}.skip:focus{left:12px}.site-header{position:relative;z-index:10;min-height:100px;padding:22px max(4vw,25px);display:flex;align-items:center;justify-content:space-between;gap:34px;background:#fff}.brand{width:225px;min-width:225px;height:64px;border:3px solid var(--blue);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue);letter-spacing:.25em;font-family:Manrope,Arial,sans-serif;font-weight:600;font-size:11px;line-height:1.6;white-space:nowrap}.brand small{font-size:7px;letter-spacing:.33em;font-weight:500}.site-header nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,1.7vw,32px);flex-wrap:wrap}.site-header nav a{font-size:12px;font-weight:600;letter-spacing:.025em;transition:color .2s}.site-header nav a:hover{color:var(--blue)}.menu-toggle{display:none}.hero{position:relative;min-height:min(760px,75vw);display:grid;grid-template-columns:64% 36%;background:var(--soft)}.hero-photo{min-height:620px;overflow:hidden}.hero-photo img{height:100%;object-fit:cover;object-position:55% 50%}.hero-intro{padding:clamp(38px,5.5vw,100px);display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.eyebrow{display:block;color:var(--blue);font-size:11px;letter-spacing:.2em;font-weight:700;text-transform:uppercase}.hero h1,.section h2,.contact h2{font-family:Manrope,Arial,sans-serif;font-weight:300;letter-spacing:-.06em;line-height:1.07}.hero h1{font-size:clamp(45px,5vw,86px);margin:26px 0}.hero h1 em,.section h2 em,.contact h2 em{font-style:normal;color:var(--blue)}.hero-intro p{font-size:16px;line-height:1.7;max-width:340px;color:#555e6d}.text-link{display:inline-flex;gap:20px;align-items:center;border-bottom:1px solid var(--blue);padding:0 0 9px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.02em;margin-top:24px}.text-link span{font-size:19px;line-height:1}.hero-index{position:absolute;bottom:24px;left:4vw;color:#fff;font-size:10px;letter-spacing:.16em;text-shadow:0 1px 9px #0008}.section{max-width:var(--max);margin:auto;padding:clamp(90px,10vw,165px) max(4vw,25px)}.section-heading{max-width:760px;margin:0 0 55px}.section h2{font-size:clamp(42px,5.4vw,82px);margin:20px 0 18px}.section h2 i{font-family:Georgia,serif;font-weight:400;color:var(--blue)}.section-heading p{max-width:540px;color:#5e6570;font-size:17px;line-height:1.75;margin:0}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:55px 30px}.project-card{padding:0;border:0;background:transparent;text-align:left;min-width:0;display:flex;flex-direction:column;align-items:flex-start;color:var(--ink)}.project-card img{height:clamp(240px,31vw,470px);object-fit:cover;background:var(--soft);transition:transform .4s}.project-card:hover img{transform:scale(1.018)}.project-card.large,.project-card.wide{grid-column:1/-1}.project-card.large img{height:clamp(350px,55vw,760px)}.project-card.wide img{height:clamp(300px,42vw,590px)}.card-meta{font-size:10px;color:var(--blue);font-weight:700;letter-spacing:.17em;margin:23px 0 9px}.project-card strong{font-family:Manrope,Arial,sans-serif;font-size:clamp(24px,2.6vw,39px);font-weight:400;letter-spacing:-.04em}.project-card .view{color:var(--blue);font-size:12px;margin-top:9px}.portfolio-note{margin:55px 0 0;color:#777f87;max-width:750px;font-size:12px;line-height:1.6}.archive{border-top:1px solid var(--line);margin-top:80px;padding-top:32px;display:flex;align-items:end;justify-content:space-between;gap:30px}.archive h3{font-family:Manrope,sans-serif;font-weight:400;font-size:30px;letter-spacing:-.04em;margin:13px 0 0}.archive-links{display:flex;gap:18px;flex-wrap:wrap}.archive-links button{background:transparent;border:1px solid var(--blue);color:var(--blue);padding:14px 18px;font-size:12px}.archive-links button:hover{background:var(--blue);color:#fff}.studio{max-width:none;background:var(--soft);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(55px,8vw,145px);padding:0 max(4vw,25px) 0 0}.studio-image{height:750px;max-height:75vw}.studio-image img{height:100%;object-fit:cover;object-position:50% 30%}.studio-copy{max-width:590px;padding:85px 20px 85px 0}.studio-copy p,.styling-text p{font-size:16px;line-height:1.85;color:#535b65}.method-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,9vw,145px)}.method-intro img{height:440px;object-fit:cover}.method-intro p{font-size:20px;line-height:1.55;max-width:450px;margin:30px 0 0}.steps{list-style:none;padding:0;margin:0}.steps li{border-top:1px solid var(--line);padding:25px 0 27px;display:grid;grid-template-columns:60px 1fr}.steps li:last-child{border-bottom:1px solid var(--line)}.steps li>span{color:var(--blue);font-size:11px;margin-top:7px}.steps h3{font-size:22px;font-family:Manrope,sans-serif;font-weight:400;letter-spacing:-.035em;margin:0 0 9px}.steps p{font-size:14px;color:#636b73;line-height:1.7;margin:0}.styling{max-width:none;background:#eaeae6;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.styling-text{max-width:650px;justify-self:end}.styling .lead{font-size:24px;color:var(--ink)}.styling-collage{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:end}.styling-collage img:first-child{height:430px;object-fit:cover}.styling-collage img:last-child{height:310px;object-fit:cover;margin-bottom:-40px}.events-images{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px}.events-images img{height:clamp(290px,37vw,520px);object-fit:cover}.events-bottom{display:flex;align-items:end;justify-content:space-between;gap:50px}.events-bottom p{font-size:19px;line-height:1.65;max-width:670px;margin:35px 0 0}.press{border-top:1px solid var(--line)}.press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.press-grid img{height:clamp(280px,30vw,410px);object-fit:cover;object-position:center top;background:#eee;margin-bottom:28px}.press-grid article:nth-child(2) img{object-position:center center}.press-grid h3{font-size:23px;font-weight:500;letter-spacing:-.025em;margin:12px 0 8px}.press-grid p{font-size:14px;color:#646b72;line-height:1.7;margin:0;max-width:350px}.contact{background:var(--blue);color:#fff;padding:clamp(90px,10vw,170px) max(4vw,25px);text-align:center}.contact .eyebrow{color:#becdf7}.contact h2{font-size:clamp(47px,6.2vw,92px);margin:24px 0}.contact h2 em{color:#d5dff9}.contact p{font-size:16px;color:#d6dffd}.contact-mail{display:inline-block;font-size:clamp(20px,2.5vw,38px);margin-top:28px;border-bottom:1px solid #fff;padding-bottom:12px}.contact-social{display:flex;justify-content:center;gap:60px;margin-top:75px;font-size:12px;letter-spacing:.05em}footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:30px max(4vw,25px);font-size:10px;letter-spacing:.13em;color:#5d6680}.gallery{border:0;padding:0;width:min(1120px,96vw);max-width:none;max-height:95vh;background:#fff;color:var(--ink);box-shadow:0 15px 90px #0005}.gallery::backdrop{background:#111a29de}.gallery-close{position:absolute;right:15px;top:11px;z-index:2;border:0;background:#fff;width:39px;height:39px;color:var(--blue);font-size:30px;line-height:1}.gallery-image-wrap{height:min(69vh,720px);display:flex;align-items:center;justify-content:center;background:#f0f0ed;position:relative}.gallery-image-wrap img{max-width:100%;max-height:100%;height:100%;object-fit:contain}.gallery-prev,.gallery-next{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:50px;background:#ffffffe6;border:0;color:var(--blue);font-size:27px}.gallery-prev{left:0}.gallery-next{right:0}.gallery-caption{padding:24px 30px 27px;display:flex;justify-content:space-between;align-items:end;gap:20px}.gallery-caption h2{font-family:Manrope,sans-serif;font-size:25px;font-weight:400;margin:7px 0 4px}.gallery-caption p{font-size:12px;line-height:1.5;color:#6b7380;margin:0}.gallery-count{font-size:12px;white-space:nowrap}
@media(max-width:1150px){.site-header nav{gap:12px}.site-header nav a{font-size:11px}.brand{width:180px;min-width:180px;font-size:9px}.hero{grid-template-columns:60% 40%}.hero-intro{padding:40px}.hero h1{font-size:clamp(40px,5vw,65px)}}
@media(max-width:820px){.site-header{min-height:82px;padding:12px 5%}.brand{width:180px;height:57px}.menu-toggle{display:flex;width:42px;height:42px;padding:9px 5px;background:transparent;border:0;flex-direction:column;align-items:center;justify-content:center;gap:7px}.menu-toggle span{width:29px;height:1px;background:var(--blue)}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:20px 5% 27px;box-shadow:0 12px 20px #0002;flex-direction:column;align-items:stretch;gap:0}.site-header nav.open{display:flex}.site-header nav a{padding:12px;border-top:1px solid var(--line);font-size:14px}.hero{grid-template-columns:1fr}.hero-photo{height:62vh;min-height:370px}.hero-intro{padding:50px 5% 60px}.hero h1{font-size:clamp(52px,10vw,75px)}.hero-index{top:calc(62vh - 34px);bottom:auto;left:5%}.section{padding:85px 5%}.section h2{font-size:clamp(42px,7vw,65px)}.project-grid{gap:42px 18px}.studio{padding:0;display:block}.studio-image{height:60vw;max-height:none}.studio-copy{padding:80px 5%}.method-layout{gap:35px}.method-intro img{height:320px}.styling{gap:40px}.styling-collage img:first-child{height:330px}.styling-collage img:last-child{height:250px;margin:0}.events-images img{height:300px}.press-grid{gap:14px}.press-grid img{height:270px}}
@media(max-width:620px){.hero-photo{height:55vh;min-height:330px}.hero-index{top:calc(55vh - 34px)}.hero-intro{padding:48px 6% 65px}.hero h1{margin:19px 0}.section{padding:75px 6%}.section-heading{margin-bottom:32px}.section-heading p{font-size:15px}.project-grid{display:block}.project-card{margin-bottom:38px}.project-card img,.project-card.large img,.project-card.wide img{height:auto;aspect-ratio:4/3;object-fit:cover}.project-card.large img{aspect-ratio:1.12}.project-card strong{font-size:27px}.portfolio-note{margin-top:18px}.archive{margin-top:55px;display:block}.archive-links{margin-top:25px}.studio-image{height:95vw}.studio-copy{padding:70px 6%}.method-layout,.styling{display:block}.method-intro img{height:auto;aspect-ratio:4/3}.method-intro p{font-size:18px;margin:20px 0 35px}.styling-collage{margin-top:45px}.styling-collage img:first-child{height:260px}.styling-collage img:last-child{height:200px}.events-images{grid-template-columns:1fr 1fr;gap:9px}.events-images img{height:220px}.events-images img:first-child{grid-column:1/-1;height:320px}.events-bottom{display:block}.events-bottom p{font-size:17px}.press-grid{grid-template-columns:1fr;gap:43px}.press-grid img{height:auto;max-height:490px;object-fit:cover;aspect-ratio:1.25}.contact{padding:85px 6%}.contact-social{gap:25px;margin-top:55px}footer{flex-wrap:wrap;padding:25px 6%;font-size:9px}footer span:last-child{width:100%}.gallery{width:100vw;max-height:100dvh}.gallery-image-wrap{height:min(70vh,650px)}.gallery-caption{padding:19px}.gallery-caption h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Azul Klein de la tarjeta: tipografía en toda la web. */
:root{--ink:var(--blue);--line:#b5c2e4}
body{color:var(--blue)}
.site-header nav a,.hero-intro p,.section-heading p,.project-card,.portfolio-note,.studio-copy p,.styling-text p,.styling .lead,.method-intro p,.steps p,.events-bottom p,.press-grid p,.gallery-caption p,footer{color:var(--blue)}
.hero-index{color:var(--blue);background:#fff;padding:9px 12px;text-shadow:none}
.contact{background:#fff;color:var(--blue);border-top:1px solid var(--blue)}
.contact .eyebrow,.contact h2 em,.contact p,.contact-mail,.contact-social{color:var(--blue)}
.contact-mail{border-bottom-color:var(--blue)}
.archive-links button:hover{background:#fff;color:var(--blue);box-shadow:inset 0 0 0 2px var(--blue)}

/* Nombre principal de mayor tamaño; el marco azul queda solo en el logotipo. */
.brand{width:420px;min-width:420px;height:106px;font-size:21px;letter-spacing:.18em;line-height:1.45;border-width:3px}
.brand small{font-size:11px;letter-spacing:.3em}
@media(max-width:820px){.brand{width:64vw;min-width:0;max-width:280px;height:80px;font-size:clamp(14px,4.3vw,18px);letter-spacing:.14em}.brand small{font-size:9px;letter-spacing:.2em}}
/* Logotipo exactamente centrado y navegación en una línea aparte. */
.site-header{flex-direction:column;justify-content:center;gap:19px;padding-top:24px;padding-bottom:20px}
.site-header nav{width:100%;justify-content:center}
@media(max-width:820px){
  .site-header{flex-direction:row;justify-content:center;min-height:86px;padding:14px 5%}
  .menu-toggle{position:absolute;right:5%;top:50%;transform:translateY(-50%)}
  .site-header nav{width:auto;justify-content:flex-start}
}
.project-authorship{max-width:810px;margin:0 0 52px;padding:15px 0;font-size:18px;line-height:1.65;color:var(--blue)}
.project-authorship strong{font-weight:700}
@media(max-width:620px){.project-authorship{margin-bottom:35px;font-size:16px}}
.studio-image img{object-position:50% 25%}
.method-images{display:grid;grid-template-columns:1.35fr .85fr;gap:12px}
.method-images img{height:440px;object-fit:cover}
.method-images img:first-child{object-position:50% 30%}
@media(max-width:820px){.method-images img{height:320px}}
@media(max-width:620px){.method-images{gap:8px}.method-images img{height:280px;aspect-ratio:auto}}
.language-switch{position:absolute;right:max(4vw,25px);top:39px;display:flex;align-items:center;gap:10px;color:var(--blue);font-family:Manrope,Arial,sans-serif;font-size:12px;letter-spacing:.08em;font-weight:600}
.language-switch a{opacity:.55}
.language-switch a[aria-current="page"],.language-switch a:hover{opacity:1}
.language-switch a[aria-current="page"]{border-bottom:1px solid currentColor}
.contact-phone{display:block;width:fit-content;margin:20px auto 0;color:var(--blue);font-size:clamp(20px,2.3vw,31px);border-bottom:1px solid currentColor;padding-bottom:8px}
.contact-phone-label{display:block;color:var(--blue);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-top:34px}
.contact-phone{margin-top:8px}
@media(max-width:820px){.language-switch{left:5%;right:auto;top:50%;transform:translateY(-50%);font-size:11px;gap:7px}}

/* Keep the subject visible while excluding phone controls and embedded black bars. */
.method-photo-crop,.styling-photo-crop{position:relative;overflow:hidden;min-width:0}
.method-photo-crop{height:440px}
.method-photo-crop img{position:absolute;left:50%;top:50%;width:auto;height:390%;max-width:none;transform:translate(-50%,-50%);object-fit:unset}
.styling-photo-crop{height:430px}
.styling-photo-crop img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:820px){.method-photo-crop{height:320px}.styling-photo-crop{height:330px}}
@media(max-width:620px){.method-photo-crop{height:280px}.styling-photo-crop{height:260px}}


@media(min-width:621px){.events-images img:nth-child(n+4){height:clamp(430px,55vw,760px)}}
@media(max-width:620px){.events-images img:nth-child(4){grid-column:1/-1;height:320px}.events-images img:nth-child(5),.events-images img:nth-child(6){height:300px}}
