/* Paleta oficial — cargada al final para unificar todos los componentes. */
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-Light.ttf") format("truetype");font-style:normal;font-weight:300;font-display:swap}
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-Medium.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-SemiBold.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-Bold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-LightItalic.ttf") format("truetype");font-style:italic;font-weight:300;font-display:swap}
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-Italic.ttf") format("truetype");font-style:italic;font-weight:400;font-display:swap}
@font-face{font-family:"Cormorant Local";src:url("assets/Fonts/CormorantGaramond-SemiBoldItalic.ttf") format("truetype");font-style:italic;font-weight:600;font-display:swap}
:root {
  --paper: #fff8ef;
  --wine: #4b091a;
  --dark: #260c14;
  --sand: #f9d2e2;
  --sky: #dceef5;
  --blush: #f9d2e2;
  --clay: #bdddea;
  --line: rgba(75, 9, 26, .24);
}

html, body { width: 100%; margin: 0; background: var(--paper); }
body, a, button { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 38 38'%3E%3Cpolygon fill='%23f5bd18' points='19,2 22.4,6.4 27.5,4.3 28.2,9.8 33.7,10.5 31.6,15.6 36,19 31.6,22.4 33.7,27.5 28.2,28.2 27.5,33.7 22.4,31.6 19,36 15.6,31.6 10.5,33.7 9.8,28.2 4.3,27.5 6.4,22.4 2,19 6.4,15.6 4.3,10.5 9.8,9.8 10.5,4.3 15.6,6.4'/%3E%3C/svg%3E") 14 14, auto; }
.page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--paper);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.header { background: rgba(244,234,223,.94); }
.hero, .pillars, .audience { background: var(--paper); }
.portrait-main { background: var(--blush); }
.portrait-art { background: linear-gradient(145deg,#dcaeb0,#f1d5ca); }
.portrait-art i { background: #a96e54; }
.portrait-art i:before { background: #4b221d; }
.portrait-art span { background: var(--sky); }
.editorial-photo { background: linear-gradient(115deg,rgba(75,9,26,.08),rgba(75,9,26,.5)),repeating-linear-gradient(110deg,#d9a7aa 0,#d9a7aa 80px,#9a6048 80px,#9a6048 85px); }
.values { background: var(--blush); }
.value-grid article { background: var(--wine); }
.value-grid article:nth-child(2),.value-grid article:nth-child(5) { background: var(--clay); }
.value-grid article:nth-child(3),.value-grid article:nth-child(6) { background: var(--sky); color: var(--wine); }
.socials a { background: var(--wine); }
.socials a:last-child { background: var(--sky); color: var(--wine); }
.why { background: var(--blush); }
.why-photo { background: linear-gradient(160deg,transparent,rgba(75,9,26,.45)),repeating-linear-gradient(70deg,#9a6048 0,#9a6048 60px,#d8a7ab 60px,#d8a7ab 64px); }
.contact { background: var(--wine); }

.pillar-card.lavender { background: var(--sky); }
.pillar-card.ochre { background: var(--clay); color: var(--paper); }
.pillar-card.rust { background: var(--blush); color: var(--wine); }
.pillar-card.acid { background: var(--wine); color: var(--paper); }
.visual-mom { background-image: linear-gradient(135deg,transparent,rgba(75,9,26,.72)),repeating-linear-gradient(45deg,#d9a7aa 0,#d9a7aa 40px,#9a6048 40px,#9a6048 44px); }
.visual-style { background-image: linear-gradient(145deg,transparent,rgba(75,9,26,.8)),repeating-linear-gradient(100deg,#9a6048 0,#9a6048 55px,#e5bac0 55px,#e5bac0 100px); }
.visual-create { background-image: linear-gradient(135deg,rgba(75,9,26,.05),rgba(75,9,26,.6)),repeating-linear-gradient(25deg,#d9e8ef 0,#d9e8ef 45px,#d9a7aa 45px,#d9a7aa 80px); }
.visual-life { background-image: linear-gradient(160deg,transparent,rgba(75,9,26,.72)),repeating-linear-gradient(70deg,#d9a7aa 0,#d9a7aa 35px,#9a6048 35px,#9a6048 70px); }
.pillar-modal { background: var(--paper); border-color: var(--wine); box-shadow: 0 25px 90px rgba(75,9,26,.38); }
.pillar-modal::backdrop { background: rgba(38,12,20,.72); }
.modal-content-grid article { background: var(--wine); color: var(--paper); }
.modal-content-grid article:nth-child(2) { background: var(--clay); }
.modal-content-grid article:nth-child(3) { background: var(--sky); color: var(--wine); }
.modal-content-grid .video-card { padding: 0; min-height: 320px; background: var(--wine); overflow: hidden; }
.video-card video { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; background: var(--dark); }

/* Texturas orgánicas */
.editorial-photo {
  background-image: linear-gradient(rgba(75,9,26,.06),rgba(75,9,26,.12)),url("assets/textures/texture-organic-wide.png");
  background-size: cover;
  background-position: center;
}
.editorial-photo .photo-overlay { color: var(--wine); mix-blend-mode: multiply; }
.why-photo {
  background-image: linear-gradient(rgba(75,9,26,.08),rgba(75,9,26,.2)),url("assets/textures/texture-organic-vertical.png");
  background-size: cover;
  background-position: center;
  color: var(--wine);
}
.visual-create {
  background-image: linear-gradient(transparent,rgba(75,9,26,.62)),url("assets/textures/texture-organic-wide.png");
  background-size: cover;
  background-position: center;
}
.intro { position: relative; overflow: hidden; }
.intro:after {
  content: "";
  position: absolute;
  right: -8vw;
  top: 8%;
  width: 21vw;
  height: 21vw;
  min-width: 180px;
  min-height: 180px;
  background: url("assets/textures/texture-organic-vertical.png") center/cover;
  border-radius: 48% 52% 64% 36% / 38% 39% 61% 62%;
  opacity: .32;
  z-index: 0;
  transform: rotate(-12deg);
}
.intro > * { position: relative; z-index: 1; }
.founder-note { margin: 24px 0 8px; padding: 17px 0; border-block: 1px solid var(--line); }
.founder-note small { display: block; font-size: .48rem; letter-spacing: .16em; margin-bottom: 6px; }
.founder-note strong { display: block; color: var(--wine); font: 500 1.25rem/1.15 "Cormorant Local",serif; }
.founder-note strong em { font-weight: 600; }
.founder-note a { display: inline-block; color: var(--wine); margin-top: 8px; font-size: .52rem; letter-spacing: .12em; text-decoration: none; border-bottom: 1px solid; }
.studio-link { display: block; width: max-content; max-width: 100%; margin: 22px auto 0; color: var(--paper); font-size: .55rem; letter-spacing: .12em; text-decoration: none; border-bottom: 1px solid rgba(244,234,223,.55); padding-bottom: 7px; }

/* Jerarquía tipográfica local */
.intro > h2,.values h2,.pillars-heading h2,.audience h2,.why h2,.contact h2 {
  font-family: "Cormorant Local",serif;
  font-weight: 300;
  letter-spacing: -.035em;
}
.value-grid h3,.why li strong,.socials strong,.modal-content-grid article strong,.pillar-modal h2 {
  font-family: "Cormorant Local",serif;
  font-weight: 600;
}
.script-title {
  font-family: "Cormorant Local",serif;
  font-style: italic;
  font-weight: 400;
}
.category-line,.text-card strong,.visual-card span {
  font-family: "Cormorant Local",serif;
}
.text-card strong em,.audience h2 em,.contact h2 em {
  font-style: italic;
  font-weight: 600;
}

/* Home tipográfico */
.header {
  background: rgba(75,9,26,.96);
  border-color: rgba(217,232,239,.28);
  color: var(--sky);
}
.header-cta { background: var(--sky); color: var(--wine); }
.hero {
  min-height: 100vh;
  min-height: 100svh;
  background: var(--wine);
  color: var(--sky);
  padding: 28px 0 25px;
  justify-content: space-between;
}
.hero .eyebrow {
  padding: 0 38px;
  color: var(--sky);
  opacity: .72;
}
.hero h1 {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 58vh;
  color: var(--sky);
  text-align: left;
  white-space: nowrap;
}
.hero h1 .hero-name {
  display: block;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Local",serif;
  font-size: clamp(7.5rem,16vw,17rem);
  font-style: normal;
  font-weight: 300;
  line-height: .76;
  letter-spacing: -.065em;
  color: var(--sky);
}
.hero .hero-signature {
  display: block;
  position: absolute;
  top: 22%;
  left: 50%;
  z-index: 2;
  width: clamp(390px,54vw,900px);
  height: auto;
  transform: rotate(-2deg);
}
.hero-filter { position: absolute; width: 0; height: 0; }
.hero-person {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(110vw, 1650px);
  height: 92%;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
}
.hero .hero-signature { z-index: 3; }
.hero .eyebrow,.hero-footer { position: relative; z-index: 4; }
.hero-footer {
  margin: 0 38px;
  padding-top: 18px;
  border-color: rgba(217,232,239,.3);
  color: var(--sky);
}
.hero-footer a { background: var(--sky); color: var(--wine); }
.hero-ribbon {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 9%;
  height: 106px;
  display: grid;
  grid-template-columns: clamp(210px,25vw,360px) 1fr;
  align-items: center;
  background: #fff3df;
  color: var(--wine);
  border-block: 1px solid rgba(75,9,26,.28);
  overflow: hidden;
}
.hero-ribbon > strong {
  height: 72%;
  display: grid;
  place-items: center;
  border-right: 4px solid var(--wine);
  font: 300 clamp(3.4rem,5.4vw,5.4rem)/1 "Cormorant Local",serif;
}
.ribbon-window { overflow: hidden; min-width: 0; }
.ribbon-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  padding-left: 30px;
  animation: ribbon-scroll 25s linear infinite;
  font-size: clamp(.75rem,1.3vw,1.2rem);
  font-weight: 600;
  letter-spacing: .035em;
  white-space: nowrap;
}
.ribbon-track i { font-style: normal; font-size: .75em; }
@keyframes ribbon-scroll { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  .page-shell { width: 100%; margin: 0; border: 0; border-radius: 0; }
  .header nav { background: var(--wine); border-color: rgba(217,232,239,.25); }
  .hero { min-height: 100svh; padding-top: 24px; }
  .hero .eyebrow { padding: 0 16px; }
  .hero h1 { min-height: 63vh; margin: 0; }
  .hero h1 .hero-name {
    top: 12%;
    font-size: 25vw;
    line-height: .76;
    white-space: normal;
    width: 115%;
    text-align: center;
  }
  .hero .hero-signature {
    top: 34%;
    left: 12%;
    width: 90vw;
  }
  .hero-person { width: 155vw; height: 86%; left: 49%; }
  .hero-ribbon { bottom: 7%; height: 78px; grid-template-columns: 112px 1fr; }
  .hero-ribbon > strong { font-size: 2.8rem; border-right-width: 3px; }
  .ribbon-track { gap: 20px; padding-left: 20px; font-size: .72rem; animation-duration: 20s; }
  .hero-footer { margin: 0 16px; }
  .hero-footer span { display: none; }
}

/* Rethink Sans solo para títulos */
.hero h1 .hero-name,
.intro > h2,
.values h2,
.pillars-heading h2,
.audience h2,
.why h2,
.contact h2,
.value-grid h3,
.why li strong,
.socials strong,
.pillar-modal h2,
.text-card strong {
  font-family: "Rethink Sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.055em;
}
.hero h1 .hero-name { font-weight: 400; letter-spacing: -.075em; }
.value-grid h3,.why li strong { font-weight: 600; letter-spacing: -.035em; }
.text-card strong em { font-family: "Cormorant Local",serif; font-style: italic; }

/* Retrato editorial del home */
.hero-person {
  width: 46vw;
  height: 94%;
  left: 4%;
  bottom: 3%;
  transform: none;
  object-fit: contain;
  object-position: left center;
  border: 0;
  box-shadow: 0 24px 70px rgba(21,5,10,.18);
}
.hero h1 .hero-name {
  top: 10%;
  left: 52%;
  transform: none;
  width: 46%;
  font-size: clamp(5.4rem,9.5vw,10rem);
  line-height: .72;
  white-space: normal;
  text-align: left;
}
.hero .hero-signature {
  top: 42%;
  left: 55%;
  width: clamp(350px,40vw,700px);
}
.hero-categories {
  left: 74%;
  bottom: 10%;
  width: 46%;
  font-size: clamp(1.6rem,2.6vw,2.8rem);
  line-height: 1.05;
}
.why-photo { min-height: 760px; background: var(--paper); overflow: hidden; }
.why-photo img { display: block; width: 100%; height: 100%; min-height: 760px; object-fit: cover; object-position: center; }

@media (max-width: 760px) {
  .hero-person { width: 88vw; height: 67%; left: 6%; bottom: 3%; object-position: left bottom; }
  .hero h1 .hero-name { top: 4%; left: 5%; width: 90%; font-size: 21vw; line-height: .72; }
  .hero .hero-signature { top: 28%; left: 32%; width: 68vw; }
  .hero-categories { left: 50%; bottom: 3%; width: 92%; font-size: 1.25rem; }
  .why-photo,.why-photo img { min-height: 560px; }
}

/* Servicios en retícula editorial */
.values { background: var(--sky); padding-bottom: 90px; }
.values-head { padding-bottom: 45px; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 4px;
  padding: 0 5%;
}
.value-grid article {
  aspect-ratio: 1.05;
  min-height: 0;
  padding: 24px;
  background: var(--paper);
  color: var(--wine);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(75,9,26,.1);
}
.value-grid article:nth-child(1),.value-grid article:nth-child(6) { background: var(--sky); }
.value-grid article:nth-child(2),.value-grid article:nth-child(4) { background: var(--paper); }
.value-grid article:nth-child(3) { background: var(--wine); color: var(--paper); }
.value-grid article > span { top: 22px; right: 22px; font-size: .5rem; letter-spacing: .12em; }
.value-grid h3 { margin: 0 0 12px; font-size: clamp(1.25rem,2.1vw,2rem); }
.value-grid p { margin: 0; max-width: 300px; }
.value-grid .flower-service { position: relative; padding: 0; overflow: hidden; background: var(--paper); }
.flower-service img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.value-grid .flower-service > span { z-index: 2; top: auto; bottom: 18px; right: 18px; background: var(--paper); color: var(--wine); padding: 7px 10px; }
.value-grid .service-photo {
  position: relative;
  aspect-ratio: 1.05;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--wine);
}
.service-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-photo-bw img {
  filter: grayscale(1) contrast(1.14);
}
.service-photo-wine img {
  filter: grayscale(1) contrast(1.2);
  mix-blend-mode: luminosity;
  opacity: .9;
}

@media (max-width: 760px) {
  .value-grid { grid-template-columns: 1fr 1fr; padding: 0 5%; }
  .value-grid article { aspect-ratio: .86; min-height: 0; padding: 16px; }
  .value-grid .service-photo { aspect-ratio: .86; }
  .value-grid h3 { font-size: 1.15rem; }
  .value-grid p { font-size: .6rem; }
  .value-grid article > span { top: 14px; right: 14px; }
}
@media (prefers-reduced-motion: reduce) { .ribbon-track { animation: none; } }

.hero-categories {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  width: min(92%,980px);
  color: var(--sky);
  text-align: center;
  font: 400 clamp(1.15rem,2vw,2rem)/1.15 "Cormorant Local",serif;
  letter-spacing: -.02em;
  text-shadow: 0 2px 16px rgba(75,9,26,.75);
}
.hero-categories span { display: block; }
.hero-categories em { font-style: italic; font-weight: 600; }

/* Pilares como collage editorial */
.pillars {
  min-height: 1000px;
  background: var(--sky);
  position: relative;
  overflow: hidden;
}
.pillars-ticker { color: var(--wine); border-color: rgba(75,9,26,.22); }
.pillars-heading {
  grid-template-columns: 50px 1fr 280px;
  padding: 55px 5% 20px;
}
.pillars-heading h2 { font-size: clamp(3rem,5vw,5.6rem); }
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(8,92px);
  gap: 18px;
  padding: 10px 4% 70px;
  min-height: 800px;
}
.pillar-card { min-height: 0; padding: 16px; box-shadow: 0 10px 28px rgba(75,9,26,.08); }
.pillar-card:nth-child(1) { grid-column: 1/4; grid-row: 3/7; }
.pillar-card:nth-child(2) { grid-column: 5/7; grid-row: 2/5; }
.pillar-card:nth-child(3) { grid-column: 8/11; grid-row: 2/4; }
.pillar-card:nth-child(4) { grid-column: 11/13; grid-row: 1/5; }
.pillar-card:nth-child(5) { grid-column: 4/8; grid-row: 5/9; }
.pillar-card:nth-child(6) { grid-column: 9/12; grid-row: 5/8; }
.pillar-card:nth-child(7) { grid-column: 1/3; grid-row: 7/9; }
.pillar-card:nth-child(8) { grid-column: 7/9; grid-row: 1/2; box-shadow: none; }
.category-preview { padding: 0; background: var(--wine); }
.category-preview video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
  pointer-events: none;
}
.category-preview:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%,rgba(75,9,26,.78)); }
.category-preview:after { display: none; }
.category-preview span { text-transform: lowercase; text-shadow: 0 2px 12px rgba(0,0,0,.75); }
.travel-card { background: var(--paper); color: var(--wine); border: 1px solid rgba(75,9,26,.22); }
.travel-card strong { font-size: clamp(1.8rem,3.5vw,3.2rem); font-weight: 400; }
.category-preview span { position: relative; z-index: 2; padding: 16px; font-size: clamp(.95rem,1.6vw,1.4rem); }
.category-preview span em { font-style: italic; }
.pillar-grid .text-card { box-shadow: none; border: 1px solid rgba(75,9,26,.22); }
.pillar-grid .ochre { background: var(--paper); color: var(--wine); }
.pillar-grid .acid { background: transparent; color: var(--wine); border: 0; }
.pillar-grid .acid strong { font-size: 1.05rem; font-style: italic; }
.pillar-grid .acid > span { display: none; }

@media (max-width: 760px) {
  .pillars { min-height: auto; }
  .pillars-heading { grid-template-columns: 32px 1fr; padding: 55px 6% 30px; }
  .pillars-heading > p { grid-column: 2; }
  .pillar-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 10px; padding: 0 5% 55px; min-height: 0; }
  .pillar-card:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 210px; }
  .pillar-card:nth-child(1),.pillar-card:nth-child(5) { min-height: 300px; }
  .pillar-card:nth-child(3),.pillar-card:nth-child(8) { min-height: 145px; }
}

@media (max-width: 760px) {
  .hero-categories { bottom: 4%; width: 94%; font-size: 1.15rem; }
  .pillar-card:nth-child(1),.pillar-card:nth-child(4) { min-height: 300px; }
}

/* Posición final del texto lateral del home */
.hero .hero-categories { left: 74%; bottom: 10%; width: 46%; font-size: clamp(1.6rem,2.6vw,2.8rem); line-height: 1.05; }
@media (max-width:760px) {
  .hero .hero-categories { left: 50%; bottom: 3%; width: 92%; font-size: 1.25rem; }
}

/* Limpieza de microdetalles y textos pequeños */
.section-number,.pillars-ticker,.modal-number,.value-grid article > span,.travel-card small,.socials small,.modal-content-grid article small { display: none; }
.values-head { display: block; padding-left: 7%; }
.pillars-heading { grid-template-columns: 1.35fr .65fr; }
.value-grid p { font-size: clamp(.78rem,.9vw,.95rem); line-height: 1.45; }
.metrics span { font-size: clamp(.68rem,.8vw,.82rem); letter-spacing: .06em; }
.socials span { font-size: clamp(.72rem,.85vw,.9rem); line-height: 1.4; }
.why li { grid-template-columns: 1fr; }
.why li > b { display: none; }
.why li p { font-size: clamp(.78rem,.9vw,.95rem); }
.contact footer { display: none; }
.mail { font-size: clamp(.82rem,1.2vw,1.1rem); }

@media(max-width:760px) {
  .pillars-heading { grid-template-columns: 1fr; }
  .pillars-heading > p { grid-column: auto; font-size: .9rem; }
}

/* Hero crema con menú y post-it */
.top-menu {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  color: var(--wine);
  border-bottom: 1px solid rgba(75,9,26,.18);
  background: rgba(244,234,223,.88);
  backdrop-filter: blur(12px);
}
.top-logo { color: inherit; text-decoration: none; font: 600 1.2rem "Rethink Sans",sans-serif; letter-spacing: -.05em; }
.top-menu nav { display: flex; gap: clamp(18px,2.5vw,40px); }
.top-menu nav a { color: inherit; text-decoration: none; font: 500 .82rem "Rethink Sans",sans-serif; }
.top-menu nav a:hover { color: #9a6048; }
.hero { background: var(--paper); padding-top: 72px; color: var(--wine); }
.hero h1 .hero-name { top: 12%; color: var(--sky); text-shadow: 0 1px 0 rgba(75,9,26,.12); }
.hero-person { height: 82%; bottom: 0; filter: grayscale(1) contrast(1.04); }
.hero .hero-signature { top: 27%; fill: var(--sky); }
.hero .hero-categories {
  left: auto;
  right: 5%;
  bottom: 8%;
  width: min(430px,35vw);
  min-height: 180px;
  transform: rotate(2deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 28px;
  background: var(--blush);
  color: var(--wine);
  box-shadow: 10px 13px 0 rgba(75,9,26,.18);
  font-family: "Rethink Sans",sans-serif;
  font-size: clamp(1.05rem,1.5vw,1.35rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.025em;
  text-align: center;
  text-shadow: none;
}
.hero .hero-categories em { font-family: inherit; font-style: normal; font-weight: inherit; }

@media(max-width:760px) {
  .top-menu { height: 60px; padding: 0 4%; overflow: hidden; }
  .top-logo { display: none; }
  .top-menu nav { width: 100%; gap: 20px; overflow-x: auto; scrollbar-width: none; }
  .top-menu nav::-webkit-scrollbar { display: none; }
  .top-menu nav a { flex: 0 0 auto; font-size: .72rem; }
  .hero { padding-top: 60px; }
  .hero h1 .hero-name { top: 10%; color: var(--sky); }
  .hero-person { height: 72%; }
  .hero .hero-signature { top: 22%; }
  .hero .hero-categories { right: 5%; bottom: 4%; width: 70vw; min-height: 125px; padding: 18px; font-size: .88rem; }
}

/* Composición final del hero: nombre, retrato y categorías superpuestas */
.hero h1 { min-height: 100%; position: absolute; inset: 0; z-index: 1; }
.hero h1 .hero-name {
  top: 2.5%;
  left: 50%;
  width: 108%;
  transform: translateX(-50%);
  color: var(--sky);
  font-family: "Cormorant Local",serif;
  font-size: clamp(7rem,16vw,17rem);
  font-weight: 300;
  line-height: .76;
  letter-spacing: -.065em;
  text-align: center;
  white-space: nowrap;
}
.hero-person {
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: min(110vw,1650px);
  height: 88%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
  filter: grayscale(1) contrast(1.05);
  box-shadow: none;
}
.hero .hero-signature {
  z-index: 3;
  top: 29%;
  left: 56%;
  width: clamp(390px,48vw,820px);
  transform: rotate(-2deg);
}
.hero .hero-categories {
  z-index: 5;
  left: 50%;
  bottom: 7%;
  width: min(92%,1050px);
  transform: translateX(-50%);
  color: var(--sky);
  font-family: "Cormorant Local",serif;
  font-size: clamp(2rem,3.8vw,4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-align: center;
  text-shadow: 0 3px 18px rgba(75,9,26,.9);
}
.hero .hero-categories em { font-style: italic; font-weight: 600; }

@media (max-width:760px) {
  .hero h1 .hero-name { top: 5%; width: 120%; font-size: 24vw; line-height: .78; }
  .hero-person { width: 155vw; height: 78%; left: 50%; bottom: 0; }
  .hero .hero-signature { top: 24%; left: 19%; width: 88vw; }
  .hero .hero-categories { left: 50%; bottom: 4%; width: 94%; font-size: 7.2vw; line-height: 1.12; }
}

/* Segunda sección basada en la composición editorial de referencia */
.intro {
  min-height: 100vh;
  padding: 7vw 7.5% 8vw;
  background: #fff3df;
  color: var(--wine);
}
.intro:after { display: none; }
.intro-top {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 5vw;
  align-items: center;
  margin-bottom: 38px;
}
.intro .intro-title {
  margin: 0;
  color: var(--wine);
  text-align: left;
  white-space: nowrap;
  font-family: "Cormorant Local",serif;
  font-size: clamp(4rem,7.2vw,7.8rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}
.intro-title em { font-weight: 300; }
.intro-claim {
  margin: 0;
  max-width: 580px;
  text-align: center;
  font: italic 400 clamp(1rem,1.5vw,1.35rem)/1.2 "Cormorant Local",serif;
}
.intro-claim i { margin: 0 16px; font-style: normal; }
.intro-layout {
  display: grid;
  grid-template-columns: 1.05fr .72fr 1.25fr;
  gap: 4vw;
  align-items: center;
}
.intro-video-frame {
  height: min(58vw,580px);
  max-height: 62vh;
  padding: 14px;
  background: var(--sky);
  overflow: hidden;
}
.intro-video-frame video { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--sky); }
.intro-story { align-self: center; font-size: clamp(.78rem,1vw,.96rem); line-height: 1.22; text-align: justify; }
.intro-story p { margin: 0 0 22px; }
.intro-story a { display: inline-block; color: var(--wine); text-decoration: none; border-bottom: 1px solid; padding-bottom: 5px; font-size: .65rem; letter-spacing: .04em; }
.intro-story a small { font-size: .48rem; }
.intro .intro-role {
  align-self: end;
  margin: 0 0 7%;
  color: var(--wine);
  font-family: "Rethink Sans",sans-serif;
  font-size: clamp(2.2rem,3.8vw,4.4rem);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.055em;
  text-align: left;
}
.intro-role em { font-family: "Cormorant Local",serif; font-weight: 400; }

@media (max-width:760px) {
  .intro { padding: 70px 6% 75px; }
  .intro-top { grid-template-columns: 1fr; gap: 25px; }
  .intro .intro-title { white-space: normal; font-size: 17vw; }
  .intro-claim { text-align: left; }
  .intro-claim i { margin: 0 8px; }
  .intro-layout { grid-template-columns: 1fr; gap: 30px; }
  .intro-video-frame { height: 115vw; max-height: 620px; }
  .intro-story { font-size: .9rem; }
  .intro .intro-role { margin: 10px 0 0; font-size: 11vw; }
}

.intro-story a,.studio-link { font-size: clamp(.8rem,.9vw,.95rem); }
.pillars-heading > p { font-size: clamp(.85rem,1vw,1rem); line-height: 1.5; }
.modal-formats span { font-size: .75rem; }
.travel-card > span { display: none; }

/* Fotografía real con tratamiento editorial; el retrato del hero conserva su estilo propio. */
.why-photo { background: var(--wine); }
.why-photo img {
  filter: grayscale(1) contrast(1.12);
  mix-blend-mode: luminosity;
}

/* Firma unida a PAULA */
.hero .hero-signature {
  top: 18%;
  left: 53%;
  width: clamp(480px,53vw,930px);
  transform: rotate(-2deg);
}

/* Métricas tipográficas monumentales */
.audience { padding: 4rem 0 6rem; overflow: hidden; }
.audience > .script-title,.audience > h2 { margin-left: 5%; margin-right: 5%; }
.metrics {
  display: block;
  border-top: 1px solid var(--wine);
  border-bottom: 0;
}
.metrics article {
  min-height: clamp(125px,13vw,220px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(22px,4vw,70px);
  padding: 12px 5%;
  border: 0;
  border-bottom: 1px solid var(--wine);
  color: var(--wine);
  text-align: left;
  transition: background-color .35s ease,color .35s ease,padding-left .35s ease;
}
.metrics article:hover { padding-left: 7%; }
.metrics article strong {
  flex: 0 0 auto;
  display: block;
  color: inherit;
  font-family: "Rethink Sans",sans-serif;
  font-size: clamp(4rem,9vw,10rem);
  font-weight: 500;
  line-height: .76;
  letter-spacing: -.09em;
}
.metrics article span {
  color: inherit;
  font-family: "Rethink Sans",sans-serif;
  font-size: clamp(2rem,5.4vw,6rem);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.metrics article:nth-child(1):hover { background: var(--wine); color: var(--sky); }
.metrics article:nth-child(2):hover { background: var(--blush); color: var(--wine); }
.metrics article:nth-child(3):hover { background: var(--sky); color: var(--wine); }
.metrics article:nth-child(4):hover { background: var(--clay); color: var(--paper); }

@media(max-width:760px) {
  .hero .hero-signature { top: 19%; left: 10%; width: 96vw; }
  .audience { padding-top: 3rem; }
  .metrics article { min-height: 115px; flex-wrap: wrap; align-content: center; gap: 7px 16px; padding: 18px 5%; }
  .metrics article strong { font-size: 16vw; }
  .metrics article span { width: 100%; font-size: 8vw; line-height: .9; }
}

/* Servicios: seis cuadros, con dos fotografías integradas como fondo */
.category-line { display: none; }
.value-grid article.tutorial-card { background: var(--paper); color: var(--wine); }
.value-grid > article:nth-child(1) { background: var(--paper); color: var(--wine); }
.value-grid > article:nth-child(5) { background: #f9d2e2; color: var(--wine); }
.value-grid article.service-photo-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--paper);
  background: #111;
}
.service-photo-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
}
.service-photo-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to top,rgba(25,12,15,.78),rgba(25,12,15,.04) 72%);
}
.service-photo-card > div { margin-top: auto; }
.service-photo-card h3,.service-photo-card p { color: inherit; }

/* Por qué trabajar conmigo en retícula de cuadrados */
.why {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr);
  gap: clamp(35px,5vw,85px);
  align-items: stretch;
  padding: 8vw 5%;
  background: var(--paper);
}
.why-content { padding: 0 0 45px; }
.why-content .script-title,.why h2 { text-align: left; }
.why h2 { margin-bottom: 0; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-grid li {
  position: relative;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border: 0;
  color: var(--wine);
  background: var(--sky);
}
.why-grid li:nth-child(2) { background: var(--blush); }
.why-grid li:nth-child(3) { background: var(--wine); color: var(--paper); }
.why-grid li:nth-child(4) { background: var(--paper); border: 1px solid rgba(75,9,26,.15); }
.why-grid li:nth-child(5) { background: var(--sky); color: var(--wine); }
.why-grid li > b { position: absolute; top: 22px; right: 22px; font: 500 .58rem "Rethink Sans",sans-serif; }
.why-grid li strong { color: inherit; font: 600 clamp(1.25rem,2.1vw,2rem)/1 "Rethink Sans",sans-serif; letter-spacing: -.04em; }
.why-grid li p { margin: 12px 0 0; font-size: clamp(.72rem,.9vw,.9rem); line-height: 1.45; }
.why .why-photo { min-height: 100%; background: var(--wine); }
.why .why-photo img { min-height: 100%; object-position: center; }

/* Cierre en Cormorant italic con relleno */
.audience h2 em {
  color: var(--wine);
  -webkit-text-stroke: 0;
  font-family: "Cormorant Local",serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.04em;
}
.contact h2 em {
  color: var(--paper);
  -webkit-text-stroke: 0;
  font-family: "Cormorant Local",serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.04em;
}

@media(max-width:760px) {
  .why { grid-template-columns: 1fr; padding: 70px 5%; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid li { min-height: 118px; padding: 17px; }
  .why-grid li > b { top: 15px; right: 15px; }
  .why-grid li strong { font-size: 1.05rem; }
  .why .why-photo,.why .why-photo img { min-height: 520px; }
}

/* Carrusel de videos dentro de cada pilar */
.modal-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 48px;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}
.modal-content-grid {
  display: flex;
  gap: 12px;
  margin: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.modal-content-grid::-webkit-scrollbar { display: none; }
.modal-content-grid .video-card {
  flex: 0 0 min(340px,82%);
  min-height: 480px;
  scroll-snap-align: center;
}
.modal-content-grid .video-card video { min-height: 480px; object-fit: cover; }
.modal-arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--wine);
  border-radius: 50%;
  background: var(--paper);
  color: var(--wine);
  font: 400 1.5rem/1 "Rethink Sans",sans-serif;
}
.modal-arrow:hover { background: var(--sky); }
.modal-arrow[hidden] { visibility: hidden; }

@media(max-width:760px) {
  .modal-carousel { grid-template-columns: 38px minmax(0,1fr) 38px; gap: 6px; }
  .modal-arrow { width: 38px; height: 38px; }
  .modal-content-grid .video-card { flex-basis: 92%; min-height: 420px; }
  .modal-content-grid .video-card video { min-height: 420px; }
}

/* Acceso directo a colaboraciones desde cada sección */
.section-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 34px 5% 0;
  padding: 12px 20px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--wine);
  background: transparent;
  text-decoration: none;
  font: 500 .78rem/1 "Rethink Sans",sans-serif;
  letter-spacing: .04em;
  transition: background-color .25s ease,color .25s ease;
}
.section-email:hover { background: var(--wine); color: var(--paper); }
.hero > .section-email {
  position: absolute;
  z-index: 7;
  left: 4%;
  bottom: 5%;
  margin: 0;
  color: var(--sky);
}
.hero > .section-email:hover { background: var(--sky); color: var(--wine); }
.intro > .section-email { margin-left: 0; }
.why-left > .section-email { margin-left: 0; }

@media(max-width:760px) {
  .section-email { min-height: 42px; padding: 11px 16px; font-size: .7rem; }
  .hero > .section-email { left: 4%; bottom: 3%; }
}

/* Ajustes exclusivamente para celulares */
@media(max-width:760px) {
  html,body,.page-shell,main { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; }
  main > section { width: 100%; max-width: none; margin-left: 0; margin-right: 0; }
  main > section:not(.contact) { min-height: 100svh; }
  .audience { padding-bottom: 16px; }
  .audience > .section-email { margin-bottom: 0; }
  .why { min-height: 100svh; padding-top: 34px; }
  .why-content { padding-top: 0; }
}
