:root {
  --ink: #f2f0eb;
  --paper: #070708;
  --white: #fff;
  --muted: #aaa7a0;
  --line: rgba(255, 255, 255, .15);
  --line-strong: rgba(255, 255, 255, .38);
  --accent: #c6a365;
  --accent-dark: #a98248;
  --shell: min(1240px, calc(100vw - 64px));
  --font: "Bahnschrift", "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 40px 40px; background-attachment: fixed; font-family: var(--font); -webkit-font-smoothing: antialiased; }
[id] { scroll-margin-top: 92px; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 10px 32px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, height .25s; }
.site-header.scrolled { height: 68px; border-color: var(--line); background: rgba(7, 7, 8, .94); backdrop-filter: blur(14px); }
.brand { display: block; width: 72px; height: 62px; overflow: hidden; background: var(--white); }
.brand img { width: 100%; height: 100%; padding: 3px; object-fit: contain; object-position: center; }
.main-navigation { display: flex; align-items: center; gap: 34px; }
.main-navigation a { position: relative; color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.main-navigation a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-navigation a:hover::after, .main-navigation a.active::after { transform: scaleX(1); transform-origin: left; }
.site-header:not(.scrolled) .main-navigation a { color: var(--white); }
.site-header:not(.scrolled) .main-navigation a::after { background: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
.section-code { margin: 0 0 30px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 0 19px; border: 1px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: color .2s, background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #080808; background: var(--accent); }
.button-primary:hover { background: var(--accent-dark); }
.button-quiet { background: transparent; }
.button-quiet:hover { color: #080808; background: var(--ink); }

.photo-hero { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 100svh; padding-top: 82px; color: var(--white); background: #000; }
.photo-hero-frame { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); width: var(--shell); min-height: 0; margin-inline: auto; overflow: hidden; }
.hero-quote { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px,6vw,90px) clamp(10px,4vw,55px); }
.hero-quote p { max-width: 620px; margin: 0 0 34px; font: 400 clamp(40px,4.65vw,68px)/1.05 var(--display); letter-spacing: -.04em; }
.hero-quote strong { color: var(--accent); font-weight: 400; }
.hero-identity { display: flex; gap: 20px; align-items: center; }
.hero-identity > img { width: 142px; height: 142px; padding: 4px; object-fit: contain; filter: brightness(0) invert(1); }
.hero-identity > div { display: grid; gap: 8px; padding-left: 18px; border-left: 1px solid rgba(198,163,101,.65); }
.hero-identity span { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.hero-identity small { color: var(--muted); font-size: 9px; letter-spacing: .09em; }
.hero-portrait { position: relative; display: flex; min-width: 0; min-height: 0; align-items: end; justify-content: center; overflow: hidden; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: scale(1.65); transform-origin: 50% 8%; }
.photo-hero-footer { display: flex; justify-content: space-between; gap: 30px; align-items: center; min-height: 68px; padding: 15px max(32px, calc((100vw - 1240px) / 2)); border-top: 1px solid rgba(198,163,101,.5); }
.photo-hero-footer p { margin: 0; color: #aaa9a1; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.photo-hero-footer > div { display: flex; gap: 28px; }
.photo-hero-footer a { display: inline-flex; gap: 16px; align-items: center; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.photo-hero-footer a:hover { color: var(--accent); }

.statement { padding-block: 140px; border-top: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: start; }
.statement h2 { max-width: 780px; margin: 0; font: 400 clamp(42px, 5vw, 72px)/1.07 var(--display); letter-spacing: -.04em; }
.statement-copy { padding-top: 10px; }
.statement-copy p { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.statement-copy strong { color: var(--ink); }

.services { padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 420px); gap: 60px; align-items: end; margin-bottom: 62px; }
.section-heading .section-code { margin-bottom: 22px; }
.section-heading h2 { margin: 0; font: 400 clamp(46px, 5.2vw, 72px)/1 var(--display); letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-list { border-top: 1px solid rgba(198,163,101,.65); }
.service-item { display: grid; grid-template-columns: 70px 1fr 46px; gap: 24px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-item:hover { padding-inline: 18px; background: rgba(255,255,255,.045); }
.service-number { align-self: start; padding-top: 31px; color: var(--accent); font: 750 11px/1 var(--font); }
.service-item > div { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 50px; align-items: center; }
.service-item h3 { margin: 0; font-size: clamp(23px, 2.2vw, 34px); letter-spacing: -.035em; }
.service-item p { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 14px; }

.method { color: var(--white); border-block: 1px solid var(--line); background: #0d0d0e; }
.method-inner { padding-block: 130px; }
.section-heading.light .section-code, .section-heading.light > p { color: #aaa9a1; }
.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.45); list-style: none; }
.method-steps li { min-height: 300px; padding: 22px 24px 30px; border-right: 1px solid rgba(255,255,255,.25); }
.method-steps li:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.method-steps li > span { color: var(--accent); font: 800 11px/1 var(--font); }
.method-steps div { margin-top: 115px; }
.method-steps h3 { margin: 0 0 14px; font-size: 27px; letter-spacing: -.035em; }
.method-steps p { margin: 0; color: #bdbcb5; font-size: 13px; line-height: 1.65; }

.profile { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; padding-block: 140px; }
.profile-image { align-self: center; overflow: hidden; border: 1px solid rgba(198,163,101,.55); background: #000; }
.profile-image img { width: 100%; max-height: 680px; object-fit: contain; object-position: center bottom; }
.profile-copy { align-self: center; padding-left: clamp(50px, 8vw, 130px); }
.profile-copy h2 { max-width: 530px; margin: 0 0 28px; font: 400 clamp(43px, 4.8vw, 66px)/1.03 var(--display); letter-spacing: -.045em; }
.profile-copy > p:not(.section-code) { max-width: 540px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.profile-data { margin: 45px 0 0; border-top: 1px solid rgba(198,163,101,.65); }
.profile-data div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.profile-data dt { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-data dd { margin: 0; font-size: 13px; font-weight: 700; }

.contact { padding-block: 130px; border-top: 1px solid rgba(198,163,101,.5); background: #101011; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12vw; }
.contact-copy h2 { max-width: 560px; margin: 0; font: 400 clamp(53px, 6vw, 86px)/.96 var(--display); letter-spacing: -.055em; }
.contact-copy > p:not(.section-code) { max-width: 440px; margin: 30px 0 0; font-size: 17px; line-height: 1.6; }
.contact-status { display: flex; gap: 10px; align-items: center; margin-top: 45px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.contact-status span { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(198,163,101,.12); }
.contact-form { display: grid; gap: 24px; align-content: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; outline: none; color: var(--ink); background: transparent; }
.contact-form select option { color: #111; background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-width: 2px; }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: max-content; margin-top: 10px; color: #080808; background: var(--accent); cursor: pointer; }
.contact-form .button:hover { color: #080808; background: #ddc28e; }
.form-note { margin: -10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-note.success { font-weight: 800; }

.site-footer { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding: 70px max(32px, calc((100vw - 1240px) / 2)) 35px; border-top: 1px solid var(--line); color: var(--white); background: #030303; }
.footer-brand strong { font-size: clamp(54px, 7vw, 100px); letter-spacing: -.09em; line-height: .8; }
.footer-brand strong span { color: var(--accent); }
.footer-brand p, .footer-meta { color: #aaa9a1; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand p { margin: 20px 0 0; }
.footer-meta { text-align: right; }
.footer-meta a { color: var(--white); text-decoration: none; }
.footer-meta p { margin: 18px 0 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Estructura multipágina */
.subpage .site-header { border-color: var(--line); background: rgba(7,7,8,.96); backdrop-filter: blur(14px); }
.page-main { padding-top: 82px; }
.page-hero { padding-block: clamp(100px,12vw,170px) clamp(80px,9vw,125px); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1080px; margin: 0; font: 400 clamp(58px,8vw,112px)/.94 var(--display); letter-spacing: -.06em; }
.page-lead { max-width: 620px; margin: 38px 0 0 auto; color: var(--muted); font-size: 17px; line-height: 1.7; }

.home-directory { padding-block: 130px; }
.directory-heading { display: grid; grid-template-columns: 1fr minmax(280px,420px); gap: 60px; align-items: end; margin-bottom: 60px; }
.directory-heading .section-code { grid-column: 1 / -1; margin-bottom: 0; }
.directory-heading h2 { margin: 0; font: 400 clamp(48px,5.5vw,76px)/1 var(--display); letter-spacing: -.045em; }
.directory-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.directory-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.directory-card { position: relative; display: flex; min-height: 260px; flex-direction: column; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s, transform .2s; }
.directory-card:hover { background: rgba(255,255,255,.045); transform: translateY(-3px); }
.directory-card > span { color: var(--accent); font-size: 10px; font-weight: 800; }
.directory-card h3 { margin: auto 0 12px; font-size: 31px; letter-spacing: -.035em; }
.directory-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.directory-card i { position: absolute; top: 20px; right: 22px; color: var(--accent); font-style: normal; }

.studio-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; padding-block: 125px; }
.studio-text h2 { max-width: 720px; margin: 0 0 45px; font: 400 clamp(46px,5vw,72px)/1.04 var(--display); letter-spacing: -.045em; }
.studio-text p { max-width: 690px; margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.studio-text strong { color: var(--ink); }
.official-brand-panel { display: grid; min-height: 530px; padding: 38px; border: 1px solid rgba(198,163,101,.6); background: #fff; place-items: center; }
.official-brand-panel img { width: min(100%,460px); }
.official-brand-panel p { align-self: end; margin: 0; color: #444; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.credentials { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 120px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credentials div { min-height: 145px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials span { display: block; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.credentials strong { display: block; margin-top: 52px; font-size: 13px; }

.page-services { padding-block: 100px 130px; }
.page-method { padding-block: 120px; border-block: 1px solid var(--line); background: #0d0d0e; }
.collaborators { padding-block: 105px 130px; }
.collaborator-intro { display: grid; grid-template-columns: 1fr 360px; gap: 10vw; margin-bottom: 75px; }
.collaborator-intro p { max-width: 760px; margin: 0; font: 400 clamp(28px,3vw,42px)/1.25 var(--display); }
.collaborator-intro span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.collaborator-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.collaborator-card { min-height: 300px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collaborator-card > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.collaborator-card h2 { margin: 105px 0 18px; font-size: 30px; letter-spacing: -.04em; }
.collaborator-card p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.page-next { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding-block: 42px 100px; border-top: 1px solid var(--line); }
.page-next p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-next a { font: 400 clamp(27px,3vw,42px)/1 var(--display); text-decoration: none; }
.page-next a span { margin-left: 18px; color: var(--accent); }
.contact-page .page-hero { border-bottom: 0; }
.contact-on-page { border-top: 1px solid var(--line); }
.compact-footer { padding-top: 48px; }
.compact-footer .footer-brand strong { font-size: 54px; }
.footer-logo { width: 92px; height: 92px; padding: 4px; object-fit: contain; background: #fff; }

/* Perfil profesional */
.professional-hero h1 { max-width: 1160px; }
.professional-title { margin: 36px 0 0; color: var(--accent); font-size: clamp(17px,2vw,25px); font-weight: 700; letter-spacing: .015em; }
.professional-title span { margin-inline: 8px; color: var(--muted); }
.professional-hero .page-lead { max-width: 760px; }
.about-professional { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8vw; padding-block: 125px; }
.about-copy h2 { max-width: 750px; margin: 0 0 42px; font: 400 clamp(46px,5vw,72px)/1.04 var(--display); letter-spacing: -.045em; }
.about-copy > p:not(.section-code) { max-width: 720px; margin: 0 0 21px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.professional-brand { min-height: 560px; background: #050505; }
.professional-brand img { filter: brightness(0) invert(1); }
.professional-brand p { color: var(--muted); }
.career-section { padding-block: 125px; border-block: 1px solid var(--line); background: #0d0d0e; }
.content-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,430px); gap: 70px; align-items: end; margin-bottom: 72px; }
.content-heading .section-code { grid-column: 1 / -1; margin-bottom: 0; }
.content-heading h2 { max-width: 840px; margin: 0; font: 400 clamp(46px,5.2vw,76px)/1 var(--display); letter-spacing: -.05em; }
.content-heading > p:last-child:not(.section-code) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.compact-heading { grid-template-columns: 1fr; }
.career-timeline { border-top: 1px solid var(--line-strong); }
.career-item { display: grid; grid-template-columns: 220px minmax(0,1fr) 36px; gap: 45px; min-height: 165px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.career-item time { color: var(--accent); font: 800 9px/1.5 var(--font); letter-spacing: .08em; text-transform: uppercase; }
.career-item h3 { margin: 0 0 10px; font-size: clamp(24px,2.5vw,36px); letter-spacing: -.035em; }
.career-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.career-item > span { justify-self: end; color: #4f4f4c; font-size: 12px; font-weight: 800; }
.specialized-experience { padding-block: 120px; }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.experience-card { display: flex; min-height: 310px; flex-direction: column; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-card > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.experience-card h3 { margin: auto 0 18px; font-size: 27px; letter-spacing: -.035em; }
.experience-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.formation-section { padding-block: 120px; border-block: 1px solid var(--line); background: #101011; }
.education-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.education-card { min-height: 260px; padding: 22px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.education-card span { color: var(--accent); font-size: 9px; font-weight: 800; }
.education-card h3 { max-width: 360px; margin: 80px 0 18px; font-size: 26px; line-height: 1.15; letter-spacing: -.03em; }
.education-card p { margin: 0; color: var(--muted); font-size: 12px; }
.competencies-section { padding-block: 120px; }
.competencies-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.competency-group { padding: 34px; background: var(--paper); }
.competency-group h3 { margin: 0 0 35px; color: var(--accent); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.competency-group ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.competency-group li { padding: 10px 13px; border: 1px solid var(--line); color: #c3c2bc; font-size: 12px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header { padding-inline: 20px; }
  .photo-hero-footer { padding-inline: 20px; }
  .statement, .profile { padding-block: 100px; }
  .statement-grid, .section-heading, .profile, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-item > div { grid-template-columns: 1fr; gap: 12px; }
  .method-steps { grid-template-columns: repeat(2, 1fr); }
  .method-steps li { border-bottom: 1px solid rgba(255,255,255,.25); }
  .method-steps div { margin-top: 75px; }
  .profile-copy { padding-left: 0; }
  .main-navigation { gap: 19px; }
  .main-navigation a { font-size: 9px; }
  .directory-grid, .collaborator-grid { grid-template-columns: repeat(2,1fr); }
  .studio-detail { grid-template-columns: 1fr; }
  .official-brand-panel { min-height: 440px; }
  .credentials { grid-template-columns: repeat(2,1fr); }
  .collaborator-intro { grid-template-columns: 1fr; gap: 35px; }
  .about-professional { grid-template-columns: 1fr; }
  .professional-brand { min-height: 450px; }
  .content-heading { grid-template-columns: 1fr; gap: 28px; }
  .content-heading .section-code { grid-column: auto; }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 70px; padding-inline: 15px; }
  .brand { width: 62px; height: 52px; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-navigation { position: fixed; z-index: 2; inset: 0; display: grid; width: 100vw; height: 100svh; align-content: center; gap: 0; overflow-y: auto; padding: 100px 25px 35px; background: #0b0b0c; transform: translateX(100%); transition: transform .28s ease; }
  .main-navigation.open { transform: none; }
  .site-header:not(.scrolled) .menu-toggle > span:not(.sr-only) { background: var(--white); }
  .site-header:not(.scrolled) .main-navigation.open a { color: var(--white); }
  .main-navigation a { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--white); font-size: 28px; letter-spacing: -.03em; text-transform: none; }
  .main-navigation a::after { display: none; }
  .photo-hero { min-height: 100svh; padding-top: 70px; }
  .photo-hero-frame { grid-template-columns: 1fr; width: 100%; }
  .hero-quote { min-height: 470px; padding: 55px 24px 35px; }
  .hero-quote p { font-size: clamp(37px,10.5vw,49px); }
  .hero-identity > img { width: 116px; height: 116px; }
  .hero-identity > div { padding-left: 12px; }
  .hero-identity span, .hero-identity small { font-size: 8px; }
  .hero-portrait { min-height: 520px; }
  .hero-portrait img { height: 100%; transform: scale(1.75); transform-origin: 50% 7%; }
  .photo-hero-footer { display: grid; gap: 13px; padding: 18px 15px 22px; }
  .photo-hero-footer > div { justify-content: space-between; gap: 16px; }
  .photo-hero-footer a { font-size: 9px; }
  .statement { padding-block: 82px; }
  .statement h2, .section-heading h2, .profile-copy h2 { font-size: 43px; }
  .services { padding-bottom: 95px; }
  .service-item { grid-template-columns: 38px 1fr; gap: 10px; padding-block: 24px; }
  .service-item:hover { padding-inline: 0; }
  .service-number { padding-top: 4px; }
  .service-mark { display: none; }
  .service-item h3 { font-size: 25px; }
  .method-inner, .contact { padding-block: 90px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li { min-height: 235px; border-left: 1px solid rgba(255,255,255,.25); }
  .method-steps div { margin-top: 62px; }
  .profile { padding-block: 88px; }
  .profile-image img { min-height: 200px; }
  .contact-copy h2 { font-size: 54px; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { display: grid; padding: 60px 15px 30px; }
  .footer-meta { text-align: left; }
  .page-main { padding-top: 70px; }
  .page-hero { padding-block: 82px 70px; }
  .page-hero h1 { font-size: 52px; }
  .page-lead { margin-left: 0; font-size: 15px; }
  .home-directory { padding-block: 85px; }
  .directory-heading { grid-template-columns: 1fr; gap: 25px; }
  .directory-heading .section-code { grid-column: auto; }
  .directory-heading h2 { font-size: 46px; }
  .directory-grid, .collaborator-grid, .credentials { grid-template-columns: 1fr; }
  .directory-card { min-height: 230px; }
  .studio-detail { padding-block: 82px; }
  .studio-text h2 { font-size: 44px; }
  .official-brand-panel { min-height: 360px; padding: 24px; }
  .credentials { margin-bottom: 82px; }
  .page-services, .collaborators { padding-block: 70px 90px; }
  .page-method { padding-block: 80px; }
  .collaborator-card { min-height: 270px; }
  .collaborator-card h2 { margin-top: 85px; }
  .page-next { display: grid; padding-bottom: 75px; }
  .page-next a { font-size: 30px; }
  .professional-title { font-size: 16px; line-height: 1.5; }
  .about-professional { padding-block: 82px; }
  .about-copy h2 { font-size: 44px; }
  .professional-brand { min-height: 360px; }
  .career-section, .specialized-experience, .formation-section, .competencies-section { padding-block: 82px; }
  .content-heading { margin-bottom: 48px; }
  .content-heading h2 { font-size: 44px; }
  .career-item { grid-template-columns: 1fr 28px; gap: 18px; min-height: 190px; align-items: start; }
  .career-item time { grid-column: 1 / -1; padding-top: 5px; }
  .career-item > span { grid-column: 2; grid-row: 2; }
  .experience-grid, .education-grid, .competencies-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 270px; }
  .education-card { min-height: 230px; }
  .education-card h3 { margin-top: 65px; }
  .competency-group { padding: 25px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
